]> git.saurik.com Git - wxWidgets.git/blob - configure
cleaned up comments
[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_RESFLAGS EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESCOMP 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="-g"
11461 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11462 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11463 if test "${ac_cv_prog_cc_g+set}" = set; then
11464 echo $ECHO_N "(cached) $ECHO_C" >&6
11465 else
11466 cat >conftest.$ac_ext <<_ACEOF
11467 /* confdefs.h. */
11468 _ACEOF
11469 cat confdefs.h >>conftest.$ac_ext
11470 cat >>conftest.$ac_ext <<_ACEOF
11471 /* end confdefs.h. */
11472
11473 int
11474 main ()
11475 {
11476
11477 ;
11478 return 0;
11479 }
11480 _ACEOF
11481 rm -f conftest.$ac_objext
11482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11483 (eval $ac_compile) 2>conftest.er1
11484 ac_status=$?
11485 grep -v '^ *+' conftest.er1 >conftest.err
11486 rm -f conftest.er1
11487 cat conftest.err >&5
11488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); } &&
11490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11492 (eval $ac_try) 2>&5
11493 ac_status=$?
11494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11495 (exit $ac_status); }; } &&
11496 { ac_try='test -s conftest.$ac_objext'
11497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11498 (eval $ac_try) 2>&5
11499 ac_status=$?
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); }; }; then
11502 ac_cv_prog_cc_g=yes
11503 else
11504 echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.$ac_ext >&5
11506
11507 ac_cv_prog_cc_g=no
11508 fi
11509 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11510 fi
11511 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11512 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11513 if test "$ac_test_CFLAGS" = set; then
11514 CFLAGS=$ac_save_CFLAGS
11515 elif test $ac_cv_prog_cc_g = yes; then
11516 if test "$GCC" = yes; then
11517 CFLAGS="-g -O2"
11518 else
11519 CFLAGS="-g"
11520 fi
11521 else
11522 if test "$GCC" = yes; then
11523 CFLAGS="-O2"
11524 else
11525 CFLAGS=
11526 fi
11527 fi
11528 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11529 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11530 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11532 else
11533 ac_cv_prog_cc_stdc=no
11534 ac_save_CC=$CC
11535 cat >conftest.$ac_ext <<_ACEOF
11536 /* confdefs.h. */
11537 _ACEOF
11538 cat confdefs.h >>conftest.$ac_ext
11539 cat >>conftest.$ac_ext <<_ACEOF
11540 /* end confdefs.h. */
11541 #include <stdarg.h>
11542 #include <stdio.h>
11543 #include <sys/types.h>
11544 #include <sys/stat.h>
11545 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11546 struct buf { int x; };
11547 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11548 static char *e (p, i)
11549 char **p;
11550 int i;
11551 {
11552 return p[i];
11553 }
11554 static char *f (char * (*g) (char **, int), char **p, ...)
11555 {
11556 char *s;
11557 va_list v;
11558 va_start (v,p);
11559 s = g (p, va_arg (v,int));
11560 va_end (v);
11561 return s;
11562 }
11563
11564 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11565 function prototypes and stuff, but not '\xHH' hex character constants.
11566 These don't provoke an error unfortunately, instead are silently treated
11567 as 'x'. The following induces an error, until -std1 is added to get
11568 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11569 array size at least. It's necessary to write '\x00'==0 to get something
11570 that's true only with -std1. */
11571 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11572
11573 int test (int i, double x);
11574 struct s1 {int (*f) (int a);};
11575 struct s2 {int (*f) (double a);};
11576 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11577 int argc;
11578 char **argv;
11579 int
11580 main ()
11581 {
11582 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11583 ;
11584 return 0;
11585 }
11586 _ACEOF
11587 # Don't try gcc -ansi; that turns off useful extensions and
11588 # breaks some systems' header files.
11589 # AIX -qlanglvl=ansi
11590 # Ultrix and OSF/1 -std1
11591 # HP-UX 10.20 and later -Ae
11592 # HP-UX older versions -Aa -D_HPUX_SOURCE
11593 # SVR4 -Xc -D__EXTENSIONS__
11594 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11595 do
11596 CC="$ac_save_CC $ac_arg"
11597 rm -f conftest.$ac_objext
11598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11599 (eval $ac_compile) 2>conftest.er1
11600 ac_status=$?
11601 grep -v '^ *+' conftest.er1 >conftest.err
11602 rm -f conftest.er1
11603 cat conftest.err >&5
11604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); } &&
11606 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11608 (eval $ac_try) 2>&5
11609 ac_status=$?
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); }; } &&
11612 { ac_try='test -s conftest.$ac_objext'
11613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11614 (eval $ac_try) 2>&5
11615 ac_status=$?
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); }; }; then
11618 ac_cv_prog_cc_stdc=$ac_arg
11619 break
11620 else
11621 echo "$as_me: failed program was:" >&5
11622 sed 's/^/| /' conftest.$ac_ext >&5
11623
11624 fi
11625 rm -f conftest.err conftest.$ac_objext
11626 done
11627 rm -f conftest.$ac_ext conftest.$ac_objext
11628 CC=$ac_save_CC
11629
11630 fi
11631
11632 case "x$ac_cv_prog_cc_stdc" in
11633 x|xno)
11634 echo "$as_me:$LINENO: result: none needed" >&5
11635 echo "${ECHO_T}none needed" >&6 ;;
11636 *)
11637 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11638 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11639 CC="$CC $ac_cv_prog_cc_stdc" ;;
11640 esac
11641
11642 # Some people use a C++ compiler to compile C. Since we use `exit',
11643 # in C++ we need to declare it. In case someone uses the same compiler
11644 # for both compiling C and C++ we need to have the C++ compiler decide
11645 # the declaration of exit, since it's the most demanding environment.
11646 cat >conftest.$ac_ext <<_ACEOF
11647 #ifndef __cplusplus
11648 choke me
11649 #endif
11650 _ACEOF
11651 rm -f conftest.$ac_objext
11652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11653 (eval $ac_compile) 2>conftest.er1
11654 ac_status=$?
11655 grep -v '^ *+' conftest.er1 >conftest.err
11656 rm -f conftest.er1
11657 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } &&
11660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5
11663 ac_status=$?
11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665 (exit $ac_status); }; } &&
11666 { ac_try='test -s conftest.$ac_objext'
11667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11668 (eval $ac_try) 2>&5
11669 ac_status=$?
11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11671 (exit $ac_status); }; }; then
11672 for ac_declaration in \
11673 '' \
11674 'extern "C" void std::exit (int) throw (); using std::exit;' \
11675 'extern "C" void std::exit (int); using std::exit;' \
11676 'extern "C" void exit (int) throw ();' \
11677 'extern "C" void exit (int);' \
11678 'void exit (int);'
11679 do
11680 cat >conftest.$ac_ext <<_ACEOF
11681 /* confdefs.h. */
11682 _ACEOF
11683 cat confdefs.h >>conftest.$ac_ext
11684 cat >>conftest.$ac_ext <<_ACEOF
11685 /* end confdefs.h. */
11686 $ac_declaration
11687 #include <stdlib.h>
11688 int
11689 main ()
11690 {
11691 exit (42);
11692 ;
11693 return 0;
11694 }
11695 _ACEOF
11696 rm -f conftest.$ac_objext
11697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11698 (eval $ac_compile) 2>conftest.er1
11699 ac_status=$?
11700 grep -v '^ *+' conftest.er1 >conftest.err
11701 rm -f conftest.er1
11702 cat conftest.err >&5
11703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704 (exit $ac_status); } &&
11705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11707 (eval $ac_try) 2>&5
11708 ac_status=$?
11709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); }; } &&
11711 { ac_try='test -s conftest.$ac_objext'
11712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11713 (eval $ac_try) 2>&5
11714 ac_status=$?
11715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11716 (exit $ac_status); }; }; then
11717 :
11718 else
11719 echo "$as_me: failed program was:" >&5
11720 sed 's/^/| /' conftest.$ac_ext >&5
11721
11722 continue
11723 fi
11724 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11725 cat >conftest.$ac_ext <<_ACEOF
11726 /* confdefs.h. */
11727 _ACEOF
11728 cat confdefs.h >>conftest.$ac_ext
11729 cat >>conftest.$ac_ext <<_ACEOF
11730 /* end confdefs.h. */
11731 $ac_declaration
11732 int
11733 main ()
11734 {
11735 exit (42);
11736 ;
11737 return 0;
11738 }
11739 _ACEOF
11740 rm -f conftest.$ac_objext
11741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11742 (eval $ac_compile) 2>conftest.er1
11743 ac_status=$?
11744 grep -v '^ *+' conftest.er1 >conftest.err
11745 rm -f conftest.er1
11746 cat conftest.err >&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } &&
11749 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11751 (eval $ac_try) 2>&5
11752 ac_status=$?
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); }; } &&
11755 { ac_try='test -s conftest.$ac_objext'
11756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11757 (eval $ac_try) 2>&5
11758 ac_status=$?
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); }; }; then
11761 break
11762 else
11763 echo "$as_me: failed program was:" >&5
11764 sed 's/^/| /' conftest.$ac_ext >&5
11765
11766 fi
11767 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11768 done
11769 rm -f conftest*
11770 if test -n "$ac_declaration"; then
11771 echo '#ifdef __cplusplus' >>confdefs.h
11772 echo $ac_declaration >>confdefs.h
11773 echo '#endif' >>confdefs.h
11774 fi
11775
11776 else
11777 echo "$as_me: failed program was:" >&5
11778 sed 's/^/| /' conftest.$ac_ext >&5
11779
11780 fi
11781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11782 ac_ext=c
11783 ac_cpp='$CPP $CPPFLAGS'
11784 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11785 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11786 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11787
11788
11789
11790 ac_ext=c
11791 ac_cpp='$CPP $CPPFLAGS'
11792 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11793 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11794 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11795
11796 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
11797 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
11798 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
11799 echo $ECHO_N "(cached) $ECHO_C" >&6
11800 else
11801 cat >conftest.$ac_ext <<_ACEOF
11802 /* confdefs.h. */
11803 _ACEOF
11804 cat confdefs.h >>conftest.$ac_ext
11805 cat >>conftest.$ac_ext <<_ACEOF
11806 /* end confdefs.h. */
11807
11808 int
11809 main ()
11810 {
11811
11812 #ifndef __INTEL_COMPILER
11813 choke me
11814 #endif
11815
11816 ;
11817 return 0;
11818 }
11819 _ACEOF
11820 rm -f conftest.$ac_objext
11821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11822 (eval $ac_compile) 2>conftest.er1
11823 ac_status=$?
11824 grep -v '^ *+' conftest.er1 >conftest.err
11825 rm -f conftest.er1
11826 cat conftest.err >&5
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); } &&
11829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5
11832 ac_status=$?
11833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11834 (exit $ac_status); }; } &&
11835 { ac_try='test -s conftest.$ac_objext'
11836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11837 (eval $ac_try) 2>&5
11838 ac_status=$?
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); }; }; then
11841 bakefile_cv_c_compiler___INTEL_COMPILER=yes
11842 else
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.$ac_ext >&5
11845
11846 bakefile_cv_c_compiler___INTEL_COMPILER=no
11847
11848 fi
11849 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11850
11851
11852 fi
11853 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
11854 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
11855 ac_ext=c
11856 ac_cpp='$CPP $CPPFLAGS'
11857 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11858 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11859 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11860
11861 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
11862 :; INTELCC=yes
11863 else
11864 :;
11865 fi
11866
11867
11868 if test "x$GCC" != "xyes"; then
11869 if test "xCC" = "xC"; then
11870 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11871 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11872 if test "${bakefile_cv_c_exto+set}" = set; then
11873 echo $ECHO_N "(cached) $ECHO_C" >&6
11874 else
11875 cat >conftest.$ac_ext <<_ACEOF
11876 /* confdefs.h. */
11877 _ACEOF
11878 cat confdefs.h >>conftest.$ac_ext
11879 cat >>conftest.$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11881
11882 int
11883 main ()
11884 {
11885
11886 ;
11887 return 0;
11888 }
11889 _ACEOF
11890 rm -f conftest.$ac_objext conftest.$ac_ext.o
11891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11892 (eval $ac_compile) 2>&5
11893 ac_status=$?
11894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11895 (exit $ac_status); }; then
11896 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11897 case $ac_file in
11898 conftest.$ac_ext.o)
11899 bakefile_cv_c_exto="-ext o"
11900 ;;
11901 *)
11902 ;;
11903 esac
11904 done
11905 else
11906 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11907 See \`config.log' for more details." >&5
11908 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11909 See \`config.log' for more details." >&2;}
11910 { (exit 1); exit 1; }; }
11911
11912 fi
11913
11914 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11915
11916 fi
11917 echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
11918 echo "${ECHO_T}$bakefile_cv_c_exto" >&6
11919 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11920 if test "c" = "c"; then
11921 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
11922 fi
11923 if test "c" = "cxx"; then
11924 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
11925 fi
11926 fi
11927
11928 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11929 unset ac_cv_prog_cc_g
11930 ac_test_CFLAGS=${CFLAGS+set}
11931 ac_save_CFLAGS=$CFLAGS
11932 CFLAGS="-g"
11933 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11934 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11935 if test "${ac_cv_prog_cc_g+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11937 else
11938 cat >conftest.$ac_ext <<_ACEOF
11939 /* confdefs.h. */
11940 _ACEOF
11941 cat confdefs.h >>conftest.$ac_ext
11942 cat >>conftest.$ac_ext <<_ACEOF
11943 /* end confdefs.h. */
11944
11945 int
11946 main ()
11947 {
11948
11949 ;
11950 return 0;
11951 }
11952 _ACEOF
11953 rm -f conftest.$ac_objext
11954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11955 (eval $ac_compile) 2>conftest.er1
11956 ac_status=$?
11957 grep -v '^ *+' conftest.er1 >conftest.err
11958 rm -f conftest.er1
11959 cat conftest.err >&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11964 (eval $ac_try) 2>&5
11965 ac_status=$?
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); }; } &&
11968 { ac_try='test -s conftest.$ac_objext'
11969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5
11971 ac_status=$?
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); }; }; then
11974 ac_cv_prog_cc_g=yes
11975 else
11976 echo "$as_me: failed program was:" >&5
11977 sed 's/^/| /' conftest.$ac_ext >&5
11978
11979 ac_cv_prog_cc_g=no
11980 fi
11981 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11982 fi
11983 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11984 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11985 if test "$ac_test_CFLAGS" = set; then
11986 CFLAGS=$ac_save_CFLAGS
11987 elif test $ac_cv_prog_cc_g = yes; then
11988 if test "$GCC" = yes; then
11989 CFLAGS="-g -O2"
11990 else
11991 CFLAGS="-g"
11992 fi
11993 else
11994 if test "$GCC" = yes; then
11995 CFLAGS="-O2"
11996 else
11997 CFLAGS=
11998 fi
11999 fi
12000 fi
12001 fi
12002
12003 case `uname -s` in
12004 AIX*)
12005 ac_ext=c
12006 ac_cpp='$CPP $CPPFLAGS'
12007 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12008 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12009 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12010
12011 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12012 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12013 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12014 echo $ECHO_N "(cached) $ECHO_C" >&6
12015 else
12016 cat >conftest.$ac_ext <<_ACEOF
12017 /* confdefs.h. */
12018 _ACEOF
12019 cat confdefs.h >>conftest.$ac_ext
12020 cat >>conftest.$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12022
12023 int
12024 main ()
12025 {
12026 #ifndef __xlC__
12027 choke me
12028 #endif
12029
12030 ;
12031 return 0;
12032 }
12033 _ACEOF
12034 rm -f conftest.$ac_objext
12035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 (eval $ac_compile) 2>conftest.er1
12037 ac_status=$?
12038 grep -v '^ *+' conftest.er1 >conftest.err
12039 rm -f conftest.er1
12040 cat conftest.err >&5
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); } &&
12043 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12046 ac_status=$?
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12052 ac_status=$?
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
12055 bakefile_compiler_xlc=yes
12056 else
12057 echo "$as_me: failed program was:" >&5
12058 sed 's/^/| /' conftest.$ac_ext >&5
12059
12060 bakefile_compiler_xlc=no
12061 fi
12062 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12063 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
12064
12065 fi
12066 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12067 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12068
12069 XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12070 ac_ext=c
12071 ac_cpp='$CPP $CPPFLAGS'
12072 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12073 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12074 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12075
12076
12077 ;;
12078
12079 Darwin)
12080 ac_ext=c
12081 ac_cpp='$CPP $CPPFLAGS'
12082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12085
12086 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
12087 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
12088 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12090 else
12091 cat >conftest.$ac_ext <<_ACEOF
12092 /* confdefs.h. */
12093 _ACEOF
12094 cat confdefs.h >>conftest.$ac_ext
12095 cat >>conftest.$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12097
12098 int
12099 main ()
12100 {
12101 #ifndef __MWERKS__
12102 choke me
12103 #endif
12104
12105 ;
12106 return 0;
12107 }
12108 _ACEOF
12109 rm -f conftest.$ac_objext
12110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12111 (eval $ac_compile) 2>conftest.er1
12112 ac_status=$?
12113 grep -v '^ *+' conftest.er1 >conftest.err
12114 rm -f conftest.er1
12115 cat conftest.err >&5
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } &&
12118 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; } &&
12124 { ac_try='test -s conftest.$ac_objext'
12125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12126 (eval $ac_try) 2>&5
12127 ac_status=$?
12128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129 (exit $ac_status); }; }; then
12130 bakefile_compiler_mwerks=yes
12131 else
12132 echo "$as_me: failed program was:" >&5
12133 sed 's/^/| /' conftest.$ac_ext >&5
12134
12135 bakefile_compiler_mwerks=no
12136 fi
12137 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12138 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
12139
12140 fi
12141 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
12142 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
12143
12144 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
12145 ac_ext=c
12146 ac_cpp='$CPP $CPPFLAGS'
12147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12150
12151
12152 ac_ext=c
12153 ac_cpp='$CPP $CPPFLAGS'
12154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12157
12158 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12159 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12160 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12161 echo $ECHO_N "(cached) $ECHO_C" >&6
12162 else
12163 cat >conftest.$ac_ext <<_ACEOF
12164 /* confdefs.h. */
12165 _ACEOF
12166 cat confdefs.h >>conftest.$ac_ext
12167 cat >>conftest.$ac_ext <<_ACEOF
12168 /* end confdefs.h. */
12169
12170 int
12171 main ()
12172 {
12173 #ifndef __xlC__
12174 choke me
12175 #endif
12176
12177 ;
12178 return 0;
12179 }
12180 _ACEOF
12181 rm -f conftest.$ac_objext
12182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12183 (eval $ac_compile) 2>conftest.er1
12184 ac_status=$?
12185 grep -v '^ *+' conftest.er1 >conftest.err
12186 rm -f conftest.er1
12187 cat conftest.err >&5
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); } &&
12190 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12192 (eval $ac_try) 2>&5
12193 ac_status=$?
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); }; } &&
12196 { ac_try='test -s conftest.$ac_objext'
12197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198 (eval $ac_try) 2>&5
12199 ac_status=$?
12200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); }; }; then
12202 bakefile_compiler_xlc=yes
12203 else
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12206
12207 bakefile_compiler_xlc=no
12208 fi
12209 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12210 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
12211
12212 fi
12213 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12214 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12215
12216 XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12217 ac_ext=c
12218 ac_cpp='$CPP $CPPFLAGS'
12219 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12222
12223
12224 ;;
12225
12226 IRIX*)
12227
12228
12229 ac_ext=c
12230 ac_cpp='$CPP $CPPFLAGS'
12231 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12232 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12233 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12234
12235 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
12236 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
12237 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12239 else
12240 cat >conftest.$ac_ext <<_ACEOF
12241 /* confdefs.h. */
12242 _ACEOF
12243 cat confdefs.h >>conftest.$ac_ext
12244 cat >>conftest.$ac_ext <<_ACEOF
12245 /* end confdefs.h. */
12246
12247 int
12248 main ()
12249 {
12250
12251 #ifndef _SGI_COMPILER_VERSION
12252 choke me
12253 #endif
12254
12255 ;
12256 return 0;
12257 }
12258 _ACEOF
12259 rm -f conftest.$ac_objext
12260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12261 (eval $ac_compile) 2>conftest.er1
12262 ac_status=$?
12263 grep -v '^ *+' conftest.er1 >conftest.err
12264 rm -f conftest.er1
12265 cat conftest.err >&5
12266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12267 (exit $ac_status); } &&
12268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12270 (eval $ac_try) 2>&5
12271 ac_status=$?
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); }; } &&
12274 { ac_try='test -s conftest.$ac_objext'
12275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12276 (eval $ac_try) 2>&5
12277 ac_status=$?
12278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12279 (exit $ac_status); }; }; then
12280 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
12281 else
12282 echo "$as_me: failed program was:" >&5
12283 sed 's/^/| /' conftest.$ac_ext >&5
12284
12285 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
12286
12287 fi
12288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12289
12290
12291 fi
12292 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
12293 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
12294 ac_ext=c
12295 ac_cpp='$CPP $CPPFLAGS'
12296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12299
12300 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
12301 :; SGICC=yes
12302 else
12303 :;
12304 fi
12305
12306
12307 ;;
12308
12309 HP-UX*)
12310
12311
12312 ac_ext=c
12313 ac_cpp='$CPP $CPPFLAGS'
12314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12317
12318 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
12319 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
12320 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322 else
12323 cat >conftest.$ac_ext <<_ACEOF
12324 /* confdefs.h. */
12325 _ACEOF
12326 cat confdefs.h >>conftest.$ac_ext
12327 cat >>conftest.$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12329
12330 int
12331 main ()
12332 {
12333
12334 #ifndef __HP_cc
12335 choke me
12336 #endif
12337
12338 ;
12339 return 0;
12340 }
12341 _ACEOF
12342 rm -f conftest.$ac_objext
12343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12344 (eval $ac_compile) 2>conftest.er1
12345 ac_status=$?
12346 grep -v '^ *+' conftest.er1 >conftest.err
12347 rm -f conftest.er1
12348 cat conftest.err >&5
12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); } &&
12351 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12353 (eval $ac_try) 2>&5
12354 ac_status=$?
12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); }; } &&
12357 { ac_try='test -s conftest.$ac_objext'
12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12359 (eval $ac_try) 2>&5
12360 ac_status=$?
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); }; }; then
12363 bakefile_cv_c_compiler___HP_cc=yes
12364 else
12365 echo "$as_me: failed program was:" >&5
12366 sed 's/^/| /' conftest.$ac_ext >&5
12367
12368 bakefile_cv_c_compiler___HP_cc=no
12369
12370 fi
12371 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12372
12373
12374 fi
12375 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
12376 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
12377 ac_ext=c
12378 ac_cpp='$CPP $CPPFLAGS'
12379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12382
12383 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
12384 :; HPCC=yes
12385 else
12386 :;
12387 fi
12388
12389
12390 ;;
12391
12392 OSF1)
12393
12394
12395 ac_ext=c
12396 ac_cpp='$CPP $CPPFLAGS'
12397 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12398 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12399 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12400
12401 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
12402 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
12403 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
12404 echo $ECHO_N "(cached) $ECHO_C" >&6
12405 else
12406 cat >conftest.$ac_ext <<_ACEOF
12407 /* confdefs.h. */
12408 _ACEOF
12409 cat confdefs.h >>conftest.$ac_ext
12410 cat >>conftest.$ac_ext <<_ACEOF
12411 /* end confdefs.h. */
12412
12413 int
12414 main ()
12415 {
12416
12417 #ifndef __DECC
12418 choke me
12419 #endif
12420
12421 ;
12422 return 0;
12423 }
12424 _ACEOF
12425 rm -f conftest.$ac_objext
12426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12427 (eval $ac_compile) 2>conftest.er1
12428 ac_status=$?
12429 grep -v '^ *+' conftest.er1 >conftest.err
12430 rm -f conftest.er1
12431 cat conftest.err >&5
12432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); } &&
12434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12436 (eval $ac_try) 2>&5
12437 ac_status=$?
12438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12439 (exit $ac_status); }; } &&
12440 { ac_try='test -s conftest.$ac_objext'
12441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12442 (eval $ac_try) 2>&5
12443 ac_status=$?
12444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); }; }; then
12446 bakefile_cv_c_compiler___DECC=yes
12447 else
12448 echo "$as_me: failed program was:" >&5
12449 sed 's/^/| /' conftest.$ac_ext >&5
12450
12451 bakefile_cv_c_compiler___DECC=no
12452
12453 fi
12454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12455
12456
12457 fi
12458 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
12459 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
12460 ac_ext=c
12461 ac_cpp='$CPP $CPPFLAGS'
12462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12465
12466 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
12467 :; COMPAQCC=yes
12468 else
12469 :;
12470 fi
12471
12472
12473 ;;
12474
12475 SunOS)
12476
12477
12478 ac_ext=c
12479 ac_cpp='$CPP $CPPFLAGS'
12480 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12481 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12482 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12483
12484 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
12485 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
12486 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
12487 echo $ECHO_N "(cached) $ECHO_C" >&6
12488 else
12489 cat >conftest.$ac_ext <<_ACEOF
12490 /* confdefs.h. */
12491 _ACEOF
12492 cat confdefs.h >>conftest.$ac_ext
12493 cat >>conftest.$ac_ext <<_ACEOF
12494 /* end confdefs.h. */
12495
12496 int
12497 main ()
12498 {
12499
12500 #ifndef __SUNPRO_C
12501 choke me
12502 #endif
12503
12504 ;
12505 return 0;
12506 }
12507 _ACEOF
12508 rm -f conftest.$ac_objext
12509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12510 (eval $ac_compile) 2>conftest.er1
12511 ac_status=$?
12512 grep -v '^ *+' conftest.er1 >conftest.err
12513 rm -f conftest.er1
12514 cat conftest.err >&5
12515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516 (exit $ac_status); } &&
12517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12519 (eval $ac_try) 2>&5
12520 ac_status=$?
12521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12522 (exit $ac_status); }; } &&
12523 { ac_try='test -s conftest.$ac_objext'
12524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12525 (eval $ac_try) 2>&5
12526 ac_status=$?
12527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12528 (exit $ac_status); }; }; then
12529 bakefile_cv_c_compiler___SUNPRO_C=yes
12530 else
12531 echo "$as_me: failed program was:" >&5
12532 sed 's/^/| /' conftest.$ac_ext >&5
12533
12534 bakefile_cv_c_compiler___SUNPRO_C=no
12535
12536 fi
12537 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12538
12539
12540 fi
12541 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12542 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12543 ac_ext=c
12544 ac_cpp='$CPP $CPPFLAGS'
12545 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12546 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12547 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12548
12549 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12550 :; SUNCC=yes
12551 else
12552 :;
12553 fi
12554
12555
12556 ;;
12557 esac
12558 fi
12559
12560
12561
12562 ac_ext=c
12563 ac_cpp='$CPP $CPPFLAGS'
12564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12567 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12568 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12569 # On Suns, sometimes $CPP names a directory.
12570 if test -n "$CPP" && test -d "$CPP"; then
12571 CPP=
12572 fi
12573 if test -z "$CPP"; then
12574 if test "${ac_cv_prog_CPP+set}" = set; then
12575 echo $ECHO_N "(cached) $ECHO_C" >&6
12576 else
12577 # Double quotes because CPP needs to be expanded
12578 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12579 do
12580 ac_preproc_ok=false
12581 for ac_c_preproc_warn_flag in '' yes
12582 do
12583 # Use a header file that comes with gcc, so configuring glibc
12584 # with a fresh cross-compiler works.
12585 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12586 # <limits.h> exists even on freestanding compilers.
12587 # On the NeXT, cc -E runs the code through the compiler's parser,
12588 # not just through cpp. "Syntax error" is here to catch this case.
12589 cat >conftest.$ac_ext <<_ACEOF
12590 /* confdefs.h. */
12591 _ACEOF
12592 cat confdefs.h >>conftest.$ac_ext
12593 cat >>conftest.$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12595 #ifdef __STDC__
12596 # include <limits.h>
12597 #else
12598 # include <assert.h>
12599 #endif
12600 Syntax error
12601 _ACEOF
12602 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12603 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12604 ac_status=$?
12605 grep -v '^ *+' conftest.er1 >conftest.err
12606 rm -f conftest.er1
12607 cat conftest.err >&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } >/dev/null; then
12610 if test -s conftest.err; then
12611 ac_cpp_err=$ac_c_preproc_warn_flag
12612 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12613 else
12614 ac_cpp_err=
12615 fi
12616 else
12617 ac_cpp_err=yes
12618 fi
12619 if test -z "$ac_cpp_err"; then
12620 :
12621 else
12622 echo "$as_me: failed program was:" >&5
12623 sed 's/^/| /' conftest.$ac_ext >&5
12624
12625 # Broken: fails on valid input.
12626 continue
12627 fi
12628 rm -f conftest.err conftest.$ac_ext
12629
12630 # OK, works on sane cases. Now check whether non-existent headers
12631 # can be detected and how.
12632 cat >conftest.$ac_ext <<_ACEOF
12633 /* confdefs.h. */
12634 _ACEOF
12635 cat confdefs.h >>conftest.$ac_ext
12636 cat >>conftest.$ac_ext <<_ACEOF
12637 /* end confdefs.h. */
12638 #include <ac_nonexistent.h>
12639 _ACEOF
12640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12641 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12642 ac_status=$?
12643 grep -v '^ *+' conftest.er1 >conftest.err
12644 rm -f conftest.er1
12645 cat conftest.err >&5
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } >/dev/null; then
12648 if test -s conftest.err; then
12649 ac_cpp_err=$ac_c_preproc_warn_flag
12650 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12651 else
12652 ac_cpp_err=
12653 fi
12654 else
12655 ac_cpp_err=yes
12656 fi
12657 if test -z "$ac_cpp_err"; then
12658 # Broken: success on invalid input.
12659 continue
12660 else
12661 echo "$as_me: failed program was:" >&5
12662 sed 's/^/| /' conftest.$ac_ext >&5
12663
12664 # Passes both tests.
12665 ac_preproc_ok=:
12666 break
12667 fi
12668 rm -f conftest.err conftest.$ac_ext
12669
12670 done
12671 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12672 rm -f conftest.err conftest.$ac_ext
12673 if $ac_preproc_ok; then
12674 break
12675 fi
12676
12677 done
12678 ac_cv_prog_CPP=$CPP
12679
12680 fi
12681 CPP=$ac_cv_prog_CPP
12682 else
12683 ac_cv_prog_CPP=$CPP
12684 fi
12685 echo "$as_me:$LINENO: result: $CPP" >&5
12686 echo "${ECHO_T}$CPP" >&6
12687 ac_preproc_ok=false
12688 for ac_c_preproc_warn_flag in '' yes
12689 do
12690 # Use a header file that comes with gcc, so configuring glibc
12691 # with a fresh cross-compiler works.
12692 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12693 # <limits.h> exists even on freestanding compilers.
12694 # On the NeXT, cc -E runs the code through the compiler's parser,
12695 # not just through cpp. "Syntax error" is here to catch this case.
12696 cat >conftest.$ac_ext <<_ACEOF
12697 /* confdefs.h. */
12698 _ACEOF
12699 cat confdefs.h >>conftest.$ac_ext
12700 cat >>conftest.$ac_ext <<_ACEOF
12701 /* end confdefs.h. */
12702 #ifdef __STDC__
12703 # include <limits.h>
12704 #else
12705 # include <assert.h>
12706 #endif
12707 Syntax error
12708 _ACEOF
12709 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12710 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12711 ac_status=$?
12712 grep -v '^ *+' conftest.er1 >conftest.err
12713 rm -f conftest.er1
12714 cat conftest.err >&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } >/dev/null; then
12717 if test -s conftest.err; then
12718 ac_cpp_err=$ac_c_preproc_warn_flag
12719 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12720 else
12721 ac_cpp_err=
12722 fi
12723 else
12724 ac_cpp_err=yes
12725 fi
12726 if test -z "$ac_cpp_err"; then
12727 :
12728 else
12729 echo "$as_me: failed program was:" >&5
12730 sed 's/^/| /' conftest.$ac_ext >&5
12731
12732 # Broken: fails on valid input.
12733 continue
12734 fi
12735 rm -f conftest.err conftest.$ac_ext
12736
12737 # OK, works on sane cases. Now check whether non-existent headers
12738 # can be detected and how.
12739 cat >conftest.$ac_ext <<_ACEOF
12740 /* confdefs.h. */
12741 _ACEOF
12742 cat confdefs.h >>conftest.$ac_ext
12743 cat >>conftest.$ac_ext <<_ACEOF
12744 /* end confdefs.h. */
12745 #include <ac_nonexistent.h>
12746 _ACEOF
12747 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12748 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12749 ac_status=$?
12750 grep -v '^ *+' conftest.er1 >conftest.err
12751 rm -f conftest.er1
12752 cat conftest.err >&5
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); } >/dev/null; then
12755 if test -s conftest.err; then
12756 ac_cpp_err=$ac_c_preproc_warn_flag
12757 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12758 else
12759 ac_cpp_err=
12760 fi
12761 else
12762 ac_cpp_err=yes
12763 fi
12764 if test -z "$ac_cpp_err"; then
12765 # Broken: success on invalid input.
12766 continue
12767 else
12768 echo "$as_me: failed program was:" >&5
12769 sed 's/^/| /' conftest.$ac_ext >&5
12770
12771 # Passes both tests.
12772 ac_preproc_ok=:
12773 break
12774 fi
12775 rm -f conftest.err conftest.$ac_ext
12776
12777 done
12778 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12779 rm -f conftest.err conftest.$ac_ext
12780 if $ac_preproc_ok; then
12781 :
12782 else
12783 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12784 See \`config.log' for more details." >&5
12785 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12786 See \`config.log' for more details." >&2;}
12787 { (exit 1); exit 1; }; }
12788 fi
12789
12790 ac_ext=c
12791 ac_cpp='$CPP $CPPFLAGS'
12792 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12793 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12794 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12795
12796
12797 echo "$as_me:$LINENO: checking for egrep" >&5
12798 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12799 if test "${ac_cv_prog_egrep+set}" = set; then
12800 echo $ECHO_N "(cached) $ECHO_C" >&6
12801 else
12802 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12803 then ac_cv_prog_egrep='grep -E'
12804 else ac_cv_prog_egrep='egrep'
12805 fi
12806 fi
12807 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12808 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12809 EGREP=$ac_cv_prog_egrep
12810
12811
12812 if test $ac_cv_c_compiler_gnu = yes; then
12813 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12814 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12815 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12817 else
12818 ac_pattern="Autoconf.*'x'"
12819 cat >conftest.$ac_ext <<_ACEOF
12820 /* confdefs.h. */
12821 _ACEOF
12822 cat confdefs.h >>conftest.$ac_ext
12823 cat >>conftest.$ac_ext <<_ACEOF
12824 /* end confdefs.h. */
12825 #include <sgtty.h>
12826 Autoconf TIOCGETP
12827 _ACEOF
12828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12829 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12830 ac_cv_prog_gcc_traditional=yes
12831 else
12832 ac_cv_prog_gcc_traditional=no
12833 fi
12834 rm -f conftest*
12835
12836
12837 if test $ac_cv_prog_gcc_traditional = no; then
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12844 #include <termio.h>
12845 Autoconf TCGETA
12846 _ACEOF
12847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12848 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12849 ac_cv_prog_gcc_traditional=yes
12850 fi
12851 rm -f conftest*
12852
12853 fi
12854 fi
12855 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12856 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12857 if test $ac_cv_prog_gcc_traditional = yes; then
12858 CC="$CC -traditional"
12859 fi
12860 fi
12861
12862
12863
12864
12865 ac_ext=cc
12866 ac_cpp='$CXXCPP $CPPFLAGS'
12867 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12868 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12869 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12870
12871
12872 CXXFLAGS=${CXXFLAGS:=}
12873
12874
12875
12876 ac_ext=cc
12877 ac_cpp='$CXXCPP $CPPFLAGS'
12878 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12879 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12880 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12881 if test -n "$ac_tool_prefix"; then
12882 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12883 do
12884 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12885 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12886 echo "$as_me:$LINENO: checking for $ac_word" >&5
12887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12888 if test "${ac_cv_prog_CXX+set}" = set; then
12889 echo $ECHO_N "(cached) $ECHO_C" >&6
12890 else
12891 if test -n "$CXX"; then
12892 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12893 else
12894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12895 for as_dir in $PATH
12896 do
12897 IFS=$as_save_IFS
12898 test -z "$as_dir" && as_dir=.
12899 for ac_exec_ext in '' $ac_executable_extensions; do
12900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12901 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12903 break 2
12904 fi
12905 done
12906 done
12907
12908 fi
12909 fi
12910 CXX=$ac_cv_prog_CXX
12911 if test -n "$CXX"; then
12912 echo "$as_me:$LINENO: result: $CXX" >&5
12913 echo "${ECHO_T}$CXX" >&6
12914 else
12915 echo "$as_me:$LINENO: result: no" >&5
12916 echo "${ECHO_T}no" >&6
12917 fi
12918
12919 test -n "$CXX" && break
12920 done
12921 fi
12922 if test -z "$CXX"; then
12923 ac_ct_CXX=$CXX
12924 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12925 do
12926 # Extract the first word of "$ac_prog", so it can be a program name with args.
12927 set dummy $ac_prog; ac_word=$2
12928 echo "$as_me:$LINENO: checking for $ac_word" >&5
12929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12930 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12931 echo $ECHO_N "(cached) $ECHO_C" >&6
12932 else
12933 if test -n "$ac_ct_CXX"; then
12934 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12935 else
12936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12937 for as_dir in $PATH
12938 do
12939 IFS=$as_save_IFS
12940 test -z "$as_dir" && as_dir=.
12941 for ac_exec_ext in '' $ac_executable_extensions; do
12942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12943 ac_cv_prog_ac_ct_CXX="$ac_prog"
12944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12945 break 2
12946 fi
12947 done
12948 done
12949
12950 fi
12951 fi
12952 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12953 if test -n "$ac_ct_CXX"; then
12954 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12955 echo "${ECHO_T}$ac_ct_CXX" >&6
12956 else
12957 echo "$as_me:$LINENO: result: no" >&5
12958 echo "${ECHO_T}no" >&6
12959 fi
12960
12961 test -n "$ac_ct_CXX" && break
12962 done
12963 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12964
12965 CXX=$ac_ct_CXX
12966 fi
12967
12968
12969 # Provide some information about the compiler.
12970 echo "$as_me:$LINENO:" \
12971 "checking for C++ compiler version" >&5
12972 ac_compiler=`set X $ac_compile; echo $2`
12973 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12974 (eval $ac_compiler --version </dev/null >&5) 2>&5
12975 ac_status=$?
12976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); }
12978 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12979 (eval $ac_compiler -v </dev/null >&5) 2>&5
12980 ac_status=$?
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }
12983 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12984 (eval $ac_compiler -V </dev/null >&5) 2>&5
12985 ac_status=$?
12986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12987 (exit $ac_status); }
12988
12989 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12990 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12991 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12993 else
12994 cat >conftest.$ac_ext <<_ACEOF
12995 /* confdefs.h. */
12996 _ACEOF
12997 cat confdefs.h >>conftest.$ac_ext
12998 cat >>conftest.$ac_ext <<_ACEOF
12999 /* end confdefs.h. */
13000
13001 int
13002 main ()
13003 {
13004 #ifndef __GNUC__
13005 choke me
13006 #endif
13007
13008 ;
13009 return 0;
13010 }
13011 _ACEOF
13012 rm -f conftest.$ac_objext
13013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13014 (eval $ac_compile) 2>conftest.er1
13015 ac_status=$?
13016 grep -v '^ *+' conftest.er1 >conftest.err
13017 rm -f conftest.er1
13018 cat conftest.err >&5
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } &&
13021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023 (eval $ac_try) 2>&5
13024 ac_status=$?
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); }; } &&
13027 { ac_try='test -s conftest.$ac_objext'
13028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13029 (eval $ac_try) 2>&5
13030 ac_status=$?
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); }; }; then
13033 ac_compiler_gnu=yes
13034 else
13035 echo "$as_me: failed program was:" >&5
13036 sed 's/^/| /' conftest.$ac_ext >&5
13037
13038 ac_compiler_gnu=no
13039 fi
13040 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13041 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
13042
13043 fi
13044 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
13045 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
13046 GXX=`test $ac_compiler_gnu = yes && echo yes`
13047 ac_test_CXXFLAGS=${CXXFLAGS+set}
13048 ac_save_CXXFLAGS=$CXXFLAGS
13049 CXXFLAGS="-g"
13050 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
13051 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
13052 if test "${ac_cv_prog_cxx_g+set}" = set; then
13053 echo $ECHO_N "(cached) $ECHO_C" >&6
13054 else
13055 cat >conftest.$ac_ext <<_ACEOF
13056 /* confdefs.h. */
13057 _ACEOF
13058 cat confdefs.h >>conftest.$ac_ext
13059 cat >>conftest.$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13061
13062 int
13063 main ()
13064 {
13065
13066 ;
13067 return 0;
13068 }
13069 _ACEOF
13070 rm -f conftest.$ac_objext
13071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13072 (eval $ac_compile) 2>conftest.er1
13073 ac_status=$?
13074 grep -v '^ *+' conftest.er1 >conftest.err
13075 rm -f conftest.er1
13076 cat conftest.err >&5
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } &&
13079 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13081 (eval $ac_try) 2>&5
13082 ac_status=$?
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); }; } &&
13085 { ac_try='test -s conftest.$ac_objext'
13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13087 (eval $ac_try) 2>&5
13088 ac_status=$?
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); }; }; then
13091 ac_cv_prog_cxx_g=yes
13092 else
13093 echo "$as_me: failed program was:" >&5
13094 sed 's/^/| /' conftest.$ac_ext >&5
13095
13096 ac_cv_prog_cxx_g=no
13097 fi
13098 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13099 fi
13100 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
13101 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
13102 if test "$ac_test_CXXFLAGS" = set; then
13103 CXXFLAGS=$ac_save_CXXFLAGS
13104 elif test $ac_cv_prog_cxx_g = yes; then
13105 if test "$GXX" = yes; then
13106 CXXFLAGS="-g -O2"
13107 else
13108 CXXFLAGS="-g"
13109 fi
13110 else
13111 if test "$GXX" = yes; then
13112 CXXFLAGS="-O2"
13113 else
13114 CXXFLAGS=
13115 fi
13116 fi
13117 for ac_declaration in \
13118 '' \
13119 'extern "C" void std::exit (int) throw (); using std::exit;' \
13120 'extern "C" void std::exit (int); using std::exit;' \
13121 'extern "C" void exit (int) throw ();' \
13122 'extern "C" void exit (int);' \
13123 'void exit (int);'
13124 do
13125 cat >conftest.$ac_ext <<_ACEOF
13126 /* confdefs.h. */
13127 _ACEOF
13128 cat confdefs.h >>conftest.$ac_ext
13129 cat >>conftest.$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13131 $ac_declaration
13132 #include <stdlib.h>
13133 int
13134 main ()
13135 {
13136 exit (42);
13137 ;
13138 return 0;
13139 }
13140 _ACEOF
13141 rm -f conftest.$ac_objext
13142 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13143 (eval $ac_compile) 2>conftest.er1
13144 ac_status=$?
13145 grep -v '^ *+' conftest.er1 >conftest.err
13146 rm -f conftest.er1
13147 cat conftest.err >&5
13148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); } &&
13150 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13152 (eval $ac_try) 2>&5
13153 ac_status=$?
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); }; } &&
13156 { ac_try='test -s conftest.$ac_objext'
13157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13158 (eval $ac_try) 2>&5
13159 ac_status=$?
13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161 (exit $ac_status); }; }; then
13162 :
13163 else
13164 echo "$as_me: failed program was:" >&5
13165 sed 's/^/| /' conftest.$ac_ext >&5
13166
13167 continue
13168 fi
13169 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13170 cat >conftest.$ac_ext <<_ACEOF
13171 /* confdefs.h. */
13172 _ACEOF
13173 cat confdefs.h >>conftest.$ac_ext
13174 cat >>conftest.$ac_ext <<_ACEOF
13175 /* end confdefs.h. */
13176 $ac_declaration
13177 int
13178 main ()
13179 {
13180 exit (42);
13181 ;
13182 return 0;
13183 }
13184 _ACEOF
13185 rm -f conftest.$ac_objext
13186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13187 (eval $ac_compile) 2>conftest.er1
13188 ac_status=$?
13189 grep -v '^ *+' conftest.er1 >conftest.err
13190 rm -f conftest.er1
13191 cat conftest.err >&5
13192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 (exit $ac_status); } &&
13194 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13196 (eval $ac_try) 2>&5
13197 ac_status=$?
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); }; } &&
13200 { ac_try='test -s conftest.$ac_objext'
13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13202 (eval $ac_try) 2>&5
13203 ac_status=$?
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); }; }; then
13206 break
13207 else
13208 echo "$as_me: failed program was:" >&5
13209 sed 's/^/| /' conftest.$ac_ext >&5
13210
13211 fi
13212 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13213 done
13214 rm -f conftest*
13215 if test -n "$ac_declaration"; then
13216 echo '#ifdef __cplusplus' >>confdefs.h
13217 echo $ac_declaration >>confdefs.h
13218 echo '#endif' >>confdefs.h
13219 fi
13220
13221 ac_ext=cc
13222 ac_cpp='$CXXCPP $CPPFLAGS'
13223 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13224 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13225 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13226
13227
13228
13229 ac_ext=cc
13230 ac_cpp='$CXXCPP $CPPFLAGS'
13231 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13232 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13233 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13234
13235 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
13236 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
13237 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
13238 echo $ECHO_N "(cached) $ECHO_C" >&6
13239 else
13240 cat >conftest.$ac_ext <<_ACEOF
13241 /* confdefs.h. */
13242 _ACEOF
13243 cat confdefs.h >>conftest.$ac_ext
13244 cat >>conftest.$ac_ext <<_ACEOF
13245 /* end confdefs.h. */
13246
13247 int
13248 main ()
13249 {
13250
13251 #ifndef __INTEL_COMPILER
13252 choke me
13253 #endif
13254
13255 ;
13256 return 0;
13257 }
13258 _ACEOF
13259 rm -f conftest.$ac_objext
13260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13261 (eval $ac_compile) 2>conftest.er1
13262 ac_status=$?
13263 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1
13265 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } &&
13268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5
13271 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } &&
13274 { ac_try='test -s conftest.$ac_objext'
13275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13276 (eval $ac_try) 2>&5
13277 ac_status=$?
13278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); }; }; then
13280 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
13281 else
13282 echo "$as_me: failed program was:" >&5
13283 sed 's/^/| /' conftest.$ac_ext >&5
13284
13285 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
13286
13287 fi
13288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13289
13290
13291 fi
13292 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
13293 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
13294 ac_ext=cc
13295 ac_cpp='$CXXCPP $CPPFLAGS'
13296 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13297 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13298 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13299
13300 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
13301 :; INTELCXX=yes
13302 else
13303 :;
13304 fi
13305
13306
13307 if test "x$GCXX" != "xyes"; then
13308 if test "xCXX" = "xC"; then
13309 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
13310 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
13311 if test "${bakefile_cv_cxx_exto+set}" = set; then
13312 echo $ECHO_N "(cached) $ECHO_C" >&6
13313 else
13314 cat >conftest.$ac_ext <<_ACEOF
13315 /* confdefs.h. */
13316 _ACEOF
13317 cat confdefs.h >>conftest.$ac_ext
13318 cat >>conftest.$ac_ext <<_ACEOF
13319 /* end confdefs.h. */
13320
13321 int
13322 main ()
13323 {
13324
13325 ;
13326 return 0;
13327 }
13328 _ACEOF
13329 rm -f conftest.$ac_objext conftest.$ac_ext.o
13330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13331 (eval $ac_compile) 2>&5
13332 ac_status=$?
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; then
13335 for ac_file in `(ls conftest.* 2>/dev/null)`; do
13336 case $ac_file in
13337 conftest.$ac_ext.o)
13338 bakefile_cv_cxx_exto="-ext o"
13339 ;;
13340 *)
13341 ;;
13342 esac
13343 done
13344 else
13345 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
13346 See \`config.log' for more details." >&5
13347 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
13348 See \`config.log' for more details." >&2;}
13349 { (exit 1); exit 1; }; }
13350
13351 fi
13352
13353 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
13354
13355 fi
13356 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_exto" >&5
13357 echo "${ECHO_T}$bakefile_cv_cxx_exto" >&6
13358 if test "x$bakefile_cv_cxx_exto" '!=' "x"; then
13359 if test "cxx" = "c"; then
13360 CFLAGS="$bakefile_cv_cxx_exto $CFLAGS"
13361 fi
13362 if test "cxx" = "cxx"; then
13363 CXXFLAGS="$bakefile_cv_cxx_exto $CXXFLAGS"
13364 fi
13365 fi
13366
13367 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13368 unset ac_cv_prog_cc_g
13369 ac_test_CFLAGS=${CFLAGS+set}
13370 ac_save_CFLAGS=$CFLAGS
13371 CFLAGS="-g"
13372 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13373 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
13374 if test "${ac_cv_prog_cc_g+set}" = set; then
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13376 else
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383
13384 int
13385 main ()
13386 {
13387
13388 ;
13389 return 0;
13390 }
13391 _ACEOF
13392 rm -f conftest.$ac_objext
13393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13394 (eval $ac_compile) 2>conftest.er1
13395 ac_status=$?
13396 grep -v '^ *+' conftest.er1 >conftest.err
13397 rm -f conftest.er1
13398 cat conftest.err >&5
13399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } &&
13401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13403 (eval $ac_try) 2>&5
13404 ac_status=$?
13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); }; } &&
13407 { ac_try='test -s conftest.$ac_objext'
13408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13409 (eval $ac_try) 2>&5
13410 ac_status=$?
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); }; }; then
13413 ac_cv_prog_cc_g=yes
13414 else
13415 echo "$as_me: failed program was:" >&5
13416 sed 's/^/| /' conftest.$ac_ext >&5
13417
13418 ac_cv_prog_cc_g=no
13419 fi
13420 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13421 fi
13422 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13423 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
13424 if test "$ac_test_CFLAGS" = set; then
13425 CFLAGS=$ac_save_CFLAGS
13426 elif test $ac_cv_prog_cc_g = yes; then
13427 if test "$GCC" = yes; then
13428 CFLAGS="-g -O2"
13429 else
13430 CFLAGS="-g"
13431 fi
13432 else
13433 if test "$GCC" = yes; then
13434 CFLAGS="-O2"
13435 else
13436 CFLAGS=
13437 fi
13438 fi
13439 fi
13440 fi
13441
13442 case `uname -s` in
13443 AIX*)
13444 ac_ext=cc
13445 ac_cpp='$CXXCPP $CPPFLAGS'
13446 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13447 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13448 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13449
13450 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13451 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13452 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13453 echo $ECHO_N "(cached) $ECHO_C" >&6
13454 else
13455 cat >conftest.$ac_ext <<_ACEOF
13456 /* confdefs.h. */
13457 _ACEOF
13458 cat confdefs.h >>conftest.$ac_ext
13459 cat >>conftest.$ac_ext <<_ACEOF
13460 /* end confdefs.h. */
13461
13462 int
13463 main ()
13464 {
13465 #ifndef __xlC__
13466 choke me
13467 #endif
13468
13469 ;
13470 return 0;
13471 }
13472 _ACEOF
13473 rm -f conftest.$ac_objext
13474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13475 (eval $ac_compile) 2>conftest.er1
13476 ac_status=$?
13477 grep -v '^ *+' conftest.er1 >conftest.err
13478 rm -f conftest.er1
13479 cat conftest.err >&5
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); } &&
13482 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13484 (eval $ac_try) 2>&5
13485 ac_status=$?
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); }; } &&
13488 { ac_try='test -s conftest.$ac_objext'
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5
13491 ac_status=$?
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); }; }; then
13494 bakefile_compiler_xlc=yes
13495 else
13496 echo "$as_me: failed program was:" >&5
13497 sed 's/^/| /' conftest.$ac_ext >&5
13498
13499 bakefile_compiler_xlc=no
13500 fi
13501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13502 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
13503
13504 fi
13505 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13506 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13507
13508 XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13509 ac_ext=cc
13510 ac_cpp='$CXXCPP $CPPFLAGS'
13511 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13512 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13513 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13514
13515
13516 ;;
13517
13518 Darwin)
13519 ac_ext=cc
13520 ac_cpp='$CXXCPP $CPPFLAGS'
13521 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13522 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13523 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13524
13525 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
13526 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
13527 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
13528 echo $ECHO_N "(cached) $ECHO_C" >&6
13529 else
13530 cat >conftest.$ac_ext <<_ACEOF
13531 /* confdefs.h. */
13532 _ACEOF
13533 cat confdefs.h >>conftest.$ac_ext
13534 cat >>conftest.$ac_ext <<_ACEOF
13535 /* end confdefs.h. */
13536
13537 int
13538 main ()
13539 {
13540 #ifndef __MWERKS__
13541 choke me
13542 #endif
13543
13544 ;
13545 return 0;
13546 }
13547 _ACEOF
13548 rm -f conftest.$ac_objext
13549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13550 (eval $ac_compile) 2>conftest.er1
13551 ac_status=$?
13552 grep -v '^ *+' conftest.er1 >conftest.err
13553 rm -f conftest.er1
13554 cat conftest.err >&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } &&
13557 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13559 (eval $ac_try) 2>&5
13560 ac_status=$?
13561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562 (exit $ac_status); }; } &&
13563 { ac_try='test -s conftest.$ac_objext'
13564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13565 (eval $ac_try) 2>&5
13566 ac_status=$?
13567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568 (exit $ac_status); }; }; then
13569 bakefile_compiler_mwerks=yes
13570 else
13571 echo "$as_me: failed program was:" >&5
13572 sed 's/^/| /' conftest.$ac_ext >&5
13573
13574 bakefile_compiler_mwerks=no
13575 fi
13576 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13577 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
13578
13579 fi
13580 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
13581 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
13582
13583 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
13584 ac_ext=cc
13585 ac_cpp='$CXXCPP $CPPFLAGS'
13586 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13587 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13588 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13589
13590
13591 ac_ext=cc
13592 ac_cpp='$CXXCPP $CPPFLAGS'
13593 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13594 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13595 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13596
13597 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13598 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13599 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13600 echo $ECHO_N "(cached) $ECHO_C" >&6
13601 else
13602 cat >conftest.$ac_ext <<_ACEOF
13603 /* confdefs.h. */
13604 _ACEOF
13605 cat confdefs.h >>conftest.$ac_ext
13606 cat >>conftest.$ac_ext <<_ACEOF
13607 /* end confdefs.h. */
13608
13609 int
13610 main ()
13611 {
13612 #ifndef __xlC__
13613 choke me
13614 #endif
13615
13616 ;
13617 return 0;
13618 }
13619 _ACEOF
13620 rm -f conftest.$ac_objext
13621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13622 (eval $ac_compile) 2>conftest.er1
13623 ac_status=$?
13624 grep -v '^ *+' conftest.er1 >conftest.err
13625 rm -f conftest.er1
13626 cat conftest.err >&5
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); } &&
13629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13631 (eval $ac_try) 2>&5
13632 ac_status=$?
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); }; } &&
13635 { ac_try='test -s conftest.$ac_objext'
13636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13637 (eval $ac_try) 2>&5
13638 ac_status=$?
13639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13640 (exit $ac_status); }; }; then
13641 bakefile_compiler_xlc=yes
13642 else
13643 echo "$as_me: failed program was:" >&5
13644 sed 's/^/| /' conftest.$ac_ext >&5
13645
13646 bakefile_compiler_xlc=no
13647 fi
13648 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13649 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
13650
13651 fi
13652 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13653 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13654
13655 XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13656 ac_ext=cc
13657 ac_cpp='$CXXCPP $CPPFLAGS'
13658 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13659 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13660 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13661
13662
13663 ;;
13664
13665 IRIX*)
13666
13667
13668 ac_ext=cc
13669 ac_cpp='$CXXCPP $CPPFLAGS'
13670 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13671 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13672 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13673
13674 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
13675 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
13676 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
13677 echo $ECHO_N "(cached) $ECHO_C" >&6
13678 else
13679 cat >conftest.$ac_ext <<_ACEOF
13680 /* confdefs.h. */
13681 _ACEOF
13682 cat confdefs.h >>conftest.$ac_ext
13683 cat >>conftest.$ac_ext <<_ACEOF
13684 /* end confdefs.h. */
13685
13686 int
13687 main ()
13688 {
13689
13690 #ifndef _SGI_COMPILER_VERSION
13691 choke me
13692 #endif
13693
13694 ;
13695 return 0;
13696 }
13697 _ACEOF
13698 rm -f conftest.$ac_objext
13699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13700 (eval $ac_compile) 2>conftest.er1
13701 ac_status=$?
13702 grep -v '^ *+' conftest.er1 >conftest.err
13703 rm -f conftest.er1
13704 cat conftest.err >&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } &&
13707 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13709 (eval $ac_try) 2>&5
13710 ac_status=$?
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); }; } &&
13713 { ac_try='test -s conftest.$ac_objext'
13714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13715 (eval $ac_try) 2>&5
13716 ac_status=$?
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); }; }; then
13719 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
13720 else
13721 echo "$as_me: failed program was:" >&5
13722 sed 's/^/| /' conftest.$ac_ext >&5
13723
13724 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
13725
13726 fi
13727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13728
13729
13730 fi
13731 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
13732 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
13733 ac_ext=cc
13734 ac_cpp='$CXXCPP $CPPFLAGS'
13735 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13736 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13737 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13738
13739 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13740 :; SGICXX=yes
13741 else
13742 :;
13743 fi
13744
13745
13746 ;;
13747
13748 HP-UX*)
13749
13750
13751 ac_ext=cc
13752 ac_cpp='$CXXCPP $CPPFLAGS'
13753 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13754 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13755 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13756
13757 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
13758 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
13759 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
13760 echo $ECHO_N "(cached) $ECHO_C" >&6
13761 else
13762 cat >conftest.$ac_ext <<_ACEOF
13763 /* confdefs.h. */
13764 _ACEOF
13765 cat confdefs.h >>conftest.$ac_ext
13766 cat >>conftest.$ac_ext <<_ACEOF
13767 /* end confdefs.h. */
13768
13769 int
13770 main ()
13771 {
13772
13773 #ifndef __HP_aCC
13774 choke me
13775 #endif
13776
13777 ;
13778 return 0;
13779 }
13780 _ACEOF
13781 rm -f conftest.$ac_objext
13782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13783 (eval $ac_compile) 2>conftest.er1
13784 ac_status=$?
13785 grep -v '^ *+' conftest.er1 >conftest.err
13786 rm -f conftest.er1
13787 cat conftest.err >&5
13788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789 (exit $ac_status); } &&
13790 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13792 (eval $ac_try) 2>&5
13793 ac_status=$?
13794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13795 (exit $ac_status); }; } &&
13796 { ac_try='test -s conftest.$ac_objext'
13797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13798 (eval $ac_try) 2>&5
13799 ac_status=$?
13800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13801 (exit $ac_status); }; }; then
13802 bakefile_cv_cxx_compiler___HP_aCC=yes
13803 else
13804 echo "$as_me: failed program was:" >&5
13805 sed 's/^/| /' conftest.$ac_ext >&5
13806
13807 bakefile_cv_cxx_compiler___HP_aCC=no
13808
13809 fi
13810 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13811
13812
13813 fi
13814 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
13815 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
13816 ac_ext=cc
13817 ac_cpp='$CXXCPP $CPPFLAGS'
13818 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13819 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13820 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13821
13822 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
13823 :; HPCXX=yes
13824 else
13825 :;
13826 fi
13827
13828
13829 ;;
13830
13831 OSF1)
13832
13833
13834 ac_ext=cc
13835 ac_cpp='$CXXCPP $CPPFLAGS'
13836 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13837 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13838 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13839
13840 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
13841 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
13842 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13844 else
13845 cat >conftest.$ac_ext <<_ACEOF
13846 /* confdefs.h. */
13847 _ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13851
13852 int
13853 main ()
13854 {
13855
13856 #ifndef __DECCXX
13857 choke me
13858 #endif
13859
13860 ;
13861 return 0;
13862 }
13863 _ACEOF
13864 rm -f conftest.$ac_objext
13865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13866 (eval $ac_compile) 2>conftest.er1
13867 ac_status=$?
13868 grep -v '^ *+' conftest.er1 >conftest.err
13869 rm -f conftest.er1
13870 cat conftest.err >&5
13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13872 (exit $ac_status); } &&
13873 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13875 (eval $ac_try) 2>&5
13876 ac_status=$?
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); }; } &&
13879 { ac_try='test -s conftest.$ac_objext'
13880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13881 (eval $ac_try) 2>&5
13882 ac_status=$?
13883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13884 (exit $ac_status); }; }; then
13885 bakefile_cv_cxx_compiler___DECCXX=yes
13886 else
13887 echo "$as_me: failed program was:" >&5
13888 sed 's/^/| /' conftest.$ac_ext >&5
13889
13890 bakefile_cv_cxx_compiler___DECCXX=no
13891
13892 fi
13893 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13894
13895
13896 fi
13897 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
13898 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
13899 ac_ext=cc
13900 ac_cpp='$CXXCPP $CPPFLAGS'
13901 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13902 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13903 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13904
13905 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
13906 :; COMPAQCXX=yes
13907 else
13908 :;
13909 fi
13910
13911
13912 ;;
13913
13914 SunOS)
13915
13916
13917 ac_ext=cc
13918 ac_cpp='$CXXCPP $CPPFLAGS'
13919 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13920 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13921 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13922
13923 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
13924 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
13925 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13927 else
13928 cat >conftest.$ac_ext <<_ACEOF
13929 /* confdefs.h. */
13930 _ACEOF
13931 cat confdefs.h >>conftest.$ac_ext
13932 cat >>conftest.$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13934
13935 int
13936 main ()
13937 {
13938
13939 #ifndef __SUNPRO_CC
13940 choke me
13941 #endif
13942
13943 ;
13944 return 0;
13945 }
13946 _ACEOF
13947 rm -f conftest.$ac_objext
13948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13949 (eval $ac_compile) 2>conftest.er1
13950 ac_status=$?
13951 grep -v '^ *+' conftest.er1 >conftest.err
13952 rm -f conftest.er1
13953 cat conftest.err >&5
13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13955 (exit $ac_status); } &&
13956 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13958 (eval $ac_try) 2>&5
13959 ac_status=$?
13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); }; } &&
13962 { ac_try='test -s conftest.$ac_objext'
13963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13964 (eval $ac_try) 2>&5
13965 ac_status=$?
13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967 (exit $ac_status); }; }; then
13968 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
13969 else
13970 echo "$as_me: failed program was:" >&5
13971 sed 's/^/| /' conftest.$ac_ext >&5
13972
13973 bakefile_cv_cxx_compiler___SUNPRO_CC=no
13974
13975 fi
13976 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13977
13978
13979 fi
13980 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13981 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13982 ac_ext=cc
13983 ac_cpp='$CXXCPP $CPPFLAGS'
13984 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13985 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13986 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13987
13988 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13989 :; SUNCXX=yes
13990 else
13991 :;
13992 fi
13993
13994
13995 ;;
13996 esac
13997 fi
13998
13999
14000
14001 ac_ext=c
14002 ac_cpp='$CPP $CPPFLAGS'
14003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14006
14007
14008 if test -n "$ac_tool_prefix"; then
14009 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
14010 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
14011 echo "$as_me:$LINENO: checking for $ac_word" >&5
14012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14013 if test "${ac_cv_prog_RANLIB+set}" = set; then
14014 echo $ECHO_N "(cached) $ECHO_C" >&6
14015 else
14016 if test -n "$RANLIB"; then
14017 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
14018 else
14019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14020 for as_dir in $PATH
14021 do
14022 IFS=$as_save_IFS
14023 test -z "$as_dir" && as_dir=.
14024 for ac_exec_ext in '' $ac_executable_extensions; do
14025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14026 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
14027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14028 break 2
14029 fi
14030 done
14031 done
14032
14033 fi
14034 fi
14035 RANLIB=$ac_cv_prog_RANLIB
14036 if test -n "$RANLIB"; then
14037 echo "$as_me:$LINENO: result: $RANLIB" >&5
14038 echo "${ECHO_T}$RANLIB" >&6
14039 else
14040 echo "$as_me:$LINENO: result: no" >&5
14041 echo "${ECHO_T}no" >&6
14042 fi
14043
14044 fi
14045 if test -z "$ac_cv_prog_RANLIB"; then
14046 ac_ct_RANLIB=$RANLIB
14047 # Extract the first word of "ranlib", so it can be a program name with args.
14048 set dummy ranlib; ac_word=$2
14049 echo "$as_me:$LINENO: checking for $ac_word" >&5
14050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14051 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
14052 echo $ECHO_N "(cached) $ECHO_C" >&6
14053 else
14054 if test -n "$ac_ct_RANLIB"; then
14055 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
14056 else
14057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14058 for as_dir in $PATH
14059 do
14060 IFS=$as_save_IFS
14061 test -z "$as_dir" && as_dir=.
14062 for ac_exec_ext in '' $ac_executable_extensions; do
14063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14064 ac_cv_prog_ac_ct_RANLIB="ranlib"
14065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14066 break 2
14067 fi
14068 done
14069 done
14070
14071 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
14072 fi
14073 fi
14074 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
14075 if test -n "$ac_ct_RANLIB"; then
14076 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
14077 echo "${ECHO_T}$ac_ct_RANLIB" >&6
14078 else
14079 echo "$as_me:$LINENO: result: no" >&5
14080 echo "${ECHO_T}no" >&6
14081 fi
14082
14083 RANLIB=$ac_ct_RANLIB
14084 else
14085 RANLIB="$ac_cv_prog_RANLIB"
14086 fi
14087
14088
14089 if test -n "$ac_tool_prefix"; then
14090 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
14091 set dummy ${ac_tool_prefix}ar; ac_word=$2
14092 echo "$as_me:$LINENO: checking for $ac_word" >&5
14093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14094 if test "${ac_cv_prog_AR+set}" = set; then
14095 echo $ECHO_N "(cached) $ECHO_C" >&6
14096 else
14097 if test -n "$AR"; then
14098 ac_cv_prog_AR="$AR" # Let the user override the test.
14099 else
14100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14101 for as_dir in $PATH
14102 do
14103 IFS=$as_save_IFS
14104 test -z "$as_dir" && as_dir=.
14105 for ac_exec_ext in '' $ac_executable_extensions; do
14106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14107 ac_cv_prog_AR="${ac_tool_prefix}ar"
14108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14109 break 2
14110 fi
14111 done
14112 done
14113
14114 fi
14115 fi
14116 AR=$ac_cv_prog_AR
14117 if test -n "$AR"; then
14118 echo "$as_me:$LINENO: result: $AR" >&5
14119 echo "${ECHO_T}$AR" >&6
14120 else
14121 echo "$as_me:$LINENO: result: no" >&5
14122 echo "${ECHO_T}no" >&6
14123 fi
14124
14125 fi
14126 if test -z "$ac_cv_prog_AR"; then
14127 ac_ct_AR=$AR
14128 # Extract the first word of "ar", so it can be a program name with args.
14129 set dummy ar; ac_word=$2
14130 echo "$as_me:$LINENO: checking for $ac_word" >&5
14131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14132 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
14133 echo $ECHO_N "(cached) $ECHO_C" >&6
14134 else
14135 if test -n "$ac_ct_AR"; then
14136 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
14137 else
14138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14139 for as_dir in $PATH
14140 do
14141 IFS=$as_save_IFS
14142 test -z "$as_dir" && as_dir=.
14143 for ac_exec_ext in '' $ac_executable_extensions; do
14144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14145 ac_cv_prog_ac_ct_AR="ar"
14146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14147 break 2
14148 fi
14149 done
14150 done
14151
14152 fi
14153 fi
14154 ac_ct_AR=$ac_cv_prog_ac_ct_AR
14155 if test -n "$ac_ct_AR"; then
14156 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
14157 echo "${ECHO_T}$ac_ct_AR" >&6
14158 else
14159 echo "$as_me:$LINENO: result: no" >&5
14160 echo "${ECHO_T}no" >&6
14161 fi
14162
14163 AR=$ac_ct_AR
14164 else
14165 AR="$ac_cv_prog_AR"
14166 fi
14167
14168 if test "x$AR" = "x" ; then
14169 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
14170 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
14171 { (exit 1); exit 1; }; }
14172 fi
14173
14174 # Find a good install program. We prefer a C program (faster),
14175 # so one script is as good as another. But avoid the broken or
14176 # incompatible versions:
14177 # SysV /etc/install, /usr/sbin/install
14178 # SunOS /usr/etc/install
14179 # IRIX /sbin/install
14180 # AIX /bin/install
14181 # AmigaOS /C/install, which installs bootblocks on floppy discs
14182 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
14183 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
14184 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
14185 # OS/2's system install, which has a completely different semantic
14186 # ./install, which can be erroneously created by make from ./install.sh.
14187 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
14188 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
14189 if test -z "$INSTALL"; then
14190 if test "${ac_cv_path_install+set}" = set; then
14191 echo $ECHO_N "(cached) $ECHO_C" >&6
14192 else
14193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14194 for as_dir in $PATH
14195 do
14196 IFS=$as_save_IFS
14197 test -z "$as_dir" && as_dir=.
14198 # Account for people who put trailing slashes in PATH elements.
14199 case $as_dir/ in
14200 ./ | .// | /cC/* | \
14201 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
14202 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
14203 /usr/ucb/* ) ;;
14204 *)
14205 # OSF1 and SCO ODT 3.0 have their own names for install.
14206 # Don't use installbsd from OSF since it installs stuff as root
14207 # by default.
14208 for ac_prog in ginstall scoinst install; do
14209 for ac_exec_ext in '' $ac_executable_extensions; do
14210 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
14211 if test $ac_prog = install &&
14212 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14213 # AIX install. It has an incompatible calling convention.
14214 :
14215 elif test $ac_prog = install &&
14216 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14217 # program-specific install script used by HP pwplus--don't use.
14218 :
14219 else
14220 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
14221 break 3
14222 fi
14223 fi
14224 done
14225 done
14226 ;;
14227 esac
14228 done
14229
14230
14231 fi
14232 if test "${ac_cv_path_install+set}" = set; then
14233 INSTALL=$ac_cv_path_install
14234 else
14235 # As a last resort, use the slow shell script. We don't cache a
14236 # path for INSTALL within a source directory, because that will
14237 # break other packages using the cache if that directory is
14238 # removed, or if the path is relative.
14239 INSTALL=$ac_install_sh
14240 fi
14241 fi
14242 echo "$as_me:$LINENO: result: $INSTALL" >&5
14243 echo "${ECHO_T}$INSTALL" >&6
14244
14245 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
14246 # It thinks the first close brace ends the variable substitution.
14247 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
14248
14249 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
14250
14251 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
14252
14253
14254 case ${INSTALL} in
14255 /* ) # Absolute
14256 ;;
14257 ?:* ) # Drive letter, considered as absolute.
14258 ;;
14259 *)
14260 INSTALL=`pwd`/${INSTALL} ;;
14261 esac
14262
14263
14264 case "${host}" in
14265
14266 *-*-darwin* )
14267 INSTALL_PROGRAM="cp -fp"
14268 INSTALL_DATA="cp -fp"
14269 ;;
14270 *)
14271 ;;
14272 esac
14273
14274 if test -n "$ac_tool_prefix"; then
14275 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
14276 set dummy ${ac_tool_prefix}strip; ac_word=$2
14277 echo "$as_me:$LINENO: checking for $ac_word" >&5
14278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14279 if test "${ac_cv_prog_STRIP+set}" = set; then
14280 echo $ECHO_N "(cached) $ECHO_C" >&6
14281 else
14282 if test -n "$STRIP"; then
14283 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
14284 else
14285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14286 for as_dir in $PATH
14287 do
14288 IFS=$as_save_IFS
14289 test -z "$as_dir" && as_dir=.
14290 for ac_exec_ext in '' $ac_executable_extensions; do
14291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14292 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
14293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14294 break 2
14295 fi
14296 done
14297 done
14298
14299 fi
14300 fi
14301 STRIP=$ac_cv_prog_STRIP
14302 if test -n "$STRIP"; then
14303 echo "$as_me:$LINENO: result: $STRIP" >&5
14304 echo "${ECHO_T}$STRIP" >&6
14305 else
14306 echo "$as_me:$LINENO: result: no" >&5
14307 echo "${ECHO_T}no" >&6
14308 fi
14309
14310 fi
14311 if test -z "$ac_cv_prog_STRIP"; then
14312 ac_ct_STRIP=$STRIP
14313 # Extract the first word of "strip", so it can be a program name with args.
14314 set dummy strip; ac_word=$2
14315 echo "$as_me:$LINENO: checking for $ac_word" >&5
14316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14317 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14319 else
14320 if test -n "$ac_ct_STRIP"; then
14321 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
14322 else
14323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14324 for as_dir in $PATH
14325 do
14326 IFS=$as_save_IFS
14327 test -z "$as_dir" && as_dir=.
14328 for ac_exec_ext in '' $ac_executable_extensions; do
14329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14330 ac_cv_prog_ac_ct_STRIP="strip"
14331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14332 break 2
14333 fi
14334 done
14335 done
14336
14337 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="true"
14338 fi
14339 fi
14340 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
14341 if test -n "$ac_ct_STRIP"; then
14342 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
14343 echo "${ECHO_T}$ac_ct_STRIP" >&6
14344 else
14345 echo "$as_me:$LINENO: result: no" >&5
14346 echo "${ECHO_T}no" >&6
14347 fi
14348
14349 STRIP=$ac_ct_STRIP
14350 else
14351 STRIP="$ac_cv_prog_STRIP"
14352 fi
14353
14354
14355 if test "$wxUSE_WINE" = "yes"; then
14356 if test -n "$ac_tool_prefix"; then
14357 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
14358 set dummy ${ac_tool_prefix}wrc; ac_word=$2
14359 echo "$as_me:$LINENO: checking for $ac_word" >&5
14360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14361 if test "${ac_cv_prog_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 RESCOMP="$WINDRES"
14436 else
14437 case "${host}" in
14438 *-*-cygwin* | *-*-mingw32* )
14439 if test -n "$ac_tool_prefix"; then
14440 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
14441 set dummy ${ac_tool_prefix}windres; ac_word=$2
14442 echo "$as_me:$LINENO: checking for $ac_word" >&5
14443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14444 if test "${ac_cv_prog_WINDRES+set}" = set; then
14445 echo $ECHO_N "(cached) $ECHO_C" >&6
14446 else
14447 if test -n "$WINDRES"; then
14448 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
14449 else
14450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14451 for as_dir in $PATH
14452 do
14453 IFS=$as_save_IFS
14454 test -z "$as_dir" && as_dir=.
14455 for ac_exec_ext in '' $ac_executable_extensions; do
14456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14457 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
14458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14459 break 2
14460 fi
14461 done
14462 done
14463
14464 fi
14465 fi
14466 WINDRES=$ac_cv_prog_WINDRES
14467 if test -n "$WINDRES"; then
14468 echo "$as_me:$LINENO: result: $WINDRES" >&5
14469 echo "${ECHO_T}$WINDRES" >&6
14470 else
14471 echo "$as_me:$LINENO: result: no" >&5
14472 echo "${ECHO_T}no" >&6
14473 fi
14474
14475 fi
14476 if test -z "$ac_cv_prog_WINDRES"; then
14477 ac_ct_WINDRES=$WINDRES
14478 # Extract the first word of "windres", so it can be a program name with args.
14479 set dummy windres; ac_word=$2
14480 echo "$as_me:$LINENO: checking for $ac_word" >&5
14481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14482 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
14483 echo $ECHO_N "(cached) $ECHO_C" >&6
14484 else
14485 if test -n "$ac_ct_WINDRES"; then
14486 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
14487 else
14488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14489 for as_dir in $PATH
14490 do
14491 IFS=$as_save_IFS
14492 test -z "$as_dir" && as_dir=.
14493 for ac_exec_ext in '' $ac_executable_extensions; do
14494 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14495 ac_cv_prog_ac_ct_WINDRES="windres"
14496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14497 break 2
14498 fi
14499 done
14500 done
14501
14502 fi
14503 fi
14504 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
14505 if test -n "$ac_ct_WINDRES"; then
14506 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
14507 echo "${ECHO_T}$ac_ct_WINDRES" >&6
14508 else
14509 echo "$as_me:$LINENO: result: no" >&5
14510 echo "${ECHO_T}no" >&6
14511 fi
14512
14513 WINDRES=$ac_ct_WINDRES
14514 else
14515 WINDRES="$ac_cv_prog_WINDRES"
14516 fi
14517
14518 RESCOMP="$WINDRES"
14519 if test -n "$ac_tool_prefix"; then
14520 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
14521 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
14522 echo "$as_me:$LINENO: checking for $ac_word" >&5
14523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14524 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
14525 echo $ECHO_N "(cached) $ECHO_C" >&6
14526 else
14527 if test -n "$DLLTOOL"; then
14528 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
14529 else
14530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14531 for as_dir in $PATH
14532 do
14533 IFS=$as_save_IFS
14534 test -z "$as_dir" && as_dir=.
14535 for ac_exec_ext in '' $ac_executable_extensions; do
14536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14537 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
14538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14539 break 2
14540 fi
14541 done
14542 done
14543
14544 fi
14545 fi
14546 DLLTOOL=$ac_cv_prog_DLLTOOL
14547 if test -n "$DLLTOOL"; then
14548 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
14549 echo "${ECHO_T}$DLLTOOL" >&6
14550 else
14551 echo "$as_me:$LINENO: result: no" >&5
14552 echo "${ECHO_T}no" >&6
14553 fi
14554
14555 fi
14556 if test -z "$ac_cv_prog_DLLTOOL"; then
14557 ac_ct_DLLTOOL=$DLLTOOL
14558 # Extract the first word of "dlltool", so it can be a program name with args.
14559 set dummy dlltool; ac_word=$2
14560 echo "$as_me:$LINENO: checking for $ac_word" >&5
14561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14562 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
14563 echo $ECHO_N "(cached) $ECHO_C" >&6
14564 else
14565 if test -n "$ac_ct_DLLTOOL"; then
14566 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
14567 else
14568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14569 for as_dir in $PATH
14570 do
14571 IFS=$as_save_IFS
14572 test -z "$as_dir" && as_dir=.
14573 for ac_exec_ext in '' $ac_executable_extensions; do
14574 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14575 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
14576 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14577 break 2
14578 fi
14579 done
14580 done
14581
14582 fi
14583 fi
14584 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
14585 if test -n "$ac_ct_DLLTOOL"; then
14586 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
14587 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
14588 else
14589 echo "$as_me:$LINENO: result: no" >&5
14590 echo "${ECHO_T}no" >&6
14591 fi
14592
14593 DLLTOOL=$ac_ct_DLLTOOL
14594 else
14595 DLLTOOL="$ac_cv_prog_DLLTOOL"
14596 fi
14597
14598 ;;
14599 esac
14600 fi
14601
14602 echo "$as_me:$LINENO: checking if make is GNU make" >&5
14603 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
14604 if test "${wx_cv_prog_makeisgnu+set}" = set; then
14605 echo $ECHO_N "(cached) $ECHO_C" >&6
14606 else
14607
14608 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
14609 egrep -s GNU > /dev/null); then
14610 wx_cv_prog_makeisgnu="yes"
14611 else
14612 wx_cv_prog_makeisgnu="no"
14613 fi
14614
14615 fi
14616 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
14617 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
14618
14619 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
14620 IF_GNU_MAKE=""
14621 else
14622 IF_GNU_MAKE="#"
14623 fi
14624
14625
14626
14627 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
14628 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
14629 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
14630 if test "${wx_cv_prog_makevpath+set}" = set; then
14631 echo $ECHO_N "(cached) $ECHO_C" >&6
14632 else
14633
14634 cat - << EOF > confMake
14635 check : file
14636 cp \$? \$@
14637 cp \$? final_file
14638 EOF
14639
14640 if test ! -d sub ; then
14641 mkdir sub
14642 fi
14643 echo dummy > sub/file
14644 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
14645 RESULT=$?
14646 rm -f sub/file check final_file confMake
14647 rmdir sub
14648 if test "$RESULT" = 0; then
14649 wx_cv_prog_makevpath="yes"
14650 else
14651 wx_cv_prog_makevpath="no"
14652 fi
14653
14654 fi
14655 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
14656 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
14657
14658 if test "x$wx_cv_prog_makevpath" != "xyes"; then
14659 { { echo "$as_me:$LINENO: error:
14660 You need a make-utility that is able to use the variable
14661 VPATH correctly.
14662 If your version of make does not support VPATH correctly,
14663 please install GNU-make (possibly as gmake), and start
14664 configure with the following command:
14665 export MAKE=gmake; ./configure for sh-type shells
14666 setenv MAKE gmake; ./configure for csh-type shells
14667 Also please do remember to use gmake in this case every time
14668 you are trying to compile.
14669 " >&5
14670 echo "$as_me: error:
14671 You need a make-utility that is able to use the variable
14672 VPATH correctly.
14673 If your version of make does not support VPATH correctly,
14674 please install GNU-make (possibly as gmake), and start
14675 configure with the following command:
14676 export MAKE=gmake; ./configure for sh-type shells
14677 setenv MAKE gmake; ./configure for csh-type shells
14678 Also please do remember to use gmake in this case every time
14679 you are trying to compile.
14680 " >&2;}
14681 { (exit 1); exit 1; }; }
14682 fi fi
14683 echo "$as_me:$LINENO: checking whether ln -s works" >&5
14684 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
14685 LN_S=$as_ln_s
14686 if test "$LN_S" = "ln -s"; then
14687 echo "$as_me:$LINENO: result: yes" >&5
14688 echo "${ECHO_T}yes" >&6
14689 else
14690 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
14691 echo "${ECHO_T}no, using $LN_S" >&6
14692 fi
14693
14694
14695 for ac_prog in lndir
14696 do
14697 # Extract the first word of "$ac_prog", so it can be a program name with args.
14698 set dummy $ac_prog; ac_word=$2
14699 echo "$as_me:$LINENO: checking for $ac_word" >&5
14700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14701 if test "${ac_cv_prog_LNDIR+set}" = set; then
14702 echo $ECHO_N "(cached) $ECHO_C" >&6
14703 else
14704 if test -n "$LNDIR"; then
14705 ac_cv_prog_LNDIR="$LNDIR" # Let the user override the test.
14706 else
14707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14708 for as_dir in $PATH
14709 do
14710 IFS=$as_save_IFS
14711 test -z "$as_dir" && as_dir=.
14712 for ac_exec_ext in '' $ac_executable_extensions; do
14713 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14714 ac_cv_prog_LNDIR="$ac_prog"
14715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14716 break 2
14717 fi
14718 done
14719 done
14720
14721 fi
14722 fi
14723 LNDIR=$ac_cv_prog_LNDIR
14724 if test -n "$LNDIR"; then
14725 echo "$as_me:$LINENO: result: $LNDIR" >&5
14726 echo "${ECHO_T}$LNDIR" >&6
14727 else
14728 echo "$as_me:$LINENO: result: no" >&5
14729 echo "${ECHO_T}no" >&6
14730 fi
14731
14732 test -n "$LNDIR" && break
14733 done
14734 test -n "$LNDIR" || LNDIR="cp -pR"
14735
14736
14737
14738
14739 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
14740 CXXFLAGS="$CXXFLAGS -qunique"
14741 fi
14742
14743 case "${host}" in
14744 powerpc-*-darwin* )
14745 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
14746 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
14747 cat >conftest.$ac_ext <<_ACEOF
14748 /* confdefs.h. */
14749 _ACEOF
14750 cat confdefs.h >>conftest.$ac_ext
14751 cat >>conftest.$ac_ext <<_ACEOF
14752 /* end confdefs.h. */
14753
14754 int
14755 main ()
14756 {
14757 #ifndef __POWERPC__
14758 choke me for lack of PowerPC
14759 #endif
14760
14761 ;
14762 return 0;
14763 }
14764 _ACEOF
14765 rm -f conftest.$ac_objext
14766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14767 (eval $ac_compile) 2>conftest.er1
14768 ac_status=$?
14769 grep -v '^ *+' conftest.er1 >conftest.err
14770 rm -f conftest.er1
14771 cat conftest.err >&5
14772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); } &&
14774 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14776 (eval $ac_try) 2>&5
14777 ac_status=$?
14778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14779 (exit $ac_status); }; } &&
14780 { ac_try='test -s conftest.$ac_objext'
14781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14782 (eval $ac_try) 2>&5
14783 ac_status=$?
14784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14785 (exit $ac_status); }; }; then
14786 echo "$as_me:$LINENO: result: yes" >&5
14787 echo "${ECHO_T}yes" >&6
14788 else
14789 echo "$as_me: failed program was:" >&5
14790 sed 's/^/| /' conftest.$ac_ext >&5
14791
14792 echo "$as_me:$LINENO: result: no" >&5
14793 echo "${ECHO_T}no" >&6
14794 cat >>confdefs.h <<\_ACEOF
14795 #define __POWERPC__ 1
14796 _ACEOF
14797
14798
14799 fi
14800 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14801 ;;
14802 esac
14803
14804 case "${host}" in
14805 *-*-darwin* )
14806 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
14807 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
14808 cat >conftest.$ac_ext <<_ACEOF
14809 /* confdefs.h. */
14810 _ACEOF
14811 cat confdefs.h >>conftest.$ac_ext
14812 cat >>conftest.$ac_ext <<_ACEOF
14813 /* end confdefs.h. */
14814 #include <CoreFoundation/CFBase.h>
14815
14816 int
14817 main ()
14818 {
14819
14820 ;
14821 return 0;
14822 }
14823 _ACEOF
14824 rm -f conftest.$ac_objext
14825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14826 (eval $ac_compile) 2>conftest.er1
14827 ac_status=$?
14828 grep -v '^ *+' conftest.er1 >conftest.err
14829 rm -f conftest.er1
14830 cat conftest.err >&5
14831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14832 (exit $ac_status); } &&
14833 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14835 (eval $ac_try) 2>&5
14836 ac_status=$?
14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14838 (exit $ac_status); }; } &&
14839 { ac_try='test -s conftest.$ac_objext'
14840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14841 (eval $ac_try) 2>&5
14842 ac_status=$?
14843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14844 (exit $ac_status); }; }; then
14845 echo "$as_me:$LINENO: result: yes" >&5
14846 echo "${ECHO_T}yes" >&6
14847 else
14848 echo "$as_me: failed program was:" >&5
14849 sed 's/^/| /' conftest.$ac_ext >&5
14850
14851 echo "$as_me:$LINENO: result: no" >&5
14852 echo "${ECHO_T}no" >&6
14853 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
14854 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
14855 cat >conftest.$ac_ext <<_ACEOF
14856 /* confdefs.h. */
14857 _ACEOF
14858 cat confdefs.h >>conftest.$ac_ext
14859 cat >>conftest.$ac_ext <<_ACEOF
14860 /* end confdefs.h. */
14861 #define __CF_USE_FRAMEWORK_INCLUDES__
14862 #include <CoreFoundation/CFBase.h>
14863
14864 int
14865 main ()
14866 {
14867
14868 ;
14869 return 0;
14870 }
14871 _ACEOF
14872 rm -f conftest.$ac_objext
14873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14874 (eval $ac_compile) 2>conftest.er1
14875 ac_status=$?
14876 grep -v '^ *+' conftest.er1 >conftest.err
14877 rm -f conftest.er1
14878 cat conftest.err >&5
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); } &&
14881 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
14887 { ac_try='test -s conftest.$ac_objext'
14888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14889 (eval $ac_try) 2>&5
14890 ac_status=$?
14891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14892 (exit $ac_status); }; }; then
14893 echo "$as_me:$LINENO: result: yes" >&5
14894 echo "${ECHO_T}yes" >&6
14895 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
14896 else
14897 echo "$as_me: failed program was:" >&5
14898 sed 's/^/| /' conftest.$ac_ext >&5
14899
14900 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
14901 See \`config.log' for more details." >&5
14902 echo "$as_me: error: no. CoreFoundation not available.
14903 See \`config.log' for more details." >&2;}
14904 { (exit 1); exit 1; }; }
14905
14906 fi
14907 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14908
14909
14910 fi
14911 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14912 ;;
14913 esac
14914
14915 case "${host}" in
14916 *-pc-os2_emx | *-pc-os2-emx )
14917 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
14918 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
14919 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
14920 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
14921 echo $ECHO_N "(cached) $ECHO_C" >&6
14922 else
14923 ac_check_lib_save_LIBS=$LIBS
14924 LIBS="-lcExt $LIBS"
14925 cat >conftest.$ac_ext <<_ACEOF
14926 /* confdefs.h. */
14927 _ACEOF
14928 cat confdefs.h >>conftest.$ac_ext
14929 cat >>conftest.$ac_ext <<_ACEOF
14930 /* end confdefs.h. */
14931
14932 /* Override any gcc2 internal prototype to avoid an error. */
14933 #ifdef __cplusplus
14934 extern "C"
14935 #endif
14936 /* We use char because int might match the return type of a gcc2
14937 builtin and then its argument prototype would still apply. */
14938 char drand48 ();
14939 int
14940 main ()
14941 {
14942 drand48 ();
14943 ;
14944 return 0;
14945 }
14946 _ACEOF
14947 rm -f conftest.$ac_objext conftest$ac_exeext
14948 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14949 (eval $ac_link) 2>conftest.er1
14950 ac_status=$?
14951 grep -v '^ *+' conftest.er1 >conftest.err
14952 rm -f conftest.er1
14953 cat conftest.err >&5
14954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14955 (exit $ac_status); } &&
14956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14958 (eval $ac_try) 2>&5
14959 ac_status=$?
14960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14961 (exit $ac_status); }; } &&
14962 { ac_try='test -s conftest$ac_exeext'
14963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14964 (eval $ac_try) 2>&5
14965 ac_status=$?
14966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14967 (exit $ac_status); }; }; then
14968 ac_cv_lib_cExt_drand48=yes
14969 else
14970 echo "$as_me: failed program was:" >&5
14971 sed 's/^/| /' conftest.$ac_ext >&5
14972
14973 ac_cv_lib_cExt_drand48=no
14974 fi
14975 rm -f conftest.err conftest.$ac_objext \
14976 conftest$ac_exeext conftest.$ac_ext
14977 LIBS=$ac_check_lib_save_LIBS
14978 fi
14979 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
14980 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
14981 if test $ac_cv_lib_cExt_drand48 = yes; then
14982 LIBS="$LIBS -lcExt"
14983 fi
14984
14985 else
14986 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
14987 fi
14988 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
14989 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
14990 if test "${wx_cv_gccversion+set}" = set; then
14991 echo $ECHO_N "(cached) $ECHO_C" >&6
14992 else
14993
14994 if test "$cross_compiling" = yes; then
14995 wx_cv_gccversion="EMX2"
14996
14997 else
14998 cat >conftest.$ac_ext <<_ACEOF
14999 /* confdefs.h. */
15000 _ACEOF
15001 cat confdefs.h >>conftest.$ac_ext
15002 cat >>conftest.$ac_ext <<_ACEOF
15003 /* end confdefs.h. */
15004
15005 #include <stdio.h>
15006
15007 int main()
15008 {
15009 FILE *f=fopen("conftestval", "w");
15010 if (!f) exit(1);
15011 fprintf(f,
15012 #if (__GNUC__ < 3)
15013 "EMX2"
15014 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
15015 "EMX3"
15016 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
15017 "Innotek5"
15018 #else
15019 "Innotek6"
15020 #endif
15021 );
15022 exit(0);
15023 }
15024
15025 _ACEOF
15026 rm -f conftest$ac_exeext
15027 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15028 (eval $ac_link) 2>&5
15029 ac_status=$?
15030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15033 (eval $ac_try) 2>&5
15034 ac_status=$?
15035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15036 (exit $ac_status); }; }; then
15037 wx_cv_gccversion=`cat conftestval`
15038 else
15039 echo "$as_me: program exited with status $ac_status" >&5
15040 echo "$as_me: failed program was:" >&5
15041 sed 's/^/| /' conftest.$ac_ext >&5
15042
15043 ( exit $ac_status )
15044 wx_cv_gccversion="EMX2"
15045 fi
15046 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15047 fi
15048
15049 fi
15050 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
15051 echo "${ECHO_T}$wx_cv_gccversion" >&6
15052 if test "$wx_cv_gccversion" = "EMX2"; then
15053 LIBS="$LIBS -lstdcpp"
15054 LDFLAGS="$LDFLAGS -Zsysv-signals"
15055 else
15056 if test "$wx_cv_gccversion" = "EMX3"; then
15057 LIBS="$LIBS -lstdcxx -lgcc"
15058 LDFLAGS="$LDFLAGS -Zsysv-signals"
15059 else
15060 LIBS="$LIBS -lstdc++"
15061 fi
15062 fi
15063 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
15064 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
15065 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
15066 wxUSE_OMF=yes
15067 enable_omf=yes
15068 fi
15069 ;;
15070 *)
15071
15072
15073
15074 ac_ext=cc
15075 ac_cpp='$CXXCPP $CPPFLAGS'
15076 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15077 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15078 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15079
15080
15081 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
15082 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
15083 if test "${ac_cv_string_strcasecmp+set}" = set; then
15084 echo $ECHO_N "(cached) $ECHO_C" >&6
15085 else
15086
15087 cat >conftest.$ac_ext <<_ACEOF
15088 /* confdefs.h. */
15089 _ACEOF
15090 cat confdefs.h >>conftest.$ac_ext
15091 cat >>conftest.$ac_ext <<_ACEOF
15092 /* end confdefs.h. */
15093
15094 #include <string.h>
15095
15096 int
15097 main ()
15098 {
15099
15100 strcasecmp("foo", "bar");
15101
15102 ;
15103 return 0;
15104 }
15105 _ACEOF
15106 rm -f conftest.$ac_objext conftest$ac_exeext
15107 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15108 (eval $ac_link) 2>conftest.er1
15109 ac_status=$?
15110 grep -v '^ *+' conftest.er1 >conftest.err
15111 rm -f conftest.er1
15112 cat conftest.err >&5
15113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15114 (exit $ac_status); } &&
15115 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15117 (eval $ac_try) 2>&5
15118 ac_status=$?
15119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15120 (exit $ac_status); }; } &&
15121 { ac_try='test -s conftest$ac_exeext'
15122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15123 (eval $ac_try) 2>&5
15124 ac_status=$?
15125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15126 (exit $ac_status); }; }; then
15127 ac_cv_string_strcasecmp=yes
15128 else
15129 echo "$as_me: failed program was:" >&5
15130 sed 's/^/| /' conftest.$ac_ext >&5
15131
15132 ac_cv_string_strcasecmp=no
15133
15134 fi
15135 rm -f conftest.err conftest.$ac_objext \
15136 conftest$ac_exeext conftest.$ac_ext
15137
15138 fi
15139 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
15140 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
15141
15142 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
15143 cat >>confdefs.h <<\_ACEOF
15144 #define HAVE_STRCASECMP_IN_STRING_H 1
15145 _ACEOF
15146
15147 else
15148 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
15149 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
15150 if test "${ac_cv_strings_strcasecmp+set}" = set; then
15151 echo $ECHO_N "(cached) $ECHO_C" >&6
15152 else
15153
15154 cat >conftest.$ac_ext <<_ACEOF
15155 /* confdefs.h. */
15156 _ACEOF
15157 cat confdefs.h >>conftest.$ac_ext
15158 cat >>conftest.$ac_ext <<_ACEOF
15159 /* end confdefs.h. */
15160
15161 #include <strings.h>
15162
15163 int
15164 main ()
15165 {
15166
15167 strcasecmp("foo", "bar");
15168
15169 ;
15170 return 0;
15171 }
15172 _ACEOF
15173 rm -f conftest.$ac_objext conftest$ac_exeext
15174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15175 (eval $ac_link) 2>conftest.er1
15176 ac_status=$?
15177 grep -v '^ *+' conftest.er1 >conftest.err
15178 rm -f conftest.er1
15179 cat conftest.err >&5
15180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15181 (exit $ac_status); } &&
15182 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15184 (eval $ac_try) 2>&5
15185 ac_status=$?
15186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15187 (exit $ac_status); }; } &&
15188 { ac_try='test -s conftest$ac_exeext'
15189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15190 (eval $ac_try) 2>&5
15191 ac_status=$?
15192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15193 (exit $ac_status); }; }; then
15194 ac_cv_strings_strcasecmp=yes
15195 else
15196 echo "$as_me: failed program was:" >&5
15197 sed 's/^/| /' conftest.$ac_ext >&5
15198
15199 ac_cv_strings_strcasecmp=no
15200
15201 fi
15202 rm -f conftest.err conftest.$ac_objext \
15203 conftest$ac_exeext conftest.$ac_ext
15204
15205 fi
15206 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
15207 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
15208
15209 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
15210 cat >>confdefs.h <<\_ACEOF
15211 #define HAVE_STRCASECMP_IN_STRINGS_H 1
15212 _ACEOF
15213
15214 else
15215 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
15216 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
15217 { (exit 1); exit 1; }; }
15218 fi
15219 fi
15220
15221 ac_ext=c
15222 ac_cpp='$CPP $CPPFLAGS'
15223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15225 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15226
15227 ;;
15228 esac
15229
15230
15231 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
15232 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
15233 if test "${ac_cv_header_stdc+set}" = set; then
15234 echo $ECHO_N "(cached) $ECHO_C" >&6
15235 else
15236 cat >conftest.$ac_ext <<_ACEOF
15237 /* confdefs.h. */
15238 _ACEOF
15239 cat confdefs.h >>conftest.$ac_ext
15240 cat >>conftest.$ac_ext <<_ACEOF
15241 /* end confdefs.h. */
15242 #include <stdlib.h>
15243 #include <stdarg.h>
15244 #include <string.h>
15245 #include <float.h>
15246
15247 int
15248 main ()
15249 {
15250
15251 ;
15252 return 0;
15253 }
15254 _ACEOF
15255 rm -f conftest.$ac_objext
15256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15257 (eval $ac_compile) 2>conftest.er1
15258 ac_status=$?
15259 grep -v '^ *+' conftest.er1 >conftest.err
15260 rm -f conftest.er1
15261 cat conftest.err >&5
15262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15263 (exit $ac_status); } &&
15264 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15266 (eval $ac_try) 2>&5
15267 ac_status=$?
15268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15269 (exit $ac_status); }; } &&
15270 { ac_try='test -s conftest.$ac_objext'
15271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15272 (eval $ac_try) 2>&5
15273 ac_status=$?
15274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15275 (exit $ac_status); }; }; then
15276 ac_cv_header_stdc=yes
15277 else
15278 echo "$as_me: failed program was:" >&5
15279 sed 's/^/| /' conftest.$ac_ext >&5
15280
15281 ac_cv_header_stdc=no
15282 fi
15283 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15284
15285 if test $ac_cv_header_stdc = yes; then
15286 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15287 cat >conftest.$ac_ext <<_ACEOF
15288 /* confdefs.h. */
15289 _ACEOF
15290 cat confdefs.h >>conftest.$ac_ext
15291 cat >>conftest.$ac_ext <<_ACEOF
15292 /* end confdefs.h. */
15293 #include <string.h>
15294
15295 _ACEOF
15296 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15297 $EGREP "memchr" >/dev/null 2>&1; then
15298 :
15299 else
15300 ac_cv_header_stdc=no
15301 fi
15302 rm -f conftest*
15303
15304 fi
15305
15306 if test $ac_cv_header_stdc = yes; then
15307 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15308 cat >conftest.$ac_ext <<_ACEOF
15309 /* confdefs.h. */
15310 _ACEOF
15311 cat confdefs.h >>conftest.$ac_ext
15312 cat >>conftest.$ac_ext <<_ACEOF
15313 /* end confdefs.h. */
15314 #include <stdlib.h>
15315
15316 _ACEOF
15317 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15318 $EGREP "free" >/dev/null 2>&1; then
15319 :
15320 else
15321 ac_cv_header_stdc=no
15322 fi
15323 rm -f conftest*
15324
15325 fi
15326
15327 if test $ac_cv_header_stdc = yes; then
15328 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15329 if test "$cross_compiling" = yes; then
15330 :
15331 else
15332 cat >conftest.$ac_ext <<_ACEOF
15333 /* confdefs.h. */
15334 _ACEOF
15335 cat confdefs.h >>conftest.$ac_ext
15336 cat >>conftest.$ac_ext <<_ACEOF
15337 /* end confdefs.h. */
15338 #include <ctype.h>
15339 #if ((' ' & 0x0FF) == 0x020)
15340 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15341 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15342 #else
15343 # define ISLOWER(c) \
15344 (('a' <= (c) && (c) <= 'i') \
15345 || ('j' <= (c) && (c) <= 'r') \
15346 || ('s' <= (c) && (c) <= 'z'))
15347 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15348 #endif
15349
15350 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15351 int
15352 main ()
15353 {
15354 int i;
15355 for (i = 0; i < 256; i++)
15356 if (XOR (islower (i), ISLOWER (i))
15357 || toupper (i) != TOUPPER (i))
15358 exit(2);
15359 exit (0);
15360 }
15361 _ACEOF
15362 rm -f conftest$ac_exeext
15363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15364 (eval $ac_link) 2>&5
15365 ac_status=$?
15366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15367 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15369 (eval $ac_try) 2>&5
15370 ac_status=$?
15371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15372 (exit $ac_status); }; }; then
15373 :
15374 else
15375 echo "$as_me: program exited with status $ac_status" >&5
15376 echo "$as_me: failed program was:" >&5
15377 sed 's/^/| /' conftest.$ac_ext >&5
15378
15379 ( exit $ac_status )
15380 ac_cv_header_stdc=no
15381 fi
15382 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15383 fi
15384 fi
15385 fi
15386 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
15387 echo "${ECHO_T}$ac_cv_header_stdc" >&6
15388 if test $ac_cv_header_stdc = yes; then
15389
15390 cat >>confdefs.h <<\_ACEOF
15391 #define STDC_HEADERS 1
15392 _ACEOF
15393
15394 fi
15395
15396 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
15397
15398
15399
15400
15401
15402
15403
15404
15405
15406 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
15407 inttypes.h stdint.h unistd.h
15408 do
15409 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15410 echo "$as_me:$LINENO: checking for $ac_header" >&5
15411 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15412 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15413 echo $ECHO_N "(cached) $ECHO_C" >&6
15414 else
15415 cat >conftest.$ac_ext <<_ACEOF
15416 /* confdefs.h. */
15417 _ACEOF
15418 cat confdefs.h >>conftest.$ac_ext
15419 cat >>conftest.$ac_ext <<_ACEOF
15420 /* end confdefs.h. */
15421 $ac_includes_default
15422
15423 #include <$ac_header>
15424 _ACEOF
15425 rm -f conftest.$ac_objext
15426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15427 (eval $ac_compile) 2>conftest.er1
15428 ac_status=$?
15429 grep -v '^ *+' conftest.er1 >conftest.err
15430 rm -f conftest.er1
15431 cat conftest.err >&5
15432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15433 (exit $ac_status); } &&
15434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15436 (eval $ac_try) 2>&5
15437 ac_status=$?
15438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15439 (exit $ac_status); }; } &&
15440 { ac_try='test -s conftest.$ac_objext'
15441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15442 (eval $ac_try) 2>&5
15443 ac_status=$?
15444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15445 (exit $ac_status); }; }; then
15446 eval "$as_ac_Header=yes"
15447 else
15448 echo "$as_me: failed program was:" >&5
15449 sed 's/^/| /' conftest.$ac_ext >&5
15450
15451 eval "$as_ac_Header=no"
15452 fi
15453 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15454 fi
15455 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15456 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15457 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15458 cat >>confdefs.h <<_ACEOF
15459 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15460 _ACEOF
15461
15462 fi
15463
15464 done
15465
15466
15467
15468 for ac_header in stdlib.h
15469 do
15470 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15471 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15472 echo "$as_me:$LINENO: checking for $ac_header" >&5
15473 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15474 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15475 echo $ECHO_N "(cached) $ECHO_C" >&6
15476 fi
15477 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15478 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15479 else
15480 # Is the header compilable?
15481 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15482 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15483 cat >conftest.$ac_ext <<_ACEOF
15484 /* confdefs.h. */
15485 _ACEOF
15486 cat confdefs.h >>conftest.$ac_ext
15487 cat >>conftest.$ac_ext <<_ACEOF
15488 /* end confdefs.h. */
15489 $ac_includes_default
15490 #include <$ac_header>
15491 _ACEOF
15492 rm -f conftest.$ac_objext
15493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15494 (eval $ac_compile) 2>conftest.er1
15495 ac_status=$?
15496 grep -v '^ *+' conftest.er1 >conftest.err
15497 rm -f conftest.er1
15498 cat conftest.err >&5
15499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15500 (exit $ac_status); } &&
15501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15503 (eval $ac_try) 2>&5
15504 ac_status=$?
15505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15506 (exit $ac_status); }; } &&
15507 { ac_try='test -s conftest.$ac_objext'
15508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15509 (eval $ac_try) 2>&5
15510 ac_status=$?
15511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512 (exit $ac_status); }; }; then
15513 ac_header_compiler=yes
15514 else
15515 echo "$as_me: failed program was:" >&5
15516 sed 's/^/| /' conftest.$ac_ext >&5
15517
15518 ac_header_compiler=no
15519 fi
15520 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15521 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15522 echo "${ECHO_T}$ac_header_compiler" >&6
15523
15524 # Is the header present?
15525 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15526 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15527 cat >conftest.$ac_ext <<_ACEOF
15528 /* confdefs.h. */
15529 _ACEOF
15530 cat confdefs.h >>conftest.$ac_ext
15531 cat >>conftest.$ac_ext <<_ACEOF
15532 /* end confdefs.h. */
15533 #include <$ac_header>
15534 _ACEOF
15535 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15536 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15537 ac_status=$?
15538 grep -v '^ *+' conftest.er1 >conftest.err
15539 rm -f conftest.er1
15540 cat conftest.err >&5
15541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15542 (exit $ac_status); } >/dev/null; then
15543 if test -s conftest.err; then
15544 ac_cpp_err=$ac_c_preproc_warn_flag
15545 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15546 else
15547 ac_cpp_err=
15548 fi
15549 else
15550 ac_cpp_err=yes
15551 fi
15552 if test -z "$ac_cpp_err"; then
15553 ac_header_preproc=yes
15554 else
15555 echo "$as_me: failed program was:" >&5
15556 sed 's/^/| /' conftest.$ac_ext >&5
15557
15558 ac_header_preproc=no
15559 fi
15560 rm -f conftest.err conftest.$ac_ext
15561 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15562 echo "${ECHO_T}$ac_header_preproc" >&6
15563
15564 # So? What about this header?
15565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15566 yes:no: )
15567 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15568 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15569 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15570 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15571 ac_header_preproc=yes
15572 ;;
15573 no:yes:* )
15574 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15575 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15576 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15577 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15578 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15579 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15580 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15581 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15582 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15583 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15584 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15585 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15586 (
15587 cat <<\_ASBOX
15588 ## ----------------------------------------- ##
15589 ## Report this to wx-dev@lists.wxwidgets.org ##
15590 ## ----------------------------------------- ##
15591 _ASBOX
15592 ) |
15593 sed "s/^/$as_me: WARNING: /" >&2
15594 ;;
15595 esac
15596 echo "$as_me:$LINENO: checking for $ac_header" >&5
15597 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15598 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15599 echo $ECHO_N "(cached) $ECHO_C" >&6
15600 else
15601 eval "$as_ac_Header=\$ac_header_preproc"
15602 fi
15603 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15604 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15605
15606 fi
15607 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15608 cat >>confdefs.h <<_ACEOF
15609 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15610 _ACEOF
15611
15612 fi
15613
15614 done
15615
15616
15617 for ac_header in malloc.h
15618 do
15619 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15620 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15621 echo "$as_me:$LINENO: checking for $ac_header" >&5
15622 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15623 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15624 echo $ECHO_N "(cached) $ECHO_C" >&6
15625 fi
15626 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15627 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15628 else
15629 # Is the header compilable?
15630 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15631 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15632 cat >conftest.$ac_ext <<_ACEOF
15633 /* confdefs.h. */
15634 _ACEOF
15635 cat confdefs.h >>conftest.$ac_ext
15636 cat >>conftest.$ac_ext <<_ACEOF
15637 /* end confdefs.h. */
15638 $ac_includes_default
15639 #include <$ac_header>
15640 _ACEOF
15641 rm -f conftest.$ac_objext
15642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15643 (eval $ac_compile) 2>conftest.er1
15644 ac_status=$?
15645 grep -v '^ *+' conftest.er1 >conftest.err
15646 rm -f conftest.er1
15647 cat conftest.err >&5
15648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); } &&
15650 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15652 (eval $ac_try) 2>&5
15653 ac_status=$?
15654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15655 (exit $ac_status); }; } &&
15656 { ac_try='test -s conftest.$ac_objext'
15657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15658 (eval $ac_try) 2>&5
15659 ac_status=$?
15660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15661 (exit $ac_status); }; }; then
15662 ac_header_compiler=yes
15663 else
15664 echo "$as_me: failed program was:" >&5
15665 sed 's/^/| /' conftest.$ac_ext >&5
15666
15667 ac_header_compiler=no
15668 fi
15669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15670 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15671 echo "${ECHO_T}$ac_header_compiler" >&6
15672
15673 # Is the header present?
15674 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15675 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15676 cat >conftest.$ac_ext <<_ACEOF
15677 /* confdefs.h. */
15678 _ACEOF
15679 cat confdefs.h >>conftest.$ac_ext
15680 cat >>conftest.$ac_ext <<_ACEOF
15681 /* end confdefs.h. */
15682 #include <$ac_header>
15683 _ACEOF
15684 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15685 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15686 ac_status=$?
15687 grep -v '^ *+' conftest.er1 >conftest.err
15688 rm -f conftest.er1
15689 cat conftest.err >&5
15690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15691 (exit $ac_status); } >/dev/null; then
15692 if test -s conftest.err; then
15693 ac_cpp_err=$ac_c_preproc_warn_flag
15694 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15695 else
15696 ac_cpp_err=
15697 fi
15698 else
15699 ac_cpp_err=yes
15700 fi
15701 if test -z "$ac_cpp_err"; then
15702 ac_header_preproc=yes
15703 else
15704 echo "$as_me: failed program was:" >&5
15705 sed 's/^/| /' conftest.$ac_ext >&5
15706
15707 ac_header_preproc=no
15708 fi
15709 rm -f conftest.err conftest.$ac_ext
15710 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15711 echo "${ECHO_T}$ac_header_preproc" >&6
15712
15713 # So? What about this header?
15714 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15715 yes:no: )
15716 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15717 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15718 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15719 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15720 ac_header_preproc=yes
15721 ;;
15722 no:yes:* )
15723 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15724 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15725 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15726 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15727 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15728 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15729 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15730 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15731 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15732 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15733 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15734 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15735 (
15736 cat <<\_ASBOX
15737 ## ----------------------------------------- ##
15738 ## Report this to wx-dev@lists.wxwidgets.org ##
15739 ## ----------------------------------------- ##
15740 _ASBOX
15741 ) |
15742 sed "s/^/$as_me: WARNING: /" >&2
15743 ;;
15744 esac
15745 echo "$as_me:$LINENO: checking for $ac_header" >&5
15746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15747 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15748 echo $ECHO_N "(cached) $ECHO_C" >&6
15749 else
15750 eval "$as_ac_Header=\$ac_header_preproc"
15751 fi
15752 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15753 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15754
15755 fi
15756 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15757 cat >>confdefs.h <<_ACEOF
15758 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15759 _ACEOF
15760
15761 fi
15762
15763 done
15764
15765
15766 for ac_header in unistd.h
15767 do
15768 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15769 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15770 echo "$as_me:$LINENO: checking for $ac_header" >&5
15771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15772 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15773 echo $ECHO_N "(cached) $ECHO_C" >&6
15774 fi
15775 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15776 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15777 else
15778 # Is the header compilable?
15779 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15780 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15787 $ac_includes_default
15788 #include <$ac_header>
15789 _ACEOF
15790 rm -f conftest.$ac_objext
15791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15792 (eval $ac_compile) 2>conftest.er1
15793 ac_status=$?
15794 grep -v '^ *+' conftest.er1 >conftest.err
15795 rm -f conftest.er1
15796 cat conftest.err >&5
15797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15798 (exit $ac_status); } &&
15799 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15801 (eval $ac_try) 2>&5
15802 ac_status=$?
15803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15804 (exit $ac_status); }; } &&
15805 { ac_try='test -s conftest.$ac_objext'
15806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15807 (eval $ac_try) 2>&5
15808 ac_status=$?
15809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15810 (exit $ac_status); }; }; then
15811 ac_header_compiler=yes
15812 else
15813 echo "$as_me: failed program was:" >&5
15814 sed 's/^/| /' conftest.$ac_ext >&5
15815
15816 ac_header_compiler=no
15817 fi
15818 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15819 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15820 echo "${ECHO_T}$ac_header_compiler" >&6
15821
15822 # Is the header present?
15823 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15824 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15825 cat >conftest.$ac_ext <<_ACEOF
15826 /* confdefs.h. */
15827 _ACEOF
15828 cat confdefs.h >>conftest.$ac_ext
15829 cat >>conftest.$ac_ext <<_ACEOF
15830 /* end confdefs.h. */
15831 #include <$ac_header>
15832 _ACEOF
15833 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15834 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15835 ac_status=$?
15836 grep -v '^ *+' conftest.er1 >conftest.err
15837 rm -f conftest.er1
15838 cat conftest.err >&5
15839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15840 (exit $ac_status); } >/dev/null; then
15841 if test -s conftest.err; then
15842 ac_cpp_err=$ac_c_preproc_warn_flag
15843 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15844 else
15845 ac_cpp_err=
15846 fi
15847 else
15848 ac_cpp_err=yes
15849 fi
15850 if test -z "$ac_cpp_err"; then
15851 ac_header_preproc=yes
15852 else
15853 echo "$as_me: failed program was:" >&5
15854 sed 's/^/| /' conftest.$ac_ext >&5
15855
15856 ac_header_preproc=no
15857 fi
15858 rm -f conftest.err conftest.$ac_ext
15859 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15860 echo "${ECHO_T}$ac_header_preproc" >&6
15861
15862 # So? What about this header?
15863 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15864 yes:no: )
15865 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15866 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15867 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15868 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15869 ac_header_preproc=yes
15870 ;;
15871 no:yes:* )
15872 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15873 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15874 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15875 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15876 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15877 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15878 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15879 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15880 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15881 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15882 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15883 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15884 (
15885 cat <<\_ASBOX
15886 ## ----------------------------------------- ##
15887 ## Report this to wx-dev@lists.wxwidgets.org ##
15888 ## ----------------------------------------- ##
15889 _ASBOX
15890 ) |
15891 sed "s/^/$as_me: WARNING: /" >&2
15892 ;;
15893 esac
15894 echo "$as_me:$LINENO: checking for $ac_header" >&5
15895 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15896 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15897 echo $ECHO_N "(cached) $ECHO_C" >&6
15898 else
15899 eval "$as_ac_Header=\$ac_header_preproc"
15900 fi
15901 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15902 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15903
15904 fi
15905 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15906 cat >>confdefs.h <<_ACEOF
15907 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15908 _ACEOF
15909
15910 fi
15911
15912 done
15913
15914
15915 for ac_header in wchar.h
15916 do
15917 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15918 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15919 echo "$as_me:$LINENO: checking for $ac_header" >&5
15920 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15921 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15922 echo $ECHO_N "(cached) $ECHO_C" >&6
15923 fi
15924 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15925 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15926 else
15927 # Is the header compilable?
15928 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15929 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15930 cat >conftest.$ac_ext <<_ACEOF
15931 /* confdefs.h. */
15932 _ACEOF
15933 cat confdefs.h >>conftest.$ac_ext
15934 cat >>conftest.$ac_ext <<_ACEOF
15935 /* end confdefs.h. */
15936 $ac_includes_default
15937 #include <$ac_header>
15938 _ACEOF
15939 rm -f conftest.$ac_objext
15940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15941 (eval $ac_compile) 2>conftest.er1
15942 ac_status=$?
15943 grep -v '^ *+' conftest.er1 >conftest.err
15944 rm -f conftest.er1
15945 cat conftest.err >&5
15946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15947 (exit $ac_status); } &&
15948 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15950 (eval $ac_try) 2>&5
15951 ac_status=$?
15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); }; } &&
15954 { ac_try='test -s conftest.$ac_objext'
15955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15956 (eval $ac_try) 2>&5
15957 ac_status=$?
15958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15959 (exit $ac_status); }; }; then
15960 ac_header_compiler=yes
15961 else
15962 echo "$as_me: failed program was:" >&5
15963 sed 's/^/| /' conftest.$ac_ext >&5
15964
15965 ac_header_compiler=no
15966 fi
15967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15968 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15969 echo "${ECHO_T}$ac_header_compiler" >&6
15970
15971 # Is the header present?
15972 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15973 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15974 cat >conftest.$ac_ext <<_ACEOF
15975 /* confdefs.h. */
15976 _ACEOF
15977 cat confdefs.h >>conftest.$ac_ext
15978 cat >>conftest.$ac_ext <<_ACEOF
15979 /* end confdefs.h. */
15980 #include <$ac_header>
15981 _ACEOF
15982 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15983 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15984 ac_status=$?
15985 grep -v '^ *+' conftest.er1 >conftest.err
15986 rm -f conftest.er1
15987 cat conftest.err >&5
15988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15989 (exit $ac_status); } >/dev/null; then
15990 if test -s conftest.err; then
15991 ac_cpp_err=$ac_c_preproc_warn_flag
15992 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15993 else
15994 ac_cpp_err=
15995 fi
15996 else
15997 ac_cpp_err=yes
15998 fi
15999 if test -z "$ac_cpp_err"; then
16000 ac_header_preproc=yes
16001 else
16002 echo "$as_me: failed program was:" >&5
16003 sed 's/^/| /' conftest.$ac_ext >&5
16004
16005 ac_header_preproc=no
16006 fi
16007 rm -f conftest.err conftest.$ac_ext
16008 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16009 echo "${ECHO_T}$ac_header_preproc" >&6
16010
16011 # So? What about this header?
16012 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16013 yes:no: )
16014 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16015 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16016 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16017 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16018 ac_header_preproc=yes
16019 ;;
16020 no:yes:* )
16021 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16022 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16023 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16024 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16025 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16026 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16027 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16028 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16029 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16030 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16031 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16032 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16033 (
16034 cat <<\_ASBOX
16035 ## ----------------------------------------- ##
16036 ## Report this to wx-dev@lists.wxwidgets.org ##
16037 ## ----------------------------------------- ##
16038 _ASBOX
16039 ) |
16040 sed "s/^/$as_me: WARNING: /" >&2
16041 ;;
16042 esac
16043 echo "$as_me:$LINENO: checking for $ac_header" >&5
16044 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16045 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16046 echo $ECHO_N "(cached) $ECHO_C" >&6
16047 else
16048 eval "$as_ac_Header=\$ac_header_preproc"
16049 fi
16050 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16051 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16052
16053 fi
16054 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16055 cat >>confdefs.h <<_ACEOF
16056 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16057 _ACEOF
16058
16059 fi
16060
16061 done
16062
16063
16064 if test "$ac_cv_header_wchar_h" != "yes"; then
16065
16066 for ac_header in wcstr.h
16067 do
16068 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16069 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16070 echo "$as_me:$LINENO: checking for $ac_header" >&5
16071 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16072 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16073 echo $ECHO_N "(cached) $ECHO_C" >&6
16074 fi
16075 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16076 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16077 else
16078 # Is the header compilable?
16079 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16080 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16081 cat >conftest.$ac_ext <<_ACEOF
16082 /* confdefs.h. */
16083 _ACEOF
16084 cat confdefs.h >>conftest.$ac_ext
16085 cat >>conftest.$ac_ext <<_ACEOF
16086 /* end confdefs.h. */
16087 $ac_includes_default
16088 #include <$ac_header>
16089 _ACEOF
16090 rm -f conftest.$ac_objext
16091 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16092 (eval $ac_compile) 2>conftest.er1
16093 ac_status=$?
16094 grep -v '^ *+' conftest.er1 >conftest.err
16095 rm -f conftest.er1
16096 cat conftest.err >&5
16097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16098 (exit $ac_status); } &&
16099 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16101 (eval $ac_try) 2>&5
16102 ac_status=$?
16103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16104 (exit $ac_status); }; } &&
16105 { ac_try='test -s conftest.$ac_objext'
16106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16107 (eval $ac_try) 2>&5
16108 ac_status=$?
16109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); }; }; then
16111 ac_header_compiler=yes
16112 else
16113 echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.$ac_ext >&5
16115
16116 ac_header_compiler=no
16117 fi
16118 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16119 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16120 echo "${ECHO_T}$ac_header_compiler" >&6
16121
16122 # Is the header present?
16123 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16124 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16125 cat >conftest.$ac_ext <<_ACEOF
16126 /* confdefs.h. */
16127 _ACEOF
16128 cat confdefs.h >>conftest.$ac_ext
16129 cat >>conftest.$ac_ext <<_ACEOF
16130 /* end confdefs.h. */
16131 #include <$ac_header>
16132 _ACEOF
16133 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16134 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16135 ac_status=$?
16136 grep -v '^ *+' conftest.er1 >conftest.err
16137 rm -f conftest.er1
16138 cat conftest.err >&5
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); } >/dev/null; then
16141 if test -s conftest.err; then
16142 ac_cpp_err=$ac_c_preproc_warn_flag
16143 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16144 else
16145 ac_cpp_err=
16146 fi
16147 else
16148 ac_cpp_err=yes
16149 fi
16150 if test -z "$ac_cpp_err"; then
16151 ac_header_preproc=yes
16152 else
16153 echo "$as_me: failed program was:" >&5
16154 sed 's/^/| /' conftest.$ac_ext >&5
16155
16156 ac_header_preproc=no
16157 fi
16158 rm -f conftest.err conftest.$ac_ext
16159 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16160 echo "${ECHO_T}$ac_header_preproc" >&6
16161
16162 # So? What about this header?
16163 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16164 yes:no: )
16165 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16166 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16167 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16168 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16169 ac_header_preproc=yes
16170 ;;
16171 no:yes:* )
16172 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16173 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16174 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16175 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16176 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16177 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16178 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16179 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16180 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16181 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16182 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16183 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16184 (
16185 cat <<\_ASBOX
16186 ## ----------------------------------------- ##
16187 ## Report this to wx-dev@lists.wxwidgets.org ##
16188 ## ----------------------------------------- ##
16189 _ASBOX
16190 ) |
16191 sed "s/^/$as_me: WARNING: /" >&2
16192 ;;
16193 esac
16194 echo "$as_me:$LINENO: checking for $ac_header" >&5
16195 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16196 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16197 echo $ECHO_N "(cached) $ECHO_C" >&6
16198 else
16199 eval "$as_ac_Header=\$ac_header_preproc"
16200 fi
16201 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16202 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16203
16204 fi
16205 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16206 cat >>confdefs.h <<_ACEOF
16207 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16208 _ACEOF
16209
16210 fi
16211
16212 done
16213
16214 fi
16215
16216
16217 for ac_header in fnmatch.h
16218 do
16219 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16220 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16221 echo "$as_me:$LINENO: checking for $ac_header" >&5
16222 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16223 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16224 echo $ECHO_N "(cached) $ECHO_C" >&6
16225 fi
16226 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16227 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16228 else
16229 # Is the header compilable?
16230 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16231 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16232 cat >conftest.$ac_ext <<_ACEOF
16233 /* confdefs.h. */
16234 _ACEOF
16235 cat confdefs.h >>conftest.$ac_ext
16236 cat >>conftest.$ac_ext <<_ACEOF
16237 /* end confdefs.h. */
16238 $ac_includes_default
16239 #include <$ac_header>
16240 _ACEOF
16241 rm -f conftest.$ac_objext
16242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16243 (eval $ac_compile) 2>conftest.er1
16244 ac_status=$?
16245 grep -v '^ *+' conftest.er1 >conftest.err
16246 rm -f conftest.er1
16247 cat conftest.err >&5
16248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249 (exit $ac_status); } &&
16250 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16252 (eval $ac_try) 2>&5
16253 ac_status=$?
16254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); }; } &&
16256 { ac_try='test -s conftest.$ac_objext'
16257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16258 (eval $ac_try) 2>&5
16259 ac_status=$?
16260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16261 (exit $ac_status); }; }; then
16262 ac_header_compiler=yes
16263 else
16264 echo "$as_me: failed program was:" >&5
16265 sed 's/^/| /' conftest.$ac_ext >&5
16266
16267 ac_header_compiler=no
16268 fi
16269 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16270 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16271 echo "${ECHO_T}$ac_header_compiler" >&6
16272
16273 # Is the header present?
16274 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16275 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16276 cat >conftest.$ac_ext <<_ACEOF
16277 /* confdefs.h. */
16278 _ACEOF
16279 cat confdefs.h >>conftest.$ac_ext
16280 cat >>conftest.$ac_ext <<_ACEOF
16281 /* end confdefs.h. */
16282 #include <$ac_header>
16283 _ACEOF
16284 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16285 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16286 ac_status=$?
16287 grep -v '^ *+' conftest.er1 >conftest.err
16288 rm -f conftest.er1
16289 cat conftest.err >&5
16290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16291 (exit $ac_status); } >/dev/null; then
16292 if test -s conftest.err; then
16293 ac_cpp_err=$ac_c_preproc_warn_flag
16294 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16295 else
16296 ac_cpp_err=
16297 fi
16298 else
16299 ac_cpp_err=yes
16300 fi
16301 if test -z "$ac_cpp_err"; then
16302 ac_header_preproc=yes
16303 else
16304 echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.$ac_ext >&5
16306
16307 ac_header_preproc=no
16308 fi
16309 rm -f conftest.err conftest.$ac_ext
16310 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16311 echo "${ECHO_T}$ac_header_preproc" >&6
16312
16313 # So? What about this header?
16314 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16315 yes:no: )
16316 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16317 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16318 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16319 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16320 ac_header_preproc=yes
16321 ;;
16322 no:yes:* )
16323 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16324 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16325 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16326 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16327 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16328 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16330 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16332 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16333 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16334 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16335 (
16336 cat <<\_ASBOX
16337 ## ----------------------------------------- ##
16338 ## Report this to wx-dev@lists.wxwidgets.org ##
16339 ## ----------------------------------------- ##
16340 _ASBOX
16341 ) |
16342 sed "s/^/$as_me: WARNING: /" >&2
16343 ;;
16344 esac
16345 echo "$as_me:$LINENO: checking for $ac_header" >&5
16346 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16347 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16348 echo $ECHO_N "(cached) $ECHO_C" >&6
16349 else
16350 eval "$as_ac_Header=\$ac_header_preproc"
16351 fi
16352 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16353 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16354
16355 fi
16356 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16357 cat >>confdefs.h <<_ACEOF
16358 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16359 _ACEOF
16360
16361 fi
16362
16363 done
16364
16365
16366
16367 for ac_header in langinfo.h
16368 do
16369 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16370 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16371 echo "$as_me:$LINENO: checking for $ac_header" >&5
16372 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16373 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16374 echo $ECHO_N "(cached) $ECHO_C" >&6
16375 fi
16376 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16377 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16378 else
16379 # Is the header compilable?
16380 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16381 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16382 cat >conftest.$ac_ext <<_ACEOF
16383 /* confdefs.h. */
16384 _ACEOF
16385 cat confdefs.h >>conftest.$ac_ext
16386 cat >>conftest.$ac_ext <<_ACEOF
16387 /* end confdefs.h. */
16388 $ac_includes_default
16389 #include <$ac_header>
16390 _ACEOF
16391 rm -f conftest.$ac_objext
16392 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16393 (eval $ac_compile) 2>conftest.er1
16394 ac_status=$?
16395 grep -v '^ *+' conftest.er1 >conftest.err
16396 rm -f conftest.er1
16397 cat conftest.err >&5
16398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16399 (exit $ac_status); } &&
16400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16402 (eval $ac_try) 2>&5
16403 ac_status=$?
16404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16405 (exit $ac_status); }; } &&
16406 { ac_try='test -s conftest.$ac_objext'
16407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16408 (eval $ac_try) 2>&5
16409 ac_status=$?
16410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16411 (exit $ac_status); }; }; then
16412 ac_header_compiler=yes
16413 else
16414 echo "$as_me: failed program was:" >&5
16415 sed 's/^/| /' conftest.$ac_ext >&5
16416
16417 ac_header_compiler=no
16418 fi
16419 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16420 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16421 echo "${ECHO_T}$ac_header_compiler" >&6
16422
16423 # Is the header present?
16424 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16425 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16426 cat >conftest.$ac_ext <<_ACEOF
16427 /* confdefs.h. */
16428 _ACEOF
16429 cat confdefs.h >>conftest.$ac_ext
16430 cat >>conftest.$ac_ext <<_ACEOF
16431 /* end confdefs.h. */
16432 #include <$ac_header>
16433 _ACEOF
16434 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16435 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16436 ac_status=$?
16437 grep -v '^ *+' conftest.er1 >conftest.err
16438 rm -f conftest.er1
16439 cat conftest.err >&5
16440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } >/dev/null; then
16442 if test -s conftest.err; then
16443 ac_cpp_err=$ac_c_preproc_warn_flag
16444 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16445 else
16446 ac_cpp_err=
16447 fi
16448 else
16449 ac_cpp_err=yes
16450 fi
16451 if test -z "$ac_cpp_err"; then
16452 ac_header_preproc=yes
16453 else
16454 echo "$as_me: failed program was:" >&5
16455 sed 's/^/| /' conftest.$ac_ext >&5
16456
16457 ac_header_preproc=no
16458 fi
16459 rm -f conftest.err conftest.$ac_ext
16460 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16461 echo "${ECHO_T}$ac_header_preproc" >&6
16462
16463 # So? What about this header?
16464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16465 yes:no: )
16466 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16467 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16469 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16470 ac_header_preproc=yes
16471 ;;
16472 no:yes:* )
16473 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16474 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16475 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16476 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16477 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16478 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16479 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16480 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16481 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16482 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16483 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16484 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16485 (
16486 cat <<\_ASBOX
16487 ## ----------------------------------------- ##
16488 ## Report this to wx-dev@lists.wxwidgets.org ##
16489 ## ----------------------------------------- ##
16490 _ASBOX
16491 ) |
16492 sed "s/^/$as_me: WARNING: /" >&2
16493 ;;
16494 esac
16495 echo "$as_me:$LINENO: checking for $ac_header" >&5
16496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16497 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16498 echo $ECHO_N "(cached) $ECHO_C" >&6
16499 else
16500 eval "$as_ac_Header=\$ac_header_preproc"
16501 fi
16502 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16503 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16504
16505 fi
16506 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16507 cat >>confdefs.h <<_ACEOF
16508 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16509 _ACEOF
16510
16511 fi
16512
16513 done
16514
16515
16516 case "${host}" in
16517 *-pc-os2_emx | *-pc-os2-emx )
16518 if test $ac_cv_header_langinfo_h = "yes" \
16519 -a \( "$wx_cv_gccversion" = "EMX2" \
16520 -o "$wx_cv_gccversion" = "EMX3" \
16521 -o "$wx_cv_gccversion" = "Innotek5" \); then
16522 LIBS="$LIBS -lintl"
16523 fi
16524 ;;
16525 esac
16526
16527
16528 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16529 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
16530 if test "${ac_cv_c_const+set}" = set; then
16531 echo $ECHO_N "(cached) $ECHO_C" >&6
16532 else
16533 cat >conftest.$ac_ext <<_ACEOF
16534 /* confdefs.h. */
16535 _ACEOF
16536 cat confdefs.h >>conftest.$ac_ext
16537 cat >>conftest.$ac_ext <<_ACEOF
16538 /* end confdefs.h. */
16539
16540 int
16541 main ()
16542 {
16543 /* FIXME: Include the comments suggested by Paul. */
16544 #ifndef __cplusplus
16545 /* Ultrix mips cc rejects this. */
16546 typedef int charset[2];
16547 const charset x;
16548 /* SunOS 4.1.1 cc rejects this. */
16549 char const *const *ccp;
16550 char **p;
16551 /* NEC SVR4.0.2 mips cc rejects this. */
16552 struct point {int x, y;};
16553 static struct point const zero = {0,0};
16554 /* AIX XL C 1.02.0.0 rejects this.
16555 It does not let you subtract one const X* pointer from another in
16556 an arm of an if-expression whose if-part is not a constant
16557 expression */
16558 const char *g = "string";
16559 ccp = &g + (g ? g-g : 0);
16560 /* HPUX 7.0 cc rejects these. */
16561 ++ccp;
16562 p = (char**) ccp;
16563 ccp = (char const *const *) p;
16564 { /* SCO 3.2v4 cc rejects this. */
16565 char *t;
16566 char const *s = 0 ? (char *) 0 : (char const *) 0;
16567
16568 *t++ = 0;
16569 }
16570 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
16571 int x[] = {25, 17};
16572 const int *foo = &x[0];
16573 ++foo;
16574 }
16575 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16576 typedef const int *iptr;
16577 iptr p = 0;
16578 ++p;
16579 }
16580 { /* AIX XL C 1.02.0.0 rejects this saying
16581 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16582 struct s { int j; const int *ap[3]; };
16583 struct s *b; b->j = 5;
16584 }
16585 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16586 const int foo = 10;
16587 }
16588 #endif
16589
16590 ;
16591 return 0;
16592 }
16593 _ACEOF
16594 rm -f conftest.$ac_objext
16595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16596 (eval $ac_compile) 2>conftest.er1
16597 ac_status=$?
16598 grep -v '^ *+' conftest.er1 >conftest.err
16599 rm -f conftest.er1
16600 cat conftest.err >&5
16601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16602 (exit $ac_status); } &&
16603 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16605 (eval $ac_try) 2>&5
16606 ac_status=$?
16607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16608 (exit $ac_status); }; } &&
16609 { ac_try='test -s conftest.$ac_objext'
16610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16611 (eval $ac_try) 2>&5
16612 ac_status=$?
16613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16614 (exit $ac_status); }; }; then
16615 ac_cv_c_const=yes
16616 else
16617 echo "$as_me: failed program was:" >&5
16618 sed 's/^/| /' conftest.$ac_ext >&5
16619
16620 ac_cv_c_const=no
16621 fi
16622 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16623 fi
16624 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16625 echo "${ECHO_T}$ac_cv_c_const" >&6
16626 if test $ac_cv_c_const = no; then
16627
16628 cat >>confdefs.h <<\_ACEOF
16629 #define const
16630 _ACEOF
16631
16632 fi
16633
16634 echo "$as_me:$LINENO: checking for inline" >&5
16635 echo $ECHO_N "checking for inline... $ECHO_C" >&6
16636 if test "${ac_cv_c_inline+set}" = set; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6
16638 else
16639 ac_cv_c_inline=no
16640 for ac_kw in inline __inline__ __inline; do
16641 cat >conftest.$ac_ext <<_ACEOF
16642 /* confdefs.h. */
16643 _ACEOF
16644 cat confdefs.h >>conftest.$ac_ext
16645 cat >>conftest.$ac_ext <<_ACEOF
16646 /* end confdefs.h. */
16647 #ifndef __cplusplus
16648 typedef int foo_t;
16649 static $ac_kw foo_t static_foo () {return 0; }
16650 $ac_kw foo_t foo () {return 0; }
16651 #endif
16652
16653 _ACEOF
16654 rm -f conftest.$ac_objext
16655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16656 (eval $ac_compile) 2>conftest.er1
16657 ac_status=$?
16658 grep -v '^ *+' conftest.er1 >conftest.err
16659 rm -f conftest.er1
16660 cat conftest.err >&5
16661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16662 (exit $ac_status); } &&
16663 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16665 (eval $ac_try) 2>&5
16666 ac_status=$?
16667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16668 (exit $ac_status); }; } &&
16669 { ac_try='test -s conftest.$ac_objext'
16670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16671 (eval $ac_try) 2>&5
16672 ac_status=$?
16673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16674 (exit $ac_status); }; }; then
16675 ac_cv_c_inline=$ac_kw; break
16676 else
16677 echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.$ac_ext >&5
16679
16680 fi
16681 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16682 done
16683
16684 fi
16685 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16686 echo "${ECHO_T}$ac_cv_c_inline" >&6
16687
16688
16689 case $ac_cv_c_inline in
16690 inline | yes) ;;
16691 *)
16692 case $ac_cv_c_inline in
16693 no) ac_val=;;
16694 *) ac_val=$ac_cv_c_inline;;
16695 esac
16696 cat >>confdefs.h <<_ACEOF
16697 #ifndef __cplusplus
16698 #define inline $ac_val
16699 #endif
16700 _ACEOF
16701 ;;
16702 esac
16703
16704
16705 echo "$as_me:$LINENO: checking for char" >&5
16706 echo $ECHO_N "checking for char... $ECHO_C" >&6
16707 if test "${ac_cv_type_char+set}" = set; then
16708 echo $ECHO_N "(cached) $ECHO_C" >&6
16709 else
16710 cat >conftest.$ac_ext <<_ACEOF
16711 /* confdefs.h. */
16712 _ACEOF
16713 cat confdefs.h >>conftest.$ac_ext
16714 cat >>conftest.$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16716 $ac_includes_default
16717 int
16718 main ()
16719 {
16720 if ((char *) 0)
16721 return 0;
16722 if (sizeof (char))
16723 return 0;
16724 ;
16725 return 0;
16726 }
16727 _ACEOF
16728 rm -f conftest.$ac_objext
16729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16730 (eval $ac_compile) 2>conftest.er1
16731 ac_status=$?
16732 grep -v '^ *+' conftest.er1 >conftest.err
16733 rm -f conftest.er1
16734 cat conftest.err >&5
16735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16736 (exit $ac_status); } &&
16737 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16739 (eval $ac_try) 2>&5
16740 ac_status=$?
16741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16742 (exit $ac_status); }; } &&
16743 { ac_try='test -s conftest.$ac_objext'
16744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16745 (eval $ac_try) 2>&5
16746 ac_status=$?
16747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16748 (exit $ac_status); }; }; then
16749 ac_cv_type_char=yes
16750 else
16751 echo "$as_me: failed program was:" >&5
16752 sed 's/^/| /' conftest.$ac_ext >&5
16753
16754 ac_cv_type_char=no
16755 fi
16756 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16757 fi
16758 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
16759 echo "${ECHO_T}$ac_cv_type_char" >&6
16760
16761 echo "$as_me:$LINENO: checking size of char" >&5
16762 echo $ECHO_N "checking size of char... $ECHO_C" >&6
16763 if test "${ac_cv_sizeof_char+set}" = set; then
16764 echo $ECHO_N "(cached) $ECHO_C" >&6
16765 else
16766 if test "$ac_cv_type_char" = yes; then
16767 # The cast to unsigned long works around a bug in the HP C Compiler
16768 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16769 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16770 # This bug is HP SR number 8606223364.
16771 if test "$cross_compiling" = yes; then
16772 # Depending upon the size, compute the lo and hi bounds.
16773 cat >conftest.$ac_ext <<_ACEOF
16774 /* confdefs.h. */
16775 _ACEOF
16776 cat confdefs.h >>conftest.$ac_ext
16777 cat >>conftest.$ac_ext <<_ACEOF
16778 /* end confdefs.h. */
16779 $ac_includes_default
16780 int
16781 main ()
16782 {
16783 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
16784 test_array [0] = 0
16785
16786 ;
16787 return 0;
16788 }
16789 _ACEOF
16790 rm -f conftest.$ac_objext
16791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16792 (eval $ac_compile) 2>conftest.er1
16793 ac_status=$?
16794 grep -v '^ *+' conftest.er1 >conftest.err
16795 rm -f conftest.er1
16796 cat conftest.err >&5
16797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16798 (exit $ac_status); } &&
16799 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16801 (eval $ac_try) 2>&5
16802 ac_status=$?
16803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804 (exit $ac_status); }; } &&
16805 { ac_try='test -s conftest.$ac_objext'
16806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16807 (eval $ac_try) 2>&5
16808 ac_status=$?
16809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16810 (exit $ac_status); }; }; then
16811 ac_lo=0 ac_mid=0
16812 while :; do
16813 cat >conftest.$ac_ext <<_ACEOF
16814 /* confdefs.h. */
16815 _ACEOF
16816 cat confdefs.h >>conftest.$ac_ext
16817 cat >>conftest.$ac_ext <<_ACEOF
16818 /* end confdefs.h. */
16819 $ac_includes_default
16820 int
16821 main ()
16822 {
16823 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16824 test_array [0] = 0
16825
16826 ;
16827 return 0;
16828 }
16829 _ACEOF
16830 rm -f conftest.$ac_objext
16831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16832 (eval $ac_compile) 2>conftest.er1
16833 ac_status=$?
16834 grep -v '^ *+' conftest.er1 >conftest.err
16835 rm -f conftest.er1
16836 cat conftest.err >&5
16837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16838 (exit $ac_status); } &&
16839 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16841 (eval $ac_try) 2>&5
16842 ac_status=$?
16843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); }; } &&
16845 { ac_try='test -s conftest.$ac_objext'
16846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16847 (eval $ac_try) 2>&5
16848 ac_status=$?
16849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16850 (exit $ac_status); }; }; then
16851 ac_hi=$ac_mid; break
16852 else
16853 echo "$as_me: failed program was:" >&5
16854 sed 's/^/| /' conftest.$ac_ext >&5
16855
16856 ac_lo=`expr $ac_mid + 1`
16857 if test $ac_lo -le $ac_mid; then
16858 ac_lo= ac_hi=
16859 break
16860 fi
16861 ac_mid=`expr 2 '*' $ac_mid + 1`
16862 fi
16863 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16864 done
16865 else
16866 echo "$as_me: failed program was:" >&5
16867 sed 's/^/| /' conftest.$ac_ext >&5
16868
16869 cat >conftest.$ac_ext <<_ACEOF
16870 /* confdefs.h. */
16871 _ACEOF
16872 cat confdefs.h >>conftest.$ac_ext
16873 cat >>conftest.$ac_ext <<_ACEOF
16874 /* end confdefs.h. */
16875 $ac_includes_default
16876 int
16877 main ()
16878 {
16879 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
16880 test_array [0] = 0
16881
16882 ;
16883 return 0;
16884 }
16885 _ACEOF
16886 rm -f conftest.$ac_objext
16887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16888 (eval $ac_compile) 2>conftest.er1
16889 ac_status=$?
16890 grep -v '^ *+' conftest.er1 >conftest.err
16891 rm -f conftest.er1
16892 cat conftest.err >&5
16893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16894 (exit $ac_status); } &&
16895 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16897 (eval $ac_try) 2>&5
16898 ac_status=$?
16899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16900 (exit $ac_status); }; } &&
16901 { ac_try='test -s conftest.$ac_objext'
16902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16903 (eval $ac_try) 2>&5
16904 ac_status=$?
16905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16906 (exit $ac_status); }; }; then
16907 ac_hi=-1 ac_mid=-1
16908 while :; do
16909 cat >conftest.$ac_ext <<_ACEOF
16910 /* confdefs.h. */
16911 _ACEOF
16912 cat confdefs.h >>conftest.$ac_ext
16913 cat >>conftest.$ac_ext <<_ACEOF
16914 /* end confdefs.h. */
16915 $ac_includes_default
16916 int
16917 main ()
16918 {
16919 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
16920 test_array [0] = 0
16921
16922 ;
16923 return 0;
16924 }
16925 _ACEOF
16926 rm -f conftest.$ac_objext
16927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16928 (eval $ac_compile) 2>conftest.er1
16929 ac_status=$?
16930 grep -v '^ *+' conftest.er1 >conftest.err
16931 rm -f conftest.er1
16932 cat conftest.err >&5
16933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16934 (exit $ac_status); } &&
16935 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16937 (eval $ac_try) 2>&5
16938 ac_status=$?
16939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940 (exit $ac_status); }; } &&
16941 { ac_try='test -s conftest.$ac_objext'
16942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16943 (eval $ac_try) 2>&5
16944 ac_status=$?
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); }; }; then
16947 ac_lo=$ac_mid; break
16948 else
16949 echo "$as_me: failed program was:" >&5
16950 sed 's/^/| /' conftest.$ac_ext >&5
16951
16952 ac_hi=`expr '(' $ac_mid ')' - 1`
16953 if test $ac_mid -le $ac_hi; then
16954 ac_lo= ac_hi=
16955 break
16956 fi
16957 ac_mid=`expr 2 '*' $ac_mid`
16958 fi
16959 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16960 done
16961 else
16962 echo "$as_me: failed program was:" >&5
16963 sed 's/^/| /' conftest.$ac_ext >&5
16964
16965 ac_lo= ac_hi=
16966 fi
16967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16968 fi
16969 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16970 # Binary search between lo and hi bounds.
16971 while test "x$ac_lo" != "x$ac_hi"; do
16972 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16973 cat >conftest.$ac_ext <<_ACEOF
16974 /* confdefs.h. */
16975 _ACEOF
16976 cat confdefs.h >>conftest.$ac_ext
16977 cat >>conftest.$ac_ext <<_ACEOF
16978 /* end confdefs.h. */
16979 $ac_includes_default
16980 int
16981 main ()
16982 {
16983 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16984 test_array [0] = 0
16985
16986 ;
16987 return 0;
16988 }
16989 _ACEOF
16990 rm -f conftest.$ac_objext
16991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16992 (eval $ac_compile) 2>conftest.er1
16993 ac_status=$?
16994 grep -v '^ *+' conftest.er1 >conftest.err
16995 rm -f conftest.er1
16996 cat conftest.err >&5
16997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16998 (exit $ac_status); } &&
16999 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17001 (eval $ac_try) 2>&5
17002 ac_status=$?
17003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17004 (exit $ac_status); }; } &&
17005 { ac_try='test -s conftest.$ac_objext'
17006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17007 (eval $ac_try) 2>&5
17008 ac_status=$?
17009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17010 (exit $ac_status); }; }; then
17011 ac_hi=$ac_mid
17012 else
17013 echo "$as_me: failed program was:" >&5
17014 sed 's/^/| /' conftest.$ac_ext >&5
17015
17016 ac_lo=`expr '(' $ac_mid ')' + 1`
17017 fi
17018 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17019 done
17020 case $ac_lo in
17021 ?*) ac_cv_sizeof_char=$ac_lo;;
17022 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17023 See \`config.log' for more details." >&5
17024 echo "$as_me: error: cannot compute sizeof (char), 77
17025 See \`config.log' for more details." >&2;}
17026 { (exit 1); exit 1; }; } ;;
17027 esac
17028 else
17029 if test "$cross_compiling" = yes; then
17030 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17031 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17032 { (exit 1); exit 1; }; }
17033 else
17034 cat >conftest.$ac_ext <<_ACEOF
17035 /* confdefs.h. */
17036 _ACEOF
17037 cat confdefs.h >>conftest.$ac_ext
17038 cat >>conftest.$ac_ext <<_ACEOF
17039 /* end confdefs.h. */
17040 $ac_includes_default
17041 long longval () { return (long) (sizeof (char)); }
17042 unsigned long ulongval () { return (long) (sizeof (char)); }
17043 #include <stdio.h>
17044 #include <stdlib.h>
17045 int
17046 main ()
17047 {
17048
17049 FILE *f = fopen ("conftest.val", "w");
17050 if (! f)
17051 exit (1);
17052 if (((long) (sizeof (char))) < 0)
17053 {
17054 long i = longval ();
17055 if (i != ((long) (sizeof (char))))
17056 exit (1);
17057 fprintf (f, "%ld\n", i);
17058 }
17059 else
17060 {
17061 unsigned long i = ulongval ();
17062 if (i != ((long) (sizeof (char))))
17063 exit (1);
17064 fprintf (f, "%lu\n", i);
17065 }
17066 exit (ferror (f) || fclose (f) != 0);
17067
17068 ;
17069 return 0;
17070 }
17071 _ACEOF
17072 rm -f conftest$ac_exeext
17073 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17074 (eval $ac_link) 2>&5
17075 ac_status=$?
17076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17077 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17079 (eval $ac_try) 2>&5
17080 ac_status=$?
17081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17082 (exit $ac_status); }; }; then
17083 ac_cv_sizeof_char=`cat conftest.val`
17084 else
17085 echo "$as_me: program exited with status $ac_status" >&5
17086 echo "$as_me: failed program was:" >&5
17087 sed 's/^/| /' conftest.$ac_ext >&5
17088
17089 ( exit $ac_status )
17090 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17091 See \`config.log' for more details." >&5
17092 echo "$as_me: error: cannot compute sizeof (char), 77
17093 See \`config.log' for more details." >&2;}
17094 { (exit 1); exit 1; }; }
17095 fi
17096 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17097 fi
17098 fi
17099 rm -f conftest.val
17100 else
17101 ac_cv_sizeof_char=0
17102 fi
17103 fi
17104 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
17105 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
17106 cat >>confdefs.h <<_ACEOF
17107 #define SIZEOF_CHAR $ac_cv_sizeof_char
17108 _ACEOF
17109
17110
17111 echo "$as_me:$LINENO: checking for short" >&5
17112 echo $ECHO_N "checking for short... $ECHO_C" >&6
17113 if test "${ac_cv_type_short+set}" = set; then
17114 echo $ECHO_N "(cached) $ECHO_C" >&6
17115 else
17116 cat >conftest.$ac_ext <<_ACEOF
17117 /* confdefs.h. */
17118 _ACEOF
17119 cat confdefs.h >>conftest.$ac_ext
17120 cat >>conftest.$ac_ext <<_ACEOF
17121 /* end confdefs.h. */
17122 $ac_includes_default
17123 int
17124 main ()
17125 {
17126 if ((short *) 0)
17127 return 0;
17128 if (sizeof (short))
17129 return 0;
17130 ;
17131 return 0;
17132 }
17133 _ACEOF
17134 rm -f conftest.$ac_objext
17135 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17136 (eval $ac_compile) 2>conftest.er1
17137 ac_status=$?
17138 grep -v '^ *+' conftest.er1 >conftest.err
17139 rm -f conftest.er1
17140 cat conftest.err >&5
17141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17142 (exit $ac_status); } &&
17143 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17145 (eval $ac_try) 2>&5
17146 ac_status=$?
17147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17148 (exit $ac_status); }; } &&
17149 { ac_try='test -s conftest.$ac_objext'
17150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17151 (eval $ac_try) 2>&5
17152 ac_status=$?
17153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17154 (exit $ac_status); }; }; then
17155 ac_cv_type_short=yes
17156 else
17157 echo "$as_me: failed program was:" >&5
17158 sed 's/^/| /' conftest.$ac_ext >&5
17159
17160 ac_cv_type_short=no
17161 fi
17162 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17163 fi
17164 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
17165 echo "${ECHO_T}$ac_cv_type_short" >&6
17166
17167 echo "$as_me:$LINENO: checking size of short" >&5
17168 echo $ECHO_N "checking size of short... $ECHO_C" >&6
17169 if test "${ac_cv_sizeof_short+set}" = set; then
17170 echo $ECHO_N "(cached) $ECHO_C" >&6
17171 else
17172 if test "$ac_cv_type_short" = yes; then
17173 # The cast to unsigned long works around a bug in the HP C Compiler
17174 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17175 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17176 # This bug is HP SR number 8606223364.
17177 if test "$cross_compiling" = yes; then
17178 # Depending upon the size, compute the lo and hi bounds.
17179 cat >conftest.$ac_ext <<_ACEOF
17180 /* confdefs.h. */
17181 _ACEOF
17182 cat confdefs.h >>conftest.$ac_ext
17183 cat >>conftest.$ac_ext <<_ACEOF
17184 /* end confdefs.h. */
17185 $ac_includes_default
17186 int
17187 main ()
17188 {
17189 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
17190 test_array [0] = 0
17191
17192 ;
17193 return 0;
17194 }
17195 _ACEOF
17196 rm -f conftest.$ac_objext
17197 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17198 (eval $ac_compile) 2>conftest.er1
17199 ac_status=$?
17200 grep -v '^ *+' conftest.er1 >conftest.err
17201 rm -f conftest.er1
17202 cat conftest.err >&5
17203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17204 (exit $ac_status); } &&
17205 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17207 (eval $ac_try) 2>&5
17208 ac_status=$?
17209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17210 (exit $ac_status); }; } &&
17211 { ac_try='test -s conftest.$ac_objext'
17212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17213 (eval $ac_try) 2>&5
17214 ac_status=$?
17215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17216 (exit $ac_status); }; }; then
17217 ac_lo=0 ac_mid=0
17218 while :; do
17219 cat >conftest.$ac_ext <<_ACEOF
17220 /* confdefs.h. */
17221 _ACEOF
17222 cat confdefs.h >>conftest.$ac_ext
17223 cat >>conftest.$ac_ext <<_ACEOF
17224 /* end confdefs.h. */
17225 $ac_includes_default
17226 int
17227 main ()
17228 {
17229 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17230 test_array [0] = 0
17231
17232 ;
17233 return 0;
17234 }
17235 _ACEOF
17236 rm -f conftest.$ac_objext
17237 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17238 (eval $ac_compile) 2>conftest.er1
17239 ac_status=$?
17240 grep -v '^ *+' conftest.er1 >conftest.err
17241 rm -f conftest.er1
17242 cat conftest.err >&5
17243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17244 (exit $ac_status); } &&
17245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17247 (eval $ac_try) 2>&5
17248 ac_status=$?
17249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17250 (exit $ac_status); }; } &&
17251 { ac_try='test -s conftest.$ac_objext'
17252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17253 (eval $ac_try) 2>&5
17254 ac_status=$?
17255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17256 (exit $ac_status); }; }; then
17257 ac_hi=$ac_mid; break
17258 else
17259 echo "$as_me: failed program was:" >&5
17260 sed 's/^/| /' conftest.$ac_ext >&5
17261
17262 ac_lo=`expr $ac_mid + 1`
17263 if test $ac_lo -le $ac_mid; then
17264 ac_lo= ac_hi=
17265 break
17266 fi
17267 ac_mid=`expr 2 '*' $ac_mid + 1`
17268 fi
17269 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17270 done
17271 else
17272 echo "$as_me: failed program was:" >&5
17273 sed 's/^/| /' conftest.$ac_ext >&5
17274
17275 cat >conftest.$ac_ext <<_ACEOF
17276 /* confdefs.h. */
17277 _ACEOF
17278 cat confdefs.h >>conftest.$ac_ext
17279 cat >>conftest.$ac_ext <<_ACEOF
17280 /* end confdefs.h. */
17281 $ac_includes_default
17282 int
17283 main ()
17284 {
17285 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
17286 test_array [0] = 0
17287
17288 ;
17289 return 0;
17290 }
17291 _ACEOF
17292 rm -f conftest.$ac_objext
17293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17294 (eval $ac_compile) 2>conftest.er1
17295 ac_status=$?
17296 grep -v '^ *+' conftest.er1 >conftest.err
17297 rm -f conftest.er1
17298 cat conftest.err >&5
17299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17300 (exit $ac_status); } &&
17301 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17303 (eval $ac_try) 2>&5
17304 ac_status=$?
17305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17306 (exit $ac_status); }; } &&
17307 { ac_try='test -s conftest.$ac_objext'
17308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17309 (eval $ac_try) 2>&5
17310 ac_status=$?
17311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); }; }; then
17313 ac_hi=-1 ac_mid=-1
17314 while :; do
17315 cat >conftest.$ac_ext <<_ACEOF
17316 /* confdefs.h. */
17317 _ACEOF
17318 cat confdefs.h >>conftest.$ac_ext
17319 cat >>conftest.$ac_ext <<_ACEOF
17320 /* end confdefs.h. */
17321 $ac_includes_default
17322 int
17323 main ()
17324 {
17325 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
17326 test_array [0] = 0
17327
17328 ;
17329 return 0;
17330 }
17331 _ACEOF
17332 rm -f conftest.$ac_objext
17333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17334 (eval $ac_compile) 2>conftest.er1
17335 ac_status=$?
17336 grep -v '^ *+' conftest.er1 >conftest.err
17337 rm -f conftest.er1
17338 cat conftest.err >&5
17339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17340 (exit $ac_status); } &&
17341 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17343 (eval $ac_try) 2>&5
17344 ac_status=$?
17345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17346 (exit $ac_status); }; } &&
17347 { ac_try='test -s conftest.$ac_objext'
17348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17349 (eval $ac_try) 2>&5
17350 ac_status=$?
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); }; }; then
17353 ac_lo=$ac_mid; break
17354 else
17355 echo "$as_me: failed program was:" >&5
17356 sed 's/^/| /' conftest.$ac_ext >&5
17357
17358 ac_hi=`expr '(' $ac_mid ')' - 1`
17359 if test $ac_mid -le $ac_hi; then
17360 ac_lo= ac_hi=
17361 break
17362 fi
17363 ac_mid=`expr 2 '*' $ac_mid`
17364 fi
17365 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17366 done
17367 else
17368 echo "$as_me: failed program was:" >&5
17369 sed 's/^/| /' conftest.$ac_ext >&5
17370
17371 ac_lo= ac_hi=
17372 fi
17373 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17374 fi
17375 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17376 # Binary search between lo and hi bounds.
17377 while test "x$ac_lo" != "x$ac_hi"; do
17378 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17379 cat >conftest.$ac_ext <<_ACEOF
17380 /* confdefs.h. */
17381 _ACEOF
17382 cat confdefs.h >>conftest.$ac_ext
17383 cat >>conftest.$ac_ext <<_ACEOF
17384 /* end confdefs.h. */
17385 $ac_includes_default
17386 int
17387 main ()
17388 {
17389 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17390 test_array [0] = 0
17391
17392 ;
17393 return 0;
17394 }
17395 _ACEOF
17396 rm -f conftest.$ac_objext
17397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17398 (eval $ac_compile) 2>conftest.er1
17399 ac_status=$?
17400 grep -v '^ *+' conftest.er1 >conftest.err
17401 rm -f conftest.er1
17402 cat conftest.err >&5
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); } &&
17405 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17407 (eval $ac_try) 2>&5
17408 ac_status=$?
17409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); }; } &&
17411 { ac_try='test -s conftest.$ac_objext'
17412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17413 (eval $ac_try) 2>&5
17414 ac_status=$?
17415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17416 (exit $ac_status); }; }; then
17417 ac_hi=$ac_mid
17418 else
17419 echo "$as_me: failed program was:" >&5
17420 sed 's/^/| /' conftest.$ac_ext >&5
17421
17422 ac_lo=`expr '(' $ac_mid ')' + 1`
17423 fi
17424 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17425 done
17426 case $ac_lo in
17427 ?*) ac_cv_sizeof_short=$ac_lo;;
17428 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17429 See \`config.log' for more details." >&5
17430 echo "$as_me: error: cannot compute sizeof (short), 77
17431 See \`config.log' for more details." >&2;}
17432 { (exit 1); exit 1; }; } ;;
17433 esac
17434 else
17435 if test "$cross_compiling" = yes; then
17436 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17437 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17438 { (exit 1); exit 1; }; }
17439 else
17440 cat >conftest.$ac_ext <<_ACEOF
17441 /* confdefs.h. */
17442 _ACEOF
17443 cat confdefs.h >>conftest.$ac_ext
17444 cat >>conftest.$ac_ext <<_ACEOF
17445 /* end confdefs.h. */
17446 $ac_includes_default
17447 long longval () { return (long) (sizeof (short)); }
17448 unsigned long ulongval () { return (long) (sizeof (short)); }
17449 #include <stdio.h>
17450 #include <stdlib.h>
17451 int
17452 main ()
17453 {
17454
17455 FILE *f = fopen ("conftest.val", "w");
17456 if (! f)
17457 exit (1);
17458 if (((long) (sizeof (short))) < 0)
17459 {
17460 long i = longval ();
17461 if (i != ((long) (sizeof (short))))
17462 exit (1);
17463 fprintf (f, "%ld\n", i);
17464 }
17465 else
17466 {
17467 unsigned long i = ulongval ();
17468 if (i != ((long) (sizeof (short))))
17469 exit (1);
17470 fprintf (f, "%lu\n", i);
17471 }
17472 exit (ferror (f) || fclose (f) != 0);
17473
17474 ;
17475 return 0;
17476 }
17477 _ACEOF
17478 rm -f conftest$ac_exeext
17479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17480 (eval $ac_link) 2>&5
17481 ac_status=$?
17482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17483 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17485 (eval $ac_try) 2>&5
17486 ac_status=$?
17487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17488 (exit $ac_status); }; }; then
17489 ac_cv_sizeof_short=`cat conftest.val`
17490 else
17491 echo "$as_me: program exited with status $ac_status" >&5
17492 echo "$as_me: failed program was:" >&5
17493 sed 's/^/| /' conftest.$ac_ext >&5
17494
17495 ( exit $ac_status )
17496 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17497 See \`config.log' for more details." >&5
17498 echo "$as_me: error: cannot compute sizeof (short), 77
17499 See \`config.log' for more details." >&2;}
17500 { (exit 1); exit 1; }; }
17501 fi
17502 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17503 fi
17504 fi
17505 rm -f conftest.val
17506 else
17507 ac_cv_sizeof_short=0
17508 fi
17509 fi
17510 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
17511 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
17512 cat >>confdefs.h <<_ACEOF
17513 #define SIZEOF_SHORT $ac_cv_sizeof_short
17514 _ACEOF
17515
17516
17517 echo "$as_me:$LINENO: checking for void *" >&5
17518 echo $ECHO_N "checking for void *... $ECHO_C" >&6
17519 if test "${ac_cv_type_void_p+set}" = set; then
17520 echo $ECHO_N "(cached) $ECHO_C" >&6
17521 else
17522 cat >conftest.$ac_ext <<_ACEOF
17523 /* confdefs.h. */
17524 _ACEOF
17525 cat confdefs.h >>conftest.$ac_ext
17526 cat >>conftest.$ac_ext <<_ACEOF
17527 /* end confdefs.h. */
17528 $ac_includes_default
17529 int
17530 main ()
17531 {
17532 if ((void * *) 0)
17533 return 0;
17534 if (sizeof (void *))
17535 return 0;
17536 ;
17537 return 0;
17538 }
17539 _ACEOF
17540 rm -f conftest.$ac_objext
17541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17542 (eval $ac_compile) 2>conftest.er1
17543 ac_status=$?
17544 grep -v '^ *+' conftest.er1 >conftest.err
17545 rm -f conftest.er1
17546 cat conftest.err >&5
17547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17548 (exit $ac_status); } &&
17549 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17551 (eval $ac_try) 2>&5
17552 ac_status=$?
17553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17554 (exit $ac_status); }; } &&
17555 { ac_try='test -s conftest.$ac_objext'
17556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17557 (eval $ac_try) 2>&5
17558 ac_status=$?
17559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17560 (exit $ac_status); }; }; then
17561 ac_cv_type_void_p=yes
17562 else
17563 echo "$as_me: failed program was:" >&5
17564 sed 's/^/| /' conftest.$ac_ext >&5
17565
17566 ac_cv_type_void_p=no
17567 fi
17568 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17569 fi
17570 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
17571 echo "${ECHO_T}$ac_cv_type_void_p" >&6
17572
17573 echo "$as_me:$LINENO: checking size of void *" >&5
17574 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
17575 if test "${ac_cv_sizeof_void_p+set}" = set; then
17576 echo $ECHO_N "(cached) $ECHO_C" >&6
17577 else
17578 if test "$ac_cv_type_void_p" = yes; then
17579 # The cast to unsigned long works around a bug in the HP C Compiler
17580 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17581 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17582 # This bug is HP SR number 8606223364.
17583 if test "$cross_compiling" = yes; then
17584 # Depending upon the size, compute the lo and hi bounds.
17585 cat >conftest.$ac_ext <<_ACEOF
17586 /* confdefs.h. */
17587 _ACEOF
17588 cat confdefs.h >>conftest.$ac_ext
17589 cat >>conftest.$ac_ext <<_ACEOF
17590 /* end confdefs.h. */
17591 $ac_includes_default
17592 int
17593 main ()
17594 {
17595 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
17596 test_array [0] = 0
17597
17598 ;
17599 return 0;
17600 }
17601 _ACEOF
17602 rm -f conftest.$ac_objext
17603 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17604 (eval $ac_compile) 2>conftest.er1
17605 ac_status=$?
17606 grep -v '^ *+' conftest.er1 >conftest.err
17607 rm -f conftest.er1
17608 cat conftest.err >&5
17609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); } &&
17611 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17613 (eval $ac_try) 2>&5
17614 ac_status=$?
17615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17616 (exit $ac_status); }; } &&
17617 { ac_try='test -s conftest.$ac_objext'
17618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17619 (eval $ac_try) 2>&5
17620 ac_status=$?
17621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17622 (exit $ac_status); }; }; then
17623 ac_lo=0 ac_mid=0
17624 while :; do
17625 cat >conftest.$ac_ext <<_ACEOF
17626 /* confdefs.h. */
17627 _ACEOF
17628 cat confdefs.h >>conftest.$ac_ext
17629 cat >>conftest.$ac_ext <<_ACEOF
17630 /* end confdefs.h. */
17631 $ac_includes_default
17632 int
17633 main ()
17634 {
17635 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17636 test_array [0] = 0
17637
17638 ;
17639 return 0;
17640 }
17641 _ACEOF
17642 rm -f conftest.$ac_objext
17643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17644 (eval $ac_compile) 2>conftest.er1
17645 ac_status=$?
17646 grep -v '^ *+' conftest.er1 >conftest.err
17647 rm -f conftest.er1
17648 cat conftest.err >&5
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); } &&
17651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17653 (eval $ac_try) 2>&5
17654 ac_status=$?
17655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17656 (exit $ac_status); }; } &&
17657 { ac_try='test -s conftest.$ac_objext'
17658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17659 (eval $ac_try) 2>&5
17660 ac_status=$?
17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662 (exit $ac_status); }; }; then
17663 ac_hi=$ac_mid; break
17664 else
17665 echo "$as_me: failed program was:" >&5
17666 sed 's/^/| /' conftest.$ac_ext >&5
17667
17668 ac_lo=`expr $ac_mid + 1`
17669 if test $ac_lo -le $ac_mid; then
17670 ac_lo= ac_hi=
17671 break
17672 fi
17673 ac_mid=`expr 2 '*' $ac_mid + 1`
17674 fi
17675 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17676 done
17677 else
17678 echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.$ac_ext >&5
17680
17681 cat >conftest.$ac_ext <<_ACEOF
17682 /* confdefs.h. */
17683 _ACEOF
17684 cat confdefs.h >>conftest.$ac_ext
17685 cat >>conftest.$ac_ext <<_ACEOF
17686 /* end confdefs.h. */
17687 $ac_includes_default
17688 int
17689 main ()
17690 {
17691 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
17692 test_array [0] = 0
17693
17694 ;
17695 return 0;
17696 }
17697 _ACEOF
17698 rm -f conftest.$ac_objext
17699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17700 (eval $ac_compile) 2>conftest.er1
17701 ac_status=$?
17702 grep -v '^ *+' conftest.er1 >conftest.err
17703 rm -f conftest.er1
17704 cat conftest.err >&5
17705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17706 (exit $ac_status); } &&
17707 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17709 (eval $ac_try) 2>&5
17710 ac_status=$?
17711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); }; } &&
17713 { ac_try='test -s conftest.$ac_objext'
17714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17715 (eval $ac_try) 2>&5
17716 ac_status=$?
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); }; }; then
17719 ac_hi=-1 ac_mid=-1
17720 while :; do
17721 cat >conftest.$ac_ext <<_ACEOF
17722 /* confdefs.h. */
17723 _ACEOF
17724 cat confdefs.h >>conftest.$ac_ext
17725 cat >>conftest.$ac_ext <<_ACEOF
17726 /* end confdefs.h. */
17727 $ac_includes_default
17728 int
17729 main ()
17730 {
17731 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
17732 test_array [0] = 0
17733
17734 ;
17735 return 0;
17736 }
17737 _ACEOF
17738 rm -f conftest.$ac_objext
17739 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17740 (eval $ac_compile) 2>conftest.er1
17741 ac_status=$?
17742 grep -v '^ *+' conftest.er1 >conftest.err
17743 rm -f conftest.er1
17744 cat conftest.err >&5
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); } &&
17747 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17749 (eval $ac_try) 2>&5
17750 ac_status=$?
17751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752 (exit $ac_status); }; } &&
17753 { ac_try='test -s conftest.$ac_objext'
17754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17755 (eval $ac_try) 2>&5
17756 ac_status=$?
17757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758 (exit $ac_status); }; }; then
17759 ac_lo=$ac_mid; break
17760 else
17761 echo "$as_me: failed program was:" >&5
17762 sed 's/^/| /' conftest.$ac_ext >&5
17763
17764 ac_hi=`expr '(' $ac_mid ')' - 1`
17765 if test $ac_mid -le $ac_hi; then
17766 ac_lo= ac_hi=
17767 break
17768 fi
17769 ac_mid=`expr 2 '*' $ac_mid`
17770 fi
17771 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17772 done
17773 else
17774 echo "$as_me: failed program was:" >&5
17775 sed 's/^/| /' conftest.$ac_ext >&5
17776
17777 ac_lo= ac_hi=
17778 fi
17779 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17780 fi
17781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17782 # Binary search between lo and hi bounds.
17783 while test "x$ac_lo" != "x$ac_hi"; do
17784 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17785 cat >conftest.$ac_ext <<_ACEOF
17786 /* confdefs.h. */
17787 _ACEOF
17788 cat confdefs.h >>conftest.$ac_ext
17789 cat >>conftest.$ac_ext <<_ACEOF
17790 /* end confdefs.h. */
17791 $ac_includes_default
17792 int
17793 main ()
17794 {
17795 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17796 test_array [0] = 0
17797
17798 ;
17799 return 0;
17800 }
17801 _ACEOF
17802 rm -f conftest.$ac_objext
17803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17804 (eval $ac_compile) 2>conftest.er1
17805 ac_status=$?
17806 grep -v '^ *+' conftest.er1 >conftest.err
17807 rm -f conftest.er1
17808 cat conftest.err >&5
17809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17810 (exit $ac_status); } &&
17811 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17813 (eval $ac_try) 2>&5
17814 ac_status=$?
17815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816 (exit $ac_status); }; } &&
17817 { ac_try='test -s conftest.$ac_objext'
17818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17819 (eval $ac_try) 2>&5
17820 ac_status=$?
17821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17822 (exit $ac_status); }; }; then
17823 ac_hi=$ac_mid
17824 else
17825 echo "$as_me: failed program was:" >&5
17826 sed 's/^/| /' conftest.$ac_ext >&5
17827
17828 ac_lo=`expr '(' $ac_mid ')' + 1`
17829 fi
17830 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17831 done
17832 case $ac_lo in
17833 ?*) ac_cv_sizeof_void_p=$ac_lo;;
17834 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17835 See \`config.log' for more details." >&5
17836 echo "$as_me: error: cannot compute sizeof (void *), 77
17837 See \`config.log' for more details." >&2;}
17838 { (exit 1); exit 1; }; } ;;
17839 esac
17840 else
17841 if test "$cross_compiling" = yes; then
17842 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17843 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17844 { (exit 1); exit 1; }; }
17845 else
17846 cat >conftest.$ac_ext <<_ACEOF
17847 /* confdefs.h. */
17848 _ACEOF
17849 cat confdefs.h >>conftest.$ac_ext
17850 cat >>conftest.$ac_ext <<_ACEOF
17851 /* end confdefs.h. */
17852 $ac_includes_default
17853 long longval () { return (long) (sizeof (void *)); }
17854 unsigned long ulongval () { return (long) (sizeof (void *)); }
17855 #include <stdio.h>
17856 #include <stdlib.h>
17857 int
17858 main ()
17859 {
17860
17861 FILE *f = fopen ("conftest.val", "w");
17862 if (! f)
17863 exit (1);
17864 if (((long) (sizeof (void *))) < 0)
17865 {
17866 long i = longval ();
17867 if (i != ((long) (sizeof (void *))))
17868 exit (1);
17869 fprintf (f, "%ld\n", i);
17870 }
17871 else
17872 {
17873 unsigned long i = ulongval ();
17874 if (i != ((long) (sizeof (void *))))
17875 exit (1);
17876 fprintf (f, "%lu\n", i);
17877 }
17878 exit (ferror (f) || fclose (f) != 0);
17879
17880 ;
17881 return 0;
17882 }
17883 _ACEOF
17884 rm -f conftest$ac_exeext
17885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17886 (eval $ac_link) 2>&5
17887 ac_status=$?
17888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17889 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17891 (eval $ac_try) 2>&5
17892 ac_status=$?
17893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17894 (exit $ac_status); }; }; then
17895 ac_cv_sizeof_void_p=`cat conftest.val`
17896 else
17897 echo "$as_me: program exited with status $ac_status" >&5
17898 echo "$as_me: failed program was:" >&5
17899 sed 's/^/| /' conftest.$ac_ext >&5
17900
17901 ( exit $ac_status )
17902 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17903 See \`config.log' for more details." >&5
17904 echo "$as_me: error: cannot compute sizeof (void *), 77
17905 See \`config.log' for more details." >&2;}
17906 { (exit 1); exit 1; }; }
17907 fi
17908 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17909 fi
17910 fi
17911 rm -f conftest.val
17912 else
17913 ac_cv_sizeof_void_p=0
17914 fi
17915 fi
17916 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
17917 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
17918 cat >>confdefs.h <<_ACEOF
17919 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17920 _ACEOF
17921
17922
17923 echo "$as_me:$LINENO: checking for int" >&5
17924 echo $ECHO_N "checking for int... $ECHO_C" >&6
17925 if test "${ac_cv_type_int+set}" = set; then
17926 echo $ECHO_N "(cached) $ECHO_C" >&6
17927 else
17928 cat >conftest.$ac_ext <<_ACEOF
17929 /* confdefs.h. */
17930 _ACEOF
17931 cat confdefs.h >>conftest.$ac_ext
17932 cat >>conftest.$ac_ext <<_ACEOF
17933 /* end confdefs.h. */
17934 $ac_includes_default
17935 int
17936 main ()
17937 {
17938 if ((int *) 0)
17939 return 0;
17940 if (sizeof (int))
17941 return 0;
17942 ;
17943 return 0;
17944 }
17945 _ACEOF
17946 rm -f conftest.$ac_objext
17947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17948 (eval $ac_compile) 2>conftest.er1
17949 ac_status=$?
17950 grep -v '^ *+' conftest.er1 >conftest.err
17951 rm -f conftest.er1
17952 cat conftest.err >&5
17953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17954 (exit $ac_status); } &&
17955 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17957 (eval $ac_try) 2>&5
17958 ac_status=$?
17959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17960 (exit $ac_status); }; } &&
17961 { ac_try='test -s conftest.$ac_objext'
17962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17963 (eval $ac_try) 2>&5
17964 ac_status=$?
17965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17966 (exit $ac_status); }; }; then
17967 ac_cv_type_int=yes
17968 else
17969 echo "$as_me: failed program was:" >&5
17970 sed 's/^/| /' conftest.$ac_ext >&5
17971
17972 ac_cv_type_int=no
17973 fi
17974 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17975 fi
17976 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17977 echo "${ECHO_T}$ac_cv_type_int" >&6
17978
17979 echo "$as_me:$LINENO: checking size of int" >&5
17980 echo $ECHO_N "checking size of int... $ECHO_C" >&6
17981 if test "${ac_cv_sizeof_int+set}" = set; then
17982 echo $ECHO_N "(cached) $ECHO_C" >&6
17983 else
17984 if test "$ac_cv_type_int" = yes; then
17985 # The cast to unsigned long works around a bug in the HP C Compiler
17986 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17987 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17988 # This bug is HP SR number 8606223364.
17989 if test "$cross_compiling" = yes; then
17990 # Depending upon the size, compute the lo and hi bounds.
17991 cat >conftest.$ac_ext <<_ACEOF
17992 /* confdefs.h. */
17993 _ACEOF
17994 cat confdefs.h >>conftest.$ac_ext
17995 cat >>conftest.$ac_ext <<_ACEOF
17996 /* end confdefs.h. */
17997 $ac_includes_default
17998 int
17999 main ()
18000 {
18001 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
18002 test_array [0] = 0
18003
18004 ;
18005 return 0;
18006 }
18007 _ACEOF
18008 rm -f conftest.$ac_objext
18009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18010 (eval $ac_compile) 2>conftest.er1
18011 ac_status=$?
18012 grep -v '^ *+' conftest.er1 >conftest.err
18013 rm -f conftest.er1
18014 cat conftest.err >&5
18015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18016 (exit $ac_status); } &&
18017 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18019 (eval $ac_try) 2>&5
18020 ac_status=$?
18021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18022 (exit $ac_status); }; } &&
18023 { ac_try='test -s conftest.$ac_objext'
18024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18025 (eval $ac_try) 2>&5
18026 ac_status=$?
18027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028 (exit $ac_status); }; }; then
18029 ac_lo=0 ac_mid=0
18030 while :; do
18031 cat >conftest.$ac_ext <<_ACEOF
18032 /* confdefs.h. */
18033 _ACEOF
18034 cat confdefs.h >>conftest.$ac_ext
18035 cat >>conftest.$ac_ext <<_ACEOF
18036 /* end confdefs.h. */
18037 $ac_includes_default
18038 int
18039 main ()
18040 {
18041 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18042 test_array [0] = 0
18043
18044 ;
18045 return 0;
18046 }
18047 _ACEOF
18048 rm -f conftest.$ac_objext
18049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18050 (eval $ac_compile) 2>conftest.er1
18051 ac_status=$?
18052 grep -v '^ *+' conftest.er1 >conftest.err
18053 rm -f conftest.er1
18054 cat conftest.err >&5
18055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18056 (exit $ac_status); } &&
18057 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18059 (eval $ac_try) 2>&5
18060 ac_status=$?
18061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18062 (exit $ac_status); }; } &&
18063 { ac_try='test -s conftest.$ac_objext'
18064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18065 (eval $ac_try) 2>&5
18066 ac_status=$?
18067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18068 (exit $ac_status); }; }; then
18069 ac_hi=$ac_mid; break
18070 else
18071 echo "$as_me: failed program was:" >&5
18072 sed 's/^/| /' conftest.$ac_ext >&5
18073
18074 ac_lo=`expr $ac_mid + 1`
18075 if test $ac_lo -le $ac_mid; then
18076 ac_lo= ac_hi=
18077 break
18078 fi
18079 ac_mid=`expr 2 '*' $ac_mid + 1`
18080 fi
18081 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18082 done
18083 else
18084 echo "$as_me: failed program was:" >&5
18085 sed 's/^/| /' conftest.$ac_ext >&5
18086
18087 cat >conftest.$ac_ext <<_ACEOF
18088 /* confdefs.h. */
18089 _ACEOF
18090 cat confdefs.h >>conftest.$ac_ext
18091 cat >>conftest.$ac_ext <<_ACEOF
18092 /* end confdefs.h. */
18093 $ac_includes_default
18094 int
18095 main ()
18096 {
18097 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
18098 test_array [0] = 0
18099
18100 ;
18101 return 0;
18102 }
18103 _ACEOF
18104 rm -f conftest.$ac_objext
18105 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18106 (eval $ac_compile) 2>conftest.er1
18107 ac_status=$?
18108 grep -v '^ *+' conftest.er1 >conftest.err
18109 rm -f conftest.er1
18110 cat conftest.err >&5
18111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18112 (exit $ac_status); } &&
18113 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18115 (eval $ac_try) 2>&5
18116 ac_status=$?
18117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18118 (exit $ac_status); }; } &&
18119 { ac_try='test -s conftest.$ac_objext'
18120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18121 (eval $ac_try) 2>&5
18122 ac_status=$?
18123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18124 (exit $ac_status); }; }; then
18125 ac_hi=-1 ac_mid=-1
18126 while :; do
18127 cat >conftest.$ac_ext <<_ACEOF
18128 /* confdefs.h. */
18129 _ACEOF
18130 cat confdefs.h >>conftest.$ac_ext
18131 cat >>conftest.$ac_ext <<_ACEOF
18132 /* end confdefs.h. */
18133 $ac_includes_default
18134 int
18135 main ()
18136 {
18137 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
18138 test_array [0] = 0
18139
18140 ;
18141 return 0;
18142 }
18143 _ACEOF
18144 rm -f conftest.$ac_objext
18145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18146 (eval $ac_compile) 2>conftest.er1
18147 ac_status=$?
18148 grep -v '^ *+' conftest.er1 >conftest.err
18149 rm -f conftest.er1
18150 cat conftest.err >&5
18151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18152 (exit $ac_status); } &&
18153 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18155 (eval $ac_try) 2>&5
18156 ac_status=$?
18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18158 (exit $ac_status); }; } &&
18159 { ac_try='test -s conftest.$ac_objext'
18160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18161 (eval $ac_try) 2>&5
18162 ac_status=$?
18163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18164 (exit $ac_status); }; }; then
18165 ac_lo=$ac_mid; break
18166 else
18167 echo "$as_me: failed program was:" >&5
18168 sed 's/^/| /' conftest.$ac_ext >&5
18169
18170 ac_hi=`expr '(' $ac_mid ')' - 1`
18171 if test $ac_mid -le $ac_hi; then
18172 ac_lo= ac_hi=
18173 break
18174 fi
18175 ac_mid=`expr 2 '*' $ac_mid`
18176 fi
18177 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18178 done
18179 else
18180 echo "$as_me: failed program was:" >&5
18181 sed 's/^/| /' conftest.$ac_ext >&5
18182
18183 ac_lo= ac_hi=
18184 fi
18185 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18186 fi
18187 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18188 # Binary search between lo and hi bounds.
18189 while test "x$ac_lo" != "x$ac_hi"; do
18190 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18191 cat >conftest.$ac_ext <<_ACEOF
18192 /* confdefs.h. */
18193 _ACEOF
18194 cat confdefs.h >>conftest.$ac_ext
18195 cat >>conftest.$ac_ext <<_ACEOF
18196 /* end confdefs.h. */
18197 $ac_includes_default
18198 int
18199 main ()
18200 {
18201 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18202 test_array [0] = 0
18203
18204 ;
18205 return 0;
18206 }
18207 _ACEOF
18208 rm -f conftest.$ac_objext
18209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18210 (eval $ac_compile) 2>conftest.er1
18211 ac_status=$?
18212 grep -v '^ *+' conftest.er1 >conftest.err
18213 rm -f conftest.er1
18214 cat conftest.err >&5
18215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18216 (exit $ac_status); } &&
18217 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18219 (eval $ac_try) 2>&5
18220 ac_status=$?
18221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18222 (exit $ac_status); }; } &&
18223 { ac_try='test -s conftest.$ac_objext'
18224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18225 (eval $ac_try) 2>&5
18226 ac_status=$?
18227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18228 (exit $ac_status); }; }; then
18229 ac_hi=$ac_mid
18230 else
18231 echo "$as_me: failed program was:" >&5
18232 sed 's/^/| /' conftest.$ac_ext >&5
18233
18234 ac_lo=`expr '(' $ac_mid ')' + 1`
18235 fi
18236 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18237 done
18238 case $ac_lo in
18239 ?*) ac_cv_sizeof_int=$ac_lo;;
18240 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18241 See \`config.log' for more details." >&5
18242 echo "$as_me: error: cannot compute sizeof (int), 77
18243 See \`config.log' for more details." >&2;}
18244 { (exit 1); exit 1; }; } ;;
18245 esac
18246 else
18247 if test "$cross_compiling" = yes; then
18248 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18249 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18250 { (exit 1); exit 1; }; }
18251 else
18252 cat >conftest.$ac_ext <<_ACEOF
18253 /* confdefs.h. */
18254 _ACEOF
18255 cat confdefs.h >>conftest.$ac_ext
18256 cat >>conftest.$ac_ext <<_ACEOF
18257 /* end confdefs.h. */
18258 $ac_includes_default
18259 long longval () { return (long) (sizeof (int)); }
18260 unsigned long ulongval () { return (long) (sizeof (int)); }
18261 #include <stdio.h>
18262 #include <stdlib.h>
18263 int
18264 main ()
18265 {
18266
18267 FILE *f = fopen ("conftest.val", "w");
18268 if (! f)
18269 exit (1);
18270 if (((long) (sizeof (int))) < 0)
18271 {
18272 long i = longval ();
18273 if (i != ((long) (sizeof (int))))
18274 exit (1);
18275 fprintf (f, "%ld\n", i);
18276 }
18277 else
18278 {
18279 unsigned long i = ulongval ();
18280 if (i != ((long) (sizeof (int))))
18281 exit (1);
18282 fprintf (f, "%lu\n", i);
18283 }
18284 exit (ferror (f) || fclose (f) != 0);
18285
18286 ;
18287 return 0;
18288 }
18289 _ACEOF
18290 rm -f conftest$ac_exeext
18291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18292 (eval $ac_link) 2>&5
18293 ac_status=$?
18294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18295 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18297 (eval $ac_try) 2>&5
18298 ac_status=$?
18299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18300 (exit $ac_status); }; }; then
18301 ac_cv_sizeof_int=`cat conftest.val`
18302 else
18303 echo "$as_me: program exited with status $ac_status" >&5
18304 echo "$as_me: failed program was:" >&5
18305 sed 's/^/| /' conftest.$ac_ext >&5
18306
18307 ( exit $ac_status )
18308 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18309 See \`config.log' for more details." >&5
18310 echo "$as_me: error: cannot compute sizeof (int), 77
18311 See \`config.log' for more details." >&2;}
18312 { (exit 1); exit 1; }; }
18313 fi
18314 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18315 fi
18316 fi
18317 rm -f conftest.val
18318 else
18319 ac_cv_sizeof_int=0
18320 fi
18321 fi
18322 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
18323 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
18324 cat >>confdefs.h <<_ACEOF
18325 #define SIZEOF_INT $ac_cv_sizeof_int
18326 _ACEOF
18327
18328
18329 echo "$as_me:$LINENO: checking for long" >&5
18330 echo $ECHO_N "checking for long... $ECHO_C" >&6
18331 if test "${ac_cv_type_long+set}" = set; then
18332 echo $ECHO_N "(cached) $ECHO_C" >&6
18333 else
18334 cat >conftest.$ac_ext <<_ACEOF
18335 /* confdefs.h. */
18336 _ACEOF
18337 cat confdefs.h >>conftest.$ac_ext
18338 cat >>conftest.$ac_ext <<_ACEOF
18339 /* end confdefs.h. */
18340 $ac_includes_default
18341 int
18342 main ()
18343 {
18344 if ((long *) 0)
18345 return 0;
18346 if (sizeof (long))
18347 return 0;
18348 ;
18349 return 0;
18350 }
18351 _ACEOF
18352 rm -f conftest.$ac_objext
18353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18354 (eval $ac_compile) 2>conftest.er1
18355 ac_status=$?
18356 grep -v '^ *+' conftest.er1 >conftest.err
18357 rm -f conftest.er1
18358 cat conftest.err >&5
18359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18360 (exit $ac_status); } &&
18361 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18363 (eval $ac_try) 2>&5
18364 ac_status=$?
18365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18366 (exit $ac_status); }; } &&
18367 { ac_try='test -s conftest.$ac_objext'
18368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18369 (eval $ac_try) 2>&5
18370 ac_status=$?
18371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18372 (exit $ac_status); }; }; then
18373 ac_cv_type_long=yes
18374 else
18375 echo "$as_me: failed program was:" >&5
18376 sed 's/^/| /' conftest.$ac_ext >&5
18377
18378 ac_cv_type_long=no
18379 fi
18380 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18381 fi
18382 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
18383 echo "${ECHO_T}$ac_cv_type_long" >&6
18384
18385 echo "$as_me:$LINENO: checking size of long" >&5
18386 echo $ECHO_N "checking size of long... $ECHO_C" >&6
18387 if test "${ac_cv_sizeof_long+set}" = set; then
18388 echo $ECHO_N "(cached) $ECHO_C" >&6
18389 else
18390 if test "$ac_cv_type_long" = yes; then
18391 # The cast to unsigned long works around a bug in the HP C Compiler
18392 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18393 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18394 # This bug is HP SR number 8606223364.
18395 if test "$cross_compiling" = yes; then
18396 # Depending upon the size, compute the lo and hi bounds.
18397 cat >conftest.$ac_ext <<_ACEOF
18398 /* confdefs.h. */
18399 _ACEOF
18400 cat confdefs.h >>conftest.$ac_ext
18401 cat >>conftest.$ac_ext <<_ACEOF
18402 /* end confdefs.h. */
18403 $ac_includes_default
18404 int
18405 main ()
18406 {
18407 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
18408 test_array [0] = 0
18409
18410 ;
18411 return 0;
18412 }
18413 _ACEOF
18414 rm -f conftest.$ac_objext
18415 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18416 (eval $ac_compile) 2>conftest.er1
18417 ac_status=$?
18418 grep -v '^ *+' conftest.er1 >conftest.err
18419 rm -f conftest.er1
18420 cat conftest.err >&5
18421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422 (exit $ac_status); } &&
18423 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18425 (eval $ac_try) 2>&5
18426 ac_status=$?
18427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 (exit $ac_status); }; } &&
18429 { ac_try='test -s conftest.$ac_objext'
18430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18431 (eval $ac_try) 2>&5
18432 ac_status=$?
18433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18434 (exit $ac_status); }; }; then
18435 ac_lo=0 ac_mid=0
18436 while :; do
18437 cat >conftest.$ac_ext <<_ACEOF
18438 /* confdefs.h. */
18439 _ACEOF
18440 cat confdefs.h >>conftest.$ac_ext
18441 cat >>conftest.$ac_ext <<_ACEOF
18442 /* end confdefs.h. */
18443 $ac_includes_default
18444 int
18445 main ()
18446 {
18447 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18448 test_array [0] = 0
18449
18450 ;
18451 return 0;
18452 }
18453 _ACEOF
18454 rm -f conftest.$ac_objext
18455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18456 (eval $ac_compile) 2>conftest.er1
18457 ac_status=$?
18458 grep -v '^ *+' conftest.er1 >conftest.err
18459 rm -f conftest.er1
18460 cat conftest.err >&5
18461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18462 (exit $ac_status); } &&
18463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18465 (eval $ac_try) 2>&5
18466 ac_status=$?
18467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18468 (exit $ac_status); }; } &&
18469 { ac_try='test -s conftest.$ac_objext'
18470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18471 (eval $ac_try) 2>&5
18472 ac_status=$?
18473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474 (exit $ac_status); }; }; then
18475 ac_hi=$ac_mid; break
18476 else
18477 echo "$as_me: failed program was:" >&5
18478 sed 's/^/| /' conftest.$ac_ext >&5
18479
18480 ac_lo=`expr $ac_mid + 1`
18481 if test $ac_lo -le $ac_mid; then
18482 ac_lo= ac_hi=
18483 break
18484 fi
18485 ac_mid=`expr 2 '*' $ac_mid + 1`
18486 fi
18487 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18488 done
18489 else
18490 echo "$as_me: failed program was:" >&5
18491 sed 's/^/| /' conftest.$ac_ext >&5
18492
18493 cat >conftest.$ac_ext <<_ACEOF
18494 /* confdefs.h. */
18495 _ACEOF
18496 cat confdefs.h >>conftest.$ac_ext
18497 cat >>conftest.$ac_ext <<_ACEOF
18498 /* end confdefs.h. */
18499 $ac_includes_default
18500 int
18501 main ()
18502 {
18503 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
18504 test_array [0] = 0
18505
18506 ;
18507 return 0;
18508 }
18509 _ACEOF
18510 rm -f conftest.$ac_objext
18511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18512 (eval $ac_compile) 2>conftest.er1
18513 ac_status=$?
18514 grep -v '^ *+' conftest.er1 >conftest.err
18515 rm -f conftest.er1
18516 cat conftest.err >&5
18517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18518 (exit $ac_status); } &&
18519 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18521 (eval $ac_try) 2>&5
18522 ac_status=$?
18523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18524 (exit $ac_status); }; } &&
18525 { ac_try='test -s conftest.$ac_objext'
18526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18527 (eval $ac_try) 2>&5
18528 ac_status=$?
18529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18530 (exit $ac_status); }; }; then
18531 ac_hi=-1 ac_mid=-1
18532 while :; do
18533 cat >conftest.$ac_ext <<_ACEOF
18534 /* confdefs.h. */
18535 _ACEOF
18536 cat confdefs.h >>conftest.$ac_ext
18537 cat >>conftest.$ac_ext <<_ACEOF
18538 /* end confdefs.h. */
18539 $ac_includes_default
18540 int
18541 main ()
18542 {
18543 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
18544 test_array [0] = 0
18545
18546 ;
18547 return 0;
18548 }
18549 _ACEOF
18550 rm -f conftest.$ac_objext
18551 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18552 (eval $ac_compile) 2>conftest.er1
18553 ac_status=$?
18554 grep -v '^ *+' conftest.er1 >conftest.err
18555 rm -f conftest.er1
18556 cat conftest.err >&5
18557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18558 (exit $ac_status); } &&
18559 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18561 (eval $ac_try) 2>&5
18562 ac_status=$?
18563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18564 (exit $ac_status); }; } &&
18565 { ac_try='test -s conftest.$ac_objext'
18566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18567 (eval $ac_try) 2>&5
18568 ac_status=$?
18569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18570 (exit $ac_status); }; }; then
18571 ac_lo=$ac_mid; break
18572 else
18573 echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.$ac_ext >&5
18575
18576 ac_hi=`expr '(' $ac_mid ')' - 1`
18577 if test $ac_mid -le $ac_hi; then
18578 ac_lo= ac_hi=
18579 break
18580 fi
18581 ac_mid=`expr 2 '*' $ac_mid`
18582 fi
18583 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18584 done
18585 else
18586 echo "$as_me: failed program was:" >&5
18587 sed 's/^/| /' conftest.$ac_ext >&5
18588
18589 ac_lo= ac_hi=
18590 fi
18591 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18592 fi
18593 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18594 # Binary search between lo and hi bounds.
18595 while test "x$ac_lo" != "x$ac_hi"; do
18596 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18597 cat >conftest.$ac_ext <<_ACEOF
18598 /* confdefs.h. */
18599 _ACEOF
18600 cat confdefs.h >>conftest.$ac_ext
18601 cat >>conftest.$ac_ext <<_ACEOF
18602 /* end confdefs.h. */
18603 $ac_includes_default
18604 int
18605 main ()
18606 {
18607 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18608 test_array [0] = 0
18609
18610 ;
18611 return 0;
18612 }
18613 _ACEOF
18614 rm -f conftest.$ac_objext
18615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18616 (eval $ac_compile) 2>conftest.er1
18617 ac_status=$?
18618 grep -v '^ *+' conftest.er1 >conftest.err
18619 rm -f conftest.er1
18620 cat conftest.err >&5
18621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622 (exit $ac_status); } &&
18623 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18625 (eval $ac_try) 2>&5
18626 ac_status=$?
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); }; } &&
18629 { ac_try='test -s conftest.$ac_objext'
18630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18631 (eval $ac_try) 2>&5
18632 ac_status=$?
18633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18634 (exit $ac_status); }; }; then
18635 ac_hi=$ac_mid
18636 else
18637 echo "$as_me: failed program was:" >&5
18638 sed 's/^/| /' conftest.$ac_ext >&5
18639
18640 ac_lo=`expr '(' $ac_mid ')' + 1`
18641 fi
18642 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18643 done
18644 case $ac_lo in
18645 ?*) ac_cv_sizeof_long=$ac_lo;;
18646 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18647 See \`config.log' for more details." >&5
18648 echo "$as_me: error: cannot compute sizeof (long), 77
18649 See \`config.log' for more details." >&2;}
18650 { (exit 1); exit 1; }; } ;;
18651 esac
18652 else
18653 if test "$cross_compiling" = yes; then
18654 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18655 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18656 { (exit 1); exit 1; }; }
18657 else
18658 cat >conftest.$ac_ext <<_ACEOF
18659 /* confdefs.h. */
18660 _ACEOF
18661 cat confdefs.h >>conftest.$ac_ext
18662 cat >>conftest.$ac_ext <<_ACEOF
18663 /* end confdefs.h. */
18664 $ac_includes_default
18665 long longval () { return (long) (sizeof (long)); }
18666 unsigned long ulongval () { return (long) (sizeof (long)); }
18667 #include <stdio.h>
18668 #include <stdlib.h>
18669 int
18670 main ()
18671 {
18672
18673 FILE *f = fopen ("conftest.val", "w");
18674 if (! f)
18675 exit (1);
18676 if (((long) (sizeof (long))) < 0)
18677 {
18678 long i = longval ();
18679 if (i != ((long) (sizeof (long))))
18680 exit (1);
18681 fprintf (f, "%ld\n", i);
18682 }
18683 else
18684 {
18685 unsigned long i = ulongval ();
18686 if (i != ((long) (sizeof (long))))
18687 exit (1);
18688 fprintf (f, "%lu\n", i);
18689 }
18690 exit (ferror (f) || fclose (f) != 0);
18691
18692 ;
18693 return 0;
18694 }
18695 _ACEOF
18696 rm -f conftest$ac_exeext
18697 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18698 (eval $ac_link) 2>&5
18699 ac_status=$?
18700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18701 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18703 (eval $ac_try) 2>&5
18704 ac_status=$?
18705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18706 (exit $ac_status); }; }; then
18707 ac_cv_sizeof_long=`cat conftest.val`
18708 else
18709 echo "$as_me: program exited with status $ac_status" >&5
18710 echo "$as_me: failed program was:" >&5
18711 sed 's/^/| /' conftest.$ac_ext >&5
18712
18713 ( exit $ac_status )
18714 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18715 See \`config.log' for more details." >&5
18716 echo "$as_me: error: cannot compute sizeof (long), 77
18717 See \`config.log' for more details." >&2;}
18718 { (exit 1); exit 1; }; }
18719 fi
18720 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18721 fi
18722 fi
18723 rm -f conftest.val
18724 else
18725 ac_cv_sizeof_long=0
18726 fi
18727 fi
18728 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
18729 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
18730 cat >>confdefs.h <<_ACEOF
18731 #define SIZEOF_LONG $ac_cv_sizeof_long
18732 _ACEOF
18733
18734
18735 echo "$as_me:$LINENO: checking for size_t" >&5
18736 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
18737 if test "${ac_cv_type_size_t+set}" = set; then
18738 echo $ECHO_N "(cached) $ECHO_C" >&6
18739 else
18740 cat >conftest.$ac_ext <<_ACEOF
18741 /* confdefs.h. */
18742 _ACEOF
18743 cat confdefs.h >>conftest.$ac_ext
18744 cat >>conftest.$ac_ext <<_ACEOF
18745 /* end confdefs.h. */
18746 $ac_includes_default
18747 int
18748 main ()
18749 {
18750 if ((size_t *) 0)
18751 return 0;
18752 if (sizeof (size_t))
18753 return 0;
18754 ;
18755 return 0;
18756 }
18757 _ACEOF
18758 rm -f conftest.$ac_objext
18759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18760 (eval $ac_compile) 2>conftest.er1
18761 ac_status=$?
18762 grep -v '^ *+' conftest.er1 >conftest.err
18763 rm -f conftest.er1
18764 cat conftest.err >&5
18765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18766 (exit $ac_status); } &&
18767 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18769 (eval $ac_try) 2>&5
18770 ac_status=$?
18771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18772 (exit $ac_status); }; } &&
18773 { ac_try='test -s conftest.$ac_objext'
18774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18775 (eval $ac_try) 2>&5
18776 ac_status=$?
18777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778 (exit $ac_status); }; }; then
18779 ac_cv_type_size_t=yes
18780 else
18781 echo "$as_me: failed program was:" >&5
18782 sed 's/^/| /' conftest.$ac_ext >&5
18783
18784 ac_cv_type_size_t=no
18785 fi
18786 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18787 fi
18788 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18789 echo "${ECHO_T}$ac_cv_type_size_t" >&6
18790
18791 echo "$as_me:$LINENO: checking size of size_t" >&5
18792 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
18793 if test "${ac_cv_sizeof_size_t+set}" = set; then
18794 echo $ECHO_N "(cached) $ECHO_C" >&6
18795 else
18796 if test "$ac_cv_type_size_t" = yes; then
18797 # The cast to unsigned long works around a bug in the HP C Compiler
18798 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18799 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18800 # This bug is HP SR number 8606223364.
18801 if test "$cross_compiling" = yes; then
18802 # Depending upon the size, compute the lo and hi bounds.
18803 cat >conftest.$ac_ext <<_ACEOF
18804 /* confdefs.h. */
18805 _ACEOF
18806 cat confdefs.h >>conftest.$ac_ext
18807 cat >>conftest.$ac_ext <<_ACEOF
18808 /* end confdefs.h. */
18809 $ac_includes_default
18810 int
18811 main ()
18812 {
18813 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
18814 test_array [0] = 0
18815
18816 ;
18817 return 0;
18818 }
18819 _ACEOF
18820 rm -f conftest.$ac_objext
18821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18822 (eval $ac_compile) 2>conftest.er1
18823 ac_status=$?
18824 grep -v '^ *+' conftest.er1 >conftest.err
18825 rm -f conftest.er1
18826 cat conftest.err >&5
18827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18828 (exit $ac_status); } &&
18829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18831 (eval $ac_try) 2>&5
18832 ac_status=$?
18833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18834 (exit $ac_status); }; } &&
18835 { ac_try='test -s conftest.$ac_objext'
18836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18837 (eval $ac_try) 2>&5
18838 ac_status=$?
18839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); }; }; then
18841 ac_lo=0 ac_mid=0
18842 while :; do
18843 cat >conftest.$ac_ext <<_ACEOF
18844 /* confdefs.h. */
18845 _ACEOF
18846 cat confdefs.h >>conftest.$ac_ext
18847 cat >>conftest.$ac_ext <<_ACEOF
18848 /* end confdefs.h. */
18849 $ac_includes_default
18850 int
18851 main ()
18852 {
18853 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18854 test_array [0] = 0
18855
18856 ;
18857 return 0;
18858 }
18859 _ACEOF
18860 rm -f conftest.$ac_objext
18861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18862 (eval $ac_compile) 2>conftest.er1
18863 ac_status=$?
18864 grep -v '^ *+' conftest.er1 >conftest.err
18865 rm -f conftest.er1
18866 cat conftest.err >&5
18867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18868 (exit $ac_status); } &&
18869 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18871 (eval $ac_try) 2>&5
18872 ac_status=$?
18873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18874 (exit $ac_status); }; } &&
18875 { ac_try='test -s conftest.$ac_objext'
18876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18877 (eval $ac_try) 2>&5
18878 ac_status=$?
18879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18880 (exit $ac_status); }; }; then
18881 ac_hi=$ac_mid; break
18882 else
18883 echo "$as_me: failed program was:" >&5
18884 sed 's/^/| /' conftest.$ac_ext >&5
18885
18886 ac_lo=`expr $ac_mid + 1`
18887 if test $ac_lo -le $ac_mid; then
18888 ac_lo= ac_hi=
18889 break
18890 fi
18891 ac_mid=`expr 2 '*' $ac_mid + 1`
18892 fi
18893 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18894 done
18895 else
18896 echo "$as_me: failed program was:" >&5
18897 sed 's/^/| /' conftest.$ac_ext >&5
18898
18899 cat >conftest.$ac_ext <<_ACEOF
18900 /* confdefs.h. */
18901 _ACEOF
18902 cat confdefs.h >>conftest.$ac_ext
18903 cat >>conftest.$ac_ext <<_ACEOF
18904 /* end confdefs.h. */
18905 $ac_includes_default
18906 int
18907 main ()
18908 {
18909 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
18910 test_array [0] = 0
18911
18912 ;
18913 return 0;
18914 }
18915 _ACEOF
18916 rm -f conftest.$ac_objext
18917 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18918 (eval $ac_compile) 2>conftest.er1
18919 ac_status=$?
18920 grep -v '^ *+' conftest.er1 >conftest.err
18921 rm -f conftest.er1
18922 cat conftest.err >&5
18923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18924 (exit $ac_status); } &&
18925 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18927 (eval $ac_try) 2>&5
18928 ac_status=$?
18929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18930 (exit $ac_status); }; } &&
18931 { ac_try='test -s conftest.$ac_objext'
18932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18933 (eval $ac_try) 2>&5
18934 ac_status=$?
18935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18936 (exit $ac_status); }; }; then
18937 ac_hi=-1 ac_mid=-1
18938 while :; do
18939 cat >conftest.$ac_ext <<_ACEOF
18940 /* confdefs.h. */
18941 _ACEOF
18942 cat confdefs.h >>conftest.$ac_ext
18943 cat >>conftest.$ac_ext <<_ACEOF
18944 /* end confdefs.h. */
18945 $ac_includes_default
18946 int
18947 main ()
18948 {
18949 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
18950 test_array [0] = 0
18951
18952 ;
18953 return 0;
18954 }
18955 _ACEOF
18956 rm -f conftest.$ac_objext
18957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18958 (eval $ac_compile) 2>conftest.er1
18959 ac_status=$?
18960 grep -v '^ *+' conftest.er1 >conftest.err
18961 rm -f conftest.er1
18962 cat conftest.err >&5
18963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18964 (exit $ac_status); } &&
18965 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18967 (eval $ac_try) 2>&5
18968 ac_status=$?
18969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18970 (exit $ac_status); }; } &&
18971 { ac_try='test -s conftest.$ac_objext'
18972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18973 (eval $ac_try) 2>&5
18974 ac_status=$?
18975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18976 (exit $ac_status); }; }; then
18977 ac_lo=$ac_mid; break
18978 else
18979 echo "$as_me: failed program was:" >&5
18980 sed 's/^/| /' conftest.$ac_ext >&5
18981
18982 ac_hi=`expr '(' $ac_mid ')' - 1`
18983 if test $ac_mid -le $ac_hi; then
18984 ac_lo= ac_hi=
18985 break
18986 fi
18987 ac_mid=`expr 2 '*' $ac_mid`
18988 fi
18989 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18990 done
18991 else
18992 echo "$as_me: failed program was:" >&5
18993 sed 's/^/| /' conftest.$ac_ext >&5
18994
18995 ac_lo= ac_hi=
18996 fi
18997 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18998 fi
18999 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19000 # Binary search between lo and hi bounds.
19001 while test "x$ac_lo" != "x$ac_hi"; do
19002 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19003 cat >conftest.$ac_ext <<_ACEOF
19004 /* confdefs.h. */
19005 _ACEOF
19006 cat confdefs.h >>conftest.$ac_ext
19007 cat >>conftest.$ac_ext <<_ACEOF
19008 /* end confdefs.h. */
19009 $ac_includes_default
19010 int
19011 main ()
19012 {
19013 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
19014 test_array [0] = 0
19015
19016 ;
19017 return 0;
19018 }
19019 _ACEOF
19020 rm -f conftest.$ac_objext
19021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19022 (eval $ac_compile) 2>conftest.er1
19023 ac_status=$?
19024 grep -v '^ *+' conftest.er1 >conftest.err
19025 rm -f conftest.er1
19026 cat conftest.err >&5
19027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19028 (exit $ac_status); } &&
19029 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19031 (eval $ac_try) 2>&5
19032 ac_status=$?
19033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19034 (exit $ac_status); }; } &&
19035 { ac_try='test -s conftest.$ac_objext'
19036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19037 (eval $ac_try) 2>&5
19038 ac_status=$?
19039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19040 (exit $ac_status); }; }; then
19041 ac_hi=$ac_mid
19042 else
19043 echo "$as_me: failed program was:" >&5
19044 sed 's/^/| /' conftest.$ac_ext >&5
19045
19046 ac_lo=`expr '(' $ac_mid ')' + 1`
19047 fi
19048 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19049 done
19050 case $ac_lo in
19051 ?*) ac_cv_sizeof_size_t=$ac_lo;;
19052 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19053 See \`config.log' for more details." >&5
19054 echo "$as_me: error: cannot compute sizeof (size_t), 77
19055 See \`config.log' for more details." >&2;}
19056 { (exit 1); exit 1; }; } ;;
19057 esac
19058 else
19059 if test "$cross_compiling" = yes; then
19060 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19061 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19062 { (exit 1); exit 1; }; }
19063 else
19064 cat >conftest.$ac_ext <<_ACEOF
19065 /* confdefs.h. */
19066 _ACEOF
19067 cat confdefs.h >>conftest.$ac_ext
19068 cat >>conftest.$ac_ext <<_ACEOF
19069 /* end confdefs.h. */
19070 $ac_includes_default
19071 long longval () { return (long) (sizeof (size_t)); }
19072 unsigned long ulongval () { return (long) (sizeof (size_t)); }
19073 #include <stdio.h>
19074 #include <stdlib.h>
19075 int
19076 main ()
19077 {
19078
19079 FILE *f = fopen ("conftest.val", "w");
19080 if (! f)
19081 exit (1);
19082 if (((long) (sizeof (size_t))) < 0)
19083 {
19084 long i = longval ();
19085 if (i != ((long) (sizeof (size_t))))
19086 exit (1);
19087 fprintf (f, "%ld\n", i);
19088 }
19089 else
19090 {
19091 unsigned long i = ulongval ();
19092 if (i != ((long) (sizeof (size_t))))
19093 exit (1);
19094 fprintf (f, "%lu\n", i);
19095 }
19096 exit (ferror (f) || fclose (f) != 0);
19097
19098 ;
19099 return 0;
19100 }
19101 _ACEOF
19102 rm -f conftest$ac_exeext
19103 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19104 (eval $ac_link) 2>&5
19105 ac_status=$?
19106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19107 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19109 (eval $ac_try) 2>&5
19110 ac_status=$?
19111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19112 (exit $ac_status); }; }; then
19113 ac_cv_sizeof_size_t=`cat conftest.val`
19114 else
19115 echo "$as_me: program exited with status $ac_status" >&5
19116 echo "$as_me: failed program was:" >&5
19117 sed 's/^/| /' conftest.$ac_ext >&5
19118
19119 ( exit $ac_status )
19120 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19121 See \`config.log' for more details." >&5
19122 echo "$as_me: error: cannot compute sizeof (size_t), 77
19123 See \`config.log' for more details." >&2;}
19124 { (exit 1); exit 1; }; }
19125 fi
19126 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19127 fi
19128 fi
19129 rm -f conftest.val
19130 else
19131 ac_cv_sizeof_size_t=0
19132 fi
19133 fi
19134 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
19135 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
19136 cat >>confdefs.h <<_ACEOF
19137 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
19138 _ACEOF
19139
19140
19141
19142 case "${host}" in
19143 arm-*-linux* )
19144 echo "$as_me:$LINENO: checking for long long" >&5
19145 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19146 if test "${ac_cv_type_long_long+set}" = set; then
19147 echo $ECHO_N "(cached) $ECHO_C" >&6
19148 else
19149 cat >conftest.$ac_ext <<_ACEOF
19150 /* confdefs.h. */
19151 _ACEOF
19152 cat confdefs.h >>conftest.$ac_ext
19153 cat >>conftest.$ac_ext <<_ACEOF
19154 /* end confdefs.h. */
19155 $ac_includes_default
19156 int
19157 main ()
19158 {
19159 if ((long long *) 0)
19160 return 0;
19161 if (sizeof (long long))
19162 return 0;
19163 ;
19164 return 0;
19165 }
19166 _ACEOF
19167 rm -f conftest.$ac_objext
19168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19169 (eval $ac_compile) 2>conftest.er1
19170 ac_status=$?
19171 grep -v '^ *+' conftest.er1 >conftest.err
19172 rm -f conftest.er1
19173 cat conftest.err >&5
19174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19175 (exit $ac_status); } &&
19176 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19178 (eval $ac_try) 2>&5
19179 ac_status=$?
19180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19181 (exit $ac_status); }; } &&
19182 { ac_try='test -s conftest.$ac_objext'
19183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19184 (eval $ac_try) 2>&5
19185 ac_status=$?
19186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19187 (exit $ac_status); }; }; then
19188 ac_cv_type_long_long=yes
19189 else
19190 echo "$as_me: failed program was:" >&5
19191 sed 's/^/| /' conftest.$ac_ext >&5
19192
19193 ac_cv_type_long_long=no
19194 fi
19195 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19196 fi
19197 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19198 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19199
19200 echo "$as_me:$LINENO: checking size of long long" >&5
19201 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19202 if test "${ac_cv_sizeof_long_long+set}" = set; then
19203 echo $ECHO_N "(cached) $ECHO_C" >&6
19204 else
19205 if test "$ac_cv_type_long_long" = yes; then
19206 # The cast to unsigned long works around a bug in the HP C Compiler
19207 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19208 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19209 # This bug is HP SR number 8606223364.
19210 if test "$cross_compiling" = yes; then
19211 # Depending upon the size, compute the lo and hi bounds.
19212 cat >conftest.$ac_ext <<_ACEOF
19213 /* confdefs.h. */
19214 _ACEOF
19215 cat confdefs.h >>conftest.$ac_ext
19216 cat >>conftest.$ac_ext <<_ACEOF
19217 /* end confdefs.h. */
19218 $ac_includes_default
19219 int
19220 main ()
19221 {
19222 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19223 test_array [0] = 0
19224
19225 ;
19226 return 0;
19227 }
19228 _ACEOF
19229 rm -f conftest.$ac_objext
19230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19231 (eval $ac_compile) 2>conftest.er1
19232 ac_status=$?
19233 grep -v '^ *+' conftest.er1 >conftest.err
19234 rm -f conftest.er1
19235 cat conftest.err >&5
19236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19237 (exit $ac_status); } &&
19238 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19240 (eval $ac_try) 2>&5
19241 ac_status=$?
19242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19243 (exit $ac_status); }; } &&
19244 { ac_try='test -s conftest.$ac_objext'
19245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19246 (eval $ac_try) 2>&5
19247 ac_status=$?
19248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19249 (exit $ac_status); }; }; then
19250 ac_lo=0 ac_mid=0
19251 while :; do
19252 cat >conftest.$ac_ext <<_ACEOF
19253 /* confdefs.h. */
19254 _ACEOF
19255 cat confdefs.h >>conftest.$ac_ext
19256 cat >>conftest.$ac_ext <<_ACEOF
19257 /* end confdefs.h. */
19258 $ac_includes_default
19259 int
19260 main ()
19261 {
19262 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19263 test_array [0] = 0
19264
19265 ;
19266 return 0;
19267 }
19268 _ACEOF
19269 rm -f conftest.$ac_objext
19270 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19271 (eval $ac_compile) 2>conftest.er1
19272 ac_status=$?
19273 grep -v '^ *+' conftest.er1 >conftest.err
19274 rm -f conftest.er1
19275 cat conftest.err >&5
19276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19277 (exit $ac_status); } &&
19278 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19280 (eval $ac_try) 2>&5
19281 ac_status=$?
19282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19283 (exit $ac_status); }; } &&
19284 { ac_try='test -s conftest.$ac_objext'
19285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19286 (eval $ac_try) 2>&5
19287 ac_status=$?
19288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19289 (exit $ac_status); }; }; then
19290 ac_hi=$ac_mid; break
19291 else
19292 echo "$as_me: failed program was:" >&5
19293 sed 's/^/| /' conftest.$ac_ext >&5
19294
19295 ac_lo=`expr $ac_mid + 1`
19296 if test $ac_lo -le $ac_mid; then
19297 ac_lo= ac_hi=
19298 break
19299 fi
19300 ac_mid=`expr 2 '*' $ac_mid + 1`
19301 fi
19302 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19303 done
19304 else
19305 echo "$as_me: failed program was:" >&5
19306 sed 's/^/| /' conftest.$ac_ext >&5
19307
19308 cat >conftest.$ac_ext <<_ACEOF
19309 /* confdefs.h. */
19310 _ACEOF
19311 cat confdefs.h >>conftest.$ac_ext
19312 cat >>conftest.$ac_ext <<_ACEOF
19313 /* end confdefs.h. */
19314 $ac_includes_default
19315 int
19316 main ()
19317 {
19318 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19319 test_array [0] = 0
19320
19321 ;
19322 return 0;
19323 }
19324 _ACEOF
19325 rm -f conftest.$ac_objext
19326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19327 (eval $ac_compile) 2>conftest.er1
19328 ac_status=$?
19329 grep -v '^ *+' conftest.er1 >conftest.err
19330 rm -f conftest.er1
19331 cat conftest.err >&5
19332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333 (exit $ac_status); } &&
19334 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19336 (eval $ac_try) 2>&5
19337 ac_status=$?
19338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339 (exit $ac_status); }; } &&
19340 { ac_try='test -s conftest.$ac_objext'
19341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19342 (eval $ac_try) 2>&5
19343 ac_status=$?
19344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19345 (exit $ac_status); }; }; then
19346 ac_hi=-1 ac_mid=-1
19347 while :; do
19348 cat >conftest.$ac_ext <<_ACEOF
19349 /* confdefs.h. */
19350 _ACEOF
19351 cat confdefs.h >>conftest.$ac_ext
19352 cat >>conftest.$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19354 $ac_includes_default
19355 int
19356 main ()
19357 {
19358 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19359 test_array [0] = 0
19360
19361 ;
19362 return 0;
19363 }
19364 _ACEOF
19365 rm -f conftest.$ac_objext
19366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19367 (eval $ac_compile) 2>conftest.er1
19368 ac_status=$?
19369 grep -v '^ *+' conftest.er1 >conftest.err
19370 rm -f conftest.er1
19371 cat conftest.err >&5
19372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19373 (exit $ac_status); } &&
19374 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19376 (eval $ac_try) 2>&5
19377 ac_status=$?
19378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19379 (exit $ac_status); }; } &&
19380 { ac_try='test -s conftest.$ac_objext'
19381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19382 (eval $ac_try) 2>&5
19383 ac_status=$?
19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); }; }; then
19386 ac_lo=$ac_mid; break
19387 else
19388 echo "$as_me: failed program was:" >&5
19389 sed 's/^/| /' conftest.$ac_ext >&5
19390
19391 ac_hi=`expr '(' $ac_mid ')' - 1`
19392 if test $ac_mid -le $ac_hi; then
19393 ac_lo= ac_hi=
19394 break
19395 fi
19396 ac_mid=`expr 2 '*' $ac_mid`
19397 fi
19398 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19399 done
19400 else
19401 echo "$as_me: failed program was:" >&5
19402 sed 's/^/| /' conftest.$ac_ext >&5
19403
19404 ac_lo= ac_hi=
19405 fi
19406 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19407 fi
19408 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19409 # Binary search between lo and hi bounds.
19410 while test "x$ac_lo" != "x$ac_hi"; do
19411 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19412 cat >conftest.$ac_ext <<_ACEOF
19413 /* confdefs.h. */
19414 _ACEOF
19415 cat confdefs.h >>conftest.$ac_ext
19416 cat >>conftest.$ac_ext <<_ACEOF
19417 /* end confdefs.h. */
19418 $ac_includes_default
19419 int
19420 main ()
19421 {
19422 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19423 test_array [0] = 0
19424
19425 ;
19426 return 0;
19427 }
19428 _ACEOF
19429 rm -f conftest.$ac_objext
19430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19431 (eval $ac_compile) 2>conftest.er1
19432 ac_status=$?
19433 grep -v '^ *+' conftest.er1 >conftest.err
19434 rm -f conftest.er1
19435 cat conftest.err >&5
19436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19437 (exit $ac_status); } &&
19438 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19440 (eval $ac_try) 2>&5
19441 ac_status=$?
19442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19443 (exit $ac_status); }; } &&
19444 { ac_try='test -s conftest.$ac_objext'
19445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19446 (eval $ac_try) 2>&5
19447 ac_status=$?
19448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19449 (exit $ac_status); }; }; then
19450 ac_hi=$ac_mid
19451 else
19452 echo "$as_me: failed program was:" >&5
19453 sed 's/^/| /' conftest.$ac_ext >&5
19454
19455 ac_lo=`expr '(' $ac_mid ')' + 1`
19456 fi
19457 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19458 done
19459 case $ac_lo in
19460 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19461 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19462 See \`config.log' for more details." >&5
19463 echo "$as_me: error: cannot compute sizeof (long long), 77
19464 See \`config.log' for more details." >&2;}
19465 { (exit 1); exit 1; }; } ;;
19466 esac
19467 else
19468 if test "$cross_compiling" = yes; then
19469 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19470 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19471 { (exit 1); exit 1; }; }
19472 else
19473 cat >conftest.$ac_ext <<_ACEOF
19474 /* confdefs.h. */
19475 _ACEOF
19476 cat confdefs.h >>conftest.$ac_ext
19477 cat >>conftest.$ac_ext <<_ACEOF
19478 /* end confdefs.h. */
19479 $ac_includes_default
19480 long longval () { return (long) (sizeof (long long)); }
19481 unsigned long ulongval () { return (long) (sizeof (long long)); }
19482 #include <stdio.h>
19483 #include <stdlib.h>
19484 int
19485 main ()
19486 {
19487
19488 FILE *f = fopen ("conftest.val", "w");
19489 if (! f)
19490 exit (1);
19491 if (((long) (sizeof (long long))) < 0)
19492 {
19493 long i = longval ();
19494 if (i != ((long) (sizeof (long long))))
19495 exit (1);
19496 fprintf (f, "%ld\n", i);
19497 }
19498 else
19499 {
19500 unsigned long i = ulongval ();
19501 if (i != ((long) (sizeof (long long))))
19502 exit (1);
19503 fprintf (f, "%lu\n", i);
19504 }
19505 exit (ferror (f) || fclose (f) != 0);
19506
19507 ;
19508 return 0;
19509 }
19510 _ACEOF
19511 rm -f conftest$ac_exeext
19512 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19513 (eval $ac_link) 2>&5
19514 ac_status=$?
19515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19518 (eval $ac_try) 2>&5
19519 ac_status=$?
19520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19521 (exit $ac_status); }; }; then
19522 ac_cv_sizeof_long_long=`cat conftest.val`
19523 else
19524 echo "$as_me: program exited with status $ac_status" >&5
19525 echo "$as_me: failed program was:" >&5
19526 sed 's/^/| /' conftest.$ac_ext >&5
19527
19528 ( exit $ac_status )
19529 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19530 See \`config.log' for more details." >&5
19531 echo "$as_me: error: cannot compute sizeof (long long), 77
19532 See \`config.log' for more details." >&2;}
19533 { (exit 1); exit 1; }; }
19534 fi
19535 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19536 fi
19537 fi
19538 rm -f conftest.val
19539 else
19540 ac_cv_sizeof_long_long=0
19541 fi
19542 fi
19543 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19544 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19545 cat >>confdefs.h <<_ACEOF
19546 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19547 _ACEOF
19548
19549
19550 ;;
19551 *-hp-hpux* )
19552 echo "$as_me:$LINENO: checking for long long" >&5
19553 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19554 if test "${ac_cv_type_long_long+set}" = set; then
19555 echo $ECHO_N "(cached) $ECHO_C" >&6
19556 else
19557 cat >conftest.$ac_ext <<_ACEOF
19558 /* confdefs.h. */
19559 _ACEOF
19560 cat confdefs.h >>conftest.$ac_ext
19561 cat >>conftest.$ac_ext <<_ACEOF
19562 /* end confdefs.h. */
19563 $ac_includes_default
19564 int
19565 main ()
19566 {
19567 if ((long long *) 0)
19568 return 0;
19569 if (sizeof (long long))
19570 return 0;
19571 ;
19572 return 0;
19573 }
19574 _ACEOF
19575 rm -f conftest.$ac_objext
19576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19577 (eval $ac_compile) 2>conftest.er1
19578 ac_status=$?
19579 grep -v '^ *+' conftest.er1 >conftest.err
19580 rm -f conftest.er1
19581 cat conftest.err >&5
19582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19583 (exit $ac_status); } &&
19584 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19586 (eval $ac_try) 2>&5
19587 ac_status=$?
19588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19589 (exit $ac_status); }; } &&
19590 { ac_try='test -s conftest.$ac_objext'
19591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19592 (eval $ac_try) 2>&5
19593 ac_status=$?
19594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19595 (exit $ac_status); }; }; then
19596 ac_cv_type_long_long=yes
19597 else
19598 echo "$as_me: failed program was:" >&5
19599 sed 's/^/| /' conftest.$ac_ext >&5
19600
19601 ac_cv_type_long_long=no
19602 fi
19603 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19604 fi
19605 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19606 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19607
19608 echo "$as_me:$LINENO: checking size of long long" >&5
19609 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19610 if test "${ac_cv_sizeof_long_long+set}" = set; then
19611 echo $ECHO_N "(cached) $ECHO_C" >&6
19612 else
19613 if test "$ac_cv_type_long_long" = yes; then
19614 # The cast to unsigned long works around a bug in the HP C Compiler
19615 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19616 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19617 # This bug is HP SR number 8606223364.
19618 if test "$cross_compiling" = yes; then
19619 # Depending upon the size, compute the lo and hi bounds.
19620 cat >conftest.$ac_ext <<_ACEOF
19621 /* confdefs.h. */
19622 _ACEOF
19623 cat confdefs.h >>conftest.$ac_ext
19624 cat >>conftest.$ac_ext <<_ACEOF
19625 /* end confdefs.h. */
19626 $ac_includes_default
19627 int
19628 main ()
19629 {
19630 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19631 test_array [0] = 0
19632
19633 ;
19634 return 0;
19635 }
19636 _ACEOF
19637 rm -f conftest.$ac_objext
19638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19639 (eval $ac_compile) 2>conftest.er1
19640 ac_status=$?
19641 grep -v '^ *+' conftest.er1 >conftest.err
19642 rm -f conftest.er1
19643 cat conftest.err >&5
19644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19645 (exit $ac_status); } &&
19646 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19648 (eval $ac_try) 2>&5
19649 ac_status=$?
19650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19651 (exit $ac_status); }; } &&
19652 { ac_try='test -s conftest.$ac_objext'
19653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19654 (eval $ac_try) 2>&5
19655 ac_status=$?
19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); }; }; then
19658 ac_lo=0 ac_mid=0
19659 while :; do
19660 cat >conftest.$ac_ext <<_ACEOF
19661 /* confdefs.h. */
19662 _ACEOF
19663 cat confdefs.h >>conftest.$ac_ext
19664 cat >>conftest.$ac_ext <<_ACEOF
19665 /* end confdefs.h. */
19666 $ac_includes_default
19667 int
19668 main ()
19669 {
19670 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19671 test_array [0] = 0
19672
19673 ;
19674 return 0;
19675 }
19676 _ACEOF
19677 rm -f conftest.$ac_objext
19678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19679 (eval $ac_compile) 2>conftest.er1
19680 ac_status=$?
19681 grep -v '^ *+' conftest.er1 >conftest.err
19682 rm -f conftest.er1
19683 cat conftest.err >&5
19684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19685 (exit $ac_status); } &&
19686 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19688 (eval $ac_try) 2>&5
19689 ac_status=$?
19690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19691 (exit $ac_status); }; } &&
19692 { ac_try='test -s conftest.$ac_objext'
19693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19694 (eval $ac_try) 2>&5
19695 ac_status=$?
19696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697 (exit $ac_status); }; }; then
19698 ac_hi=$ac_mid; break
19699 else
19700 echo "$as_me: failed program was:" >&5
19701 sed 's/^/| /' conftest.$ac_ext >&5
19702
19703 ac_lo=`expr $ac_mid + 1`
19704 if test $ac_lo -le $ac_mid; then
19705 ac_lo= ac_hi=
19706 break
19707 fi
19708 ac_mid=`expr 2 '*' $ac_mid + 1`
19709 fi
19710 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19711 done
19712 else
19713 echo "$as_me: failed program was:" >&5
19714 sed 's/^/| /' conftest.$ac_ext >&5
19715
19716 cat >conftest.$ac_ext <<_ACEOF
19717 /* confdefs.h. */
19718 _ACEOF
19719 cat confdefs.h >>conftest.$ac_ext
19720 cat >>conftest.$ac_ext <<_ACEOF
19721 /* end confdefs.h. */
19722 $ac_includes_default
19723 int
19724 main ()
19725 {
19726 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19727 test_array [0] = 0
19728
19729 ;
19730 return 0;
19731 }
19732 _ACEOF
19733 rm -f conftest.$ac_objext
19734 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19735 (eval $ac_compile) 2>conftest.er1
19736 ac_status=$?
19737 grep -v '^ *+' conftest.er1 >conftest.err
19738 rm -f conftest.er1
19739 cat conftest.err >&5
19740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19741 (exit $ac_status); } &&
19742 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19744 (eval $ac_try) 2>&5
19745 ac_status=$?
19746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19747 (exit $ac_status); }; } &&
19748 { ac_try='test -s conftest.$ac_objext'
19749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19750 (eval $ac_try) 2>&5
19751 ac_status=$?
19752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19753 (exit $ac_status); }; }; then
19754 ac_hi=-1 ac_mid=-1
19755 while :; do
19756 cat >conftest.$ac_ext <<_ACEOF
19757 /* confdefs.h. */
19758 _ACEOF
19759 cat confdefs.h >>conftest.$ac_ext
19760 cat >>conftest.$ac_ext <<_ACEOF
19761 /* end confdefs.h. */
19762 $ac_includes_default
19763 int
19764 main ()
19765 {
19766 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19767 test_array [0] = 0
19768
19769 ;
19770 return 0;
19771 }
19772 _ACEOF
19773 rm -f conftest.$ac_objext
19774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19775 (eval $ac_compile) 2>conftest.er1
19776 ac_status=$?
19777 grep -v '^ *+' conftest.er1 >conftest.err
19778 rm -f conftest.er1
19779 cat conftest.err >&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } &&
19782 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19784 (eval $ac_try) 2>&5
19785 ac_status=$?
19786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19787 (exit $ac_status); }; } &&
19788 { ac_try='test -s conftest.$ac_objext'
19789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19790 (eval $ac_try) 2>&5
19791 ac_status=$?
19792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19793 (exit $ac_status); }; }; then
19794 ac_lo=$ac_mid; break
19795 else
19796 echo "$as_me: failed program was:" >&5
19797 sed 's/^/| /' conftest.$ac_ext >&5
19798
19799 ac_hi=`expr '(' $ac_mid ')' - 1`
19800 if test $ac_mid -le $ac_hi; then
19801 ac_lo= ac_hi=
19802 break
19803 fi
19804 ac_mid=`expr 2 '*' $ac_mid`
19805 fi
19806 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19807 done
19808 else
19809 echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.$ac_ext >&5
19811
19812 ac_lo= ac_hi=
19813 fi
19814 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19815 fi
19816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19817 # Binary search between lo and hi bounds.
19818 while test "x$ac_lo" != "x$ac_hi"; do
19819 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19820 cat >conftest.$ac_ext <<_ACEOF
19821 /* confdefs.h. */
19822 _ACEOF
19823 cat confdefs.h >>conftest.$ac_ext
19824 cat >>conftest.$ac_ext <<_ACEOF
19825 /* end confdefs.h. */
19826 $ac_includes_default
19827 int
19828 main ()
19829 {
19830 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19831 test_array [0] = 0
19832
19833 ;
19834 return 0;
19835 }
19836 _ACEOF
19837 rm -f conftest.$ac_objext
19838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19839 (eval $ac_compile) 2>conftest.er1
19840 ac_status=$?
19841 grep -v '^ *+' conftest.er1 >conftest.err
19842 rm -f conftest.er1
19843 cat conftest.err >&5
19844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19845 (exit $ac_status); } &&
19846 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19848 (eval $ac_try) 2>&5
19849 ac_status=$?
19850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19851 (exit $ac_status); }; } &&
19852 { ac_try='test -s conftest.$ac_objext'
19853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19854 (eval $ac_try) 2>&5
19855 ac_status=$?
19856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19857 (exit $ac_status); }; }; then
19858 ac_hi=$ac_mid
19859 else
19860 echo "$as_me: failed program was:" >&5
19861 sed 's/^/| /' conftest.$ac_ext >&5
19862
19863 ac_lo=`expr '(' $ac_mid ')' + 1`
19864 fi
19865 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19866 done
19867 case $ac_lo in
19868 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19869 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19870 See \`config.log' for more details." >&5
19871 echo "$as_me: error: cannot compute sizeof (long long), 77
19872 See \`config.log' for more details." >&2;}
19873 { (exit 1); exit 1; }; } ;;
19874 esac
19875 else
19876 if test "$cross_compiling" = yes; then
19877 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19878 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19879 { (exit 1); exit 1; }; }
19880 else
19881 cat >conftest.$ac_ext <<_ACEOF
19882 /* confdefs.h. */
19883 _ACEOF
19884 cat confdefs.h >>conftest.$ac_ext
19885 cat >>conftest.$ac_ext <<_ACEOF
19886 /* end confdefs.h. */
19887 $ac_includes_default
19888 long longval () { return (long) (sizeof (long long)); }
19889 unsigned long ulongval () { return (long) (sizeof (long long)); }
19890 #include <stdio.h>
19891 #include <stdlib.h>
19892 int
19893 main ()
19894 {
19895
19896 FILE *f = fopen ("conftest.val", "w");
19897 if (! f)
19898 exit (1);
19899 if (((long) (sizeof (long long))) < 0)
19900 {
19901 long i = longval ();
19902 if (i != ((long) (sizeof (long long))))
19903 exit (1);
19904 fprintf (f, "%ld\n", i);
19905 }
19906 else
19907 {
19908 unsigned long i = ulongval ();
19909 if (i != ((long) (sizeof (long long))))
19910 exit (1);
19911 fprintf (f, "%lu\n", i);
19912 }
19913 exit (ferror (f) || fclose (f) != 0);
19914
19915 ;
19916 return 0;
19917 }
19918 _ACEOF
19919 rm -f conftest$ac_exeext
19920 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19921 (eval $ac_link) 2>&5
19922 ac_status=$?
19923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19924 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19926 (eval $ac_try) 2>&5
19927 ac_status=$?
19928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19929 (exit $ac_status); }; }; then
19930 ac_cv_sizeof_long_long=`cat conftest.val`
19931 else
19932 echo "$as_me: program exited with status $ac_status" >&5
19933 echo "$as_me: failed program was:" >&5
19934 sed 's/^/| /' conftest.$ac_ext >&5
19935
19936 ( exit $ac_status )
19937 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19938 See \`config.log' for more details." >&5
19939 echo "$as_me: error: cannot compute sizeof (long long), 77
19940 See \`config.log' for more details." >&2;}
19941 { (exit 1); exit 1; }; }
19942 fi
19943 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19944 fi
19945 fi
19946 rm -f conftest.val
19947 else
19948 ac_cv_sizeof_long_long=0
19949 fi
19950 fi
19951 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19952 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19953 cat >>confdefs.h <<_ACEOF
19954 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19955 _ACEOF
19956
19957
19958 if test "$ac_cv_sizeof_long_long" != "0"; then
19959 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
19960 fi
19961 ;;
19962 * )
19963 echo "$as_me:$LINENO: checking for long long" >&5
19964 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19965 if test "${ac_cv_type_long_long+set}" = set; then
19966 echo $ECHO_N "(cached) $ECHO_C" >&6
19967 else
19968 cat >conftest.$ac_ext <<_ACEOF
19969 /* confdefs.h. */
19970 _ACEOF
19971 cat confdefs.h >>conftest.$ac_ext
19972 cat >>conftest.$ac_ext <<_ACEOF
19973 /* end confdefs.h. */
19974 $ac_includes_default
19975 int
19976 main ()
19977 {
19978 if ((long long *) 0)
19979 return 0;
19980 if (sizeof (long long))
19981 return 0;
19982 ;
19983 return 0;
19984 }
19985 _ACEOF
19986 rm -f conftest.$ac_objext
19987 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19988 (eval $ac_compile) 2>conftest.er1
19989 ac_status=$?
19990 grep -v '^ *+' conftest.er1 >conftest.err
19991 rm -f conftest.er1
19992 cat conftest.err >&5
19993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19994 (exit $ac_status); } &&
19995 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19997 (eval $ac_try) 2>&5
19998 ac_status=$?
19999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20000 (exit $ac_status); }; } &&
20001 { ac_try='test -s conftest.$ac_objext'
20002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20003 (eval $ac_try) 2>&5
20004 ac_status=$?
20005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20006 (exit $ac_status); }; }; then
20007 ac_cv_type_long_long=yes
20008 else
20009 echo "$as_me: failed program was:" >&5
20010 sed 's/^/| /' conftest.$ac_ext >&5
20011
20012 ac_cv_type_long_long=no
20013 fi
20014 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20015 fi
20016 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20017 echo "${ECHO_T}$ac_cv_type_long_long" >&6
20018
20019 echo "$as_me:$LINENO: checking size of long long" >&5
20020 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20021 if test "${ac_cv_sizeof_long_long+set}" = set; then
20022 echo $ECHO_N "(cached) $ECHO_C" >&6
20023 else
20024 if test "$ac_cv_type_long_long" = yes; then
20025 # The cast to unsigned long works around a bug in the HP C Compiler
20026 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20027 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20028 # This bug is HP SR number 8606223364.
20029 if test "$cross_compiling" = yes; then
20030 # Depending upon the size, compute the lo and hi bounds.
20031 cat >conftest.$ac_ext <<_ACEOF
20032 /* confdefs.h. */
20033 _ACEOF
20034 cat confdefs.h >>conftest.$ac_ext
20035 cat >>conftest.$ac_ext <<_ACEOF
20036 /* end confdefs.h. */
20037 $ac_includes_default
20038 int
20039 main ()
20040 {
20041 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20042 test_array [0] = 0
20043
20044 ;
20045 return 0;
20046 }
20047 _ACEOF
20048 rm -f conftest.$ac_objext
20049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20050 (eval $ac_compile) 2>conftest.er1
20051 ac_status=$?
20052 grep -v '^ *+' conftest.er1 >conftest.err
20053 rm -f conftest.er1
20054 cat conftest.err >&5
20055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20056 (exit $ac_status); } &&
20057 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20059 (eval $ac_try) 2>&5
20060 ac_status=$?
20061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20062 (exit $ac_status); }; } &&
20063 { ac_try='test -s conftest.$ac_objext'
20064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20065 (eval $ac_try) 2>&5
20066 ac_status=$?
20067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20068 (exit $ac_status); }; }; then
20069 ac_lo=0 ac_mid=0
20070 while :; do
20071 cat >conftest.$ac_ext <<_ACEOF
20072 /* confdefs.h. */
20073 _ACEOF
20074 cat confdefs.h >>conftest.$ac_ext
20075 cat >>conftest.$ac_ext <<_ACEOF
20076 /* end confdefs.h. */
20077 $ac_includes_default
20078 int
20079 main ()
20080 {
20081 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20082 test_array [0] = 0
20083
20084 ;
20085 return 0;
20086 }
20087 _ACEOF
20088 rm -f conftest.$ac_objext
20089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20090 (eval $ac_compile) 2>conftest.er1
20091 ac_status=$?
20092 grep -v '^ *+' conftest.er1 >conftest.err
20093 rm -f conftest.er1
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } &&
20097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20099 (eval $ac_try) 2>&5
20100 ac_status=$?
20101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20102 (exit $ac_status); }; } &&
20103 { ac_try='test -s conftest.$ac_objext'
20104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20105 (eval $ac_try) 2>&5
20106 ac_status=$?
20107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20108 (exit $ac_status); }; }; then
20109 ac_hi=$ac_mid; break
20110 else
20111 echo "$as_me: failed program was:" >&5
20112 sed 's/^/| /' conftest.$ac_ext >&5
20113
20114 ac_lo=`expr $ac_mid + 1`
20115 if test $ac_lo -le $ac_mid; then
20116 ac_lo= ac_hi=
20117 break
20118 fi
20119 ac_mid=`expr 2 '*' $ac_mid + 1`
20120 fi
20121 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20122 done
20123 else
20124 echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20126
20127 cat >conftest.$ac_ext <<_ACEOF
20128 /* confdefs.h. */
20129 _ACEOF
20130 cat confdefs.h >>conftest.$ac_ext
20131 cat >>conftest.$ac_ext <<_ACEOF
20132 /* end confdefs.h. */
20133 $ac_includes_default
20134 int
20135 main ()
20136 {
20137 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20138 test_array [0] = 0
20139
20140 ;
20141 return 0;
20142 }
20143 _ACEOF
20144 rm -f conftest.$ac_objext
20145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20146 (eval $ac_compile) 2>conftest.er1
20147 ac_status=$?
20148 grep -v '^ *+' conftest.er1 >conftest.err
20149 rm -f conftest.er1
20150 cat conftest.err >&5
20151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20152 (exit $ac_status); } &&
20153 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20155 (eval $ac_try) 2>&5
20156 ac_status=$?
20157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20158 (exit $ac_status); }; } &&
20159 { ac_try='test -s conftest.$ac_objext'
20160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20161 (eval $ac_try) 2>&5
20162 ac_status=$?
20163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20164 (exit $ac_status); }; }; then
20165 ac_hi=-1 ac_mid=-1
20166 while :; do
20167 cat >conftest.$ac_ext <<_ACEOF
20168 /* confdefs.h. */
20169 _ACEOF
20170 cat confdefs.h >>conftest.$ac_ext
20171 cat >>conftest.$ac_ext <<_ACEOF
20172 /* end confdefs.h. */
20173 $ac_includes_default
20174 int
20175 main ()
20176 {
20177 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20178 test_array [0] = 0
20179
20180 ;
20181 return 0;
20182 }
20183 _ACEOF
20184 rm -f conftest.$ac_objext
20185 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20186 (eval $ac_compile) 2>conftest.er1
20187 ac_status=$?
20188 grep -v '^ *+' conftest.er1 >conftest.err
20189 rm -f conftest.er1
20190 cat conftest.err >&5
20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192 (exit $ac_status); } &&
20193 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20195 (eval $ac_try) 2>&5
20196 ac_status=$?
20197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20198 (exit $ac_status); }; } &&
20199 { ac_try='test -s conftest.$ac_objext'
20200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20201 (eval $ac_try) 2>&5
20202 ac_status=$?
20203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20204 (exit $ac_status); }; }; then
20205 ac_lo=$ac_mid; break
20206 else
20207 echo "$as_me: failed program was:" >&5
20208 sed 's/^/| /' conftest.$ac_ext >&5
20209
20210 ac_hi=`expr '(' $ac_mid ')' - 1`
20211 if test $ac_mid -le $ac_hi; then
20212 ac_lo= ac_hi=
20213 break
20214 fi
20215 ac_mid=`expr 2 '*' $ac_mid`
20216 fi
20217 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20218 done
20219 else
20220 echo "$as_me: failed program was:" >&5
20221 sed 's/^/| /' conftest.$ac_ext >&5
20222
20223 ac_lo= ac_hi=
20224 fi
20225 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20226 fi
20227 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20228 # Binary search between lo and hi bounds.
20229 while test "x$ac_lo" != "x$ac_hi"; do
20230 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20231 cat >conftest.$ac_ext <<_ACEOF
20232 /* confdefs.h. */
20233 _ACEOF
20234 cat confdefs.h >>conftest.$ac_ext
20235 cat >>conftest.$ac_ext <<_ACEOF
20236 /* end confdefs.h. */
20237 $ac_includes_default
20238 int
20239 main ()
20240 {
20241 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20242 test_array [0] = 0
20243
20244 ;
20245 return 0;
20246 }
20247 _ACEOF
20248 rm -f conftest.$ac_objext
20249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20250 (eval $ac_compile) 2>conftest.er1
20251 ac_status=$?
20252 grep -v '^ *+' conftest.er1 >conftest.err
20253 rm -f conftest.er1
20254 cat conftest.err >&5
20255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20256 (exit $ac_status); } &&
20257 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20259 (eval $ac_try) 2>&5
20260 ac_status=$?
20261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20262 (exit $ac_status); }; } &&
20263 { ac_try='test -s conftest.$ac_objext'
20264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20265 (eval $ac_try) 2>&5
20266 ac_status=$?
20267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20268 (exit $ac_status); }; }; then
20269 ac_hi=$ac_mid
20270 else
20271 echo "$as_me: failed program was:" >&5
20272 sed 's/^/| /' conftest.$ac_ext >&5
20273
20274 ac_lo=`expr '(' $ac_mid ')' + 1`
20275 fi
20276 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20277 done
20278 case $ac_lo in
20279 ?*) ac_cv_sizeof_long_long=$ac_lo;;
20280 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20281 See \`config.log' for more details." >&5
20282 echo "$as_me: error: cannot compute sizeof (long long), 77
20283 See \`config.log' for more details." >&2;}
20284 { (exit 1); exit 1; }; } ;;
20285 esac
20286 else
20287 if test "$cross_compiling" = yes; then
20288 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20289 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20290 { (exit 1); exit 1; }; }
20291 else
20292 cat >conftest.$ac_ext <<_ACEOF
20293 /* confdefs.h. */
20294 _ACEOF
20295 cat confdefs.h >>conftest.$ac_ext
20296 cat >>conftest.$ac_ext <<_ACEOF
20297 /* end confdefs.h. */
20298 $ac_includes_default
20299 long longval () { return (long) (sizeof (long long)); }
20300 unsigned long ulongval () { return (long) (sizeof (long long)); }
20301 #include <stdio.h>
20302 #include <stdlib.h>
20303 int
20304 main ()
20305 {
20306
20307 FILE *f = fopen ("conftest.val", "w");
20308 if (! f)
20309 exit (1);
20310 if (((long) (sizeof (long long))) < 0)
20311 {
20312 long i = longval ();
20313 if (i != ((long) (sizeof (long long))))
20314 exit (1);
20315 fprintf (f, "%ld\n", i);
20316 }
20317 else
20318 {
20319 unsigned long i = ulongval ();
20320 if (i != ((long) (sizeof (long long))))
20321 exit (1);
20322 fprintf (f, "%lu\n", i);
20323 }
20324 exit (ferror (f) || fclose (f) != 0);
20325
20326 ;
20327 return 0;
20328 }
20329 _ACEOF
20330 rm -f conftest$ac_exeext
20331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20332 (eval $ac_link) 2>&5
20333 ac_status=$?
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20337 (eval $ac_try) 2>&5
20338 ac_status=$?
20339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20340 (exit $ac_status); }; }; then
20341 ac_cv_sizeof_long_long=`cat conftest.val`
20342 else
20343 echo "$as_me: program exited with status $ac_status" >&5
20344 echo "$as_me: failed program was:" >&5
20345 sed 's/^/| /' conftest.$ac_ext >&5
20346
20347 ( exit $ac_status )
20348 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20349 See \`config.log' for more details." >&5
20350 echo "$as_me: error: cannot compute sizeof (long long), 77
20351 See \`config.log' for more details." >&2;}
20352 { (exit 1); exit 1; }; }
20353 fi
20354 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20355 fi
20356 fi
20357 rm -f conftest.val
20358 else
20359 ac_cv_sizeof_long_long=0
20360 fi
20361 fi
20362 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20363 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20364 cat >>confdefs.h <<_ACEOF
20365 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20366 _ACEOF
20367
20368
20369 esac
20370
20371 echo "$as_me:$LINENO: checking for wchar_t" >&5
20372 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
20373 if test "${ac_cv_type_wchar_t+set}" = set; then
20374 echo $ECHO_N "(cached) $ECHO_C" >&6
20375 else
20376 cat >conftest.$ac_ext <<_ACEOF
20377 /* confdefs.h. */
20378 _ACEOF
20379 cat confdefs.h >>conftest.$ac_ext
20380 cat >>conftest.$ac_ext <<_ACEOF
20381 /* end confdefs.h. */
20382
20383 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20384 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20385 # error "fake wchar_t"
20386 #endif
20387 #ifdef HAVE_WCHAR_H
20388 # ifdef __CYGWIN__
20389 # include <stddef.h>
20390 # endif
20391 # include <wchar.h>
20392 #endif
20393 #ifdef HAVE_STDLIB_H
20394 # include <stdlib.h>
20395 #endif
20396 #include <stdio.h>
20397
20398
20399
20400 int
20401 main ()
20402 {
20403 if ((wchar_t *) 0)
20404 return 0;
20405 if (sizeof (wchar_t))
20406 return 0;
20407 ;
20408 return 0;
20409 }
20410 _ACEOF
20411 rm -f conftest.$ac_objext
20412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20413 (eval $ac_compile) 2>conftest.er1
20414 ac_status=$?
20415 grep -v '^ *+' conftest.er1 >conftest.err
20416 rm -f conftest.er1
20417 cat conftest.err >&5
20418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419 (exit $ac_status); } &&
20420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20422 (eval $ac_try) 2>&5
20423 ac_status=$?
20424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20425 (exit $ac_status); }; } &&
20426 { ac_try='test -s conftest.$ac_objext'
20427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20428 (eval $ac_try) 2>&5
20429 ac_status=$?
20430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20431 (exit $ac_status); }; }; then
20432 ac_cv_type_wchar_t=yes
20433 else
20434 echo "$as_me: failed program was:" >&5
20435 sed 's/^/| /' conftest.$ac_ext >&5
20436
20437 ac_cv_type_wchar_t=no
20438 fi
20439 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20440 fi
20441 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
20442 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
20443
20444 echo "$as_me:$LINENO: checking size of wchar_t" >&5
20445 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
20446 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
20447 echo $ECHO_N "(cached) $ECHO_C" >&6
20448 else
20449 if test "$ac_cv_type_wchar_t" = yes; then
20450 # The cast to unsigned long works around a bug in the HP C Compiler
20451 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20452 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20453 # This bug is HP SR number 8606223364.
20454 if test "$cross_compiling" = yes; then
20455 # Depending upon the size, compute the lo and hi bounds.
20456 cat >conftest.$ac_ext <<_ACEOF
20457 /* confdefs.h. */
20458 _ACEOF
20459 cat confdefs.h >>conftest.$ac_ext
20460 cat >>conftest.$ac_ext <<_ACEOF
20461 /* end confdefs.h. */
20462
20463 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20464 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20465 # error "fake wchar_t"
20466 #endif
20467 #ifdef HAVE_WCHAR_H
20468 # ifdef __CYGWIN__
20469 # include <stddef.h>
20470 # endif
20471 # include <wchar.h>
20472 #endif
20473 #ifdef HAVE_STDLIB_H
20474 # include <stdlib.h>
20475 #endif
20476 #include <stdio.h>
20477
20478
20479
20480 int
20481 main ()
20482 {
20483 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
20484 test_array [0] = 0
20485
20486 ;
20487 return 0;
20488 }
20489 _ACEOF
20490 rm -f conftest.$ac_objext
20491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20492 (eval $ac_compile) 2>conftest.er1
20493 ac_status=$?
20494 grep -v '^ *+' conftest.er1 >conftest.err
20495 rm -f conftest.er1
20496 cat conftest.err >&5
20497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20498 (exit $ac_status); } &&
20499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20501 (eval $ac_try) 2>&5
20502 ac_status=$?
20503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20504 (exit $ac_status); }; } &&
20505 { ac_try='test -s conftest.$ac_objext'
20506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20507 (eval $ac_try) 2>&5
20508 ac_status=$?
20509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510 (exit $ac_status); }; }; then
20511 ac_lo=0 ac_mid=0
20512 while :; do
20513 cat >conftest.$ac_ext <<_ACEOF
20514 /* confdefs.h. */
20515 _ACEOF
20516 cat confdefs.h >>conftest.$ac_ext
20517 cat >>conftest.$ac_ext <<_ACEOF
20518 /* end confdefs.h. */
20519
20520 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20521 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20522 # error "fake wchar_t"
20523 #endif
20524 #ifdef HAVE_WCHAR_H
20525 # ifdef __CYGWIN__
20526 # include <stddef.h>
20527 # endif
20528 # include <wchar.h>
20529 #endif
20530 #ifdef HAVE_STDLIB_H
20531 # include <stdlib.h>
20532 #endif
20533 #include <stdio.h>
20534
20535
20536
20537 int
20538 main ()
20539 {
20540 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20541 test_array [0] = 0
20542
20543 ;
20544 return 0;
20545 }
20546 _ACEOF
20547 rm -f conftest.$ac_objext
20548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20549 (eval $ac_compile) 2>conftest.er1
20550 ac_status=$?
20551 grep -v '^ *+' conftest.er1 >conftest.err
20552 rm -f conftest.er1
20553 cat conftest.err >&5
20554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20555 (exit $ac_status); } &&
20556 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20558 (eval $ac_try) 2>&5
20559 ac_status=$?
20560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20561 (exit $ac_status); }; } &&
20562 { ac_try='test -s conftest.$ac_objext'
20563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20564 (eval $ac_try) 2>&5
20565 ac_status=$?
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); }; }; then
20568 ac_hi=$ac_mid; break
20569 else
20570 echo "$as_me: failed program was:" >&5
20571 sed 's/^/| /' conftest.$ac_ext >&5
20572
20573 ac_lo=`expr $ac_mid + 1`
20574 if test $ac_lo -le $ac_mid; then
20575 ac_lo= ac_hi=
20576 break
20577 fi
20578 ac_mid=`expr 2 '*' $ac_mid + 1`
20579 fi
20580 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20581 done
20582 else
20583 echo "$as_me: failed program was:" >&5
20584 sed 's/^/| /' conftest.$ac_ext >&5
20585
20586 cat >conftest.$ac_ext <<_ACEOF
20587 /* confdefs.h. */
20588 _ACEOF
20589 cat confdefs.h >>conftest.$ac_ext
20590 cat >>conftest.$ac_ext <<_ACEOF
20591 /* end confdefs.h. */
20592
20593 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20594 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20595 # error "fake wchar_t"
20596 #endif
20597 #ifdef HAVE_WCHAR_H
20598 # ifdef __CYGWIN__
20599 # include <stddef.h>
20600 # endif
20601 # include <wchar.h>
20602 #endif
20603 #ifdef HAVE_STDLIB_H
20604 # include <stdlib.h>
20605 #endif
20606 #include <stdio.h>
20607
20608
20609
20610 int
20611 main ()
20612 {
20613 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
20614 test_array [0] = 0
20615
20616 ;
20617 return 0;
20618 }
20619 _ACEOF
20620 rm -f conftest.$ac_objext
20621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20622 (eval $ac_compile) 2>conftest.er1
20623 ac_status=$?
20624 grep -v '^ *+' conftest.er1 >conftest.err
20625 rm -f conftest.er1
20626 cat conftest.err >&5
20627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20628 (exit $ac_status); } &&
20629 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20631 (eval $ac_try) 2>&5
20632 ac_status=$?
20633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20634 (exit $ac_status); }; } &&
20635 { ac_try='test -s conftest.$ac_objext'
20636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20637 (eval $ac_try) 2>&5
20638 ac_status=$?
20639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); }; }; then
20641 ac_hi=-1 ac_mid=-1
20642 while :; do
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_lo=$ac_mid; break
20699 else
20700 echo "$as_me: failed program was:" >&5
20701 sed 's/^/| /' conftest.$ac_ext >&5
20702
20703 ac_hi=`expr '(' $ac_mid ')' - 1`
20704 if test $ac_mid -le $ac_hi; then
20705 ac_lo= ac_hi=
20706 break
20707 fi
20708 ac_mid=`expr 2 '*' $ac_mid`
20709 fi
20710 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20711 done
20712 else
20713 echo "$as_me: failed program was:" >&5
20714 sed 's/^/| /' conftest.$ac_ext >&5
20715
20716 ac_lo= ac_hi=
20717 fi
20718 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20719 fi
20720 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20721 # Binary search between lo and hi bounds.
20722 while test "x$ac_lo" != "x$ac_hi"; do
20723 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20724 cat >conftest.$ac_ext <<_ACEOF
20725 /* confdefs.h. */
20726 _ACEOF
20727 cat confdefs.h >>conftest.$ac_ext
20728 cat >>conftest.$ac_ext <<_ACEOF
20729 /* end confdefs.h. */
20730
20731 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20732 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20733 # error "fake wchar_t"
20734 #endif
20735 #ifdef HAVE_WCHAR_H
20736 # ifdef __CYGWIN__
20737 # include <stddef.h>
20738 # endif
20739 # include <wchar.h>
20740 #endif
20741 #ifdef HAVE_STDLIB_H
20742 # include <stdlib.h>
20743 #endif
20744 #include <stdio.h>
20745
20746
20747
20748 int
20749 main ()
20750 {
20751 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20752 test_array [0] = 0
20753
20754 ;
20755 return 0;
20756 }
20757 _ACEOF
20758 rm -f conftest.$ac_objext
20759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20760 (eval $ac_compile) 2>conftest.er1
20761 ac_status=$?
20762 grep -v '^ *+' conftest.er1 >conftest.err
20763 rm -f conftest.er1
20764 cat conftest.err >&5
20765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20766 (exit $ac_status); } &&
20767 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20769 (eval $ac_try) 2>&5
20770 ac_status=$?
20771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772 (exit $ac_status); }; } &&
20773 { ac_try='test -s conftest.$ac_objext'
20774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20775 (eval $ac_try) 2>&5
20776 ac_status=$?
20777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20778 (exit $ac_status); }; }; then
20779 ac_hi=$ac_mid
20780 else
20781 echo "$as_me: failed program was:" >&5
20782 sed 's/^/| /' conftest.$ac_ext >&5
20783
20784 ac_lo=`expr '(' $ac_mid ')' + 1`
20785 fi
20786 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20787 done
20788 case $ac_lo in
20789 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
20790 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20791 See \`config.log' for more details." >&5
20792 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20793 See \`config.log' for more details." >&2;}
20794 { (exit 1); exit 1; }; } ;;
20795 esac
20796 else
20797 if test "$cross_compiling" = yes; then
20798 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20799 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20800 { (exit 1); exit 1; }; }
20801 else
20802 cat >conftest.$ac_ext <<_ACEOF
20803 /* confdefs.h. */
20804 _ACEOF
20805 cat confdefs.h >>conftest.$ac_ext
20806 cat >>conftest.$ac_ext <<_ACEOF
20807 /* end confdefs.h. */
20808
20809 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20810 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20811 # error "fake wchar_t"
20812 #endif
20813 #ifdef HAVE_WCHAR_H
20814 # ifdef __CYGWIN__
20815 # include <stddef.h>
20816 # endif
20817 # include <wchar.h>
20818 #endif
20819 #ifdef HAVE_STDLIB_H
20820 # include <stdlib.h>
20821 #endif
20822 #include <stdio.h>
20823
20824
20825
20826 long longval () { return (long) (sizeof (wchar_t)); }
20827 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
20828 #include <stdio.h>
20829 #include <stdlib.h>
20830 int
20831 main ()
20832 {
20833
20834 FILE *f = fopen ("conftest.val", "w");
20835 if (! f)
20836 exit (1);
20837 if (((long) (sizeof (wchar_t))) < 0)
20838 {
20839 long i = longval ();
20840 if (i != ((long) (sizeof (wchar_t))))
20841 exit (1);
20842 fprintf (f, "%ld\n", i);
20843 }
20844 else
20845 {
20846 unsigned long i = ulongval ();
20847 if (i != ((long) (sizeof (wchar_t))))
20848 exit (1);
20849 fprintf (f, "%lu\n", i);
20850 }
20851 exit (ferror (f) || fclose (f) != 0);
20852
20853 ;
20854 return 0;
20855 }
20856 _ACEOF
20857 rm -f conftest$ac_exeext
20858 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20859 (eval $ac_link) 2>&5
20860 ac_status=$?
20861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20862 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20864 (eval $ac_try) 2>&5
20865 ac_status=$?
20866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20867 (exit $ac_status); }; }; then
20868 ac_cv_sizeof_wchar_t=`cat conftest.val`
20869 else
20870 echo "$as_me: program exited with status $ac_status" >&5
20871 echo "$as_me: failed program was:" >&5
20872 sed 's/^/| /' conftest.$ac_ext >&5
20873
20874 ( exit $ac_status )
20875 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20876 See \`config.log' for more details." >&5
20877 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20878 See \`config.log' for more details." >&2;}
20879 { (exit 1); exit 1; }; }
20880 fi
20881 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20882 fi
20883 fi
20884 rm -f conftest.val
20885 else
20886 ac_cv_sizeof_wchar_t=0
20887 fi
20888 fi
20889 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
20890 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
20891 cat >>confdefs.h <<_ACEOF
20892 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20893 _ACEOF
20894
20895
20896 if test "$ac_cv_sizeof_wchar_t" != "0"; then
20897 wxUSE_WCHAR_T=yes
20898 else
20899 wxUSE_WCHAR_T=no
20900 fi
20901
20902 echo "$as_me:$LINENO: checking for va_copy" >&5
20903 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
20904 if test "${wx_cv_func_va_copy+set}" = set; then
20905 echo $ECHO_N "(cached) $ECHO_C" >&6
20906 else
20907
20908 cat >conftest.$ac_ext <<_ACEOF
20909
20910 #include <stdarg.h>
20911 void foo(char *f, ...)
20912 {
20913 va_list ap1, ap2;
20914 va_start(ap1, f);
20915 va_copy(ap2, ap1);
20916 va_end(ap2);
20917 va_end(ap1);
20918 }
20919 int main()
20920 {
20921 foo("hi", 17);
20922 return 0;
20923 }
20924 _ACEOF
20925 rm -f conftest.$ac_objext conftest$ac_exeext
20926 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20927 (eval $ac_link) 2>conftest.er1
20928 ac_status=$?
20929 grep -v '^ *+' conftest.er1 >conftest.err
20930 rm -f conftest.er1
20931 cat conftest.err >&5
20932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } &&
20934 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20936 (eval $ac_try) 2>&5
20937 ac_status=$?
20938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20939 (exit $ac_status); }; } &&
20940 { ac_try='test -s conftest$ac_exeext'
20941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20942 (eval $ac_try) 2>&5
20943 ac_status=$?
20944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20945 (exit $ac_status); }; }; then
20946 wx_cv_func_va_copy=yes
20947 else
20948 echo "$as_me: failed program was:" >&5
20949 sed 's/^/| /' conftest.$ac_ext >&5
20950
20951 wx_cv_func_va_copy=no
20952
20953 fi
20954 rm -f conftest.err conftest.$ac_objext \
20955 conftest$ac_exeext conftest.$ac_ext
20956
20957
20958 fi
20959 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20960 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20961
20962 if test $wx_cv_func_va_copy = "yes"; then
20963 cat >>confdefs.h <<\_ACEOF
20964 #define HAVE_VA_COPY 1
20965 _ACEOF
20966
20967 else
20968 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20969 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20970 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20971 echo $ECHO_N "(cached) $ECHO_C" >&6
20972 else
20973
20974 if test "$cross_compiling" = yes; then
20975 wx_cv_type_va_list_lvalue=yes
20976
20977 else
20978 cat >conftest.$ac_ext <<_ACEOF
20979
20980 #include <stdarg.h>
20981 int foo(char *f, ...)
20982 {
20983 va_list ap1, ap2;
20984 va_start(ap1, f);
20985 ap2 = ap1;
20986 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20987 return 1;
20988 va_end(ap2);
20989 va_end(ap1);
20990 return 0;
20991 }
20992 int main()
20993 {
20994 return foo("hi", 17);
20995 }
20996 _ACEOF
20997 rm -f conftest$ac_exeext
20998 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20999 (eval $ac_link) 2>&5
21000 ac_status=$?
21001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21002 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21004 (eval $ac_try) 2>&5
21005 ac_status=$?
21006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21007 (exit $ac_status); }; }; then
21008 wx_cv_type_va_list_lvalue=yes
21009 else
21010 echo "$as_me: program exited with status $ac_status" >&5
21011 echo "$as_me: failed program was:" >&5
21012 sed 's/^/| /' conftest.$ac_ext >&5
21013
21014 ( exit $ac_status )
21015 wx_cv_type_va_list_lvalue=no
21016 fi
21017 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21018 fi
21019
21020
21021 fi
21022 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
21023 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
21024
21025 if test $wx_cv_type_va_list_lvalue != "yes"; then
21026 cat >>confdefs.h <<\_ACEOF
21027 #define VA_LIST_IS_ARRAY 1
21028 _ACEOF
21029
21030 fi
21031 fi
21032
21033 # Check whether --enable-largefile or --disable-largefile was given.
21034 if test "${enable_largefile+set}" = set; then
21035 enableval="$enable_largefile"
21036
21037 fi;
21038 if test "$enable_largefile" != no; then
21039 wx_largefile=no
21040
21041 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
21042 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
21043 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
21044 echo $ECHO_N "(cached) $ECHO_C" >&6
21045 else
21046
21047 cat >conftest.$ac_ext <<_ACEOF
21048 /* confdefs.h. */
21049 _ACEOF
21050 cat confdefs.h >>conftest.$ac_ext
21051 cat >>conftest.$ac_ext <<_ACEOF
21052 /* end confdefs.h. */
21053 #define _FILE_OFFSET_BITS 64
21054 #include <sys/types.h>
21055 int
21056 main ()
21057 {
21058 typedef struct {
21059 unsigned int field: sizeof(off_t) == 8;
21060 } wxlf;
21061
21062 ;
21063 return 0;
21064 }
21065 _ACEOF
21066 rm -f conftest.$ac_objext
21067 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21068 (eval $ac_compile) 2>conftest.er1
21069 ac_status=$?
21070 grep -v '^ *+' conftest.er1 >conftest.err
21071 rm -f conftest.er1
21072 cat conftest.err >&5
21073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21074 (exit $ac_status); } &&
21075 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21077 (eval $ac_try) 2>&5
21078 ac_status=$?
21079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21080 (exit $ac_status); }; } &&
21081 { ac_try='test -s conftest.$ac_objext'
21082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21083 (eval $ac_try) 2>&5
21084 ac_status=$?
21085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21086 (exit $ac_status); }; }; then
21087 ac_cv_sys_file_offset_bits=64
21088 else
21089 echo "$as_me: failed program was:" >&5
21090 sed 's/^/| /' conftest.$ac_ext >&5
21091
21092 ac_cv_sys_file_offset_bits=no
21093 fi
21094 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21095
21096
21097 fi
21098 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
21099 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21100
21101 if test "$ac_cv_sys_file_offset_bits" != no; then
21102 wx_largefile=yes
21103 cat >>confdefs.h <<_ACEOF
21104 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
21105 _ACEOF
21106
21107 fi
21108
21109 if test "x$wx_largefile" != "xyes"; then
21110
21111 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
21112 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
21113 if test "${ac_cv_sys_large_files+set}" = set; then
21114 echo $ECHO_N "(cached) $ECHO_C" >&6
21115 else
21116
21117 cat >conftest.$ac_ext <<_ACEOF
21118 /* confdefs.h. */
21119 _ACEOF
21120 cat confdefs.h >>conftest.$ac_ext
21121 cat >>conftest.$ac_ext <<_ACEOF
21122 /* end confdefs.h. */
21123 #define _LARGE_FILES 1
21124 #include <sys/types.h>
21125 int
21126 main ()
21127 {
21128 typedef struct {
21129 unsigned int field: sizeof(off_t) == 8;
21130 } wxlf;
21131
21132 ;
21133 return 0;
21134 }
21135 _ACEOF
21136 rm -f conftest.$ac_objext
21137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21138 (eval $ac_compile) 2>conftest.er1
21139 ac_status=$?
21140 grep -v '^ *+' conftest.er1 >conftest.err
21141 rm -f conftest.er1
21142 cat conftest.err >&5
21143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21144 (exit $ac_status); } &&
21145 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21147 (eval $ac_try) 2>&5
21148 ac_status=$?
21149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21150 (exit $ac_status); }; } &&
21151 { ac_try='test -s conftest.$ac_objext'
21152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21153 (eval $ac_try) 2>&5
21154 ac_status=$?
21155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21156 (exit $ac_status); }; }; then
21157 ac_cv_sys_large_files=1
21158 else
21159 echo "$as_me: failed program was:" >&5
21160 sed 's/^/| /' conftest.$ac_ext >&5
21161
21162 ac_cv_sys_large_files=no
21163 fi
21164 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21165
21166
21167 fi
21168 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
21169 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
21170
21171 if test "$ac_cv_sys_large_files" != no; then
21172 wx_largefile=yes
21173 cat >>confdefs.h <<_ACEOF
21174 #define _LARGE_FILES $ac_cv_sys_large_files
21175 _ACEOF
21176
21177 fi
21178
21179 fi
21180
21181 echo "$as_me:$LINENO: checking if large file support is available" >&5
21182 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21183 if test "x$wx_largefile" = "xyes"; then
21184 cat >>confdefs.h <<\_ACEOF
21185 #define HAVE_LARGEFILE_SUPPORT 1
21186 _ACEOF
21187
21188 fi
21189 echo "$as_me:$LINENO: result: $wx_largefile" >&5
21190 echo "${ECHO_T}$wx_largefile" >&6
21191 fi
21192
21193
21194 if test "x$wx_largefile" = "xyes"; then
21195 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
21196 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
21197
21198 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
21199 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
21200 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
21201 if test "${wx_cv_STDC_EXT_required+set}" = set; then
21202 echo $ECHO_N "(cached) $ECHO_C" >&6
21203 else
21204
21205
21206
21207 ac_ext=cc
21208 ac_cpp='$CXXCPP $CPPFLAGS'
21209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21212
21213 cat >conftest.$ac_ext <<_ACEOF
21214 /* confdefs.h. */
21215 _ACEOF
21216 cat confdefs.h >>conftest.$ac_ext
21217 cat >>conftest.$ac_ext <<_ACEOF
21218 /* end confdefs.h. */
21219
21220 int
21221 main ()
21222 {
21223
21224 #ifndef __STDC_EXT__
21225 choke me
21226 #endif
21227
21228 ;
21229 return 0;
21230 }
21231 _ACEOF
21232 rm -f conftest.$ac_objext
21233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21234 (eval $ac_compile) 2>conftest.er1
21235 ac_status=$?
21236 grep -v '^ *+' conftest.er1 >conftest.err
21237 rm -f conftest.er1
21238 cat conftest.err >&5
21239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21240 (exit $ac_status); } &&
21241 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21243 (eval $ac_try) 2>&5
21244 ac_status=$?
21245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21246 (exit $ac_status); }; } &&
21247 { ac_try='test -s conftest.$ac_objext'
21248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21249 (eval $ac_try) 2>&5
21250 ac_status=$?
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); }; }; then
21253 wx_cv_STDC_EXT_required=no
21254 else
21255 echo "$as_me: failed program was:" >&5
21256 sed 's/^/| /' conftest.$ac_ext >&5
21257
21258 wx_cv_STDC_EXT_required=yes
21259
21260 fi
21261 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21262 ac_ext=c
21263 ac_cpp='$CPP $CPPFLAGS'
21264 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21265 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21266 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21267
21268
21269
21270 fi
21271 echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
21272 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
21273 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
21274 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
21275 fi
21276 fi
21277 else
21278 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
21279 fi
21280 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
21281 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
21282 if test "${ac_cv_sys_largefile_source+set}" = set; then
21283 echo $ECHO_N "(cached) $ECHO_C" >&6
21284 else
21285 while :; do
21286 ac_cv_sys_largefile_source=no
21287 cat >conftest.$ac_ext <<_ACEOF
21288 /* confdefs.h. */
21289 _ACEOF
21290 cat confdefs.h >>conftest.$ac_ext
21291 cat >>conftest.$ac_ext <<_ACEOF
21292 /* end confdefs.h. */
21293 #include <stdio.h>
21294 int
21295 main ()
21296 {
21297 return !fseeko;
21298 ;
21299 return 0;
21300 }
21301 _ACEOF
21302 rm -f conftest.$ac_objext
21303 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21304 (eval $ac_compile) 2>conftest.er1
21305 ac_status=$?
21306 grep -v '^ *+' conftest.er1 >conftest.err
21307 rm -f conftest.er1
21308 cat conftest.err >&5
21309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21310 (exit $ac_status); } &&
21311 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21313 (eval $ac_try) 2>&5
21314 ac_status=$?
21315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21316 (exit $ac_status); }; } &&
21317 { ac_try='test -s conftest.$ac_objext'
21318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21319 (eval $ac_try) 2>&5
21320 ac_status=$?
21321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21322 (exit $ac_status); }; }; then
21323 break
21324 else
21325 echo "$as_me: failed program was:" >&5
21326 sed 's/^/| /' conftest.$ac_ext >&5
21327
21328 fi
21329 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21330 cat >conftest.$ac_ext <<_ACEOF
21331 /* confdefs.h. */
21332 _ACEOF
21333 cat confdefs.h >>conftest.$ac_ext
21334 cat >>conftest.$ac_ext <<_ACEOF
21335 /* end confdefs.h. */
21336 #define _LARGEFILE_SOURCE 1
21337 #include <stdio.h>
21338 int
21339 main ()
21340 {
21341 return !fseeko;
21342 ;
21343 return 0;
21344 }
21345 _ACEOF
21346 rm -f conftest.$ac_objext
21347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21348 (eval $ac_compile) 2>conftest.er1
21349 ac_status=$?
21350 grep -v '^ *+' conftest.er1 >conftest.err
21351 rm -f conftest.er1
21352 cat conftest.err >&5
21353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21354 (exit $ac_status); } &&
21355 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21357 (eval $ac_try) 2>&5
21358 ac_status=$?
21359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21360 (exit $ac_status); }; } &&
21361 { ac_try='test -s conftest.$ac_objext'
21362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21363 (eval $ac_try) 2>&5
21364 ac_status=$?
21365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21366 (exit $ac_status); }; }; then
21367 ac_cv_sys_largefile_source=1; break
21368 else
21369 echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.$ac_ext >&5
21371
21372 fi
21373 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21374 break
21375 done
21376 fi
21377 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
21378 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
21379 if test "$ac_cv_sys_largefile_source" != no; then
21380
21381 cat >>confdefs.h <<_ACEOF
21382 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
21383 _ACEOF
21384
21385 fi
21386 rm -f conftest*
21387
21388 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
21389 # in glibc 2.1.3, but that breaks too many other things.
21390 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
21391 echo "$as_me:$LINENO: checking for fseeko" >&5
21392 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
21393 if test "${ac_cv_func_fseeko+set}" = set; then
21394 echo $ECHO_N "(cached) $ECHO_C" >&6
21395 else
21396 cat >conftest.$ac_ext <<_ACEOF
21397 /* confdefs.h. */
21398 _ACEOF
21399 cat confdefs.h >>conftest.$ac_ext
21400 cat >>conftest.$ac_ext <<_ACEOF
21401 /* end confdefs.h. */
21402 #include <stdio.h>
21403 int
21404 main ()
21405 {
21406 return fseeko && fseeko (stdin, 0, 0);
21407 ;
21408 return 0;
21409 }
21410 _ACEOF
21411 rm -f conftest.$ac_objext conftest$ac_exeext
21412 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21413 (eval $ac_link) 2>conftest.er1
21414 ac_status=$?
21415 grep -v '^ *+' conftest.er1 >conftest.err
21416 rm -f conftest.er1
21417 cat conftest.err >&5
21418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21419 (exit $ac_status); } &&
21420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21422 (eval $ac_try) 2>&5
21423 ac_status=$?
21424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21425 (exit $ac_status); }; } &&
21426 { ac_try='test -s conftest$ac_exeext'
21427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21428 (eval $ac_try) 2>&5
21429 ac_status=$?
21430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21431 (exit $ac_status); }; }; then
21432 ac_cv_func_fseeko=yes
21433 else
21434 echo "$as_me: failed program was:" >&5
21435 sed 's/^/| /' conftest.$ac_ext >&5
21436
21437 ac_cv_func_fseeko=no
21438 fi
21439 rm -f conftest.err conftest.$ac_objext \
21440 conftest$ac_exeext conftest.$ac_ext
21441 fi
21442 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
21443 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
21444 if test $ac_cv_func_fseeko = yes; then
21445
21446 cat >>confdefs.h <<\_ACEOF
21447 #define HAVE_FSEEKO 1
21448 _ACEOF
21449
21450 fi
21451
21452 if test "$ac_cv_sys_largefile_source" != no; then
21453 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
21454 fi
21455 fi
21456
21457 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
21458 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
21459 if test "${ac_cv_c_bigendian+set}" = set; then
21460 echo $ECHO_N "(cached) $ECHO_C" >&6
21461 else
21462 ac_cv_c_bigendian=unknown
21463 # See if sys/param.h defines the BYTE_ORDER macro.
21464 cat >conftest.$ac_ext <<_ACEOF
21465 /* confdefs.h. */
21466 _ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 #include <sys/types.h>
21471 #include <sys/param.h>
21472 int
21473 main ()
21474 {
21475
21476 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
21477 bogus endian macros
21478 #endif
21479 ;
21480 return 0;
21481 }
21482 _ACEOF
21483 rm -f conftest.$ac_objext
21484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21485 (eval $ac_compile) 2>conftest.er1
21486 ac_status=$?
21487 grep -v '^ *+' conftest.er1 >conftest.err
21488 rm -f conftest.er1
21489 cat conftest.err >&5
21490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491 (exit $ac_status); } &&
21492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21494 (eval $ac_try) 2>&5
21495 ac_status=$?
21496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21497 (exit $ac_status); }; } &&
21498 { ac_try='test -s conftest.$ac_objext'
21499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21500 (eval $ac_try) 2>&5
21501 ac_status=$?
21502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21503 (exit $ac_status); }; }; then
21504 # It does; now see whether it defined to BIG_ENDIAN or not.
21505 cat >conftest.$ac_ext <<_ACEOF
21506 /* confdefs.h. */
21507 _ACEOF
21508 cat confdefs.h >>conftest.$ac_ext
21509 cat >>conftest.$ac_ext <<_ACEOF
21510 /* end confdefs.h. */
21511 #include <sys/types.h>
21512 #include <sys/param.h>
21513 int
21514 main ()
21515 {
21516
21517 #if BYTE_ORDER != BIG_ENDIAN
21518 not big endian
21519 #endif
21520 ;
21521 return 0;
21522 }
21523 _ACEOF
21524 rm -f conftest.$ac_objext
21525 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21526 (eval $ac_compile) 2>conftest.er1
21527 ac_status=$?
21528 grep -v '^ *+' conftest.er1 >conftest.err
21529 rm -f conftest.er1
21530 cat conftest.err >&5
21531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21532 (exit $ac_status); } &&
21533 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21535 (eval $ac_try) 2>&5
21536 ac_status=$?
21537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21538 (exit $ac_status); }; } &&
21539 { ac_try='test -s conftest.$ac_objext'
21540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21541 (eval $ac_try) 2>&5
21542 ac_status=$?
21543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); }; }; then
21545 ac_cv_c_bigendian=yes
21546 else
21547 echo "$as_me: failed program was:" >&5
21548 sed 's/^/| /' conftest.$ac_ext >&5
21549
21550 ac_cv_c_bigendian=no
21551 fi
21552 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21553 else
21554 echo "$as_me: failed program was:" >&5
21555 sed 's/^/| /' conftest.$ac_ext >&5
21556
21557 fi
21558 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21559 if test $ac_cv_c_bigendian = unknown; then
21560 if test "$cross_compiling" = yes; then
21561 ac_cv_c_bigendian=unknown
21562 else
21563 cat >conftest.$ac_ext <<_ACEOF
21564 /* confdefs.h. */
21565 _ACEOF
21566 cat confdefs.h >>conftest.$ac_ext
21567 cat >>conftest.$ac_ext <<_ACEOF
21568 /* end confdefs.h. */
21569 main () {
21570 /* Are we little or big endian? From Harbison&Steele. */
21571 union
21572 {
21573 long l;
21574 char c[sizeof (long)];
21575 } u;
21576 u.l = 1;
21577 exit (u.c[sizeof (long) - 1] == 1);
21578 }
21579 _ACEOF
21580 rm -f conftest$ac_exeext
21581 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21582 (eval $ac_link) 2>&5
21583 ac_status=$?
21584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21585 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21587 (eval $ac_try) 2>&5
21588 ac_status=$?
21589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21590 (exit $ac_status); }; }; then
21591 ac_cv_c_bigendian=no
21592 else
21593 echo "$as_me: program exited with status $ac_status" >&5
21594 echo "$as_me: failed program was:" >&5
21595 sed 's/^/| /' conftest.$ac_ext >&5
21596
21597 ( exit $ac_status )
21598 ac_cv_c_bigendian=yes
21599 fi
21600 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21601 fi
21602 fi
21603 fi
21604 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
21605 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
21606 if test $ac_cv_c_bigendian = unknown; then
21607 { 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
21608 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;}
21609 fi
21610 if test $ac_cv_c_bigendian = yes; then
21611 cat >>confdefs.h <<\_ACEOF
21612 #define WORDS_BIGENDIAN 1
21613 _ACEOF
21614
21615 fi
21616
21617
21618 ac_ext=cc
21619 ac_cpp='$CXXCPP $CPPFLAGS'
21620 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21621 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21622 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21623 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
21624 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
21625 if test -z "$CXXCPP"; then
21626 if test "${ac_cv_prog_CXXCPP+set}" = set; then
21627 echo $ECHO_N "(cached) $ECHO_C" >&6
21628 else
21629 # Double quotes because CXXCPP needs to be expanded
21630 for CXXCPP in "$CXX -E" "/lib/cpp"
21631 do
21632 ac_preproc_ok=false
21633 for ac_cxx_preproc_warn_flag in '' yes
21634 do
21635 # Use a header file that comes with gcc, so configuring glibc
21636 # with a fresh cross-compiler works.
21637 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21638 # <limits.h> exists even on freestanding compilers.
21639 # On the NeXT, cc -E runs the code through the compiler's parser,
21640 # not just through cpp. "Syntax error" is here to catch this case.
21641 cat >conftest.$ac_ext <<_ACEOF
21642 /* confdefs.h. */
21643 _ACEOF
21644 cat confdefs.h >>conftest.$ac_ext
21645 cat >>conftest.$ac_ext <<_ACEOF
21646 /* end confdefs.h. */
21647 #ifdef __STDC__
21648 # include <limits.h>
21649 #else
21650 # include <assert.h>
21651 #endif
21652 Syntax error
21653 _ACEOF
21654 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21655 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21656 ac_status=$?
21657 grep -v '^ *+' conftest.er1 >conftest.err
21658 rm -f conftest.er1
21659 cat conftest.err >&5
21660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21661 (exit $ac_status); } >/dev/null; then
21662 if test -s conftest.err; then
21663 ac_cpp_err=$ac_cxx_preproc_warn_flag
21664 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21665 else
21666 ac_cpp_err=
21667 fi
21668 else
21669 ac_cpp_err=yes
21670 fi
21671 if test -z "$ac_cpp_err"; then
21672 :
21673 else
21674 echo "$as_me: failed program was:" >&5
21675 sed 's/^/| /' conftest.$ac_ext >&5
21676
21677 # Broken: fails on valid input.
21678 continue
21679 fi
21680 rm -f conftest.err conftest.$ac_ext
21681
21682 # OK, works on sane cases. Now check whether non-existent headers
21683 # can be detected and how.
21684 cat >conftest.$ac_ext <<_ACEOF
21685 /* confdefs.h. */
21686 _ACEOF
21687 cat confdefs.h >>conftest.$ac_ext
21688 cat >>conftest.$ac_ext <<_ACEOF
21689 /* end confdefs.h. */
21690 #include <ac_nonexistent.h>
21691 _ACEOF
21692 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21693 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21694 ac_status=$?
21695 grep -v '^ *+' conftest.er1 >conftest.err
21696 rm -f conftest.er1
21697 cat conftest.err >&5
21698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); } >/dev/null; then
21700 if test -s conftest.err; then
21701 ac_cpp_err=$ac_cxx_preproc_warn_flag
21702 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21703 else
21704 ac_cpp_err=
21705 fi
21706 else
21707 ac_cpp_err=yes
21708 fi
21709 if test -z "$ac_cpp_err"; then
21710 # Broken: success on invalid input.
21711 continue
21712 else
21713 echo "$as_me: failed program was:" >&5
21714 sed 's/^/| /' conftest.$ac_ext >&5
21715
21716 # Passes both tests.
21717 ac_preproc_ok=:
21718 break
21719 fi
21720 rm -f conftest.err conftest.$ac_ext
21721
21722 done
21723 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21724 rm -f conftest.err conftest.$ac_ext
21725 if $ac_preproc_ok; then
21726 break
21727 fi
21728
21729 done
21730 ac_cv_prog_CXXCPP=$CXXCPP
21731
21732 fi
21733 CXXCPP=$ac_cv_prog_CXXCPP
21734 else
21735 ac_cv_prog_CXXCPP=$CXXCPP
21736 fi
21737 echo "$as_me:$LINENO: result: $CXXCPP" >&5
21738 echo "${ECHO_T}$CXXCPP" >&6
21739 ac_preproc_ok=false
21740 for ac_cxx_preproc_warn_flag in '' yes
21741 do
21742 # Use a header file that comes with gcc, so configuring glibc
21743 # with a fresh cross-compiler works.
21744 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21745 # <limits.h> exists even on freestanding compilers.
21746 # On the NeXT, cc -E runs the code through the compiler's parser,
21747 # not just through cpp. "Syntax error" is here to catch this case.
21748 cat >conftest.$ac_ext <<_ACEOF
21749 /* confdefs.h. */
21750 _ACEOF
21751 cat confdefs.h >>conftest.$ac_ext
21752 cat >>conftest.$ac_ext <<_ACEOF
21753 /* end confdefs.h. */
21754 #ifdef __STDC__
21755 # include <limits.h>
21756 #else
21757 # include <assert.h>
21758 #endif
21759 Syntax error
21760 _ACEOF
21761 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21762 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21763 ac_status=$?
21764 grep -v '^ *+' conftest.er1 >conftest.err
21765 rm -f conftest.er1
21766 cat conftest.err >&5
21767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21768 (exit $ac_status); } >/dev/null; then
21769 if test -s conftest.err; then
21770 ac_cpp_err=$ac_cxx_preproc_warn_flag
21771 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21772 else
21773 ac_cpp_err=
21774 fi
21775 else
21776 ac_cpp_err=yes
21777 fi
21778 if test -z "$ac_cpp_err"; then
21779 :
21780 else
21781 echo "$as_me: failed program was:" >&5
21782 sed 's/^/| /' conftest.$ac_ext >&5
21783
21784 # Broken: fails on valid input.
21785 continue
21786 fi
21787 rm -f conftest.err conftest.$ac_ext
21788
21789 # OK, works on sane cases. Now check whether non-existent headers
21790 # can be detected and how.
21791 cat >conftest.$ac_ext <<_ACEOF
21792 /* confdefs.h. */
21793 _ACEOF
21794 cat confdefs.h >>conftest.$ac_ext
21795 cat >>conftest.$ac_ext <<_ACEOF
21796 /* end confdefs.h. */
21797 #include <ac_nonexistent.h>
21798 _ACEOF
21799 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21800 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21801 ac_status=$?
21802 grep -v '^ *+' conftest.er1 >conftest.err
21803 rm -f conftest.er1
21804 cat conftest.err >&5
21805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806 (exit $ac_status); } >/dev/null; then
21807 if test -s conftest.err; then
21808 ac_cpp_err=$ac_cxx_preproc_warn_flag
21809 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21810 else
21811 ac_cpp_err=
21812 fi
21813 else
21814 ac_cpp_err=yes
21815 fi
21816 if test -z "$ac_cpp_err"; then
21817 # Broken: success on invalid input.
21818 continue
21819 else
21820 echo "$as_me: failed program was:" >&5
21821 sed 's/^/| /' conftest.$ac_ext >&5
21822
21823 # Passes both tests.
21824 ac_preproc_ok=:
21825 break
21826 fi
21827 rm -f conftest.err conftest.$ac_ext
21828
21829 done
21830 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21831 rm -f conftest.err conftest.$ac_ext
21832 if $ac_preproc_ok; then
21833 :
21834 else
21835 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21836 See \`config.log' for more details." >&5
21837 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21838 See \`config.log' for more details." >&2;}
21839 { (exit 1); exit 1; }; }
21840 fi
21841
21842 ac_ext=cc
21843 ac_cpp='$CXXCPP $CPPFLAGS'
21844 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21845 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21846 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21847
21848
21849
21850
21851
21852 ac_ext=cc
21853 ac_cpp='$CXXCPP $CPPFLAGS'
21854 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21855 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21856 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21857
21858
21859
21860 for ac_header in iostream
21861 do
21862 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21863 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21864 echo "$as_me:$LINENO: checking for $ac_header" >&5
21865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21866 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21867 echo $ECHO_N "(cached) $ECHO_C" >&6
21868 fi
21869 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21870 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21871 else
21872 # Is the header compilable?
21873 echo "$as_me:$LINENO: checking $ac_header usability" >&5
21874 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21875 cat >conftest.$ac_ext <<_ACEOF
21876 /* confdefs.h. */
21877 _ACEOF
21878 cat confdefs.h >>conftest.$ac_ext
21879 cat >>conftest.$ac_ext <<_ACEOF
21880 /* end confdefs.h. */
21881 $ac_includes_default
21882 #include <$ac_header>
21883 _ACEOF
21884 rm -f conftest.$ac_objext
21885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21886 (eval $ac_compile) 2>conftest.er1
21887 ac_status=$?
21888 grep -v '^ *+' conftest.er1 >conftest.err
21889 rm -f conftest.er1
21890 cat conftest.err >&5
21891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21892 (exit $ac_status); } &&
21893 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21895 (eval $ac_try) 2>&5
21896 ac_status=$?
21897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21898 (exit $ac_status); }; } &&
21899 { ac_try='test -s conftest.$ac_objext'
21900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21901 (eval $ac_try) 2>&5
21902 ac_status=$?
21903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21904 (exit $ac_status); }; }; then
21905 ac_header_compiler=yes
21906 else
21907 echo "$as_me: failed program was:" >&5
21908 sed 's/^/| /' conftest.$ac_ext >&5
21909
21910 ac_header_compiler=no
21911 fi
21912 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21913 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21914 echo "${ECHO_T}$ac_header_compiler" >&6
21915
21916 # Is the header present?
21917 echo "$as_me:$LINENO: checking $ac_header presence" >&5
21918 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21919 cat >conftest.$ac_ext <<_ACEOF
21920 /* confdefs.h. */
21921 _ACEOF
21922 cat confdefs.h >>conftest.$ac_ext
21923 cat >>conftest.$ac_ext <<_ACEOF
21924 /* end confdefs.h. */
21925 #include <$ac_header>
21926 _ACEOF
21927 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21928 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21929 ac_status=$?
21930 grep -v '^ *+' conftest.er1 >conftest.err
21931 rm -f conftest.er1
21932 cat conftest.err >&5
21933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934 (exit $ac_status); } >/dev/null; then
21935 if test -s conftest.err; then
21936 ac_cpp_err=$ac_cxx_preproc_warn_flag
21937 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21938 else
21939 ac_cpp_err=
21940 fi
21941 else
21942 ac_cpp_err=yes
21943 fi
21944 if test -z "$ac_cpp_err"; then
21945 ac_header_preproc=yes
21946 else
21947 echo "$as_me: failed program was:" >&5
21948 sed 's/^/| /' conftest.$ac_ext >&5
21949
21950 ac_header_preproc=no
21951 fi
21952 rm -f conftest.err conftest.$ac_ext
21953 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21954 echo "${ECHO_T}$ac_header_preproc" >&6
21955
21956 # So? What about this header?
21957 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21958 yes:no: )
21959 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21960 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21962 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21963 ac_header_preproc=yes
21964 ;;
21965 no:yes:* )
21966 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21967 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21968 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21969 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21970 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21971 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21972 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21973 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21974 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21975 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21976 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21977 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21978 (
21979 cat <<\_ASBOX
21980 ## ----------------------------------------- ##
21981 ## Report this to wx-dev@lists.wxwidgets.org ##
21982 ## ----------------------------------------- ##
21983 _ASBOX
21984 ) |
21985 sed "s/^/$as_me: WARNING: /" >&2
21986 ;;
21987 esac
21988 echo "$as_me:$LINENO: checking for $ac_header" >&5
21989 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21990 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21991 echo $ECHO_N "(cached) $ECHO_C" >&6
21992 else
21993 eval "$as_ac_Header=\$ac_header_preproc"
21994 fi
21995 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21996 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21997
21998 fi
21999 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22000 cat >>confdefs.h <<_ACEOF
22001 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22002 _ACEOF
22003
22004 fi
22005
22006 done
22007
22008
22009 if test "$ac_cv_header_iostream" = "yes" ; then
22010 :
22011 else
22012 cat >>confdefs.h <<\_ACEOF
22013 #define wxUSE_IOSTREAMH 1
22014 _ACEOF
22015
22016 fi
22017
22018 ac_ext=c
22019 ac_cpp='$CPP $CPPFLAGS'
22020 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22021 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22022 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22023
22024
22025
22026
22027 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
22028 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
22029 if test "${wx_cv_cpp_bool+set}" = set; then
22030 echo $ECHO_N "(cached) $ECHO_C" >&6
22031 else
22032
22033
22034
22035 ac_ext=cc
22036 ac_cpp='$CXXCPP $CPPFLAGS'
22037 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22038 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22039 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22040
22041
22042 cat >conftest.$ac_ext <<_ACEOF
22043 /* confdefs.h. */
22044 _ACEOF
22045 cat confdefs.h >>conftest.$ac_ext
22046 cat >>conftest.$ac_ext <<_ACEOF
22047 /* end confdefs.h. */
22048
22049
22050 int
22051 main ()
22052 {
22053
22054 bool b = true;
22055
22056 return 0;
22057
22058 ;
22059 return 0;
22060 }
22061 _ACEOF
22062 rm -f conftest.$ac_objext
22063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22064 (eval $ac_compile) 2>conftest.er1
22065 ac_status=$?
22066 grep -v '^ *+' conftest.er1 >conftest.err
22067 rm -f conftest.er1
22068 cat conftest.err >&5
22069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070 (exit $ac_status); } &&
22071 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22073 (eval $ac_try) 2>&5
22074 ac_status=$?
22075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22076 (exit $ac_status); }; } &&
22077 { ac_try='test -s conftest.$ac_objext'
22078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22079 (eval $ac_try) 2>&5
22080 ac_status=$?
22081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22082 (exit $ac_status); }; }; then
22083
22084 wx_cv_cpp_bool=yes
22085
22086 else
22087 echo "$as_me: failed program was:" >&5
22088 sed 's/^/| /' conftest.$ac_ext >&5
22089
22090
22091 wx_cv_cpp_bool=no
22092
22093
22094 fi
22095 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22096
22097 ac_ext=c
22098 ac_cpp='$CPP $CPPFLAGS'
22099 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22100 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22101 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22102
22103
22104 fi
22105 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
22106 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
22107
22108 if test "$wx_cv_cpp_bool" = "yes"; then
22109 cat >>confdefs.h <<\_ACEOF
22110 #define HAVE_BOOL 1
22111 _ACEOF
22112
22113 fi
22114
22115
22116
22117 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
22118 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
22119 if test "${wx_cv_explicit+set}" = set; then
22120 echo $ECHO_N "(cached) $ECHO_C" >&6
22121 else
22122
22123
22124
22125 ac_ext=cc
22126 ac_cpp='$CXXCPP $CPPFLAGS'
22127 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22128 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22129 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22130
22131
22132 cat >conftest.$ac_ext <<_ACEOF
22133 /* confdefs.h. */
22134 _ACEOF
22135 cat confdefs.h >>conftest.$ac_ext
22136 cat >>conftest.$ac_ext <<_ACEOF
22137 /* end confdefs.h. */
22138
22139 class Foo { public: explicit Foo(int) {} };
22140
22141 int
22142 main ()
22143 {
22144
22145 return 0;
22146
22147 ;
22148 return 0;
22149 }
22150 _ACEOF
22151 rm -f conftest.$ac_objext
22152 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22153 (eval $ac_compile) 2>conftest.er1
22154 ac_status=$?
22155 grep -v '^ *+' conftest.er1 >conftest.err
22156 rm -f conftest.er1
22157 cat conftest.err >&5
22158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22159 (exit $ac_status); } &&
22160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22162 (eval $ac_try) 2>&5
22163 ac_status=$?
22164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22165 (exit $ac_status); }; } &&
22166 { ac_try='test -s conftest.$ac_objext'
22167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22168 (eval $ac_try) 2>&5
22169 ac_status=$?
22170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22171 (exit $ac_status); }; }; then
22172
22173 cat >conftest.$ac_ext <<_ACEOF
22174 /* confdefs.h. */
22175 _ACEOF
22176 cat confdefs.h >>conftest.$ac_ext
22177 cat >>conftest.$ac_ext <<_ACEOF
22178 /* end confdefs.h. */
22179
22180 class Foo { public: explicit Foo(int) {} };
22181 static void TakeFoo(const Foo& foo) { }
22182
22183 int
22184 main ()
22185 {
22186
22187 TakeFoo(17);
22188 return 0;
22189
22190 ;
22191 return 0;
22192 }
22193 _ACEOF
22194 rm -f conftest.$ac_objext
22195 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22196 (eval $ac_compile) 2>conftest.er1
22197 ac_status=$?
22198 grep -v '^ *+' conftest.er1 >conftest.err
22199 rm -f conftest.er1
22200 cat conftest.err >&5
22201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22202 (exit $ac_status); } &&
22203 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22205 (eval $ac_try) 2>&5
22206 ac_status=$?
22207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208 (exit $ac_status); }; } &&
22209 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
22215 wx_cv_explicit=no
22216 else
22217 echo "$as_me: failed program was:" >&5
22218 sed 's/^/| /' conftest.$ac_ext >&5
22219
22220 wx_cv_explicit=yes
22221
22222 fi
22223 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22224
22225 else
22226 echo "$as_me: failed program was:" >&5
22227 sed 's/^/| /' conftest.$ac_ext >&5
22228
22229 wx_cv_explicit=no
22230
22231 fi
22232 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22233
22234 ac_ext=c
22235 ac_cpp='$CPP $CPPFLAGS'
22236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22238 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22239
22240
22241 fi
22242 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
22243 echo "${ECHO_T}$wx_cv_explicit" >&6
22244
22245 if test "$wx_cv_explicit" = "yes"; then
22246 cat >>confdefs.h <<\_ACEOF
22247 #define HAVE_EXPLICIT 1
22248 _ACEOF
22249
22250 fi
22251
22252
22253 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
22254 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
22255 if test "${ac_cv_cxx_const_cast+set}" = set; then
22256 echo $ECHO_N "(cached) $ECHO_C" >&6
22257 else
22258
22259
22260 ac_ext=cc
22261 ac_cpp='$CXXCPP $CPPFLAGS'
22262 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22263 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22264 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22265
22266 cat >conftest.$ac_ext <<_ACEOF
22267 /* confdefs.h. */
22268 _ACEOF
22269 cat confdefs.h >>conftest.$ac_ext
22270 cat >>conftest.$ac_ext <<_ACEOF
22271 /* end confdefs.h. */
22272
22273 int
22274 main ()
22275 {
22276 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
22277 ;
22278 return 0;
22279 }
22280 _ACEOF
22281 rm -f conftest.$ac_objext
22282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22283 (eval $ac_compile) 2>conftest.er1
22284 ac_status=$?
22285 grep -v '^ *+' conftest.er1 >conftest.err
22286 rm -f conftest.er1
22287 cat conftest.err >&5
22288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22289 (exit $ac_status); } &&
22290 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22292 (eval $ac_try) 2>&5
22293 ac_status=$?
22294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22295 (exit $ac_status); }; } &&
22296 { ac_try='test -s conftest.$ac_objext'
22297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22298 (eval $ac_try) 2>&5
22299 ac_status=$?
22300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22301 (exit $ac_status); }; }; then
22302 ac_cv_cxx_const_cast=yes
22303 else
22304 echo "$as_me: failed program was:" >&5
22305 sed 's/^/| /' conftest.$ac_ext >&5
22306
22307 ac_cv_cxx_const_cast=no
22308 fi
22309 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22310 ac_ext=c
22311 ac_cpp='$CPP $CPPFLAGS'
22312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22315
22316
22317 fi
22318 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
22319 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
22320 if test "$ac_cv_cxx_const_cast" = yes; then
22321
22322 cat >>confdefs.h <<\_ACEOF
22323 #define HAVE_CONST_CAST
22324 _ACEOF
22325
22326 fi
22327
22328 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
22329 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
22330 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
22331 echo $ECHO_N "(cached) $ECHO_C" >&6
22332 else
22333
22334
22335 ac_ext=cc
22336 ac_cpp='$CXXCPP $CPPFLAGS'
22337 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22338 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22339 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22340
22341 cat >conftest.$ac_ext <<_ACEOF
22342 /* confdefs.h. */
22343 _ACEOF
22344 cat confdefs.h >>conftest.$ac_ext
22345 cat >>conftest.$ac_ext <<_ACEOF
22346 /* end confdefs.h. */
22347 #include <typeinfo>
22348 class Base { public : Base () {} virtual void f () = 0;};
22349 class Derived : public Base { public : Derived () {} virtual void f () {} };
22350 class Unrelated { public : Unrelated () {} };
22351 int g (Unrelated&) { return 0; }
22352 int
22353 main ()
22354 {
22355
22356 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
22357 ;
22358 return 0;
22359 }
22360 _ACEOF
22361 rm -f conftest.$ac_objext
22362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22363 (eval $ac_compile) 2>conftest.er1
22364 ac_status=$?
22365 grep -v '^ *+' conftest.er1 >conftest.err
22366 rm -f conftest.er1
22367 cat conftest.err >&5
22368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22369 (exit $ac_status); } &&
22370 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22372 (eval $ac_try) 2>&5
22373 ac_status=$?
22374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22375 (exit $ac_status); }; } &&
22376 { ac_try='test -s conftest.$ac_objext'
22377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22378 (eval $ac_try) 2>&5
22379 ac_status=$?
22380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22381 (exit $ac_status); }; }; then
22382 ac_cv_cxx_reinterpret_cast=yes
22383 else
22384 echo "$as_me: failed program was:" >&5
22385 sed 's/^/| /' conftest.$ac_ext >&5
22386
22387 ac_cv_cxx_reinterpret_cast=no
22388 fi
22389 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22390 ac_ext=c
22391 ac_cpp='$CPP $CPPFLAGS'
22392 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22393 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22394 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22395
22396
22397 fi
22398 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
22399 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
22400 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
22401
22402 cat >>confdefs.h <<\_ACEOF
22403 #define HAVE_REINTERPRET_CAST
22404 _ACEOF
22405
22406 fi
22407
22408 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
22409 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
22410 if test "${ac_cv_cxx_static_cast+set}" = set; then
22411 echo $ECHO_N "(cached) $ECHO_C" >&6
22412 else
22413
22414
22415 ac_ext=cc
22416 ac_cpp='$CXXCPP $CPPFLAGS'
22417 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22418 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22419 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22420
22421 cat >conftest.$ac_ext <<_ACEOF
22422 /* confdefs.h. */
22423 _ACEOF
22424 cat confdefs.h >>conftest.$ac_ext
22425 cat >>conftest.$ac_ext <<_ACEOF
22426 /* end confdefs.h. */
22427 #include <typeinfo>
22428 class Base { public : Base () {} virtual void f () = 0; };
22429 class Derived : public Base { public : Derived () {} virtual void f () {} };
22430 int g (Derived&) { return 0; }
22431 int
22432 main ()
22433 {
22434
22435 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
22436 ;
22437 return 0;
22438 }
22439 _ACEOF
22440 rm -f conftest.$ac_objext
22441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22442 (eval $ac_compile) 2>conftest.er1
22443 ac_status=$?
22444 grep -v '^ *+' conftest.er1 >conftest.err
22445 rm -f conftest.er1
22446 cat conftest.err >&5
22447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22448 (exit $ac_status); } &&
22449 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22451 (eval $ac_try) 2>&5
22452 ac_status=$?
22453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22454 (exit $ac_status); }; } &&
22455 { ac_try='test -s conftest.$ac_objext'
22456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22457 (eval $ac_try) 2>&5
22458 ac_status=$?
22459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22460 (exit $ac_status); }; }; then
22461 ac_cv_cxx_static_cast=yes
22462 else
22463 echo "$as_me: failed program was:" >&5
22464 sed 's/^/| /' conftest.$ac_ext >&5
22465
22466 ac_cv_cxx_static_cast=no
22467 fi
22468 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22469 ac_ext=c
22470 ac_cpp='$CPP $CPPFLAGS'
22471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22474
22475
22476 fi
22477 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
22478 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
22479 if test "$ac_cv_cxx_static_cast" = yes; then
22480
22481 cat >>confdefs.h <<\_ACEOF
22482 #define HAVE_STATIC_CAST
22483 _ACEOF
22484
22485 fi
22486
22487
22488 if test "x$SUNCXX" = xyes; then
22489 CXXFLAGS="$CXXFLAGS -features=tmplife"
22490 fi
22491
22492 if test "x$SUNCC" = xyes; then
22493 CFLAGS="$CFLAGS -erroff=E_NO_EXPLICIT_TYPE_GIVEN"
22494 fi
22495
22496 if test "x$SGICC" = "xyes"; then
22497 CFLAGS="$CFLAGS -woff 3970"
22498 fi
22499 if test "x$SGICXX" = "xyes"; then
22500 CXXFLAGS="$CXXFLAGS -woff 3970"
22501 fi
22502
22503 if test "x$HPCC" = "xyes"; then
22504 CFLAGS="$CFLAGS +W 2011,2450"
22505 fi
22506 if test "x$HPCXX" = "xyes"; then
22507 CXXFLAGS="$CXXFLAGS +W 2340"
22508 fi
22509
22510 if test "x$COMPAQCXX" = "xyes"; then
22511 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
22512 fi
22513
22514 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
22515 ac_ext=cc
22516 ac_cpp='$CXXCPP $CPPFLAGS'
22517 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22518 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22519 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22520
22521
22522 if test "$wxUSE_UNICODE" = "yes"; then
22523 std_string="std::wstring"
22524 char_type="wchar_t"
22525 else
22526 std_string="std::string"
22527 char_type="char"
22528 fi
22529
22530 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
22531 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
22532 cat >conftest.$ac_ext <<_ACEOF
22533 /* confdefs.h. */
22534 _ACEOF
22535 cat confdefs.h >>conftest.$ac_ext
22536 cat >>conftest.$ac_ext <<_ACEOF
22537 /* end confdefs.h. */
22538 #include <string>
22539 int
22540 main ()
22541 {
22542 $std_string foo;
22543 ;
22544 return 0;
22545 }
22546 _ACEOF
22547 rm -f conftest.$ac_objext
22548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22549 (eval $ac_compile) 2>conftest.er1
22550 ac_status=$?
22551 grep -v '^ *+' conftest.er1 >conftest.err
22552 rm -f conftest.er1
22553 cat conftest.err >&5
22554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22555 (exit $ac_status); } &&
22556 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22558 (eval $ac_try) 2>&5
22559 ac_status=$?
22560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22561 (exit $ac_status); }; } &&
22562 { ac_try='test -s conftest.$ac_objext'
22563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22564 (eval $ac_try) 2>&5
22565 ac_status=$?
22566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22567 (exit $ac_status); }; }; then
22568 echo "$as_me:$LINENO: result: yes" >&5
22569 echo "${ECHO_T}yes" >&6
22570 cat >>confdefs.h <<\_ACEOF
22571 #define HAVE_STD_WSTRING 1
22572 _ACEOF
22573
22574 else
22575 echo "$as_me: failed program was:" >&5
22576 sed 's/^/| /' conftest.$ac_ext >&5
22577
22578 echo "$as_me:$LINENO: result: no" >&5
22579 echo "${ECHO_T}no" >&6
22580 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
22581 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
22582 cat >conftest.$ac_ext <<_ACEOF
22583 /* confdefs.h. */
22584 _ACEOF
22585 cat confdefs.h >>conftest.$ac_ext
22586 cat >>conftest.$ac_ext <<_ACEOF
22587 /* end confdefs.h. */
22588
22589 #ifdef HAVE_WCHAR_H
22590 # ifdef __CYGWIN__
22591 # include <stddef.h>
22592 # endif
22593 # include <wchar.h>
22594 #endif
22595 #ifdef HAVE_STDLIB_H
22596 # include <stdlib.h>
22597 #endif
22598 #include <stdio.h>
22599 #include <string>
22600
22601 int
22602 main ()
22603 {
22604 std::basic_string<$char_type> foo;
22605 const $char_type* dummy = foo.c_str();
22606 ;
22607 return 0;
22608 }
22609 _ACEOF
22610 rm -f conftest.$ac_objext
22611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22612 (eval $ac_compile) 2>conftest.er1
22613 ac_status=$?
22614 grep -v '^ *+' conftest.er1 >conftest.err
22615 rm -f conftest.er1
22616 cat conftest.err >&5
22617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22618 (exit $ac_status); } &&
22619 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22621 (eval $ac_try) 2>&5
22622 ac_status=$?
22623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22624 (exit $ac_status); }; } &&
22625 { ac_try='test -s conftest.$ac_objext'
22626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22627 (eval $ac_try) 2>&5
22628 ac_status=$?
22629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630 (exit $ac_status); }; }; then
22631 echo "$as_me:$LINENO: result: yes" >&5
22632 echo "${ECHO_T}yes" >&6
22633 else
22634 echo "$as_me: failed program was:" >&5
22635 sed 's/^/| /' conftest.$ac_ext >&5
22636
22637 echo "$as_me:$LINENO: result: no" >&5
22638 echo "${ECHO_T}no" >&6
22639 if test "$wxUSE_STL" = "yes"; then
22640 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
22641 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
22642 { (exit 1); exit 1; }; }
22643 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
22644 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
22645 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
22646 { (exit 1); exit 1; }; }
22647 else
22648 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
22649 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
22650 wxUSE_STD_STRING=no
22651 fi
22652
22653
22654 fi
22655 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22656
22657 fi
22658 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22659
22660 ac_ext=c
22661 ac_cpp='$CPP $CPPFLAGS'
22662 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22663 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22664 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22665
22666 fi
22667
22668 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
22669 ac_ext=cc
22670 ac_cpp='$CXXCPP $CPPFLAGS'
22671 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22672 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22673 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22674
22675
22676 echo "$as_me:$LINENO: checking for std::istream" >&5
22677 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
22678 if test "${ac_cv_type_std__istream+set}" = set; then
22679 echo $ECHO_N "(cached) $ECHO_C" >&6
22680 else
22681 cat >conftest.$ac_ext <<_ACEOF
22682 /* confdefs.h. */
22683 _ACEOF
22684 cat confdefs.h >>conftest.$ac_ext
22685 cat >>conftest.$ac_ext <<_ACEOF
22686 /* end confdefs.h. */
22687 #include <iostream>
22688
22689 int
22690 main ()
22691 {
22692 if ((std::istream *) 0)
22693 return 0;
22694 if (sizeof (std::istream))
22695 return 0;
22696 ;
22697 return 0;
22698 }
22699 _ACEOF
22700 rm -f conftest.$ac_objext
22701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22702 (eval $ac_compile) 2>conftest.er1
22703 ac_status=$?
22704 grep -v '^ *+' conftest.er1 >conftest.err
22705 rm -f conftest.er1
22706 cat conftest.err >&5
22707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22708 (exit $ac_status); } &&
22709 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22711 (eval $ac_try) 2>&5
22712 ac_status=$?
22713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22714 (exit $ac_status); }; } &&
22715 { ac_try='test -s conftest.$ac_objext'
22716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22717 (eval $ac_try) 2>&5
22718 ac_status=$?
22719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22720 (exit $ac_status); }; }; then
22721 ac_cv_type_std__istream=yes
22722 else
22723 echo "$as_me: failed program was:" >&5
22724 sed 's/^/| /' conftest.$ac_ext >&5
22725
22726 ac_cv_type_std__istream=no
22727 fi
22728 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22729 fi
22730 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
22731 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
22732 if test $ac_cv_type_std__istream = yes; then
22733
22734 cat >>confdefs.h <<_ACEOF
22735 #define HAVE_STD__ISTREAM 1
22736 _ACEOF
22737
22738
22739 else
22740 wxUSE_STD_IOSTREAM=no
22741 fi
22742 echo "$as_me:$LINENO: checking for std::ostream" >&5
22743 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
22744 if test "${ac_cv_type_std__ostream+set}" = set; then
22745 echo $ECHO_N "(cached) $ECHO_C" >&6
22746 else
22747 cat >conftest.$ac_ext <<_ACEOF
22748 /* confdefs.h. */
22749 _ACEOF
22750 cat confdefs.h >>conftest.$ac_ext
22751 cat >>conftest.$ac_ext <<_ACEOF
22752 /* end confdefs.h. */
22753 #include <iostream>
22754
22755 int
22756 main ()
22757 {
22758 if ((std::ostream *) 0)
22759 return 0;
22760 if (sizeof (std::ostream))
22761 return 0;
22762 ;
22763 return 0;
22764 }
22765 _ACEOF
22766 rm -f conftest.$ac_objext
22767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22768 (eval $ac_compile) 2>conftest.er1
22769 ac_status=$?
22770 grep -v '^ *+' conftest.er1 >conftest.err
22771 rm -f conftest.er1
22772 cat conftest.err >&5
22773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22774 (exit $ac_status); } &&
22775 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22777 (eval $ac_try) 2>&5
22778 ac_status=$?
22779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22780 (exit $ac_status); }; } &&
22781 { ac_try='test -s conftest.$ac_objext'
22782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22783 (eval $ac_try) 2>&5
22784 ac_status=$?
22785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22786 (exit $ac_status); }; }; then
22787 ac_cv_type_std__ostream=yes
22788 else
22789 echo "$as_me: failed program was:" >&5
22790 sed 's/^/| /' conftest.$ac_ext >&5
22791
22792 ac_cv_type_std__ostream=no
22793 fi
22794 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22795 fi
22796 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
22797 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
22798 if test $ac_cv_type_std__ostream = yes; then
22799
22800 cat >>confdefs.h <<_ACEOF
22801 #define HAVE_STD__OSTREAM 1
22802 _ACEOF
22803
22804
22805 else
22806 wxUSE_STD_IOSTREAM=no
22807 fi
22808
22809
22810 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
22811 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
22812 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
22813 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
22814 { (exit 1); exit 1; }; }
22815 else
22816 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
22817 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
22818 fi
22819 fi
22820
22821 ac_ext=c
22822 ac_cpp='$CPP $CPPFLAGS'
22823 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22824 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22825 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22826
22827 fi
22828
22829 if test "$wxUSE_STL" = "yes"; then
22830 ac_ext=cc
22831 ac_cpp='$CXXCPP $CPPFLAGS'
22832 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22833 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22834 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22835
22836
22837 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
22838 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
22839 cat >conftest.$ac_ext <<_ACEOF
22840 /* confdefs.h. */
22841 _ACEOF
22842 cat confdefs.h >>conftest.$ac_ext
22843 cat >>conftest.$ac_ext <<_ACEOF
22844 /* end confdefs.h. */
22845 #include <string>
22846 #include <functional>
22847 #include <algorithm>
22848 #include <vector>
22849 #include <list>
22850 int
22851 main ()
22852 {
22853 std::vector<int> moo;
22854 std::list<int> foo;
22855 std::vector<int>::iterator it =
22856 std::find_if(moo.begin(), moo.end(),
22857 std::bind2nd(std::less<int>(), 3));
22858 ;
22859 return 0;
22860 }
22861 _ACEOF
22862 rm -f conftest.$ac_objext
22863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22864 (eval $ac_compile) 2>conftest.er1
22865 ac_status=$?
22866 grep -v '^ *+' conftest.er1 >conftest.err
22867 rm -f conftest.er1
22868 cat conftest.err >&5
22869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22870 (exit $ac_status); } &&
22871 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22873 (eval $ac_try) 2>&5
22874 ac_status=$?
22875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22876 (exit $ac_status); }; } &&
22877 { ac_try='test -s conftest.$ac_objext'
22878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22879 (eval $ac_try) 2>&5
22880 ac_status=$?
22881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22882 (exit $ac_status); }; }; then
22883 echo "$as_me:$LINENO: result: yes" >&5
22884 echo "${ECHO_T}yes" >&6
22885 else
22886 echo "$as_me: failed program was:" >&5
22887 sed 's/^/| /' conftest.$ac_ext >&5
22888
22889 echo "$as_me:$LINENO: result: no" >&5
22890 echo "${ECHO_T}no" >&6
22891 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
22892 echo "$as_me: error: Basic STL functionality missing" >&2;}
22893 { (exit 1); exit 1; }; }
22894 fi
22895 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22896
22897 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
22898 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
22899 cat >conftest.$ac_ext <<_ACEOF
22900 /* confdefs.h. */
22901 _ACEOF
22902 cat confdefs.h >>conftest.$ac_ext
22903 cat >>conftest.$ac_ext <<_ACEOF
22904 /* end confdefs.h. */
22905 #include <string>
22906 int
22907 main ()
22908 {
22909 std::string foo, bar;
22910 foo.compare(bar);
22911 foo.compare(1, 1, bar);
22912 foo.compare(1, 1, bar, 1, 1);
22913 foo.compare("");
22914 foo.compare(1, 1, "");
22915 foo.compare(1, 1, "", 2);
22916 ;
22917 return 0;
22918 }
22919 _ACEOF
22920 rm -f conftest.$ac_objext
22921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22922 (eval $ac_compile) 2>conftest.er1
22923 ac_status=$?
22924 grep -v '^ *+' conftest.er1 >conftest.err
22925 rm -f conftest.er1
22926 cat conftest.err >&5
22927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22928 (exit $ac_status); } &&
22929 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22931 (eval $ac_try) 2>&5
22932 ac_status=$?
22933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22934 (exit $ac_status); }; } &&
22935 { ac_try='test -s conftest.$ac_objext'
22936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22937 (eval $ac_try) 2>&5
22938 ac_status=$?
22939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22940 (exit $ac_status); }; }; then
22941 echo "$as_me:$LINENO: result: yes" >&5
22942 echo "${ECHO_T}yes" >&6
22943 cat >>confdefs.h <<\_ACEOF
22944 #define HAVE_STD_STRING_COMPARE 1
22945 _ACEOF
22946
22947 else
22948 echo "$as_me: failed program was:" >&5
22949 sed 's/^/| /' conftest.$ac_ext >&5
22950
22951 echo "$as_me:$LINENO: result: no" >&5
22952 echo "${ECHO_T}no" >&6
22953 fi
22954 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22955
22956 if test "${ac_cv_header_hash_map+set}" = set; then
22957 echo "$as_me:$LINENO: checking for hash_map" >&5
22958 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22959 if test "${ac_cv_header_hash_map+set}" = set; then
22960 echo $ECHO_N "(cached) $ECHO_C" >&6
22961 fi
22962 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22963 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22964 else
22965 # Is the header compilable?
22966 echo "$as_me:$LINENO: checking hash_map usability" >&5
22967 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
22968 cat >conftest.$ac_ext <<_ACEOF
22969 /* confdefs.h. */
22970 _ACEOF
22971 cat confdefs.h >>conftest.$ac_ext
22972 cat >>conftest.$ac_ext <<_ACEOF
22973 /* end confdefs.h. */
22974 $ac_includes_default
22975 #include <hash_map>
22976 _ACEOF
22977 rm -f conftest.$ac_objext
22978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22979 (eval $ac_compile) 2>conftest.er1
22980 ac_status=$?
22981 grep -v '^ *+' conftest.er1 >conftest.err
22982 rm -f conftest.er1
22983 cat conftest.err >&5
22984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22985 (exit $ac_status); } &&
22986 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22988 (eval $ac_try) 2>&5
22989 ac_status=$?
22990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22991 (exit $ac_status); }; } &&
22992 { ac_try='test -s conftest.$ac_objext'
22993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22994 (eval $ac_try) 2>&5
22995 ac_status=$?
22996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22997 (exit $ac_status); }; }; then
22998 ac_header_compiler=yes
22999 else
23000 echo "$as_me: failed program was:" >&5
23001 sed 's/^/| /' conftest.$ac_ext >&5
23002
23003 ac_header_compiler=no
23004 fi
23005 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23006 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23007 echo "${ECHO_T}$ac_header_compiler" >&6
23008
23009 # Is the header present?
23010 echo "$as_me:$LINENO: checking hash_map presence" >&5
23011 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
23012 cat >conftest.$ac_ext <<_ACEOF
23013 /* confdefs.h. */
23014 _ACEOF
23015 cat confdefs.h >>conftest.$ac_ext
23016 cat >>conftest.$ac_ext <<_ACEOF
23017 /* end confdefs.h. */
23018 #include <hash_map>
23019 _ACEOF
23020 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23021 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23022 ac_status=$?
23023 grep -v '^ *+' conftest.er1 >conftest.err
23024 rm -f conftest.er1
23025 cat conftest.err >&5
23026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23027 (exit $ac_status); } >/dev/null; then
23028 if test -s conftest.err; then
23029 ac_cpp_err=$ac_cxx_preproc_warn_flag
23030 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
23031 else
23032 ac_cpp_err=
23033 fi
23034 else
23035 ac_cpp_err=yes
23036 fi
23037 if test -z "$ac_cpp_err"; then
23038 ac_header_preproc=yes
23039 else
23040 echo "$as_me: failed program was:" >&5
23041 sed 's/^/| /' conftest.$ac_ext >&5
23042
23043 ac_header_preproc=no
23044 fi
23045 rm -f conftest.err conftest.$ac_ext
23046 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23047 echo "${ECHO_T}$ac_header_preproc" >&6
23048
23049 # So? What about this header?
23050 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23051 yes:no: )
23052 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23053 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23054 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
23055 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
23056 ac_header_preproc=yes
23057 ;;
23058 no:yes:* )
23059 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
23060 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
23061 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
23062 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
23063 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
23064 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
23065 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
23066 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23067 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
23068 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
23069 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
23070 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
23071 (
23072 cat <<\_ASBOX
23073 ## ----------------------------------------- ##
23074 ## Report this to wx-dev@lists.wxwidgets.org ##
23075 ## ----------------------------------------- ##
23076 _ASBOX
23077 ) |
23078 sed "s/^/$as_me: WARNING: /" >&2
23079 ;;
23080 esac
23081 echo "$as_me:$LINENO: checking for hash_map" >&5
23082 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23083 if test "${ac_cv_header_hash_map+set}" = set; then
23084 echo $ECHO_N "(cached) $ECHO_C" >&6
23085 else
23086 ac_cv_header_hash_map=$ac_header_preproc
23087 fi
23088 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23089 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23090
23091 fi
23092 if test $ac_cv_header_hash_map = yes; then
23093 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23094 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23095 cat >conftest.$ac_ext <<_ACEOF
23096 /* confdefs.h. */
23097 _ACEOF
23098 cat confdefs.h >>conftest.$ac_ext
23099 cat >>conftest.$ac_ext <<_ACEOF
23100 /* end confdefs.h. */
23101 #include <hash_map>
23102 #include <hash_set>
23103 int
23104 main ()
23105 {
23106 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
23107 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
23108 ;
23109 return 0;
23110 }
23111 _ACEOF
23112 rm -f conftest.$ac_objext
23113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23114 (eval $ac_compile) 2>conftest.er1
23115 ac_status=$?
23116 grep -v '^ *+' conftest.er1 >conftest.err
23117 rm -f conftest.er1
23118 cat conftest.err >&5
23119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23120 (exit $ac_status); } &&
23121 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23123 (eval $ac_try) 2>&5
23124 ac_status=$?
23125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23126 (exit $ac_status); }; } &&
23127 { ac_try='test -s conftest.$ac_objext'
23128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23129 (eval $ac_try) 2>&5
23130 ac_status=$?
23131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23132 (exit $ac_status); }; }; then
23133 echo "$as_me:$LINENO: result: yes" >&5
23134 echo "${ECHO_T}yes" >&6
23135 cat >>confdefs.h <<\_ACEOF
23136 #define HAVE_HASH_MAP 1
23137 _ACEOF
23138
23139 cat >>confdefs.h <<\_ACEOF
23140 #define HAVE_STD_HASH_MAP 1
23141 _ACEOF
23142
23143 else
23144 echo "$as_me: failed program was:" >&5
23145 sed 's/^/| /' conftest.$ac_ext >&5
23146
23147 echo "$as_me:$LINENO: result: no" >&5
23148 echo "${ECHO_T}no" >&6
23149 fi
23150 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23151
23152 fi
23153
23154
23155
23156 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23157 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23158 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23159 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23160 echo $ECHO_N "(cached) $ECHO_C" >&6
23161 fi
23162 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23163 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23164 else
23165 # Is the header compilable?
23166 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
23167 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
23168 cat >conftest.$ac_ext <<_ACEOF
23169 /* confdefs.h. */
23170 _ACEOF
23171 cat confdefs.h >>conftest.$ac_ext
23172 cat >>conftest.$ac_ext <<_ACEOF
23173 /* end confdefs.h. */
23174 $ac_includes_default
23175 #include <ext/hash_map>
23176 _ACEOF
23177 rm -f conftest.$ac_objext
23178 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23179 (eval $ac_compile) 2>conftest.er1
23180 ac_status=$?
23181 grep -v '^ *+' conftest.er1 >conftest.err
23182 rm -f conftest.er1
23183 cat conftest.err >&5
23184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23185 (exit $ac_status); } &&
23186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23188 (eval $ac_try) 2>&5
23189 ac_status=$?
23190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23191 (exit $ac_status); }; } &&
23192 { ac_try='test -s conftest.$ac_objext'
23193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23194 (eval $ac_try) 2>&5
23195 ac_status=$?
23196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23197 (exit $ac_status); }; }; then
23198 ac_header_compiler=yes
23199 else
23200 echo "$as_me: failed program was:" >&5
23201 sed 's/^/| /' conftest.$ac_ext >&5
23202
23203 ac_header_compiler=no
23204 fi
23205 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23206 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23207 echo "${ECHO_T}$ac_header_compiler" >&6
23208
23209 # Is the header present?
23210 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
23211 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
23212 cat >conftest.$ac_ext <<_ACEOF
23213 /* confdefs.h. */
23214 _ACEOF
23215 cat confdefs.h >>conftest.$ac_ext
23216 cat >>conftest.$ac_ext <<_ACEOF
23217 /* end confdefs.h. */
23218 #include <ext/hash_map>
23219 _ACEOF
23220 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23221 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23222 ac_status=$?
23223 grep -v '^ *+' conftest.er1 >conftest.err
23224 rm -f conftest.er1
23225 cat conftest.err >&5
23226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); } >/dev/null; then
23228 if test -s conftest.err; then
23229 ac_cpp_err=$ac_cxx_preproc_warn_flag
23230 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
23231 else
23232 ac_cpp_err=
23233 fi
23234 else
23235 ac_cpp_err=yes
23236 fi
23237 if test -z "$ac_cpp_err"; then
23238 ac_header_preproc=yes
23239 else
23240 echo "$as_me: failed program was:" >&5
23241 sed 's/^/| /' conftest.$ac_ext >&5
23242
23243 ac_header_preproc=no
23244 fi
23245 rm -f conftest.err conftest.$ac_ext
23246 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23247 echo "${ECHO_T}$ac_header_preproc" >&6
23248
23249 # So? What about this header?
23250 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23251 yes:no: )
23252 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23253 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23254 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
23255 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
23256 ac_header_preproc=yes
23257 ;;
23258 no:yes:* )
23259 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
23260 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
23261 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
23262 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
23263 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
23264 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
23265 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
23266 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23267 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
23268 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
23269 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
23270 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
23271 (
23272 cat <<\_ASBOX
23273 ## ----------------------------------------- ##
23274 ## Report this to wx-dev@lists.wxwidgets.org ##
23275 ## ----------------------------------------- ##
23276 _ASBOX
23277 ) |
23278 sed "s/^/$as_me: WARNING: /" >&2
23279 ;;
23280 esac
23281 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23282 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23283 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23284 echo $ECHO_N "(cached) $ECHO_C" >&6
23285 else
23286 ac_cv_header_ext_hash_map=$ac_header_preproc
23287 fi
23288 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23289 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23290
23291 fi
23292 if test $ac_cv_header_ext_hash_map = yes; then
23293 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23294 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23295 cat >conftest.$ac_ext <<_ACEOF
23296 /* confdefs.h. */
23297 _ACEOF
23298 cat confdefs.h >>conftest.$ac_ext
23299 cat >>conftest.$ac_ext <<_ACEOF
23300 /* end confdefs.h. */
23301 #include <ext/hash_map>
23302 #include <ext/hash_set>
23303 int
23304 main ()
23305 {
23306 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
23307 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
23308 ;
23309 return 0;
23310 }
23311 _ACEOF
23312 rm -f conftest.$ac_objext
23313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23314 (eval $ac_compile) 2>conftest.er1
23315 ac_status=$?
23316 grep -v '^ *+' conftest.er1 >conftest.err
23317 rm -f conftest.er1
23318 cat conftest.err >&5
23319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23320 (exit $ac_status); } &&
23321 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23323 (eval $ac_try) 2>&5
23324 ac_status=$?
23325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23326 (exit $ac_status); }; } &&
23327 { ac_try='test -s conftest.$ac_objext'
23328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23329 (eval $ac_try) 2>&5
23330 ac_status=$?
23331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23332 (exit $ac_status); }; }; then
23333 echo "$as_me:$LINENO: result: yes" >&5
23334 echo "${ECHO_T}yes" >&6
23335 cat >>confdefs.h <<\_ACEOF
23336 #define HAVE_EXT_HASH_MAP 1
23337 _ACEOF
23338
23339 cat >>confdefs.h <<\_ACEOF
23340 #define HAVE_GNU_CXX_HASH_MAP 1
23341 _ACEOF
23342
23343 else
23344 echo "$as_me: failed program was:" >&5
23345 sed 's/^/| /' conftest.$ac_ext >&5
23346
23347 echo "$as_me:$LINENO: result: no" >&5
23348 echo "${ECHO_T}no" >&6
23349 fi
23350 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23351
23352 fi
23353
23354
23355
23356 ac_ext=c
23357 ac_cpp='$CPP $CPPFLAGS'
23358 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23359 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23360 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23361
23362 fi
23363
23364
23365 SEARCH_INCLUDE="\
23366 /usr/local/include \
23367 \
23368 /usr/Motif-2.1/include \
23369 /usr/Motif-1.2/include \
23370 /usr/include/Motif1.2 \
23371 \
23372 /usr/dt/include \
23373 /usr/openwin/include \
23374 \
23375 /usr/include/Xm \
23376 \
23377 /usr/X11R6/include \
23378 /usr/X11R6.4/include \
23379 /usr/X11R5/include \
23380 /usr/X11R4/include \
23381 \
23382 /usr/include/X11R6 \
23383 /usr/include/X11R5 \
23384 /usr/include/X11R4 \
23385 \
23386 /usr/local/X11R6/include \
23387 /usr/local/X11R5/include \
23388 /usr/local/X11R4/include \
23389 \
23390 /usr/local/include/X11R6 \
23391 /usr/local/include/X11R5 \
23392 /usr/local/include/X11R4 \
23393 \
23394 /usr/X11/include \
23395 /usr/include/X11 \
23396 /usr/local/X11/include \
23397 /usr/local/include/X11 \
23398 \
23399 /usr/XFree86/include/X11 \
23400 /usr/pkg/include \
23401 \
23402 /usr/openwin/share/include"
23403
23404 echo "$as_me:$LINENO: checking for libraries directory" >&5
23405 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
23406
23407 case "${host}" in
23408 *-*-irix6* )
23409 if test "${wx_cv_std_libpath+set}" = set; then
23410 echo $ECHO_N "(cached) $ECHO_C" >&6
23411 else
23412
23413 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
23414 for e in a so sl dylib dll.a; do
23415 libc="$d/libc.$e"
23416 if test -f $libc; then
23417 save_LIBS="$LIBS"
23418 LIBS="$libc"
23419 cat >conftest.$ac_ext <<_ACEOF
23420 int main() { return 0; }
23421 _ACEOF
23422 rm -f conftest.$ac_objext conftest$ac_exeext
23423 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23424 (eval $ac_link) 2>conftest.er1
23425 ac_status=$?
23426 grep -v '^ *+' conftest.er1 >conftest.err
23427 rm -f conftest.er1
23428 cat conftest.err >&5
23429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23430 (exit $ac_status); } &&
23431 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23433 (eval $ac_try) 2>&5
23434 ac_status=$?
23435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23436 (exit $ac_status); }; } &&
23437 { ac_try='test -s conftest$ac_exeext'
23438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23439 (eval $ac_try) 2>&5
23440 ac_status=$?
23441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23442 (exit $ac_status); }; }; then
23443 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
23444 else
23445 echo "$as_me: failed program was:" >&5
23446 sed 's/^/| /' conftest.$ac_ext >&5
23447
23448 fi
23449 rm -f conftest.err conftest.$ac_objext \
23450 conftest$ac_exeext conftest.$ac_ext
23451 LIBS="$save_LIBS"
23452 if test "x$wx_cv_std_libpath" != "x"; then
23453 break 2
23454 fi
23455 fi
23456 done
23457 done
23458 if test "x$wx_cv_std_libpath" = "x"; then
23459 wx_cv_std_libpath="lib"
23460 fi
23461
23462
23463 fi
23464
23465 ;;
23466
23467 *-*-solaris2* )
23468 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
23469 wx_cv_std_libpath="lib/64"
23470 else
23471 wx_cv_std_libpath="lib"
23472 fi
23473 ;;
23474
23475 *-*-linux* )
23476 if test "$ac_cv_sizeof_void_p" = 8 -a \
23477 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
23478 wx_cv_std_libpath="lib64"
23479 else
23480 wx_cv_std_libpath="lib"
23481 fi
23482 ;;
23483
23484 *)
23485 wx_cv_std_libpath="lib";
23486 ;;
23487 esac
23488
23489 echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
23490 echo "${ECHO_T}$wx_cv_std_libpath" >&6
23491
23492 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
23493
23494 if test "$build" != "$host" -a "$GCC" = yes; then
23495 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
23496 cross_root=`dirname $cross_root`
23497 cross_root=`dirname $cross_root`
23498
23499 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23500 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23501 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
23502
23503 if test -z "$PKG_CONFIG_PATH"; then
23504 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
23505 export PKG_CONFIG_PATH
23506 fi
23507
23508 if test -z "$x_includes" -o "$x_includes" = NONE; then
23509
23510 ac_find_includes=
23511 for ac_dir in $SEARCH_INCLUDE /usr/include;
23512 do
23513 if test -f "$ac_dir/X11/Intrinsic.h"; then
23514 ac_find_includes=$ac_dir
23515 break
23516 fi
23517 done
23518
23519 x_includes=$ac_find_includes
23520 fi
23521 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
23522
23523 ac_find_libraries=
23524 for ac_dir in $SEARCH_LIB;
23525 do
23526 for ac_extension in a so sl dylib dll.a; do
23527 if test -f "$ac_dir/libXt.$ac_extension"; then
23528 ac_find_libraries=$ac_dir
23529 break 2
23530 fi
23531 done
23532 done
23533
23534 x_libraries=$ac_find_libraries
23535 fi
23536 fi
23537 fi
23538
23539
23540 cat >confcache <<\_ACEOF
23541 # This file is a shell script that caches the results of configure
23542 # tests run on this system so they can be shared between configure
23543 # scripts and configure runs, see configure's option --config-cache.
23544 # It is not useful on other systems. If it contains results you don't
23545 # want to keep, you may remove or edit it.
23546 #
23547 # config.status only pays attention to the cache file if you give it
23548 # the --recheck option to rerun configure.
23549 #
23550 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23551 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23552 # following values.
23553
23554 _ACEOF
23555
23556 # The following way of writing the cache mishandles newlines in values,
23557 # but we know of no workaround that is simple, portable, and efficient.
23558 # So, don't put newlines in cache variables' values.
23559 # Ultrix sh set writes to stderr and can't be redirected directly,
23560 # and sets the high bit in the cache file unless we assign to the vars.
23561 {
23562 (set) 2>&1 |
23563 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23564 *ac_space=\ *)
23565 # `set' does not quote correctly, so add quotes (double-quote
23566 # substitution turns \\\\ into \\, and sed turns \\ into \).
23567 sed -n \
23568 "s/'/'\\\\''/g;
23569 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23570 ;;
23571 *)
23572 # `set' quotes correctly as required by POSIX, so do not add quotes.
23573 sed -n \
23574 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23575 ;;
23576 esac;
23577 } |
23578 sed '
23579 t clear
23580 : clear
23581 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23582 t end
23583 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23584 : end' >>confcache
23585 if diff $cache_file confcache >/dev/null 2>&1; then :; else
23586 if test -w $cache_file; then
23587 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23588 cat confcache >$cache_file
23589 else
23590 echo "not updating unwritable cache $cache_file"
23591 fi
23592 fi
23593 rm -f confcache
23594
23595 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
23596 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
23597 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
23598 if test "${wx_cv_lib_glibc21+set}" = set; then
23599 echo $ECHO_N "(cached) $ECHO_C" >&6
23600 else
23601
23602 cat >conftest.$ac_ext <<_ACEOF
23603 /* confdefs.h. */
23604 _ACEOF
23605 cat confdefs.h >>conftest.$ac_ext
23606 cat >>conftest.$ac_ext <<_ACEOF
23607 /* end confdefs.h. */
23608 #include <features.h>
23609 int
23610 main ()
23611 {
23612
23613 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
23614 not glibc 2.1
23615 #endif
23616
23617 ;
23618 return 0;
23619 }
23620 _ACEOF
23621 rm -f conftest.$ac_objext
23622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23623 (eval $ac_compile) 2>conftest.er1
23624 ac_status=$?
23625 grep -v '^ *+' conftest.er1 >conftest.err
23626 rm -f conftest.er1
23627 cat conftest.err >&5
23628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23629 (exit $ac_status); } &&
23630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23632 (eval $ac_try) 2>&5
23633 ac_status=$?
23634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23635 (exit $ac_status); }; } &&
23636 { ac_try='test -s conftest.$ac_objext'
23637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23638 (eval $ac_try) 2>&5
23639 ac_status=$?
23640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23641 (exit $ac_status); }; }; then
23642
23643 wx_cv_lib_glibc21=yes
23644
23645 else
23646 echo "$as_me: failed program was:" >&5
23647 sed 's/^/| /' conftest.$ac_ext >&5
23648
23649
23650 wx_cv_lib_glibc21=no
23651
23652
23653 fi
23654 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23655
23656 fi
23657 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
23658 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
23659 if test "$wx_cv_lib_glibc21" = "yes"; then
23660 cat >>confdefs.h <<\_ACEOF
23661 #define wxHAVE_GLIBC2 1
23662 _ACEOF
23663
23664 fi
23665 fi
23666
23667 if test "x$wx_cv_lib_glibc21" = "xyes"; then
23668 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
23669 cat >>confdefs.h <<\_ACEOF
23670 #define _GNU_SOURCE 1
23671 _ACEOF
23672
23673 fi
23674 fi
23675
23676
23677
23678 if test "$wxUSE_REGEX" != "no"; then
23679 cat >>confdefs.h <<\_ACEOF
23680 #define wxUSE_REGEX 1
23681 _ACEOF
23682
23683
23684 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
23685 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
23686 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
23687 wxUSE_REGEX=builtin
23688 fi
23689
23690 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
23691 if test "${ac_cv_header_regex_h+set}" = set; then
23692 echo "$as_me:$LINENO: checking for regex.h" >&5
23693 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23694 if test "${ac_cv_header_regex_h+set}" = set; then
23695 echo $ECHO_N "(cached) $ECHO_C" >&6
23696 fi
23697 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23698 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23699 else
23700 # Is the header compilable?
23701 echo "$as_me:$LINENO: checking regex.h usability" >&5
23702 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
23703 cat >conftest.$ac_ext <<_ACEOF
23704 /* confdefs.h. */
23705 _ACEOF
23706 cat confdefs.h >>conftest.$ac_ext
23707 cat >>conftest.$ac_ext <<_ACEOF
23708 /* end confdefs.h. */
23709 $ac_includes_default
23710 #include <regex.h>
23711 _ACEOF
23712 rm -f conftest.$ac_objext
23713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23714 (eval $ac_compile) 2>conftest.er1
23715 ac_status=$?
23716 grep -v '^ *+' conftest.er1 >conftest.err
23717 rm -f conftest.er1
23718 cat conftest.err >&5
23719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23720 (exit $ac_status); } &&
23721 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23723 (eval $ac_try) 2>&5
23724 ac_status=$?
23725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23726 (exit $ac_status); }; } &&
23727 { ac_try='test -s conftest.$ac_objext'
23728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23729 (eval $ac_try) 2>&5
23730 ac_status=$?
23731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23732 (exit $ac_status); }; }; then
23733 ac_header_compiler=yes
23734 else
23735 echo "$as_me: failed program was:" >&5
23736 sed 's/^/| /' conftest.$ac_ext >&5
23737
23738 ac_header_compiler=no
23739 fi
23740 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23741 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23742 echo "${ECHO_T}$ac_header_compiler" >&6
23743
23744 # Is the header present?
23745 echo "$as_me:$LINENO: checking regex.h presence" >&5
23746 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
23747 cat >conftest.$ac_ext <<_ACEOF
23748 /* confdefs.h. */
23749 _ACEOF
23750 cat confdefs.h >>conftest.$ac_ext
23751 cat >>conftest.$ac_ext <<_ACEOF
23752 /* end confdefs.h. */
23753 #include <regex.h>
23754 _ACEOF
23755 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23756 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23757 ac_status=$?
23758 grep -v '^ *+' conftest.er1 >conftest.err
23759 rm -f conftest.er1
23760 cat conftest.err >&5
23761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23762 (exit $ac_status); } >/dev/null; then
23763 if test -s conftest.err; then
23764 ac_cpp_err=$ac_c_preproc_warn_flag
23765 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23766 else
23767 ac_cpp_err=
23768 fi
23769 else
23770 ac_cpp_err=yes
23771 fi
23772 if test -z "$ac_cpp_err"; then
23773 ac_header_preproc=yes
23774 else
23775 echo "$as_me: failed program was:" >&5
23776 sed 's/^/| /' conftest.$ac_ext >&5
23777
23778 ac_header_preproc=no
23779 fi
23780 rm -f conftest.err conftest.$ac_ext
23781 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23782 echo "${ECHO_T}$ac_header_preproc" >&6
23783
23784 # So? What about this header?
23785 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23786 yes:no: )
23787 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
23788 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23789 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
23790 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
23791 ac_header_preproc=yes
23792 ;;
23793 no:yes:* )
23794 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
23795 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
23796 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
23797 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
23798 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
23799 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
23800 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
23801 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
23802 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
23803 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
23804 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
23805 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
23806 (
23807 cat <<\_ASBOX
23808 ## ----------------------------------------- ##
23809 ## Report this to wx-dev@lists.wxwidgets.org ##
23810 ## ----------------------------------------- ##
23811 _ASBOX
23812 ) |
23813 sed "s/^/$as_me: WARNING: /" >&2
23814 ;;
23815 esac
23816 echo "$as_me:$LINENO: checking for regex.h" >&5
23817 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23818 if test "${ac_cv_header_regex_h+set}" = set; then
23819 echo $ECHO_N "(cached) $ECHO_C" >&6
23820 else
23821 ac_cv_header_regex_h=$ac_header_preproc
23822 fi
23823 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23824 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23825
23826 fi
23827 if test $ac_cv_header_regex_h = yes; then
23828
23829
23830 for ac_func in regcomp re_search
23831 do
23832 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23833 echo "$as_me:$LINENO: checking for $ac_func" >&5
23834 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23835 if eval "test \"\${$as_ac_var+set}\" = set"; then
23836 echo $ECHO_N "(cached) $ECHO_C" >&6
23837 else
23838 cat >conftest.$ac_ext <<_ACEOF
23839 /* confdefs.h. */
23840 _ACEOF
23841 cat confdefs.h >>conftest.$ac_ext
23842 cat >>conftest.$ac_ext <<_ACEOF
23843 /* end confdefs.h. */
23844 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23846 #define $ac_func innocuous_$ac_func
23847
23848 /* System header to define __stub macros and hopefully few prototypes,
23849 which can conflict with char $ac_func (); below.
23850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23851 <limits.h> exists even on freestanding compilers. */
23852
23853 #ifdef __STDC__
23854 # include <limits.h>
23855 #else
23856 # include <assert.h>
23857 #endif
23858
23859 #undef $ac_func
23860
23861 /* Override any gcc2 internal prototype to avoid an error. */
23862 #ifdef __cplusplus
23863 extern "C"
23864 {
23865 #endif
23866 /* We use char because int might match the return type of a gcc2
23867 builtin and then its argument prototype would still apply. */
23868 char $ac_func ();
23869 /* The GNU C library defines this for functions which it implements
23870 to always fail with ENOSYS. Some functions are actually named
23871 something starting with __ and the normal name is an alias. */
23872 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23873 choke me
23874 #else
23875 char (*f) () = $ac_func;
23876 #endif
23877 #ifdef __cplusplus
23878 }
23879 #endif
23880
23881 int
23882 main ()
23883 {
23884 return f != $ac_func;
23885 ;
23886 return 0;
23887 }
23888 _ACEOF
23889 rm -f conftest.$ac_objext conftest$ac_exeext
23890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23891 (eval $ac_link) 2>conftest.er1
23892 ac_status=$?
23893 grep -v '^ *+' conftest.er1 >conftest.err
23894 rm -f conftest.er1
23895 cat conftest.err >&5
23896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23897 (exit $ac_status); } &&
23898 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23900 (eval $ac_try) 2>&5
23901 ac_status=$?
23902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23903 (exit $ac_status); }; } &&
23904 { ac_try='test -s conftest$ac_exeext'
23905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23906 (eval $ac_try) 2>&5
23907 ac_status=$?
23908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23909 (exit $ac_status); }; }; then
23910 eval "$as_ac_var=yes"
23911 else
23912 echo "$as_me: failed program was:" >&5
23913 sed 's/^/| /' conftest.$ac_ext >&5
23914
23915 eval "$as_ac_var=no"
23916 fi
23917 rm -f conftest.err conftest.$ac_objext \
23918 conftest$ac_exeext conftest.$ac_ext
23919 fi
23920 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23921 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23922 if test `eval echo '${'$as_ac_var'}'` = yes; then
23923 cat >>confdefs.h <<_ACEOF
23924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23925 _ACEOF
23926
23927 fi
23928 done
23929
23930 fi
23931
23932
23933
23934 if test "x$ac_cv_func_regcomp" != "xyes"; then
23935 if test "$wxUSE_REGEX" = "sys" ; then
23936 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
23937 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
23938 { (exit 1); exit 1; }; }
23939 else
23940 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
23941 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
23942 wxUSE_REGEX=builtin
23943 fi
23944 else
23945 wxUSE_REGEX=sys
23946 cat >>confdefs.h <<\_ACEOF
23947 #define WX_NO_REGEX_ADVANCED 1
23948 _ACEOF
23949
23950 fi
23951 fi
23952 fi
23953
23954
23955 ZLIB_LINK=
23956 if test "$wxUSE_ZLIB" != "no" ; then
23957 cat >>confdefs.h <<\_ACEOF
23958 #define wxUSE_ZLIB 1
23959 _ACEOF
23960
23961
23962 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
23963 if test "$USE_DARWIN" = 1; then
23964 system_zlib_h_ok="yes"
23965 else
23966 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
23967 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
23968 if test "${ac_cv_header_zlib_h+set}" = set; then
23969 echo $ECHO_N "(cached) $ECHO_C" >&6
23970 else
23971 if test "$cross_compiling" = yes; then
23972 unset ac_cv_header_zlib_h
23973
23974 else
23975 cat >conftest.$ac_ext <<_ACEOF
23976 /* confdefs.h. */
23977 _ACEOF
23978 cat confdefs.h >>conftest.$ac_ext
23979 cat >>conftest.$ac_ext <<_ACEOF
23980 /* end confdefs.h. */
23981
23982 #include <zlib.h>
23983 #include <stdio.h>
23984
23985 int main()
23986 {
23987 FILE *f=fopen("conftestval", "w");
23988 if (!f) exit(1);
23989 fprintf(f, "%s",
23990 ZLIB_VERSION[0] == '1' &&
23991 (ZLIB_VERSION[2] > '1' ||
23992 (ZLIB_VERSION[2] == '1' &&
23993 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
23994 exit(0);
23995 }
23996
23997 _ACEOF
23998 rm -f conftest$ac_exeext
23999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24000 (eval $ac_link) 2>&5
24001 ac_status=$?
24002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24003 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24005 (eval $ac_try) 2>&5
24006 ac_status=$?
24007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24008 (exit $ac_status); }; }; then
24009 ac_cv_header_zlib_h=`cat conftestval`
24010 else
24011 echo "$as_me: program exited with status $ac_status" >&5
24012 echo "$as_me: failed program was:" >&5
24013 sed 's/^/| /' conftest.$ac_ext >&5
24014
24015 ( exit $ac_status )
24016 ac_cv_header_zlib_h=no
24017 fi
24018 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24019 fi
24020
24021 fi
24022 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24023 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24024 if test "${ac_cv_header_zlib_h+set}" = set; then
24025 echo "$as_me:$LINENO: checking for zlib.h" >&5
24026 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24027 if test "${ac_cv_header_zlib_h+set}" = set; then
24028 echo $ECHO_N "(cached) $ECHO_C" >&6
24029 fi
24030 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24031 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24032 else
24033 # Is the header compilable?
24034 echo "$as_me:$LINENO: checking zlib.h usability" >&5
24035 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
24036 cat >conftest.$ac_ext <<_ACEOF
24037 /* confdefs.h. */
24038 _ACEOF
24039 cat confdefs.h >>conftest.$ac_ext
24040 cat >>conftest.$ac_ext <<_ACEOF
24041 /* end confdefs.h. */
24042 $ac_includes_default
24043 #include <zlib.h>
24044 _ACEOF
24045 rm -f conftest.$ac_objext
24046 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24047 (eval $ac_compile) 2>conftest.er1
24048 ac_status=$?
24049 grep -v '^ *+' conftest.er1 >conftest.err
24050 rm -f conftest.er1
24051 cat conftest.err >&5
24052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24053 (exit $ac_status); } &&
24054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24056 (eval $ac_try) 2>&5
24057 ac_status=$?
24058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24059 (exit $ac_status); }; } &&
24060 { ac_try='test -s conftest.$ac_objext'
24061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24062 (eval $ac_try) 2>&5
24063 ac_status=$?
24064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24065 (exit $ac_status); }; }; then
24066 ac_header_compiler=yes
24067 else
24068 echo "$as_me: failed program was:" >&5
24069 sed 's/^/| /' conftest.$ac_ext >&5
24070
24071 ac_header_compiler=no
24072 fi
24073 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24074 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24075 echo "${ECHO_T}$ac_header_compiler" >&6
24076
24077 # Is the header present?
24078 echo "$as_me:$LINENO: checking zlib.h presence" >&5
24079 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
24080 cat >conftest.$ac_ext <<_ACEOF
24081 /* confdefs.h. */
24082 _ACEOF
24083 cat confdefs.h >>conftest.$ac_ext
24084 cat >>conftest.$ac_ext <<_ACEOF
24085 /* end confdefs.h. */
24086 #include <zlib.h>
24087 _ACEOF
24088 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24089 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24090 ac_status=$?
24091 grep -v '^ *+' conftest.er1 >conftest.err
24092 rm -f conftest.er1
24093 cat conftest.err >&5
24094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24095 (exit $ac_status); } >/dev/null; then
24096 if test -s conftest.err; then
24097 ac_cpp_err=$ac_c_preproc_warn_flag
24098 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24099 else
24100 ac_cpp_err=
24101 fi
24102 else
24103 ac_cpp_err=yes
24104 fi
24105 if test -z "$ac_cpp_err"; then
24106 ac_header_preproc=yes
24107 else
24108 echo "$as_me: failed program was:" >&5
24109 sed 's/^/| /' conftest.$ac_ext >&5
24110
24111 ac_header_preproc=no
24112 fi
24113 rm -f conftest.err conftest.$ac_ext
24114 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24115 echo "${ECHO_T}$ac_header_preproc" >&6
24116
24117 # So? What about this header?
24118 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24119 yes:no: )
24120 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24121 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24122 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
24123 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
24124 ac_header_preproc=yes
24125 ;;
24126 no:yes:* )
24127 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
24128 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
24129 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
24130 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
24131 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
24132 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
24133 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
24134 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
24135 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
24136 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
24137 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
24138 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
24139 (
24140 cat <<\_ASBOX
24141 ## ----------------------------------------- ##
24142 ## Report this to wx-dev@lists.wxwidgets.org ##
24143 ## ----------------------------------------- ##
24144 _ASBOX
24145 ) |
24146 sed "s/^/$as_me: WARNING: /" >&2
24147 ;;
24148 esac
24149 echo "$as_me:$LINENO: checking for zlib.h" >&5
24150 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24151 if test "${ac_cv_header_zlib_h+set}" = set; then
24152 echo $ECHO_N "(cached) $ECHO_C" >&6
24153 else
24154 ac_cv_header_zlib_h=$ac_header_preproc
24155 fi
24156 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24157 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24158
24159 fi
24160
24161
24162
24163 system_zlib_h_ok=$ac_cv_header_zlib_h
24164 fi
24165
24166 if test "$system_zlib_h_ok" = "yes"; then
24167 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
24168 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
24169 if test "${ac_cv_lib_z_deflate+set}" = set; then
24170 echo $ECHO_N "(cached) $ECHO_C" >&6
24171 else
24172 ac_check_lib_save_LIBS=$LIBS
24173 LIBS="-lz $LIBS"
24174 cat >conftest.$ac_ext <<_ACEOF
24175 /* confdefs.h. */
24176 _ACEOF
24177 cat confdefs.h >>conftest.$ac_ext
24178 cat >>conftest.$ac_ext <<_ACEOF
24179 /* end confdefs.h. */
24180
24181 /* Override any gcc2 internal prototype to avoid an error. */
24182 #ifdef __cplusplus
24183 extern "C"
24184 #endif
24185 /* We use char because int might match the return type of a gcc2
24186 builtin and then its argument prototype would still apply. */
24187 char deflate ();
24188 int
24189 main ()
24190 {
24191 deflate ();
24192 ;
24193 return 0;
24194 }
24195 _ACEOF
24196 rm -f conftest.$ac_objext conftest$ac_exeext
24197 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24198 (eval $ac_link) 2>conftest.er1
24199 ac_status=$?
24200 grep -v '^ *+' conftest.er1 >conftest.err
24201 rm -f conftest.er1
24202 cat conftest.err >&5
24203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24204 (exit $ac_status); } &&
24205 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24207 (eval $ac_try) 2>&5
24208 ac_status=$?
24209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24210 (exit $ac_status); }; } &&
24211 { ac_try='test -s conftest$ac_exeext'
24212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24213 (eval $ac_try) 2>&5
24214 ac_status=$?
24215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24216 (exit $ac_status); }; }; then
24217 ac_cv_lib_z_deflate=yes
24218 else
24219 echo "$as_me: failed program was:" >&5
24220 sed 's/^/| /' conftest.$ac_ext >&5
24221
24222 ac_cv_lib_z_deflate=no
24223 fi
24224 rm -f conftest.err conftest.$ac_objext \
24225 conftest$ac_exeext conftest.$ac_ext
24226 LIBS=$ac_check_lib_save_LIBS
24227 fi
24228 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
24229 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
24230 if test $ac_cv_lib_z_deflate = yes; then
24231 ZLIB_LINK=" -lz"
24232 fi
24233
24234 fi
24235
24236 if test "x$ZLIB_LINK" = "x" ; then
24237 if test "$wxUSE_ZLIB" = "sys" ; then
24238 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
24239 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
24240 { (exit 1); exit 1; }; }
24241 else
24242 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
24243 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
24244 wxUSE_ZLIB=builtin
24245 fi
24246 else
24247 wxUSE_ZLIB=sys
24248 fi
24249 fi
24250 fi
24251
24252
24253 PNG_LINK=
24254 if test "$wxUSE_LIBPNG" != "no" ; then
24255 cat >>confdefs.h <<\_ACEOF
24256 #define wxUSE_LIBPNG 1
24257 _ACEOF
24258
24259
24260 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
24261 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
24262 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
24263 wxUSE_LIBPNG=sys
24264 fi
24265
24266 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
24267 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
24268 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
24269 wxUSE_LIBPNG=builtin
24270 fi
24271
24272 if test "$wxUSE_MGL" != 1 ; then
24273 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
24274 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
24275 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
24276 if test "${ac_cv_header_png_h+set}" = set; then
24277 echo $ECHO_N "(cached) $ECHO_C" >&6
24278 else
24279 if test "$cross_compiling" = yes; then
24280 unset ac_cv_header_png_h
24281
24282 else
24283 cat >conftest.$ac_ext <<_ACEOF
24284 /* confdefs.h. */
24285 _ACEOF
24286 cat confdefs.h >>conftest.$ac_ext
24287 cat >>conftest.$ac_ext <<_ACEOF
24288 /* end confdefs.h. */
24289
24290 #include <png.h>
24291 #include <stdio.h>
24292
24293 int main()
24294 {
24295 FILE *f=fopen("conftestval", "w");
24296 if (!f) exit(1);
24297 fprintf(f, "%s",
24298 PNG_LIBPNG_VER > 90 ? "yes" : "no");
24299 exit(0);
24300 }
24301
24302 _ACEOF
24303 rm -f conftest$ac_exeext
24304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24305 (eval $ac_link) 2>&5
24306 ac_status=$?
24307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24308 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24310 (eval $ac_try) 2>&5
24311 ac_status=$?
24312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24313 (exit $ac_status); }; }; then
24314 ac_cv_header_png_h=`cat conftestval`
24315 else
24316 echo "$as_me: program exited with status $ac_status" >&5
24317 echo "$as_me: failed program was:" >&5
24318 sed 's/^/| /' conftest.$ac_ext >&5
24319
24320 ( exit $ac_status )
24321 ac_cv_header_png_h=no
24322 fi
24323 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24324 fi
24325
24326 fi
24327 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24328 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24329 if test "${ac_cv_header_png_h+set}" = set; then
24330 echo "$as_me:$LINENO: checking for png.h" >&5
24331 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24332 if test "${ac_cv_header_png_h+set}" = set; then
24333 echo $ECHO_N "(cached) $ECHO_C" >&6
24334 fi
24335 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24336 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24337 else
24338 # Is the header compilable?
24339 echo "$as_me:$LINENO: checking png.h usability" >&5
24340 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
24341 cat >conftest.$ac_ext <<_ACEOF
24342 /* confdefs.h. */
24343 _ACEOF
24344 cat confdefs.h >>conftest.$ac_ext
24345 cat >>conftest.$ac_ext <<_ACEOF
24346 /* end confdefs.h. */
24347 $ac_includes_default
24348 #include <png.h>
24349 _ACEOF
24350 rm -f conftest.$ac_objext
24351 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24352 (eval $ac_compile) 2>conftest.er1
24353 ac_status=$?
24354 grep -v '^ *+' conftest.er1 >conftest.err
24355 rm -f conftest.er1
24356 cat conftest.err >&5
24357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24358 (exit $ac_status); } &&
24359 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24361 (eval $ac_try) 2>&5
24362 ac_status=$?
24363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24364 (exit $ac_status); }; } &&
24365 { ac_try='test -s conftest.$ac_objext'
24366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24367 (eval $ac_try) 2>&5
24368 ac_status=$?
24369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24370 (exit $ac_status); }; }; then
24371 ac_header_compiler=yes
24372 else
24373 echo "$as_me: failed program was:" >&5
24374 sed 's/^/| /' conftest.$ac_ext >&5
24375
24376 ac_header_compiler=no
24377 fi
24378 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24379 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24380 echo "${ECHO_T}$ac_header_compiler" >&6
24381
24382 # Is the header present?
24383 echo "$as_me:$LINENO: checking png.h presence" >&5
24384 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
24385 cat >conftest.$ac_ext <<_ACEOF
24386 /* confdefs.h. */
24387 _ACEOF
24388 cat confdefs.h >>conftest.$ac_ext
24389 cat >>conftest.$ac_ext <<_ACEOF
24390 /* end confdefs.h. */
24391 #include <png.h>
24392 _ACEOF
24393 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24394 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24395 ac_status=$?
24396 grep -v '^ *+' conftest.er1 >conftest.err
24397 rm -f conftest.er1
24398 cat conftest.err >&5
24399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24400 (exit $ac_status); } >/dev/null; then
24401 if test -s conftest.err; then
24402 ac_cpp_err=$ac_c_preproc_warn_flag
24403 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24404 else
24405 ac_cpp_err=
24406 fi
24407 else
24408 ac_cpp_err=yes
24409 fi
24410 if test -z "$ac_cpp_err"; then
24411 ac_header_preproc=yes
24412 else
24413 echo "$as_me: failed program was:" >&5
24414 sed 's/^/| /' conftest.$ac_ext >&5
24415
24416 ac_header_preproc=no
24417 fi
24418 rm -f conftest.err conftest.$ac_ext
24419 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24420 echo "${ECHO_T}$ac_header_preproc" >&6
24421
24422 # So? What about this header?
24423 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24424 yes:no: )
24425 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
24426 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24427 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
24428 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
24429 ac_header_preproc=yes
24430 ;;
24431 no:yes:* )
24432 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
24433 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
24434 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
24435 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
24436 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
24437 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
24438 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
24439 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
24440 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
24441 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
24442 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
24443 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
24444 (
24445 cat <<\_ASBOX
24446 ## ----------------------------------------- ##
24447 ## Report this to wx-dev@lists.wxwidgets.org ##
24448 ## ----------------------------------------- ##
24449 _ASBOX
24450 ) |
24451 sed "s/^/$as_me: WARNING: /" >&2
24452 ;;
24453 esac
24454 echo "$as_me:$LINENO: checking for png.h" >&5
24455 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24456 if test "${ac_cv_header_png_h+set}" = set; then
24457 echo $ECHO_N "(cached) $ECHO_C" >&6
24458 else
24459 ac_cv_header_png_h=$ac_header_preproc
24460 fi
24461 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24462 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24463
24464 fi
24465
24466
24467
24468 if test "$ac_cv_header_png_h" = "yes"; then
24469 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
24470 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
24471 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
24472 echo $ECHO_N "(cached) $ECHO_C" >&6
24473 else
24474 ac_check_lib_save_LIBS=$LIBS
24475 LIBS="-lpng -lz -lm $LIBS"
24476 cat >conftest.$ac_ext <<_ACEOF
24477 /* confdefs.h. */
24478 _ACEOF
24479 cat confdefs.h >>conftest.$ac_ext
24480 cat >>conftest.$ac_ext <<_ACEOF
24481 /* end confdefs.h. */
24482
24483 /* Override any gcc2 internal prototype to avoid an error. */
24484 #ifdef __cplusplus
24485 extern "C"
24486 #endif
24487 /* We use char because int might match the return type of a gcc2
24488 builtin and then its argument prototype would still apply. */
24489 char png_check_sig ();
24490 int
24491 main ()
24492 {
24493 png_check_sig ();
24494 ;
24495 return 0;
24496 }
24497 _ACEOF
24498 rm -f conftest.$ac_objext conftest$ac_exeext
24499 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24500 (eval $ac_link) 2>conftest.er1
24501 ac_status=$?
24502 grep -v '^ *+' conftest.er1 >conftest.err
24503 rm -f conftest.er1
24504 cat conftest.err >&5
24505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24506 (exit $ac_status); } &&
24507 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24509 (eval $ac_try) 2>&5
24510 ac_status=$?
24511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24512 (exit $ac_status); }; } &&
24513 { ac_try='test -s conftest$ac_exeext'
24514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24515 (eval $ac_try) 2>&5
24516 ac_status=$?
24517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24518 (exit $ac_status); }; }; then
24519 ac_cv_lib_png_png_check_sig=yes
24520 else
24521 echo "$as_me: failed program was:" >&5
24522 sed 's/^/| /' conftest.$ac_ext >&5
24523
24524 ac_cv_lib_png_png_check_sig=no
24525 fi
24526 rm -f conftest.err conftest.$ac_objext \
24527 conftest$ac_exeext conftest.$ac_ext
24528 LIBS=$ac_check_lib_save_LIBS
24529 fi
24530 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
24531 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
24532 if test $ac_cv_lib_png_png_check_sig = yes; then
24533 PNG_LINK=" -lpng -lz"
24534 fi
24535
24536 fi
24537
24538 if test "x$PNG_LINK" = "x" ; then
24539 if test "$wxUSE_LIBPNG" = "sys" ; then
24540 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
24541 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
24542 { (exit 1); exit 1; }; }
24543 else
24544 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
24545 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
24546 wxUSE_LIBPNG=builtin
24547 fi
24548 else
24549 wxUSE_LIBPNG=sys
24550 fi
24551 fi
24552 fi
24553
24554 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
24555 fi
24556
24557
24558 JPEG_LINK=
24559 if test "$wxUSE_LIBJPEG" != "no" ; then
24560 cat >>confdefs.h <<\_ACEOF
24561 #define wxUSE_LIBJPEG 1
24562 _ACEOF
24563
24564
24565 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
24566 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
24567 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
24568 wxUSE_LIBJPEG=sys
24569 fi
24570
24571 if test "$wxUSE_MGL" != 1 ; then
24572 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
24573 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
24574 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
24575 if test "${ac_cv_header_jpeglib_h+set}" = set; then
24576 echo $ECHO_N "(cached) $ECHO_C" >&6
24577 else
24578 cat >conftest.$ac_ext <<_ACEOF
24579 /* confdefs.h. */
24580 _ACEOF
24581 cat confdefs.h >>conftest.$ac_ext
24582 cat >>conftest.$ac_ext <<_ACEOF
24583 /* end confdefs.h. */
24584
24585 #undef HAVE_STDLIB_H
24586 #include <stdio.h>
24587 #include <jpeglib.h>
24588
24589 int
24590 main ()
24591 {
24592
24593
24594 ;
24595 return 0;
24596 }
24597 _ACEOF
24598 rm -f conftest.$ac_objext
24599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24600 (eval $ac_compile) 2>conftest.er1
24601 ac_status=$?
24602 grep -v '^ *+' conftest.er1 >conftest.err
24603 rm -f conftest.er1
24604 cat conftest.err >&5
24605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24606 (exit $ac_status); } &&
24607 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24609 (eval $ac_try) 2>&5
24610 ac_status=$?
24611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24612 (exit $ac_status); }; } &&
24613 { ac_try='test -s conftest.$ac_objext'
24614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24615 (eval $ac_try) 2>&5
24616 ac_status=$?
24617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24618 (exit $ac_status); }; }; then
24619 ac_cv_header_jpeglib_h=yes
24620 else
24621 echo "$as_me: failed program was:" >&5
24622 sed 's/^/| /' conftest.$ac_ext >&5
24623
24624 ac_cv_header_jpeglib_h=no
24625
24626 fi
24627 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24628
24629 fi
24630
24631 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
24632 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
24633
24634 if test "$ac_cv_header_jpeglib_h" = "yes"; then
24635 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
24636 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
24637 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
24638 echo $ECHO_N "(cached) $ECHO_C" >&6
24639 else
24640 ac_check_lib_save_LIBS=$LIBS
24641 LIBS="-ljpeg $LIBS"
24642 cat >conftest.$ac_ext <<_ACEOF
24643 /* confdefs.h. */
24644 _ACEOF
24645 cat confdefs.h >>conftest.$ac_ext
24646 cat >>conftest.$ac_ext <<_ACEOF
24647 /* end confdefs.h. */
24648
24649 /* Override any gcc2 internal prototype to avoid an error. */
24650 #ifdef __cplusplus
24651 extern "C"
24652 #endif
24653 /* We use char because int might match the return type of a gcc2
24654 builtin and then its argument prototype would still apply. */
24655 char jpeg_read_header ();
24656 int
24657 main ()
24658 {
24659 jpeg_read_header ();
24660 ;
24661 return 0;
24662 }
24663 _ACEOF
24664 rm -f conftest.$ac_objext conftest$ac_exeext
24665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24666 (eval $ac_link) 2>conftest.er1
24667 ac_status=$?
24668 grep -v '^ *+' conftest.er1 >conftest.err
24669 rm -f conftest.er1
24670 cat conftest.err >&5
24671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24672 (exit $ac_status); } &&
24673 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24675 (eval $ac_try) 2>&5
24676 ac_status=$?
24677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24678 (exit $ac_status); }; } &&
24679 { ac_try='test -s conftest$ac_exeext'
24680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24681 (eval $ac_try) 2>&5
24682 ac_status=$?
24683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24684 (exit $ac_status); }; }; then
24685 ac_cv_lib_jpeg_jpeg_read_header=yes
24686 else
24687 echo "$as_me: failed program was:" >&5
24688 sed 's/^/| /' conftest.$ac_ext >&5
24689
24690 ac_cv_lib_jpeg_jpeg_read_header=no
24691 fi
24692 rm -f conftest.err conftest.$ac_objext \
24693 conftest$ac_exeext conftest.$ac_ext
24694 LIBS=$ac_check_lib_save_LIBS
24695 fi
24696 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
24697 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
24698 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
24699 JPEG_LINK=" -ljpeg"
24700 fi
24701
24702 fi
24703
24704 if test "x$JPEG_LINK" = "x" ; then
24705 if test "$wxUSE_LIBJPEG" = "sys" ; then
24706 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
24707 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
24708 { (exit 1); exit 1; }; }
24709 else
24710 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
24711 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
24712 wxUSE_LIBJPEG=builtin
24713 fi
24714 else
24715 wxUSE_LIBJPEG=sys
24716 fi
24717 fi
24718 fi
24719 fi
24720
24721
24722 TIFF_LINK=
24723 TIFF_PREREQ_LINKS=-lm
24724 if test "$wxUSE_LIBTIFF" != "no" ; then
24725 cat >>confdefs.h <<\_ACEOF
24726 #define wxUSE_LIBTIFF 1
24727 _ACEOF
24728
24729
24730 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
24731 if test "$wxUSE_LIBJPEG" = "sys"; then
24732 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
24733 fi
24734 if test "$wxUSE_ZLIB" = "sys"; then
24735 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
24736 fi
24737 if test "${ac_cv_header_tiffio_h+set}" = set; then
24738 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24739 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24740 if test "${ac_cv_header_tiffio_h+set}" = set; then
24741 echo $ECHO_N "(cached) $ECHO_C" >&6
24742 fi
24743 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24744 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24745 else
24746 # Is the header compilable?
24747 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
24748 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
24749 cat >conftest.$ac_ext <<_ACEOF
24750 /* confdefs.h. */
24751 _ACEOF
24752 cat confdefs.h >>conftest.$ac_ext
24753 cat >>conftest.$ac_ext <<_ACEOF
24754 /* end confdefs.h. */
24755 $ac_includes_default
24756 #include <tiffio.h>
24757 _ACEOF
24758 rm -f conftest.$ac_objext
24759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24760 (eval $ac_compile) 2>conftest.er1
24761 ac_status=$?
24762 grep -v '^ *+' conftest.er1 >conftest.err
24763 rm -f conftest.er1
24764 cat conftest.err >&5
24765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24766 (exit $ac_status); } &&
24767 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24769 (eval $ac_try) 2>&5
24770 ac_status=$?
24771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24772 (exit $ac_status); }; } &&
24773 { ac_try='test -s conftest.$ac_objext'
24774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24775 (eval $ac_try) 2>&5
24776 ac_status=$?
24777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24778 (exit $ac_status); }; }; then
24779 ac_header_compiler=yes
24780 else
24781 echo "$as_me: failed program was:" >&5
24782 sed 's/^/| /' conftest.$ac_ext >&5
24783
24784 ac_header_compiler=no
24785 fi
24786 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24787 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24788 echo "${ECHO_T}$ac_header_compiler" >&6
24789
24790 # Is the header present?
24791 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
24792 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
24793 cat >conftest.$ac_ext <<_ACEOF
24794 /* confdefs.h. */
24795 _ACEOF
24796 cat confdefs.h >>conftest.$ac_ext
24797 cat >>conftest.$ac_ext <<_ACEOF
24798 /* end confdefs.h. */
24799 #include <tiffio.h>
24800 _ACEOF
24801 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24802 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24803 ac_status=$?
24804 grep -v '^ *+' conftest.er1 >conftest.err
24805 rm -f conftest.er1
24806 cat conftest.err >&5
24807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24808 (exit $ac_status); } >/dev/null; then
24809 if test -s conftest.err; then
24810 ac_cpp_err=$ac_c_preproc_warn_flag
24811 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24812 else
24813 ac_cpp_err=
24814 fi
24815 else
24816 ac_cpp_err=yes
24817 fi
24818 if test -z "$ac_cpp_err"; then
24819 ac_header_preproc=yes
24820 else
24821 echo "$as_me: failed program was:" >&5
24822 sed 's/^/| /' conftest.$ac_ext >&5
24823
24824 ac_header_preproc=no
24825 fi
24826 rm -f conftest.err conftest.$ac_ext
24827 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24828 echo "${ECHO_T}$ac_header_preproc" >&6
24829
24830 # So? What about this header?
24831 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24832 yes:no: )
24833 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
24834 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24835 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
24836 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
24837 ac_header_preproc=yes
24838 ;;
24839 no:yes:* )
24840 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
24841 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
24842 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
24843 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
24844 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
24845 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
24846 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
24847 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
24848 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
24849 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
24850 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
24851 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
24852 (
24853 cat <<\_ASBOX
24854 ## ----------------------------------------- ##
24855 ## Report this to wx-dev@lists.wxwidgets.org ##
24856 ## ----------------------------------------- ##
24857 _ASBOX
24858 ) |
24859 sed "s/^/$as_me: WARNING: /" >&2
24860 ;;
24861 esac
24862 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24863 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24864 if test "${ac_cv_header_tiffio_h+set}" = set; then
24865 echo $ECHO_N "(cached) $ECHO_C" >&6
24866 else
24867 ac_cv_header_tiffio_h=$ac_header_preproc
24868 fi
24869 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24870 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24871
24872 fi
24873 if test $ac_cv_header_tiffio_h = yes; then
24874
24875 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
24876 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
24877 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
24878 echo $ECHO_N "(cached) $ECHO_C" >&6
24879 else
24880 ac_check_lib_save_LIBS=$LIBS
24881 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
24882 cat >conftest.$ac_ext <<_ACEOF
24883 /* confdefs.h. */
24884 _ACEOF
24885 cat confdefs.h >>conftest.$ac_ext
24886 cat >>conftest.$ac_ext <<_ACEOF
24887 /* end confdefs.h. */
24888
24889 /* Override any gcc2 internal prototype to avoid an error. */
24890 #ifdef __cplusplus
24891 extern "C"
24892 #endif
24893 /* We use char because int might match the return type of a gcc2
24894 builtin and then its argument prototype would still apply. */
24895 char TIFFError ();
24896 int
24897 main ()
24898 {
24899 TIFFError ();
24900 ;
24901 return 0;
24902 }
24903 _ACEOF
24904 rm -f conftest.$ac_objext conftest$ac_exeext
24905 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24906 (eval $ac_link) 2>conftest.er1
24907 ac_status=$?
24908 grep -v '^ *+' conftest.er1 >conftest.err
24909 rm -f conftest.er1
24910 cat conftest.err >&5
24911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24912 (exit $ac_status); } &&
24913 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24915 (eval $ac_try) 2>&5
24916 ac_status=$?
24917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24918 (exit $ac_status); }; } &&
24919 { ac_try='test -s conftest$ac_exeext'
24920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24921 (eval $ac_try) 2>&5
24922 ac_status=$?
24923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24924 (exit $ac_status); }; }; then
24925 ac_cv_lib_tiff_TIFFError=yes
24926 else
24927 echo "$as_me: failed program was:" >&5
24928 sed 's/^/| /' conftest.$ac_ext >&5
24929
24930 ac_cv_lib_tiff_TIFFError=no
24931 fi
24932 rm -f conftest.err conftest.$ac_objext \
24933 conftest$ac_exeext conftest.$ac_ext
24934 LIBS=$ac_check_lib_save_LIBS
24935 fi
24936 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
24937 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
24938 if test $ac_cv_lib_tiff_TIFFError = yes; then
24939 TIFF_LINK=" -ltiff"
24940 fi
24941
24942
24943
24944 fi
24945
24946
24947
24948 if test "x$TIFF_LINK" = "x" ; then
24949 if test "$wxUSE_LIBTIFF" = "sys" ; then
24950 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
24951 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
24952 { (exit 1); exit 1; }; }
24953 else
24954 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
24955 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
24956 wxUSE_LIBTIFF=builtin
24957 fi
24958 else
24959 wxUSE_LIBTIFF=sys
24960 fi
24961 fi
24962 fi
24963
24964
24965 if test "$wxUSE_WCHAR_T" != "yes"; then
24966 if test "$wxUSE_EXPAT" != "no"; then
24967 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
24968 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
24969 wxUSE_EXPAT=no
24970 fi
24971 if test "$wxUSE_XML" != "no"; then
24972 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
24973 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
24974 wxUSE_XML=no
24975 fi
24976 fi
24977
24978 if test "$wxUSE_EXPAT" != "no"; then
24979 wxUSE_XML=yes
24980 cat >>confdefs.h <<\_ACEOF
24981 #define wxUSE_EXPAT 1
24982 _ACEOF
24983
24984 cat >>confdefs.h <<\_ACEOF
24985 #define wxUSE_XML 1
24986 _ACEOF
24987
24988
24989 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
24990 if test "${ac_cv_header_expat_h+set}" = set; then
24991 echo "$as_me:$LINENO: checking for expat.h" >&5
24992 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24993 if test "${ac_cv_header_expat_h+set}" = set; then
24994 echo $ECHO_N "(cached) $ECHO_C" >&6
24995 fi
24996 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24997 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24998 else
24999 # Is the header compilable?
25000 echo "$as_me:$LINENO: checking expat.h usability" >&5
25001 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
25002 cat >conftest.$ac_ext <<_ACEOF
25003 /* confdefs.h. */
25004 _ACEOF
25005 cat confdefs.h >>conftest.$ac_ext
25006 cat >>conftest.$ac_ext <<_ACEOF
25007 /* end confdefs.h. */
25008 $ac_includes_default
25009 #include <expat.h>
25010 _ACEOF
25011 rm -f conftest.$ac_objext
25012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25013 (eval $ac_compile) 2>conftest.er1
25014 ac_status=$?
25015 grep -v '^ *+' conftest.er1 >conftest.err
25016 rm -f conftest.er1
25017 cat conftest.err >&5
25018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25019 (exit $ac_status); } &&
25020 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25022 (eval $ac_try) 2>&5
25023 ac_status=$?
25024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25025 (exit $ac_status); }; } &&
25026 { ac_try='test -s conftest.$ac_objext'
25027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25028 (eval $ac_try) 2>&5
25029 ac_status=$?
25030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25031 (exit $ac_status); }; }; then
25032 ac_header_compiler=yes
25033 else
25034 echo "$as_me: failed program was:" >&5
25035 sed 's/^/| /' conftest.$ac_ext >&5
25036
25037 ac_header_compiler=no
25038 fi
25039 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25040 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25041 echo "${ECHO_T}$ac_header_compiler" >&6
25042
25043 # Is the header present?
25044 echo "$as_me:$LINENO: checking expat.h presence" >&5
25045 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
25046 cat >conftest.$ac_ext <<_ACEOF
25047 /* confdefs.h. */
25048 _ACEOF
25049 cat confdefs.h >>conftest.$ac_ext
25050 cat >>conftest.$ac_ext <<_ACEOF
25051 /* end confdefs.h. */
25052 #include <expat.h>
25053 _ACEOF
25054 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25055 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25056 ac_status=$?
25057 grep -v '^ *+' conftest.er1 >conftest.err
25058 rm -f conftest.er1
25059 cat conftest.err >&5
25060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25061 (exit $ac_status); } >/dev/null; then
25062 if test -s conftest.err; then
25063 ac_cpp_err=$ac_c_preproc_warn_flag
25064 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25065 else
25066 ac_cpp_err=
25067 fi
25068 else
25069 ac_cpp_err=yes
25070 fi
25071 if test -z "$ac_cpp_err"; then
25072 ac_header_preproc=yes
25073 else
25074 echo "$as_me: failed program was:" >&5
25075 sed 's/^/| /' conftest.$ac_ext >&5
25076
25077 ac_header_preproc=no
25078 fi
25079 rm -f conftest.err conftest.$ac_ext
25080 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25081 echo "${ECHO_T}$ac_header_preproc" >&6
25082
25083 # So? What about this header?
25084 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25085 yes:no: )
25086 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
25087 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25088 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
25089 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
25090 ac_header_preproc=yes
25091 ;;
25092 no:yes:* )
25093 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
25094 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
25095 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
25096 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
25097 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
25098 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
25099 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
25100 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
25101 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
25102 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
25103 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
25104 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
25105 (
25106 cat <<\_ASBOX
25107 ## ----------------------------------------- ##
25108 ## Report this to wx-dev@lists.wxwidgets.org ##
25109 ## ----------------------------------------- ##
25110 _ASBOX
25111 ) |
25112 sed "s/^/$as_me: WARNING: /" >&2
25113 ;;
25114 esac
25115 echo "$as_me:$LINENO: checking for expat.h" >&5
25116 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
25117 if test "${ac_cv_header_expat_h+set}" = set; then
25118 echo $ECHO_N "(cached) $ECHO_C" >&6
25119 else
25120 ac_cv_header_expat_h=$ac_header_preproc
25121 fi
25122 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
25123 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
25124
25125 fi
25126 if test $ac_cv_header_expat_h = yes; then
25127 found_expat_h=1
25128 fi
25129
25130
25131 if test "x$found_expat_h" = "x1"; then
25132 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
25133 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
25134 if test "${wx_cv_expat_is_not_broken+set}" = set; then
25135 echo $ECHO_N "(cached) $ECHO_C" >&6
25136 else
25137
25138
25139
25140 ac_ext=cc
25141 ac_cpp='$CXXCPP $CPPFLAGS'
25142 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25143 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25144 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25145
25146 cat >conftest.$ac_ext <<_ACEOF
25147 /* confdefs.h. */
25148 _ACEOF
25149 cat confdefs.h >>conftest.$ac_ext
25150 cat >>conftest.$ac_ext <<_ACEOF
25151 /* end confdefs.h. */
25152 #include <expat.h>
25153 int
25154 main ()
25155 {
25156
25157 ;
25158 return 0;
25159 }
25160 _ACEOF
25161 rm -f conftest.$ac_objext
25162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25163 (eval $ac_compile) 2>conftest.er1
25164 ac_status=$?
25165 grep -v '^ *+' conftest.er1 >conftest.err
25166 rm -f conftest.er1
25167 cat conftest.err >&5
25168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25169 (exit $ac_status); } &&
25170 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25172 (eval $ac_try) 2>&5
25173 ac_status=$?
25174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25175 (exit $ac_status); }; } &&
25176 { ac_try='test -s conftest.$ac_objext'
25177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25178 (eval $ac_try) 2>&5
25179 ac_status=$?
25180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25181 (exit $ac_status); }; }; then
25182 wx_cv_expat_is_not_broken=yes
25183 else
25184 echo "$as_me: failed program was:" >&5
25185 sed 's/^/| /' conftest.$ac_ext >&5
25186
25187 wx_cv_expat_is_not_broken=no
25188
25189 fi
25190 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25191 ac_ext=c
25192 ac_cpp='$CPP $CPPFLAGS'
25193 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25194 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25195 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25196
25197
25198
25199 fi
25200 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
25201 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
25202 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
25203 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
25204 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
25205 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
25206 echo $ECHO_N "(cached) $ECHO_C" >&6
25207 else
25208 ac_check_lib_save_LIBS=$LIBS
25209 LIBS="-lexpat $LIBS"
25210 cat >conftest.$ac_ext <<_ACEOF
25211 /* confdefs.h. */
25212 _ACEOF
25213 cat confdefs.h >>conftest.$ac_ext
25214 cat >>conftest.$ac_ext <<_ACEOF
25215 /* end confdefs.h. */
25216
25217 /* Override any gcc2 internal prototype to avoid an error. */
25218 #ifdef __cplusplus
25219 extern "C"
25220 #endif
25221 /* We use char because int might match the return type of a gcc2
25222 builtin and then its argument prototype would still apply. */
25223 char XML_ParserCreate ();
25224 int
25225 main ()
25226 {
25227 XML_ParserCreate ();
25228 ;
25229 return 0;
25230 }
25231 _ACEOF
25232 rm -f conftest.$ac_objext conftest$ac_exeext
25233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25234 (eval $ac_link) 2>conftest.er1
25235 ac_status=$?
25236 grep -v '^ *+' conftest.er1 >conftest.err
25237 rm -f conftest.er1
25238 cat conftest.err >&5
25239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25240 (exit $ac_status); } &&
25241 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25243 (eval $ac_try) 2>&5
25244 ac_status=$?
25245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25246 (exit $ac_status); }; } &&
25247 { ac_try='test -s conftest$ac_exeext'
25248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25249 (eval $ac_try) 2>&5
25250 ac_status=$?
25251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25252 (exit $ac_status); }; }; then
25253 ac_cv_lib_expat_XML_ParserCreate=yes
25254 else
25255 echo "$as_me: failed program was:" >&5
25256 sed 's/^/| /' conftest.$ac_ext >&5
25257
25258 ac_cv_lib_expat_XML_ParserCreate=no
25259 fi
25260 rm -f conftest.err conftest.$ac_objext \
25261 conftest$ac_exeext conftest.$ac_ext
25262 LIBS=$ac_check_lib_save_LIBS
25263 fi
25264 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
25265 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
25266 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
25267 EXPAT_LINK=" -lexpat"
25268 fi
25269
25270 fi
25271 fi
25272 if test "x$EXPAT_LINK" = "x" ; then
25273 if test "$wxUSE_EXPAT" = "sys" ; then
25274 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
25275 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
25276 { (exit 1); exit 1; }; }
25277 else
25278 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
25279 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
25280 wxUSE_EXPAT=builtin
25281 fi
25282 else
25283 wxUSE_EXPAT=sys
25284 fi
25285 fi
25286 if test "$wxUSE_EXPAT" = "builtin" ; then
25287
25288
25289 subdirs="$subdirs src/expat"
25290
25291 fi
25292 fi
25293
25294
25295
25296 if test "$wxUSE_LIBMSPACK" != "no"; then
25297 if test "${ac_cv_header_mspack_h+set}" = set; then
25298 echo "$as_me:$LINENO: checking for mspack.h" >&5
25299 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25300 if test "${ac_cv_header_mspack_h+set}" = set; then
25301 echo $ECHO_N "(cached) $ECHO_C" >&6
25302 fi
25303 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25304 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25305 else
25306 # Is the header compilable?
25307 echo "$as_me:$LINENO: checking mspack.h usability" >&5
25308 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
25309 cat >conftest.$ac_ext <<_ACEOF
25310 /* confdefs.h. */
25311 _ACEOF
25312 cat confdefs.h >>conftest.$ac_ext
25313 cat >>conftest.$ac_ext <<_ACEOF
25314 /* end confdefs.h. */
25315 $ac_includes_default
25316 #include <mspack.h>
25317 _ACEOF
25318 rm -f conftest.$ac_objext
25319 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25320 (eval $ac_compile) 2>conftest.er1
25321 ac_status=$?
25322 grep -v '^ *+' conftest.er1 >conftest.err
25323 rm -f conftest.er1
25324 cat conftest.err >&5
25325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25326 (exit $ac_status); } &&
25327 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25329 (eval $ac_try) 2>&5
25330 ac_status=$?
25331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25332 (exit $ac_status); }; } &&
25333 { ac_try='test -s conftest.$ac_objext'
25334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25335 (eval $ac_try) 2>&5
25336 ac_status=$?
25337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25338 (exit $ac_status); }; }; then
25339 ac_header_compiler=yes
25340 else
25341 echo "$as_me: failed program was:" >&5
25342 sed 's/^/| /' conftest.$ac_ext >&5
25343
25344 ac_header_compiler=no
25345 fi
25346 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25347 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25348 echo "${ECHO_T}$ac_header_compiler" >&6
25349
25350 # Is the header present?
25351 echo "$as_me:$LINENO: checking mspack.h presence" >&5
25352 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
25353 cat >conftest.$ac_ext <<_ACEOF
25354 /* confdefs.h. */
25355 _ACEOF
25356 cat confdefs.h >>conftest.$ac_ext
25357 cat >>conftest.$ac_ext <<_ACEOF
25358 /* end confdefs.h. */
25359 #include <mspack.h>
25360 _ACEOF
25361 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25362 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25363 ac_status=$?
25364 grep -v '^ *+' conftest.er1 >conftest.err
25365 rm -f conftest.er1
25366 cat conftest.err >&5
25367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25368 (exit $ac_status); } >/dev/null; then
25369 if test -s conftest.err; then
25370 ac_cpp_err=$ac_c_preproc_warn_flag
25371 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25372 else
25373 ac_cpp_err=
25374 fi
25375 else
25376 ac_cpp_err=yes
25377 fi
25378 if test -z "$ac_cpp_err"; then
25379 ac_header_preproc=yes
25380 else
25381 echo "$as_me: failed program was:" >&5
25382 sed 's/^/| /' conftest.$ac_ext >&5
25383
25384 ac_header_preproc=no
25385 fi
25386 rm -f conftest.err conftest.$ac_ext
25387 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25388 echo "${ECHO_T}$ac_header_preproc" >&6
25389
25390 # So? What about this header?
25391 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25392 yes:no: )
25393 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
25394 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25395 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
25396 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
25397 ac_header_preproc=yes
25398 ;;
25399 no:yes:* )
25400 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
25401 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
25402 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
25403 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
25404 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
25405 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
25406 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
25407 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
25408 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
25409 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
25410 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
25411 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
25412 (
25413 cat <<\_ASBOX
25414 ## ----------------------------------------- ##
25415 ## Report this to wx-dev@lists.wxwidgets.org ##
25416 ## ----------------------------------------- ##
25417 _ASBOX
25418 ) |
25419 sed "s/^/$as_me: WARNING: /" >&2
25420 ;;
25421 esac
25422 echo "$as_me:$LINENO: checking for mspack.h" >&5
25423 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25424 if test "${ac_cv_header_mspack_h+set}" = set; then
25425 echo $ECHO_N "(cached) $ECHO_C" >&6
25426 else
25427 ac_cv_header_mspack_h=$ac_header_preproc
25428 fi
25429 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25430 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25431
25432 fi
25433 if test $ac_cv_header_mspack_h = yes; then
25434 found_mspack_h=1
25435 fi
25436
25437
25438 if test "x$found_mspack_h" = "x1"; then
25439 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
25440 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
25441 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
25442 echo $ECHO_N "(cached) $ECHO_C" >&6
25443 else
25444 ac_check_lib_save_LIBS=$LIBS
25445 LIBS="-lmspack $LIBS"
25446 cat >conftest.$ac_ext <<_ACEOF
25447 /* confdefs.h. */
25448 _ACEOF
25449 cat confdefs.h >>conftest.$ac_ext
25450 cat >>conftest.$ac_ext <<_ACEOF
25451 /* end confdefs.h. */
25452
25453 /* Override any gcc2 internal prototype to avoid an error. */
25454 #ifdef __cplusplus
25455 extern "C"
25456 #endif
25457 /* We use char because int might match the return type of a gcc2
25458 builtin and then its argument prototype would still apply. */
25459 char mspack_create_chm_decompressor ();
25460 int
25461 main ()
25462 {
25463 mspack_create_chm_decompressor ();
25464 ;
25465 return 0;
25466 }
25467 _ACEOF
25468 rm -f conftest.$ac_objext conftest$ac_exeext
25469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25470 (eval $ac_link) 2>conftest.er1
25471 ac_status=$?
25472 grep -v '^ *+' conftest.er1 >conftest.err
25473 rm -f conftest.er1
25474 cat conftest.err >&5
25475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25476 (exit $ac_status); } &&
25477 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25479 (eval $ac_try) 2>&5
25480 ac_status=$?
25481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25482 (exit $ac_status); }; } &&
25483 { ac_try='test -s conftest$ac_exeext'
25484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25485 (eval $ac_try) 2>&5
25486 ac_status=$?
25487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25488 (exit $ac_status); }; }; then
25489 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
25490 else
25491 echo "$as_me: failed program was:" >&5
25492 sed 's/^/| /' conftest.$ac_ext >&5
25493
25494 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
25495 fi
25496 rm -f conftest.err conftest.$ac_objext \
25497 conftest$ac_exeext conftest.$ac_ext
25498 LIBS=$ac_check_lib_save_LIBS
25499 fi
25500 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
25501 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
25502 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
25503 MSPACK_LINK=" -lmspack"
25504 fi
25505
25506 fi
25507 if test "x$MSPACK_LINK" = "x" ; then
25508 wxUSE_LIBMSPACK=no
25509 fi
25510 fi
25511
25512 if test "$wxUSE_LIBMSPACK" != "no"; then
25513 cat >>confdefs.h <<\_ACEOF
25514 #define wxUSE_LIBMSPACK 1
25515 _ACEOF
25516
25517 fi
25518
25519
25520
25521 AFMINSTALL=
25522 WIN32INSTALL=
25523
25524 TOOLKIT=
25525 TOOLKIT_INCLUDE=
25526 WIDGET_SET=
25527
25528 if test "$USE_WIN32" = 1 ; then
25529
25530 for ac_header in w32api.h
25531 do
25532 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25533 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25534 echo "$as_me:$LINENO: checking for $ac_header" >&5
25535 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25536 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25537 echo $ECHO_N "(cached) $ECHO_C" >&6
25538 fi
25539 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25540 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25541 else
25542 # Is the header compilable?
25543 echo "$as_me:$LINENO: checking $ac_header usability" >&5
25544 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
25545 cat >conftest.$ac_ext <<_ACEOF
25546 /* confdefs.h. */
25547 _ACEOF
25548 cat confdefs.h >>conftest.$ac_ext
25549 cat >>conftest.$ac_ext <<_ACEOF
25550 /* end confdefs.h. */
25551 $ac_includes_default
25552 #include <$ac_header>
25553 _ACEOF
25554 rm -f conftest.$ac_objext
25555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25556 (eval $ac_compile) 2>conftest.er1
25557 ac_status=$?
25558 grep -v '^ *+' conftest.er1 >conftest.err
25559 rm -f conftest.er1
25560 cat conftest.err >&5
25561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25562 (exit $ac_status); } &&
25563 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25565 (eval $ac_try) 2>&5
25566 ac_status=$?
25567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25568 (exit $ac_status); }; } &&
25569 { ac_try='test -s conftest.$ac_objext'
25570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25571 (eval $ac_try) 2>&5
25572 ac_status=$?
25573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25574 (exit $ac_status); }; }; then
25575 ac_header_compiler=yes
25576 else
25577 echo "$as_me: failed program was:" >&5
25578 sed 's/^/| /' conftest.$ac_ext >&5
25579
25580 ac_header_compiler=no
25581 fi
25582 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25583 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25584 echo "${ECHO_T}$ac_header_compiler" >&6
25585
25586 # Is the header present?
25587 echo "$as_me:$LINENO: checking $ac_header presence" >&5
25588 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
25589 cat >conftest.$ac_ext <<_ACEOF
25590 /* confdefs.h. */
25591 _ACEOF
25592 cat confdefs.h >>conftest.$ac_ext
25593 cat >>conftest.$ac_ext <<_ACEOF
25594 /* end confdefs.h. */
25595 #include <$ac_header>
25596 _ACEOF
25597 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25598 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25599 ac_status=$?
25600 grep -v '^ *+' conftest.er1 >conftest.err
25601 rm -f conftest.er1
25602 cat conftest.err >&5
25603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25604 (exit $ac_status); } >/dev/null; then
25605 if test -s conftest.err; then
25606 ac_cpp_err=$ac_c_preproc_warn_flag
25607 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25608 else
25609 ac_cpp_err=
25610 fi
25611 else
25612 ac_cpp_err=yes
25613 fi
25614 if test -z "$ac_cpp_err"; then
25615 ac_header_preproc=yes
25616 else
25617 echo "$as_me: failed program was:" >&5
25618 sed 's/^/| /' conftest.$ac_ext >&5
25619
25620 ac_header_preproc=no
25621 fi
25622 rm -f conftest.err conftest.$ac_ext
25623 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25624 echo "${ECHO_T}$ac_header_preproc" >&6
25625
25626 # So? What about this header?
25627 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25628 yes:no: )
25629 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25630 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25631 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25632 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25633 ac_header_preproc=yes
25634 ;;
25635 no:yes:* )
25636 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25637 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25638 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
25639 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
25640 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25641 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25642 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
25643 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
25644 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25645 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25646 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25647 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25648 (
25649 cat <<\_ASBOX
25650 ## ----------------------------------------- ##
25651 ## Report this to wx-dev@lists.wxwidgets.org ##
25652 ## ----------------------------------------- ##
25653 _ASBOX
25654 ) |
25655 sed "s/^/$as_me: WARNING: /" >&2
25656 ;;
25657 esac
25658 echo "$as_me:$LINENO: checking for $ac_header" >&5
25659 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25660 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25661 echo $ECHO_N "(cached) $ECHO_C" >&6
25662 else
25663 eval "$as_ac_Header=\$ac_header_preproc"
25664 fi
25665 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25666 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25667
25668 fi
25669 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25670 cat >>confdefs.h <<_ACEOF
25671 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25672 _ACEOF
25673
25674 fi
25675
25676 done
25677
25678 if test "${ac_cv_header_windows_h+set}" = set; then
25679 echo "$as_me:$LINENO: checking for windows.h" >&5
25680 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25681 if test "${ac_cv_header_windows_h+set}" = set; then
25682 echo $ECHO_N "(cached) $ECHO_C" >&6
25683 fi
25684 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25685 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25686 else
25687 # Is the header compilable?
25688 echo "$as_me:$LINENO: checking windows.h usability" >&5
25689 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
25690 cat >conftest.$ac_ext <<_ACEOF
25691 /* confdefs.h. */
25692 _ACEOF
25693 cat confdefs.h >>conftest.$ac_ext
25694 cat >>conftest.$ac_ext <<_ACEOF
25695 /* end confdefs.h. */
25696 $ac_includes_default
25697 #include <windows.h>
25698 _ACEOF
25699 rm -f conftest.$ac_objext
25700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25701 (eval $ac_compile) 2>conftest.er1
25702 ac_status=$?
25703 grep -v '^ *+' conftest.er1 >conftest.err
25704 rm -f conftest.er1
25705 cat conftest.err >&5
25706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25707 (exit $ac_status); } &&
25708 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25710 (eval $ac_try) 2>&5
25711 ac_status=$?
25712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25713 (exit $ac_status); }; } &&
25714 { ac_try='test -s conftest.$ac_objext'
25715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25716 (eval $ac_try) 2>&5
25717 ac_status=$?
25718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25719 (exit $ac_status); }; }; then
25720 ac_header_compiler=yes
25721 else
25722 echo "$as_me: failed program was:" >&5
25723 sed 's/^/| /' conftest.$ac_ext >&5
25724
25725 ac_header_compiler=no
25726 fi
25727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25728 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25729 echo "${ECHO_T}$ac_header_compiler" >&6
25730
25731 # Is the header present?
25732 echo "$as_me:$LINENO: checking windows.h presence" >&5
25733 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
25734 cat >conftest.$ac_ext <<_ACEOF
25735 /* confdefs.h. */
25736 _ACEOF
25737 cat confdefs.h >>conftest.$ac_ext
25738 cat >>conftest.$ac_ext <<_ACEOF
25739 /* end confdefs.h. */
25740 #include <windows.h>
25741 _ACEOF
25742 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25743 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25744 ac_status=$?
25745 grep -v '^ *+' conftest.er1 >conftest.err
25746 rm -f conftest.er1
25747 cat conftest.err >&5
25748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25749 (exit $ac_status); } >/dev/null; then
25750 if test -s conftest.err; then
25751 ac_cpp_err=$ac_c_preproc_warn_flag
25752 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
25753 else
25754 ac_cpp_err=
25755 fi
25756 else
25757 ac_cpp_err=yes
25758 fi
25759 if test -z "$ac_cpp_err"; then
25760 ac_header_preproc=yes
25761 else
25762 echo "$as_me: failed program was:" >&5
25763 sed 's/^/| /' conftest.$ac_ext >&5
25764
25765 ac_header_preproc=no
25766 fi
25767 rm -f conftest.err conftest.$ac_ext
25768 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25769 echo "${ECHO_T}$ac_header_preproc" >&6
25770
25771 # So? What about this header?
25772 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25773 yes:no: )
25774 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
25775 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25776 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
25777 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
25778 ac_header_preproc=yes
25779 ;;
25780 no:yes:* )
25781 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
25782 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
25783 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
25784 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
25785 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
25786 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
25787 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
25788 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
25789 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
25790 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
25791 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
25792 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
25793 (
25794 cat <<\_ASBOX
25795 ## ----------------------------------------- ##
25796 ## Report this to wx-dev@lists.wxwidgets.org ##
25797 ## ----------------------------------------- ##
25798 _ASBOX
25799 ) |
25800 sed "s/^/$as_me: WARNING: /" >&2
25801 ;;
25802 esac
25803 echo "$as_me:$LINENO: checking for windows.h" >&5
25804 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25805 if test "${ac_cv_header_windows_h+set}" = set; then
25806 echo $ECHO_N "(cached) $ECHO_C" >&6
25807 else
25808 ac_cv_header_windows_h=$ac_header_preproc
25809 fi
25810 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25811 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25812
25813 fi
25814 if test $ac_cv_header_windows_h = yes; then
25815 :
25816 else
25817
25818 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
25819 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
25820 { (exit 1); exit 1; }; }
25821
25822 fi
25823
25824
25825
25826 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
25827
25828 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
25829 LIBS="$LIBS -loleacc"
25830 fi
25831
25832 case "${host}" in
25833 *-*-cygwin* )
25834 LIBS="$LIBS -lkernel32 -luser32"
25835 esac
25836
25837 if test "$wxUSE_ODBC" = "sys" ; then
25838 wxUSE_ODBC = "yes"
25839 fi
25840 if test "$wxUSE_ODBC" = "yes" ; then
25841 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
25842 cat >>confdefs.h <<\_ACEOF
25843 #define wxUSE_ODBC 1
25844 _ACEOF
25845
25846 fi
25847
25848 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25849 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
25850
25851 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25852
25853 WIN32INSTALL=win32install
25854 fi
25855
25856 if test "$wxUSE_GUI" = "yes"; then
25857 USE_GUI=1
25858
25859 GUI_TK_LIBRARY=
25860
25861 WXGTK12=
25862 WXGTK127=
25863 WXGTK20=
25864 WXGPE=
25865
25866 if test "$wxUSE_COCOA" = 1 ; then
25867 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
25868 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
25869 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
25870 wxUSE_PRINTING_ARCHITECTURE=no
25871 fi
25872 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
25873 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
25874 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
25875 wxUSE_DRAG_AND_DROP=no
25876 fi
25877 if test "$wxUSE_DRAGIMAGE" = "yes"; then
25878 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
25879 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
25880 wxUSE_DRAGIMAGE=no
25881 fi
25882 fi
25883
25884 if test "$wxUSE_MSW" = 1 ; then
25885 TOOLKIT=MSW
25886 GUIDIST=MSW_DIST
25887
25888 case "${host}" in
25889 *-*-mingw32* )
25890 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
25891 esac
25892 fi
25893
25894 if test "$wxUSE_GTK" = 1; then
25895 echo "$as_me:$LINENO: checking for GTK+ version" >&5
25896 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
25897
25898 gtk_version_cached=1
25899 if test "${wx_cv_lib_gtk+set}" = set; then
25900 echo $ECHO_N "(cached) $ECHO_C" >&6
25901 else
25902
25903 gtk_version_cached=0
25904 echo "$as_me:$LINENO: result: " >&5
25905 echo "${ECHO_T}" >&6
25906
25907 GTK_MODULES=
25908 if test "$wxUSE_THREADS" = "yes"; then
25909 GTK_MODULES=gthread
25910 fi
25911
25912 wx_cv_lib_gtk=
25913 if test "x$wxGTK_VERSION" != "x1"
25914 then
25915 case "${host}" in
25916 *-*-solaris2* )
25917 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
25918 enable_gtktest=no
25919 fi
25920 esac
25921
25922 # Check whether --enable-gtktest or --disable-gtktest was given.
25923 if test "${enable_gtktest+set}" = set; then
25924 enableval="$enable_gtktest"
25925
25926 else
25927 enable_gtktest=yes
25928 fi;
25929
25930 pkg_config_args=gtk+-2.0
25931 for module in . $GTK_MODULES
25932 do
25933 case "$module" in
25934 gthread)
25935 pkg_config_args="$pkg_config_args gthread-2.0"
25936 ;;
25937 esac
25938 done
25939
25940 no_gtk=""
25941
25942 # Extract the first word of "pkg-config", so it can be a program name with args.
25943 set dummy pkg-config; ac_word=$2
25944 echo "$as_me:$LINENO: checking for $ac_word" >&5
25945 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25946 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25947 echo $ECHO_N "(cached) $ECHO_C" >&6
25948 else
25949 case $PKG_CONFIG in
25950 [\\/]* | ?:[\\/]*)
25951 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25952 ;;
25953 *)
25954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25955 for as_dir in $PATH
25956 do
25957 IFS=$as_save_IFS
25958 test -z "$as_dir" && as_dir=.
25959 for ac_exec_ext in '' $ac_executable_extensions; do
25960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25961 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25962 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25963 break 2
25964 fi
25965 done
25966 done
25967
25968 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25969 ;;
25970 esac
25971 fi
25972 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25973
25974 if test -n "$PKG_CONFIG"; then
25975 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25976 echo "${ECHO_T}$PKG_CONFIG" >&6
25977 else
25978 echo "$as_me:$LINENO: result: no" >&5
25979 echo "${ECHO_T}no" >&6
25980 fi
25981
25982
25983 if test x$PKG_CONFIG != xno ; then
25984 if pkg-config --atleast-pkgconfig-version 0.7 ; then
25985 :
25986 else
25987 echo "*** pkg-config too old; version 0.7 or better required."
25988 no_gtk=yes
25989 PKG_CONFIG=no
25990 fi
25991 else
25992 no_gtk=yes
25993 fi
25994
25995 min_gtk_version=2.0.0
25996 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
25997 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
25998
25999 if test x$PKG_CONFIG != xno ; then
26000 ## don't try to run the test against uninstalled libtool libs
26001 if $PKG_CONFIG --uninstalled $pkg_config_args; then
26002 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
26003 enable_gtktest=no
26004 fi
26005
26006 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
26007 :
26008 else
26009 no_gtk=yes
26010 fi
26011 fi
26012
26013 if test x"$no_gtk" = x ; then
26014 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
26015 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
26016 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26017 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26018 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26019 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26020 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26021 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26022 if test "x$enable_gtktest" = "xyes" ; then
26023 ac_save_CFLAGS="$CFLAGS"
26024 ac_save_LIBS="$LIBS"
26025 CFLAGS="$CFLAGS $GTK_CFLAGS"
26026 LIBS="$GTK_LIBS $LIBS"
26027 rm -f conf.gtktest
26028 if test "$cross_compiling" = yes; then
26029 echo $ac_n "cross compiling; assumed OK... $ac_c"
26030 else
26031 cat >conftest.$ac_ext <<_ACEOF
26032 /* confdefs.h. */
26033 _ACEOF
26034 cat confdefs.h >>conftest.$ac_ext
26035 cat >>conftest.$ac_ext <<_ACEOF
26036 /* end confdefs.h. */
26037
26038 #include <gtk/gtk.h>
26039 #include <stdio.h>
26040 #include <stdlib.h>
26041
26042 int
26043 main ()
26044 {
26045 int major, minor, micro;
26046 char *tmp_version;
26047
26048 system ("touch conf.gtktest");
26049
26050 /* HP/UX 9 (%@#!) writes to sscanf strings */
26051 tmp_version = g_strdup("$min_gtk_version");
26052 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26053 printf("%s, bad version string\n", "$min_gtk_version");
26054 exit(1);
26055 }
26056
26057 if ((gtk_major_version != $gtk_config_major_version) ||
26058 (gtk_minor_version != $gtk_config_minor_version) ||
26059 (gtk_micro_version != $gtk_config_micro_version))
26060 {
26061 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26062 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26063 gtk_major_version, gtk_minor_version, gtk_micro_version);
26064 printf ("*** was found! If pkg-config was correct, then it is best\n");
26065 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26066 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26067 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26068 printf("*** required on your system.\n");
26069 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
26070 printf("*** to point to the correct configuration files\n");
26071 }
26072 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26073 (gtk_minor_version != GTK_MINOR_VERSION) ||
26074 (gtk_micro_version != GTK_MICRO_VERSION))
26075 {
26076 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26077 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26078 printf("*** library (version %d.%d.%d)\n",
26079 gtk_major_version, gtk_minor_version, gtk_micro_version);
26080 }
26081 else
26082 {
26083 if ((gtk_major_version > major) ||
26084 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26085 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26086 {
26087 return 0;
26088 }
26089 else
26090 {
26091 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26092 gtk_major_version, gtk_minor_version, gtk_micro_version);
26093 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26094 major, minor, micro);
26095 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26096 printf("***\n");
26097 printf("*** If you have already installed a sufficiently new version, this error\n");
26098 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
26099 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26100 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
26101 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
26102 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26103 printf("*** so that the correct libraries are found at run-time))\n");
26104 }
26105 }
26106 return 1;
26107 }
26108
26109 _ACEOF
26110 rm -f conftest$ac_exeext
26111 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26112 (eval $ac_link) 2>&5
26113 ac_status=$?
26114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26115 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26117 (eval $ac_try) 2>&5
26118 ac_status=$?
26119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26120 (exit $ac_status); }; }; then
26121 :
26122 else
26123 echo "$as_me: program exited with status $ac_status" >&5
26124 echo "$as_me: failed program was:" >&5
26125 sed 's/^/| /' conftest.$ac_ext >&5
26126
26127 ( exit $ac_status )
26128 no_gtk=yes
26129 fi
26130 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26131 fi
26132 CFLAGS="$ac_save_CFLAGS"
26133 LIBS="$ac_save_LIBS"
26134 fi
26135 fi
26136 if test "x$no_gtk" = x ; then
26137 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
26138 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
26139 wx_cv_lib_gtk=2.0
26140 else
26141 echo "$as_me:$LINENO: result: no" >&5
26142 echo "${ECHO_T}no" >&6
26143 if test "$PKG_CONFIG" = "no" ; then
26144 echo "*** A new enough version of pkg-config was not found."
26145 echo "*** See http://pkgconfig.sourceforge.net"
26146 else
26147 if test -f conf.gtktest ; then
26148 :
26149 else
26150 echo "*** Could not run GTK+ test program, checking why..."
26151 ac_save_CFLAGS="$CFLAGS"
26152 ac_save_LIBS="$LIBS"
26153 CFLAGS="$CFLAGS $GTK_CFLAGS"
26154 LIBS="$LIBS $GTK_LIBS"
26155 cat >conftest.$ac_ext <<_ACEOF
26156 /* confdefs.h. */
26157 _ACEOF
26158 cat confdefs.h >>conftest.$ac_ext
26159 cat >>conftest.$ac_ext <<_ACEOF
26160 /* end confdefs.h. */
26161
26162 #include <gtk/gtk.h>
26163 #include <stdio.h>
26164
26165 int
26166 main ()
26167 {
26168 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26169 ;
26170 return 0;
26171 }
26172 _ACEOF
26173 rm -f conftest.$ac_objext conftest$ac_exeext
26174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26175 (eval $ac_link) 2>conftest.er1
26176 ac_status=$?
26177 grep -v '^ *+' conftest.er1 >conftest.err
26178 rm -f conftest.er1
26179 cat conftest.err >&5
26180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26181 (exit $ac_status); } &&
26182 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26184 (eval $ac_try) 2>&5
26185 ac_status=$?
26186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26187 (exit $ac_status); }; } &&
26188 { ac_try='test -s conftest$ac_exeext'
26189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26190 (eval $ac_try) 2>&5
26191 ac_status=$?
26192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26193 (exit $ac_status); }; }; then
26194 echo "*** The test program compiled, but did not run. This usually means"
26195 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
26196 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
26197 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26198 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26199 echo "*** is required on your system"
26200 echo "***"
26201 echo "*** If you have an old version installed, it is best to remove it, although"
26202 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26203 else
26204 echo "$as_me: failed program was:" >&5
26205 sed 's/^/| /' conftest.$ac_ext >&5
26206
26207 echo "*** The test program failed to compile or link. See the file config.log for the"
26208 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
26209 fi
26210 rm -f conftest.err conftest.$ac_objext \
26211 conftest$ac_exeext conftest.$ac_ext
26212 CFLAGS="$ac_save_CFLAGS"
26213 LIBS="$ac_save_LIBS"
26214 fi
26215 fi
26216 GTK_CFLAGS=""
26217 GTK_LIBS=""
26218 :
26219 fi
26220
26221
26222 rm -f conf.gtktest
26223
26224
26225 case "${host}" in
26226 *-*-solaris2* )
26227 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
26228 GTK_CFLAGS=`echo $GTK_CFLAGS | sed 's/-mt//'`
26229 GTK_LIBS=`echo $GTK_LIBS | sed 's/-mt//'`
26230 fi
26231 if test "$wxUSE_SHARED" != "yes"; then
26232 GTK_LIBS="$GTK_LIBS -lX11"
26233 fi
26234 esac
26235 fi
26236
26237 if test -z "$wx_cv_lib_gtk"; then
26238 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
26239
26240 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26241 if test "${with_gtk_prefix+set}" = set; then
26242 withval="$with_gtk_prefix"
26243 gtk_config_prefix="$withval"
26244 else
26245 gtk_config_prefix=""
26246 fi;
26247
26248 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26249 if test "${with_gtk_exec_prefix+set}" = set; then
26250 withval="$with_gtk_exec_prefix"
26251 gtk_config_exec_prefix="$withval"
26252 else
26253 gtk_config_exec_prefix=""
26254 fi;
26255 # Check whether --enable-gtktest or --disable-gtktest was given.
26256 if test "${enable_gtktest+set}" = set; then
26257 enableval="$enable_gtktest"
26258
26259 else
26260 enable_gtktest=yes
26261 fi;
26262
26263 for module in . $GTK_MODULES
26264 do
26265 case "$module" in
26266 gthread)
26267 gtk_config_args="$gtk_config_args gthread"
26268 ;;
26269 esac
26270 done
26271
26272 if test x$gtk_config_exec_prefix != x ; then
26273 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26274 if test x${GTK_CONFIG+set} != xset ; then
26275 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26276 fi
26277 fi
26278 if test x$gtk_config_prefix != x ; then
26279 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26280 if test x${GTK_CONFIG+set} != xset ; then
26281 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26282 fi
26283 fi
26284
26285 # Extract the first word of "gtk-config", so it can be a program name with args.
26286 set dummy gtk-config; ac_word=$2
26287 echo "$as_me:$LINENO: checking for $ac_word" >&5
26288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26289 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26290 echo $ECHO_N "(cached) $ECHO_C" >&6
26291 else
26292 case $GTK_CONFIG in
26293 [\\/]* | ?:[\\/]*)
26294 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26295 ;;
26296 *)
26297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26298 for as_dir in $PATH
26299 do
26300 IFS=$as_save_IFS
26301 test -z "$as_dir" && as_dir=.
26302 for ac_exec_ext in '' $ac_executable_extensions; do
26303 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26304 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26306 break 2
26307 fi
26308 done
26309 done
26310
26311 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26312 ;;
26313 esac
26314 fi
26315 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26316
26317 if test -n "$GTK_CONFIG"; then
26318 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26319 echo "${ECHO_T}$GTK_CONFIG" >&6
26320 else
26321 echo "$as_me:$LINENO: result: no" >&5
26322 echo "${ECHO_T}no" >&6
26323 fi
26324
26325 min_gtk_version=1.2.7
26326 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26327 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26328 no_gtk=""
26329 if test "$GTK_CONFIG" = "no" ; then
26330 no_gtk=yes
26331 else
26332 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26333 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26334 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26335 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26336 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26337 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26338 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26339 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26340 if test "x$enable_gtktest" = "xyes" ; then
26341 ac_save_CFLAGS="$CFLAGS"
26342 ac_save_LIBS="$LIBS"
26343 CFLAGS="$CFLAGS $GTK_CFLAGS"
26344 LIBS="$GTK_LIBS $LIBS"
26345 rm -f conf.gtktest
26346 if test "$cross_compiling" = yes; then
26347 echo $ac_n "cross compiling; assumed OK... $ac_c"
26348 else
26349 cat >conftest.$ac_ext <<_ACEOF
26350 /* confdefs.h. */
26351 _ACEOF
26352 cat confdefs.h >>conftest.$ac_ext
26353 cat >>conftest.$ac_ext <<_ACEOF
26354 /* end confdefs.h. */
26355
26356 #include <gtk/gtk.h>
26357 #include <stdio.h>
26358 #include <stdlib.h>
26359
26360 int
26361 main ()
26362 {
26363 int major, minor, micro;
26364 char *tmp_version;
26365
26366 system ("touch conf.gtktest");
26367
26368 /* HP/UX 9 (%@#!) writes to sscanf strings */
26369 tmp_version = g_strdup("$min_gtk_version");
26370 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26371 printf("%s, bad version string\n", "$min_gtk_version");
26372 exit(1);
26373 }
26374
26375 if ((gtk_major_version != $gtk_config_major_version) ||
26376 (gtk_minor_version != $gtk_config_minor_version) ||
26377 (gtk_micro_version != $gtk_config_micro_version))
26378 {
26379 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26380 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26381 gtk_major_version, gtk_minor_version, gtk_micro_version);
26382 printf ("*** was found! If gtk-config was correct, then it is best\n");
26383 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26384 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26385 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26386 printf("*** required on your system.\n");
26387 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26388 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26389 printf("*** before re-running configure\n");
26390 }
26391 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26392 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26393 (gtk_minor_version != GTK_MINOR_VERSION) ||
26394 (gtk_micro_version != GTK_MICRO_VERSION))
26395 {
26396 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26397 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26398 printf("*** library (version %d.%d.%d)\n",
26399 gtk_major_version, gtk_minor_version, gtk_micro_version);
26400 }
26401 #endif /* defined (GTK_MAJOR_VERSION) ... */
26402 else
26403 {
26404 if ((gtk_major_version > major) ||
26405 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26406 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26407 {
26408 return 0;
26409 }
26410 else
26411 {
26412 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26413 gtk_major_version, gtk_minor_version, gtk_micro_version);
26414 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26415 major, minor, micro);
26416 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26417 printf("***\n");
26418 printf("*** If you have already installed a sufficiently new version, this error\n");
26419 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26420 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26421 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26422 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26423 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26424 printf("*** so that the correct libraries are found at run-time))\n");
26425 }
26426 }
26427 return 1;
26428 }
26429
26430 _ACEOF
26431 rm -f conftest$ac_exeext
26432 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26433 (eval $ac_link) 2>&5
26434 ac_status=$?
26435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26436 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26438 (eval $ac_try) 2>&5
26439 ac_status=$?
26440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26441 (exit $ac_status); }; }; then
26442 :
26443 else
26444 echo "$as_me: program exited with status $ac_status" >&5
26445 echo "$as_me: failed program was:" >&5
26446 sed 's/^/| /' conftest.$ac_ext >&5
26447
26448 ( exit $ac_status )
26449 no_gtk=yes
26450 fi
26451 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26452 fi
26453 CFLAGS="$ac_save_CFLAGS"
26454 LIBS="$ac_save_LIBS"
26455 fi
26456 fi
26457 if test "x$no_gtk" = x ; then
26458 echo "$as_me:$LINENO: result: yes" >&5
26459 echo "${ECHO_T}yes" >&6
26460 wx_cv_lib_gtk=1.2.7
26461 else
26462 echo "$as_me:$LINENO: result: no" >&5
26463 echo "${ECHO_T}no" >&6
26464 if test "$GTK_CONFIG" = "no" ; then
26465 echo "*** The gtk-config script installed by GTK could not be found"
26466 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26467 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26468 echo "*** full path to gtk-config."
26469 else
26470 if test -f conf.gtktest ; then
26471 :
26472 else
26473 echo "*** Could not run GTK test program, checking why..."
26474 CFLAGS="$CFLAGS $GTK_CFLAGS"
26475 LIBS="$LIBS $GTK_LIBS"
26476 cat >conftest.$ac_ext <<_ACEOF
26477 /* confdefs.h. */
26478 _ACEOF
26479 cat confdefs.h >>conftest.$ac_ext
26480 cat >>conftest.$ac_ext <<_ACEOF
26481 /* end confdefs.h. */
26482
26483 #include <gtk/gtk.h>
26484 #include <stdio.h>
26485
26486 int
26487 main ()
26488 {
26489 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26490 ;
26491 return 0;
26492 }
26493 _ACEOF
26494 rm -f conftest.$ac_objext conftest$ac_exeext
26495 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26496 (eval $ac_link) 2>conftest.er1
26497 ac_status=$?
26498 grep -v '^ *+' conftest.er1 >conftest.err
26499 rm -f conftest.er1
26500 cat conftest.err >&5
26501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26502 (exit $ac_status); } &&
26503 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26505 (eval $ac_try) 2>&5
26506 ac_status=$?
26507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26508 (exit $ac_status); }; } &&
26509 { ac_try='test -s conftest$ac_exeext'
26510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26511 (eval $ac_try) 2>&5
26512 ac_status=$?
26513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26514 (exit $ac_status); }; }; then
26515 echo "*** The test program compiled, but did not run. This usually means"
26516 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26517 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26518 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26519 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26520 echo "*** is required on your system"
26521 echo "***"
26522 echo "*** If you have an old version installed, it is best to remove it, although"
26523 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26524 echo "***"
26525 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26526 echo "*** came with the system with the command"
26527 echo "***"
26528 echo "*** rpm --erase --nodeps gtk gtk-devel"
26529 else
26530 echo "$as_me: failed program was:" >&5
26531 sed 's/^/| /' conftest.$ac_ext >&5
26532
26533 echo "*** The test program failed to compile or link. See the file config.log for the"
26534 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26535 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26536 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26537 fi
26538 rm -f conftest.err conftest.$ac_objext \
26539 conftest$ac_exeext conftest.$ac_ext
26540 CFLAGS="$ac_save_CFLAGS"
26541 LIBS="$ac_save_LIBS"
26542 fi
26543 fi
26544 GTK_CFLAGS=""
26545 GTK_LIBS=""
26546 :
26547 fi
26548
26549
26550 rm -f conf.gtktest
26551
26552
26553 if test -z "$wx_cv_lib_gtk"; then
26554
26555 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26556 if test "${with_gtk_prefix+set}" = set; then
26557 withval="$with_gtk_prefix"
26558 gtk_config_prefix="$withval"
26559 else
26560 gtk_config_prefix=""
26561 fi;
26562
26563 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26564 if test "${with_gtk_exec_prefix+set}" = set; then
26565 withval="$with_gtk_exec_prefix"
26566 gtk_config_exec_prefix="$withval"
26567 else
26568 gtk_config_exec_prefix=""
26569 fi;
26570 # Check whether --enable-gtktest or --disable-gtktest was given.
26571 if test "${enable_gtktest+set}" = set; then
26572 enableval="$enable_gtktest"
26573
26574 else
26575 enable_gtktest=yes
26576 fi;
26577
26578 for module in . $GTK_MODULES
26579 do
26580 case "$module" in
26581 gthread)
26582 gtk_config_args="$gtk_config_args gthread"
26583 ;;
26584 esac
26585 done
26586
26587 if test x$gtk_config_exec_prefix != x ; then
26588 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26589 if test x${GTK_CONFIG+set} != xset ; then
26590 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26591 fi
26592 fi
26593 if test x$gtk_config_prefix != x ; then
26594 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26595 if test x${GTK_CONFIG+set} != xset ; then
26596 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26597 fi
26598 fi
26599
26600 # Extract the first word of "gtk-config", so it can be a program name with args.
26601 set dummy gtk-config; ac_word=$2
26602 echo "$as_me:$LINENO: checking for $ac_word" >&5
26603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26604 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26605 echo $ECHO_N "(cached) $ECHO_C" >&6
26606 else
26607 case $GTK_CONFIG in
26608 [\\/]* | ?:[\\/]*)
26609 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26610 ;;
26611 *)
26612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26613 for as_dir in $PATH
26614 do
26615 IFS=$as_save_IFS
26616 test -z "$as_dir" && as_dir=.
26617 for ac_exec_ext in '' $ac_executable_extensions; do
26618 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26619 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26620 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26621 break 2
26622 fi
26623 done
26624 done
26625
26626 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26627 ;;
26628 esac
26629 fi
26630 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26631
26632 if test -n "$GTK_CONFIG"; then
26633 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26634 echo "${ECHO_T}$GTK_CONFIG" >&6
26635 else
26636 echo "$as_me:$LINENO: result: no" >&5
26637 echo "${ECHO_T}no" >&6
26638 fi
26639
26640 min_gtk_version=1.2.3
26641 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26642 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26643 no_gtk=""
26644 if test "$GTK_CONFIG" = "no" ; then
26645 no_gtk=yes
26646 else
26647 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26648 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26649 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26650 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26651 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26652 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26653 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26654 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26655 if test "x$enable_gtktest" = "xyes" ; then
26656 ac_save_CFLAGS="$CFLAGS"
26657 ac_save_LIBS="$LIBS"
26658 CFLAGS="$CFLAGS $GTK_CFLAGS"
26659 LIBS="$GTK_LIBS $LIBS"
26660 rm -f conf.gtktest
26661 if test "$cross_compiling" = yes; then
26662 echo $ac_n "cross compiling; assumed OK... $ac_c"
26663 else
26664 cat >conftest.$ac_ext <<_ACEOF
26665 /* confdefs.h. */
26666 _ACEOF
26667 cat confdefs.h >>conftest.$ac_ext
26668 cat >>conftest.$ac_ext <<_ACEOF
26669 /* end confdefs.h. */
26670
26671 #include <gtk/gtk.h>
26672 #include <stdio.h>
26673 #include <stdlib.h>
26674
26675 int
26676 main ()
26677 {
26678 int major, minor, micro;
26679 char *tmp_version;
26680
26681 system ("touch conf.gtktest");
26682
26683 /* HP/UX 9 (%@#!) writes to sscanf strings */
26684 tmp_version = g_strdup("$min_gtk_version");
26685 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26686 printf("%s, bad version string\n", "$min_gtk_version");
26687 exit(1);
26688 }
26689
26690 if ((gtk_major_version != $gtk_config_major_version) ||
26691 (gtk_minor_version != $gtk_config_minor_version) ||
26692 (gtk_micro_version != $gtk_config_micro_version))
26693 {
26694 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26695 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26696 gtk_major_version, gtk_minor_version, gtk_micro_version);
26697 printf ("*** was found! If gtk-config was correct, then it is best\n");
26698 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26699 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26700 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26701 printf("*** required on your system.\n");
26702 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26703 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26704 printf("*** before re-running configure\n");
26705 }
26706 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26707 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26708 (gtk_minor_version != GTK_MINOR_VERSION) ||
26709 (gtk_micro_version != GTK_MICRO_VERSION))
26710 {
26711 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26712 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26713 printf("*** library (version %d.%d.%d)\n",
26714 gtk_major_version, gtk_minor_version, gtk_micro_version);
26715 }
26716 #endif /* defined (GTK_MAJOR_VERSION) ... */
26717 else
26718 {
26719 if ((gtk_major_version > major) ||
26720 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26721 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26722 {
26723 return 0;
26724 }
26725 else
26726 {
26727 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26728 gtk_major_version, gtk_minor_version, gtk_micro_version);
26729 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26730 major, minor, micro);
26731 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26732 printf("***\n");
26733 printf("*** If you have already installed a sufficiently new version, this error\n");
26734 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26735 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26736 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26737 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26738 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26739 printf("*** so that the correct libraries are found at run-time))\n");
26740 }
26741 }
26742 return 1;
26743 }
26744
26745 _ACEOF
26746 rm -f conftest$ac_exeext
26747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26748 (eval $ac_link) 2>&5
26749 ac_status=$?
26750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26751 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26753 (eval $ac_try) 2>&5
26754 ac_status=$?
26755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26756 (exit $ac_status); }; }; then
26757 :
26758 else
26759 echo "$as_me: program exited with status $ac_status" >&5
26760 echo "$as_me: failed program was:" >&5
26761 sed 's/^/| /' conftest.$ac_ext >&5
26762
26763 ( exit $ac_status )
26764 no_gtk=yes
26765 fi
26766 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26767 fi
26768 CFLAGS="$ac_save_CFLAGS"
26769 LIBS="$ac_save_LIBS"
26770 fi
26771 fi
26772 if test "x$no_gtk" = x ; then
26773 echo "$as_me:$LINENO: result: yes" >&5
26774 echo "${ECHO_T}yes" >&6
26775 wx_cv_lib_gtk=1.2.3
26776 else
26777 echo "$as_me:$LINENO: result: no" >&5
26778 echo "${ECHO_T}no" >&6
26779 if test "$GTK_CONFIG" = "no" ; then
26780 echo "*** The gtk-config script installed by GTK could not be found"
26781 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26782 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26783 echo "*** full path to gtk-config."
26784 else
26785 if test -f conf.gtktest ; then
26786 :
26787 else
26788 echo "*** Could not run GTK test program, checking why..."
26789 CFLAGS="$CFLAGS $GTK_CFLAGS"
26790 LIBS="$LIBS $GTK_LIBS"
26791 cat >conftest.$ac_ext <<_ACEOF
26792 /* confdefs.h. */
26793 _ACEOF
26794 cat confdefs.h >>conftest.$ac_ext
26795 cat >>conftest.$ac_ext <<_ACEOF
26796 /* end confdefs.h. */
26797
26798 #include <gtk/gtk.h>
26799 #include <stdio.h>
26800
26801 int
26802 main ()
26803 {
26804 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26805 ;
26806 return 0;
26807 }
26808 _ACEOF
26809 rm -f conftest.$ac_objext conftest$ac_exeext
26810 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26811 (eval $ac_link) 2>conftest.er1
26812 ac_status=$?
26813 grep -v '^ *+' conftest.er1 >conftest.err
26814 rm -f conftest.er1
26815 cat conftest.err >&5
26816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26817 (exit $ac_status); } &&
26818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26820 (eval $ac_try) 2>&5
26821 ac_status=$?
26822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26823 (exit $ac_status); }; } &&
26824 { ac_try='test -s conftest$ac_exeext'
26825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26826 (eval $ac_try) 2>&5
26827 ac_status=$?
26828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26829 (exit $ac_status); }; }; then
26830 echo "*** The test program compiled, but did not run. This usually means"
26831 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26832 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26833 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26834 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26835 echo "*** is required on your system"
26836 echo "***"
26837 echo "*** If you have an old version installed, it is best to remove it, although"
26838 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26839 echo "***"
26840 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26841 echo "*** came with the system with the command"
26842 echo "***"
26843 echo "*** rpm --erase --nodeps gtk gtk-devel"
26844 else
26845 echo "$as_me: failed program was:" >&5
26846 sed 's/^/| /' conftest.$ac_ext >&5
26847
26848 echo "*** The test program failed to compile or link. See the file config.log for the"
26849 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26850 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26851 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26852 fi
26853 rm -f conftest.err conftest.$ac_objext \
26854 conftest$ac_exeext conftest.$ac_ext
26855 CFLAGS="$ac_save_CFLAGS"
26856 LIBS="$ac_save_LIBS"
26857 fi
26858 fi
26859 GTK_CFLAGS=""
26860 GTK_LIBS=""
26861 :
26862 fi
26863
26864
26865 rm -f conf.gtktest
26866
26867 fi
26868 fi
26869 fi
26870
26871 if test -z "$wx_cv_lib_gtk"; then
26872 wx_cv_lib_gtk=none
26873 else
26874 wx_cv_cflags_gtk=$GTK_CFLAGS
26875 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
26876 fi
26877
26878
26879 fi
26880
26881
26882 if test "$gtk_version_cached" = 1; then
26883 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
26884 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
26885 fi
26886
26887 case "$wx_cv_lib_gtk" in
26888 2.0) WXGTK20=1
26889 TOOLKIT_VERSION=2
26890 ;;
26891 1.2.7) WXGTK127=1
26892 WXGTK12=1
26893 ;;
26894 1.2.3) WXGTK12=1
26895 ;;
26896 *) { { echo "$as_me:$LINENO: error:
26897 The development files for GTK+ were not found. For GTK+ 2, please
26898 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26899 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26900 and that the version is 1.2.3 or above. Also check that the
26901 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26902 --libs' are in the LD_LIBRARY_PATH or equivalent.
26903 " >&5
26904 echo "$as_me: error:
26905 The development files for GTK+ were not found. For GTK+ 2, please
26906 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26907 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26908 and that the version is 1.2.3 or above. Also check that the
26909 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26910 --libs' are in the LD_LIBRARY_PATH or equivalent.
26911 " >&2;}
26912 { (exit 1); exit 1; }; }
26913 ;;
26914 esac
26915
26916 if test "$WXGTK20" = 1; then
26917 save_CFLAGS="$CFLAGS"
26918 save_LIBS="$LIBS"
26919 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
26920 LIBS="$LIBS $wx_cv_libs_gtk"
26921
26922 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
26923 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
26924 cat >conftest.$ac_ext <<_ACEOF
26925 /* confdefs.h. */
26926 _ACEOF
26927 cat confdefs.h >>conftest.$ac_ext
26928 cat >>conftest.$ac_ext <<_ACEOF
26929 /* end confdefs.h. */
26930
26931 #include <gtk/gtk.h>
26932
26933 int
26934 main ()
26935 {
26936
26937 void *f = gtk_icon_size_lookup;
26938
26939 ;
26940 return 0;
26941 }
26942 _ACEOF
26943 rm -f conftest.$ac_objext
26944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26945 (eval $ac_compile) 2>conftest.er1
26946 ac_status=$?
26947 grep -v '^ *+' conftest.er1 >conftest.err
26948 rm -f conftest.er1
26949 cat conftest.err >&5
26950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26951 (exit $ac_status); } &&
26952 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26954 (eval $ac_try) 2>&5
26955 ac_status=$?
26956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26957 (exit $ac_status); }; } &&
26958 { ac_try='test -s conftest.$ac_objext'
26959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26960 (eval $ac_try) 2>&5
26961 ac_status=$?
26962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26963 (exit $ac_status); }; }; then
26964
26965 echo "$as_me:$LINENO: result: no" >&5
26966 echo "${ECHO_T}no" >&6
26967
26968 else
26969 echo "$as_me: failed program was:" >&5
26970 sed 's/^/| /' conftest.$ac_ext >&5
26971
26972
26973 cat >>confdefs.h <<\_ACEOF
26974 #define NEED_GTK_ICON_SIZE_LOOKUP 1
26975 _ACEOF
26976
26977 echo "$as_me:$LINENO: result: yes" >&5
26978 echo "${ECHO_T}yes" >&6
26979
26980 fi
26981 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26982
26983 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26984 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
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
26992 #include <gtk/gtk.h>
26993
26994 int
26995 main ()
26996 {
26997
26998 #if !GTK_CHECK_VERSION(2,4,0)
26999 Not GTK+ 2.4
27000 #endif
27001
27002 ;
27003 return 0;
27004 }
27005 _ACEOF
27006 rm -f conftest.$ac_objext
27007 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27008 (eval $ac_compile) 2>conftest.er1
27009 ac_status=$?
27010 grep -v '^ *+' conftest.er1 >conftest.err
27011 rm -f conftest.er1
27012 cat conftest.err >&5
27013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27014 (exit $ac_status); } &&
27015 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27017 (eval $ac_try) 2>&5
27018 ac_status=$?
27019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27020 (exit $ac_status); }; } &&
27021 { ac_try='test -s conftest.$ac_objext'
27022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27023 (eval $ac_try) 2>&5
27024 ac_status=$?
27025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27026 (exit $ac_status); }; }; then
27027
27028 cat >>confdefs.h <<\_ACEOF
27029 #define __WXGTK24__ 1
27030 _ACEOF
27031
27032 echo "$as_me:$LINENO: result: yes" >&5
27033 echo "${ECHO_T}yes" >&6
27034
27035 else
27036 echo "$as_me: failed program was:" >&5
27037 sed 's/^/| /' conftest.$ac_ext >&5
27038
27039
27040 echo "$as_me:$LINENO: result: no" >&5
27041 echo "${ECHO_T}no" >&6
27042
27043 fi
27044 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27045
27046 CFLAGS="$save_CFLAGS"
27047 LIBS="$save_LIBS"
27048 else
27049 if test "$wxUSE_UNICODE" = "yes"; then
27050 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
27051 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
27052 wxUSE_UNICODE=no
27053 fi
27054 fi
27055
27056 if test "$USE_DARWIN" != 1; then
27057
27058 for ac_func in poll
27059 do
27060 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27061 echo "$as_me:$LINENO: checking for $ac_func" >&5
27062 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27063 if eval "test \"\${$as_ac_var+set}\" = set"; then
27064 echo $ECHO_N "(cached) $ECHO_C" >&6
27065 else
27066 cat >conftest.$ac_ext <<_ACEOF
27067 /* confdefs.h. */
27068 _ACEOF
27069 cat confdefs.h >>conftest.$ac_ext
27070 cat >>conftest.$ac_ext <<_ACEOF
27071 /* end confdefs.h. */
27072 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27073 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27074 #define $ac_func innocuous_$ac_func
27075
27076 /* System header to define __stub macros and hopefully few prototypes,
27077 which can conflict with char $ac_func (); below.
27078 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27079 <limits.h> exists even on freestanding compilers. */
27080
27081 #ifdef __STDC__
27082 # include <limits.h>
27083 #else
27084 # include <assert.h>
27085 #endif
27086
27087 #undef $ac_func
27088
27089 /* Override any gcc2 internal prototype to avoid an error. */
27090 #ifdef __cplusplus
27091 extern "C"
27092 {
27093 #endif
27094 /* We use char because int might match the return type of a gcc2
27095 builtin and then its argument prototype would still apply. */
27096 char $ac_func ();
27097 /* The GNU C library defines this for functions which it implements
27098 to always fail with ENOSYS. Some functions are actually named
27099 something starting with __ and the normal name is an alias. */
27100 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27101 choke me
27102 #else
27103 char (*f) () = $ac_func;
27104 #endif
27105 #ifdef __cplusplus
27106 }
27107 #endif
27108
27109 int
27110 main ()
27111 {
27112 return f != $ac_func;
27113 ;
27114 return 0;
27115 }
27116 _ACEOF
27117 rm -f conftest.$ac_objext conftest$ac_exeext
27118 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27119 (eval $ac_link) 2>conftest.er1
27120 ac_status=$?
27121 grep -v '^ *+' conftest.er1 >conftest.err
27122 rm -f conftest.er1
27123 cat conftest.err >&5
27124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27125 (exit $ac_status); } &&
27126 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27128 (eval $ac_try) 2>&5
27129 ac_status=$?
27130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27131 (exit $ac_status); }; } &&
27132 { ac_try='test -s conftest$ac_exeext'
27133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27134 (eval $ac_try) 2>&5
27135 ac_status=$?
27136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27137 (exit $ac_status); }; }; then
27138 eval "$as_ac_var=yes"
27139 else
27140 echo "$as_me: failed program was:" >&5
27141 sed 's/^/| /' conftest.$ac_ext >&5
27142
27143 eval "$as_ac_var=no"
27144 fi
27145 rm -f conftest.err conftest.$ac_objext \
27146 conftest$ac_exeext conftest.$ac_ext
27147 fi
27148 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27149 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27150 if test `eval echo '${'$as_ac_var'}'` = yes; then
27151 cat >>confdefs.h <<_ACEOF
27152 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27153 _ACEOF
27154
27155 fi
27156 done
27157
27158 fi
27159
27160 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
27161 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
27162
27163 AFMINSTALL=afminstall
27164 TOOLKIT=GTK
27165 GUIDIST=GTK_DIST
27166
27167 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
27168 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
27169 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
27170 echo $ECHO_N "(cached) $ECHO_C" >&6
27171 else
27172 ac_check_lib_save_LIBS=$LIBS
27173 LIBS="-lgdk $LIBS"
27174 cat >conftest.$ac_ext <<_ACEOF
27175 /* confdefs.h. */
27176 _ACEOF
27177 cat confdefs.h >>conftest.$ac_ext
27178 cat >>conftest.$ac_ext <<_ACEOF
27179 /* end confdefs.h. */
27180
27181 /* Override any gcc2 internal prototype to avoid an error. */
27182 #ifdef __cplusplus
27183 extern "C"
27184 #endif
27185 /* We use char because int might match the return type of a gcc2
27186 builtin and then its argument prototype would still apply. */
27187 char gdk_im_open ();
27188 int
27189 main ()
27190 {
27191 gdk_im_open ();
27192 ;
27193 return 0;
27194 }
27195 _ACEOF
27196 rm -f conftest.$ac_objext conftest$ac_exeext
27197 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27198 (eval $ac_link) 2>conftest.er1
27199 ac_status=$?
27200 grep -v '^ *+' conftest.er1 >conftest.err
27201 rm -f conftest.er1
27202 cat conftest.err >&5
27203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27204 (exit $ac_status); } &&
27205 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27207 (eval $ac_try) 2>&5
27208 ac_status=$?
27209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27210 (exit $ac_status); }; } &&
27211 { ac_try='test -s conftest$ac_exeext'
27212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27213 (eval $ac_try) 2>&5
27214 ac_status=$?
27215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27216 (exit $ac_status); }; }; then
27217 ac_cv_lib_gdk_gdk_im_open=yes
27218 else
27219 echo "$as_me: failed program was:" >&5
27220 sed 's/^/| /' conftest.$ac_ext >&5
27221
27222 ac_cv_lib_gdk_gdk_im_open=no
27223 fi
27224 rm -f conftest.err conftest.$ac_objext \
27225 conftest$ac_exeext conftest.$ac_ext
27226 LIBS=$ac_check_lib_save_LIBS
27227 fi
27228 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
27229 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
27230 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
27231 cat >>confdefs.h <<\_ACEOF
27232 #define HAVE_XIM 1
27233 _ACEOF
27234
27235 fi
27236
27237
27238
27239 if test "$wxUSE_GPE" = "yes"; then
27240 echo "$as_me:$LINENO: checking for gpewidget library" >&5
27241 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
27242
27243 ac_find_libraries=
27244 for ac_dir in $SEARCH_LIB;
27245 do
27246 for ac_extension in a so sl dylib dll.a; do
27247 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
27248 ac_find_libraries=$ac_dir
27249 break 2
27250 fi
27251 done
27252 done
27253
27254 if test "$ac_find_libraries" != "" ; then
27255
27256 if test "$ac_find_libraries" = "default location"; then
27257 ac_path_to_link=""
27258 else
27259 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27260 result=$?
27261 if test $result = 0; then
27262 ac_path_to_link=""
27263 else
27264 ac_path_to_link=" -L$ac_find_libraries"
27265 fi
27266 fi
27267
27268 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
27269 WXGPE=1
27270 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
27271 echo "${ECHO_T}found in $ac_find_libraries" >&6
27272 else
27273 echo "$as_me:$LINENO: result: not found" >&5
27274 echo "${ECHO_T}not found" >&6
27275 fi
27276
27277 fi
27278 fi
27279
27280 if test "$wxUSE_MGL" = 1; then
27281 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
27282 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
27283 if test "x$MGL_ROOT" = x ; then
27284 echo "$as_me:$LINENO: result: not found" >&5
27285 echo "${ECHO_T}not found" >&6
27286 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
27287 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
27288 { (exit 1); exit 1; }; }
27289 else
27290 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
27291 echo "${ECHO_T}$MGL_ROOT" >&6
27292 fi
27293
27294 echo "$as_me:$LINENO: checking for libmgl location" >&5
27295 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
27296 case "${host}" in
27297 *-*-linux* )
27298 if test "x$wxUSE_SHARED" = xyes ; then
27299 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
27300 else
27301 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
27302 fi
27303 ;;
27304 *-pc-msdosdjgpp )
27305 mgl_os_candidates="dos32/dj2"
27306 ;;
27307 *)
27308 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
27309 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
27310 { (exit 1); exit 1; }; }
27311 esac
27312
27313 mgl_lib_type=""
27314 mgl_os=""
27315
27316 for mgl_os_i in $mgl_os_candidates ; do
27317 if test "x$mgl_os" = x ; then
27318 if test "$wxUSE_DEBUG_FLAG" = yes ; then
27319 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
27320 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
27321 mgl_lib_type=debug
27322 mgl_os=$mgl_os_i
27323 fi
27324 fi
27325 if test "x$mgl_lib_type" = x ; then
27326 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
27327 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
27328 mgl_lib_type=release
27329 mgl_os=$mgl_os_i
27330 fi
27331 fi
27332 fi
27333 done
27334
27335 if test "x$mgl_os" = x ; then
27336 echo "$as_me:$LINENO: result: not found" >&5
27337 echo "${ECHO_T}not found" >&6
27338 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
27339 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
27340 { (exit 1); exit 1; }; }
27341 fi
27342 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
27343 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
27344
27345 wxUSE_UNIVERSAL="yes"
27346
27347 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
27348 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
27349
27350 AFMINSTALL=afminstall
27351 TOOLKIT=MGL
27352 GUIDIST=MGL_DIST
27353 fi
27354
27355 if test "$wxUSE_MICROWIN" = 1; then
27356 echo "$as_me:$LINENO: checking for MicroWindows" >&5
27357 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
27358 if test "x$MICROWINDOWS" = x ; then
27359 echo "$as_me:$LINENO: result: not found" >&5
27360 echo "${ECHO_T}not found" >&6
27361 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
27362 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
27363 { (exit 1); exit 1; }; }
27364 else
27365 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
27366 echo "${ECHO_T}$MICROWINDOWS" >&6
27367 fi
27368
27369 if test -f $MICROWINDOWS/lib/libmwin.a; then
27370 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
27371 echo "${ECHO_T}MicroWindows' libraries found." >&6
27372 else
27373 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
27374 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
27375 { (exit 1); exit 1; }; }
27376 fi
27377
27378 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
27379 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
27380
27381 wxUSE_UNIVERSAL="yes"
27382
27383 AFMINSTALL=afminstall
27384 TOOLKIT=MICROWIN
27385 GUIDIST=MICROWIN_DIST
27386
27387 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
27388 fi
27389
27390 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
27391
27392 if test "x$ac_path_x_has_been_run" != xyes; then
27393 echo "$as_me:$LINENO: checking for X" >&5
27394 echo $ECHO_N "checking for X... $ECHO_C" >&6
27395
27396 ac_path_x_has_been_run=yes
27397
27398 # Check whether --with-x or --without-x was given.
27399 if test "${with_x+set}" = set; then
27400 withval="$with_x"
27401
27402 fi;
27403 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
27404 if test "x$with_x" = xno; then
27405 # The user explicitly disabled X.
27406 have_x=disabled
27407 else
27408 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
27409 # Both variables are already set.
27410 have_x=yes
27411 else
27412 if test "${ac_cv_have_x+set}" = set; then
27413 echo $ECHO_N "(cached) $ECHO_C" >&6
27414 else
27415 # One or both of the vars are not set, and there is no cached value.
27416 ac_x_includes=no ac_x_libraries=no
27417 rm -fr conftest.dir
27418 if mkdir conftest.dir; then
27419 cd conftest.dir
27420 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
27421 cat >Imakefile <<'_ACEOF'
27422 acfindx:
27423 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
27424 _ACEOF
27425 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
27426 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
27427 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
27428 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
27429 for ac_extension in a so sl; do
27430 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
27431 test -f $ac_im_libdir/libX11.$ac_extension; then
27432 ac_im_usrlibdir=$ac_im_libdir; break
27433 fi
27434 done
27435 # Screen out bogus values from the imake configuration. They are
27436 # bogus both because they are the default anyway, and because
27437 # using them would break gcc on systems where it needs fixed includes.
27438 case $ac_im_incroot in
27439 /usr/include) ;;
27440 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
27441 esac
27442 case $ac_im_usrlibdir in
27443 /usr/lib | /lib) ;;
27444 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
27445 esac
27446 fi
27447 cd ..
27448 rm -fr conftest.dir
27449 fi
27450
27451 # Standard set of common directories for X headers.
27452 # Check X11 before X11Rn because it is often a symlink to the current release.
27453 ac_x_header_dirs='
27454 /usr/X11/include
27455 /usr/X11R6/include
27456 /usr/X11R5/include
27457 /usr/X11R4/include
27458
27459 /usr/include/X11
27460 /usr/include/X11R6
27461 /usr/include/X11R5
27462 /usr/include/X11R4
27463
27464 /usr/local/X11/include
27465 /usr/local/X11R6/include
27466 /usr/local/X11R5/include
27467 /usr/local/X11R4/include
27468
27469 /usr/local/include/X11
27470 /usr/local/include/X11R6
27471 /usr/local/include/X11R5
27472 /usr/local/include/X11R4
27473
27474 /usr/X386/include
27475 /usr/x386/include
27476 /usr/XFree86/include/X11
27477
27478 /usr/include
27479 /usr/local/include
27480 /usr/unsupported/include
27481 /usr/athena/include
27482 /usr/local/x11r5/include
27483 /usr/lpp/Xamples/include
27484
27485 /usr/openwin/include
27486 /usr/openwin/share/include'
27487
27488 if test "$ac_x_includes" = no; then
27489 # Guess where to find include files, by looking for a specified header file.
27490 # First, try using that file with no special directory specified.
27491 cat >conftest.$ac_ext <<_ACEOF
27492 /* confdefs.h. */
27493 _ACEOF
27494 cat confdefs.h >>conftest.$ac_ext
27495 cat >>conftest.$ac_ext <<_ACEOF
27496 /* end confdefs.h. */
27497 #include <X11/Xlib.h>
27498 _ACEOF
27499 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27500 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27501 ac_status=$?
27502 grep -v '^ *+' conftest.er1 >conftest.err
27503 rm -f conftest.er1
27504 cat conftest.err >&5
27505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27506 (exit $ac_status); } >/dev/null; then
27507 if test -s conftest.err; then
27508 ac_cpp_err=$ac_c_preproc_warn_flag
27509 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
27510 else
27511 ac_cpp_err=
27512 fi
27513 else
27514 ac_cpp_err=yes
27515 fi
27516 if test -z "$ac_cpp_err"; then
27517 # We can compile using X headers with no special include directory.
27518 ac_x_includes=
27519 else
27520 echo "$as_me: failed program was:" >&5
27521 sed 's/^/| /' conftest.$ac_ext >&5
27522
27523 for ac_dir in $ac_x_header_dirs; do
27524 if test -r "$ac_dir/X11/Xlib.h"; then
27525 ac_x_includes=$ac_dir
27526 break
27527 fi
27528 done
27529 fi
27530 rm -f conftest.err conftest.$ac_ext
27531 fi # $ac_x_includes = no
27532
27533 if test "$ac_x_libraries" = no; then
27534 # Check for the libraries.
27535 # See if we find them without any special options.
27536 # Don't add to $LIBS permanently.
27537 ac_save_LIBS=$LIBS
27538 LIBS="-lX11 $LIBS"
27539 cat >conftest.$ac_ext <<_ACEOF
27540 /* confdefs.h. */
27541 _ACEOF
27542 cat confdefs.h >>conftest.$ac_ext
27543 cat >>conftest.$ac_ext <<_ACEOF
27544 /* end confdefs.h. */
27545 #include <X11/Xlib.h>
27546 int
27547 main ()
27548 {
27549 XrmInitialize ()
27550 ;
27551 return 0;
27552 }
27553 _ACEOF
27554 rm -f conftest.$ac_objext conftest$ac_exeext
27555 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27556 (eval $ac_link) 2>conftest.er1
27557 ac_status=$?
27558 grep -v '^ *+' conftest.er1 >conftest.err
27559 rm -f conftest.er1
27560 cat conftest.err >&5
27561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27562 (exit $ac_status); } &&
27563 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27565 (eval $ac_try) 2>&5
27566 ac_status=$?
27567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27568 (exit $ac_status); }; } &&
27569 { ac_try='test -s conftest$ac_exeext'
27570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27571 (eval $ac_try) 2>&5
27572 ac_status=$?
27573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27574 (exit $ac_status); }; }; then
27575 LIBS=$ac_save_LIBS
27576 # We can link X programs with no special library path.
27577 ac_x_libraries=
27578 else
27579 echo "$as_me: failed program was:" >&5
27580 sed 's/^/| /' conftest.$ac_ext >&5
27581
27582 LIBS=$ac_save_LIBS
27583 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
27584 do
27585 # Don't even attempt the hair of trying to link an X program!
27586 for ac_extension in a so sl; do
27587 if test -r $ac_dir/libX11.$ac_extension; then
27588 ac_x_libraries=$ac_dir
27589 break 2
27590 fi
27591 done
27592 done
27593 fi
27594 rm -f conftest.err conftest.$ac_objext \
27595 conftest$ac_exeext conftest.$ac_ext
27596 fi # $ac_x_libraries = no
27597
27598 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
27599 # Didn't find X anywhere. Cache the known absence of X.
27600 ac_cv_have_x="have_x=no"
27601 else
27602 # Record where we found X for the cache.
27603 ac_cv_have_x="have_x=yes \
27604 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
27605 fi
27606 fi
27607
27608 fi
27609 eval "$ac_cv_have_x"
27610 fi # $with_x != no
27611
27612 if test "$have_x" != yes; then
27613 echo "$as_me:$LINENO: result: $have_x" >&5
27614 echo "${ECHO_T}$have_x" >&6
27615 no_x=yes
27616 else
27617 # If each of the values was on the command line, it overrides each guess.
27618 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
27619 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
27620 # Update the cache value to reflect the command line values.
27621 ac_cv_have_x="have_x=yes \
27622 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
27623 # It might be that x_includes is empty (headers are found in the
27624 # standard search path. Then output the corresponding message
27625 ac_out_x_includes=$x_includes
27626 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
27627 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
27628 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
27629 fi
27630
27631 fi
27632 if test "$no_x" = yes; then
27633 # Not all programs may use this symbol, but it does not hurt to define it.
27634
27635 cat >>confdefs.h <<\_ACEOF
27636 #define X_DISPLAY_MISSING 1
27637 _ACEOF
27638
27639 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
27640 else
27641 if test -n "$x_includes"; then
27642 X_CFLAGS="$X_CFLAGS -I$x_includes"
27643 fi
27644
27645 # It would also be nice to do this for all -L options, not just this one.
27646 if test -n "$x_libraries"; then
27647 X_LIBS="$X_LIBS -L$x_libraries"
27648 # For Solaris; some versions of Sun CC require a space after -R and
27649 # others require no space. Words are not sufficient . . . .
27650 case `(uname -sr) 2>/dev/null` in
27651 "SunOS 5"*)
27652 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
27653 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
27654 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
27655 cat >conftest.$ac_ext <<_ACEOF
27656 /* confdefs.h. */
27657 _ACEOF
27658 cat confdefs.h >>conftest.$ac_ext
27659 cat >>conftest.$ac_ext <<_ACEOF
27660 /* end confdefs.h. */
27661
27662 int
27663 main ()
27664 {
27665
27666 ;
27667 return 0;
27668 }
27669 _ACEOF
27670 rm -f conftest.$ac_objext conftest$ac_exeext
27671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27672 (eval $ac_link) 2>conftest.er1
27673 ac_status=$?
27674 grep -v '^ *+' conftest.er1 >conftest.err
27675 rm -f conftest.er1
27676 cat conftest.err >&5
27677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27678 (exit $ac_status); } &&
27679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27681 (eval $ac_try) 2>&5
27682 ac_status=$?
27683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27684 (exit $ac_status); }; } &&
27685 { ac_try='test -s conftest$ac_exeext'
27686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27687 (eval $ac_try) 2>&5
27688 ac_status=$?
27689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27690 (exit $ac_status); }; }; then
27691 ac_R_nospace=yes
27692 else
27693 echo "$as_me: failed program was:" >&5
27694 sed 's/^/| /' conftest.$ac_ext >&5
27695
27696 ac_R_nospace=no
27697 fi
27698 rm -f conftest.err conftest.$ac_objext \
27699 conftest$ac_exeext conftest.$ac_ext
27700 if test $ac_R_nospace = yes; then
27701 echo "$as_me:$LINENO: result: no" >&5
27702 echo "${ECHO_T}no" >&6
27703 X_LIBS="$X_LIBS -R$x_libraries"
27704 else
27705 LIBS="$ac_xsave_LIBS -R $x_libraries"
27706 cat >conftest.$ac_ext <<_ACEOF
27707 /* confdefs.h. */
27708 _ACEOF
27709 cat confdefs.h >>conftest.$ac_ext
27710 cat >>conftest.$ac_ext <<_ACEOF
27711 /* end confdefs.h. */
27712
27713 int
27714 main ()
27715 {
27716
27717 ;
27718 return 0;
27719 }
27720 _ACEOF
27721 rm -f conftest.$ac_objext conftest$ac_exeext
27722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27723 (eval $ac_link) 2>conftest.er1
27724 ac_status=$?
27725 grep -v '^ *+' conftest.er1 >conftest.err
27726 rm -f conftest.er1
27727 cat conftest.err >&5
27728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27729 (exit $ac_status); } &&
27730 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27732 (eval $ac_try) 2>&5
27733 ac_status=$?
27734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27735 (exit $ac_status); }; } &&
27736 { ac_try='test -s conftest$ac_exeext'
27737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27738 (eval $ac_try) 2>&5
27739 ac_status=$?
27740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27741 (exit $ac_status); }; }; then
27742 ac_R_space=yes
27743 else
27744 echo "$as_me: failed program was:" >&5
27745 sed 's/^/| /' conftest.$ac_ext >&5
27746
27747 ac_R_space=no
27748 fi
27749 rm -f conftest.err conftest.$ac_objext \
27750 conftest$ac_exeext conftest.$ac_ext
27751 if test $ac_R_space = yes; then
27752 echo "$as_me:$LINENO: result: yes" >&5
27753 echo "${ECHO_T}yes" >&6
27754 X_LIBS="$X_LIBS -R $x_libraries"
27755 else
27756 echo "$as_me:$LINENO: result: neither works" >&5
27757 echo "${ECHO_T}neither works" >&6
27758 fi
27759 fi
27760 LIBS=$ac_xsave_LIBS
27761 esac
27762 fi
27763
27764 # Check for system-dependent libraries X programs must link with.
27765 # Do this before checking for the system-independent R6 libraries
27766 # (-lICE), since we may need -lsocket or whatever for X linking.
27767
27768 if test "$ISC" = yes; then
27769 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
27770 else
27771 # Martyn Johnson says this is needed for Ultrix, if the X
27772 # libraries were built with DECnet support. And Karl Berry says
27773 # the Alpha needs dnet_stub (dnet does not exist).
27774 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
27775 cat >conftest.$ac_ext <<_ACEOF
27776 /* confdefs.h. */
27777 _ACEOF
27778 cat confdefs.h >>conftest.$ac_ext
27779 cat >>conftest.$ac_ext <<_ACEOF
27780 /* end confdefs.h. */
27781
27782 /* Override any gcc2 internal prototype to avoid an error. */
27783 #ifdef __cplusplus
27784 extern "C"
27785 #endif
27786 /* We use char because int might match the return type of a gcc2
27787 builtin and then its argument prototype would still apply. */
27788 char XOpenDisplay ();
27789 int
27790 main ()
27791 {
27792 XOpenDisplay ();
27793 ;
27794 return 0;
27795 }
27796 _ACEOF
27797 rm -f conftest.$ac_objext conftest$ac_exeext
27798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27799 (eval $ac_link) 2>conftest.er1
27800 ac_status=$?
27801 grep -v '^ *+' conftest.er1 >conftest.err
27802 rm -f conftest.er1
27803 cat conftest.err >&5
27804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27805 (exit $ac_status); } &&
27806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27808 (eval $ac_try) 2>&5
27809 ac_status=$?
27810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27811 (exit $ac_status); }; } &&
27812 { ac_try='test -s conftest$ac_exeext'
27813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27814 (eval $ac_try) 2>&5
27815 ac_status=$?
27816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27817 (exit $ac_status); }; }; then
27818 :
27819 else
27820 echo "$as_me: failed program was:" >&5
27821 sed 's/^/| /' conftest.$ac_ext >&5
27822
27823 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
27824 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
27825 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
27826 echo $ECHO_N "(cached) $ECHO_C" >&6
27827 else
27828 ac_check_lib_save_LIBS=$LIBS
27829 LIBS="-ldnet $LIBS"
27830 cat >conftest.$ac_ext <<_ACEOF
27831 /* confdefs.h. */
27832 _ACEOF
27833 cat confdefs.h >>conftest.$ac_ext
27834 cat >>conftest.$ac_ext <<_ACEOF
27835 /* end confdefs.h. */
27836
27837 /* Override any gcc2 internal prototype to avoid an error. */
27838 #ifdef __cplusplus
27839 extern "C"
27840 #endif
27841 /* We use char because int might match the return type of a gcc2
27842 builtin and then its argument prototype would still apply. */
27843 char dnet_ntoa ();
27844 int
27845 main ()
27846 {
27847 dnet_ntoa ();
27848 ;
27849 return 0;
27850 }
27851 _ACEOF
27852 rm -f conftest.$ac_objext conftest$ac_exeext
27853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27854 (eval $ac_link) 2>conftest.er1
27855 ac_status=$?
27856 grep -v '^ *+' conftest.er1 >conftest.err
27857 rm -f conftest.er1
27858 cat conftest.err >&5
27859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27860 (exit $ac_status); } &&
27861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27863 (eval $ac_try) 2>&5
27864 ac_status=$?
27865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27866 (exit $ac_status); }; } &&
27867 { ac_try='test -s conftest$ac_exeext'
27868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27869 (eval $ac_try) 2>&5
27870 ac_status=$?
27871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27872 (exit $ac_status); }; }; then
27873 ac_cv_lib_dnet_dnet_ntoa=yes
27874 else
27875 echo "$as_me: failed program was:" >&5
27876 sed 's/^/| /' conftest.$ac_ext >&5
27877
27878 ac_cv_lib_dnet_dnet_ntoa=no
27879 fi
27880 rm -f conftest.err conftest.$ac_objext \
27881 conftest$ac_exeext conftest.$ac_ext
27882 LIBS=$ac_check_lib_save_LIBS
27883 fi
27884 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
27885 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
27886 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
27887 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
27888 fi
27889
27890 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
27891 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
27892 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
27893 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
27894 echo $ECHO_N "(cached) $ECHO_C" >&6
27895 else
27896 ac_check_lib_save_LIBS=$LIBS
27897 LIBS="-ldnet_stub $LIBS"
27898 cat >conftest.$ac_ext <<_ACEOF
27899 /* confdefs.h. */
27900 _ACEOF
27901 cat confdefs.h >>conftest.$ac_ext
27902 cat >>conftest.$ac_ext <<_ACEOF
27903 /* end confdefs.h. */
27904
27905 /* Override any gcc2 internal prototype to avoid an error. */
27906 #ifdef __cplusplus
27907 extern "C"
27908 #endif
27909 /* We use char because int might match the return type of a gcc2
27910 builtin and then its argument prototype would still apply. */
27911 char dnet_ntoa ();
27912 int
27913 main ()
27914 {
27915 dnet_ntoa ();
27916 ;
27917 return 0;
27918 }
27919 _ACEOF
27920 rm -f conftest.$ac_objext conftest$ac_exeext
27921 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27922 (eval $ac_link) 2>conftest.er1
27923 ac_status=$?
27924 grep -v '^ *+' conftest.er1 >conftest.err
27925 rm -f conftest.er1
27926 cat conftest.err >&5
27927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27928 (exit $ac_status); } &&
27929 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27931 (eval $ac_try) 2>&5
27932 ac_status=$?
27933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27934 (exit $ac_status); }; } &&
27935 { ac_try='test -s conftest$ac_exeext'
27936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27937 (eval $ac_try) 2>&5
27938 ac_status=$?
27939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27940 (exit $ac_status); }; }; then
27941 ac_cv_lib_dnet_stub_dnet_ntoa=yes
27942 else
27943 echo "$as_me: failed program was:" >&5
27944 sed 's/^/| /' conftest.$ac_ext >&5
27945
27946 ac_cv_lib_dnet_stub_dnet_ntoa=no
27947 fi
27948 rm -f conftest.err conftest.$ac_objext \
27949 conftest$ac_exeext conftest.$ac_ext
27950 LIBS=$ac_check_lib_save_LIBS
27951 fi
27952 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
27953 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
27954 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
27955 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
27956 fi
27957
27958 fi
27959 fi
27960 rm -f conftest.err conftest.$ac_objext \
27961 conftest$ac_exeext conftest.$ac_ext
27962 LIBS="$ac_xsave_LIBS"
27963
27964 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
27965 # to get the SysV transport functions.
27966 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
27967 # needs -lnsl.
27968 # The nsl library prevents programs from opening the X display
27969 # on Irix 5.2, according to T.E. Dickey.
27970 # The functions gethostbyname, getservbyname, and inet_addr are
27971 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
27972 echo "$as_me:$LINENO: checking for gethostbyname" >&5
27973 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
27974 if test "${ac_cv_func_gethostbyname+set}" = set; then
27975 echo $ECHO_N "(cached) $ECHO_C" >&6
27976 else
27977 cat >conftest.$ac_ext <<_ACEOF
27978 /* confdefs.h. */
27979 _ACEOF
27980 cat confdefs.h >>conftest.$ac_ext
27981 cat >>conftest.$ac_ext <<_ACEOF
27982 /* end confdefs.h. */
27983 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
27984 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27985 #define gethostbyname innocuous_gethostbyname
27986
27987 /* System header to define __stub macros and hopefully few prototypes,
27988 which can conflict with char gethostbyname (); below.
27989 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27990 <limits.h> exists even on freestanding compilers. */
27991
27992 #ifdef __STDC__
27993 # include <limits.h>
27994 #else
27995 # include <assert.h>
27996 #endif
27997
27998 #undef gethostbyname
27999
28000 /* Override any gcc2 internal prototype to avoid an error. */
28001 #ifdef __cplusplus
28002 extern "C"
28003 {
28004 #endif
28005 /* We use char because int might match the return type of a gcc2
28006 builtin and then its argument prototype would still apply. */
28007 char gethostbyname ();
28008 /* The GNU C library defines this for functions which it implements
28009 to always fail with ENOSYS. Some functions are actually named
28010 something starting with __ and the normal name is an alias. */
28011 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
28012 choke me
28013 #else
28014 char (*f) () = gethostbyname;
28015 #endif
28016 #ifdef __cplusplus
28017 }
28018 #endif
28019
28020 int
28021 main ()
28022 {
28023 return f != gethostbyname;
28024 ;
28025 return 0;
28026 }
28027 _ACEOF
28028 rm -f conftest.$ac_objext conftest$ac_exeext
28029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28030 (eval $ac_link) 2>conftest.er1
28031 ac_status=$?
28032 grep -v '^ *+' conftest.er1 >conftest.err
28033 rm -f conftest.er1
28034 cat conftest.err >&5
28035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28036 (exit $ac_status); } &&
28037 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28039 (eval $ac_try) 2>&5
28040 ac_status=$?
28041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28042 (exit $ac_status); }; } &&
28043 { ac_try='test -s conftest$ac_exeext'
28044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28045 (eval $ac_try) 2>&5
28046 ac_status=$?
28047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28048 (exit $ac_status); }; }; then
28049 ac_cv_func_gethostbyname=yes
28050 else
28051 echo "$as_me: failed program was:" >&5
28052 sed 's/^/| /' conftest.$ac_ext >&5
28053
28054 ac_cv_func_gethostbyname=no
28055 fi
28056 rm -f conftest.err conftest.$ac_objext \
28057 conftest$ac_exeext conftest.$ac_ext
28058 fi
28059 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
28060 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
28061
28062 if test $ac_cv_func_gethostbyname = no; then
28063 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
28064 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
28065 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
28066 echo $ECHO_N "(cached) $ECHO_C" >&6
28067 else
28068 ac_check_lib_save_LIBS=$LIBS
28069 LIBS="-lnsl $LIBS"
28070 cat >conftest.$ac_ext <<_ACEOF
28071 /* confdefs.h. */
28072 _ACEOF
28073 cat confdefs.h >>conftest.$ac_ext
28074 cat >>conftest.$ac_ext <<_ACEOF
28075 /* end confdefs.h. */
28076
28077 /* Override any gcc2 internal prototype to avoid an error. */
28078 #ifdef __cplusplus
28079 extern "C"
28080 #endif
28081 /* We use char because int might match the return type of a gcc2
28082 builtin and then its argument prototype would still apply. */
28083 char gethostbyname ();
28084 int
28085 main ()
28086 {
28087 gethostbyname ();
28088 ;
28089 return 0;
28090 }
28091 _ACEOF
28092 rm -f conftest.$ac_objext conftest$ac_exeext
28093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28094 (eval $ac_link) 2>conftest.er1
28095 ac_status=$?
28096 grep -v '^ *+' conftest.er1 >conftest.err
28097 rm -f conftest.er1
28098 cat conftest.err >&5
28099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28100 (exit $ac_status); } &&
28101 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28103 (eval $ac_try) 2>&5
28104 ac_status=$?
28105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28106 (exit $ac_status); }; } &&
28107 { ac_try='test -s conftest$ac_exeext'
28108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28109 (eval $ac_try) 2>&5
28110 ac_status=$?
28111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28112 (exit $ac_status); }; }; then
28113 ac_cv_lib_nsl_gethostbyname=yes
28114 else
28115 echo "$as_me: failed program was:" >&5
28116 sed 's/^/| /' conftest.$ac_ext >&5
28117
28118 ac_cv_lib_nsl_gethostbyname=no
28119 fi
28120 rm -f conftest.err conftest.$ac_objext \
28121 conftest$ac_exeext conftest.$ac_ext
28122 LIBS=$ac_check_lib_save_LIBS
28123 fi
28124 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
28125 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
28126 if test $ac_cv_lib_nsl_gethostbyname = yes; then
28127 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
28128 fi
28129
28130 if test $ac_cv_lib_nsl_gethostbyname = no; then
28131 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
28132 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
28133 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
28134 echo $ECHO_N "(cached) $ECHO_C" >&6
28135 else
28136 ac_check_lib_save_LIBS=$LIBS
28137 LIBS="-lbsd $LIBS"
28138 cat >conftest.$ac_ext <<_ACEOF
28139 /* confdefs.h. */
28140 _ACEOF
28141 cat confdefs.h >>conftest.$ac_ext
28142 cat >>conftest.$ac_ext <<_ACEOF
28143 /* end confdefs.h. */
28144
28145 /* Override any gcc2 internal prototype to avoid an error. */
28146 #ifdef __cplusplus
28147 extern "C"
28148 #endif
28149 /* We use char because int might match the return type of a gcc2
28150 builtin and then its argument prototype would still apply. */
28151 char gethostbyname ();
28152 int
28153 main ()
28154 {
28155 gethostbyname ();
28156 ;
28157 return 0;
28158 }
28159 _ACEOF
28160 rm -f conftest.$ac_objext conftest$ac_exeext
28161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28162 (eval $ac_link) 2>conftest.er1
28163 ac_status=$?
28164 grep -v '^ *+' conftest.er1 >conftest.err
28165 rm -f conftest.er1
28166 cat conftest.err >&5
28167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28168 (exit $ac_status); } &&
28169 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28171 (eval $ac_try) 2>&5
28172 ac_status=$?
28173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28174 (exit $ac_status); }; } &&
28175 { ac_try='test -s conftest$ac_exeext'
28176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28177 (eval $ac_try) 2>&5
28178 ac_status=$?
28179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28180 (exit $ac_status); }; }; then
28181 ac_cv_lib_bsd_gethostbyname=yes
28182 else
28183 echo "$as_me: failed program was:" >&5
28184 sed 's/^/| /' conftest.$ac_ext >&5
28185
28186 ac_cv_lib_bsd_gethostbyname=no
28187 fi
28188 rm -f conftest.err conftest.$ac_objext \
28189 conftest$ac_exeext conftest.$ac_ext
28190 LIBS=$ac_check_lib_save_LIBS
28191 fi
28192 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
28193 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
28194 if test $ac_cv_lib_bsd_gethostbyname = yes; then
28195 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
28196 fi
28197
28198 fi
28199 fi
28200
28201 # lieder@skyler.mavd.honeywell.com says without -lsocket,
28202 # socket/setsockopt and other routines are undefined under SCO ODT
28203 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
28204 # on later versions), says Simon Leinen: it contains gethostby*
28205 # variants that don't use the name server (or something). -lsocket
28206 # must be given before -lnsl if both are needed. We assume that
28207 # if connect needs -lnsl, so does gethostbyname.
28208 echo "$as_me:$LINENO: checking for connect" >&5
28209 echo $ECHO_N "checking for connect... $ECHO_C" >&6
28210 if test "${ac_cv_func_connect+set}" = set; then
28211 echo $ECHO_N "(cached) $ECHO_C" >&6
28212 else
28213 cat >conftest.$ac_ext <<_ACEOF
28214 /* confdefs.h. */
28215 _ACEOF
28216 cat confdefs.h >>conftest.$ac_ext
28217 cat >>conftest.$ac_ext <<_ACEOF
28218 /* end confdefs.h. */
28219 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
28220 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28221 #define connect innocuous_connect
28222
28223 /* System header to define __stub macros and hopefully few prototypes,
28224 which can conflict with char connect (); below.
28225 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28226 <limits.h> exists even on freestanding compilers. */
28227
28228 #ifdef __STDC__
28229 # include <limits.h>
28230 #else
28231 # include <assert.h>
28232 #endif
28233
28234 #undef connect
28235
28236 /* Override any gcc2 internal prototype to avoid an error. */
28237 #ifdef __cplusplus
28238 extern "C"
28239 {
28240 #endif
28241 /* We use char because int might match the return type of a gcc2
28242 builtin and then its argument prototype would still apply. */
28243 char connect ();
28244 /* The GNU C library defines this for functions which it implements
28245 to always fail with ENOSYS. Some functions are actually named
28246 something starting with __ and the normal name is an alias. */
28247 #if defined (__stub_connect) || defined (__stub___connect)
28248 choke me
28249 #else
28250 char (*f) () = connect;
28251 #endif
28252 #ifdef __cplusplus
28253 }
28254 #endif
28255
28256 int
28257 main ()
28258 {
28259 return f != connect;
28260 ;
28261 return 0;
28262 }
28263 _ACEOF
28264 rm -f conftest.$ac_objext conftest$ac_exeext
28265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28266 (eval $ac_link) 2>conftest.er1
28267 ac_status=$?
28268 grep -v '^ *+' conftest.er1 >conftest.err
28269 rm -f conftest.er1
28270 cat conftest.err >&5
28271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28272 (exit $ac_status); } &&
28273 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28275 (eval $ac_try) 2>&5
28276 ac_status=$?
28277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28278 (exit $ac_status); }; } &&
28279 { ac_try='test -s conftest$ac_exeext'
28280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28281 (eval $ac_try) 2>&5
28282 ac_status=$?
28283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28284 (exit $ac_status); }; }; then
28285 ac_cv_func_connect=yes
28286 else
28287 echo "$as_me: failed program was:" >&5
28288 sed 's/^/| /' conftest.$ac_ext >&5
28289
28290 ac_cv_func_connect=no
28291 fi
28292 rm -f conftest.err conftest.$ac_objext \
28293 conftest$ac_exeext conftest.$ac_ext
28294 fi
28295 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
28296 echo "${ECHO_T}$ac_cv_func_connect" >&6
28297
28298 if test $ac_cv_func_connect = no; then
28299 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
28300 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
28301 if test "${ac_cv_lib_socket_connect+set}" = set; then
28302 echo $ECHO_N "(cached) $ECHO_C" >&6
28303 else
28304 ac_check_lib_save_LIBS=$LIBS
28305 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
28306 cat >conftest.$ac_ext <<_ACEOF
28307 /* confdefs.h. */
28308 _ACEOF
28309 cat confdefs.h >>conftest.$ac_ext
28310 cat >>conftest.$ac_ext <<_ACEOF
28311 /* end confdefs.h. */
28312
28313 /* Override any gcc2 internal prototype to avoid an error. */
28314 #ifdef __cplusplus
28315 extern "C"
28316 #endif
28317 /* We use char because int might match the return type of a gcc2
28318 builtin and then its argument prototype would still apply. */
28319 char connect ();
28320 int
28321 main ()
28322 {
28323 connect ();
28324 ;
28325 return 0;
28326 }
28327 _ACEOF
28328 rm -f conftest.$ac_objext conftest$ac_exeext
28329 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28330 (eval $ac_link) 2>conftest.er1
28331 ac_status=$?
28332 grep -v '^ *+' conftest.er1 >conftest.err
28333 rm -f conftest.er1
28334 cat conftest.err >&5
28335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28336 (exit $ac_status); } &&
28337 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28339 (eval $ac_try) 2>&5
28340 ac_status=$?
28341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28342 (exit $ac_status); }; } &&
28343 { ac_try='test -s conftest$ac_exeext'
28344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28345 (eval $ac_try) 2>&5
28346 ac_status=$?
28347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28348 (exit $ac_status); }; }; then
28349 ac_cv_lib_socket_connect=yes
28350 else
28351 echo "$as_me: failed program was:" >&5
28352 sed 's/^/| /' conftest.$ac_ext >&5
28353
28354 ac_cv_lib_socket_connect=no
28355 fi
28356 rm -f conftest.err conftest.$ac_objext \
28357 conftest$ac_exeext conftest.$ac_ext
28358 LIBS=$ac_check_lib_save_LIBS
28359 fi
28360 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
28361 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
28362 if test $ac_cv_lib_socket_connect = yes; then
28363 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
28364 fi
28365
28366 fi
28367
28368 # Guillermo Gomez says -lposix is necessary on A/UX.
28369 echo "$as_me:$LINENO: checking for remove" >&5
28370 echo $ECHO_N "checking for remove... $ECHO_C" >&6
28371 if test "${ac_cv_func_remove+set}" = set; then
28372 echo $ECHO_N "(cached) $ECHO_C" >&6
28373 else
28374 cat >conftest.$ac_ext <<_ACEOF
28375 /* confdefs.h. */
28376 _ACEOF
28377 cat confdefs.h >>conftest.$ac_ext
28378 cat >>conftest.$ac_ext <<_ACEOF
28379 /* end confdefs.h. */
28380 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
28381 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28382 #define remove innocuous_remove
28383
28384 /* System header to define __stub macros and hopefully few prototypes,
28385 which can conflict with char remove (); below.
28386 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28387 <limits.h> exists even on freestanding compilers. */
28388
28389 #ifdef __STDC__
28390 # include <limits.h>
28391 #else
28392 # include <assert.h>
28393 #endif
28394
28395 #undef remove
28396
28397 /* Override any gcc2 internal prototype to avoid an error. */
28398 #ifdef __cplusplus
28399 extern "C"
28400 {
28401 #endif
28402 /* We use char because int might match the return type of a gcc2
28403 builtin and then its argument prototype would still apply. */
28404 char remove ();
28405 /* The GNU C library defines this for functions which it implements
28406 to always fail with ENOSYS. Some functions are actually named
28407 something starting with __ and the normal name is an alias. */
28408 #if defined (__stub_remove) || defined (__stub___remove)
28409 choke me
28410 #else
28411 char (*f) () = remove;
28412 #endif
28413 #ifdef __cplusplus
28414 }
28415 #endif
28416
28417 int
28418 main ()
28419 {
28420 return f != remove;
28421 ;
28422 return 0;
28423 }
28424 _ACEOF
28425 rm -f conftest.$ac_objext conftest$ac_exeext
28426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28427 (eval $ac_link) 2>conftest.er1
28428 ac_status=$?
28429 grep -v '^ *+' conftest.er1 >conftest.err
28430 rm -f conftest.er1
28431 cat conftest.err >&5
28432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28433 (exit $ac_status); } &&
28434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28436 (eval $ac_try) 2>&5
28437 ac_status=$?
28438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28439 (exit $ac_status); }; } &&
28440 { ac_try='test -s conftest$ac_exeext'
28441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28442 (eval $ac_try) 2>&5
28443 ac_status=$?
28444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28445 (exit $ac_status); }; }; then
28446 ac_cv_func_remove=yes
28447 else
28448 echo "$as_me: failed program was:" >&5
28449 sed 's/^/| /' conftest.$ac_ext >&5
28450
28451 ac_cv_func_remove=no
28452 fi
28453 rm -f conftest.err conftest.$ac_objext \
28454 conftest$ac_exeext conftest.$ac_ext
28455 fi
28456 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
28457 echo "${ECHO_T}$ac_cv_func_remove" >&6
28458
28459 if test $ac_cv_func_remove = no; then
28460 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
28461 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
28462 if test "${ac_cv_lib_posix_remove+set}" = set; then
28463 echo $ECHO_N "(cached) $ECHO_C" >&6
28464 else
28465 ac_check_lib_save_LIBS=$LIBS
28466 LIBS="-lposix $LIBS"
28467 cat >conftest.$ac_ext <<_ACEOF
28468 /* confdefs.h. */
28469 _ACEOF
28470 cat confdefs.h >>conftest.$ac_ext
28471 cat >>conftest.$ac_ext <<_ACEOF
28472 /* end confdefs.h. */
28473
28474 /* Override any gcc2 internal prototype to avoid an error. */
28475 #ifdef __cplusplus
28476 extern "C"
28477 #endif
28478 /* We use char because int might match the return type of a gcc2
28479 builtin and then its argument prototype would still apply. */
28480 char remove ();
28481 int
28482 main ()
28483 {
28484 remove ();
28485 ;
28486 return 0;
28487 }
28488 _ACEOF
28489 rm -f conftest.$ac_objext conftest$ac_exeext
28490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28491 (eval $ac_link) 2>conftest.er1
28492 ac_status=$?
28493 grep -v '^ *+' conftest.er1 >conftest.err
28494 rm -f conftest.er1
28495 cat conftest.err >&5
28496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28497 (exit $ac_status); } &&
28498 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28500 (eval $ac_try) 2>&5
28501 ac_status=$?
28502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28503 (exit $ac_status); }; } &&
28504 { ac_try='test -s conftest$ac_exeext'
28505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28506 (eval $ac_try) 2>&5
28507 ac_status=$?
28508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28509 (exit $ac_status); }; }; then
28510 ac_cv_lib_posix_remove=yes
28511 else
28512 echo "$as_me: failed program was:" >&5
28513 sed 's/^/| /' conftest.$ac_ext >&5
28514
28515 ac_cv_lib_posix_remove=no
28516 fi
28517 rm -f conftest.err conftest.$ac_objext \
28518 conftest$ac_exeext conftest.$ac_ext
28519 LIBS=$ac_check_lib_save_LIBS
28520 fi
28521 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
28522 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
28523 if test $ac_cv_lib_posix_remove = yes; then
28524 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
28525 fi
28526
28527 fi
28528
28529 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
28530 echo "$as_me:$LINENO: checking for shmat" >&5
28531 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
28532 if test "${ac_cv_func_shmat+set}" = set; then
28533 echo $ECHO_N "(cached) $ECHO_C" >&6
28534 else
28535 cat >conftest.$ac_ext <<_ACEOF
28536 /* confdefs.h. */
28537 _ACEOF
28538 cat confdefs.h >>conftest.$ac_ext
28539 cat >>conftest.$ac_ext <<_ACEOF
28540 /* end confdefs.h. */
28541 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
28542 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28543 #define shmat innocuous_shmat
28544
28545 /* System header to define __stub macros and hopefully few prototypes,
28546 which can conflict with char shmat (); below.
28547 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28548 <limits.h> exists even on freestanding compilers. */
28549
28550 #ifdef __STDC__
28551 # include <limits.h>
28552 #else
28553 # include <assert.h>
28554 #endif
28555
28556 #undef shmat
28557
28558 /* Override any gcc2 internal prototype to avoid an error. */
28559 #ifdef __cplusplus
28560 extern "C"
28561 {
28562 #endif
28563 /* We use char because int might match the return type of a gcc2
28564 builtin and then its argument prototype would still apply. */
28565 char shmat ();
28566 /* The GNU C library defines this for functions which it implements
28567 to always fail with ENOSYS. Some functions are actually named
28568 something starting with __ and the normal name is an alias. */
28569 #if defined (__stub_shmat) || defined (__stub___shmat)
28570 choke me
28571 #else
28572 char (*f) () = shmat;
28573 #endif
28574 #ifdef __cplusplus
28575 }
28576 #endif
28577
28578 int
28579 main ()
28580 {
28581 return f != shmat;
28582 ;
28583 return 0;
28584 }
28585 _ACEOF
28586 rm -f conftest.$ac_objext conftest$ac_exeext
28587 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28588 (eval $ac_link) 2>conftest.er1
28589 ac_status=$?
28590 grep -v '^ *+' conftest.er1 >conftest.err
28591 rm -f conftest.er1
28592 cat conftest.err >&5
28593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28594 (exit $ac_status); } &&
28595 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28597 (eval $ac_try) 2>&5
28598 ac_status=$?
28599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28600 (exit $ac_status); }; } &&
28601 { ac_try='test -s conftest$ac_exeext'
28602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28603 (eval $ac_try) 2>&5
28604 ac_status=$?
28605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28606 (exit $ac_status); }; }; then
28607 ac_cv_func_shmat=yes
28608 else
28609 echo "$as_me: failed program was:" >&5
28610 sed 's/^/| /' conftest.$ac_ext >&5
28611
28612 ac_cv_func_shmat=no
28613 fi
28614 rm -f conftest.err conftest.$ac_objext \
28615 conftest$ac_exeext conftest.$ac_ext
28616 fi
28617 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
28618 echo "${ECHO_T}$ac_cv_func_shmat" >&6
28619
28620 if test $ac_cv_func_shmat = no; then
28621 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
28622 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
28623 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
28624 echo $ECHO_N "(cached) $ECHO_C" >&6
28625 else
28626 ac_check_lib_save_LIBS=$LIBS
28627 LIBS="-lipc $LIBS"
28628 cat >conftest.$ac_ext <<_ACEOF
28629 /* confdefs.h. */
28630 _ACEOF
28631 cat confdefs.h >>conftest.$ac_ext
28632 cat >>conftest.$ac_ext <<_ACEOF
28633 /* end confdefs.h. */
28634
28635 /* Override any gcc2 internal prototype to avoid an error. */
28636 #ifdef __cplusplus
28637 extern "C"
28638 #endif
28639 /* We use char because int might match the return type of a gcc2
28640 builtin and then its argument prototype would still apply. */
28641 char shmat ();
28642 int
28643 main ()
28644 {
28645 shmat ();
28646 ;
28647 return 0;
28648 }
28649 _ACEOF
28650 rm -f conftest.$ac_objext conftest$ac_exeext
28651 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28652 (eval $ac_link) 2>conftest.er1
28653 ac_status=$?
28654 grep -v '^ *+' conftest.er1 >conftest.err
28655 rm -f conftest.er1
28656 cat conftest.err >&5
28657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28658 (exit $ac_status); } &&
28659 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28661 (eval $ac_try) 2>&5
28662 ac_status=$?
28663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28664 (exit $ac_status); }; } &&
28665 { ac_try='test -s conftest$ac_exeext'
28666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28667 (eval $ac_try) 2>&5
28668 ac_status=$?
28669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28670 (exit $ac_status); }; }; then
28671 ac_cv_lib_ipc_shmat=yes
28672 else
28673 echo "$as_me: failed program was:" >&5
28674 sed 's/^/| /' conftest.$ac_ext >&5
28675
28676 ac_cv_lib_ipc_shmat=no
28677 fi
28678 rm -f conftest.err conftest.$ac_objext \
28679 conftest$ac_exeext conftest.$ac_ext
28680 LIBS=$ac_check_lib_save_LIBS
28681 fi
28682 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
28683 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
28684 if test $ac_cv_lib_ipc_shmat = yes; then
28685 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
28686 fi
28687
28688 fi
28689 fi
28690
28691 # Check for libraries that X11R6 Xt/Xaw programs need.
28692 ac_save_LDFLAGS=$LDFLAGS
28693 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
28694 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
28695 # check for ICE first), but we must link in the order -lSM -lICE or
28696 # we get undefined symbols. So assume we have SM if we have ICE.
28697 # These have to be linked with before -lX11, unlike the other
28698 # libraries we check for below, so use a different variable.
28699 # John Interrante, Karl Berry
28700 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
28701 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
28702 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
28703 echo $ECHO_N "(cached) $ECHO_C" >&6
28704 else
28705 ac_check_lib_save_LIBS=$LIBS
28706 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
28707 cat >conftest.$ac_ext <<_ACEOF
28708 /* confdefs.h. */
28709 _ACEOF
28710 cat confdefs.h >>conftest.$ac_ext
28711 cat >>conftest.$ac_ext <<_ACEOF
28712 /* end confdefs.h. */
28713
28714 /* Override any gcc2 internal prototype to avoid an error. */
28715 #ifdef __cplusplus
28716 extern "C"
28717 #endif
28718 /* We use char because int might match the return type of a gcc2
28719 builtin and then its argument prototype would still apply. */
28720 char IceConnectionNumber ();
28721 int
28722 main ()
28723 {
28724 IceConnectionNumber ();
28725 ;
28726 return 0;
28727 }
28728 _ACEOF
28729 rm -f conftest.$ac_objext conftest$ac_exeext
28730 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28731 (eval $ac_link) 2>conftest.er1
28732 ac_status=$?
28733 grep -v '^ *+' conftest.er1 >conftest.err
28734 rm -f conftest.er1
28735 cat conftest.err >&5
28736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28737 (exit $ac_status); } &&
28738 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28740 (eval $ac_try) 2>&5
28741 ac_status=$?
28742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28743 (exit $ac_status); }; } &&
28744 { ac_try='test -s conftest$ac_exeext'
28745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28746 (eval $ac_try) 2>&5
28747 ac_status=$?
28748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28749 (exit $ac_status); }; }; then
28750 ac_cv_lib_ICE_IceConnectionNumber=yes
28751 else
28752 echo "$as_me: failed program was:" >&5
28753 sed 's/^/| /' conftest.$ac_ext >&5
28754
28755 ac_cv_lib_ICE_IceConnectionNumber=no
28756 fi
28757 rm -f conftest.err conftest.$ac_objext \
28758 conftest$ac_exeext conftest.$ac_ext
28759 LIBS=$ac_check_lib_save_LIBS
28760 fi
28761 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
28762 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
28763 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
28764 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
28765 fi
28766
28767 LDFLAGS=$ac_save_LDFLAGS
28768
28769 fi
28770
28771
28772 if test "$no_x" = "yes"; then
28773 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
28774 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
28775 { (exit 1); exit 1; }; }
28776 fi
28777
28778 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
28779 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
28780 AFMINSTALL=afminstall
28781 COMPILED_X_PROGRAM=0
28782
28783 fi
28784
28785 if test "$wxUSE_X11" = 1; then
28786 if test "$wxUSE_NANOX" = "yes"; then
28787 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
28788 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
28789 if test "x$MICROWIN" = x ; then
28790 echo "$as_me:$LINENO: result: not found" >&5
28791 echo "${ECHO_T}not found" >&6
28792 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
28793 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
28794 { (exit 1); exit 1; }; }
28795 else
28796 echo "$as_me:$LINENO: result: $MICROWIN" >&5
28797 echo "${ECHO_T}$MICROWIN" >&6
28798 cat >>confdefs.h <<\_ACEOF
28799 #define wxUSE_NANOX 1
28800 _ACEOF
28801
28802 fi
28803 fi
28804
28805 if test "$wxUSE_UNICODE" = "yes"; then
28806
28807 succeeded=no
28808
28809 if test -z "$PKG_CONFIG"; then
28810 # Extract the first word of "pkg-config", so it can be a program name with args.
28811 set dummy pkg-config; ac_word=$2
28812 echo "$as_me:$LINENO: checking for $ac_word" >&5
28813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28814 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28815 echo $ECHO_N "(cached) $ECHO_C" >&6
28816 else
28817 case $PKG_CONFIG in
28818 [\\/]* | ?:[\\/]*)
28819 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28820 ;;
28821 *)
28822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28823 for as_dir in $PATH
28824 do
28825 IFS=$as_save_IFS
28826 test -z "$as_dir" && as_dir=.
28827 for ac_exec_ext in '' $ac_executable_extensions; do
28828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28829 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28830 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28831 break 2
28832 fi
28833 done
28834 done
28835
28836 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28837 ;;
28838 esac
28839 fi
28840 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28841
28842 if test -n "$PKG_CONFIG"; then
28843 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28844 echo "${ECHO_T}$PKG_CONFIG" >&6
28845 else
28846 echo "$as_me:$LINENO: result: no" >&5
28847 echo "${ECHO_T}no" >&6
28848 fi
28849
28850 fi
28851
28852 if test "$PKG_CONFIG" = "no" ; then
28853 echo "*** The pkg-config script could not be found. Make sure it is"
28854 echo "*** in your path, or set the PKG_CONFIG environment variable"
28855 echo "*** to the full path to pkg-config."
28856 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28857 else
28858 PKG_CONFIG_MIN_VERSION=0.9.0
28859 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28860 echo "$as_me:$LINENO: checking for pangox" >&5
28861 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
28862
28863 if $PKG_CONFIG --exists "pangox" ; then
28864 echo "$as_me:$LINENO: result: yes" >&5
28865 echo "${ECHO_T}yes" >&6
28866 succeeded=yes
28867
28868 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
28869 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
28870 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
28871 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
28872 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
28873
28874 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
28875 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
28876 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
28877 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
28878 echo "${ECHO_T}$PANGOX_LIBS" >&6
28879 else
28880 PANGOX_CFLAGS=""
28881 PANGOX_LIBS=""
28882 ## If we have a custom action on failure, don't print errors, but
28883 ## do set a variable so people can do so.
28884 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
28885
28886 fi
28887
28888
28889
28890 else
28891 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28892 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28893 fi
28894 fi
28895
28896 if test $succeeded = yes; then
28897
28898 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
28899 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
28900
28901 else
28902
28903 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
28904 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
28905 { (exit 1); exit 1; }; }
28906
28907
28908 fi
28909
28910
28911 succeeded=no
28912
28913 if test -z "$PKG_CONFIG"; then
28914 # Extract the first word of "pkg-config", so it can be a program name with args.
28915 set dummy pkg-config; ac_word=$2
28916 echo "$as_me:$LINENO: checking for $ac_word" >&5
28917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28918 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28919 echo $ECHO_N "(cached) $ECHO_C" >&6
28920 else
28921 case $PKG_CONFIG in
28922 [\\/]* | ?:[\\/]*)
28923 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28924 ;;
28925 *)
28926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28927 for as_dir in $PATH
28928 do
28929 IFS=$as_save_IFS
28930 test -z "$as_dir" && as_dir=.
28931 for ac_exec_ext in '' $ac_executable_extensions; do
28932 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28933 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28934 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28935 break 2
28936 fi
28937 done
28938 done
28939
28940 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28941 ;;
28942 esac
28943 fi
28944 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28945
28946 if test -n "$PKG_CONFIG"; then
28947 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28948 echo "${ECHO_T}$PKG_CONFIG" >&6
28949 else
28950 echo "$as_me:$LINENO: result: no" >&5
28951 echo "${ECHO_T}no" >&6
28952 fi
28953
28954 fi
28955
28956 if test "$PKG_CONFIG" = "no" ; then
28957 echo "*** The pkg-config script could not be found. Make sure it is"
28958 echo "*** in your path, or set the PKG_CONFIG environment variable"
28959 echo "*** to the full path to pkg-config."
28960 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28961 else
28962 PKG_CONFIG_MIN_VERSION=0.9.0
28963 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28964 echo "$as_me:$LINENO: checking for pangoft2" >&5
28965 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
28966
28967 if $PKG_CONFIG --exists "pangoft2" ; then
28968 echo "$as_me:$LINENO: result: yes" >&5
28969 echo "${ECHO_T}yes" >&6
28970 succeeded=yes
28971
28972 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
28973 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
28974 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
28975 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28976 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28977
28978 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28979 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28980 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
28981 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28982 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28983 else
28984 PANGOFT2_CFLAGS=""
28985 PANGOFT2_LIBS=""
28986 ## If we have a custom action on failure, don't print errors, but
28987 ## do set a variable so people can do so.
28988 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28989
28990 fi
28991
28992
28993
28994 else
28995 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28996 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28997 fi
28998 fi
28999
29000 if test $succeeded = yes; then
29001
29002 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
29003 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
29004
29005 else
29006
29007 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
29008 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
29009 wxUSE_PRINTING_ARCHITECTURE="no"
29010
29011
29012 fi
29013
29014
29015 succeeded=no
29016
29017 if test -z "$PKG_CONFIG"; then
29018 # Extract the first word of "pkg-config", so it can be a program name with args.
29019 set dummy pkg-config; ac_word=$2
29020 echo "$as_me:$LINENO: checking for $ac_word" >&5
29021 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29022 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29023 echo $ECHO_N "(cached) $ECHO_C" >&6
29024 else
29025 case $PKG_CONFIG in
29026 [\\/]* | ?:[\\/]*)
29027 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29028 ;;
29029 *)
29030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29031 for as_dir in $PATH
29032 do
29033 IFS=$as_save_IFS
29034 test -z "$as_dir" && as_dir=.
29035 for ac_exec_ext in '' $ac_executable_extensions; do
29036 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29037 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29039 break 2
29040 fi
29041 done
29042 done
29043
29044 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
29045 ;;
29046 esac
29047 fi
29048 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29049
29050 if test -n "$PKG_CONFIG"; then
29051 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29052 echo "${ECHO_T}$PKG_CONFIG" >&6
29053 else
29054 echo "$as_me:$LINENO: result: no" >&5
29055 echo "${ECHO_T}no" >&6
29056 fi
29057
29058 fi
29059
29060 if test "$PKG_CONFIG" = "no" ; then
29061 echo "*** The pkg-config script could not be found. Make sure it is"
29062 echo "*** in your path, or set the PKG_CONFIG environment variable"
29063 echo "*** to the full path to pkg-config."
29064 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
29065 else
29066 PKG_CONFIG_MIN_VERSION=0.9.0
29067 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
29068 echo "$as_me:$LINENO: checking for pangoxft" >&5
29069 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
29070
29071 if $PKG_CONFIG --exists "pangoxft" ; then
29072 echo "$as_me:$LINENO: result: yes" >&5
29073 echo "${ECHO_T}yes" >&6
29074 succeeded=yes
29075
29076 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
29077 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
29078 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
29079 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
29080 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
29081
29082 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
29083 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
29084 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
29085 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
29086 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
29087 else
29088 PANGOXFT_CFLAGS=""
29089 PANGOXFT_LIBS=""
29090 ## If we have a custom action on failure, don't print errors, but
29091 ## do set a variable so people can do so.
29092 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
29093
29094 fi
29095
29096
29097
29098 else
29099 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
29100 echo "*** See http://www.freedesktop.org/software/pkgconfig"
29101 fi
29102 fi
29103
29104 if test $succeeded = yes; then
29105
29106 cat >>confdefs.h <<\_ACEOF
29107 #define HAVE_PANGO_XFT 1
29108 _ACEOF
29109
29110 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
29111 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
29112
29113 else
29114
29115 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
29116 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
29117
29118
29119 fi
29120
29121 save_CFLAGS="$CFLAGS"
29122 save_LIBS="$LIBS"
29123 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
29124 LIBS="$LIBS $PANGOX_LIBS"
29125
29126 for ac_func in pango_font_family_is_monospace
29127 do
29128 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29129 echo "$as_me:$LINENO: checking for $ac_func" >&5
29130 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29131 if eval "test \"\${$as_ac_var+set}\" = set"; then
29132 echo $ECHO_N "(cached) $ECHO_C" >&6
29133 else
29134 cat >conftest.$ac_ext <<_ACEOF
29135 /* confdefs.h. */
29136 _ACEOF
29137 cat confdefs.h >>conftest.$ac_ext
29138 cat >>conftest.$ac_ext <<_ACEOF
29139 /* end confdefs.h. */
29140 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29141 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29142 #define $ac_func innocuous_$ac_func
29143
29144 /* System header to define __stub macros and hopefully few prototypes,
29145 which can conflict with char $ac_func (); below.
29146 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29147 <limits.h> exists even on freestanding compilers. */
29148
29149 #ifdef __STDC__
29150 # include <limits.h>
29151 #else
29152 # include <assert.h>
29153 #endif
29154
29155 #undef $ac_func
29156
29157 /* Override any gcc2 internal prototype to avoid an error. */
29158 #ifdef __cplusplus
29159 extern "C"
29160 {
29161 #endif
29162 /* We use char because int might match the return type of a gcc2
29163 builtin and then its argument prototype would still apply. */
29164 char $ac_func ();
29165 /* The GNU C library defines this for functions which it implements
29166 to always fail with ENOSYS. Some functions are actually named
29167 something starting with __ and the normal name is an alias. */
29168 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29169 choke me
29170 #else
29171 char (*f) () = $ac_func;
29172 #endif
29173 #ifdef __cplusplus
29174 }
29175 #endif
29176
29177 int
29178 main ()
29179 {
29180 return f != $ac_func;
29181 ;
29182 return 0;
29183 }
29184 _ACEOF
29185 rm -f conftest.$ac_objext conftest$ac_exeext
29186 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29187 (eval $ac_link) 2>conftest.er1
29188 ac_status=$?
29189 grep -v '^ *+' conftest.er1 >conftest.err
29190 rm -f conftest.er1
29191 cat conftest.err >&5
29192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29193 (exit $ac_status); } &&
29194 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29196 (eval $ac_try) 2>&5
29197 ac_status=$?
29198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29199 (exit $ac_status); }; } &&
29200 { ac_try='test -s conftest$ac_exeext'
29201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29202 (eval $ac_try) 2>&5
29203 ac_status=$?
29204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29205 (exit $ac_status); }; }; then
29206 eval "$as_ac_var=yes"
29207 else
29208 echo "$as_me: failed program was:" >&5
29209 sed 's/^/| /' conftest.$ac_ext >&5
29210
29211 eval "$as_ac_var=no"
29212 fi
29213 rm -f conftest.err conftest.$ac_objext \
29214 conftest$ac_exeext conftest.$ac_ext
29215 fi
29216 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29217 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29218 if test `eval echo '${'$as_ac_var'}'` = yes; then
29219 cat >>confdefs.h <<_ACEOF
29220 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29221 _ACEOF
29222
29223 fi
29224 done
29225
29226 CFLAGS="$save_CFLAGS"
29227 LIBS="$save_LIBS"
29228 fi
29229
29230 wxUSE_UNIVERSAL="yes"
29231
29232 if test "$wxUSE_NANOX" = "yes"; then
29233 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
29234 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"
29235 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
29236 else
29237 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
29238 fi
29239
29240 TOOLKIT=X11
29241 GUIDIST=X11_DIST
29242 fi
29243
29244 if test "$wxUSE_MOTIF" = 1; then
29245 if test "$wxUSE_UNICODE" = "yes"; then
29246 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
29247 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
29248 { (exit 1); exit 1; }; }
29249 fi
29250
29251 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
29252 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
29253
29254 ac_find_includes=
29255 for ac_dir in $SEARCH_INCLUDE /usr/include;
29256 do
29257 if test -f "$ac_dir/Xm/Xm.h"; then
29258 ac_find_includes=$ac_dir
29259 break
29260 fi
29261 done
29262
29263 if test "$ac_find_includes" != "" ; then
29264 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29265 echo "${ECHO_T}found in $ac_find_includes" >&6
29266
29267 if test "x$ac_find_includes" = "x/usr/include"; then
29268 ac_path_to_include=""
29269 else
29270 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
29271 result=$?
29272 if test $result = 0; then
29273 ac_path_to_include=""
29274 else
29275 ac_path_to_include=" -I$ac_find_includes"
29276 fi
29277 fi
29278
29279 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
29280 else
29281 save_CFLAGS=$CFLAGS
29282 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29283
29284 cat >conftest.$ac_ext <<_ACEOF
29285 /* confdefs.h. */
29286 _ACEOF
29287 cat confdefs.h >>conftest.$ac_ext
29288 cat >>conftest.$ac_ext <<_ACEOF
29289 /* end confdefs.h. */
29290
29291 #include <Xm/Xm.h>
29292
29293 int
29294 main ()
29295 {
29296
29297 int version;
29298 version = xmUseVersion;
29299
29300 ;
29301 return 0;
29302 }
29303 _ACEOF
29304 rm -f conftest.$ac_objext
29305 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29306 (eval $ac_compile) 2>conftest.er1
29307 ac_status=$?
29308 grep -v '^ *+' conftest.er1 >conftest.err
29309 rm -f conftest.er1
29310 cat conftest.err >&5
29311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29312 (exit $ac_status); } &&
29313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29315 (eval $ac_try) 2>&5
29316 ac_status=$?
29317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29318 (exit $ac_status); }; } &&
29319 { ac_try='test -s conftest.$ac_objext'
29320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29321 (eval $ac_try) 2>&5
29322 ac_status=$?
29323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29324 (exit $ac_status); }; }; then
29325
29326 echo "$as_me:$LINENO: result: found in default search path" >&5
29327 echo "${ECHO_T}found in default search path" >&6
29328 COMPILED_X_PROGRAM=1
29329
29330 else
29331 echo "$as_me: failed program was:" >&5
29332 sed 's/^/| /' conftest.$ac_ext >&5
29333
29334
29335 echo "$as_me:$LINENO: result: no" >&5
29336 echo "${ECHO_T}no" >&6
29337 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
29338 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
29339 { (exit 1); exit 1; }; }
29340
29341
29342 fi
29343 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29344
29345 CFLAGS=$save_CFLAGS
29346 fi
29347
29348
29349 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
29350 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
29351
29352 ac_find_libraries=
29353 for ac_dir in $SEARCH_LIB;
29354 do
29355 for ac_extension in a so sl dylib dll.a; do
29356 if test -f "$ac_dir/libXm.$ac_extension"; then
29357 ac_find_libraries=$ac_dir
29358 break 2
29359 fi
29360 done
29361 done
29362
29363
29364 if test "x$ac_find_libraries" != "x" ; then
29365 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29366 echo "${ECHO_T}found in $ac_find_libraries" >&6
29367
29368
29369 if test "$ac_find_libraries" = "default location"; then
29370 ac_path_to_link=""
29371 else
29372 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29373 result=$?
29374 if test $result = 0; then
29375 ac_path_to_link=""
29376 else
29377 ac_path_to_link=" -L$ac_find_libraries"
29378 fi
29379 fi
29380
29381 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
29382 else
29383 save_CFLAGS=$CFLAGS
29384 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29385 save_LIBS="$LIBS"
29386 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
29387
29388 cat >conftest.$ac_ext <<_ACEOF
29389 /* confdefs.h. */
29390 _ACEOF
29391 cat confdefs.h >>conftest.$ac_ext
29392 cat >>conftest.$ac_ext <<_ACEOF
29393 /* end confdefs.h. */
29394
29395 #include <Xm/Xm.h>
29396
29397 int
29398 main ()
29399 {
29400
29401 int version;
29402 version = xmUseVersion;
29403
29404 ;
29405 return 0;
29406 }
29407 _ACEOF
29408 rm -f conftest.$ac_objext conftest$ac_exeext
29409 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29410 (eval $ac_link) 2>conftest.er1
29411 ac_status=$?
29412 grep -v '^ *+' conftest.er1 >conftest.err
29413 rm -f conftest.er1
29414 cat conftest.err >&5
29415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29416 (exit $ac_status); } &&
29417 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29419 (eval $ac_try) 2>&5
29420 ac_status=$?
29421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29422 (exit $ac_status); }; } &&
29423 { ac_try='test -s conftest$ac_exeext'
29424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29425 (eval $ac_try) 2>&5
29426 ac_status=$?
29427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29428 (exit $ac_status); }; }; then
29429
29430 echo "$as_me:$LINENO: result: found in default search path" >&5
29431 echo "${ECHO_T}found in default search path" >&6
29432 COMPILED_X_PROGRAM=1
29433
29434 else
29435 echo "$as_me: failed program was:" >&5
29436 sed 's/^/| /' conftest.$ac_ext >&5
29437
29438
29439 echo "$as_me:$LINENO: result: no" >&5
29440 echo "${ECHO_T}no" >&6
29441 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
29442 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
29443 { (exit 1); exit 1; }; }
29444
29445
29446 fi
29447 rm -f conftest.err conftest.$ac_objext \
29448 conftest$ac_exeext conftest.$ac_ext
29449
29450 CFLAGS=$save_CFLAGS
29451 LIBS="$save_LIBS"
29452 fi
29453
29454 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
29455 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
29456 libp_link=""
29457 libsm_ice_link=""
29458 libs_found=0
29459 for libp in "" " -lXp"; do
29460 if test "$libs_found" = "0"; then
29461 for libsm_ice in "" " -lSM -lICE"; do
29462 if test "$libs_found" = "0"; then
29463 save_LIBS="$LIBS"
29464 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
29465 save_CFLAGS=$CFLAGS
29466 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29467
29468 cat >conftest.$ac_ext <<_ACEOF
29469 /* confdefs.h. */
29470 _ACEOF
29471 cat confdefs.h >>conftest.$ac_ext
29472 cat >>conftest.$ac_ext <<_ACEOF
29473 /* end confdefs.h. */
29474
29475 #include <Xm/Xm.h>
29476 #include <Xm/List.h>
29477
29478 int
29479 main ()
29480 {
29481
29482 XmString string = NULL;
29483 Widget w = NULL;
29484 int position = 0;
29485 XmListAddItem(w, string, position);
29486
29487 ;
29488 return 0;
29489 }
29490 _ACEOF
29491 rm -f conftest.$ac_objext conftest$ac_exeext
29492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29493 (eval $ac_link) 2>conftest.er1
29494 ac_status=$?
29495 grep -v '^ *+' conftest.er1 >conftest.err
29496 rm -f conftest.er1
29497 cat conftest.err >&5
29498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29499 (exit $ac_status); } &&
29500 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29502 (eval $ac_try) 2>&5
29503 ac_status=$?
29504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29505 (exit $ac_status); }; } &&
29506 { ac_try='test -s conftest$ac_exeext'
29507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29508 (eval $ac_try) 2>&5
29509 ac_status=$?
29510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29511 (exit $ac_status); }; }; then
29512
29513 libp_link="$libp"
29514 libsm_ice_link="$libsm_ice"
29515 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
29516 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
29517 libs_found=1
29518
29519 else
29520 echo "$as_me: failed program was:" >&5
29521 sed 's/^/| /' conftest.$ac_ext >&5
29522
29523
29524
29525 fi
29526 rm -f conftest.err conftest.$ac_objext \
29527 conftest$ac_exeext conftest.$ac_ext
29528
29529 LIBS="$save_LIBS"
29530 CFLAGS=$save_CFLAGS
29531 fi
29532 done
29533 fi
29534 done
29535
29536 if test "$libs_found" = "0"; then
29537 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
29538 echo "${ECHO_T}can't find the right libraries" >&6
29539 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
29540 echo "$as_me: error: can't link a simple motif program" >&2;}
29541 { (exit 1); exit 1; }; }
29542 fi
29543
29544 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
29545 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
29546 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
29547 echo $ECHO_N "(cached) $ECHO_C" >&6
29548 else
29549 ac_check_lib_save_LIBS=$LIBS
29550 LIBS="-lSgm $LIBS"
29551 cat >conftest.$ac_ext <<_ACEOF
29552 /* confdefs.h. */
29553 _ACEOF
29554 cat confdefs.h >>conftest.$ac_ext
29555 cat >>conftest.$ac_ext <<_ACEOF
29556 /* end confdefs.h. */
29557
29558 /* Override any gcc2 internal prototype to avoid an error. */
29559 #ifdef __cplusplus
29560 extern "C"
29561 #endif
29562 /* We use char because int might match the return type of a gcc2
29563 builtin and then its argument prototype would still apply. */
29564 char SgCreateList ();
29565 int
29566 main ()
29567 {
29568 SgCreateList ();
29569 ;
29570 return 0;
29571 }
29572 _ACEOF
29573 rm -f conftest.$ac_objext conftest$ac_exeext
29574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29575 (eval $ac_link) 2>conftest.er1
29576 ac_status=$?
29577 grep -v '^ *+' conftest.er1 >conftest.err
29578 rm -f conftest.er1
29579 cat conftest.err >&5
29580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29581 (exit $ac_status); } &&
29582 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29584 (eval $ac_try) 2>&5
29585 ac_status=$?
29586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29587 (exit $ac_status); }; } &&
29588 { ac_try='test -s conftest$ac_exeext'
29589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29590 (eval $ac_try) 2>&5
29591 ac_status=$?
29592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29593 (exit $ac_status); }; }; then
29594 ac_cv_lib_Sgm_SgCreateList=yes
29595 else
29596 echo "$as_me: failed program was:" >&5
29597 sed 's/^/| /' conftest.$ac_ext >&5
29598
29599 ac_cv_lib_Sgm_SgCreateList=no
29600 fi
29601 rm -f conftest.err conftest.$ac_objext \
29602 conftest$ac_exeext conftest.$ac_ext
29603 LIBS=$ac_check_lib_save_LIBS
29604 fi
29605 echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
29606 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
29607 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
29608 libsgm_link=" -lSgm"
29609 fi
29610
29611
29612 save_CFLAGS=$CFLAGS
29613 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29614
29615 echo "$as_me:$LINENO: checking for Motif 2" >&5
29616 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
29617 if test "${wx_cv_lib_motif2+set}" = set; then
29618 echo $ECHO_N "(cached) $ECHO_C" >&6
29619 else
29620 cat >conftest.$ac_ext <<_ACEOF
29621 /* confdefs.h. */
29622 _ACEOF
29623 cat confdefs.h >>conftest.$ac_ext
29624 cat >>conftest.$ac_ext <<_ACEOF
29625 /* end confdefs.h. */
29626
29627 #include <Xm/Xm.h>
29628
29629 int
29630 main ()
29631 {
29632
29633 #if XmVersion < 2000
29634 Not Motif 2
29635 #endif
29636
29637 ;
29638 return 0;
29639 }
29640 _ACEOF
29641 rm -f conftest.$ac_objext
29642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29643 (eval $ac_compile) 2>conftest.er1
29644 ac_status=$?
29645 grep -v '^ *+' conftest.er1 >conftest.err
29646 rm -f conftest.er1
29647 cat conftest.err >&5
29648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29649 (exit $ac_status); } &&
29650 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29652 (eval $ac_try) 2>&5
29653 ac_status=$?
29654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29655 (exit $ac_status); }; } &&
29656 { ac_try='test -s conftest.$ac_objext'
29657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29658 (eval $ac_try) 2>&5
29659 ac_status=$?
29660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29661 (exit $ac_status); }; }; then
29662 wx_cv_lib_motif2="yes"
29663 else
29664 echo "$as_me: failed program was:" >&5
29665 sed 's/^/| /' conftest.$ac_ext >&5
29666
29667 wx_cv_lib_motif2="no"
29668 fi
29669 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29670 fi
29671 echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
29672 echo "${ECHO_T}$wx_cv_lib_motif2" >&6
29673 if test "$wx_cv_lib_motif2" = "yes"; then
29674 cat >>confdefs.h <<\_ACEOF
29675 #define __WXMOTIF20__ 1
29676 _ACEOF
29677
29678 else
29679 cat >>confdefs.h <<\_ACEOF
29680 #define __WXMOTIF20__ 0
29681 _ACEOF
29682
29683 fi
29684
29685 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
29686 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
29687 if test "${wx_cv_lib_lesstif+set}" = set; then
29688 echo $ECHO_N "(cached) $ECHO_C" >&6
29689 else
29690 cat >conftest.$ac_ext <<_ACEOF
29691 /* confdefs.h. */
29692 _ACEOF
29693 cat confdefs.h >>conftest.$ac_ext
29694 cat >>conftest.$ac_ext <<_ACEOF
29695 /* end confdefs.h. */
29696
29697 #include <Xm/Xm.h>
29698
29699 int
29700 main ()
29701 {
29702
29703 #if !defined(LesstifVersion) || LesstifVersion <= 0
29704 Not Lesstif
29705 #endif
29706
29707 ;
29708 return 0;
29709 }
29710 _ACEOF
29711 rm -f conftest.$ac_objext
29712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29713 (eval $ac_compile) 2>conftest.er1
29714 ac_status=$?
29715 grep -v '^ *+' conftest.er1 >conftest.err
29716 rm -f conftest.er1
29717 cat conftest.err >&5
29718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29719 (exit $ac_status); } &&
29720 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29722 (eval $ac_try) 2>&5
29723 ac_status=$?
29724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29725 (exit $ac_status); }; } &&
29726 { ac_try='test -s conftest.$ac_objext'
29727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29728 (eval $ac_try) 2>&5
29729 ac_status=$?
29730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29731 (exit $ac_status); }; }; then
29732 wx_cv_lib_lesstif="yes"
29733 else
29734 echo "$as_me: failed program was:" >&5
29735 sed 's/^/| /' conftest.$ac_ext >&5
29736
29737 wx_cv_lib_lesstif="no"
29738 fi
29739 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29740
29741 fi
29742 echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
29743 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
29744 if test "$wx_cv_lib_lesstif" = "yes"; then
29745 cat >>confdefs.h <<\_ACEOF
29746 #define __WXLESSTIF__ 1
29747 _ACEOF
29748
29749 else
29750 cat >>confdefs.h <<\_ACEOF
29751 #define __WXLESSTIF__ 0
29752 _ACEOF
29753
29754 fi
29755
29756 CFLAGS=$save_CFLAGS
29757
29758 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
29759 TOOLKIT=MOTIF
29760 GUIDIST=MOTIF_DIST
29761 fi
29762
29763 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
29764 if test "$wxUSE_LIBXPM" = "sys"; then
29765 echo "$as_me:$LINENO: checking for Xpm library" >&5
29766 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
29767
29768 ac_find_libraries=
29769 for ac_dir in $SEARCH_LIB;
29770 do
29771 for ac_extension in a so sl dylib dll.a; do
29772 if test -f "$ac_dir/libXpm.$ac_extension"; then
29773 ac_find_libraries=$ac_dir
29774 break 2
29775 fi
29776 done
29777 done
29778
29779 if test "$ac_find_libraries" != "" ; then
29780
29781 if test "$ac_find_libraries" = "default location"; then
29782 ac_path_to_link=""
29783 else
29784 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29785 result=$?
29786 if test $result = 0; then
29787 ac_path_to_link=""
29788 else
29789 ac_path_to_link=" -L$ac_find_libraries"
29790 fi
29791 fi
29792
29793 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
29794 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29795 echo "${ECHO_T}found in $ac_find_libraries" >&6
29796
29797 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
29798 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
29799 if test "${wx_cv_x11_xpm_h+set}" = set; then
29800 echo $ECHO_N "(cached) $ECHO_C" >&6
29801 else
29802
29803 save_CFLAGS=$CFLAGS
29804 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29805
29806 cat >conftest.$ac_ext <<_ACEOF
29807 /* confdefs.h. */
29808 _ACEOF
29809 cat confdefs.h >>conftest.$ac_ext
29810 cat >>conftest.$ac_ext <<_ACEOF
29811 /* end confdefs.h. */
29812
29813 #include <X11/xpm.h>
29814
29815 int
29816 main ()
29817 {
29818
29819 int version;
29820 version = XpmLibraryVersion();
29821
29822 ;
29823 return 0;
29824 }
29825 _ACEOF
29826 rm -f conftest.$ac_objext
29827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29828 (eval $ac_compile) 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_objext'
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 wx_cv_x11_xpm_h=yes
29848 else
29849 echo "$as_me: failed program was:" >&5
29850 sed 's/^/| /' conftest.$ac_ext >&5
29851
29852 wx_cv_x11_xpm_h=no
29853
29854 fi
29855 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29856
29857 CFLAGS=$save_CFLAGS
29858
29859
29860 fi
29861 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
29862 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
29863
29864 if test $wx_cv_x11_xpm_h = "yes"; then
29865 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
29866 cat >>confdefs.h <<\_ACEOF
29867 #define wxHAVE_LIB_XPM 1
29868 _ACEOF
29869
29870 else
29871 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
29872 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
29873 fi
29874 fi
29875
29876 fi
29877
29878 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
29879 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
29880 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
29881 echo $ECHO_N "(cached) $ECHO_C" >&6
29882 else
29883 ac_check_lib_save_LIBS=$LIBS
29884 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
29885 cat >conftest.$ac_ext <<_ACEOF
29886 /* confdefs.h. */
29887 _ACEOF
29888 cat confdefs.h >>conftest.$ac_ext
29889 cat >>conftest.$ac_ext <<_ACEOF
29890 /* end confdefs.h. */
29891
29892 /* Override any gcc2 internal prototype to avoid an error. */
29893 #ifdef __cplusplus
29894 extern "C"
29895 #endif
29896 /* We use char because int might match the return type of a gcc2
29897 builtin and then its argument prototype would still apply. */
29898 char XShapeQueryExtension ();
29899 int
29900 main ()
29901 {
29902 XShapeQueryExtension ();
29903 ;
29904 return 0;
29905 }
29906 _ACEOF
29907 rm -f conftest.$ac_objext conftest$ac_exeext
29908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29909 (eval $ac_link) 2>conftest.er1
29910 ac_status=$?
29911 grep -v '^ *+' conftest.er1 >conftest.err
29912 rm -f conftest.er1
29913 cat conftest.err >&5
29914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29915 (exit $ac_status); } &&
29916 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29918 (eval $ac_try) 2>&5
29919 ac_status=$?
29920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29921 (exit $ac_status); }; } &&
29922 { ac_try='test -s conftest$ac_exeext'
29923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29924 (eval $ac_try) 2>&5
29925 ac_status=$?
29926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29927 (exit $ac_status); }; }; then
29928 ac_cv_lib_Xext_XShapeQueryExtension=yes
29929 else
29930 echo "$as_me: failed program was:" >&5
29931 sed 's/^/| /' conftest.$ac_ext >&5
29932
29933 ac_cv_lib_Xext_XShapeQueryExtension=no
29934 fi
29935 rm -f conftest.err conftest.$ac_objext \
29936 conftest$ac_exeext conftest.$ac_ext
29937 LIBS=$ac_check_lib_save_LIBS
29938 fi
29939 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
29940 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
29941 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
29942
29943 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
29944 wxHAVE_XEXT_LIB=1
29945
29946 fi
29947
29948
29949 if test "$wxHAVE_XEXT_LIB" = 1; then
29950 save_CFLAGS="$CFLAGS"
29951 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29952
29953 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
29954 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
29955 cat >conftest.$ac_ext <<_ACEOF
29956 /* confdefs.h. */
29957 _ACEOF
29958 cat confdefs.h >>conftest.$ac_ext
29959 cat >>conftest.$ac_ext <<_ACEOF
29960 /* end confdefs.h. */
29961
29962 #include <X11/Xlib.h>
29963 #include <X11/extensions/shape.h>
29964
29965 int
29966 main ()
29967 {
29968
29969 int dummy1, dummy2;
29970 XShapeQueryExtension((Display*)NULL,
29971 (int*)NULL, (int*)NULL);
29972
29973 ;
29974 return 0;
29975 }
29976 _ACEOF
29977 rm -f conftest.$ac_objext
29978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29979 (eval $ac_compile) 2>conftest.er1
29980 ac_status=$?
29981 grep -v '^ *+' conftest.er1 >conftest.err
29982 rm -f conftest.er1
29983 cat conftest.err >&5
29984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29985 (exit $ac_status); } &&
29986 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29988 (eval $ac_try) 2>&5
29989 ac_status=$?
29990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29991 (exit $ac_status); }; } &&
29992 { ac_try='test -s conftest.$ac_objext'
29993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29994 (eval $ac_try) 2>&5
29995 ac_status=$?
29996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29997 (exit $ac_status); }; }; then
29998
29999 cat >>confdefs.h <<\_ACEOF
30000 #define HAVE_XSHAPE 1
30001 _ACEOF
30002
30003 echo "$as_me:$LINENO: result: found" >&5
30004 echo "${ECHO_T}found" >&6
30005
30006 else
30007 echo "$as_me: failed program was:" >&5
30008 sed 's/^/| /' conftest.$ac_ext >&5
30009
30010
30011 echo "$as_me:$LINENO: result: not found" >&5
30012 echo "${ECHO_T}not found" >&6
30013
30014 fi
30015 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30016 CFLAGS="$save_CFLAGS"
30017
30018 fi
30019 fi
30020
30021 if test "$wxUSE_MAC" = 1; then
30022 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
30023 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
30024 if test "$GCC" = yes; then
30025 echo "$as_me:$LINENO: result: gcc" >&5
30026 echo "${ECHO_T}gcc" >&6
30027 CPPFLAGS_PASCAL="-fpascal-strings"
30028 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
30029 echo "$as_me:$LINENO: result: xlc" >&5
30030 echo "${ECHO_T}xlc" >&6
30031 CPPFLAGS_PASCAL="-qmacpstr"
30032 else
30033 echo "$as_me:$LINENO: result: none" >&5
30034 echo "${ECHO_T}none" >&6
30035 fi
30036
30037 if test "x$wxUSE_UNIX" = "xyes"; then
30038 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
30039 else
30040 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
30041 fi
30042
30043 TOOLKIT=MAC
30044 GUIDIST=MACX_DIST
30045 WXBASEPORT="_carbon"
30046 fi
30047
30048 if test "$wxUSE_COCOA" = 1; then
30049 TOOLKIT=COCOA
30050 GUIDIST=COCOA_DIST
30051 fi
30052
30053 if test "$wxUSE_PM" = 1; then
30054 TOOLKIT=PM
30055 GUIDIST=PM_DIST
30056 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
30057 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
30058 if test "${wx_cv_spbcdata+set}" = set; then
30059 echo $ECHO_N "(cached) $ECHO_C" >&6
30060 else
30061
30062 cat >conftest.$ac_ext <<_ACEOF
30063 /* confdefs.h. */
30064 _ACEOF
30065 cat confdefs.h >>conftest.$ac_ext
30066 cat >>conftest.$ac_ext <<_ACEOF
30067 /* end confdefs.h. */
30068
30069 #define INCL_PM
30070 #include <os2.h>
30071
30072 int
30073 main ()
30074 {
30075
30076 SPBCDATA test;
30077
30078 ;
30079 return 0;
30080 }
30081 _ACEOF
30082 rm -f conftest.$ac_objext
30083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30084 (eval $ac_compile) 2>conftest.er1
30085 ac_status=$?
30086 grep -v '^ *+' conftest.er1 >conftest.err
30087 rm -f conftest.er1
30088 cat conftest.err >&5
30089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30090 (exit $ac_status); } &&
30091 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30093 (eval $ac_try) 2>&5
30094 ac_status=$?
30095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30096 (exit $ac_status); }; } &&
30097 { ac_try='test -s conftest.$ac_objext'
30098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30099 (eval $ac_try) 2>&5
30100 ac_status=$?
30101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30102 (exit $ac_status); }; }; then
30103 wx_cv_spbcdata=yes
30104 else
30105 echo "$as_me: failed program was:" >&5
30106 sed 's/^/| /' conftest.$ac_ext >&5
30107
30108 wx_cv_spbcdata=no
30109
30110 fi
30111 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30112
30113
30114 fi
30115 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
30116 echo "${ECHO_T}$wx_cv_spbcdata" >&6
30117
30118 if test $wx_cv_spbcdata = "yes"; then
30119 cat >>confdefs.h <<\_ACEOF
30120 #define HAVE_SPBCDATA 1
30121 _ACEOF
30122
30123 fi
30124 fi
30125
30126 if test "$TOOLKIT" = "PM" ; then
30127 TOOLKIT_DIR="os2"
30128 else
30129 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
30130 fi
30131
30132 if test "$wxUSE_UNIVERSAL" = "yes"; then
30133 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
30134 WIDGET_SET=univ
30135 fi
30136
30137 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
30138 DISTDIR="wx\$(TOOLKIT)"
30139 else
30140 USE_GUI=0
30141
30142 TOOLKIT_DIR="base"
30143
30144 if test "$USE_WIN32" = 1 ; then
30145 TOOLKIT="MSW"
30146 fi
30147
30148 GUIDIST="BASE_DIST"
30149 DISTDIR="wxBase"
30150 fi
30151
30152
30153 if test "$wxUSE_GUI" = "yes"; then
30154 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
30155
30156 for ac_header in X11/Xlib.h
30157 do
30158 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30159 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30160 echo "$as_me:$LINENO: checking for $ac_header" >&5
30161 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30162 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30163 echo $ECHO_N "(cached) $ECHO_C" >&6
30164 fi
30165 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30166 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30167 else
30168 # Is the header compilable?
30169 echo "$as_me:$LINENO: checking $ac_header usability" >&5
30170 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
30171 cat >conftest.$ac_ext <<_ACEOF
30172 /* confdefs.h. */
30173 _ACEOF
30174 cat confdefs.h >>conftest.$ac_ext
30175 cat >>conftest.$ac_ext <<_ACEOF
30176 /* end confdefs.h. */
30177 $ac_includes_default
30178 #include <$ac_header>
30179 _ACEOF
30180 rm -f conftest.$ac_objext
30181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30182 (eval $ac_compile) 2>conftest.er1
30183 ac_status=$?
30184 grep -v '^ *+' conftest.er1 >conftest.err
30185 rm -f conftest.er1
30186 cat conftest.err >&5
30187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30188 (exit $ac_status); } &&
30189 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30191 (eval $ac_try) 2>&5
30192 ac_status=$?
30193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30194 (exit $ac_status); }; } &&
30195 { ac_try='test -s conftest.$ac_objext'
30196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30197 (eval $ac_try) 2>&5
30198 ac_status=$?
30199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30200 (exit $ac_status); }; }; then
30201 ac_header_compiler=yes
30202 else
30203 echo "$as_me: failed program was:" >&5
30204 sed 's/^/| /' conftest.$ac_ext >&5
30205
30206 ac_header_compiler=no
30207 fi
30208 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30209 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30210 echo "${ECHO_T}$ac_header_compiler" >&6
30211
30212 # Is the header present?
30213 echo "$as_me:$LINENO: checking $ac_header presence" >&5
30214 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
30215 cat >conftest.$ac_ext <<_ACEOF
30216 /* confdefs.h. */
30217 _ACEOF
30218 cat confdefs.h >>conftest.$ac_ext
30219 cat >>conftest.$ac_ext <<_ACEOF
30220 /* end confdefs.h. */
30221 #include <$ac_header>
30222 _ACEOF
30223 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30224 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30225 ac_status=$?
30226 grep -v '^ *+' conftest.er1 >conftest.err
30227 rm -f conftest.er1
30228 cat conftest.err >&5
30229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30230 (exit $ac_status); } >/dev/null; then
30231 if test -s conftest.err; then
30232 ac_cpp_err=$ac_c_preproc_warn_flag
30233 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30234 else
30235 ac_cpp_err=
30236 fi
30237 else
30238 ac_cpp_err=yes
30239 fi
30240 if test -z "$ac_cpp_err"; then
30241 ac_header_preproc=yes
30242 else
30243 echo "$as_me: failed program was:" >&5
30244 sed 's/^/| /' conftest.$ac_ext >&5
30245
30246 ac_header_preproc=no
30247 fi
30248 rm -f conftest.err conftest.$ac_ext
30249 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30250 echo "${ECHO_T}$ac_header_preproc" >&6
30251
30252 # So? What about this header?
30253 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30254 yes:no: )
30255 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30256 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30257 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30258 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30259 ac_header_preproc=yes
30260 ;;
30261 no:yes:* )
30262 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30263 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30264 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30265 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30266 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30267 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30268 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30269 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30270 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30271 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30272 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30273 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30274 (
30275 cat <<\_ASBOX
30276 ## ----------------------------------------- ##
30277 ## Report this to wx-dev@lists.wxwidgets.org ##
30278 ## ----------------------------------------- ##
30279 _ASBOX
30280 ) |
30281 sed "s/^/$as_me: WARNING: /" >&2
30282 ;;
30283 esac
30284 echo "$as_me:$LINENO: checking for $ac_header" >&5
30285 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30286 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30287 echo $ECHO_N "(cached) $ECHO_C" >&6
30288 else
30289 eval "$as_ac_Header=\$ac_header_preproc"
30290 fi
30291 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30292 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30293
30294 fi
30295 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30296 cat >>confdefs.h <<_ACEOF
30297 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30298 _ACEOF
30299
30300 fi
30301
30302 done
30303
30304
30305 for ac_header in X11/XKBlib.h
30306 do
30307 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30308 echo "$as_me:$LINENO: checking for $ac_header" >&5
30309 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30310 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30311 echo $ECHO_N "(cached) $ECHO_C" >&6
30312 else
30313 cat >conftest.$ac_ext <<_ACEOF
30314 /* confdefs.h. */
30315 _ACEOF
30316 cat confdefs.h >>conftest.$ac_ext
30317 cat >>conftest.$ac_ext <<_ACEOF
30318 /* end confdefs.h. */
30319
30320 #if HAVE_X11_XLIB_H
30321 #include <X11/Xlib.h>
30322 #endif
30323
30324
30325 #include <$ac_header>
30326 _ACEOF
30327 rm -f conftest.$ac_objext
30328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30329 (eval $ac_compile) 2>conftest.er1
30330 ac_status=$?
30331 grep -v '^ *+' conftest.er1 >conftest.err
30332 rm -f conftest.er1
30333 cat conftest.err >&5
30334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30335 (exit $ac_status); } &&
30336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30338 (eval $ac_try) 2>&5
30339 ac_status=$?
30340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30341 (exit $ac_status); }; } &&
30342 { ac_try='test -s conftest.$ac_objext'
30343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30344 (eval $ac_try) 2>&5
30345 ac_status=$?
30346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30347 (exit $ac_status); }; }; then
30348 eval "$as_ac_Header=yes"
30349 else
30350 echo "$as_me: failed program was:" >&5
30351 sed 's/^/| /' conftest.$ac_ext >&5
30352
30353 eval "$as_ac_Header=no"
30354 fi
30355 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30356 fi
30357 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30358 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30359 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30360 cat >>confdefs.h <<_ACEOF
30361 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30362 _ACEOF
30363
30364 fi
30365
30366 done
30367
30368 fi
30369 fi
30370
30371
30372
30373 IODBC_C_SRC=""
30374
30375
30376 if test "$TOOLKIT" != "MSW" ; then
30377
30378 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
30379
30380 if test "${ac_cv_header_sql_h+set}" = set; then
30381 echo "$as_me:$LINENO: checking for sql.h" >&5
30382 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30383 if test "${ac_cv_header_sql_h+set}" = set; then
30384 echo $ECHO_N "(cached) $ECHO_C" >&6
30385 fi
30386 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30387 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30388 else
30389 # Is the header compilable?
30390 echo "$as_me:$LINENO: checking sql.h usability" >&5
30391 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
30392 cat >conftest.$ac_ext <<_ACEOF
30393 /* confdefs.h. */
30394 _ACEOF
30395 cat confdefs.h >>conftest.$ac_ext
30396 cat >>conftest.$ac_ext <<_ACEOF
30397 /* end confdefs.h. */
30398 $ac_includes_default
30399 #include <sql.h>
30400 _ACEOF
30401 rm -f conftest.$ac_objext
30402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30403 (eval $ac_compile) 2>conftest.er1
30404 ac_status=$?
30405 grep -v '^ *+' conftest.er1 >conftest.err
30406 rm -f conftest.er1
30407 cat conftest.err >&5
30408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30409 (exit $ac_status); } &&
30410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30412 (eval $ac_try) 2>&5
30413 ac_status=$?
30414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30415 (exit $ac_status); }; } &&
30416 { ac_try='test -s conftest.$ac_objext'
30417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30418 (eval $ac_try) 2>&5
30419 ac_status=$?
30420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30421 (exit $ac_status); }; }; then
30422 ac_header_compiler=yes
30423 else
30424 echo "$as_me: failed program was:" >&5
30425 sed 's/^/| /' conftest.$ac_ext >&5
30426
30427 ac_header_compiler=no
30428 fi
30429 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30430 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30431 echo "${ECHO_T}$ac_header_compiler" >&6
30432
30433 # Is the header present?
30434 echo "$as_me:$LINENO: checking sql.h presence" >&5
30435 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
30436 cat >conftest.$ac_ext <<_ACEOF
30437 /* confdefs.h. */
30438 _ACEOF
30439 cat confdefs.h >>conftest.$ac_ext
30440 cat >>conftest.$ac_ext <<_ACEOF
30441 /* end confdefs.h. */
30442 #include <sql.h>
30443 _ACEOF
30444 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30445 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30446 ac_status=$?
30447 grep -v '^ *+' conftest.er1 >conftest.err
30448 rm -f conftest.er1
30449 cat conftest.err >&5
30450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30451 (exit $ac_status); } >/dev/null; then
30452 if test -s conftest.err; then
30453 ac_cpp_err=$ac_c_preproc_warn_flag
30454 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30455 else
30456 ac_cpp_err=
30457 fi
30458 else
30459 ac_cpp_err=yes
30460 fi
30461 if test -z "$ac_cpp_err"; then
30462 ac_header_preproc=yes
30463 else
30464 echo "$as_me: failed program was:" >&5
30465 sed 's/^/| /' conftest.$ac_ext >&5
30466
30467 ac_header_preproc=no
30468 fi
30469 rm -f conftest.err conftest.$ac_ext
30470 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30471 echo "${ECHO_T}$ac_header_preproc" >&6
30472
30473 # So? What about this header?
30474 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30475 yes:no: )
30476 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
30477 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30478 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
30479 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
30480 ac_header_preproc=yes
30481 ;;
30482 no:yes:* )
30483 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
30484 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
30485 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
30486 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
30487 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
30488 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
30489 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
30490 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
30491 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
30492 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
30493 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
30494 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
30495 (
30496 cat <<\_ASBOX
30497 ## ----------------------------------------- ##
30498 ## Report this to wx-dev@lists.wxwidgets.org ##
30499 ## ----------------------------------------- ##
30500 _ASBOX
30501 ) |
30502 sed "s/^/$as_me: WARNING: /" >&2
30503 ;;
30504 esac
30505 echo "$as_me:$LINENO: checking for sql.h" >&5
30506 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30507 if test "${ac_cv_header_sql_h+set}" = set; then
30508 echo $ECHO_N "(cached) $ECHO_C" >&6
30509 else
30510 ac_cv_header_sql_h=$ac_header_preproc
30511 fi
30512 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30513 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30514
30515 fi
30516 if test $ac_cv_header_sql_h = yes; then
30517 found_sql_h=1
30518 fi
30519
30520
30521 if test "x$found_sql_h" = "x1" ; then
30522 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
30523 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
30524 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
30525 echo $ECHO_N "(cached) $ECHO_C" >&6
30526 else
30527 ac_check_lib_save_LIBS=$LIBS
30528 LIBS="-liodbc $LIBS"
30529 cat >conftest.$ac_ext <<_ACEOF
30530 /* confdefs.h. */
30531 _ACEOF
30532 cat confdefs.h >>conftest.$ac_ext
30533 cat >>conftest.$ac_ext <<_ACEOF
30534 /* end confdefs.h. */
30535
30536 /* Override any gcc2 internal prototype to avoid an error. */
30537 #ifdef __cplusplus
30538 extern "C"
30539 #endif
30540 /* We use char because int might match the return type of a gcc2
30541 builtin and then its argument prototype would still apply. */
30542 char SQLAllocEnv ();
30543 int
30544 main ()
30545 {
30546 SQLAllocEnv ();
30547 ;
30548 return 0;
30549 }
30550 _ACEOF
30551 rm -f conftest.$ac_objext conftest$ac_exeext
30552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30553 (eval $ac_link) 2>conftest.er1
30554 ac_status=$?
30555 grep -v '^ *+' conftest.er1 >conftest.err
30556 rm -f conftest.er1
30557 cat conftest.err >&5
30558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30559 (exit $ac_status); } &&
30560 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30562 (eval $ac_try) 2>&5
30563 ac_status=$?
30564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30565 (exit $ac_status); }; } &&
30566 { ac_try='test -s conftest$ac_exeext'
30567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30568 (eval $ac_try) 2>&5
30569 ac_status=$?
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); }; }; then
30572 ac_cv_lib_iodbc_SQLAllocEnv=yes
30573 else
30574 echo "$as_me: failed program was:" >&5
30575 sed 's/^/| /' conftest.$ac_ext >&5
30576
30577 ac_cv_lib_iodbc_SQLAllocEnv=no
30578 fi
30579 rm -f conftest.err conftest.$ac_objext \
30580 conftest$ac_exeext conftest.$ac_ext
30581 LIBS=$ac_check_lib_save_LIBS
30582 fi
30583 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
30584 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
30585 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
30586 ODBC_LINK=" -liodbc"
30587 else
30588
30589 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
30590 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
30591 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
30592 echo $ECHO_N "(cached) $ECHO_C" >&6
30593 else
30594 ac_check_lib_save_LIBS=$LIBS
30595 LIBS="-lunixodbc $LIBS"
30596 cat >conftest.$ac_ext <<_ACEOF
30597 /* confdefs.h. */
30598 _ACEOF
30599 cat confdefs.h >>conftest.$ac_ext
30600 cat >>conftest.$ac_ext <<_ACEOF
30601 /* end confdefs.h. */
30602
30603 /* Override any gcc2 internal prototype to avoid an error. */
30604 #ifdef __cplusplus
30605 extern "C"
30606 #endif
30607 /* We use char because int might match the return type of a gcc2
30608 builtin and then its argument prototype would still apply. */
30609 char SQLAllocEnv ();
30610 int
30611 main ()
30612 {
30613 SQLAllocEnv ();
30614 ;
30615 return 0;
30616 }
30617 _ACEOF
30618 rm -f conftest.$ac_objext conftest$ac_exeext
30619 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30620 (eval $ac_link) 2>conftest.er1
30621 ac_status=$?
30622 grep -v '^ *+' conftest.er1 >conftest.err
30623 rm -f conftest.er1
30624 cat conftest.err >&5
30625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30626 (exit $ac_status); } &&
30627 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30629 (eval $ac_try) 2>&5
30630 ac_status=$?
30631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30632 (exit $ac_status); }; } &&
30633 { ac_try='test -s conftest$ac_exeext'
30634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30635 (eval $ac_try) 2>&5
30636 ac_status=$?
30637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30638 (exit $ac_status); }; }; then
30639 ac_cv_lib_unixodbc_SQLAllocEnv=yes
30640 else
30641 echo "$as_me: failed program was:" >&5
30642 sed 's/^/| /' conftest.$ac_ext >&5
30643
30644 ac_cv_lib_unixodbc_SQLAllocEnv=no
30645 fi
30646 rm -f conftest.err conftest.$ac_objext \
30647 conftest$ac_exeext conftest.$ac_ext
30648 LIBS=$ac_check_lib_save_LIBS
30649 fi
30650 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
30651 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
30652 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
30653 ODBC_LINK=" -lunixodbc"
30654 else
30655
30656 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
30657 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
30658 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
30659 echo $ECHO_N "(cached) $ECHO_C" >&6
30660 else
30661 ac_check_lib_save_LIBS=$LIBS
30662 LIBS="-lodbc $LIBS"
30663 cat >conftest.$ac_ext <<_ACEOF
30664 /* confdefs.h. */
30665 _ACEOF
30666 cat confdefs.h >>conftest.$ac_ext
30667 cat >>conftest.$ac_ext <<_ACEOF
30668 /* end confdefs.h. */
30669
30670 /* Override any gcc2 internal prototype to avoid an error. */
30671 #ifdef __cplusplus
30672 extern "C"
30673 #endif
30674 /* We use char because int might match the return type of a gcc2
30675 builtin and then its argument prototype would still apply. */
30676 char SQLAllocEnv ();
30677 int
30678 main ()
30679 {
30680 SQLAllocEnv ();
30681 ;
30682 return 0;
30683 }
30684 _ACEOF
30685 rm -f conftest.$ac_objext conftest$ac_exeext
30686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30687 (eval $ac_link) 2>conftest.er1
30688 ac_status=$?
30689 grep -v '^ *+' conftest.er1 >conftest.err
30690 rm -f conftest.er1
30691 cat conftest.err >&5
30692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30693 (exit $ac_status); } &&
30694 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30696 (eval $ac_try) 2>&5
30697 ac_status=$?
30698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30699 (exit $ac_status); }; } &&
30700 { ac_try='test -s conftest$ac_exeext'
30701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30702 (eval $ac_try) 2>&5
30703 ac_status=$?
30704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30705 (exit $ac_status); }; }; then
30706 ac_cv_lib_odbc_SQLAllocEnv=yes
30707 else
30708 echo "$as_me: failed program was:" >&5
30709 sed 's/^/| /' conftest.$ac_ext >&5
30710
30711 ac_cv_lib_odbc_SQLAllocEnv=no
30712 fi
30713 rm -f conftest.err conftest.$ac_objext \
30714 conftest$ac_exeext conftest.$ac_ext
30715 LIBS=$ac_check_lib_save_LIBS
30716 fi
30717 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
30718 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
30719 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
30720 ODBC_LINK=" -lodbc"
30721 fi
30722
30723
30724 fi
30725
30726
30727 fi
30728
30729 fi
30730 if test "x$ODBC_LINK" = "x" ; then
30731 if test "$wxUSE_ODBC" = "sys" ; then
30732 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
30733 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
30734 { (exit 1); exit 1; }; }
30735 else
30736 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
30737 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
30738 wxUSE_ODBC=builtin
30739 fi
30740 else
30741 wxUSE_ODBC=sys
30742 fi
30743 fi
30744
30745 if test "$wxUSE_ODBC" = "builtin" ; then
30746 cat >>confdefs.h <<\_ACEOF
30747 #define wxUSE_BUILTIN_IODBC 1
30748 _ACEOF
30749
30750 fi
30751 fi
30752
30753 if test "$wxUSE_ODBC" != "no" ; then
30754 cat >>confdefs.h <<\_ACEOF
30755 #define wxUSE_ODBC 1
30756 _ACEOF
30757
30758 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
30759
30760 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_IODBC_"
30761 fi
30762
30763
30764 if test "$wxUSE_DISPLAY" = "yes"; then
30765 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
30766 echo "$as_me:$LINENO: checking for Xinerama" >&5
30767 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
30768
30769 ac_find_libraries=
30770 for ac_dir in $SEARCH_LIB;
30771 do
30772 for ac_extension in a so sl dylib dll.a; do
30773 if test -f "$ac_dir/libXinerama.$ac_extension"; then
30774 ac_find_libraries=$ac_dir
30775 break 2
30776 fi
30777 done
30778 done
30779
30780 if test "$ac_find_libraries" != "" ; then
30781
30782 if test "$ac_find_libraries" = "default location"; then
30783 ac_path_to_link=""
30784 else
30785 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30786 result=$?
30787 if test $result = 0; then
30788 ac_path_to_link=""
30789 else
30790 ac_path_to_link=" -L$ac_find_libraries"
30791 fi
30792 fi
30793
30794 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30795 LDFLAGS="$LDFLAGS $ac_path_to_link"
30796 fi
30797 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
30798 echo "$as_me:$LINENO: result: yes" >&5
30799 echo "${ECHO_T}yes" >&6
30800
30801 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
30802 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
30803
30804 ac_find_libraries=
30805 for ac_dir in $SEARCH_LIB;
30806 do
30807 for ac_extension in a so sl dylib dll.a; do
30808 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
30809 ac_find_libraries=$ac_dir
30810 break 2
30811 fi
30812 done
30813 done
30814
30815 if test "$ac_find_libraries" != "" ; then
30816 echo "$as_me:$LINENO: result: yes" >&5
30817 echo "${ECHO_T}yes" >&6
30818
30819 for ac_header in X11/extensions/xf86vmode.h
30820 do
30821 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30822 echo "$as_me:$LINENO: checking for $ac_header" >&5
30823 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30824 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30825 echo $ECHO_N "(cached) $ECHO_C" >&6
30826 else
30827 cat >conftest.$ac_ext <<_ACEOF
30828 /* confdefs.h. */
30829 _ACEOF
30830 cat confdefs.h >>conftest.$ac_ext
30831 cat >>conftest.$ac_ext <<_ACEOF
30832 /* end confdefs.h. */
30833
30834 #if HAVE_X11_XLIB_H
30835 #include <X11/Xlib.h>
30836 #endif
30837
30838
30839 #include <$ac_header>
30840 _ACEOF
30841 rm -f conftest.$ac_objext
30842 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30843 (eval $ac_compile) 2>conftest.er1
30844 ac_status=$?
30845 grep -v '^ *+' conftest.er1 >conftest.err
30846 rm -f conftest.er1
30847 cat conftest.err >&5
30848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30849 (exit $ac_status); } &&
30850 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30852 (eval $ac_try) 2>&5
30853 ac_status=$?
30854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30855 (exit $ac_status); }; } &&
30856 { ac_try='test -s conftest.$ac_objext'
30857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30858 (eval $ac_try) 2>&5
30859 ac_status=$?
30860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30861 (exit $ac_status); }; }; then
30862 eval "$as_ac_Header=yes"
30863 else
30864 echo "$as_me: failed program was:" >&5
30865 sed 's/^/| /' conftest.$ac_ext >&5
30866
30867 eval "$as_ac_Header=no"
30868 fi
30869 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30870 fi
30871 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30872 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30873 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30874 cat >>confdefs.h <<_ACEOF
30875 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30876 _ACEOF
30877
30878 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
30879
30880 fi
30881
30882 done
30883
30884 else
30885 echo "$as_me:$LINENO: result: no" >&5
30886 echo "${ECHO_T}no" >&6
30887 fi
30888
30889 else
30890 echo "$as_me:$LINENO: result: no" >&5
30891 echo "${ECHO_T}no" >&6
30892 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
30893 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
30894 wxUSE_DISPLAY="no"
30895 fi
30896 elif test "$wxUSE_MSW" = 1; then
30897
30898
30899 for ac_header in multimon.h ddraw.h
30900 do
30901 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30902 echo "$as_me:$LINENO: checking for $ac_header" >&5
30903 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30904 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30905 echo $ECHO_N "(cached) $ECHO_C" >&6
30906 else
30907 cat >conftest.$ac_ext <<_ACEOF
30908 /* confdefs.h. */
30909 _ACEOF
30910 cat confdefs.h >>conftest.$ac_ext
30911 cat >>conftest.$ac_ext <<_ACEOF
30912 /* end confdefs.h. */
30913 #include <windows.h>
30914
30915 #include <$ac_header>
30916 _ACEOF
30917 rm -f conftest.$ac_objext
30918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30919 (eval $ac_compile) 2>conftest.er1
30920 ac_status=$?
30921 grep -v '^ *+' conftest.er1 >conftest.err
30922 rm -f conftest.er1
30923 cat conftest.err >&5
30924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30925 (exit $ac_status); } &&
30926 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30928 (eval $ac_try) 2>&5
30929 ac_status=$?
30930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30931 (exit $ac_status); }; } &&
30932 { ac_try='test -s conftest.$ac_objext'
30933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30934 (eval $ac_try) 2>&5
30935 ac_status=$?
30936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30937 (exit $ac_status); }; }; then
30938 eval "$as_ac_Header=yes"
30939 else
30940 echo "$as_me: failed program was:" >&5
30941 sed 's/^/| /' conftest.$ac_ext >&5
30942
30943 eval "$as_ac_Header=no"
30944 fi
30945 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30946 fi
30947 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30948 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30949 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30950 cat >>confdefs.h <<_ACEOF
30951 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30952 _ACEOF
30953
30954 else
30955
30956 wxUSE_DISPLAY="no"
30957 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
30958 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
30959
30960 fi
30961
30962 done
30963
30964 fi
30965 fi
30966
30967
30968 USE_OPENGL=0
30969 if test "$wxUSE_OPENGL" = "yes"; then
30970 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
30971 OPENGL_LIBS="-framework OpenGL -framework AGL"
30972 elif test "$wxUSE_MSW" = 1; then
30973 OPENGL_LIBS="-lopengl32 -lglu32"
30974 else
30975
30976
30977 ac_find_includes=
30978 for ac_dir in $SEARCH_INCLUDE /usr/include;
30979 do
30980 if test -f "$ac_dir/GL/gl.h"; then
30981 ac_find_includes=$ac_dir
30982 break
30983 fi
30984 done
30985
30986 if test "$ac_find_includes" != "" ; then
30987 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30988 echo "${ECHO_T}found in $ac_find_includes" >&6
30989
30990 if test "x$ac_find_includes" = "x/usr/include"; then
30991 ac_path_to_include=""
30992 else
30993 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
30994 result=$?
30995 if test $result = 0; then
30996 ac_path_to_include=""
30997 else
30998 ac_path_to_include=" -I$ac_find_includes"
30999 fi
31000 fi
31001
31002 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
31003 fi
31004
31005 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31006 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31007 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31008 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31009 echo $ECHO_N "(cached) $ECHO_C" >&6
31010 fi
31011 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31012 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31013 else
31014 # Is the header compilable?
31015 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
31016 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
31017 cat >conftest.$ac_ext <<_ACEOF
31018 /* confdefs.h. */
31019 _ACEOF
31020 cat confdefs.h >>conftest.$ac_ext
31021 cat >>conftest.$ac_ext <<_ACEOF
31022 /* end confdefs.h. */
31023 $ac_includes_default
31024 #include <GL/gl.h>
31025 _ACEOF
31026 rm -f conftest.$ac_objext
31027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31028 (eval $ac_compile) 2>conftest.er1
31029 ac_status=$?
31030 grep -v '^ *+' conftest.er1 >conftest.err
31031 rm -f conftest.er1
31032 cat conftest.err >&5
31033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31034 (exit $ac_status); } &&
31035 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31037 (eval $ac_try) 2>&5
31038 ac_status=$?
31039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31040 (exit $ac_status); }; } &&
31041 { ac_try='test -s conftest.$ac_objext'
31042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31043 (eval $ac_try) 2>&5
31044 ac_status=$?
31045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31046 (exit $ac_status); }; }; then
31047 ac_header_compiler=yes
31048 else
31049 echo "$as_me: failed program was:" >&5
31050 sed 's/^/| /' conftest.$ac_ext >&5
31051
31052 ac_header_compiler=no
31053 fi
31054 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31055 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31056 echo "${ECHO_T}$ac_header_compiler" >&6
31057
31058 # Is the header present?
31059 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
31060 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
31061 cat >conftest.$ac_ext <<_ACEOF
31062 /* confdefs.h. */
31063 _ACEOF
31064 cat confdefs.h >>conftest.$ac_ext
31065 cat >>conftest.$ac_ext <<_ACEOF
31066 /* end confdefs.h. */
31067 #include <GL/gl.h>
31068 _ACEOF
31069 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31070 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31071 ac_status=$?
31072 grep -v '^ *+' conftest.er1 >conftest.err
31073 rm -f conftest.er1
31074 cat conftest.err >&5
31075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31076 (exit $ac_status); } >/dev/null; then
31077 if test -s conftest.err; then
31078 ac_cpp_err=$ac_c_preproc_warn_flag
31079 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
31080 else
31081 ac_cpp_err=
31082 fi
31083 else
31084 ac_cpp_err=yes
31085 fi
31086 if test -z "$ac_cpp_err"; then
31087 ac_header_preproc=yes
31088 else
31089 echo "$as_me: failed program was:" >&5
31090 sed 's/^/| /' conftest.$ac_ext >&5
31091
31092 ac_header_preproc=no
31093 fi
31094 rm -f conftest.err conftest.$ac_ext
31095 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31096 echo "${ECHO_T}$ac_header_preproc" >&6
31097
31098 # So? What about this header?
31099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31100 yes:no: )
31101 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
31102 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31103 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
31104 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
31105 ac_header_preproc=yes
31106 ;;
31107 no:yes:* )
31108 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
31109 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
31110 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
31111 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
31112 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
31113 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
31114 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
31115 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
31116 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
31117 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
31118 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
31119 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
31120 (
31121 cat <<\_ASBOX
31122 ## ----------------------------------------- ##
31123 ## Report this to wx-dev@lists.wxwidgets.org ##
31124 ## ----------------------------------------- ##
31125 _ASBOX
31126 ) |
31127 sed "s/^/$as_me: WARNING: /" >&2
31128 ;;
31129 esac
31130 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31131 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31132 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31133 echo $ECHO_N "(cached) $ECHO_C" >&6
31134 else
31135 ac_cv_header_GL_gl_h=$ac_header_preproc
31136 fi
31137 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31138 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31139
31140 fi
31141 if test $ac_cv_header_GL_gl_h = yes; then
31142
31143 found_gl=0
31144
31145 echo "$as_me:$LINENO: checking for -lGL" >&5
31146 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
31147
31148 ac_find_libraries=
31149 for ac_dir in $SEARCH_LIB;
31150 do
31151 for ac_extension in a so sl dylib dll.a; do
31152 if test -f "$ac_dir/libGL.$ac_extension"; then
31153 ac_find_libraries=$ac_dir
31154 break 2
31155 fi
31156 done
31157 done
31158
31159 if test "$ac_find_libraries" != "" ; then
31160 echo "$as_me:$LINENO: result: yes" >&5
31161 echo "${ECHO_T}yes" >&6
31162
31163
31164 if test "$ac_find_libraries" = "default location"; then
31165 ac_path_to_link=""
31166 else
31167 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31168 result=$?
31169 if test $result = 0; then
31170 ac_path_to_link=""
31171 else
31172 ac_path_to_link=" -L$ac_find_libraries"
31173 fi
31174 fi
31175
31176 if test "$ac_path_to_link" != " -L/usr/lib" ; then
31177 LDFLAGS_GL="$ac_path_to_link"
31178 fi
31179
31180 echo "$as_me:$LINENO: checking for -lGLU" >&5
31181 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
31182
31183 ac_find_libraries=
31184 for ac_dir in $SEARCH_LIB;
31185 do
31186 for ac_extension in a so sl dylib dll.a; do
31187 if test -f "$ac_dir/libGLU.$ac_extension"; then
31188 ac_find_libraries=$ac_dir
31189 break 2
31190 fi
31191 done
31192 done
31193
31194 if test "$ac_find_libraries" != "" ; then
31195
31196 if test "$ac_find_libraries" = "default location"; then
31197 ac_path_to_link=""
31198 else
31199 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31200 result=$?
31201 if test $result = 0; then
31202 ac_path_to_link=""
31203 else
31204 ac_path_to_link=" -L$ac_find_libraries"
31205 fi
31206 fi
31207
31208 if test "$ac_path_to_link" != " -L/usr/lib" -a \
31209 "$ac_path_to_link" != "$LDFLAGS_GL"; then
31210 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
31211 fi
31212
31213 found_gl=1
31214 OPENGL_LIBS="-lGL -lGLU"
31215 echo "$as_me:$LINENO: result: yes" >&5
31216 echo "${ECHO_T}yes" >&6
31217 else
31218 echo "$as_me:$LINENO: result: no" >&5
31219 echo "${ECHO_T}no" >&6
31220 fi
31221 else
31222 echo "$as_me:$LINENO: result: no" >&5
31223 echo "${ECHO_T}no" >&6
31224 fi
31225
31226 if test "$found_gl" != 1; then
31227 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
31228 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
31229
31230 ac_find_libraries=
31231 for ac_dir in $SEARCH_LIB;
31232 do
31233 for ac_extension in a so sl dylib dll.a; do
31234 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
31235 ac_find_libraries=$ac_dir
31236 break 2
31237 fi
31238 done
31239 done
31240
31241 if test "$ac_find_libraries" != "" ; then
31242
31243 if test "$ac_find_libraries" = "default location"; then
31244 ac_path_to_link=""
31245 else
31246 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31247 result=$?
31248 if test $result = 0; then
31249 ac_path_to_link=""
31250 else
31251 ac_path_to_link=" -L$ac_find_libraries"
31252 fi
31253 fi
31254
31255 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
31256 OPENGL_LIBS="-lMesaGL -lMesaGLU"
31257 echo "$as_me:$LINENO: result: yes" >&5
31258 echo "${ECHO_T}yes" >&6
31259 else
31260 echo "$as_me:$LINENO: result: no" >&5
31261 echo "${ECHO_T}no" >&6
31262 fi
31263 fi
31264
31265 fi
31266
31267
31268
31269 if test "x$OPENGL_LIBS" = "x"; then
31270 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
31271 echo "$as_me: error: OpenGL libraries not available" >&2;}
31272 { (exit 1); exit 1; }; }
31273 fi
31274 fi
31275
31276 if test "$wxUSE_OPENGL" = "yes"; then
31277 USE_OPENGL=1
31278 cat >>confdefs.h <<\_ACEOF
31279 #define wxUSE_OPENGL 1
31280 _ACEOF
31281
31282 cat >>confdefs.h <<\_ACEOF
31283 #define wxUSE_GLCANVAS 1
31284 _ACEOF
31285
31286 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
31287 fi
31288 fi
31289
31290
31291 if test -n "$TOOLKIT" ; then
31292 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
31293 fi
31294
31295
31296
31297 if test "$wxUSE_SHARED" = "yes"; then
31298 case "${host}" in
31299 *-pc-msdosdjgpp )
31300 wxUSE_SHARED=no
31301 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
31302 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
31303 ;;
31304 esac
31305 fi
31306
31307 if test "$wxUSE_SHARED" = "yes"; then
31308
31309
31310 found_versioning=no
31311
31312
31313 if test $found_versioning = no ; then
31314 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
31315 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
31316 if test "${wx_cv_version_script+set}" = set; then
31317 echo $ECHO_N "(cached) $ECHO_C" >&6
31318 else
31319
31320 echo "VER_1 { *; };" >conftest.sym
31321 echo "int main() { return 0; }" >conftest.cpp
31322
31323 if { ac_try='
31324 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31325 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
31326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31327 (eval $ac_try) 2>&5
31328 ac_status=$?
31329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31330 (exit $ac_status); }; } ; then
31331 if test -s conftest.stderr ; then
31332 wx_cv_version_script=no
31333 else
31334 wx_cv_version_script=yes
31335 fi
31336 else
31337 wx_cv_version_script=no
31338 fi
31339
31340 if test $wx_cv_version_script = yes
31341 then
31342 echo "struct B { virtual ~B() { } }; \
31343 struct D : public B { }; \
31344 void F() { D d; }" > conftest.cpp
31345
31346 if { ac_try='
31347 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31348 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
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='
31355 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31356 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
31357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31358 (eval $ac_try) 2>&5
31359 ac_status=$?
31360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31361 (exit $ac_status); }; }
31362 then
31363 if { ac_try='
31364 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31365 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
31366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31367 (eval $ac_try) 2>&5
31368 ac_status=$?
31369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31370 (exit $ac_status); }; }
31371 then
31372 wx_cv_version_script=yes
31373 else
31374 wx_cv_version_script=no
31375 fi
31376 fi
31377 fi
31378
31379 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
31380 rm -f conftest1.output conftest2.output conftest3.output
31381
31382 fi
31383 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
31384 echo "${ECHO_T}$wx_cv_version_script" >&6
31385 if test $wx_cv_version_script = yes ; then
31386 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
31387 fi
31388 fi
31389
31390
31391 case "${host}" in
31392 *-*-linux* | *-*-gnu* )
31393 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
31394 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
31395 ;;
31396
31397 *-*-solaris2* )
31398 if test "$GCC" = yes ; then
31399 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
31400
31401 saveLdflags="$LDFLAGS"
31402 LDFLAGS="$saveLdflags -Wl,-rpath,/"
31403 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
31404 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
31405 cat >conftest.$ac_ext <<_ACEOF
31406 /* confdefs.h. */
31407 _ACEOF
31408 cat confdefs.h >>conftest.$ac_ext
31409 cat >>conftest.$ac_ext <<_ACEOF
31410 /* end confdefs.h. */
31411
31412 int
31413 main ()
31414 {
31415
31416 ;
31417 return 0;
31418 }
31419 _ACEOF
31420 rm -f conftest.$ac_objext conftest$ac_exeext
31421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31422 (eval $ac_link) 2>conftest.er1
31423 ac_status=$?
31424 grep -v '^ *+' conftest.er1 >conftest.err
31425 rm -f conftest.er1
31426 cat conftest.err >&5
31427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31428 (exit $ac_status); } &&
31429 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31431 (eval $ac_try) 2>&5
31432 ac_status=$?
31433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31434 (exit $ac_status); }; } &&
31435 { ac_try='test -s conftest$ac_exeext'
31436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31437 (eval $ac_try) 2>&5
31438 ac_status=$?
31439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31440 (exit $ac_status); }; }; then
31441
31442 echo "$as_me:$LINENO: result: yes" >&5
31443 echo "${ECHO_T}yes" >&6
31444 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
31445 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
31446
31447 else
31448 echo "$as_me: failed program was:" >&5
31449 sed 's/^/| /' conftest.$ac_ext >&5
31450
31451
31452 echo "$as_me:$LINENO: result: no" >&5
31453 echo "${ECHO_T}no" >&6
31454 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
31455 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
31456 LDFLAGS="$saveLdflags -Wl,-R,/"
31457 cat >conftest.$ac_ext <<_ACEOF
31458 /* confdefs.h. */
31459 _ACEOF
31460 cat confdefs.h >>conftest.$ac_ext
31461 cat >>conftest.$ac_ext <<_ACEOF
31462 /* end confdefs.h. */
31463
31464 int
31465 main ()
31466 {
31467
31468 ;
31469 return 0;
31470 }
31471 _ACEOF
31472 rm -f conftest.$ac_objext conftest$ac_exeext
31473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31474 (eval $ac_link) 2>conftest.er1
31475 ac_status=$?
31476 grep -v '^ *+' conftest.er1 >conftest.err
31477 rm -f conftest.er1
31478 cat conftest.err >&5
31479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31480 (exit $ac_status); } &&
31481 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31483 (eval $ac_try) 2>&5
31484 ac_status=$?
31485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31486 (exit $ac_status); }; } &&
31487 { ac_try='test -s conftest$ac_exeext'
31488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31489 (eval $ac_try) 2>&5
31490 ac_status=$?
31491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31492 (exit $ac_status); }; }; then
31493
31494 echo "$as_me:$LINENO: result: yes" >&5
31495 echo "${ECHO_T}yes" >&6
31496 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
31497 WXCONFIG_RPATH="-Wl,-R,\$libdir"
31498
31499 else
31500 echo "$as_me: failed program was:" >&5
31501 sed 's/^/| /' conftest.$ac_ext >&5
31502
31503
31504 echo "$as_me:$LINENO: result: no" >&5
31505 echo "${ECHO_T}no" >&6
31506
31507 fi
31508 rm -f conftest.err conftest.$ac_objext \
31509 conftest$ac_exeext conftest.$ac_ext
31510
31511 fi
31512 rm -f conftest.err conftest.$ac_objext \
31513 conftest$ac_exeext conftest.$ac_ext
31514 LDFLAGS="$saveLdflags"
31515 else
31516 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
31517 WXCONFIG_RPATH="-R\$libdir"
31518 fi
31519 ;;
31520
31521 *-*-darwin* )
31522 install_name_tool=`which install_name_tool`
31523 if test "$install_name_tool" -a -x "$install_name_tool"; then
31524 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
31525 cat <<EOF >change-install-names
31526 #!/bin/sh
31527 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
31528 inst_cmd="install_name_tool "
31529 for i in \${libnames} ; do
31530 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
31531 done
31532 \${inst_cmd} \${3}
31533 EOF
31534 chmod +x change-install-names
31535 fi
31536 ;;
31537
31538 *-*-cygwin* | *-*-mingw32* )
31539 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
31540 ;;
31541
31542 *-*-hpux* )
31543 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
31544 WXCONFIG_RPATH="-Wl,+b,\$libdir"
31545 ;;
31546
31547 esac
31548
31549 if test $wxUSE_RPATH = "no"; then
31550 SAMPLES_RPATH_FLAG=''
31551 SAMPLES_RPATH_POSTLINK=''
31552 WXCONFIG_RPATH=''
31553 fi
31554
31555 SHARED=1
31556
31557 else
31558
31559 config_linkage_component="-static"
31560 SHARED=0
31561
31562 fi
31563
31564
31565 UNICODE=0
31566 lib_unicode_suffix=
31567 WX_CHARTYPE="ansi"
31568 if test "$wxUSE_UNICODE" = "yes"; then
31569 lib_unicode_suffix=u
31570 WX_CHARTYPE="unicode"
31571 UNICODE=1
31572 fi
31573
31574 lib_debug_suffix=
31575 WX_DEBUGTYPE="release"
31576 DEBUG_FLAG=0
31577 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
31578 lib_debug_suffix=d
31579 WX_DEBUGTYPE="debug"
31580 DEBUG_FLAG=1
31581 fi
31582
31583 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
31584 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
31585
31586 DEBUG_INFO=0
31587 if test "$wxUSE_DEBUG_INFO" = "yes"; then
31588 DEBUG_INFO=1
31589 fi
31590
31591 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
31592
31593 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
31594
31595 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
31596
31597 if test "$cross_compiling" = "yes"; then
31598 HOST_SUFFIX="-$host_alias"
31599 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
31600 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
31601 fi
31602
31603 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31604 if test "${TOOLKIT_DIR}" = "os2"; then
31605 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31606 else
31607 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31608 fi
31609
31610
31611
31612 if test "$wxUSE_COCOA" = 1; then
31613
31614
31615 ac_ext=c
31616 ac_cpp='$CPP $CPPFLAGS'
31617 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31618 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31619 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31620
31621 ac_ext=m
31622
31623 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
31624 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
31625 cat >conftest.$ac_ext <<_ACEOF
31626 /* confdefs.h. */
31627 _ACEOF
31628 cat confdefs.h >>conftest.$ac_ext
31629 cat >>conftest.$ac_ext <<_ACEOF
31630 /* end confdefs.h. */
31631 #include <AppKit/NSEvent.h>
31632 #include <CoreFoundation/CoreFoundation.h>
31633
31634 int
31635 main ()
31636 {
31637
31638 ;
31639 return 0;
31640 }
31641 _ACEOF
31642 rm -f conftest.$ac_objext
31643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31644 (eval $ac_compile) 2>conftest.er1
31645 ac_status=$?
31646 grep -v '^ *+' conftest.er1 >conftest.err
31647 rm -f conftest.er1
31648 cat conftest.err >&5
31649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31650 (exit $ac_status); } &&
31651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31653 (eval $ac_try) 2>&5
31654 ac_status=$?
31655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31656 (exit $ac_status); }; } &&
31657 { ac_try='test -s conftest.$ac_objext'
31658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31659 (eval $ac_try) 2>&5
31660 ac_status=$?
31661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31662 (exit $ac_status); }; }; then
31663 echo "$as_me:$LINENO: result: no" >&5
31664 echo "${ECHO_T}no" >&6
31665 else
31666 echo "$as_me: failed program was:" >&5
31667 sed 's/^/| /' conftest.$ac_ext >&5
31668
31669 echo "$as_me:$LINENO: result: yes" >&5
31670 echo "${ECHO_T}yes" >&6
31671 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
31672 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
31673 cat >conftest.$ac_ext <<_ACEOF
31674 /* confdefs.h. */
31675 _ACEOF
31676 cat confdefs.h >>conftest.$ac_ext
31677 cat >>conftest.$ac_ext <<_ACEOF
31678 /* end confdefs.h. */
31679 #define __Point__ 1
31680 #include <AppKit/NSEvent.h>
31681 #include <CoreFoundation/CoreFoundation.h>
31682
31683 int
31684 main ()
31685 {
31686
31687 ;
31688 return 0;
31689 }
31690 _ACEOF
31691 rm -f conftest.$ac_objext
31692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31693 (eval $ac_compile) 2>conftest.er1
31694 ac_status=$?
31695 grep -v '^ *+' conftest.er1 >conftest.err
31696 rm -f conftest.er1
31697 cat conftest.err >&5
31698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31699 (exit $ac_status); } &&
31700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31702 (eval $ac_try) 2>&5
31703 ac_status=$?
31704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31705 (exit $ac_status); }; } &&
31706 { ac_try='test -s conftest.$ac_objext'
31707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31708 (eval $ac_try) 2>&5
31709 ac_status=$?
31710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31711 (exit $ac_status); }; }; then
31712 echo "$as_me:$LINENO: result: yes" >&5
31713 echo "${ECHO_T}yes" >&6
31714 cat >>confdefs.h <<\_ACEOF
31715 #define __Point__ 1
31716 _ACEOF
31717
31718
31719 else
31720 echo "$as_me: failed program was:" >&5
31721 sed 's/^/| /' conftest.$ac_ext >&5
31722
31723 { { echo "$as_me:$LINENO: error: no
31724 See \`config.log' for more details." >&5
31725 echo "$as_me: error: no
31726 See \`config.log' for more details." >&2;}
31727 { (exit 1); exit 1; }; }
31728
31729 fi
31730 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31731
31732 fi
31733 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31734 ac_ext=c
31735 ac_cpp='$CPP $CPPFLAGS'
31736 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31737 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31738 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31739
31740 fi
31741
31742 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
31743 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
31744 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
31745
31746 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
31747
31748 # Extract the first word of "Rez", so it can be a program name with args.
31749 set dummy Rez; ac_word=$2
31750 echo "$as_me:$LINENO: checking for $ac_word" >&5
31751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31752 if test "${ac_cv_prog_REZ+set}" = set; then
31753 echo $ECHO_N "(cached) $ECHO_C" >&6
31754 else
31755 if test -n "$REZ"; then
31756 ac_cv_prog_REZ="$REZ" # Let the user override the test.
31757 else
31758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31759 for as_dir in $PATH
31760 do
31761 IFS=$as_save_IFS
31762 test -z "$as_dir" && as_dir=.
31763 for ac_exec_ext in '' $ac_executable_extensions; do
31764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31765 ac_cv_prog_REZ="Rez"
31766 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31767 break 2
31768 fi
31769 done
31770 done
31771
31772 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
31773 fi
31774 fi
31775 REZ=$ac_cv_prog_REZ
31776 if test -n "$REZ"; then
31777 echo "$as_me:$LINENO: result: $REZ" >&5
31778 echo "${ECHO_T}$REZ" >&6
31779 else
31780 echo "$as_me:$LINENO: result: no" >&5
31781 echo "${ECHO_T}no" >&6
31782 fi
31783
31784 # Extract the first word of "DeRez", so it can be a program name with args.
31785 set dummy DeRez; ac_word=$2
31786 echo "$as_me:$LINENO: checking for $ac_word" >&5
31787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31788 if test "${ac_cv_prog_DEREZ+set}" = set; then
31789 echo $ECHO_N "(cached) $ECHO_C" >&6
31790 else
31791 if test -n "$DEREZ"; then
31792 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
31793 else
31794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31795 for as_dir in $PATH
31796 do
31797 IFS=$as_save_IFS
31798 test -z "$as_dir" && as_dir=.
31799 for ac_exec_ext in '' $ac_executable_extensions; do
31800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31801 ac_cv_prog_DEREZ="DeRez"
31802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31803 break 2
31804 fi
31805 done
31806 done
31807
31808 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
31809 fi
31810 fi
31811 DEREZ=$ac_cv_prog_DEREZ
31812 if test -n "$DEREZ"; then
31813 echo "$as_me:$LINENO: result: $DEREZ" >&5
31814 echo "${ECHO_T}$DEREZ" >&6
31815 else
31816 echo "$as_me:$LINENO: result: no" >&5
31817 echo "${ECHO_T}no" >&6
31818 fi
31819
31820 # Extract the first word of "SetFile", so it can be a program name with args.
31821 set dummy SetFile; ac_word=$2
31822 echo "$as_me:$LINENO: checking for $ac_word" >&5
31823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31824 if test "${ac_cv_prog_SETFILE+set}" = set; then
31825 echo $ECHO_N "(cached) $ECHO_C" >&6
31826 else
31827 if test -n "$SETFILE"; then
31828 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
31829 else
31830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31831 for as_dir in $PATH
31832 do
31833 IFS=$as_save_IFS
31834 test -z "$as_dir" && as_dir=.
31835 for ac_exec_ext in '' $ac_executable_extensions; do
31836 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31837 ac_cv_prog_SETFILE="SetFile"
31838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31839 break 2
31840 fi
31841 done
31842 done
31843
31844 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
31845 fi
31846 fi
31847 SETFILE=$ac_cv_prog_SETFILE
31848 if test -n "$SETFILE"; then
31849 echo "$as_me:$LINENO: result: $SETFILE" >&5
31850 echo "${ECHO_T}$SETFILE" >&6
31851 else
31852 echo "$as_me:$LINENO: result: no" >&5
31853 echo "${ECHO_T}no" >&6
31854 fi
31855
31856
31857 MACSETFILE="\$(SETFILE)"
31858
31859 if test "$wxUSE_MAC" = 1; then
31860 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
31861 RESCOMP="$REZ"
31862 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
31863 else
31864 POSTLINK_COMMAND="echo -n | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
31865 RESCOMP="echo -n \| $REZ"
31866 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
31867 fi
31868
31869 WXCONFIG_POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS -o"
31870
31871 else
31872 MACSETFILE="@true"
31873
31874 if test "$wxUSE_PM" = 1; then
31875 RESCOMP="emxbind"
31876 WXCONFIG_RESFLAGS="-ep"
31877
31878 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
31879 else
31880 POSTLINK_COMMAND="@true"
31881 fi
31882
31883 WXCONFIG_POSTLINK_COMMAND="$POSTLINK_COMMAND"
31884 fi
31885
31886
31887
31888 echo "$as_me:$LINENO: checking for mode_t" >&5
31889 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
31890 if test "${ac_cv_type_mode_t+set}" = set; then
31891 echo $ECHO_N "(cached) $ECHO_C" >&6
31892 else
31893 cat >conftest.$ac_ext <<_ACEOF
31894 /* confdefs.h. */
31895 _ACEOF
31896 cat confdefs.h >>conftest.$ac_ext
31897 cat >>conftest.$ac_ext <<_ACEOF
31898 /* end confdefs.h. */
31899 $ac_includes_default
31900 int
31901 main ()
31902 {
31903 if ((mode_t *) 0)
31904 return 0;
31905 if (sizeof (mode_t))
31906 return 0;
31907 ;
31908 return 0;
31909 }
31910 _ACEOF
31911 rm -f conftest.$ac_objext
31912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31913 (eval $ac_compile) 2>conftest.er1
31914 ac_status=$?
31915 grep -v '^ *+' conftest.er1 >conftest.err
31916 rm -f conftest.er1
31917 cat conftest.err >&5
31918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31919 (exit $ac_status); } &&
31920 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31922 (eval $ac_try) 2>&5
31923 ac_status=$?
31924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31925 (exit $ac_status); }; } &&
31926 { ac_try='test -s conftest.$ac_objext'
31927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31928 (eval $ac_try) 2>&5
31929 ac_status=$?
31930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31931 (exit $ac_status); }; }; then
31932 ac_cv_type_mode_t=yes
31933 else
31934 echo "$as_me: failed program was:" >&5
31935 sed 's/^/| /' conftest.$ac_ext >&5
31936
31937 ac_cv_type_mode_t=no
31938 fi
31939 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31940 fi
31941 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31942 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
31943 if test $ac_cv_type_mode_t = yes; then
31944 :
31945 else
31946
31947 cat >>confdefs.h <<_ACEOF
31948 #define mode_t int
31949 _ACEOF
31950
31951 fi
31952
31953 echo "$as_me:$LINENO: checking for off_t" >&5
31954 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
31955 if test "${ac_cv_type_off_t+set}" = set; then
31956 echo $ECHO_N "(cached) $ECHO_C" >&6
31957 else
31958 cat >conftest.$ac_ext <<_ACEOF
31959 /* confdefs.h. */
31960 _ACEOF
31961 cat confdefs.h >>conftest.$ac_ext
31962 cat >>conftest.$ac_ext <<_ACEOF
31963 /* end confdefs.h. */
31964 $ac_includes_default
31965 int
31966 main ()
31967 {
31968 if ((off_t *) 0)
31969 return 0;
31970 if (sizeof (off_t))
31971 return 0;
31972 ;
31973 return 0;
31974 }
31975 _ACEOF
31976 rm -f conftest.$ac_objext
31977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31978 (eval $ac_compile) 2>conftest.er1
31979 ac_status=$?
31980 grep -v '^ *+' conftest.er1 >conftest.err
31981 rm -f conftest.er1
31982 cat conftest.err >&5
31983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31984 (exit $ac_status); } &&
31985 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31987 (eval $ac_try) 2>&5
31988 ac_status=$?
31989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31990 (exit $ac_status); }; } &&
31991 { ac_try='test -s conftest.$ac_objext'
31992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31993 (eval $ac_try) 2>&5
31994 ac_status=$?
31995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31996 (exit $ac_status); }; }; then
31997 ac_cv_type_off_t=yes
31998 else
31999 echo "$as_me: failed program was:" >&5
32000 sed 's/^/| /' conftest.$ac_ext >&5
32001
32002 ac_cv_type_off_t=no
32003 fi
32004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32005 fi
32006 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
32007 echo "${ECHO_T}$ac_cv_type_off_t" >&6
32008 if test $ac_cv_type_off_t = yes; then
32009 :
32010 else
32011
32012 cat >>confdefs.h <<_ACEOF
32013 #define off_t long
32014 _ACEOF
32015
32016 fi
32017
32018 echo "$as_me:$LINENO: checking for pid_t" >&5
32019 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
32020 if test "${ac_cv_type_pid_t+set}" = set; then
32021 echo $ECHO_N "(cached) $ECHO_C" >&6
32022 else
32023 cat >conftest.$ac_ext <<_ACEOF
32024 /* confdefs.h. */
32025 _ACEOF
32026 cat confdefs.h >>conftest.$ac_ext
32027 cat >>conftest.$ac_ext <<_ACEOF
32028 /* end confdefs.h. */
32029 $ac_includes_default
32030 int
32031 main ()
32032 {
32033 if ((pid_t *) 0)
32034 return 0;
32035 if (sizeof (pid_t))
32036 return 0;
32037 ;
32038 return 0;
32039 }
32040 _ACEOF
32041 rm -f conftest.$ac_objext
32042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32043 (eval $ac_compile) 2>conftest.er1
32044 ac_status=$?
32045 grep -v '^ *+' conftest.er1 >conftest.err
32046 rm -f conftest.er1
32047 cat conftest.err >&5
32048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32049 (exit $ac_status); } &&
32050 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32052 (eval $ac_try) 2>&5
32053 ac_status=$?
32054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32055 (exit $ac_status); }; } &&
32056 { ac_try='test -s conftest.$ac_objext'
32057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32058 (eval $ac_try) 2>&5
32059 ac_status=$?
32060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32061 (exit $ac_status); }; }; then
32062 ac_cv_type_pid_t=yes
32063 else
32064 echo "$as_me: failed program was:" >&5
32065 sed 's/^/| /' conftest.$ac_ext >&5
32066
32067 ac_cv_type_pid_t=no
32068 fi
32069 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32070 fi
32071 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
32072 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
32073 if test $ac_cv_type_pid_t = yes; then
32074 :
32075 else
32076
32077 cat >>confdefs.h <<_ACEOF
32078 #define pid_t int
32079 _ACEOF
32080
32081 fi
32082
32083 echo "$as_me:$LINENO: checking for size_t" >&5
32084 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
32085 if test "${ac_cv_type_size_t+set}" = set; then
32086 echo $ECHO_N "(cached) $ECHO_C" >&6
32087 else
32088 cat >conftest.$ac_ext <<_ACEOF
32089 /* confdefs.h. */
32090 _ACEOF
32091 cat confdefs.h >>conftest.$ac_ext
32092 cat >>conftest.$ac_ext <<_ACEOF
32093 /* end confdefs.h. */
32094 $ac_includes_default
32095 int
32096 main ()
32097 {
32098 if ((size_t *) 0)
32099 return 0;
32100 if (sizeof (size_t))
32101 return 0;
32102 ;
32103 return 0;
32104 }
32105 _ACEOF
32106 rm -f conftest.$ac_objext
32107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32108 (eval $ac_compile) 2>conftest.er1
32109 ac_status=$?
32110 grep -v '^ *+' conftest.er1 >conftest.err
32111 rm -f conftest.er1
32112 cat conftest.err >&5
32113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32114 (exit $ac_status); } &&
32115 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32117 (eval $ac_try) 2>&5
32118 ac_status=$?
32119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32120 (exit $ac_status); }; } &&
32121 { ac_try='test -s conftest.$ac_objext'
32122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32123 (eval $ac_try) 2>&5
32124 ac_status=$?
32125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32126 (exit $ac_status); }; }; then
32127 ac_cv_type_size_t=yes
32128 else
32129 echo "$as_me: failed program was:" >&5
32130 sed 's/^/| /' conftest.$ac_ext >&5
32131
32132 ac_cv_type_size_t=no
32133 fi
32134 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32135 fi
32136 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
32137 echo "${ECHO_T}$ac_cv_type_size_t" >&6
32138 if test $ac_cv_type_size_t = yes; then
32139 :
32140 else
32141
32142 cat >>confdefs.h <<_ACEOF
32143 #define size_t unsigned
32144 _ACEOF
32145
32146 fi
32147
32148 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
32149 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
32150 if test "${ac_cv_type_uid_t+set}" = set; then
32151 echo $ECHO_N "(cached) $ECHO_C" >&6
32152 else
32153 cat >conftest.$ac_ext <<_ACEOF
32154 /* confdefs.h. */
32155 _ACEOF
32156 cat confdefs.h >>conftest.$ac_ext
32157 cat >>conftest.$ac_ext <<_ACEOF
32158 /* end confdefs.h. */
32159 #include <sys/types.h>
32160
32161 _ACEOF
32162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
32163 $EGREP "uid_t" >/dev/null 2>&1; then
32164 ac_cv_type_uid_t=yes
32165 else
32166 ac_cv_type_uid_t=no
32167 fi
32168 rm -f conftest*
32169
32170 fi
32171 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
32172 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
32173 if test $ac_cv_type_uid_t = no; then
32174
32175 cat >>confdefs.h <<\_ACEOF
32176 #define uid_t int
32177 _ACEOF
32178
32179
32180 cat >>confdefs.h <<\_ACEOF
32181 #define gid_t int
32182 _ACEOF
32183
32184 fi
32185
32186
32187 echo "$as_me:$LINENO: checking for ssize_t" >&5
32188 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
32189 if test "${ac_cv_type_ssize_t+set}" = set; then
32190 echo $ECHO_N "(cached) $ECHO_C" >&6
32191 else
32192 cat >conftest.$ac_ext <<_ACEOF
32193 /* confdefs.h. */
32194 _ACEOF
32195 cat confdefs.h >>conftest.$ac_ext
32196 cat >>conftest.$ac_ext <<_ACEOF
32197 /* end confdefs.h. */
32198 $ac_includes_default
32199 int
32200 main ()
32201 {
32202 if ((ssize_t *) 0)
32203 return 0;
32204 if (sizeof (ssize_t))
32205 return 0;
32206 ;
32207 return 0;
32208 }
32209 _ACEOF
32210 rm -f conftest.$ac_objext
32211 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32212 (eval $ac_compile) 2>conftest.er1
32213 ac_status=$?
32214 grep -v '^ *+' conftest.er1 >conftest.err
32215 rm -f conftest.er1
32216 cat conftest.err >&5
32217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32218 (exit $ac_status); } &&
32219 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32221 (eval $ac_try) 2>&5
32222 ac_status=$?
32223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32224 (exit $ac_status); }; } &&
32225 { ac_try='test -s conftest.$ac_objext'
32226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32227 (eval $ac_try) 2>&5
32228 ac_status=$?
32229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32230 (exit $ac_status); }; }; then
32231 ac_cv_type_ssize_t=yes
32232 else
32233 echo "$as_me: failed program was:" >&5
32234 sed 's/^/| /' conftest.$ac_ext >&5
32235
32236 ac_cv_type_ssize_t=no
32237 fi
32238 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32239 fi
32240 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
32241 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
32242 if test $ac_cv_type_ssize_t = yes; then
32243
32244 cat >>confdefs.h <<_ACEOF
32245 #define HAVE_SSIZE_T 1
32246 _ACEOF
32247
32248
32249 fi
32250
32251
32252
32253
32254 ac_ext=cc
32255 ac_cpp='$CXXCPP $CPPFLAGS'
32256 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32257 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32258 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32259
32260 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
32261 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
32262 if test "${wx_cv_size_t_is_uint+set}" = set; then
32263 echo $ECHO_N "(cached) $ECHO_C" >&6
32264 else
32265
32266 cat >conftest.$ac_ext <<_ACEOF
32267 /* confdefs.h. */
32268 _ACEOF
32269 cat confdefs.h >>conftest.$ac_ext
32270 cat >>conftest.$ac_ext <<_ACEOF
32271 /* end confdefs.h. */
32272 #include <stddef.h>
32273 int
32274 main ()
32275 {
32276
32277 return 0; }
32278
32279 struct Foo { void foo(size_t); void foo(unsigned int); };
32280
32281 int bar() {
32282
32283 ;
32284 return 0;
32285 }
32286 _ACEOF
32287 rm -f conftest.$ac_objext
32288 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32289 (eval $ac_compile) 2>conftest.er1
32290 ac_status=$?
32291 grep -v '^ *+' conftest.er1 >conftest.err
32292 rm -f conftest.er1
32293 cat conftest.err >&5
32294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32295 (exit $ac_status); } &&
32296 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32298 (eval $ac_try) 2>&5
32299 ac_status=$?
32300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32301 (exit $ac_status); }; } &&
32302 { ac_try='test -s conftest.$ac_objext'
32303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32304 (eval $ac_try) 2>&5
32305 ac_status=$?
32306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32307 (exit $ac_status); }; }; then
32308 wx_cv_size_t_is_uint=no
32309 else
32310 echo "$as_me: failed program was:" >&5
32311 sed 's/^/| /' conftest.$ac_ext >&5
32312
32313 wx_cv_size_t_is_uint=yes
32314
32315 fi
32316 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32317
32318
32319 fi
32320 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
32321 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
32322
32323 if test "$wx_cv_size_t_is_uint" = "yes"; then
32324 cat >>confdefs.h <<\_ACEOF
32325 #define wxSIZE_T_IS_UINT 1
32326 _ACEOF
32327
32328 else
32329 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
32330 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
32331 if test "${wx_cv_size_t_is_ulong+set}" = set; then
32332 echo $ECHO_N "(cached) $ECHO_C" >&6
32333 else
32334 cat >conftest.$ac_ext <<_ACEOF
32335 /* confdefs.h. */
32336 _ACEOF
32337 cat confdefs.h >>conftest.$ac_ext
32338 cat >>conftest.$ac_ext <<_ACEOF
32339 /* end confdefs.h. */
32340 #include <stddef.h>
32341 int
32342 main ()
32343 {
32344
32345 return 0; }
32346
32347 struct Foo { void foo(size_t); void foo(unsigned long); };
32348
32349 int bar() {
32350
32351 ;
32352 return 0;
32353 }
32354 _ACEOF
32355 rm -f conftest.$ac_objext
32356 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32357 (eval $ac_compile) 2>conftest.er1
32358 ac_status=$?
32359 grep -v '^ *+' conftest.er1 >conftest.err
32360 rm -f conftest.er1
32361 cat conftest.err >&5
32362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32363 (exit $ac_status); } &&
32364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32366 (eval $ac_try) 2>&5
32367 ac_status=$?
32368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32369 (exit $ac_status); }; } &&
32370 { ac_try='test -s conftest.$ac_objext'
32371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32372 (eval $ac_try) 2>&5
32373 ac_status=$?
32374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32375 (exit $ac_status); }; }; then
32376 wx_cv_size_t_is_ulong=no
32377 else
32378 echo "$as_me: failed program was:" >&5
32379 sed 's/^/| /' conftest.$ac_ext >&5
32380
32381 wx_cv_size_t_is_ulong=yes
32382
32383 fi
32384 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32385
32386 fi
32387 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
32388 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
32389
32390 if test "$wx_cv_size_t_is_ulong" = "yes"; then
32391 cat >>confdefs.h <<\_ACEOF
32392 #define wxSIZE_T_IS_ULONG 1
32393 _ACEOF
32394
32395 fi
32396 fi
32397
32398 ac_ext=c
32399 ac_cpp='$CPP $CPPFLAGS'
32400 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32401 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32402 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32403
32404
32405
32406 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
32407 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
32408 if test "${wx_cv_struct_pw_gecos+set}" = set; then
32409 echo $ECHO_N "(cached) $ECHO_C" >&6
32410 else
32411
32412 cat >conftest.$ac_ext <<_ACEOF
32413 /* confdefs.h. */
32414 _ACEOF
32415 cat confdefs.h >>conftest.$ac_ext
32416 cat >>conftest.$ac_ext <<_ACEOF
32417 /* end confdefs.h. */
32418 #include <pwd.h>
32419 int
32420 main ()
32421 {
32422
32423 char *p;
32424 struct passwd *pw;
32425 p = pw->pw_gecos;
32426
32427 ;
32428 return 0;
32429 }
32430 _ACEOF
32431 rm -f conftest.$ac_objext
32432 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32433 (eval $ac_compile) 2>conftest.er1
32434 ac_status=$?
32435 grep -v '^ *+' conftest.er1 >conftest.err
32436 rm -f conftest.er1
32437 cat conftest.err >&5
32438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32439 (exit $ac_status); } &&
32440 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32442 (eval $ac_try) 2>&5
32443 ac_status=$?
32444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32445 (exit $ac_status); }; } &&
32446 { ac_try='test -s conftest.$ac_objext'
32447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32448 (eval $ac_try) 2>&5
32449 ac_status=$?
32450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32451 (exit $ac_status); }; }; then
32452
32453 wx_cv_struct_pw_gecos=yes
32454
32455 else
32456 echo "$as_me: failed program was:" >&5
32457 sed 's/^/| /' conftest.$ac_ext >&5
32458
32459
32460 wx_cv_struct_pw_gecos=no
32461
32462
32463 fi
32464 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32465
32466
32467 fi
32468 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
32469 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
32470
32471 if test "$wx_cv_struct_pw_gecos" = "yes"; then
32472 cat >>confdefs.h <<\_ACEOF
32473 #define HAVE_PW_GECOS 1
32474 _ACEOF
32475
32476 fi
32477
32478
32479 if test "$wxUSE_WCHAR_T" = "yes"; then
32480 cat >>confdefs.h <<\_ACEOF
32481 #define wxUSE_WCHAR_T 1
32482 _ACEOF
32483
32484
32485 WCSLEN_FOUND=0
32486 WCHAR_LINK=
32487
32488 for ac_func in wcslen
32489 do
32490 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32491 echo "$as_me:$LINENO: checking for $ac_func" >&5
32492 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32493 if eval "test \"\${$as_ac_var+set}\" = set"; then
32494 echo $ECHO_N "(cached) $ECHO_C" >&6
32495 else
32496 cat >conftest.$ac_ext <<_ACEOF
32497 /* confdefs.h. */
32498 _ACEOF
32499 cat confdefs.h >>conftest.$ac_ext
32500 cat >>conftest.$ac_ext <<_ACEOF
32501 /* end confdefs.h. */
32502 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32503 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32504 #define $ac_func innocuous_$ac_func
32505
32506 /* System header to define __stub macros and hopefully few prototypes,
32507 which can conflict with char $ac_func (); below.
32508 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32509 <limits.h> exists even on freestanding compilers. */
32510
32511 #ifdef __STDC__
32512 # include <limits.h>
32513 #else
32514 # include <assert.h>
32515 #endif
32516
32517 #undef $ac_func
32518
32519 /* Override any gcc2 internal prototype to avoid an error. */
32520 #ifdef __cplusplus
32521 extern "C"
32522 {
32523 #endif
32524 /* We use char because int might match the return type of a gcc2
32525 builtin and then its argument prototype would still apply. */
32526 char $ac_func ();
32527 /* The GNU C library defines this for functions which it implements
32528 to always fail with ENOSYS. Some functions are actually named
32529 something starting with __ and the normal name is an alias. */
32530 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32531 choke me
32532 #else
32533 char (*f) () = $ac_func;
32534 #endif
32535 #ifdef __cplusplus
32536 }
32537 #endif
32538
32539 int
32540 main ()
32541 {
32542 return f != $ac_func;
32543 ;
32544 return 0;
32545 }
32546 _ACEOF
32547 rm -f conftest.$ac_objext conftest$ac_exeext
32548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32549 (eval $ac_link) 2>conftest.er1
32550 ac_status=$?
32551 grep -v '^ *+' conftest.er1 >conftest.err
32552 rm -f conftest.er1
32553 cat conftest.err >&5
32554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32555 (exit $ac_status); } &&
32556 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32558 (eval $ac_try) 2>&5
32559 ac_status=$?
32560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32561 (exit $ac_status); }; } &&
32562 { ac_try='test -s conftest$ac_exeext'
32563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32564 (eval $ac_try) 2>&5
32565 ac_status=$?
32566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32567 (exit $ac_status); }; }; then
32568 eval "$as_ac_var=yes"
32569 else
32570 echo "$as_me: failed program was:" >&5
32571 sed 's/^/| /' conftest.$ac_ext >&5
32572
32573 eval "$as_ac_var=no"
32574 fi
32575 rm -f conftest.err conftest.$ac_objext \
32576 conftest$ac_exeext conftest.$ac_ext
32577 fi
32578 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32579 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32580 if test `eval echo '${'$as_ac_var'}'` = yes; then
32581 cat >>confdefs.h <<_ACEOF
32582 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32583 _ACEOF
32584 WCSLEN_FOUND=1
32585 fi
32586 done
32587
32588
32589 if test "$WCSLEN_FOUND" = 0; then
32590 if test "$TOOLKIT" = "MSW"; then
32591 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
32592 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
32593 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
32594 echo $ECHO_N "(cached) $ECHO_C" >&6
32595 else
32596 ac_check_lib_save_LIBS=$LIBS
32597 LIBS="-lmsvcrt $LIBS"
32598 cat >conftest.$ac_ext <<_ACEOF
32599 /* confdefs.h. */
32600 _ACEOF
32601 cat confdefs.h >>conftest.$ac_ext
32602 cat >>conftest.$ac_ext <<_ACEOF
32603 /* end confdefs.h. */
32604
32605 /* Override any gcc2 internal prototype to avoid an error. */
32606 #ifdef __cplusplus
32607 extern "C"
32608 #endif
32609 /* We use char because int might match the return type of a gcc2
32610 builtin and then its argument prototype would still apply. */
32611 char wcslen ();
32612 int
32613 main ()
32614 {
32615 wcslen ();
32616 ;
32617 return 0;
32618 }
32619 _ACEOF
32620 rm -f conftest.$ac_objext conftest$ac_exeext
32621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32622 (eval $ac_link) 2>conftest.er1
32623 ac_status=$?
32624 grep -v '^ *+' conftest.er1 >conftest.err
32625 rm -f conftest.er1
32626 cat conftest.err >&5
32627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32628 (exit $ac_status); } &&
32629 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32631 (eval $ac_try) 2>&5
32632 ac_status=$?
32633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32634 (exit $ac_status); }; } &&
32635 { ac_try='test -s conftest$ac_exeext'
32636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32637 (eval $ac_try) 2>&5
32638 ac_status=$?
32639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32640 (exit $ac_status); }; }; then
32641 ac_cv_lib_msvcrt_wcslen=yes
32642 else
32643 echo "$as_me: failed program was:" >&5
32644 sed 's/^/| /' conftest.$ac_ext >&5
32645
32646 ac_cv_lib_msvcrt_wcslen=no
32647 fi
32648 rm -f conftest.err conftest.$ac_objext \
32649 conftest$ac_exeext conftest.$ac_ext
32650 LIBS=$ac_check_lib_save_LIBS
32651 fi
32652 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
32653 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
32654 if test $ac_cv_lib_msvcrt_wcslen = yes; then
32655 WCHAR_OK=1
32656 fi
32657
32658 else
32659 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
32660 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
32661 if test "${ac_cv_lib_w_wcslen+set}" = set; then
32662 echo $ECHO_N "(cached) $ECHO_C" >&6
32663 else
32664 ac_check_lib_save_LIBS=$LIBS
32665 LIBS="-lw $LIBS"
32666 cat >conftest.$ac_ext <<_ACEOF
32667 /* confdefs.h. */
32668 _ACEOF
32669 cat confdefs.h >>conftest.$ac_ext
32670 cat >>conftest.$ac_ext <<_ACEOF
32671 /* end confdefs.h. */
32672
32673 /* Override any gcc2 internal prototype to avoid an error. */
32674 #ifdef __cplusplus
32675 extern "C"
32676 #endif
32677 /* We use char because int might match the return type of a gcc2
32678 builtin and then its argument prototype would still apply. */
32679 char wcslen ();
32680 int
32681 main ()
32682 {
32683 wcslen ();
32684 ;
32685 return 0;
32686 }
32687 _ACEOF
32688 rm -f conftest.$ac_objext conftest$ac_exeext
32689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32690 (eval $ac_link) 2>conftest.er1
32691 ac_status=$?
32692 grep -v '^ *+' conftest.er1 >conftest.err
32693 rm -f conftest.er1
32694 cat conftest.err >&5
32695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32696 (exit $ac_status); } &&
32697 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32699 (eval $ac_try) 2>&5
32700 ac_status=$?
32701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32702 (exit $ac_status); }; } &&
32703 { ac_try='test -s conftest$ac_exeext'
32704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32705 (eval $ac_try) 2>&5
32706 ac_status=$?
32707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32708 (exit $ac_status); }; }; then
32709 ac_cv_lib_w_wcslen=yes
32710 else
32711 echo "$as_me: failed program was:" >&5
32712 sed 's/^/| /' conftest.$ac_ext >&5
32713
32714 ac_cv_lib_w_wcslen=no
32715 fi
32716 rm -f conftest.err conftest.$ac_objext \
32717 conftest$ac_exeext conftest.$ac_ext
32718 LIBS=$ac_check_lib_save_LIBS
32719 fi
32720 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
32721 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
32722 if test $ac_cv_lib_w_wcslen = yes; then
32723
32724 WCHAR_LINK=" -lw"
32725 WCSLEN_FOUND=1
32726
32727 fi
32728
32729 fi
32730 fi
32731
32732 if test "$WCSLEN_FOUND" = 1; then
32733 cat >>confdefs.h <<\_ACEOF
32734 #define HAVE_WCSLEN 1
32735 _ACEOF
32736
32737 fi
32738
32739 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
32740 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
32741 fi
32742
32743 echo "$as_me:$LINENO: checking for mbstate_t" >&5
32744 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
32745 if test "${ac_cv_type_mbstate_t+set}" = set; then
32746 echo $ECHO_N "(cached) $ECHO_C" >&6
32747 else
32748 cat >conftest.$ac_ext <<_ACEOF
32749 /* confdefs.h. */
32750 _ACEOF
32751 cat confdefs.h >>conftest.$ac_ext
32752 cat >>conftest.$ac_ext <<_ACEOF
32753 /* end confdefs.h. */
32754 #include <wchar.h>
32755
32756 int
32757 main ()
32758 {
32759 if ((mbstate_t *) 0)
32760 return 0;
32761 if (sizeof (mbstate_t))
32762 return 0;
32763 ;
32764 return 0;
32765 }
32766 _ACEOF
32767 rm -f conftest.$ac_objext
32768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32769 (eval $ac_compile) 2>conftest.er1
32770 ac_status=$?
32771 grep -v '^ *+' conftest.er1 >conftest.err
32772 rm -f conftest.er1
32773 cat conftest.err >&5
32774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32775 (exit $ac_status); } &&
32776 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32778 (eval $ac_try) 2>&5
32779 ac_status=$?
32780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32781 (exit $ac_status); }; } &&
32782 { ac_try='test -s conftest.$ac_objext'
32783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32784 (eval $ac_try) 2>&5
32785 ac_status=$?
32786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32787 (exit $ac_status); }; }; then
32788 ac_cv_type_mbstate_t=yes
32789 else
32790 echo "$as_me: failed program was:" >&5
32791 sed 's/^/| /' conftest.$ac_ext >&5
32792
32793 ac_cv_type_mbstate_t=no
32794 fi
32795 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32796 fi
32797 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
32798 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
32799 if test $ac_cv_type_mbstate_t = yes; then
32800
32801 cat >>confdefs.h <<_ACEOF
32802 #define HAVE_MBSTATE_T 1
32803 _ACEOF
32804
32805
32806 for ac_func in wcsrtombs
32807 do
32808 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32809 echo "$as_me:$LINENO: checking for $ac_func" >&5
32810 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32811 if eval "test \"\${$as_ac_var+set}\" = set"; then
32812 echo $ECHO_N "(cached) $ECHO_C" >&6
32813 else
32814 cat >conftest.$ac_ext <<_ACEOF
32815 /* confdefs.h. */
32816 _ACEOF
32817 cat confdefs.h >>conftest.$ac_ext
32818 cat >>conftest.$ac_ext <<_ACEOF
32819 /* end confdefs.h. */
32820 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32821 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32822 #define $ac_func innocuous_$ac_func
32823
32824 /* System header to define __stub macros and hopefully few prototypes,
32825 which can conflict with char $ac_func (); below.
32826 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32827 <limits.h> exists even on freestanding compilers. */
32828
32829 #ifdef __STDC__
32830 # include <limits.h>
32831 #else
32832 # include <assert.h>
32833 #endif
32834
32835 #undef $ac_func
32836
32837 /* Override any gcc2 internal prototype to avoid an error. */
32838 #ifdef __cplusplus
32839 extern "C"
32840 {
32841 #endif
32842 /* We use char because int might match the return type of a gcc2
32843 builtin and then its argument prototype would still apply. */
32844 char $ac_func ();
32845 /* The GNU C library defines this for functions which it implements
32846 to always fail with ENOSYS. Some functions are actually named
32847 something starting with __ and the normal name is an alias. */
32848 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32849 choke me
32850 #else
32851 char (*f) () = $ac_func;
32852 #endif
32853 #ifdef __cplusplus
32854 }
32855 #endif
32856
32857 int
32858 main ()
32859 {
32860 return f != $ac_func;
32861 ;
32862 return 0;
32863 }
32864 _ACEOF
32865 rm -f conftest.$ac_objext conftest$ac_exeext
32866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32867 (eval $ac_link) 2>conftest.er1
32868 ac_status=$?
32869 grep -v '^ *+' conftest.er1 >conftest.err
32870 rm -f conftest.er1
32871 cat conftest.err >&5
32872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32873 (exit $ac_status); } &&
32874 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32876 (eval $ac_try) 2>&5
32877 ac_status=$?
32878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32879 (exit $ac_status); }; } &&
32880 { ac_try='test -s conftest$ac_exeext'
32881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32882 (eval $ac_try) 2>&5
32883 ac_status=$?
32884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32885 (exit $ac_status); }; }; then
32886 eval "$as_ac_var=yes"
32887 else
32888 echo "$as_me: failed program was:" >&5
32889 sed 's/^/| /' conftest.$ac_ext >&5
32890
32891 eval "$as_ac_var=no"
32892 fi
32893 rm -f conftest.err conftest.$ac_objext \
32894 conftest$ac_exeext conftest.$ac_ext
32895 fi
32896 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32897 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32898 if test `eval echo '${'$as_ac_var'}'` = yes; then
32899 cat >>confdefs.h <<_ACEOF
32900 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32901 _ACEOF
32902
32903 fi
32904 done
32905
32906 fi
32907
32908 else
32909 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
32910 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
32911 fi
32912
32913
32914
32915 ac_ext=cc
32916 ac_cpp='$CXXCPP $CPPFLAGS'
32917 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32918 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32919 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32920
32921
32922
32923
32924 for ac_func in snprintf vsnprintf
32925 do
32926 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32927 echo "$as_me:$LINENO: checking for $ac_func" >&5
32928 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32929 if eval "test \"\${$as_ac_var+set}\" = set"; then
32930 echo $ECHO_N "(cached) $ECHO_C" >&6
32931 else
32932 cat >conftest.$ac_ext <<_ACEOF
32933 /* confdefs.h. */
32934 _ACEOF
32935 cat confdefs.h >>conftest.$ac_ext
32936 cat >>conftest.$ac_ext <<_ACEOF
32937 /* end confdefs.h. */
32938 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32940 #define $ac_func innocuous_$ac_func
32941
32942 /* System header to define __stub macros and hopefully few prototypes,
32943 which can conflict with char $ac_func (); below.
32944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32945 <limits.h> exists even on freestanding compilers. */
32946
32947 #ifdef __STDC__
32948 # include <limits.h>
32949 #else
32950 # include <assert.h>
32951 #endif
32952
32953 #undef $ac_func
32954
32955 /* Override any gcc2 internal prototype to avoid an error. */
32956 #ifdef __cplusplus
32957 extern "C"
32958 {
32959 #endif
32960 /* We use char because int might match the return type of a gcc2
32961 builtin and then its argument prototype would still apply. */
32962 char $ac_func ();
32963 /* The GNU C library defines this for functions which it implements
32964 to always fail with ENOSYS. Some functions are actually named
32965 something starting with __ and the normal name is an alias. */
32966 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32967 choke me
32968 #else
32969 char (*f) () = $ac_func;
32970 #endif
32971 #ifdef __cplusplus
32972 }
32973 #endif
32974
32975 int
32976 main ()
32977 {
32978 return f != $ac_func;
32979 ;
32980 return 0;
32981 }
32982 _ACEOF
32983 rm -f conftest.$ac_objext conftest$ac_exeext
32984 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32985 (eval $ac_link) 2>conftest.er1
32986 ac_status=$?
32987 grep -v '^ *+' conftest.er1 >conftest.err
32988 rm -f conftest.er1
32989 cat conftest.err >&5
32990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32991 (exit $ac_status); } &&
32992 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32994 (eval $ac_try) 2>&5
32995 ac_status=$?
32996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32997 (exit $ac_status); }; } &&
32998 { ac_try='test -s conftest$ac_exeext'
32999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33000 (eval $ac_try) 2>&5
33001 ac_status=$?
33002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33003 (exit $ac_status); }; }; then
33004 eval "$as_ac_var=yes"
33005 else
33006 echo "$as_me: failed program was:" >&5
33007 sed 's/^/| /' conftest.$ac_ext >&5
33008
33009 eval "$as_ac_var=no"
33010 fi
33011 rm -f conftest.err conftest.$ac_objext \
33012 conftest$ac_exeext conftest.$ac_ext
33013 fi
33014 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33015 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33016 if test `eval echo '${'$as_ac_var'}'` = yes; then
33017 cat >>confdefs.h <<_ACEOF
33018 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33019 _ACEOF
33020
33021 fi
33022 done
33023
33024
33025 if test "$ac_cv_func_vsnprintf" = "yes"; then
33026 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
33027 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
33028 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
33029 echo $ECHO_N "(cached) $ECHO_C" >&6
33030 else
33031
33032 cat >conftest.$ac_ext <<_ACEOF
33033 /* confdefs.h. */
33034 _ACEOF
33035 cat confdefs.h >>conftest.$ac_ext
33036 cat >>conftest.$ac_ext <<_ACEOF
33037 /* end confdefs.h. */
33038
33039 #include <stdio.h>
33040 #include <stdarg.h>
33041 #ifdef __MSL__
33042 #if __MSL__ >= 0x6000
33043 namespace std {}
33044 using namespace std;
33045 #endif
33046 #endif
33047
33048 int
33049 main ()
33050 {
33051
33052 char *buf;
33053 va_list ap;
33054 vsnprintf(buf, 10u, "%s", ap);
33055
33056 ;
33057 return 0;
33058 }
33059 _ACEOF
33060 rm -f conftest.$ac_objext
33061 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33062 (eval $ac_compile) 2>conftest.er1
33063 ac_status=$?
33064 grep -v '^ *+' conftest.er1 >conftest.err
33065 rm -f conftest.er1
33066 cat conftest.err >&5
33067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33068 (exit $ac_status); } &&
33069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33071 (eval $ac_try) 2>&5
33072 ac_status=$?
33073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33074 (exit $ac_status); }; } &&
33075 { ac_try='test -s conftest.$ac_objext'
33076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33077 (eval $ac_try) 2>&5
33078 ac_status=$?
33079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33080 (exit $ac_status); }; }; then
33081 wx_cv_func_vsnprintf_decl=yes
33082 else
33083 echo "$as_me: failed program was:" >&5
33084 sed 's/^/| /' conftest.$ac_ext >&5
33085
33086 wx_cv_func_vsnprintf_decl=no
33087
33088 fi
33089 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33090
33091
33092 fi
33093 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
33094 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
33095
33096 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
33097 cat >>confdefs.h <<\_ACEOF
33098 #define HAVE_VSNPRINTF_DECL 1
33099 _ACEOF
33100
33101
33102 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
33103 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
33104 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
33105 echo $ECHO_N "(cached) $ECHO_C" >&6
33106 else
33107
33108 cat >conftest.$ac_ext <<_ACEOF
33109 /* confdefs.h. */
33110 _ACEOF
33111 cat confdefs.h >>conftest.$ac_ext
33112 cat >>conftest.$ac_ext <<_ACEOF
33113 /* end confdefs.h. */
33114
33115 #include <stdio.h>
33116 #include <stdarg.h>
33117 #ifdef __MSL__
33118 #if __MSL__ >= 0x6000
33119 namespace std {}
33120 using namespace std;
33121 #endif
33122 #endif
33123
33124 int
33125 main ()
33126 {
33127
33128 char *buf;
33129 va_list ap;
33130 const char *fmt = "%s";
33131 vsnprintf(buf, 10u, fmt, ap);
33132
33133 ;
33134 return 0;
33135 }
33136 _ACEOF
33137 rm -f conftest.$ac_objext
33138 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33139 (eval $ac_compile) 2>conftest.er1
33140 ac_status=$?
33141 grep -v '^ *+' conftest.er1 >conftest.err
33142 rm -f conftest.er1
33143 cat conftest.err >&5
33144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33145 (exit $ac_status); } &&
33146 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33148 (eval $ac_try) 2>&5
33149 ac_status=$?
33150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33151 (exit $ac_status); }; } &&
33152 { ac_try='test -s conftest.$ac_objext'
33153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33154 (eval $ac_try) 2>&5
33155 ac_status=$?
33156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33157 (exit $ac_status); }; }; then
33158 wx_cv_func_broken_vsnprintf_decl=no
33159 else
33160 echo "$as_me: failed program was:" >&5
33161 sed 's/^/| /' conftest.$ac_ext >&5
33162
33163 wx_cv_func_broken_vsnprintf_decl=yes
33164
33165 fi
33166 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33167
33168
33169 fi
33170 echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
33171 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
33172
33173 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
33174 cat >>confdefs.h <<\_ACEOF
33175 #define HAVE_BROKEN_VSNPRINTF_DECL 1
33176 _ACEOF
33177
33178 fi
33179 fi
33180 fi
33181
33182 if test "$ac_cv_func_snprintf" = "yes"; then
33183 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
33184 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
33185 if test "${wx_cv_func_snprintf_decl+set}" = set; then
33186 echo $ECHO_N "(cached) $ECHO_C" >&6
33187 else
33188
33189 cat >conftest.$ac_ext <<_ACEOF
33190 /* confdefs.h. */
33191 _ACEOF
33192 cat confdefs.h >>conftest.$ac_ext
33193 cat >>conftest.$ac_ext <<_ACEOF
33194 /* end confdefs.h. */
33195
33196 #include <stdio.h>
33197 #include <stdarg.h>
33198 #ifdef __MSL__
33199 #if __MSL__ >= 0x6000
33200 namespace std {}
33201 using namespace std;
33202 #endif
33203 #endif
33204
33205 int
33206 main ()
33207 {
33208
33209 char *buf;
33210 snprintf(buf, 10u, "%s", "wx");
33211
33212 ;
33213 return 0;
33214 }
33215 _ACEOF
33216 rm -f conftest.$ac_objext
33217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33218 (eval $ac_compile) 2>conftest.er1
33219 ac_status=$?
33220 grep -v '^ *+' conftest.er1 >conftest.err
33221 rm -f conftest.er1
33222 cat conftest.err >&5
33223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33224 (exit $ac_status); } &&
33225 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33227 (eval $ac_try) 2>&5
33228 ac_status=$?
33229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33230 (exit $ac_status); }; } &&
33231 { ac_try='test -s conftest.$ac_objext'
33232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33233 (eval $ac_try) 2>&5
33234 ac_status=$?
33235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33236 (exit $ac_status); }; }; then
33237 wx_cv_func_snprintf_decl=yes
33238 else
33239 echo "$as_me: failed program was:" >&5
33240 sed 's/^/| /' conftest.$ac_ext >&5
33241
33242 wx_cv_func_snprintf_decl=no
33243
33244 fi
33245 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33246
33247
33248 fi
33249 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
33250 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
33251
33252 if test "$wx_cv_func_snprintf_decl" = "yes"; then
33253 cat >>confdefs.h <<\_ACEOF
33254 #define HAVE_SNPRINTF_DECL 1
33255 _ACEOF
33256
33257
33258 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
33259 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
33260 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
33261 echo $ECHO_N "(cached) $ECHO_C" >&6
33262 else
33263
33264 cat >conftest.$ac_ext <<_ACEOF
33265 /* confdefs.h. */
33266 _ACEOF
33267 cat confdefs.h >>conftest.$ac_ext
33268 cat >>conftest.$ac_ext <<_ACEOF
33269 /* end confdefs.h. */
33270
33271 #include <stdio.h>
33272 #include <stdarg.h>
33273 #ifdef __MSL__
33274 #if __MSL__ >= 0x6000
33275 namespace std {}
33276 using namespace std;
33277 #endif
33278 #endif
33279
33280 int
33281 main ()
33282 {
33283
33284 char *buf;
33285 const char *fmt = "%s";
33286 snprintf(buf, 10u, fmt, "wx");
33287
33288 ;
33289 return 0;
33290 }
33291 _ACEOF
33292 rm -f conftest.$ac_objext
33293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33294 (eval $ac_compile) 2>conftest.er1
33295 ac_status=$?
33296 grep -v '^ *+' conftest.er1 >conftest.err
33297 rm -f conftest.er1
33298 cat conftest.err >&5
33299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33300 (exit $ac_status); } &&
33301 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33303 (eval $ac_try) 2>&5
33304 ac_status=$?
33305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33306 (exit $ac_status); }; } &&
33307 { ac_try='test -s conftest.$ac_objext'
33308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33309 (eval $ac_try) 2>&5
33310 ac_status=$?
33311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33312 (exit $ac_status); }; }; then
33313 wx_cv_func_broken_snprintf_decl=no
33314 else
33315 echo "$as_me: failed program was:" >&5
33316 sed 's/^/| /' conftest.$ac_ext >&5
33317
33318 wx_cv_func_broken_snprintf_decl=yes
33319
33320 fi
33321 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33322
33323
33324 fi
33325 echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
33326 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
33327
33328 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
33329 cat >>confdefs.h <<\_ACEOF
33330 #define HAVE_BROKEN_SNPRINTF_DECL 1
33331 _ACEOF
33332
33333 fi
33334 fi
33335 fi
33336
33337 if test "$wxUSE_UNICODE" = yes; then
33338
33339
33340
33341
33342
33343
33344 for ac_func in wputc wputchar putws fputws wprintf vswprintf
33345 do
33346 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33347 echo "$as_me:$LINENO: checking for $ac_func" >&5
33348 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33349 if eval "test \"\${$as_ac_var+set}\" = set"; then
33350 echo $ECHO_N "(cached) $ECHO_C" >&6
33351 else
33352 cat >conftest.$ac_ext <<_ACEOF
33353 /* confdefs.h. */
33354 _ACEOF
33355 cat confdefs.h >>conftest.$ac_ext
33356 cat >>conftest.$ac_ext <<_ACEOF
33357 /* end confdefs.h. */
33358 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33359 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33360 #define $ac_func innocuous_$ac_func
33361
33362 /* System header to define __stub macros and hopefully few prototypes,
33363 which can conflict with char $ac_func (); below.
33364 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33365 <limits.h> exists even on freestanding compilers. */
33366
33367 #ifdef __STDC__
33368 # include <limits.h>
33369 #else
33370 # include <assert.h>
33371 #endif
33372
33373 #undef $ac_func
33374
33375 /* Override any gcc2 internal prototype to avoid an error. */
33376 #ifdef __cplusplus
33377 extern "C"
33378 {
33379 #endif
33380 /* We use char because int might match the return type of a gcc2
33381 builtin and then its argument prototype would still apply. */
33382 char $ac_func ();
33383 /* The GNU C library defines this for functions which it implements
33384 to always fail with ENOSYS. Some functions are actually named
33385 something starting with __ and the normal name is an alias. */
33386 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33387 choke me
33388 #else
33389 char (*f) () = $ac_func;
33390 #endif
33391 #ifdef __cplusplus
33392 }
33393 #endif
33394
33395 int
33396 main ()
33397 {
33398 return f != $ac_func;
33399 ;
33400 return 0;
33401 }
33402 _ACEOF
33403 rm -f conftest.$ac_objext conftest$ac_exeext
33404 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33405 (eval $ac_link) 2>conftest.er1
33406 ac_status=$?
33407 grep -v '^ *+' conftest.er1 >conftest.err
33408 rm -f conftest.er1
33409 cat conftest.err >&5
33410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33411 (exit $ac_status); } &&
33412 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33414 (eval $ac_try) 2>&5
33415 ac_status=$?
33416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33417 (exit $ac_status); }; } &&
33418 { ac_try='test -s conftest$ac_exeext'
33419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33420 (eval $ac_try) 2>&5
33421 ac_status=$?
33422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33423 (exit $ac_status); }; }; then
33424 eval "$as_ac_var=yes"
33425 else
33426 echo "$as_me: failed program was:" >&5
33427 sed 's/^/| /' conftest.$ac_ext >&5
33428
33429 eval "$as_ac_var=no"
33430 fi
33431 rm -f conftest.err conftest.$ac_objext \
33432 conftest$ac_exeext conftest.$ac_ext
33433 fi
33434 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33435 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33436 if test `eval echo '${'$as_ac_var'}'` = yes; then
33437 cat >>confdefs.h <<_ACEOF
33438 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33439 _ACEOF
33440
33441 fi
33442 done
33443
33444
33445 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
33446 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
33447 cat >conftest.$ac_ext <<_ACEOF
33448 /* confdefs.h. */
33449 _ACEOF
33450 cat confdefs.h >>conftest.$ac_ext
33451 cat >>conftest.$ac_ext <<_ACEOF
33452 /* end confdefs.h. */
33453 #include <wchar.h>
33454 int
33455 main ()
33456 {
33457 &_vsnwprintf;
33458 ;
33459 return 0;
33460 }
33461 _ACEOF
33462 rm -f conftest.$ac_objext
33463 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33464 (eval $ac_compile) 2>conftest.er1
33465 ac_status=$?
33466 grep -v '^ *+' conftest.er1 >conftest.err
33467 rm -f conftest.er1
33468 cat conftest.err >&5
33469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33470 (exit $ac_status); } &&
33471 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33473 (eval $ac_try) 2>&5
33474 ac_status=$?
33475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33476 (exit $ac_status); }; } &&
33477 { ac_try='test -s conftest.$ac_objext'
33478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33479 (eval $ac_try) 2>&5
33480 ac_status=$?
33481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33482 (exit $ac_status); }; }; then
33483 echo "$as_me:$LINENO: result: yes" >&5
33484 echo "${ECHO_T}yes" >&6
33485 cat >>confdefs.h <<\_ACEOF
33486 #define HAVE__VSNWPRINTF 1
33487 _ACEOF
33488
33489 else
33490 echo "$as_me: failed program was:" >&5
33491 sed 's/^/| /' conftest.$ac_ext >&5
33492
33493 echo "$as_me:$LINENO: result: no" >&5
33494 echo "${ECHO_T}no" >&6
33495 fi
33496 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
33497 fi
33498
33499 ac_ext=c
33500 ac_cpp='$CPP $CPPFLAGS'
33501 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33502 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33503 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33504
33505
33506 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
33507
33508 for ac_func in fnmatch
33509 do
33510 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33511 echo "$as_me:$LINENO: checking for $ac_func" >&5
33512 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33513 if eval "test \"\${$as_ac_var+set}\" = set"; then
33514 echo $ECHO_N "(cached) $ECHO_C" >&6
33515 else
33516 cat >conftest.$ac_ext <<_ACEOF
33517 /* confdefs.h. */
33518 _ACEOF
33519 cat confdefs.h >>conftest.$ac_ext
33520 cat >>conftest.$ac_ext <<_ACEOF
33521 /* end confdefs.h. */
33522 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33523 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33524 #define $ac_func innocuous_$ac_func
33525
33526 /* System header to define __stub macros and hopefully few prototypes,
33527 which can conflict with char $ac_func (); below.
33528 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33529 <limits.h> exists even on freestanding compilers. */
33530
33531 #ifdef __STDC__
33532 # include <limits.h>
33533 #else
33534 # include <assert.h>
33535 #endif
33536
33537 #undef $ac_func
33538
33539 /* Override any gcc2 internal prototype to avoid an error. */
33540 #ifdef __cplusplus
33541 extern "C"
33542 {
33543 #endif
33544 /* We use char because int might match the return type of a gcc2
33545 builtin and then its argument prototype would still apply. */
33546 char $ac_func ();
33547 /* The GNU C library defines this for functions which it implements
33548 to always fail with ENOSYS. Some functions are actually named
33549 something starting with __ and the normal name is an alias. */
33550 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33551 choke me
33552 #else
33553 char (*f) () = $ac_func;
33554 #endif
33555 #ifdef __cplusplus
33556 }
33557 #endif
33558
33559 int
33560 main ()
33561 {
33562 return f != $ac_func;
33563 ;
33564 return 0;
33565 }
33566 _ACEOF
33567 rm -f conftest.$ac_objext conftest$ac_exeext
33568 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33569 (eval $ac_link) 2>conftest.er1
33570 ac_status=$?
33571 grep -v '^ *+' conftest.er1 >conftest.err
33572 rm -f conftest.er1
33573 cat conftest.err >&5
33574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33575 (exit $ac_status); } &&
33576 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33578 (eval $ac_try) 2>&5
33579 ac_status=$?
33580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33581 (exit $ac_status); }; } &&
33582 { ac_try='test -s conftest$ac_exeext'
33583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33584 (eval $ac_try) 2>&5
33585 ac_status=$?
33586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33587 (exit $ac_status); }; }; then
33588 eval "$as_ac_var=yes"
33589 else
33590 echo "$as_me: failed program was:" >&5
33591 sed 's/^/| /' conftest.$ac_ext >&5
33592
33593 eval "$as_ac_var=no"
33594 fi
33595 rm -f conftest.err conftest.$ac_objext \
33596 conftest$ac_exeext conftest.$ac_ext
33597 fi
33598 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33599 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33600 if test `eval echo '${'$as_ac_var'}'` = yes; then
33601 cat >>confdefs.h <<_ACEOF
33602 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33603 _ACEOF
33604
33605 fi
33606 done
33607
33608 fi
33609
33610 if test "$wxUSE_FILE" = "yes"; then
33611
33612 for ac_func in fsync
33613 do
33614 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33615 echo "$as_me:$LINENO: checking for $ac_func" >&5
33616 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33617 if eval "test \"\${$as_ac_var+set}\" = set"; then
33618 echo $ECHO_N "(cached) $ECHO_C" >&6
33619 else
33620 cat >conftest.$ac_ext <<_ACEOF
33621 /* confdefs.h. */
33622 _ACEOF
33623 cat confdefs.h >>conftest.$ac_ext
33624 cat >>conftest.$ac_ext <<_ACEOF
33625 /* end confdefs.h. */
33626 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33627 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33628 #define $ac_func innocuous_$ac_func
33629
33630 /* System header to define __stub macros and hopefully few prototypes,
33631 which can conflict with char $ac_func (); below.
33632 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33633 <limits.h> exists even on freestanding compilers. */
33634
33635 #ifdef __STDC__
33636 # include <limits.h>
33637 #else
33638 # include <assert.h>
33639 #endif
33640
33641 #undef $ac_func
33642
33643 /* Override any gcc2 internal prototype to avoid an error. */
33644 #ifdef __cplusplus
33645 extern "C"
33646 {
33647 #endif
33648 /* We use char because int might match the return type of a gcc2
33649 builtin and then its argument prototype would still apply. */
33650 char $ac_func ();
33651 /* The GNU C library defines this for functions which it implements
33652 to always fail with ENOSYS. Some functions are actually named
33653 something starting with __ and the normal name is an alias. */
33654 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33655 choke me
33656 #else
33657 char (*f) () = $ac_func;
33658 #endif
33659 #ifdef __cplusplus
33660 }
33661 #endif
33662
33663 int
33664 main ()
33665 {
33666 return f != $ac_func;
33667 ;
33668 return 0;
33669 }
33670 _ACEOF
33671 rm -f conftest.$ac_objext conftest$ac_exeext
33672 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33673 (eval $ac_link) 2>conftest.er1
33674 ac_status=$?
33675 grep -v '^ *+' conftest.er1 >conftest.err
33676 rm -f conftest.er1
33677 cat conftest.err >&5
33678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33679 (exit $ac_status); } &&
33680 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33682 (eval $ac_try) 2>&5
33683 ac_status=$?
33684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33685 (exit $ac_status); }; } &&
33686 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
33692 eval "$as_ac_var=yes"
33693 else
33694 echo "$as_me: failed program was:" >&5
33695 sed 's/^/| /' conftest.$ac_ext >&5
33696
33697 eval "$as_ac_var=no"
33698 fi
33699 rm -f conftest.err conftest.$ac_objext \
33700 conftest$ac_exeext conftest.$ac_ext
33701 fi
33702 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33703 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33704 if test `eval echo '${'$as_ac_var'}'` = yes; then
33705 cat >>confdefs.h <<_ACEOF
33706 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33707 _ACEOF
33708
33709 fi
33710 done
33711
33712 fi
33713
33714
33715 if test "$TOOLKIT" != "MSW"; then
33716
33717
33718
33719
33720 ac_ext=cc
33721 ac_cpp='$CXXCPP $CPPFLAGS'
33722 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33723 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33724 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33725
33726
33727
33728
33729 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
33730 if test "${with_libiconv_prefix+set}" = set; then
33731 withval="$with_libiconv_prefix"
33732
33733 for dir in `echo "$withval" | tr : ' '`; do
33734 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
33735 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
33736 done
33737
33738 fi;
33739
33740 echo "$as_me:$LINENO: checking for iconv" >&5
33741 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
33742 if test "${am_cv_func_iconv+set}" = set; then
33743 echo $ECHO_N "(cached) $ECHO_C" >&6
33744 else
33745
33746 am_cv_func_iconv="no, consider installing GNU libiconv"
33747 am_cv_lib_iconv=no
33748 cat >conftest.$ac_ext <<_ACEOF
33749 /* confdefs.h. */
33750 _ACEOF
33751 cat confdefs.h >>conftest.$ac_ext
33752 cat >>conftest.$ac_ext <<_ACEOF
33753 /* end confdefs.h. */
33754 #include <stdlib.h>
33755 #include <iconv.h>
33756 int
33757 main ()
33758 {
33759 iconv_t cd = iconv_open("","");
33760 iconv(cd,NULL,NULL,NULL,NULL);
33761 iconv_close(cd);
33762 ;
33763 return 0;
33764 }
33765 _ACEOF
33766 rm -f conftest.$ac_objext conftest$ac_exeext
33767 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33768 (eval $ac_link) 2>conftest.er1
33769 ac_status=$?
33770 grep -v '^ *+' conftest.er1 >conftest.err
33771 rm -f conftest.er1
33772 cat conftest.err >&5
33773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33774 (exit $ac_status); } &&
33775 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33777 (eval $ac_try) 2>&5
33778 ac_status=$?
33779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33780 (exit $ac_status); }; } &&
33781 { ac_try='test -s conftest$ac_exeext'
33782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33783 (eval $ac_try) 2>&5
33784 ac_status=$?
33785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33786 (exit $ac_status); }; }; then
33787 am_cv_func_iconv=yes
33788 else
33789 echo "$as_me: failed program was:" >&5
33790 sed 's/^/| /' conftest.$ac_ext >&5
33791
33792 fi
33793 rm -f conftest.err conftest.$ac_objext \
33794 conftest$ac_exeext conftest.$ac_ext
33795 if test "$am_cv_func_iconv" != yes; then
33796 am_save_LIBS="$LIBS"
33797 LIBS="$LIBS -liconv"
33798 cat >conftest.$ac_ext <<_ACEOF
33799 /* confdefs.h. */
33800 _ACEOF
33801 cat confdefs.h >>conftest.$ac_ext
33802 cat >>conftest.$ac_ext <<_ACEOF
33803 /* end confdefs.h. */
33804 #include <stdlib.h>
33805 #include <iconv.h>
33806 int
33807 main ()
33808 {
33809 iconv_t cd = iconv_open("","");
33810 iconv(cd,NULL,NULL,NULL,NULL);
33811 iconv_close(cd);
33812 ;
33813 return 0;
33814 }
33815 _ACEOF
33816 rm -f conftest.$ac_objext conftest$ac_exeext
33817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33818 (eval $ac_link) 2>conftest.er1
33819 ac_status=$?
33820 grep -v '^ *+' conftest.er1 >conftest.err
33821 rm -f conftest.er1
33822 cat conftest.err >&5
33823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33824 (exit $ac_status); } &&
33825 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33827 (eval $ac_try) 2>&5
33828 ac_status=$?
33829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33830 (exit $ac_status); }; } &&
33831 { ac_try='test -s conftest$ac_exeext'
33832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33833 (eval $ac_try) 2>&5
33834 ac_status=$?
33835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33836 (exit $ac_status); }; }; then
33837 am_cv_lib_iconv=yes
33838 am_cv_func_iconv=yes
33839 else
33840 echo "$as_me: failed program was:" >&5
33841 sed 's/^/| /' conftest.$ac_ext >&5
33842
33843 fi
33844 rm -f conftest.err conftest.$ac_objext \
33845 conftest$ac_exeext conftest.$ac_ext
33846 LIBS="$am_save_LIBS"
33847 fi
33848
33849 fi
33850 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
33851 echo "${ECHO_T}$am_cv_func_iconv" >&6
33852 if test "$am_cv_func_iconv" = yes; then
33853
33854 cat >>confdefs.h <<\_ACEOF
33855 #define HAVE_ICONV 1
33856 _ACEOF
33857
33858 echo "$as_me:$LINENO: checking if iconv needs const" >&5
33859 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
33860 if test "${wx_cv_func_iconv_const+set}" = set; then
33861 echo $ECHO_N "(cached) $ECHO_C" >&6
33862 else
33863 cat >conftest.$ac_ext <<_ACEOF
33864 /* confdefs.h. */
33865 _ACEOF
33866 cat confdefs.h >>conftest.$ac_ext
33867 cat >>conftest.$ac_ext <<_ACEOF
33868 /* end confdefs.h. */
33869
33870 #include <stdlib.h>
33871 #include <iconv.h>
33872 extern
33873 #ifdef __cplusplus
33874 "C"
33875 #endif
33876 #if defined(__STDC__) || defined(__cplusplus)
33877 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
33878 #else
33879 size_t iconv();
33880 #endif
33881
33882 int
33883 main ()
33884 {
33885
33886 ;
33887 return 0;
33888 }
33889 _ACEOF
33890 rm -f conftest.$ac_objext
33891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33892 (eval $ac_compile) 2>conftest.er1
33893 ac_status=$?
33894 grep -v '^ *+' conftest.er1 >conftest.err
33895 rm -f conftest.er1
33896 cat conftest.err >&5
33897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33898 (exit $ac_status); } &&
33899 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33901 (eval $ac_try) 2>&5
33902 ac_status=$?
33903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33904 (exit $ac_status); }; } &&
33905 { ac_try='test -s conftest.$ac_objext'
33906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33907 (eval $ac_try) 2>&5
33908 ac_status=$?
33909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33910 (exit $ac_status); }; }; then
33911 wx_cv_func_iconv_const="no"
33912 else
33913 echo "$as_me: failed program was:" >&5
33914 sed 's/^/| /' conftest.$ac_ext >&5
33915
33916 wx_cv_func_iconv_const="yes"
33917
33918 fi
33919 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33920
33921 fi
33922 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
33923 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
33924
33925 iconv_const=
33926 if test "x$wx_cv_func_iconv_const" = "xyes"; then
33927 iconv_const="const"
33928 fi
33929
33930
33931 cat >>confdefs.h <<_ACEOF
33932 #define ICONV_CONST $iconv_const
33933 _ACEOF
33934
33935 fi
33936 LIBICONV=
33937 if test "$am_cv_lib_iconv" = yes; then
33938 LIBICONV="-liconv"
33939 fi
33940
33941
33942 LIBS="$LIBICONV $LIBS"
33943 ac_ext=c
33944 ac_cpp='$CPP $CPPFLAGS'
33945 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33946 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33947 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33948
33949
33950 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33951
33952 for ac_func in sigaction
33953 do
33954 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33955 echo "$as_me:$LINENO: checking for $ac_func" >&5
33956 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33957 if eval "test \"\${$as_ac_var+set}\" = set"; then
33958 echo $ECHO_N "(cached) $ECHO_C" >&6
33959 else
33960 cat >conftest.$ac_ext <<_ACEOF
33961 /* confdefs.h. */
33962 _ACEOF
33963 cat confdefs.h >>conftest.$ac_ext
33964 cat >>conftest.$ac_ext <<_ACEOF
33965 /* end confdefs.h. */
33966 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33967 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33968 #define $ac_func innocuous_$ac_func
33969
33970 /* System header to define __stub macros and hopefully few prototypes,
33971 which can conflict with char $ac_func (); below.
33972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33973 <limits.h> exists even on freestanding compilers. */
33974
33975 #ifdef __STDC__
33976 # include <limits.h>
33977 #else
33978 # include <assert.h>
33979 #endif
33980
33981 #undef $ac_func
33982
33983 /* Override any gcc2 internal prototype to avoid an error. */
33984 #ifdef __cplusplus
33985 extern "C"
33986 {
33987 #endif
33988 /* We use char because int might match the return type of a gcc2
33989 builtin and then its argument prototype would still apply. */
33990 char $ac_func ();
33991 /* The GNU C library defines this for functions which it implements
33992 to always fail with ENOSYS. Some functions are actually named
33993 something starting with __ and the normal name is an alias. */
33994 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33995 choke me
33996 #else
33997 char (*f) () = $ac_func;
33998 #endif
33999 #ifdef __cplusplus
34000 }
34001 #endif
34002
34003 int
34004 main ()
34005 {
34006 return f != $ac_func;
34007 ;
34008 return 0;
34009 }
34010 _ACEOF
34011 rm -f conftest.$ac_objext conftest$ac_exeext
34012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34013 (eval $ac_link) 2>conftest.er1
34014 ac_status=$?
34015 grep -v '^ *+' conftest.er1 >conftest.err
34016 rm -f conftest.er1
34017 cat conftest.err >&5
34018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34019 (exit $ac_status); } &&
34020 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34022 (eval $ac_try) 2>&5
34023 ac_status=$?
34024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34025 (exit $ac_status); }; } &&
34026 { ac_try='test -s conftest$ac_exeext'
34027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34028 (eval $ac_try) 2>&5
34029 ac_status=$?
34030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34031 (exit $ac_status); }; }; then
34032 eval "$as_ac_var=yes"
34033 else
34034 echo "$as_me: failed program was:" >&5
34035 sed 's/^/| /' conftest.$ac_ext >&5
34036
34037 eval "$as_ac_var=no"
34038 fi
34039 rm -f conftest.err conftest.$ac_objext \
34040 conftest$ac_exeext conftest.$ac_ext
34041 fi
34042 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34043 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34044 if test `eval echo '${'$as_ac_var'}'` = yes; then
34045 cat >>confdefs.h <<_ACEOF
34046 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34047 _ACEOF
34048
34049 fi
34050 done
34051
34052
34053 if test "$ac_cv_func_sigaction" = "no"; then
34054 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
34055 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
34056 wxUSE_ON_FATAL_EXCEPTION=no
34057 fi
34058
34059 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34060
34061
34062 ac_ext=cc
34063 ac_cpp='$CXXCPP $CPPFLAGS'
34064 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34065 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34066 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34067
34068
34069 echo "$as_me:$LINENO: checking for sa_handler type" >&5
34070 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
34071 if test "${wx_cv_type_sa_handler+set}" = set; then
34072 echo $ECHO_N "(cached) $ECHO_C" >&6
34073 else
34074
34075 cat >conftest.$ac_ext <<_ACEOF
34076 /* confdefs.h. */
34077 _ACEOF
34078 cat confdefs.h >>conftest.$ac_ext
34079 cat >>conftest.$ac_ext <<_ACEOF
34080 /* end confdefs.h. */
34081 #include <signal.h>
34082 int
34083 main ()
34084 {
34085
34086 extern void testSigHandler(int);
34087
34088 struct sigaction sa;
34089 sa.sa_handler = testSigHandler;
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
34117 wx_cv_type_sa_handler=int
34118
34119 else
34120 echo "$as_me: failed program was:" >&5
34121 sed 's/^/| /' conftest.$ac_ext >&5
34122
34123
34124 wx_cv_type_sa_handler=void
34125
34126 fi
34127 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34128
34129 fi
34130 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
34131 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
34132
34133 ac_ext=c
34134 ac_cpp='$CPP $CPPFLAGS'
34135 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34136 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34137 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34138
34139
34140 cat >>confdefs.h <<_ACEOF
34141 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
34142 _ACEOF
34143
34144 fi
34145 fi
34146
34147 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
34148
34149
34150 ac_ext=cc
34151 ac_cpp='$CXXCPP $CPPFLAGS'
34152 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34153 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34154 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34155
34156
34157 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
34158 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
34159 if test "${wx_cv_func_backtrace+set}" = set; then
34160 echo $ECHO_N "(cached) $ECHO_C" >&6
34161 else
34162
34163 cat >conftest.$ac_ext <<_ACEOF
34164 /* confdefs.h. */
34165 _ACEOF
34166 cat confdefs.h >>conftest.$ac_ext
34167 cat >>conftest.$ac_ext <<_ACEOF
34168 /* end confdefs.h. */
34169 #include <execinfo.h>
34170 int
34171 main ()
34172 {
34173
34174 void *trace[1];
34175 char **messages;
34176
34177 backtrace(trace, 1);
34178 messages = backtrace_symbols(trace, 1);
34179
34180 ;
34181 return 0;
34182 }
34183 _ACEOF
34184 rm -f conftest.$ac_objext
34185 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34186 (eval $ac_compile) 2>conftest.er1
34187 ac_status=$?
34188 grep -v '^ *+' conftest.er1 >conftest.err
34189 rm -f conftest.er1
34190 cat conftest.err >&5
34191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34192 (exit $ac_status); } &&
34193 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34195 (eval $ac_try) 2>&5
34196 ac_status=$?
34197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34198 (exit $ac_status); }; } &&
34199 { ac_try='test -s conftest.$ac_objext'
34200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34201 (eval $ac_try) 2>&5
34202 ac_status=$?
34203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34204 (exit $ac_status); }; }; then
34205 wx_cv_func_backtrace=yes
34206 else
34207 echo "$as_me: failed program was:" >&5
34208 sed 's/^/| /' conftest.$ac_ext >&5
34209
34210 wx_cv_func_backtrace=no
34211
34212 fi
34213 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34214
34215
34216 fi
34217 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
34218 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
34219
34220
34221 if test "$wx_cv_func_backtrace" = "no"; then
34222 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
34223 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
34224 wxUSE_STACKWALKER=no
34225 else
34226 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
34227 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
34228 if test "${wx_cv_func_cxa_demangle+set}" = set; then
34229 echo $ECHO_N "(cached) $ECHO_C" >&6
34230 else
34231
34232 cat >conftest.$ac_ext <<_ACEOF
34233 /* confdefs.h. */
34234 _ACEOF
34235 cat confdefs.h >>conftest.$ac_ext
34236 cat >>conftest.$ac_ext <<_ACEOF
34237 /* end confdefs.h. */
34238 #include <cxxabi.h>
34239 int
34240 main ()
34241 {
34242
34243 int rc;
34244 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
34245
34246 ;
34247 return 0;
34248 }
34249 _ACEOF
34250 rm -f conftest.$ac_objext conftest$ac_exeext
34251 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34252 (eval $ac_link) 2>conftest.er1
34253 ac_status=$?
34254 grep -v '^ *+' conftest.er1 >conftest.err
34255 rm -f conftest.er1
34256 cat conftest.err >&5
34257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34258 (exit $ac_status); } &&
34259 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34261 (eval $ac_try) 2>&5
34262 ac_status=$?
34263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34264 (exit $ac_status); }; } &&
34265 { ac_try='test -s conftest$ac_exeext'
34266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34267 (eval $ac_try) 2>&5
34268 ac_status=$?
34269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34270 (exit $ac_status); }; }; then
34271 wx_cv_func_cxa_demangle=yes
34272 else
34273 echo "$as_me: failed program was:" >&5
34274 sed 's/^/| /' conftest.$ac_ext >&5
34275
34276 wx_cv_func_cxa_demangle=no
34277
34278 fi
34279 rm -f conftest.err conftest.$ac_objext \
34280 conftest$ac_exeext conftest.$ac_ext
34281
34282
34283 fi
34284 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
34285 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
34286
34287 if test "$wx_cv_func_cxa_demangle" = "yes"; then
34288 cat >>confdefs.h <<\_ACEOF
34289 #define HAVE_CXA_DEMANGLE 1
34290 _ACEOF
34291
34292 fi
34293 fi
34294
34295 ac_ext=c
34296 ac_cpp='$CPP $CPPFLAGS'
34297 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34298 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34299 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34300
34301 fi
34302
34303 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
34304 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
34305 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
34306 wxUSE_STACKWALKER=no
34307 fi
34308
34309
34310
34311
34312 for ac_func in mkstemp mktemp
34313 do
34314 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34315 echo "$as_me:$LINENO: checking for $ac_func" >&5
34316 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34317 if eval "test \"\${$as_ac_var+set}\" = set"; then
34318 echo $ECHO_N "(cached) $ECHO_C" >&6
34319 else
34320 cat >conftest.$ac_ext <<_ACEOF
34321 /* confdefs.h. */
34322 _ACEOF
34323 cat confdefs.h >>conftest.$ac_ext
34324 cat >>conftest.$ac_ext <<_ACEOF
34325 /* end confdefs.h. */
34326 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34327 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34328 #define $ac_func innocuous_$ac_func
34329
34330 /* System header to define __stub macros and hopefully few prototypes,
34331 which can conflict with char $ac_func (); below.
34332 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34333 <limits.h> exists even on freestanding compilers. */
34334
34335 #ifdef __STDC__
34336 # include <limits.h>
34337 #else
34338 # include <assert.h>
34339 #endif
34340
34341 #undef $ac_func
34342
34343 /* Override any gcc2 internal prototype to avoid an error. */
34344 #ifdef __cplusplus
34345 extern "C"
34346 {
34347 #endif
34348 /* We use char because int might match the return type of a gcc2
34349 builtin and then its argument prototype would still apply. */
34350 char $ac_func ();
34351 /* The GNU C library defines this for functions which it implements
34352 to always fail with ENOSYS. Some functions are actually named
34353 something starting with __ and the normal name is an alias. */
34354 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34355 choke me
34356 #else
34357 char (*f) () = $ac_func;
34358 #endif
34359 #ifdef __cplusplus
34360 }
34361 #endif
34362
34363 int
34364 main ()
34365 {
34366 return f != $ac_func;
34367 ;
34368 return 0;
34369 }
34370 _ACEOF
34371 rm -f conftest.$ac_objext conftest$ac_exeext
34372 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34373 (eval $ac_link) 2>conftest.er1
34374 ac_status=$?
34375 grep -v '^ *+' conftest.er1 >conftest.err
34376 rm -f conftest.er1
34377 cat conftest.err >&5
34378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34379 (exit $ac_status); } &&
34380 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34382 (eval $ac_try) 2>&5
34383 ac_status=$?
34384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34385 (exit $ac_status); }; } &&
34386 { ac_try='test -s conftest$ac_exeext'
34387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34388 (eval $ac_try) 2>&5
34389 ac_status=$?
34390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34391 (exit $ac_status); }; }; then
34392 eval "$as_ac_var=yes"
34393 else
34394 echo "$as_me: failed program was:" >&5
34395 sed 's/^/| /' conftest.$ac_ext >&5
34396
34397 eval "$as_ac_var=no"
34398 fi
34399 rm -f conftest.err conftest.$ac_objext \
34400 conftest$ac_exeext conftest.$ac_ext
34401 fi
34402 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34403 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34404 if test `eval echo '${'$as_ac_var'}'` = yes; then
34405 cat >>confdefs.h <<_ACEOF
34406 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34407 _ACEOF
34408 break
34409 fi
34410 done
34411
34412
34413 echo "$as_me:$LINENO: checking for statfs" >&5
34414 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
34415 if test "${wx_cv_func_statfs+set}" = set; then
34416 echo $ECHO_N "(cached) $ECHO_C" >&6
34417 else
34418 cat >conftest.$ac_ext <<_ACEOF
34419 /* confdefs.h. */
34420 _ACEOF
34421 cat confdefs.h >>conftest.$ac_ext
34422 cat >>conftest.$ac_ext <<_ACEOF
34423 /* end confdefs.h. */
34424
34425 #if defined(__BSD__)
34426 #include <sys/param.h>
34427 #include <sys/mount.h>
34428 #else
34429 #include <sys/vfs.h>
34430 #endif
34431
34432 int
34433 main ()
34434 {
34435
34436 long l;
34437 struct statfs fs;
34438 statfs("/", &fs);
34439 l = fs.f_bsize;
34440 l += fs.f_blocks;
34441 l += fs.f_bavail;
34442
34443 ;
34444 return 0;
34445 }
34446 _ACEOF
34447 rm -f conftest.$ac_objext
34448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34449 (eval $ac_compile) 2>conftest.er1
34450 ac_status=$?
34451 grep -v '^ *+' conftest.er1 >conftest.err
34452 rm -f conftest.er1
34453 cat conftest.err >&5
34454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34455 (exit $ac_status); } &&
34456 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34458 (eval $ac_try) 2>&5
34459 ac_status=$?
34460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34461 (exit $ac_status); }; } &&
34462 { ac_try='test -s conftest.$ac_objext'
34463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34464 (eval $ac_try) 2>&5
34465 ac_status=$?
34466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34467 (exit $ac_status); }; }; then
34468 wx_cv_func_statfs=yes
34469 else
34470 echo "$as_me: failed program was:" >&5
34471 sed 's/^/| /' conftest.$ac_ext >&5
34472
34473 wx_cv_func_statfs=no
34474
34475 fi
34476 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34477
34478 fi
34479 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
34480 echo "${ECHO_T}$wx_cv_func_statfs" >&6
34481
34482 if test "$wx_cv_func_statfs" = "yes"; then
34483
34484
34485 ac_ext=cc
34486 ac_cpp='$CXXCPP $CPPFLAGS'
34487 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34488 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34489 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34490
34491 echo "$as_me:$LINENO: checking for statfs declaration" >&5
34492 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
34493 if test "${wx_cv_func_statfs_decl+set}" = set; then
34494 echo $ECHO_N "(cached) $ECHO_C" >&6
34495 else
34496 cat >conftest.$ac_ext <<_ACEOF
34497 /* confdefs.h. */
34498 _ACEOF
34499 cat confdefs.h >>conftest.$ac_ext
34500 cat >>conftest.$ac_ext <<_ACEOF
34501 /* end confdefs.h. */
34502
34503 #if defined(__BSD__)
34504 #include <sys/param.h>
34505 #include <sys/mount.h>
34506 #else
34507 #include <sys/vfs.h>
34508 #endif
34509
34510 int
34511 main ()
34512 {
34513
34514 struct statfs fs;
34515 statfs("", &fs);
34516
34517 ;
34518 return 0;
34519 }
34520 _ACEOF
34521 rm -f conftest.$ac_objext
34522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34523 (eval $ac_compile) 2>conftest.er1
34524 ac_status=$?
34525 grep -v '^ *+' conftest.er1 >conftest.err
34526 rm -f conftest.er1
34527 cat conftest.err >&5
34528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34529 (exit $ac_status); } &&
34530 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34532 (eval $ac_try) 2>&5
34533 ac_status=$?
34534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34535 (exit $ac_status); }; } &&
34536 { ac_try='test -s conftest.$ac_objext'
34537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34538 (eval $ac_try) 2>&5
34539 ac_status=$?
34540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34541 (exit $ac_status); }; }; then
34542 wx_cv_func_statfs_decl=yes
34543 else
34544 echo "$as_me: failed program was:" >&5
34545 sed 's/^/| /' conftest.$ac_ext >&5
34546
34547 wx_cv_func_statfs_decl=no
34548
34549 fi
34550 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34551
34552 fi
34553 echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
34554 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
34555 ac_ext=c
34556 ac_cpp='$CPP $CPPFLAGS'
34557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34560
34561
34562 if test "$wx_cv_func_statfs_decl" = "yes"; then
34563 cat >>confdefs.h <<\_ACEOF
34564 #define HAVE_STATFS_DECL 1
34565 _ACEOF
34566
34567 fi
34568
34569 wx_cv_type_statvfs_t="struct statfs"
34570 cat >>confdefs.h <<\_ACEOF
34571 #define HAVE_STATFS 1
34572 _ACEOF
34573
34574 else
34575 echo "$as_me:$LINENO: checking for statvfs" >&5
34576 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
34577 if test "${wx_cv_func_statvfs+set}" = set; then
34578 echo $ECHO_N "(cached) $ECHO_C" >&6
34579 else
34580 cat >conftest.$ac_ext <<_ACEOF
34581 /* confdefs.h. */
34582 _ACEOF
34583 cat confdefs.h >>conftest.$ac_ext
34584 cat >>conftest.$ac_ext <<_ACEOF
34585 /* end confdefs.h. */
34586
34587 #include <stddef.h>
34588 #include <sys/statvfs.h>
34589
34590 int
34591 main ()
34592 {
34593
34594 statvfs("/", NULL);
34595
34596 ;
34597 return 0;
34598 }
34599 _ACEOF
34600 rm -f conftest.$ac_objext
34601 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34602 (eval $ac_compile) 2>conftest.er1
34603 ac_status=$?
34604 grep -v '^ *+' conftest.er1 >conftest.err
34605 rm -f conftest.er1
34606 cat conftest.err >&5
34607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34608 (exit $ac_status); } &&
34609 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34611 (eval $ac_try) 2>&5
34612 ac_status=$?
34613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34614 (exit $ac_status); }; } &&
34615 { ac_try='test -s conftest.$ac_objext'
34616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34617 (eval $ac_try) 2>&5
34618 ac_status=$?
34619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34620 (exit $ac_status); }; }; then
34621 wx_cv_func_statvfs=yes
34622 else
34623 echo "$as_me: failed program was:" >&5
34624 sed 's/^/| /' conftest.$ac_ext >&5
34625
34626 wx_cv_func_statvfs=no
34627
34628 fi
34629 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34630
34631 fi
34632 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
34633 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
34634
34635 if test "$wx_cv_func_statvfs" = "yes"; then
34636
34637
34638 ac_ext=cc
34639 ac_cpp='$CXXCPP $CPPFLAGS'
34640 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34641 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34642 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34643
34644
34645 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
34646 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
34647 if test "${wx_cv_type_statvfs_t+set}" = set; then
34648 echo $ECHO_N "(cached) $ECHO_C" >&6
34649 else
34650 cat >conftest.$ac_ext <<_ACEOF
34651 /* confdefs.h. */
34652 _ACEOF
34653 cat confdefs.h >>conftest.$ac_ext
34654 cat >>conftest.$ac_ext <<_ACEOF
34655 /* end confdefs.h. */
34656
34657 #include <sys/statvfs.h>
34658
34659 int
34660 main ()
34661 {
34662
34663 long l;
34664 statvfs_t fs;
34665 statvfs("/", &fs);
34666 l = fs.f_bsize;
34667 l += fs.f_blocks;
34668 l += fs.f_bavail;
34669
34670 ;
34671 return 0;
34672 }
34673 _ACEOF
34674 rm -f conftest.$ac_objext
34675 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34676 (eval $ac_compile) 2>conftest.er1
34677 ac_status=$?
34678 grep -v '^ *+' conftest.er1 >conftest.err
34679 rm -f conftest.er1
34680 cat conftest.err >&5
34681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34682 (exit $ac_status); } &&
34683 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34685 (eval $ac_try) 2>&5
34686 ac_status=$?
34687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34688 (exit $ac_status); }; } &&
34689 { ac_try='test -s conftest.$ac_objext'
34690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34691 (eval $ac_try) 2>&5
34692 ac_status=$?
34693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34694 (exit $ac_status); }; }; then
34695 wx_cv_type_statvfs_t=statvfs_t
34696 else
34697 echo "$as_me: failed program was:" >&5
34698 sed 's/^/| /' conftest.$ac_ext >&5
34699
34700
34701 cat >conftest.$ac_ext <<_ACEOF
34702 /* confdefs.h. */
34703 _ACEOF
34704 cat confdefs.h >>conftest.$ac_ext
34705 cat >>conftest.$ac_ext <<_ACEOF
34706 /* end confdefs.h. */
34707
34708 #include <sys/statvfs.h>
34709
34710 int
34711 main ()
34712 {
34713
34714 long l;
34715 struct statvfs fs;
34716 statvfs("/", &fs);
34717 l = fs.f_bsize;
34718 l += fs.f_blocks;
34719 l += fs.f_bavail;
34720
34721 ;
34722 return 0;
34723 }
34724 _ACEOF
34725 rm -f conftest.$ac_objext
34726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34727 (eval $ac_compile) 2>conftest.er1
34728 ac_status=$?
34729 grep -v '^ *+' conftest.er1 >conftest.err
34730 rm -f conftest.er1
34731 cat conftest.err >&5
34732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34733 (exit $ac_status); } &&
34734 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34736 (eval $ac_try) 2>&5
34737 ac_status=$?
34738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34739 (exit $ac_status); }; } &&
34740 { ac_try='test -s conftest.$ac_objext'
34741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34742 (eval $ac_try) 2>&5
34743 ac_status=$?
34744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34745 (exit $ac_status); }; }; then
34746 wx_cv_type_statvfs_t="struct statvfs"
34747 else
34748 echo "$as_me: failed program was:" >&5
34749 sed 's/^/| /' conftest.$ac_ext >&5
34750
34751 wx_cv_type_statvfs_t="unknown"
34752
34753 fi
34754 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34755
34756
34757 fi
34758 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34759
34760 fi
34761 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
34762 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
34763
34764 ac_ext=c
34765 ac_cpp='$CPP $CPPFLAGS'
34766 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34767 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34768 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34769
34770
34771 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34772 cat >>confdefs.h <<\_ACEOF
34773 #define HAVE_STATVFS 1
34774 _ACEOF
34775
34776 fi
34777 else
34778 wx_cv_type_statvfs_t="unknown"
34779 fi
34780 fi
34781
34782 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34783 cat >>confdefs.h <<_ACEOF
34784 #define WX_STATFS_T $wx_cv_type_statvfs_t
34785 _ACEOF
34786
34787 else
34788 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
34789 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
34790 fi
34791
34792 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34793
34794
34795 for ac_func in fcntl flock
34796 do
34797 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34798 echo "$as_me:$LINENO: checking for $ac_func" >&5
34799 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34800 if eval "test \"\${$as_ac_var+set}\" = set"; then
34801 echo $ECHO_N "(cached) $ECHO_C" >&6
34802 else
34803 cat >conftest.$ac_ext <<_ACEOF
34804 /* confdefs.h. */
34805 _ACEOF
34806 cat confdefs.h >>conftest.$ac_ext
34807 cat >>conftest.$ac_ext <<_ACEOF
34808 /* end confdefs.h. */
34809 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34810 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34811 #define $ac_func innocuous_$ac_func
34812
34813 /* System header to define __stub macros and hopefully few prototypes,
34814 which can conflict with char $ac_func (); below.
34815 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34816 <limits.h> exists even on freestanding compilers. */
34817
34818 #ifdef __STDC__
34819 # include <limits.h>
34820 #else
34821 # include <assert.h>
34822 #endif
34823
34824 #undef $ac_func
34825
34826 /* Override any gcc2 internal prototype to avoid an error. */
34827 #ifdef __cplusplus
34828 extern "C"
34829 {
34830 #endif
34831 /* We use char because int might match the return type of a gcc2
34832 builtin and then its argument prototype would still apply. */
34833 char $ac_func ();
34834 /* The GNU C library defines this for functions which it implements
34835 to always fail with ENOSYS. Some functions are actually named
34836 something starting with __ and the normal name is an alias. */
34837 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34838 choke me
34839 #else
34840 char (*f) () = $ac_func;
34841 #endif
34842 #ifdef __cplusplus
34843 }
34844 #endif
34845
34846 int
34847 main ()
34848 {
34849 return f != $ac_func;
34850 ;
34851 return 0;
34852 }
34853 _ACEOF
34854 rm -f conftest.$ac_objext conftest$ac_exeext
34855 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34856 (eval $ac_link) 2>conftest.er1
34857 ac_status=$?
34858 grep -v '^ *+' conftest.er1 >conftest.err
34859 rm -f conftest.er1
34860 cat conftest.err >&5
34861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34862 (exit $ac_status); } &&
34863 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34865 (eval $ac_try) 2>&5
34866 ac_status=$?
34867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34868 (exit $ac_status); }; } &&
34869 { ac_try='test -s conftest$ac_exeext'
34870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34871 (eval $ac_try) 2>&5
34872 ac_status=$?
34873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34874 (exit $ac_status); }; }; then
34875 eval "$as_ac_var=yes"
34876 else
34877 echo "$as_me: failed program was:" >&5
34878 sed 's/^/| /' conftest.$ac_ext >&5
34879
34880 eval "$as_ac_var=no"
34881 fi
34882 rm -f conftest.err conftest.$ac_objext \
34883 conftest$ac_exeext conftest.$ac_ext
34884 fi
34885 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34886 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34887 if test `eval echo '${'$as_ac_var'}'` = yes; then
34888 cat >>confdefs.h <<_ACEOF
34889 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34890 _ACEOF
34891 break
34892 fi
34893 done
34894
34895
34896 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
34897 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
34898 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
34899 wxUSE_SNGLINST_CHECKER=no
34900 fi
34901 fi
34902
34903
34904 for ac_func in timegm
34905 do
34906 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34907 echo "$as_me:$LINENO: checking for $ac_func" >&5
34908 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34909 if eval "test \"\${$as_ac_var+set}\" = set"; then
34910 echo $ECHO_N "(cached) $ECHO_C" >&6
34911 else
34912 cat >conftest.$ac_ext <<_ACEOF
34913 /* confdefs.h. */
34914 _ACEOF
34915 cat confdefs.h >>conftest.$ac_ext
34916 cat >>conftest.$ac_ext <<_ACEOF
34917 /* end confdefs.h. */
34918 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34919 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34920 #define $ac_func innocuous_$ac_func
34921
34922 /* System header to define __stub macros and hopefully few prototypes,
34923 which can conflict with char $ac_func (); below.
34924 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34925 <limits.h> exists even on freestanding compilers. */
34926
34927 #ifdef __STDC__
34928 # include <limits.h>
34929 #else
34930 # include <assert.h>
34931 #endif
34932
34933 #undef $ac_func
34934
34935 /* Override any gcc2 internal prototype to avoid an error. */
34936 #ifdef __cplusplus
34937 extern "C"
34938 {
34939 #endif
34940 /* We use char because int might match the return type of a gcc2
34941 builtin and then its argument prototype would still apply. */
34942 char $ac_func ();
34943 /* The GNU C library defines this for functions which it implements
34944 to always fail with ENOSYS. Some functions are actually named
34945 something starting with __ and the normal name is an alias. */
34946 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34947 choke me
34948 #else
34949 char (*f) () = $ac_func;
34950 #endif
34951 #ifdef __cplusplus
34952 }
34953 #endif
34954
34955 int
34956 main ()
34957 {
34958 return f != $ac_func;
34959 ;
34960 return 0;
34961 }
34962 _ACEOF
34963 rm -f conftest.$ac_objext conftest$ac_exeext
34964 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34965 (eval $ac_link) 2>conftest.er1
34966 ac_status=$?
34967 grep -v '^ *+' conftest.er1 >conftest.err
34968 rm -f conftest.er1
34969 cat conftest.err >&5
34970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34971 (exit $ac_status); } &&
34972 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34974 (eval $ac_try) 2>&5
34975 ac_status=$?
34976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34977 (exit $ac_status); }; } &&
34978 { ac_try='test -s conftest$ac_exeext'
34979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34980 (eval $ac_try) 2>&5
34981 ac_status=$?
34982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34983 (exit $ac_status); }; }; then
34984 eval "$as_ac_var=yes"
34985 else
34986 echo "$as_me: failed program was:" >&5
34987 sed 's/^/| /' conftest.$ac_ext >&5
34988
34989 eval "$as_ac_var=no"
34990 fi
34991 rm -f conftest.err conftest.$ac_objext \
34992 conftest$ac_exeext conftest.$ac_ext
34993 fi
34994 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34995 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34996 if test `eval echo '${'$as_ac_var'}'` = yes; then
34997 cat >>confdefs.h <<_ACEOF
34998 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34999 _ACEOF
35000
35001 fi
35002 done
35003
35004
35005
35006
35007 for ac_func in putenv setenv
35008 do
35009 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35010 echo "$as_me:$LINENO: checking for $ac_func" >&5
35011 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35012 if eval "test \"\${$as_ac_var+set}\" = set"; then
35013 echo $ECHO_N "(cached) $ECHO_C" >&6
35014 else
35015 cat >conftest.$ac_ext <<_ACEOF
35016 /* confdefs.h. */
35017 _ACEOF
35018 cat confdefs.h >>conftest.$ac_ext
35019 cat >>conftest.$ac_ext <<_ACEOF
35020 /* end confdefs.h. */
35021 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35022 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35023 #define $ac_func innocuous_$ac_func
35024
35025 /* System header to define __stub macros and hopefully few prototypes,
35026 which can conflict with char $ac_func (); below.
35027 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35028 <limits.h> exists even on freestanding compilers. */
35029
35030 #ifdef __STDC__
35031 # include <limits.h>
35032 #else
35033 # include <assert.h>
35034 #endif
35035
35036 #undef $ac_func
35037
35038 /* Override any gcc2 internal prototype to avoid an error. */
35039 #ifdef __cplusplus
35040 extern "C"
35041 {
35042 #endif
35043 /* We use char because int might match the return type of a gcc2
35044 builtin and then its argument prototype would still apply. */
35045 char $ac_func ();
35046 /* The GNU C library defines this for functions which it implements
35047 to always fail with ENOSYS. Some functions are actually named
35048 something starting with __ and the normal name is an alias. */
35049 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35050 choke me
35051 #else
35052 char (*f) () = $ac_func;
35053 #endif
35054 #ifdef __cplusplus
35055 }
35056 #endif
35057
35058 int
35059 main ()
35060 {
35061 return f != $ac_func;
35062 ;
35063 return 0;
35064 }
35065 _ACEOF
35066 rm -f conftest.$ac_objext conftest$ac_exeext
35067 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35068 (eval $ac_link) 2>conftest.er1
35069 ac_status=$?
35070 grep -v '^ *+' conftest.er1 >conftest.err
35071 rm -f conftest.er1
35072 cat conftest.err >&5
35073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35074 (exit $ac_status); } &&
35075 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35077 (eval $ac_try) 2>&5
35078 ac_status=$?
35079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35080 (exit $ac_status); }; } &&
35081 { ac_try='test -s conftest$ac_exeext'
35082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35083 (eval $ac_try) 2>&5
35084 ac_status=$?
35085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35086 (exit $ac_status); }; }; then
35087 eval "$as_ac_var=yes"
35088 else
35089 echo "$as_me: failed program was:" >&5
35090 sed 's/^/| /' conftest.$ac_ext >&5
35091
35092 eval "$as_ac_var=no"
35093 fi
35094 rm -f conftest.err conftest.$ac_objext \
35095 conftest$ac_exeext conftest.$ac_ext
35096 fi
35097 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35098 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35099 if test `eval echo '${'$as_ac_var'}'` = yes; then
35100 cat >>confdefs.h <<_ACEOF
35101 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35102 _ACEOF
35103 break
35104 fi
35105 done
35106
35107
35108 HAVE_SOME_SLEEP_FUNC=0
35109 if test "$USE_BEOS" = 1; then
35110 cat >>confdefs.h <<\_ACEOF
35111 #define HAVE_SLEEP 1
35112 _ACEOF
35113
35114 HAVE_SOME_SLEEP_FUNC=1
35115 fi
35116
35117 if test "$USE_DARWIN" = 1; then
35118 cat >>confdefs.h <<\_ACEOF
35119 #define HAVE_USLEEP 1
35120 _ACEOF
35121
35122 HAVE_SOME_SLEEP_FUNC=1
35123 fi
35124
35125 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
35126 POSIX4_LINK=
35127
35128 for ac_func in nanosleep
35129 do
35130 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35131 echo "$as_me:$LINENO: checking for $ac_func" >&5
35132 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35133 if eval "test \"\${$as_ac_var+set}\" = set"; then
35134 echo $ECHO_N "(cached) $ECHO_C" >&6
35135 else
35136 cat >conftest.$ac_ext <<_ACEOF
35137 /* confdefs.h. */
35138 _ACEOF
35139 cat confdefs.h >>conftest.$ac_ext
35140 cat >>conftest.$ac_ext <<_ACEOF
35141 /* end confdefs.h. */
35142 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35143 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35144 #define $ac_func innocuous_$ac_func
35145
35146 /* System header to define __stub macros and hopefully few prototypes,
35147 which can conflict with char $ac_func (); below.
35148 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35149 <limits.h> exists even on freestanding compilers. */
35150
35151 #ifdef __STDC__
35152 # include <limits.h>
35153 #else
35154 # include <assert.h>
35155 #endif
35156
35157 #undef $ac_func
35158
35159 /* Override any gcc2 internal prototype to avoid an error. */
35160 #ifdef __cplusplus
35161 extern "C"
35162 {
35163 #endif
35164 /* We use char because int might match the return type of a gcc2
35165 builtin and then its argument prototype would still apply. */
35166 char $ac_func ();
35167 /* The GNU C library defines this for functions which it implements
35168 to always fail with ENOSYS. Some functions are actually named
35169 something starting with __ and the normal name is an alias. */
35170 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35171 choke me
35172 #else
35173 char (*f) () = $ac_func;
35174 #endif
35175 #ifdef __cplusplus
35176 }
35177 #endif
35178
35179 int
35180 main ()
35181 {
35182 return f != $ac_func;
35183 ;
35184 return 0;
35185 }
35186 _ACEOF
35187 rm -f conftest.$ac_objext conftest$ac_exeext
35188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35189 (eval $ac_link) 2>conftest.er1
35190 ac_status=$?
35191 grep -v '^ *+' conftest.er1 >conftest.err
35192 rm -f conftest.er1
35193 cat conftest.err >&5
35194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35195 (exit $ac_status); } &&
35196 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35198 (eval $ac_try) 2>&5
35199 ac_status=$?
35200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35201 (exit $ac_status); }; } &&
35202 { ac_try='test -s conftest$ac_exeext'
35203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35204 (eval $ac_try) 2>&5
35205 ac_status=$?
35206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35207 (exit $ac_status); }; }; then
35208 eval "$as_ac_var=yes"
35209 else
35210 echo "$as_me: failed program was:" >&5
35211 sed 's/^/| /' conftest.$ac_ext >&5
35212
35213 eval "$as_ac_var=no"
35214 fi
35215 rm -f conftest.err conftest.$ac_objext \
35216 conftest$ac_exeext conftest.$ac_ext
35217 fi
35218 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35219 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35220 if test `eval echo '${'$as_ac_var'}'` = yes; then
35221 cat >>confdefs.h <<_ACEOF
35222 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35223 _ACEOF
35224 cat >>confdefs.h <<\_ACEOF
35225 #define HAVE_NANOSLEEP 1
35226 _ACEOF
35227
35228 else
35229
35230 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
35231 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
35232 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
35233 echo $ECHO_N "(cached) $ECHO_C" >&6
35234 else
35235 ac_check_lib_save_LIBS=$LIBS
35236 LIBS="-lposix4 $LIBS"
35237 cat >conftest.$ac_ext <<_ACEOF
35238 /* confdefs.h. */
35239 _ACEOF
35240 cat confdefs.h >>conftest.$ac_ext
35241 cat >>conftest.$ac_ext <<_ACEOF
35242 /* end confdefs.h. */
35243
35244 /* Override any gcc2 internal prototype to avoid an error. */
35245 #ifdef __cplusplus
35246 extern "C"
35247 #endif
35248 /* We use char because int might match the return type of a gcc2
35249 builtin and then its argument prototype would still apply. */
35250 char nanosleep ();
35251 int
35252 main ()
35253 {
35254 nanosleep ();
35255 ;
35256 return 0;
35257 }
35258 _ACEOF
35259 rm -f conftest.$ac_objext conftest$ac_exeext
35260 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35261 (eval $ac_link) 2>conftest.er1
35262 ac_status=$?
35263 grep -v '^ *+' conftest.er1 >conftest.err
35264 rm -f conftest.er1
35265 cat conftest.err >&5
35266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35267 (exit $ac_status); } &&
35268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35270 (eval $ac_try) 2>&5
35271 ac_status=$?
35272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35273 (exit $ac_status); }; } &&
35274 { ac_try='test -s conftest$ac_exeext'
35275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35276 (eval $ac_try) 2>&5
35277 ac_status=$?
35278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35279 (exit $ac_status); }; }; then
35280 ac_cv_lib_posix4_nanosleep=yes
35281 else
35282 echo "$as_me: failed program was:" >&5
35283 sed 's/^/| /' conftest.$ac_ext >&5
35284
35285 ac_cv_lib_posix4_nanosleep=no
35286 fi
35287 rm -f conftest.err conftest.$ac_objext \
35288 conftest$ac_exeext conftest.$ac_ext
35289 LIBS=$ac_check_lib_save_LIBS
35290 fi
35291 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
35292 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
35293 if test $ac_cv_lib_posix4_nanosleep = yes; then
35294
35295 cat >>confdefs.h <<\_ACEOF
35296 #define HAVE_NANOSLEEP 1
35297 _ACEOF
35298
35299 POSIX4_LINK=" -lposix4"
35300
35301 else
35302
35303
35304 for ac_func in usleep
35305 do
35306 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35307 echo "$as_me:$LINENO: checking for $ac_func" >&5
35308 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35309 if eval "test \"\${$as_ac_var+set}\" = set"; then
35310 echo $ECHO_N "(cached) $ECHO_C" >&6
35311 else
35312 cat >conftest.$ac_ext <<_ACEOF
35313 /* confdefs.h. */
35314 _ACEOF
35315 cat confdefs.h >>conftest.$ac_ext
35316 cat >>conftest.$ac_ext <<_ACEOF
35317 /* end confdefs.h. */
35318 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35319 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35320 #define $ac_func innocuous_$ac_func
35321
35322 /* System header to define __stub macros and hopefully few prototypes,
35323 which can conflict with char $ac_func (); below.
35324 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35325 <limits.h> exists even on freestanding compilers. */
35326
35327 #ifdef __STDC__
35328 # include <limits.h>
35329 #else
35330 # include <assert.h>
35331 #endif
35332
35333 #undef $ac_func
35334
35335 /* Override any gcc2 internal prototype to avoid an error. */
35336 #ifdef __cplusplus
35337 extern "C"
35338 {
35339 #endif
35340 /* We use char because int might match the return type of a gcc2
35341 builtin and then its argument prototype would still apply. */
35342 char $ac_func ();
35343 /* The GNU C library defines this for functions which it implements
35344 to always fail with ENOSYS. Some functions are actually named
35345 something starting with __ and the normal name is an alias. */
35346 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35347 choke me
35348 #else
35349 char (*f) () = $ac_func;
35350 #endif
35351 #ifdef __cplusplus
35352 }
35353 #endif
35354
35355 int
35356 main ()
35357 {
35358 return f != $ac_func;
35359 ;
35360 return 0;
35361 }
35362 _ACEOF
35363 rm -f conftest.$ac_objext conftest$ac_exeext
35364 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35365 (eval $ac_link) 2>conftest.er1
35366 ac_status=$?
35367 grep -v '^ *+' conftest.er1 >conftest.err
35368 rm -f conftest.er1
35369 cat conftest.err >&5
35370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35371 (exit $ac_status); } &&
35372 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35374 (eval $ac_try) 2>&5
35375 ac_status=$?
35376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35377 (exit $ac_status); }; } &&
35378 { ac_try='test -s conftest$ac_exeext'
35379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35380 (eval $ac_try) 2>&5
35381 ac_status=$?
35382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35383 (exit $ac_status); }; }; then
35384 eval "$as_ac_var=yes"
35385 else
35386 echo "$as_me: failed program was:" >&5
35387 sed 's/^/| /' conftest.$ac_ext >&5
35388
35389 eval "$as_ac_var=no"
35390 fi
35391 rm -f conftest.err conftest.$ac_objext \
35392 conftest$ac_exeext conftest.$ac_ext
35393 fi
35394 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35395 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35396 if test `eval echo '${'$as_ac_var'}'` = yes; then
35397 cat >>confdefs.h <<_ACEOF
35398 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35399 _ACEOF
35400 cat >>confdefs.h <<\_ACEOF
35401 #define HAVE_USLEEP 1
35402 _ACEOF
35403
35404 else
35405 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
35406 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
35407
35408 fi
35409 done
35410
35411
35412
35413 fi
35414
35415
35416
35417 fi
35418 done
35419
35420 fi
35421
35422
35423
35424 for ac_func in uname gethostname
35425 do
35426 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35427 echo "$as_me:$LINENO: checking for $ac_func" >&5
35428 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35429 if eval "test \"\${$as_ac_var+set}\" = set"; then
35430 echo $ECHO_N "(cached) $ECHO_C" >&6
35431 else
35432 cat >conftest.$ac_ext <<_ACEOF
35433 /* confdefs.h. */
35434 _ACEOF
35435 cat confdefs.h >>conftest.$ac_ext
35436 cat >>conftest.$ac_ext <<_ACEOF
35437 /* end confdefs.h. */
35438 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35439 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35440 #define $ac_func innocuous_$ac_func
35441
35442 /* System header to define __stub macros and hopefully few prototypes,
35443 which can conflict with char $ac_func (); below.
35444 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35445 <limits.h> exists even on freestanding compilers. */
35446
35447 #ifdef __STDC__
35448 # include <limits.h>
35449 #else
35450 # include <assert.h>
35451 #endif
35452
35453 #undef $ac_func
35454
35455 /* Override any gcc2 internal prototype to avoid an error. */
35456 #ifdef __cplusplus
35457 extern "C"
35458 {
35459 #endif
35460 /* We use char because int might match the return type of a gcc2
35461 builtin and then its argument prototype would still apply. */
35462 char $ac_func ();
35463 /* The GNU C library defines this for functions which it implements
35464 to always fail with ENOSYS. Some functions are actually named
35465 something starting with __ and the normal name is an alias. */
35466 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35467 choke me
35468 #else
35469 char (*f) () = $ac_func;
35470 #endif
35471 #ifdef __cplusplus
35472 }
35473 #endif
35474
35475 int
35476 main ()
35477 {
35478 return f != $ac_func;
35479 ;
35480 return 0;
35481 }
35482 _ACEOF
35483 rm -f conftest.$ac_objext conftest$ac_exeext
35484 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35485 (eval $ac_link) 2>conftest.er1
35486 ac_status=$?
35487 grep -v '^ *+' conftest.er1 >conftest.err
35488 rm -f conftest.er1
35489 cat conftest.err >&5
35490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35491 (exit $ac_status); } &&
35492 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35494 (eval $ac_try) 2>&5
35495 ac_status=$?
35496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35497 (exit $ac_status); }; } &&
35498 { ac_try='test -s conftest$ac_exeext'
35499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35500 (eval $ac_try) 2>&5
35501 ac_status=$?
35502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35503 (exit $ac_status); }; }; then
35504 eval "$as_ac_var=yes"
35505 else
35506 echo "$as_me: failed program was:" >&5
35507 sed 's/^/| /' conftest.$ac_ext >&5
35508
35509 eval "$as_ac_var=no"
35510 fi
35511 rm -f conftest.err conftest.$ac_objext \
35512 conftest$ac_exeext conftest.$ac_ext
35513 fi
35514 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35515 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35516 if test `eval echo '${'$as_ac_var'}'` = yes; then
35517 cat >>confdefs.h <<_ACEOF
35518 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35519 _ACEOF
35520 break
35521 fi
35522 done
35523
35524
35525
35526
35527 ac_ext=cc
35528 ac_cpp='$CXXCPP $CPPFLAGS'
35529 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35530 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35531 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35532
35533
35534
35535 for ac_func in strtok_r
35536 do
35537 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35538 echo "$as_me:$LINENO: checking for $ac_func" >&5
35539 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35540 if eval "test \"\${$as_ac_var+set}\" = set"; then
35541 echo $ECHO_N "(cached) $ECHO_C" >&6
35542 else
35543 cat >conftest.$ac_ext <<_ACEOF
35544 /* confdefs.h. */
35545 _ACEOF
35546 cat confdefs.h >>conftest.$ac_ext
35547 cat >>conftest.$ac_ext <<_ACEOF
35548 /* end confdefs.h. */
35549 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35550 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35551 #define $ac_func innocuous_$ac_func
35552
35553 /* System header to define __stub macros and hopefully few prototypes,
35554 which can conflict with char $ac_func (); below.
35555 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35556 <limits.h> exists even on freestanding compilers. */
35557
35558 #ifdef __STDC__
35559 # include <limits.h>
35560 #else
35561 # include <assert.h>
35562 #endif
35563
35564 #undef $ac_func
35565
35566 /* Override any gcc2 internal prototype to avoid an error. */
35567 #ifdef __cplusplus
35568 extern "C"
35569 {
35570 #endif
35571 /* We use char because int might match the return type of a gcc2
35572 builtin and then its argument prototype would still apply. */
35573 char $ac_func ();
35574 /* The GNU C library defines this for functions which it implements
35575 to always fail with ENOSYS. Some functions are actually named
35576 something starting with __ and the normal name is an alias. */
35577 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35578 choke me
35579 #else
35580 char (*f) () = $ac_func;
35581 #endif
35582 #ifdef __cplusplus
35583 }
35584 #endif
35585
35586 int
35587 main ()
35588 {
35589 return f != $ac_func;
35590 ;
35591 return 0;
35592 }
35593 _ACEOF
35594 rm -f conftest.$ac_objext conftest$ac_exeext
35595 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35596 (eval $ac_link) 2>conftest.er1
35597 ac_status=$?
35598 grep -v '^ *+' conftest.er1 >conftest.err
35599 rm -f conftest.er1
35600 cat conftest.err >&5
35601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35602 (exit $ac_status); } &&
35603 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35605 (eval $ac_try) 2>&5
35606 ac_status=$?
35607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35608 (exit $ac_status); }; } &&
35609 { ac_try='test -s conftest$ac_exeext'
35610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35611 (eval $ac_try) 2>&5
35612 ac_status=$?
35613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35614 (exit $ac_status); }; }; then
35615 eval "$as_ac_var=yes"
35616 else
35617 echo "$as_me: failed program was:" >&5
35618 sed 's/^/| /' conftest.$ac_ext >&5
35619
35620 eval "$as_ac_var=no"
35621 fi
35622 rm -f conftest.err conftest.$ac_objext \
35623 conftest$ac_exeext conftest.$ac_ext
35624 fi
35625 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35626 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35627 if test `eval echo '${'$as_ac_var'}'` = yes; then
35628 cat >>confdefs.h <<_ACEOF
35629 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35630 _ACEOF
35631
35632 fi
35633 done
35634
35635
35636 ac_ext=c
35637 ac_cpp='$CPP $CPPFLAGS'
35638 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35639 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35640 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35641
35642
35643 INET_LINK=
35644
35645 for ac_func in inet_addr
35646 do
35647 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35648 echo "$as_me:$LINENO: checking for $ac_func" >&5
35649 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35650 if eval "test \"\${$as_ac_var+set}\" = set"; then
35651 echo $ECHO_N "(cached) $ECHO_C" >&6
35652 else
35653 cat >conftest.$ac_ext <<_ACEOF
35654 /* confdefs.h. */
35655 _ACEOF
35656 cat confdefs.h >>conftest.$ac_ext
35657 cat >>conftest.$ac_ext <<_ACEOF
35658 /* end confdefs.h. */
35659 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35661 #define $ac_func innocuous_$ac_func
35662
35663 /* System header to define __stub macros and hopefully few prototypes,
35664 which can conflict with char $ac_func (); below.
35665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35666 <limits.h> exists even on freestanding compilers. */
35667
35668 #ifdef __STDC__
35669 # include <limits.h>
35670 #else
35671 # include <assert.h>
35672 #endif
35673
35674 #undef $ac_func
35675
35676 /* Override any gcc2 internal prototype to avoid an error. */
35677 #ifdef __cplusplus
35678 extern "C"
35679 {
35680 #endif
35681 /* We use char because int might match the return type of a gcc2
35682 builtin and then its argument prototype would still apply. */
35683 char $ac_func ();
35684 /* The GNU C library defines this for functions which it implements
35685 to always fail with ENOSYS. Some functions are actually named
35686 something starting with __ and the normal name is an alias. */
35687 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35688 choke me
35689 #else
35690 char (*f) () = $ac_func;
35691 #endif
35692 #ifdef __cplusplus
35693 }
35694 #endif
35695
35696 int
35697 main ()
35698 {
35699 return f != $ac_func;
35700 ;
35701 return 0;
35702 }
35703 _ACEOF
35704 rm -f conftest.$ac_objext conftest$ac_exeext
35705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35706 (eval $ac_link) 2>conftest.er1
35707 ac_status=$?
35708 grep -v '^ *+' conftest.er1 >conftest.err
35709 rm -f conftest.er1
35710 cat conftest.err >&5
35711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35712 (exit $ac_status); } &&
35713 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35715 (eval $ac_try) 2>&5
35716 ac_status=$?
35717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35718 (exit $ac_status); }; } &&
35719 { ac_try='test -s conftest$ac_exeext'
35720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35721 (eval $ac_try) 2>&5
35722 ac_status=$?
35723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35724 (exit $ac_status); }; }; then
35725 eval "$as_ac_var=yes"
35726 else
35727 echo "$as_me: failed program was:" >&5
35728 sed 's/^/| /' conftest.$ac_ext >&5
35729
35730 eval "$as_ac_var=no"
35731 fi
35732 rm -f conftest.err conftest.$ac_objext \
35733 conftest$ac_exeext conftest.$ac_ext
35734 fi
35735 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35736 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35737 if test `eval echo '${'$as_ac_var'}'` = yes; then
35738 cat >>confdefs.h <<_ACEOF
35739 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35740 _ACEOF
35741 cat >>confdefs.h <<\_ACEOF
35742 #define HAVE_INET_ADDR 1
35743 _ACEOF
35744
35745 else
35746
35747 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
35748 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
35749 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
35750 echo $ECHO_N "(cached) $ECHO_C" >&6
35751 else
35752 ac_check_lib_save_LIBS=$LIBS
35753 LIBS="-lnsl $LIBS"
35754 cat >conftest.$ac_ext <<_ACEOF
35755 /* confdefs.h. */
35756 _ACEOF
35757 cat confdefs.h >>conftest.$ac_ext
35758 cat >>conftest.$ac_ext <<_ACEOF
35759 /* end confdefs.h. */
35760
35761 /* Override any gcc2 internal prototype to avoid an error. */
35762 #ifdef __cplusplus
35763 extern "C"
35764 #endif
35765 /* We use char because int might match the return type of a gcc2
35766 builtin and then its argument prototype would still apply. */
35767 char inet_addr ();
35768 int
35769 main ()
35770 {
35771 inet_addr ();
35772 ;
35773 return 0;
35774 }
35775 _ACEOF
35776 rm -f conftest.$ac_objext conftest$ac_exeext
35777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35778 (eval $ac_link) 2>conftest.er1
35779 ac_status=$?
35780 grep -v '^ *+' conftest.er1 >conftest.err
35781 rm -f conftest.er1
35782 cat conftest.err >&5
35783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35784 (exit $ac_status); } &&
35785 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35787 (eval $ac_try) 2>&5
35788 ac_status=$?
35789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35790 (exit $ac_status); }; } &&
35791 { ac_try='test -s conftest$ac_exeext'
35792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35793 (eval $ac_try) 2>&5
35794 ac_status=$?
35795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35796 (exit $ac_status); }; }; then
35797 ac_cv_lib_nsl_inet_addr=yes
35798 else
35799 echo "$as_me: failed program was:" >&5
35800 sed 's/^/| /' conftest.$ac_ext >&5
35801
35802 ac_cv_lib_nsl_inet_addr=no
35803 fi
35804 rm -f conftest.err conftest.$ac_objext \
35805 conftest$ac_exeext conftest.$ac_ext
35806 LIBS=$ac_check_lib_save_LIBS
35807 fi
35808 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
35809 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
35810 if test $ac_cv_lib_nsl_inet_addr = yes; then
35811 INET_LINK="nsl"
35812 else
35813
35814 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
35815 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
35816 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
35817 echo $ECHO_N "(cached) $ECHO_C" >&6
35818 else
35819 ac_check_lib_save_LIBS=$LIBS
35820 LIBS="-lresolv $LIBS"
35821 cat >conftest.$ac_ext <<_ACEOF
35822 /* confdefs.h. */
35823 _ACEOF
35824 cat confdefs.h >>conftest.$ac_ext
35825 cat >>conftest.$ac_ext <<_ACEOF
35826 /* end confdefs.h. */
35827
35828 /* Override any gcc2 internal prototype to avoid an error. */
35829 #ifdef __cplusplus
35830 extern "C"
35831 #endif
35832 /* We use char because int might match the return type of a gcc2
35833 builtin and then its argument prototype would still apply. */
35834 char inet_addr ();
35835 int
35836 main ()
35837 {
35838 inet_addr ();
35839 ;
35840 return 0;
35841 }
35842 _ACEOF
35843 rm -f conftest.$ac_objext conftest$ac_exeext
35844 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35845 (eval $ac_link) 2>conftest.er1
35846 ac_status=$?
35847 grep -v '^ *+' conftest.er1 >conftest.err
35848 rm -f conftest.er1
35849 cat conftest.err >&5
35850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35851 (exit $ac_status); } &&
35852 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35854 (eval $ac_try) 2>&5
35855 ac_status=$?
35856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35857 (exit $ac_status); }; } &&
35858 { ac_try='test -s conftest$ac_exeext'
35859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35860 (eval $ac_try) 2>&5
35861 ac_status=$?
35862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35863 (exit $ac_status); }; }; then
35864 ac_cv_lib_resolv_inet_addr=yes
35865 else
35866 echo "$as_me: failed program was:" >&5
35867 sed 's/^/| /' conftest.$ac_ext >&5
35868
35869 ac_cv_lib_resolv_inet_addr=no
35870 fi
35871 rm -f conftest.err conftest.$ac_objext \
35872 conftest$ac_exeext conftest.$ac_ext
35873 LIBS=$ac_check_lib_save_LIBS
35874 fi
35875 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
35876 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
35877 if test $ac_cv_lib_resolv_inet_addr = yes; then
35878 INET_LINK="resolv"
35879 else
35880
35881 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
35882 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
35883 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
35884 echo $ECHO_N "(cached) $ECHO_C" >&6
35885 else
35886 ac_check_lib_save_LIBS=$LIBS
35887 LIBS="-lsocket $LIBS"
35888 cat >conftest.$ac_ext <<_ACEOF
35889 /* confdefs.h. */
35890 _ACEOF
35891 cat confdefs.h >>conftest.$ac_ext
35892 cat >>conftest.$ac_ext <<_ACEOF
35893 /* end confdefs.h. */
35894
35895 /* Override any gcc2 internal prototype to avoid an error. */
35896 #ifdef __cplusplus
35897 extern "C"
35898 #endif
35899 /* We use char because int might match the return type of a gcc2
35900 builtin and then its argument prototype would still apply. */
35901 char inet_addr ();
35902 int
35903 main ()
35904 {
35905 inet_addr ();
35906 ;
35907 return 0;
35908 }
35909 _ACEOF
35910 rm -f conftest.$ac_objext conftest$ac_exeext
35911 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35912 (eval $ac_link) 2>conftest.er1
35913 ac_status=$?
35914 grep -v '^ *+' conftest.er1 >conftest.err
35915 rm -f conftest.er1
35916 cat conftest.err >&5
35917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35918 (exit $ac_status); } &&
35919 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35921 (eval $ac_try) 2>&5
35922 ac_status=$?
35923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35924 (exit $ac_status); }; } &&
35925 { ac_try='test -s conftest$ac_exeext'
35926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35927 (eval $ac_try) 2>&5
35928 ac_status=$?
35929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35930 (exit $ac_status); }; }; then
35931 ac_cv_lib_socket_inet_addr=yes
35932 else
35933 echo "$as_me: failed program was:" >&5
35934 sed 's/^/| /' conftest.$ac_ext >&5
35935
35936 ac_cv_lib_socket_inet_addr=no
35937 fi
35938 rm -f conftest.err conftest.$ac_objext \
35939 conftest$ac_exeext conftest.$ac_ext
35940 LIBS=$ac_check_lib_save_LIBS
35941 fi
35942 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
35943 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
35944 if test $ac_cv_lib_socket_inet_addr = yes; then
35945 INET_LINK="socket"
35946
35947 fi
35948
35949
35950
35951 fi
35952
35953
35954
35955 fi
35956
35957
35958
35959 fi
35960 done
35961
35962
35963
35964 for ac_func in inet_aton
35965 do
35966 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35967 echo "$as_me:$LINENO: checking for $ac_func" >&5
35968 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35969 if eval "test \"\${$as_ac_var+set}\" = set"; then
35970 echo $ECHO_N "(cached) $ECHO_C" >&6
35971 else
35972 cat >conftest.$ac_ext <<_ACEOF
35973 /* confdefs.h. */
35974 _ACEOF
35975 cat confdefs.h >>conftest.$ac_ext
35976 cat >>conftest.$ac_ext <<_ACEOF
35977 /* end confdefs.h. */
35978 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35979 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35980 #define $ac_func innocuous_$ac_func
35981
35982 /* System header to define __stub macros and hopefully few prototypes,
35983 which can conflict with char $ac_func (); below.
35984 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35985 <limits.h> exists even on freestanding compilers. */
35986
35987 #ifdef __STDC__
35988 # include <limits.h>
35989 #else
35990 # include <assert.h>
35991 #endif
35992
35993 #undef $ac_func
35994
35995 /* Override any gcc2 internal prototype to avoid an error. */
35996 #ifdef __cplusplus
35997 extern "C"
35998 {
35999 #endif
36000 /* We use char because int might match the return type of a gcc2
36001 builtin and then its argument prototype would still apply. */
36002 char $ac_func ();
36003 /* The GNU C library defines this for functions which it implements
36004 to always fail with ENOSYS. Some functions are actually named
36005 something starting with __ and the normal name is an alias. */
36006 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36007 choke me
36008 #else
36009 char (*f) () = $ac_func;
36010 #endif
36011 #ifdef __cplusplus
36012 }
36013 #endif
36014
36015 int
36016 main ()
36017 {
36018 return f != $ac_func;
36019 ;
36020 return 0;
36021 }
36022 _ACEOF
36023 rm -f conftest.$ac_objext conftest$ac_exeext
36024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36025 (eval $ac_link) 2>conftest.er1
36026 ac_status=$?
36027 grep -v '^ *+' conftest.er1 >conftest.err
36028 rm -f conftest.er1
36029 cat conftest.err >&5
36030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36031 (exit $ac_status); } &&
36032 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36034 (eval $ac_try) 2>&5
36035 ac_status=$?
36036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36037 (exit $ac_status); }; } &&
36038 { ac_try='test -s conftest$ac_exeext'
36039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36040 (eval $ac_try) 2>&5
36041 ac_status=$?
36042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36043 (exit $ac_status); }; }; then
36044 eval "$as_ac_var=yes"
36045 else
36046 echo "$as_me: failed program was:" >&5
36047 sed 's/^/| /' conftest.$ac_ext >&5
36048
36049 eval "$as_ac_var=no"
36050 fi
36051 rm -f conftest.err conftest.$ac_objext \
36052 conftest$ac_exeext conftest.$ac_ext
36053 fi
36054 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36055 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36056 if test `eval echo '${'$as_ac_var'}'` = yes; then
36057 cat >>confdefs.h <<_ACEOF
36058 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36059 _ACEOF
36060 cat >>confdefs.h <<\_ACEOF
36061 #define HAVE_INET_ATON 1
36062 _ACEOF
36063
36064 else
36065
36066 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
36067 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
36068 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
36069 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
36070 echo $ECHO_N "(cached) $ECHO_C" >&6
36071 else
36072 ac_check_lib_save_LIBS=$LIBS
36073 LIBS="-l$INET_LINK $LIBS"
36074 cat >conftest.$ac_ext <<_ACEOF
36075 /* confdefs.h. */
36076 _ACEOF
36077 cat confdefs.h >>conftest.$ac_ext
36078 cat >>conftest.$ac_ext <<_ACEOF
36079 /* end confdefs.h. */
36080
36081 /* Override any gcc2 internal prototype to avoid an error. */
36082 #ifdef __cplusplus
36083 extern "C"
36084 #endif
36085 /* We use char because int might match the return type of a gcc2
36086 builtin and then its argument prototype would still apply. */
36087 char inet_aton ();
36088 int
36089 main ()
36090 {
36091 inet_aton ();
36092 ;
36093 return 0;
36094 }
36095 _ACEOF
36096 rm -f conftest.$ac_objext conftest$ac_exeext
36097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36098 (eval $ac_link) 2>conftest.er1
36099 ac_status=$?
36100 grep -v '^ *+' conftest.er1 >conftest.err
36101 rm -f conftest.er1
36102 cat conftest.err >&5
36103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36104 (exit $ac_status); } &&
36105 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36107 (eval $ac_try) 2>&5
36108 ac_status=$?
36109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36110 (exit $ac_status); }; } &&
36111 { ac_try='test -s conftest$ac_exeext'
36112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36113 (eval $ac_try) 2>&5
36114 ac_status=$?
36115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36116 (exit $ac_status); }; }; then
36117 eval "$as_ac_Lib=yes"
36118 else
36119 echo "$as_me: failed program was:" >&5
36120 sed 's/^/| /' conftest.$ac_ext >&5
36121
36122 eval "$as_ac_Lib=no"
36123 fi
36124 rm -f conftest.err conftest.$ac_objext \
36125 conftest$ac_exeext conftest.$ac_ext
36126 LIBS=$ac_check_lib_save_LIBS
36127 fi
36128 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
36129 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
36130 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
36131 cat >>confdefs.h <<\_ACEOF
36132 #define HAVE_INET_ATON 1
36133 _ACEOF
36134
36135 fi
36136
36137
36138 fi
36139 done
36140
36141
36142 if test "x$INET_LINK" != "x"; then
36143 cat >>confdefs.h <<\_ACEOF
36144 #define HAVE_INET_ADDR 1
36145 _ACEOF
36146
36147 INET_LINK=" -l$INET_LINK"
36148 fi
36149
36150 fi
36151
36152
36153
36154 EXTRALIBS_ESD=
36155 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
36156 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
36157 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
36158 echo $ECHO_N "(cached) $ECHO_C" >&6
36159 else
36160 ac_check_lib_save_LIBS=$LIBS
36161 LIBS="-lesd $LIBS"
36162 cat >conftest.$ac_ext <<_ACEOF
36163 /* confdefs.h. */
36164 _ACEOF
36165 cat confdefs.h >>conftest.$ac_ext
36166 cat >>conftest.$ac_ext <<_ACEOF
36167 /* end confdefs.h. */
36168
36169 /* Override any gcc2 internal prototype to avoid an error. */
36170 #ifdef __cplusplus
36171 extern "C"
36172 #endif
36173 /* We use char because int might match the return type of a gcc2
36174 builtin and then its argument prototype would still apply. */
36175 char esd_close ();
36176 int
36177 main ()
36178 {
36179 esd_close ();
36180 ;
36181 return 0;
36182 }
36183 _ACEOF
36184 rm -f conftest.$ac_objext conftest$ac_exeext
36185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36186 (eval $ac_link) 2>conftest.er1
36187 ac_status=$?
36188 grep -v '^ *+' conftest.er1 >conftest.err
36189 rm -f conftest.er1
36190 cat conftest.err >&5
36191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36192 (exit $ac_status); } &&
36193 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36195 (eval $ac_try) 2>&5
36196 ac_status=$?
36197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36198 (exit $ac_status); }; } &&
36199 { ac_try='test -s conftest$ac_exeext'
36200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36201 (eval $ac_try) 2>&5
36202 ac_status=$?
36203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36204 (exit $ac_status); }; }; then
36205 ac_cv_lib_esd_esd_close=yes
36206 else
36207 echo "$as_me: failed program was:" >&5
36208 sed 's/^/| /' conftest.$ac_ext >&5
36209
36210 ac_cv_lib_esd_esd_close=no
36211 fi
36212 rm -f conftest.err conftest.$ac_objext \
36213 conftest$ac_exeext conftest.$ac_ext
36214 LIBS=$ac_check_lib_save_LIBS
36215 fi
36216 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
36217 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
36218 if test $ac_cv_lib_esd_esd_close = yes; then
36219
36220
36221 for ac_header in esd.h
36222 do
36223 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36224 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36225 echo "$as_me:$LINENO: checking for $ac_header" >&5
36226 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36227 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36228 echo $ECHO_N "(cached) $ECHO_C" >&6
36229 fi
36230 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36231 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36232 else
36233 # Is the header compilable?
36234 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36235 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36236 cat >conftest.$ac_ext <<_ACEOF
36237 /* confdefs.h. */
36238 _ACEOF
36239 cat confdefs.h >>conftest.$ac_ext
36240 cat >>conftest.$ac_ext <<_ACEOF
36241 /* end confdefs.h. */
36242 $ac_includes_default
36243 #include <$ac_header>
36244 _ACEOF
36245 rm -f conftest.$ac_objext
36246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36247 (eval $ac_compile) 2>conftest.er1
36248 ac_status=$?
36249 grep -v '^ *+' conftest.er1 >conftest.err
36250 rm -f conftest.er1
36251 cat conftest.err >&5
36252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36253 (exit $ac_status); } &&
36254 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36256 (eval $ac_try) 2>&5
36257 ac_status=$?
36258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36259 (exit $ac_status); }; } &&
36260 { ac_try='test -s conftest.$ac_objext'
36261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36262 (eval $ac_try) 2>&5
36263 ac_status=$?
36264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36265 (exit $ac_status); }; }; then
36266 ac_header_compiler=yes
36267 else
36268 echo "$as_me: failed program was:" >&5
36269 sed 's/^/| /' conftest.$ac_ext >&5
36270
36271 ac_header_compiler=no
36272 fi
36273 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36274 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36275 echo "${ECHO_T}$ac_header_compiler" >&6
36276
36277 # Is the header present?
36278 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36279 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36280 cat >conftest.$ac_ext <<_ACEOF
36281 /* confdefs.h. */
36282 _ACEOF
36283 cat confdefs.h >>conftest.$ac_ext
36284 cat >>conftest.$ac_ext <<_ACEOF
36285 /* end confdefs.h. */
36286 #include <$ac_header>
36287 _ACEOF
36288 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36289 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36290 ac_status=$?
36291 grep -v '^ *+' conftest.er1 >conftest.err
36292 rm -f conftest.er1
36293 cat conftest.err >&5
36294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36295 (exit $ac_status); } >/dev/null; then
36296 if test -s conftest.err; then
36297 ac_cpp_err=$ac_c_preproc_warn_flag
36298 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36299 else
36300 ac_cpp_err=
36301 fi
36302 else
36303 ac_cpp_err=yes
36304 fi
36305 if test -z "$ac_cpp_err"; then
36306 ac_header_preproc=yes
36307 else
36308 echo "$as_me: failed program was:" >&5
36309 sed 's/^/| /' conftest.$ac_ext >&5
36310
36311 ac_header_preproc=no
36312 fi
36313 rm -f conftest.err conftest.$ac_ext
36314 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36315 echo "${ECHO_T}$ac_header_preproc" >&6
36316
36317 # So? What about this header?
36318 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36319 yes:no: )
36320 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36321 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36322 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36323 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36324 ac_header_preproc=yes
36325 ;;
36326 no:yes:* )
36327 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36328 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36329 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36330 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36331 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36332 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36333 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36334 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36335 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36336 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36337 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36338 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36339 (
36340 cat <<\_ASBOX
36341 ## ----------------------------------------- ##
36342 ## Report this to wx-dev@lists.wxwidgets.org ##
36343 ## ----------------------------------------- ##
36344 _ASBOX
36345 ) |
36346 sed "s/^/$as_me: WARNING: /" >&2
36347 ;;
36348 esac
36349 echo "$as_me:$LINENO: checking for $ac_header" >&5
36350 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36351 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36352 echo $ECHO_N "(cached) $ECHO_C" >&6
36353 else
36354 eval "$as_ac_Header=\$ac_header_preproc"
36355 fi
36356 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36357 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36358
36359 fi
36360 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36361 cat >>confdefs.h <<_ACEOF
36362 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36363 _ACEOF
36364
36365 EXTRALIBS_ESD="-lesd"
36366
36367 fi
36368
36369 done
36370
36371
36372 fi
36373
36374
36375
36376 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
36377 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
36378 cat >conftest.$ac_ext <<_ACEOF
36379 /* confdefs.h. */
36380 _ACEOF
36381 cat confdefs.h >>conftest.$ac_ext
36382 cat >>conftest.$ac_ext <<_ACEOF
36383 /* end confdefs.h. */
36384 #ifdef __linux__
36385 #include <linux/cdrom.h>
36386 #else
36387 /* For Solaris */
36388 #include <sys/cdio.h>
36389 #endif
36390
36391 int
36392 main ()
36393 {
36394 struct cdrom_tocentry entry, old_entry;
36395 ;
36396 return 0;
36397 }
36398 _ACEOF
36399 rm -f conftest.$ac_objext
36400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36401 (eval $ac_compile) 2>conftest.er1
36402 ac_status=$?
36403 grep -v '^ *+' conftest.er1 >conftest.err
36404 rm -f conftest.er1
36405 cat conftest.err >&5
36406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36407 (exit $ac_status); } &&
36408 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36410 (eval $ac_try) 2>&5
36411 ac_status=$?
36412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36413 (exit $ac_status); }; } &&
36414 { ac_try='test -s conftest.$ac_objext'
36415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36416 (eval $ac_try) 2>&5
36417 ac_status=$?
36418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36419 (exit $ac_status); }; }; then
36420 echo "$as_me:$LINENO: result: yes" >&5
36421 echo "${ECHO_T}yes" >&6
36422 cat >>confdefs.h <<\_ACEOF
36423 #define HAVE_KNOWN_CDROM_INTERFACE 1
36424 _ACEOF
36425
36426 else
36427 echo "$as_me: failed program was:" >&5
36428 sed 's/^/| /' conftest.$ac_ext >&5
36429
36430 echo "$as_me:$LINENO: result: no" >&5
36431 echo "${ECHO_T}no" >&6
36432 fi
36433 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36434
36435
36436 cat >confcache <<\_ACEOF
36437 # This file is a shell script that caches the results of configure
36438 # tests run on this system so they can be shared between configure
36439 # scripts and configure runs, see configure's option --config-cache.
36440 # It is not useful on other systems. If it contains results you don't
36441 # want to keep, you may remove or edit it.
36442 #
36443 # config.status only pays attention to the cache file if you give it
36444 # the --recheck option to rerun configure.
36445 #
36446 # `ac_cv_env_foo' variables (set or unset) will be overridden when
36447 # loading this file, other *unset* `ac_cv_foo' will be assigned the
36448 # following values.
36449
36450 _ACEOF
36451
36452 # The following way of writing the cache mishandles newlines in values,
36453 # but we know of no workaround that is simple, portable, and efficient.
36454 # So, don't put newlines in cache variables' values.
36455 # Ultrix sh set writes to stderr and can't be redirected directly,
36456 # and sets the high bit in the cache file unless we assign to the vars.
36457 {
36458 (set) 2>&1 |
36459 case `(ac_space=' '; set | grep ac_space) 2>&1` in
36460 *ac_space=\ *)
36461 # `set' does not quote correctly, so add quotes (double-quote
36462 # substitution turns \\\\ into \\, and sed turns \\ into \).
36463 sed -n \
36464 "s/'/'\\\\''/g;
36465 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
36466 ;;
36467 *)
36468 # `set' quotes correctly as required by POSIX, so do not add quotes.
36469 sed -n \
36470 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
36471 ;;
36472 esac;
36473 } |
36474 sed '
36475 t clear
36476 : clear
36477 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
36478 t end
36479 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
36480 : end' >>confcache
36481 if diff $cache_file confcache >/dev/null 2>&1; then :; else
36482 if test -w $cache_file; then
36483 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
36484 cat confcache >$cache_file
36485 else
36486 echo "not updating unwritable cache $cache_file"
36487 fi
36488 fi
36489 rm -f confcache
36490
36491
36492 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36493
36494
36495 THREADS_LINK=
36496 THREADS_CFLAGS=
36497
36498 if test "$wxUSE_THREADS" = "yes" ; then
36499 if test "$USE_BEOS" = 1; then
36500 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
36501 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
36502 wxUSE_THREADS="no"
36503 fi
36504 fi
36505
36506 if test "$wxUSE_THREADS" = "yes" ; then
36507
36508
36509 THREAD_OPTS="-pthread"
36510 case "${host}" in
36511 *-*-solaris2* | *-*-sunos4* )
36512 if test "x$GCC" = "xyes"; then
36513 THREAD_OPTS="-pthreads $THREAD_OPTS"
36514 else
36515 THREAD_OPTS="-mt $THREAD_OPTS"
36516 fi
36517 ;;
36518 *-*-freebsd*)
36519 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
36520 ;;
36521 *-*-darwin* | *-*-cygwin* )
36522 THREAD_OPTS=""
36523 ;;
36524 *-*-aix*)
36525 THREAD_OPTS="pthreads"
36526 ;;
36527 *-hp-hpux* )
36528 if test "x$GCC" = "xyes"; then
36529 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
36530 THREAD_OPTS=""
36531 else
36532 THREAD_OPTS="-mt"
36533 fi
36534 ;;
36535
36536 *-*-irix* )
36537 if test "x$GCC" = "xyes"; then
36538 THREAD_OPTS=""
36539 fi
36540 ;;
36541
36542 *-*-*UnixWare*)
36543 if test "x$GCC" != "xyes"; then
36544 THREAD_OPTS="-Ethread"
36545 fi
36546 ;;
36547 esac
36548
36549 THREAD_OPTS="$THREAD_OPTS pthread none"
36550
36551 THREADS_OK=no
36552 for flag in $THREAD_OPTS; do
36553 case $flag in
36554 none)
36555 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
36556 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
36557 ;;
36558
36559 -*)
36560 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
36561 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
36562 THREADS_CFLAGS="$flag"
36563 ;;
36564
36565 *)
36566 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
36567 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
36568 THREADS_LINK="-l$flag"
36569 ;;
36570 esac
36571
36572 save_LIBS="$LIBS"
36573 save_CFLAGS="$CFLAGS"
36574 LIBS="$THREADS_LINK $LIBS"
36575 CFLAGS="$THREADS_CFLAGS $CFLAGS"
36576
36577 cat >conftest.$ac_ext <<_ACEOF
36578 /* confdefs.h. */
36579 _ACEOF
36580 cat confdefs.h >>conftest.$ac_ext
36581 cat >>conftest.$ac_ext <<_ACEOF
36582 /* end confdefs.h. */
36583 #include <pthread.h>
36584 int
36585 main ()
36586 {
36587 pthread_create(0,0,0,0);
36588 ;
36589 return 0;
36590 }
36591 _ACEOF
36592 rm -f conftest.$ac_objext conftest$ac_exeext
36593 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36594 (eval $ac_link) 2>conftest.er1
36595 ac_status=$?
36596 grep -v '^ *+' conftest.er1 >conftest.err
36597 rm -f conftest.er1
36598 cat conftest.err >&5
36599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36600 (exit $ac_status); } &&
36601 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36603 (eval $ac_try) 2>&5
36604 ac_status=$?
36605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36606 (exit $ac_status); }; } &&
36607 { ac_try='test -s conftest$ac_exeext'
36608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36609 (eval $ac_try) 2>&5
36610 ac_status=$?
36611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36612 (exit $ac_status); }; }; then
36613 THREADS_OK=yes
36614 else
36615 echo "$as_me: failed program was:" >&5
36616 sed 's/^/| /' conftest.$ac_ext >&5
36617
36618 fi
36619 rm -f conftest.err conftest.$ac_objext \
36620 conftest$ac_exeext conftest.$ac_ext
36621
36622 LIBS="$save_LIBS"
36623 CFLAGS="$save_CFLAGS"
36624
36625 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
36626 echo "${ECHO_T}$THREADS_OK" >&6
36627 if test "x$THREADS_OK" = "xyes"; then
36628 break;
36629 fi
36630
36631 THREADS_LINK=""
36632 THREADS_CFLAGS=""
36633 done
36634
36635 if test "x$THREADS_OK" != "xyes"; then
36636 wxUSE_THREADS=no
36637 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
36638 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
36639 else
36640 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
36641 LIBS="$THREADS_LINK $LIBS"
36642
36643 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
36644 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
36645 flag=no
36646 case "${host}" in
36647 *-aix*)
36648 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
36649 flag="-D_THREAD_SAFE"
36650 ;;
36651 *-freebsd*)
36652 flag="-D_THREAD_SAFE"
36653 ;;
36654 *-hp-hpux* )
36655 flag="-D_REENTRANT"
36656 if test "x$GCC" != "xyes"; then
36657 flag="$flag -D_RWSTD_MULTI_THREAD"
36658 fi
36659 ;;
36660 *solaris* | alpha*-osf*)
36661 flag="-D_REENTRANT"
36662 ;;
36663 esac
36664 echo "$as_me:$LINENO: result: ${flag}" >&5
36665 echo "${ECHO_T}${flag}" >&6
36666 if test "x$flag" != xno; then
36667 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
36668 fi
36669
36670 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
36671 fi
36672 fi
36673
36674 if test "$wxUSE_THREADS" = "yes" ; then
36675
36676 for ac_func in thr_setconcurrency
36677 do
36678 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36679 echo "$as_me:$LINENO: checking for $ac_func" >&5
36680 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36681 if eval "test \"\${$as_ac_var+set}\" = set"; then
36682 echo $ECHO_N "(cached) $ECHO_C" >&6
36683 else
36684 cat >conftest.$ac_ext <<_ACEOF
36685 /* confdefs.h. */
36686 _ACEOF
36687 cat confdefs.h >>conftest.$ac_ext
36688 cat >>conftest.$ac_ext <<_ACEOF
36689 /* end confdefs.h. */
36690 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36691 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36692 #define $ac_func innocuous_$ac_func
36693
36694 /* System header to define __stub macros and hopefully few prototypes,
36695 which can conflict with char $ac_func (); below.
36696 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36697 <limits.h> exists even on freestanding compilers. */
36698
36699 #ifdef __STDC__
36700 # include <limits.h>
36701 #else
36702 # include <assert.h>
36703 #endif
36704
36705 #undef $ac_func
36706
36707 /* Override any gcc2 internal prototype to avoid an error. */
36708 #ifdef __cplusplus
36709 extern "C"
36710 {
36711 #endif
36712 /* We use char because int might match the return type of a gcc2
36713 builtin and then its argument prototype would still apply. */
36714 char $ac_func ();
36715 /* The GNU C library defines this for functions which it implements
36716 to always fail with ENOSYS. Some functions are actually named
36717 something starting with __ and the normal name is an alias. */
36718 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36719 choke me
36720 #else
36721 char (*f) () = $ac_func;
36722 #endif
36723 #ifdef __cplusplus
36724 }
36725 #endif
36726
36727 int
36728 main ()
36729 {
36730 return f != $ac_func;
36731 ;
36732 return 0;
36733 }
36734 _ACEOF
36735 rm -f conftest.$ac_objext conftest$ac_exeext
36736 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36737 (eval $ac_link) 2>conftest.er1
36738 ac_status=$?
36739 grep -v '^ *+' conftest.er1 >conftest.err
36740 rm -f conftest.er1
36741 cat conftest.err >&5
36742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36743 (exit $ac_status); } &&
36744 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36746 (eval $ac_try) 2>&5
36747 ac_status=$?
36748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36749 (exit $ac_status); }; } &&
36750 { ac_try='test -s conftest$ac_exeext'
36751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36752 (eval $ac_try) 2>&5
36753 ac_status=$?
36754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36755 (exit $ac_status); }; }; then
36756 eval "$as_ac_var=yes"
36757 else
36758 echo "$as_me: failed program was:" >&5
36759 sed 's/^/| /' conftest.$ac_ext >&5
36760
36761 eval "$as_ac_var=no"
36762 fi
36763 rm -f conftest.err conftest.$ac_objext \
36764 conftest$ac_exeext conftest.$ac_ext
36765 fi
36766 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36767 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36768 if test `eval echo '${'$as_ac_var'}'` = yes; then
36769 cat >>confdefs.h <<_ACEOF
36770 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36771 _ACEOF
36772
36773 fi
36774 done
36775
36776
36777 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
36778 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
36779 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
36780 echo $ECHO_N "(cached) $ECHO_C" >&6
36781 else
36782
36783 cat >conftest.$ac_ext <<_ACEOF
36784 /* confdefs.h. */
36785 _ACEOF
36786 cat confdefs.h >>conftest.$ac_ext
36787 cat >>conftest.$ac_ext <<_ACEOF
36788 /* end confdefs.h. */
36789 #include <pthread.h>
36790 void ThreadCleanupFunc(void *p);
36791
36792 int
36793 main ()
36794 {
36795
36796 void *p;
36797 pthread_cleanup_push(ThreadCleanupFunc, p);
36798 pthread_cleanup_pop(0);
36799
36800 ;
36801 return 0;
36802 }
36803 _ACEOF
36804 rm -f conftest.$ac_objext
36805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36806 (eval $ac_compile) 2>conftest.er1
36807 ac_status=$?
36808 grep -v '^ *+' conftest.er1 >conftest.err
36809 rm -f conftest.er1
36810 cat conftest.err >&5
36811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36812 (exit $ac_status); } &&
36813 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36815 (eval $ac_try) 2>&5
36816 ac_status=$?
36817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36818 (exit $ac_status); }; } &&
36819 { ac_try='test -s conftest.$ac_objext'
36820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36821 (eval $ac_try) 2>&5
36822 ac_status=$?
36823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36824 (exit $ac_status); }; }; then
36825
36826 wx_cv_func_pthread_cleanup=yes
36827
36828 else
36829 echo "$as_me: failed program was:" >&5
36830 sed 's/^/| /' conftest.$ac_ext >&5
36831
36832
36833 wx_cv_func_pthread_cleanup=no
36834
36835
36836 fi
36837 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36838
36839 fi
36840 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
36841 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
36842 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
36843 cat >>confdefs.h <<\_ACEOF
36844 #define wxHAVE_PTHREAD_CLEANUP 1
36845 _ACEOF
36846
36847 fi
36848
36849
36850 for ac_header in sched.h
36851 do
36852 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36853 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36854 echo "$as_me:$LINENO: checking for $ac_header" >&5
36855 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36856 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36857 echo $ECHO_N "(cached) $ECHO_C" >&6
36858 fi
36859 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36860 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36861 else
36862 # Is the header compilable?
36863 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36864 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36865 cat >conftest.$ac_ext <<_ACEOF
36866 /* confdefs.h. */
36867 _ACEOF
36868 cat confdefs.h >>conftest.$ac_ext
36869 cat >>conftest.$ac_ext <<_ACEOF
36870 /* end confdefs.h. */
36871 $ac_includes_default
36872 #include <$ac_header>
36873 _ACEOF
36874 rm -f conftest.$ac_objext
36875 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36876 (eval $ac_compile) 2>conftest.er1
36877 ac_status=$?
36878 grep -v '^ *+' conftest.er1 >conftest.err
36879 rm -f conftest.er1
36880 cat conftest.err >&5
36881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36882 (exit $ac_status); } &&
36883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36885 (eval $ac_try) 2>&5
36886 ac_status=$?
36887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36888 (exit $ac_status); }; } &&
36889 { ac_try='test -s conftest.$ac_objext'
36890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36891 (eval $ac_try) 2>&5
36892 ac_status=$?
36893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36894 (exit $ac_status); }; }; then
36895 ac_header_compiler=yes
36896 else
36897 echo "$as_me: failed program was:" >&5
36898 sed 's/^/| /' conftest.$ac_ext >&5
36899
36900 ac_header_compiler=no
36901 fi
36902 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36903 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36904 echo "${ECHO_T}$ac_header_compiler" >&6
36905
36906 # Is the header present?
36907 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36908 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36909 cat >conftest.$ac_ext <<_ACEOF
36910 /* confdefs.h. */
36911 _ACEOF
36912 cat confdefs.h >>conftest.$ac_ext
36913 cat >>conftest.$ac_ext <<_ACEOF
36914 /* end confdefs.h. */
36915 #include <$ac_header>
36916 _ACEOF
36917 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36918 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36919 ac_status=$?
36920 grep -v '^ *+' conftest.er1 >conftest.err
36921 rm -f conftest.er1
36922 cat conftest.err >&5
36923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36924 (exit $ac_status); } >/dev/null; then
36925 if test -s conftest.err; then
36926 ac_cpp_err=$ac_c_preproc_warn_flag
36927 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36928 else
36929 ac_cpp_err=
36930 fi
36931 else
36932 ac_cpp_err=yes
36933 fi
36934 if test -z "$ac_cpp_err"; then
36935 ac_header_preproc=yes
36936 else
36937 echo "$as_me: failed program was:" >&5
36938 sed 's/^/| /' conftest.$ac_ext >&5
36939
36940 ac_header_preproc=no
36941 fi
36942 rm -f conftest.err conftest.$ac_ext
36943 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36944 echo "${ECHO_T}$ac_header_preproc" >&6
36945
36946 # So? What about this header?
36947 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36948 yes:no: )
36949 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36950 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36951 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36952 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36953 ac_header_preproc=yes
36954 ;;
36955 no:yes:* )
36956 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36957 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36958 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36959 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36960 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36961 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36962 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36963 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36964 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36965 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36966 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36967 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36968 (
36969 cat <<\_ASBOX
36970 ## ----------------------------------------- ##
36971 ## Report this to wx-dev@lists.wxwidgets.org ##
36972 ## ----------------------------------------- ##
36973 _ASBOX
36974 ) |
36975 sed "s/^/$as_me: WARNING: /" >&2
36976 ;;
36977 esac
36978 echo "$as_me:$LINENO: checking for $ac_header" >&5
36979 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36980 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36981 echo $ECHO_N "(cached) $ECHO_C" >&6
36982 else
36983 eval "$as_ac_Header=\$ac_header_preproc"
36984 fi
36985 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36986 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36987
36988 fi
36989 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36990 cat >>confdefs.h <<_ACEOF
36991 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36992 _ACEOF
36993
36994 fi
36995
36996 done
36997
36998 if test "$ac_cv_header_sched_h" = "yes"; then
36999 echo "$as_me:$LINENO: checking for sched_yield" >&5
37000 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
37001 if test "${ac_cv_func_sched_yield+set}" = set; then
37002 echo $ECHO_N "(cached) $ECHO_C" >&6
37003 else
37004 cat >conftest.$ac_ext <<_ACEOF
37005 /* confdefs.h. */
37006 _ACEOF
37007 cat confdefs.h >>conftest.$ac_ext
37008 cat >>conftest.$ac_ext <<_ACEOF
37009 /* end confdefs.h. */
37010 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
37011 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37012 #define sched_yield innocuous_sched_yield
37013
37014 /* System header to define __stub macros and hopefully few prototypes,
37015 which can conflict with char sched_yield (); below.
37016 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37017 <limits.h> exists even on freestanding compilers. */
37018
37019 #ifdef __STDC__
37020 # include <limits.h>
37021 #else
37022 # include <assert.h>
37023 #endif
37024
37025 #undef sched_yield
37026
37027 /* Override any gcc2 internal prototype to avoid an error. */
37028 #ifdef __cplusplus
37029 extern "C"
37030 {
37031 #endif
37032 /* We use char because int might match the return type of a gcc2
37033 builtin and then its argument prototype would still apply. */
37034 char sched_yield ();
37035 /* The GNU C library defines this for functions which it implements
37036 to always fail with ENOSYS. Some functions are actually named
37037 something starting with __ and the normal name is an alias. */
37038 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
37039 choke me
37040 #else
37041 char (*f) () = sched_yield;
37042 #endif
37043 #ifdef __cplusplus
37044 }
37045 #endif
37046
37047 int
37048 main ()
37049 {
37050 return f != sched_yield;
37051 ;
37052 return 0;
37053 }
37054 _ACEOF
37055 rm -f conftest.$ac_objext conftest$ac_exeext
37056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37057 (eval $ac_link) 2>conftest.er1
37058 ac_status=$?
37059 grep -v '^ *+' conftest.er1 >conftest.err
37060 rm -f conftest.er1
37061 cat conftest.err >&5
37062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37063 (exit $ac_status); } &&
37064 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37066 (eval $ac_try) 2>&5
37067 ac_status=$?
37068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37069 (exit $ac_status); }; } &&
37070 { ac_try='test -s conftest$ac_exeext'
37071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37072 (eval $ac_try) 2>&5
37073 ac_status=$?
37074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37075 (exit $ac_status); }; }; then
37076 ac_cv_func_sched_yield=yes
37077 else
37078 echo "$as_me: failed program was:" >&5
37079 sed 's/^/| /' conftest.$ac_ext >&5
37080
37081 ac_cv_func_sched_yield=no
37082 fi
37083 rm -f conftest.err conftest.$ac_objext \
37084 conftest$ac_exeext conftest.$ac_ext
37085 fi
37086 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
37087 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
37088 if test $ac_cv_func_sched_yield = yes; then
37089 cat >>confdefs.h <<\_ACEOF
37090 #define HAVE_SCHED_YIELD 1
37091 _ACEOF
37092
37093 else
37094
37095 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
37096 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
37097 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
37098 echo $ECHO_N "(cached) $ECHO_C" >&6
37099 else
37100 ac_check_lib_save_LIBS=$LIBS
37101 LIBS="-lposix4 $LIBS"
37102 cat >conftest.$ac_ext <<_ACEOF
37103 /* confdefs.h. */
37104 _ACEOF
37105 cat confdefs.h >>conftest.$ac_ext
37106 cat >>conftest.$ac_ext <<_ACEOF
37107 /* end confdefs.h. */
37108
37109 /* Override any gcc2 internal prototype to avoid an error. */
37110 #ifdef __cplusplus
37111 extern "C"
37112 #endif
37113 /* We use char because int might match the return type of a gcc2
37114 builtin and then its argument prototype would still apply. */
37115 char sched_yield ();
37116 int
37117 main ()
37118 {
37119 sched_yield ();
37120 ;
37121 return 0;
37122 }
37123 _ACEOF
37124 rm -f conftest.$ac_objext conftest$ac_exeext
37125 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37126 (eval $ac_link) 2>conftest.er1
37127 ac_status=$?
37128 grep -v '^ *+' conftest.er1 >conftest.err
37129 rm -f conftest.er1
37130 cat conftest.err >&5
37131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37132 (exit $ac_status); } &&
37133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37135 (eval $ac_try) 2>&5
37136 ac_status=$?
37137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37138 (exit $ac_status); }; } &&
37139 { ac_try='test -s conftest$ac_exeext'
37140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37141 (eval $ac_try) 2>&5
37142 ac_status=$?
37143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37144 (exit $ac_status); }; }; then
37145 ac_cv_lib_posix4_sched_yield=yes
37146 else
37147 echo "$as_me: failed program was:" >&5
37148 sed 's/^/| /' conftest.$ac_ext >&5
37149
37150 ac_cv_lib_posix4_sched_yield=no
37151 fi
37152 rm -f conftest.err conftest.$ac_objext \
37153 conftest$ac_exeext conftest.$ac_ext
37154 LIBS=$ac_check_lib_save_LIBS
37155 fi
37156 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
37157 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
37158 if test $ac_cv_lib_posix4_sched_yield = yes; then
37159 cat >>confdefs.h <<\_ACEOF
37160 #define HAVE_SCHED_YIELD 1
37161 _ACEOF
37162 POSIX4_LINK=" -lposix4"
37163 else
37164 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
37165 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
37166
37167 fi
37168
37169
37170
37171 fi
37172
37173 fi
37174
37175 HAVE_PRIOR_FUNCS=0
37176 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
37177 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
37178 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
37179 echo $ECHO_N "(cached) $ECHO_C" >&6
37180 else
37181 cat >conftest.$ac_ext <<_ACEOF
37182 /* confdefs.h. */
37183 _ACEOF
37184 cat confdefs.h >>conftest.$ac_ext
37185 cat >>conftest.$ac_ext <<_ACEOF
37186 /* end confdefs.h. */
37187 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
37188 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37189 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
37190
37191 /* System header to define __stub macros and hopefully few prototypes,
37192 which can conflict with char pthread_attr_getschedpolicy (); below.
37193 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37194 <limits.h> exists even on freestanding compilers. */
37195
37196 #ifdef __STDC__
37197 # include <limits.h>
37198 #else
37199 # include <assert.h>
37200 #endif
37201
37202 #undef pthread_attr_getschedpolicy
37203
37204 /* Override any gcc2 internal prototype to avoid an error. */
37205 #ifdef __cplusplus
37206 extern "C"
37207 {
37208 #endif
37209 /* We use char because int might match the return type of a gcc2
37210 builtin and then its argument prototype would still apply. */
37211 char pthread_attr_getschedpolicy ();
37212 /* The GNU C library defines this for functions which it implements
37213 to always fail with ENOSYS. Some functions are actually named
37214 something starting with __ and the normal name is an alias. */
37215 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
37216 choke me
37217 #else
37218 char (*f) () = pthread_attr_getschedpolicy;
37219 #endif
37220 #ifdef __cplusplus
37221 }
37222 #endif
37223
37224 int
37225 main ()
37226 {
37227 return f != pthread_attr_getschedpolicy;
37228 ;
37229 return 0;
37230 }
37231 _ACEOF
37232 rm -f conftest.$ac_objext conftest$ac_exeext
37233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37234 (eval $ac_link) 2>conftest.er1
37235 ac_status=$?
37236 grep -v '^ *+' conftest.er1 >conftest.err
37237 rm -f conftest.er1
37238 cat conftest.err >&5
37239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37240 (exit $ac_status); } &&
37241 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37243 (eval $ac_try) 2>&5
37244 ac_status=$?
37245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37246 (exit $ac_status); }; } &&
37247 { ac_try='test -s conftest$ac_exeext'
37248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37249 (eval $ac_try) 2>&5
37250 ac_status=$?
37251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37252 (exit $ac_status); }; }; then
37253 ac_cv_func_pthread_attr_getschedpolicy=yes
37254 else
37255 echo "$as_me: failed program was:" >&5
37256 sed 's/^/| /' conftest.$ac_ext >&5
37257
37258 ac_cv_func_pthread_attr_getschedpolicy=no
37259 fi
37260 rm -f conftest.err conftest.$ac_objext \
37261 conftest$ac_exeext conftest.$ac_ext
37262 fi
37263 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
37264 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
37265 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
37266 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
37267 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
37268 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
37269 echo $ECHO_N "(cached) $ECHO_C" >&6
37270 else
37271 cat >conftest.$ac_ext <<_ACEOF
37272 /* confdefs.h. */
37273 _ACEOF
37274 cat confdefs.h >>conftest.$ac_ext
37275 cat >>conftest.$ac_ext <<_ACEOF
37276 /* end confdefs.h. */
37277 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
37278 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37279 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
37280
37281 /* System header to define __stub macros and hopefully few prototypes,
37282 which can conflict with char pthread_attr_setschedparam (); below.
37283 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37284 <limits.h> exists even on freestanding compilers. */
37285
37286 #ifdef __STDC__
37287 # include <limits.h>
37288 #else
37289 # include <assert.h>
37290 #endif
37291
37292 #undef pthread_attr_setschedparam
37293
37294 /* Override any gcc2 internal prototype to avoid an error. */
37295 #ifdef __cplusplus
37296 extern "C"
37297 {
37298 #endif
37299 /* We use char because int might match the return type of a gcc2
37300 builtin and then its argument prototype would still apply. */
37301 char pthread_attr_setschedparam ();
37302 /* The GNU C library defines this for functions which it implements
37303 to always fail with ENOSYS. Some functions are actually named
37304 something starting with __ and the normal name is an alias. */
37305 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
37306 choke me
37307 #else
37308 char (*f) () = pthread_attr_setschedparam;
37309 #endif
37310 #ifdef __cplusplus
37311 }
37312 #endif
37313
37314 int
37315 main ()
37316 {
37317 return f != pthread_attr_setschedparam;
37318 ;
37319 return 0;
37320 }
37321 _ACEOF
37322 rm -f conftest.$ac_objext conftest$ac_exeext
37323 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37324 (eval $ac_link) 2>conftest.er1
37325 ac_status=$?
37326 grep -v '^ *+' conftest.er1 >conftest.err
37327 rm -f conftest.er1
37328 cat conftest.err >&5
37329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37330 (exit $ac_status); } &&
37331 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37333 (eval $ac_try) 2>&5
37334 ac_status=$?
37335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37336 (exit $ac_status); }; } &&
37337 { ac_try='test -s conftest$ac_exeext'
37338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37339 (eval $ac_try) 2>&5
37340 ac_status=$?
37341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37342 (exit $ac_status); }; }; then
37343 ac_cv_func_pthread_attr_setschedparam=yes
37344 else
37345 echo "$as_me: failed program was:" >&5
37346 sed 's/^/| /' conftest.$ac_ext >&5
37347
37348 ac_cv_func_pthread_attr_setschedparam=no
37349 fi
37350 rm -f conftest.err conftest.$ac_objext \
37351 conftest$ac_exeext conftest.$ac_ext
37352 fi
37353 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
37354 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
37355 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
37356 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
37357 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
37358 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
37359 echo $ECHO_N "(cached) $ECHO_C" >&6
37360 else
37361 cat >conftest.$ac_ext <<_ACEOF
37362 /* confdefs.h. */
37363 _ACEOF
37364 cat confdefs.h >>conftest.$ac_ext
37365 cat >>conftest.$ac_ext <<_ACEOF
37366 /* end confdefs.h. */
37367 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
37368 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37369 #define sched_get_priority_max innocuous_sched_get_priority_max
37370
37371 /* System header to define __stub macros and hopefully few prototypes,
37372 which can conflict with char sched_get_priority_max (); below.
37373 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37374 <limits.h> exists even on freestanding compilers. */
37375
37376 #ifdef __STDC__
37377 # include <limits.h>
37378 #else
37379 # include <assert.h>
37380 #endif
37381
37382 #undef sched_get_priority_max
37383
37384 /* Override any gcc2 internal prototype to avoid an error. */
37385 #ifdef __cplusplus
37386 extern "C"
37387 {
37388 #endif
37389 /* We use char because int might match the return type of a gcc2
37390 builtin and then its argument prototype would still apply. */
37391 char sched_get_priority_max ();
37392 /* The GNU C library defines this for functions which it implements
37393 to always fail with ENOSYS. Some functions are actually named
37394 something starting with __ and the normal name is an alias. */
37395 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
37396 choke me
37397 #else
37398 char (*f) () = sched_get_priority_max;
37399 #endif
37400 #ifdef __cplusplus
37401 }
37402 #endif
37403
37404 int
37405 main ()
37406 {
37407 return f != sched_get_priority_max;
37408 ;
37409 return 0;
37410 }
37411 _ACEOF
37412 rm -f conftest.$ac_objext conftest$ac_exeext
37413 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37414 (eval $ac_link) 2>conftest.er1
37415 ac_status=$?
37416 grep -v '^ *+' conftest.er1 >conftest.err
37417 rm -f conftest.er1
37418 cat conftest.err >&5
37419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37420 (exit $ac_status); } &&
37421 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37423 (eval $ac_try) 2>&5
37424 ac_status=$?
37425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37426 (exit $ac_status); }; } &&
37427 { ac_try='test -s conftest$ac_exeext'
37428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37429 (eval $ac_try) 2>&5
37430 ac_status=$?
37431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37432 (exit $ac_status); }; }; then
37433 ac_cv_func_sched_get_priority_max=yes
37434 else
37435 echo "$as_me: failed program was:" >&5
37436 sed 's/^/| /' conftest.$ac_ext >&5
37437
37438 ac_cv_func_sched_get_priority_max=no
37439 fi
37440 rm -f conftest.err conftest.$ac_objext \
37441 conftest$ac_exeext conftest.$ac_ext
37442 fi
37443 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
37444 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
37445 if test $ac_cv_func_sched_get_priority_max = yes; then
37446 HAVE_PRIOR_FUNCS=1
37447 else
37448 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
37449 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
37450 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
37451 echo $ECHO_N "(cached) $ECHO_C" >&6
37452 else
37453 ac_check_lib_save_LIBS=$LIBS
37454 LIBS="-lposix4 $LIBS"
37455 cat >conftest.$ac_ext <<_ACEOF
37456 /* confdefs.h. */
37457 _ACEOF
37458 cat confdefs.h >>conftest.$ac_ext
37459 cat >>conftest.$ac_ext <<_ACEOF
37460 /* end confdefs.h. */
37461
37462 /* Override any gcc2 internal prototype to avoid an error. */
37463 #ifdef __cplusplus
37464 extern "C"
37465 #endif
37466 /* We use char because int might match the return type of a gcc2
37467 builtin and then its argument prototype would still apply. */
37468 char sched_get_priority_max ();
37469 int
37470 main ()
37471 {
37472 sched_get_priority_max ();
37473 ;
37474 return 0;
37475 }
37476 _ACEOF
37477 rm -f conftest.$ac_objext conftest$ac_exeext
37478 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37479 (eval $ac_link) 2>conftest.er1
37480 ac_status=$?
37481 grep -v '^ *+' conftest.er1 >conftest.err
37482 rm -f conftest.er1
37483 cat conftest.err >&5
37484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37485 (exit $ac_status); } &&
37486 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37488 (eval $ac_try) 2>&5
37489 ac_status=$?
37490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37491 (exit $ac_status); }; } &&
37492 { ac_try='test -s conftest$ac_exeext'
37493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37494 (eval $ac_try) 2>&5
37495 ac_status=$?
37496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37497 (exit $ac_status); }; }; then
37498 ac_cv_lib_posix4_sched_get_priority_max=yes
37499 else
37500 echo "$as_me: failed program was:" >&5
37501 sed 's/^/| /' conftest.$ac_ext >&5
37502
37503 ac_cv_lib_posix4_sched_get_priority_max=no
37504 fi
37505 rm -f conftest.err conftest.$ac_objext \
37506 conftest$ac_exeext conftest.$ac_ext
37507 LIBS=$ac_check_lib_save_LIBS
37508 fi
37509 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
37510 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
37511 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
37512
37513 HAVE_PRIOR_FUNCS=1
37514 POSIX4_LINK=" -lposix4"
37515
37516 fi
37517
37518
37519 fi
37520
37521
37522 fi
37523
37524
37525 fi
37526
37527
37528 if test "$HAVE_PRIOR_FUNCS" = 1; then
37529 cat >>confdefs.h <<\_ACEOF
37530 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
37531 _ACEOF
37532
37533 else
37534 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
37535 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
37536 fi
37537
37538 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
37539 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
37540 if test "${ac_cv_func_pthread_cancel+set}" = set; then
37541 echo $ECHO_N "(cached) $ECHO_C" >&6
37542 else
37543 cat >conftest.$ac_ext <<_ACEOF
37544 /* confdefs.h. */
37545 _ACEOF
37546 cat confdefs.h >>conftest.$ac_ext
37547 cat >>conftest.$ac_ext <<_ACEOF
37548 /* end confdefs.h. */
37549 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
37550 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37551 #define pthread_cancel innocuous_pthread_cancel
37552
37553 /* System header to define __stub macros and hopefully few prototypes,
37554 which can conflict with char pthread_cancel (); below.
37555 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37556 <limits.h> exists even on freestanding compilers. */
37557
37558 #ifdef __STDC__
37559 # include <limits.h>
37560 #else
37561 # include <assert.h>
37562 #endif
37563
37564 #undef pthread_cancel
37565
37566 /* Override any gcc2 internal prototype to avoid an error. */
37567 #ifdef __cplusplus
37568 extern "C"
37569 {
37570 #endif
37571 /* We use char because int might match the return type of a gcc2
37572 builtin and then its argument prototype would still apply. */
37573 char pthread_cancel ();
37574 /* The GNU C library defines this for functions which it implements
37575 to always fail with ENOSYS. Some functions are actually named
37576 something starting with __ and the normal name is an alias. */
37577 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
37578 choke me
37579 #else
37580 char (*f) () = pthread_cancel;
37581 #endif
37582 #ifdef __cplusplus
37583 }
37584 #endif
37585
37586 int
37587 main ()
37588 {
37589 return f != pthread_cancel;
37590 ;
37591 return 0;
37592 }
37593 _ACEOF
37594 rm -f conftest.$ac_objext conftest$ac_exeext
37595 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37596 (eval $ac_link) 2>conftest.er1
37597 ac_status=$?
37598 grep -v '^ *+' conftest.er1 >conftest.err
37599 rm -f conftest.er1
37600 cat conftest.err >&5
37601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37602 (exit $ac_status); } &&
37603 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37605 (eval $ac_try) 2>&5
37606 ac_status=$?
37607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37608 (exit $ac_status); }; } &&
37609 { ac_try='test -s conftest$ac_exeext'
37610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37611 (eval $ac_try) 2>&5
37612 ac_status=$?
37613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37614 (exit $ac_status); }; }; then
37615 ac_cv_func_pthread_cancel=yes
37616 else
37617 echo "$as_me: failed program was:" >&5
37618 sed 's/^/| /' conftest.$ac_ext >&5
37619
37620 ac_cv_func_pthread_cancel=no
37621 fi
37622 rm -f conftest.err conftest.$ac_objext \
37623 conftest$ac_exeext conftest.$ac_ext
37624 fi
37625 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
37626 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
37627 if test $ac_cv_func_pthread_cancel = yes; then
37628 cat >>confdefs.h <<\_ACEOF
37629 #define HAVE_PTHREAD_CANCEL 1
37630 _ACEOF
37631
37632 else
37633 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
37634 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
37635 fi
37636
37637
37638 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
37639 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
37640 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
37641 echo $ECHO_N "(cached) $ECHO_C" >&6
37642 else
37643 cat >conftest.$ac_ext <<_ACEOF
37644 /* confdefs.h. */
37645 _ACEOF
37646 cat confdefs.h >>conftest.$ac_ext
37647 cat >>conftest.$ac_ext <<_ACEOF
37648 /* end confdefs.h. */
37649 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
37650 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37651 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
37652
37653 /* System header to define __stub macros and hopefully few prototypes,
37654 which can conflict with char pthread_attr_setstacksize (); below.
37655 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37656 <limits.h> exists even on freestanding compilers. */
37657
37658 #ifdef __STDC__
37659 # include <limits.h>
37660 #else
37661 # include <assert.h>
37662 #endif
37663
37664 #undef pthread_attr_setstacksize
37665
37666 /* Override any gcc2 internal prototype to avoid an error. */
37667 #ifdef __cplusplus
37668 extern "C"
37669 {
37670 #endif
37671 /* We use char because int might match the return type of a gcc2
37672 builtin and then its argument prototype would still apply. */
37673 char pthread_attr_setstacksize ();
37674 /* The GNU C library defines this for functions which it implements
37675 to always fail with ENOSYS. Some functions are actually named
37676 something starting with __ and the normal name is an alias. */
37677 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
37678 choke me
37679 #else
37680 char (*f) () = pthread_attr_setstacksize;
37681 #endif
37682 #ifdef __cplusplus
37683 }
37684 #endif
37685
37686 int
37687 main ()
37688 {
37689 return f != pthread_attr_setstacksize;
37690 ;
37691 return 0;
37692 }
37693 _ACEOF
37694 rm -f conftest.$ac_objext conftest$ac_exeext
37695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37696 (eval $ac_link) 2>conftest.er1
37697 ac_status=$?
37698 grep -v '^ *+' conftest.er1 >conftest.err
37699 rm -f conftest.er1
37700 cat conftest.err >&5
37701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37702 (exit $ac_status); } &&
37703 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37705 (eval $ac_try) 2>&5
37706 ac_status=$?
37707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37708 (exit $ac_status); }; } &&
37709 { ac_try='test -s conftest$ac_exeext'
37710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37711 (eval $ac_try) 2>&5
37712 ac_status=$?
37713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37714 (exit $ac_status); }; }; then
37715 ac_cv_func_pthread_attr_setstacksize=yes
37716 else
37717 echo "$as_me: failed program was:" >&5
37718 sed 's/^/| /' conftest.$ac_ext >&5
37719
37720 ac_cv_func_pthread_attr_setstacksize=no
37721 fi
37722 rm -f conftest.err conftest.$ac_objext \
37723 conftest$ac_exeext conftest.$ac_ext
37724 fi
37725 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
37726 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
37727 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
37728 cat >>confdefs.h <<\_ACEOF
37729 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
37730 _ACEOF
37731
37732 fi
37733
37734
37735
37736 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
37737 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
37738 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
37739 echo $ECHO_N "(cached) $ECHO_C" >&6
37740 else
37741
37742 cat >conftest.$ac_ext <<_ACEOF
37743 /* confdefs.h. */
37744 _ACEOF
37745 cat confdefs.h >>conftest.$ac_ext
37746 cat >>conftest.$ac_ext <<_ACEOF
37747 /* end confdefs.h. */
37748 #include <pthread.h>
37749 int
37750 main ()
37751 {
37752
37753 pthread_mutexattr_t attr;
37754 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37755
37756 ;
37757 return 0;
37758 }
37759 _ACEOF
37760 rm -f conftest.$ac_objext
37761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37762 (eval $ac_compile) 2>conftest.er1
37763 ac_status=$?
37764 grep -v '^ *+' conftest.er1 >conftest.err
37765 rm -f conftest.er1
37766 cat conftest.err >&5
37767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37768 (exit $ac_status); } &&
37769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37771 (eval $ac_try) 2>&5
37772 ac_status=$?
37773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37774 (exit $ac_status); }; } &&
37775 { ac_try='test -s conftest.$ac_objext'
37776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37777 (eval $ac_try) 2>&5
37778 ac_status=$?
37779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37780 (exit $ac_status); }; }; then
37781 wx_cv_type_pthread_mutexattr_t=yes
37782 else
37783 echo "$as_me: failed program was:" >&5
37784 sed 's/^/| /' conftest.$ac_ext >&5
37785
37786 wx_cv_type_pthread_mutexattr_t=no
37787
37788 fi
37789 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37790
37791 fi
37792 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
37793 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
37794
37795 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
37796 cat >>confdefs.h <<\_ACEOF
37797 #define HAVE_PTHREAD_MUTEXATTR_T 1
37798 _ACEOF
37799
37800
37801 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
37802 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
37803 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
37804 echo $ECHO_N "(cached) $ECHO_C" >&6
37805 else
37806
37807 cat >conftest.$ac_ext <<_ACEOF
37808 /* confdefs.h. */
37809 _ACEOF
37810 cat confdefs.h >>conftest.$ac_ext
37811 cat >>conftest.$ac_ext <<_ACEOF
37812 /* end confdefs.h. */
37813 #include <pthread.h>
37814 int
37815 main ()
37816 {
37817
37818 pthread_mutexattr_t attr;
37819 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37820
37821 ;
37822 return 0;
37823 }
37824 _ACEOF
37825 rm -f conftest.$ac_objext
37826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37827 (eval $ac_compile) 2>conftest.er1
37828 ac_status=$?
37829 grep -v '^ *+' conftest.er1 >conftest.err
37830 rm -f conftest.er1
37831 cat conftest.err >&5
37832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37833 (exit $ac_status); } &&
37834 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37836 (eval $ac_try) 2>&5
37837 ac_status=$?
37838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37839 (exit $ac_status); }; } &&
37840 { ac_try='test -s conftest.$ac_objext'
37841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37842 (eval $ac_try) 2>&5
37843 ac_status=$?
37844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37845 (exit $ac_status); }; }; then
37846 wx_cv_func_pthread_mutexattr_settype_decl=yes
37847 else
37848 echo "$as_me: failed program was:" >&5
37849 sed 's/^/| /' conftest.$ac_ext >&5
37850
37851 wx_cv_func_pthread_mutexattr_settype_decl=no
37852
37853 fi
37854 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37855
37856 fi
37857 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
37858 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
37859 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
37860 cat >>confdefs.h <<\_ACEOF
37861 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
37862 _ACEOF
37863
37864 fi
37865 else
37866 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
37867 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
37868 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
37869 echo $ECHO_N "(cached) $ECHO_C" >&6
37870 else
37871
37872 cat >conftest.$ac_ext <<_ACEOF
37873 /* confdefs.h. */
37874 _ACEOF
37875 cat confdefs.h >>conftest.$ac_ext
37876 cat >>conftest.$ac_ext <<_ACEOF
37877 /* end confdefs.h. */
37878 #include <pthread.h>
37879 int
37880 main ()
37881 {
37882
37883 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
37884
37885 ;
37886 return 0;
37887 }
37888 _ACEOF
37889 rm -f conftest.$ac_objext
37890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37891 (eval $ac_compile) 2>conftest.er1
37892 ac_status=$?
37893 grep -v '^ *+' conftest.er1 >conftest.err
37894 rm -f conftest.er1
37895 cat conftest.err >&5
37896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37897 (exit $ac_status); } &&
37898 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37900 (eval $ac_try) 2>&5
37901 ac_status=$?
37902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37903 (exit $ac_status); }; } &&
37904 { ac_try='test -s conftest.$ac_objext'
37905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37906 (eval $ac_try) 2>&5
37907 ac_status=$?
37908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37909 (exit $ac_status); }; }; then
37910
37911 wx_cv_type_pthread_rec_mutex_init=yes
37912
37913 else
37914 echo "$as_me: failed program was:" >&5
37915 sed 's/^/| /' conftest.$ac_ext >&5
37916
37917
37918 wx_cv_type_pthread_rec_mutex_init=no
37919
37920
37921 fi
37922 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37923
37924 fi
37925 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
37926 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
37927 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
37928 cat >>confdefs.h <<\_ACEOF
37929 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
37930 _ACEOF
37931
37932 else
37933 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
37934 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
37935 fi
37936 fi
37937 fi
37938
37939 else
37940 if test "$wxUSE_THREADS" = "yes" ; then
37941 case "${host}" in
37942 *-*-mingw32* )
37943 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
37944 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
37945 if test "${wx_cv_cflags_mthread+set}" = set; then
37946 echo $ECHO_N "(cached) $ECHO_C" >&6
37947 else
37948
37949 CFLAGS_OLD="$CFLAGS"
37950 CFLAGS="$CFLAGS -mthreads"
37951 cat >conftest.$ac_ext <<_ACEOF
37952 /* confdefs.h. */
37953 _ACEOF
37954 cat confdefs.h >>conftest.$ac_ext
37955 cat >>conftest.$ac_ext <<_ACEOF
37956 /* end confdefs.h. */
37957
37958 int
37959 main ()
37960 {
37961
37962 ;
37963 return 0;
37964 }
37965 _ACEOF
37966 rm -f conftest.$ac_objext
37967 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37968 (eval $ac_compile) 2>conftest.er1
37969 ac_status=$?
37970 grep -v '^ *+' conftest.er1 >conftest.err
37971 rm -f conftest.er1
37972 cat conftest.err >&5
37973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37974 (exit $ac_status); } &&
37975 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37977 (eval $ac_try) 2>&5
37978 ac_status=$?
37979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37980 (exit $ac_status); }; } &&
37981 { ac_try='test -s conftest.$ac_objext'
37982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37983 (eval $ac_try) 2>&5
37984 ac_status=$?
37985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37986 (exit $ac_status); }; }; then
37987 wx_cv_cflags_mthread=yes
37988 else
37989 echo "$as_me: failed program was:" >&5
37990 sed 's/^/| /' conftest.$ac_ext >&5
37991
37992 wx_cv_cflags_mthread=no
37993
37994 fi
37995 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37996
37997
37998 fi
37999 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
38000 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
38001
38002 if test "$wx_cv_cflags_mthread" = "yes"; then
38003 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
38004 LDFLAGS="$LDFLAGS -mthreads"
38005 else
38006 CFLAGS="$CFLAGS_OLD"
38007 fi
38008 ;;
38009 *-pc-os2*emx )
38010 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
38011 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
38012 LDFLAGS="$LDFLAGS -Zmt"
38013 ;;
38014 esac
38015 fi
38016 fi
38017
38018 echo "$as_me:$LINENO: checking for localtime_r" >&5
38019 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6
38020 if test "${ac_cv_func_localtime_r+set}" = set; then
38021 echo $ECHO_N "(cached) $ECHO_C" >&6
38022 else
38023 cat >conftest.$ac_ext <<_ACEOF
38024 /* confdefs.h. */
38025 _ACEOF
38026 cat confdefs.h >>conftest.$ac_ext
38027 cat >>conftest.$ac_ext <<_ACEOF
38028 /* end confdefs.h. */
38029 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
38030 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38031 #define localtime_r innocuous_localtime_r
38032
38033 /* System header to define __stub macros and hopefully few prototypes,
38034 which can conflict with char localtime_r (); below.
38035 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38036 <limits.h> exists even on freestanding compilers. */
38037
38038 #ifdef __STDC__
38039 # include <limits.h>
38040 #else
38041 # include <assert.h>
38042 #endif
38043
38044 #undef localtime_r
38045
38046 /* Override any gcc2 internal prototype to avoid an error. */
38047 #ifdef __cplusplus
38048 extern "C"
38049 {
38050 #endif
38051 /* We use char because int might match the return type of a gcc2
38052 builtin and then its argument prototype would still apply. */
38053 char localtime_r ();
38054 /* The GNU C library defines this for functions which it implements
38055 to always fail with ENOSYS. Some functions are actually named
38056 something starting with __ and the normal name is an alias. */
38057 #if defined (__stub_localtime_r) || defined (__stub___localtime_r)
38058 choke me
38059 #else
38060 char (*f) () = localtime_r;
38061 #endif
38062 #ifdef __cplusplus
38063 }
38064 #endif
38065
38066 int
38067 main ()
38068 {
38069 return f != localtime_r;
38070 ;
38071 return 0;
38072 }
38073 _ACEOF
38074 rm -f conftest.$ac_objext conftest$ac_exeext
38075 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38076 (eval $ac_link) 2>conftest.er1
38077 ac_status=$?
38078 grep -v '^ *+' conftest.er1 >conftest.err
38079 rm -f conftest.er1
38080 cat conftest.err >&5
38081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38082 (exit $ac_status); } &&
38083 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38085 (eval $ac_try) 2>&5
38086 ac_status=$?
38087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38088 (exit $ac_status); }; } &&
38089 { ac_try='test -s conftest$ac_exeext'
38090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38091 (eval $ac_try) 2>&5
38092 ac_status=$?
38093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38094 (exit $ac_status); }; }; then
38095 ac_cv_func_localtime_r=yes
38096 else
38097 echo "$as_me: failed program was:" >&5
38098 sed 's/^/| /' conftest.$ac_ext >&5
38099
38100 ac_cv_func_localtime_r=no
38101 fi
38102 rm -f conftest.err conftest.$ac_objext \
38103 conftest$ac_exeext conftest.$ac_ext
38104 fi
38105 echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
38106 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6
38107 if test $ac_cv_func_localtime_r = yes; then
38108 cat >>confdefs.h <<\_ACEOF
38109 #define HAVE_LOCALTIME_R 1
38110 _ACEOF
38111
38112 fi
38113
38114 echo "$as_me:$LINENO: checking for gmtime_r" >&5
38115 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6
38116 if test "${ac_cv_func_gmtime_r+set}" = set; then
38117 echo $ECHO_N "(cached) $ECHO_C" >&6
38118 else
38119 cat >conftest.$ac_ext <<_ACEOF
38120 /* confdefs.h. */
38121 _ACEOF
38122 cat confdefs.h >>conftest.$ac_ext
38123 cat >>conftest.$ac_ext <<_ACEOF
38124 /* end confdefs.h. */
38125 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
38126 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38127 #define gmtime_r innocuous_gmtime_r
38128
38129 /* System header to define __stub macros and hopefully few prototypes,
38130 which can conflict with char gmtime_r (); below.
38131 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38132 <limits.h> exists even on freestanding compilers. */
38133
38134 #ifdef __STDC__
38135 # include <limits.h>
38136 #else
38137 # include <assert.h>
38138 #endif
38139
38140 #undef gmtime_r
38141
38142 /* Override any gcc2 internal prototype to avoid an error. */
38143 #ifdef __cplusplus
38144 extern "C"
38145 {
38146 #endif
38147 /* We use char because int might match the return type of a gcc2
38148 builtin and then its argument prototype would still apply. */
38149 char gmtime_r ();
38150 /* The GNU C library defines this for functions which it implements
38151 to always fail with ENOSYS. Some functions are actually named
38152 something starting with __ and the normal name is an alias. */
38153 #if defined (__stub_gmtime_r) || defined (__stub___gmtime_r)
38154 choke me
38155 #else
38156 char (*f) () = gmtime_r;
38157 #endif
38158 #ifdef __cplusplus
38159 }
38160 #endif
38161
38162 int
38163 main ()
38164 {
38165 return f != gmtime_r;
38166 ;
38167 return 0;
38168 }
38169 _ACEOF
38170 rm -f conftest.$ac_objext conftest$ac_exeext
38171 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38172 (eval $ac_link) 2>conftest.er1
38173 ac_status=$?
38174 grep -v '^ *+' conftest.er1 >conftest.err
38175 rm -f conftest.er1
38176 cat conftest.err >&5
38177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38178 (exit $ac_status); } &&
38179 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38181 (eval $ac_try) 2>&5
38182 ac_status=$?
38183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38184 (exit $ac_status); }; } &&
38185 { ac_try='test -s conftest$ac_exeext'
38186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38187 (eval $ac_try) 2>&5
38188 ac_status=$?
38189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38190 (exit $ac_status); }; }; then
38191 ac_cv_func_gmtime_r=yes
38192 else
38193 echo "$as_me: failed program was:" >&5
38194 sed 's/^/| /' conftest.$ac_ext >&5
38195
38196 ac_cv_func_gmtime_r=no
38197 fi
38198 rm -f conftest.err conftest.$ac_objext \
38199 conftest$ac_exeext conftest.$ac_ext
38200 fi
38201 echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
38202 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6
38203 if test $ac_cv_func_gmtime_r = yes; then
38204 cat >>confdefs.h <<\_ACEOF
38205 #define HAVE_GMTIME_R 1
38206 _ACEOF
38207
38208 fi
38209
38210 echo "$as_me:$LINENO: checking for readdir_r" >&5
38211 echo $ECHO_N "checking for readdir_r... $ECHO_C" >&6
38212 if test "${ac_cv_func_readdir_r+set}" = set; then
38213 echo $ECHO_N "(cached) $ECHO_C" >&6
38214 else
38215 cat >conftest.$ac_ext <<_ACEOF
38216 /* confdefs.h. */
38217 _ACEOF
38218 cat confdefs.h >>conftest.$ac_ext
38219 cat >>conftest.$ac_ext <<_ACEOF
38220 /* end confdefs.h. */
38221 /* Define readdir_r to an innocuous variant, in case <limits.h> declares readdir_r.
38222 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38223 #define readdir_r innocuous_readdir_r
38224
38225 /* System header to define __stub macros and hopefully few prototypes,
38226 which can conflict with char readdir_r (); below.
38227 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38228 <limits.h> exists even on freestanding compilers. */
38229
38230 #ifdef __STDC__
38231 # include <limits.h>
38232 #else
38233 # include <assert.h>
38234 #endif
38235
38236 #undef readdir_r
38237
38238 /* Override any gcc2 internal prototype to avoid an error. */
38239 #ifdef __cplusplus
38240 extern "C"
38241 {
38242 #endif
38243 /* We use char because int might match the return type of a gcc2
38244 builtin and then its argument prototype would still apply. */
38245 char readdir_r ();
38246 /* The GNU C library defines this for functions which it implements
38247 to always fail with ENOSYS. Some functions are actually named
38248 something starting with __ and the normal name is an alias. */
38249 #if defined (__stub_readdir_r) || defined (__stub___readdir_r)
38250 choke me
38251 #else
38252 char (*f) () = readdir_r;
38253 #endif
38254 #ifdef __cplusplus
38255 }
38256 #endif
38257
38258 int
38259 main ()
38260 {
38261 return f != readdir_r;
38262 ;
38263 return 0;
38264 }
38265 _ACEOF
38266 rm -f conftest.$ac_objext conftest$ac_exeext
38267 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38268 (eval $ac_link) 2>conftest.er1
38269 ac_status=$?
38270 grep -v '^ *+' conftest.er1 >conftest.err
38271 rm -f conftest.er1
38272 cat conftest.err >&5
38273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38274 (exit $ac_status); } &&
38275 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38277 (eval $ac_try) 2>&5
38278 ac_status=$?
38279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38280 (exit $ac_status); }; } &&
38281 { ac_try='test -s conftest$ac_exeext'
38282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38283 (eval $ac_try) 2>&5
38284 ac_status=$?
38285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38286 (exit $ac_status); }; }; then
38287 ac_cv_func_readdir_r=yes
38288 else
38289 echo "$as_me: failed program was:" >&5
38290 sed 's/^/| /' conftest.$ac_ext >&5
38291
38292 ac_cv_func_readdir_r=no
38293 fi
38294 rm -f conftest.err conftest.$ac_objext \
38295 conftest$ac_exeext conftest.$ac_ext
38296 fi
38297 echo "$as_me:$LINENO: result: $ac_cv_func_readdir_r" >&5
38298 echo "${ECHO_T}$ac_cv_func_readdir_r" >&6
38299 if test $ac_cv_func_readdir_r = yes; then
38300 cat >>confdefs.h <<\_ACEOF
38301 #define HAVE_READDIR_R 1
38302 _ACEOF
38303
38304 fi
38305
38306 echo "$as_me:$LINENO: checking for getaddrinfo" >&5
38307 echo $ECHO_N "checking for getaddrinfo... $ECHO_C" >&6
38308 if test "${ac_cv_func_getaddrinfo+set}" = set; then
38309 echo $ECHO_N "(cached) $ECHO_C" >&6
38310 else
38311 cat >conftest.$ac_ext <<_ACEOF
38312 /* confdefs.h. */
38313 _ACEOF
38314 cat confdefs.h >>conftest.$ac_ext
38315 cat >>conftest.$ac_ext <<_ACEOF
38316 /* end confdefs.h. */
38317 /* Define getaddrinfo to an innocuous variant, in case <limits.h> declares getaddrinfo.
38318 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38319 #define getaddrinfo innocuous_getaddrinfo
38320
38321 /* System header to define __stub macros and hopefully few prototypes,
38322 which can conflict with char getaddrinfo (); below.
38323 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38324 <limits.h> exists even on freestanding compilers. */
38325
38326 #ifdef __STDC__
38327 # include <limits.h>
38328 #else
38329 # include <assert.h>
38330 #endif
38331
38332 #undef getaddrinfo
38333
38334 /* Override any gcc2 internal prototype to avoid an error. */
38335 #ifdef __cplusplus
38336 extern "C"
38337 {
38338 #endif
38339 /* We use char because int might match the return type of a gcc2
38340 builtin and then its argument prototype would still apply. */
38341 char getaddrinfo ();
38342 /* The GNU C library defines this for functions which it implements
38343 to always fail with ENOSYS. Some functions are actually named
38344 something starting with __ and the normal name is an alias. */
38345 #if defined (__stub_getaddrinfo) || defined (__stub___getaddrinfo)
38346 choke me
38347 #else
38348 char (*f) () = getaddrinfo;
38349 #endif
38350 #ifdef __cplusplus
38351 }
38352 #endif
38353
38354 int
38355 main ()
38356 {
38357 return f != getaddrinfo;
38358 ;
38359 return 0;
38360 }
38361 _ACEOF
38362 rm -f conftest.$ac_objext conftest$ac_exeext
38363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38364 (eval $ac_link) 2>conftest.er1
38365 ac_status=$?
38366 grep -v '^ *+' conftest.er1 >conftest.err
38367 rm -f conftest.er1
38368 cat conftest.err >&5
38369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38370 (exit $ac_status); } &&
38371 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38373 (eval $ac_try) 2>&5
38374 ac_status=$?
38375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38376 (exit $ac_status); }; } &&
38377 { ac_try='test -s conftest$ac_exeext'
38378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38379 (eval $ac_try) 2>&5
38380 ac_status=$?
38381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38382 (exit $ac_status); }; }; then
38383 ac_cv_func_getaddrinfo=yes
38384 else
38385 echo "$as_me: failed program was:" >&5
38386 sed 's/^/| /' conftest.$ac_ext >&5
38387
38388 ac_cv_func_getaddrinfo=no
38389 fi
38390 rm -f conftest.err conftest.$ac_objext \
38391 conftest$ac_exeext conftest.$ac_ext
38392 fi
38393 echo "$as_me:$LINENO: result: $ac_cv_func_getaddrinfo" >&5
38394 echo "${ECHO_T}$ac_cv_func_getaddrinfo" >&6
38395 if test $ac_cv_func_getaddrinfo = yes; then
38396 cat >>confdefs.h <<\_ACEOF
38397 #define HAVE_GETADDRINFO 1
38398 _ACEOF
38399
38400 else
38401
38402
38403 ac_ext=c
38404 ac_cpp='$CPP $CPPFLAGS'
38405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38407 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38408
38409 echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
38410 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6
38411
38412 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
38413 echo $ECHO_N "(cached) $ECHO_C" >&6
38414 else
38415
38416
38417 ################################################################
38418
38419 ac_cv_func_which_gethostbyname_r=unknown
38420
38421 #
38422 # ONE ARGUMENT (sanity check)
38423 #
38424
38425 # This should fail, as there is no variant of gethostbyname_r() that takes
38426 # a single argument. If it actually compiles, then we can assume that
38427 # netdb.h is not declaring the function, and the compiler is thereby
38428 # assuming an implicit prototype. In which case, we're out of luck.
38429 #
38430 cat >conftest.$ac_ext <<_ACEOF
38431 /* confdefs.h. */
38432 _ACEOF
38433 cat confdefs.h >>conftest.$ac_ext
38434 cat >>conftest.$ac_ext <<_ACEOF
38435 /* end confdefs.h. */
38436 #include <netdb.h>
38437 int
38438 main ()
38439 {
38440
38441 char *name = "www.gnu.org";
38442 (void)gethostbyname_r(name) /* ; */
38443
38444 ;
38445 return 0;
38446 }
38447 _ACEOF
38448 rm -f conftest.$ac_objext
38449 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38450 (eval $ac_compile) 2>conftest.er1
38451 ac_status=$?
38452 grep -v '^ *+' conftest.er1 >conftest.err
38453 rm -f conftest.er1
38454 cat conftest.err >&5
38455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38456 (exit $ac_status); } &&
38457 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38459 (eval $ac_try) 2>&5
38460 ac_status=$?
38461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38462 (exit $ac_status); }; } &&
38463 { ac_try='test -s conftest.$ac_objext'
38464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38465 (eval $ac_try) 2>&5
38466 ac_status=$?
38467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38468 (exit $ac_status); }; }; then
38469 ac_cv_func_which_gethostbyname_r=no
38470 else
38471 echo "$as_me: failed program was:" >&5
38472 sed 's/^/| /' conftest.$ac_ext >&5
38473
38474 fi
38475 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38476
38477 #
38478 # SIX ARGUMENTS
38479 # (e.g. Linux)
38480 #
38481
38482 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
38483
38484 cat >conftest.$ac_ext <<_ACEOF
38485 /* confdefs.h. */
38486 _ACEOF
38487 cat confdefs.h >>conftest.$ac_ext
38488 cat >>conftest.$ac_ext <<_ACEOF
38489 /* end confdefs.h. */
38490 #include <netdb.h>
38491 int
38492 main ()
38493 {
38494
38495 char *name = "www.gnu.org";
38496 struct hostent ret, *retp;
38497 char buf[1024];
38498 int buflen = 1024;
38499 int my_h_errno;
38500 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
38501
38502 ;
38503 return 0;
38504 }
38505 _ACEOF
38506 rm -f conftest.$ac_objext
38507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38508 (eval $ac_compile) 2>conftest.er1
38509 ac_status=$?
38510 grep -v '^ *+' conftest.er1 >conftest.err
38511 rm -f conftest.er1
38512 cat conftest.err >&5
38513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38514 (exit $ac_status); } &&
38515 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38517 (eval $ac_try) 2>&5
38518 ac_status=$?
38519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38520 (exit $ac_status); }; } &&
38521 { ac_try='test -s conftest.$ac_objext'
38522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38523 (eval $ac_try) 2>&5
38524 ac_status=$?
38525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38526 (exit $ac_status); }; }; then
38527 ac_cv_func_which_gethostbyname_r=six
38528 else
38529 echo "$as_me: failed program was:" >&5
38530 sed 's/^/| /' conftest.$ac_ext >&5
38531
38532 fi
38533 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38534
38535 fi
38536
38537 #
38538 # FIVE ARGUMENTS
38539 # (e.g. Solaris)
38540 #
38541
38542 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
38543
38544 cat >conftest.$ac_ext <<_ACEOF
38545 /* confdefs.h. */
38546 _ACEOF
38547 cat confdefs.h >>conftest.$ac_ext
38548 cat >>conftest.$ac_ext <<_ACEOF
38549 /* end confdefs.h. */
38550 #include <netdb.h>
38551 int
38552 main ()
38553 {
38554
38555 char *name = "www.gnu.org";
38556 struct hostent ret;
38557 char buf[1024];
38558 int buflen = 1024;
38559 int my_h_errno;
38560 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
38561
38562 ;
38563 return 0;
38564 }
38565 _ACEOF
38566 rm -f conftest.$ac_objext
38567 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38568 (eval $ac_compile) 2>conftest.er1
38569 ac_status=$?
38570 grep -v '^ *+' conftest.er1 >conftest.err
38571 rm -f conftest.er1
38572 cat conftest.err >&5
38573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38574 (exit $ac_status); } &&
38575 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38577 (eval $ac_try) 2>&5
38578 ac_status=$?
38579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38580 (exit $ac_status); }; } &&
38581 { ac_try='test -s conftest.$ac_objext'
38582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38583 (eval $ac_try) 2>&5
38584 ac_status=$?
38585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38586 (exit $ac_status); }; }; then
38587 ac_cv_func_which_gethostbyname_r=five
38588 else
38589 echo "$as_me: failed program was:" >&5
38590 sed 's/^/| /' conftest.$ac_ext >&5
38591
38592 fi
38593 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38594
38595 fi
38596
38597 #
38598 # THREE ARGUMENTS
38599 # (e.g. AIX, HP-UX, Tru64)
38600 #
38601
38602 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
38603
38604 cat >conftest.$ac_ext <<_ACEOF
38605 /* confdefs.h. */
38606 _ACEOF
38607 cat confdefs.h >>conftest.$ac_ext
38608 cat >>conftest.$ac_ext <<_ACEOF
38609 /* end confdefs.h. */
38610 #include <netdb.h>
38611 int
38612 main ()
38613 {
38614
38615 char *name = "www.gnu.org";
38616 struct hostent ret;
38617 struct hostent_data data;
38618 (void)gethostbyname_r(name, &ret, &data) /* ; */
38619
38620 ;
38621 return 0;
38622 }
38623 _ACEOF
38624 rm -f conftest.$ac_objext
38625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38626 (eval $ac_compile) 2>conftest.er1
38627 ac_status=$?
38628 grep -v '^ *+' conftest.er1 >conftest.err
38629 rm -f conftest.er1
38630 cat conftest.err >&5
38631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38632 (exit $ac_status); } &&
38633 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38635 (eval $ac_try) 2>&5
38636 ac_status=$?
38637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38638 (exit $ac_status); }; } &&
38639 { ac_try='test -s conftest.$ac_objext'
38640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38641 (eval $ac_try) 2>&5
38642 ac_status=$?
38643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38644 (exit $ac_status); }; }; then
38645 ac_cv_func_which_gethostbyname_r=three
38646 else
38647 echo "$as_me: failed program was:" >&5
38648 sed 's/^/| /' conftest.$ac_ext >&5
38649
38650 fi
38651 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38652
38653 fi
38654
38655 ################################################################
38656
38657
38658 fi
38659
38660 case "$ac_cv_func_which_gethostbyname_r" in
38661 three)
38662 echo "$as_me:$LINENO: result: three" >&5
38663 echo "${ECHO_T}three" >&6
38664 cat >>confdefs.h <<\_ACEOF
38665 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
38666 _ACEOF
38667
38668 ;;
38669
38670 five)
38671 echo "$as_me:$LINENO: result: five" >&5
38672 echo "${ECHO_T}five" >&6
38673 cat >>confdefs.h <<\_ACEOF
38674 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
38675 _ACEOF
38676
38677 ;;
38678
38679 six)
38680 echo "$as_me:$LINENO: result: six" >&5
38681 echo "${ECHO_T}six" >&6
38682 cat >>confdefs.h <<\_ACEOF
38683 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
38684 _ACEOF
38685
38686 ;;
38687
38688 no)
38689 echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
38690 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6
38691 ;;
38692
38693 unknown)
38694 echo "$as_me:$LINENO: result: can't tell" >&5
38695 echo "${ECHO_T}can't tell" >&6
38696 ;;
38697
38698 *)
38699 { { echo "$as_me:$LINENO: error: internal error" >&5
38700 echo "$as_me: error: internal error" >&2;}
38701 { (exit 1); exit 1; }; }
38702 ;;
38703 esac
38704
38705 ac_ext=c
38706 ac_cpp='$CPP $CPPFLAGS'
38707 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38708 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38709 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38710
38711
38712
38713 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
38714 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
38715 echo "$as_me:$LINENO: checking for gethostbyname" >&5
38716 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
38717 if test "${ac_cv_func_gethostbyname+set}" = set; then
38718 echo $ECHO_N "(cached) $ECHO_C" >&6
38719 else
38720 cat >conftest.$ac_ext <<_ACEOF
38721 /* confdefs.h. */
38722 _ACEOF
38723 cat confdefs.h >>conftest.$ac_ext
38724 cat >>conftest.$ac_ext <<_ACEOF
38725 /* end confdefs.h. */
38726 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
38727 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38728 #define gethostbyname innocuous_gethostbyname
38729
38730 /* System header to define __stub macros and hopefully few prototypes,
38731 which can conflict with char gethostbyname (); below.
38732 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38733 <limits.h> exists even on freestanding compilers. */
38734
38735 #ifdef __STDC__
38736 # include <limits.h>
38737 #else
38738 # include <assert.h>
38739 #endif
38740
38741 #undef gethostbyname
38742
38743 /* Override any gcc2 internal prototype to avoid an error. */
38744 #ifdef __cplusplus
38745 extern "C"
38746 {
38747 #endif
38748 /* We use char because int might match the return type of a gcc2
38749 builtin and then its argument prototype would still apply. */
38750 char gethostbyname ();
38751 /* The GNU C library defines this for functions which it implements
38752 to always fail with ENOSYS. Some functions are actually named
38753 something starting with __ and the normal name is an alias. */
38754 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
38755 choke me
38756 #else
38757 char (*f) () = gethostbyname;
38758 #endif
38759 #ifdef __cplusplus
38760 }
38761 #endif
38762
38763 int
38764 main ()
38765 {
38766 return f != gethostbyname;
38767 ;
38768 return 0;
38769 }
38770 _ACEOF
38771 rm -f conftest.$ac_objext conftest$ac_exeext
38772 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38773 (eval $ac_link) 2>conftest.er1
38774 ac_status=$?
38775 grep -v '^ *+' conftest.er1 >conftest.err
38776 rm -f conftest.er1
38777 cat conftest.err >&5
38778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38779 (exit $ac_status); } &&
38780 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38782 (eval $ac_try) 2>&5
38783 ac_status=$?
38784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38785 (exit $ac_status); }; } &&
38786 { ac_try='test -s conftest$ac_exeext'
38787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38788 (eval $ac_try) 2>&5
38789 ac_status=$?
38790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38791 (exit $ac_status); }; }; then
38792 ac_cv_func_gethostbyname=yes
38793 else
38794 echo "$as_me: failed program was:" >&5
38795 sed 's/^/| /' conftest.$ac_ext >&5
38796
38797 ac_cv_func_gethostbyname=no
38798 fi
38799 rm -f conftest.err conftest.$ac_objext \
38800 conftest$ac_exeext conftest.$ac_ext
38801 fi
38802 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
38803 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
38804 if test $ac_cv_func_gethostbyname = yes; then
38805 cat >>confdefs.h <<\_ACEOF
38806 #define HAVE_GETHOSTBYNAME 1
38807 _ACEOF
38808
38809 fi
38810
38811 fi
38812 echo "$as_me:$LINENO: checking for getservbyname_r" >&5
38813 echo $ECHO_N "checking for getservbyname_r... $ECHO_C" >&6
38814 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
38815 echo $ECHO_N "(cached) $ECHO_C" >&6
38816 else
38817
38818 echo "$as_me:$LINENO: checking for getservbyname_r" >&5
38819 echo $ECHO_N "checking for getservbyname_r... $ECHO_C" >&6
38820 if test "${ac_cv_func_getservbyname_r+set}" = set; then
38821 echo $ECHO_N "(cached) $ECHO_C" >&6
38822 else
38823 cat >conftest.$ac_ext <<_ACEOF
38824 /* confdefs.h. */
38825 _ACEOF
38826 cat confdefs.h >>conftest.$ac_ext
38827 cat >>conftest.$ac_ext <<_ACEOF
38828 /* end confdefs.h. */
38829 /* Define getservbyname_r to an innocuous variant, in case <limits.h> declares getservbyname_r.
38830 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38831 #define getservbyname_r innocuous_getservbyname_r
38832
38833 /* System header to define __stub macros and hopefully few prototypes,
38834 which can conflict with char getservbyname_r (); below.
38835 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38836 <limits.h> exists even on freestanding compilers. */
38837
38838 #ifdef __STDC__
38839 # include <limits.h>
38840 #else
38841 # include <assert.h>
38842 #endif
38843
38844 #undef getservbyname_r
38845
38846 /* Override any gcc2 internal prototype to avoid an error. */
38847 #ifdef __cplusplus
38848 extern "C"
38849 {
38850 #endif
38851 /* We use char because int might match the return type of a gcc2
38852 builtin and then its argument prototype would still apply. */
38853 char getservbyname_r ();
38854 /* The GNU C library defines this for functions which it implements
38855 to always fail with ENOSYS. Some functions are actually named
38856 something starting with __ and the normal name is an alias. */
38857 #if defined (__stub_getservbyname_r) || defined (__stub___getservbyname_r)
38858 choke me
38859 #else
38860 char (*f) () = getservbyname_r;
38861 #endif
38862 #ifdef __cplusplus
38863 }
38864 #endif
38865
38866 int
38867 main ()
38868 {
38869 return f != getservbyname_r;
38870 ;
38871 return 0;
38872 }
38873 _ACEOF
38874 rm -f conftest.$ac_objext conftest$ac_exeext
38875 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38876 (eval $ac_link) 2>conftest.er1
38877 ac_status=$?
38878 grep -v '^ *+' conftest.er1 >conftest.err
38879 rm -f conftest.er1
38880 cat conftest.err >&5
38881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38882 (exit $ac_status); } &&
38883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38885 (eval $ac_try) 2>&5
38886 ac_status=$?
38887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38888 (exit $ac_status); }; } &&
38889 { ac_try='test -s conftest$ac_exeext'
38890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38891 (eval $ac_try) 2>&5
38892 ac_status=$?
38893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38894 (exit $ac_status); }; }; then
38895 ac_cv_func_getservbyname_r=yes
38896 else
38897 echo "$as_me: failed program was:" >&5
38898 sed 's/^/| /' conftest.$ac_ext >&5
38899
38900 ac_cv_func_getservbyname_r=no
38901 fi
38902 rm -f conftest.err conftest.$ac_objext \
38903 conftest$ac_exeext conftest.$ac_ext
38904 fi
38905 echo "$as_me:$LINENO: result: $ac_cv_func_getservbyname_r" >&5
38906 echo "${ECHO_T}$ac_cv_func_getservbyname_r" >&6
38907 if test $ac_cv_func_getservbyname_r = yes; then
38908
38909 cat >conftest.$ac_ext <<_ACEOF
38910 /* confdefs.h. */
38911 _ACEOF
38912 cat confdefs.h >>conftest.$ac_ext
38913 cat >>conftest.$ac_ext <<_ACEOF
38914 /* end confdefs.h. */
38915
38916 # include <netdb.h>
38917
38918 int
38919 main ()
38920 {
38921
38922
38923 char *name;
38924 char *proto;
38925 struct servent *se;
38926 struct servent_data data;
38927 (void) getservbyname_r(name, proto, se, &data);
38928
38929
38930 ;
38931 return 0;
38932 }
38933 _ACEOF
38934 rm -f conftest.$ac_objext
38935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38936 (eval $ac_compile) 2>conftest.er1
38937 ac_status=$?
38938 grep -v '^ *+' conftest.er1 >conftest.err
38939 rm -f conftest.er1
38940 cat conftest.err >&5
38941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38942 (exit $ac_status); } &&
38943 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38945 (eval $ac_try) 2>&5
38946 ac_status=$?
38947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38948 (exit $ac_status); }; } &&
38949 { ac_try='test -s conftest.$ac_objext'
38950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38951 (eval $ac_try) 2>&5
38952 ac_status=$?
38953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38954 (exit $ac_status); }; }; then
38955 ac_cv_func_which_getservbyname_r=four
38956 else
38957 echo "$as_me: failed program was:" >&5
38958 sed 's/^/| /' conftest.$ac_ext >&5
38959
38960
38961 cat >conftest.$ac_ext <<_ACEOF
38962 /* confdefs.h. */
38963 _ACEOF
38964 cat confdefs.h >>conftest.$ac_ext
38965 cat >>conftest.$ac_ext <<_ACEOF
38966 /* end confdefs.h. */
38967
38968 # include <netdb.h>
38969
38970 int
38971 main ()
38972 {
38973
38974 char *name;
38975 char *proto;
38976 struct servent *se, *res;
38977 char buffer[2048];
38978 int buflen = 2048;
38979 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
38980
38981 ;
38982 return 0;
38983 }
38984 _ACEOF
38985 rm -f conftest.$ac_objext
38986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38987 (eval $ac_compile) 2>conftest.er1
38988 ac_status=$?
38989 grep -v '^ *+' conftest.er1 >conftest.err
38990 rm -f conftest.er1
38991 cat conftest.err >&5
38992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38993 (exit $ac_status); } &&
38994 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38996 (eval $ac_try) 2>&5
38997 ac_status=$?
38998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38999 (exit $ac_status); }; } &&
39000 { ac_try='test -s conftest.$ac_objext'
39001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39002 (eval $ac_try) 2>&5
39003 ac_status=$?
39004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39005 (exit $ac_status); }; }; then
39006 ac_cv_func_which_getservbyname_r=six
39007 else
39008 echo "$as_me: failed program was:" >&5
39009 sed 's/^/| /' conftest.$ac_ext >&5
39010
39011
39012 cat >conftest.$ac_ext <<_ACEOF
39013 /* confdefs.h. */
39014 _ACEOF
39015 cat confdefs.h >>conftest.$ac_ext
39016 cat >>conftest.$ac_ext <<_ACEOF
39017 /* end confdefs.h. */
39018
39019 # include <netdb.h>
39020
39021 int
39022 main ()
39023 {
39024
39025 char *name;
39026 char *proto;
39027 struct servent *se;
39028 char buffer[2048];
39029 int buflen = 2048;
39030 (void) getservbyname_r(name, proto, se, buffer, buflen)
39031
39032 ;
39033 return 0;
39034 }
39035 _ACEOF
39036 rm -f conftest.$ac_objext
39037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39038 (eval $ac_compile) 2>conftest.er1
39039 ac_status=$?
39040 grep -v '^ *+' conftest.er1 >conftest.err
39041 rm -f conftest.er1
39042 cat conftest.err >&5
39043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39044 (exit $ac_status); } &&
39045 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39047 (eval $ac_try) 2>&5
39048 ac_status=$?
39049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39050 (exit $ac_status); }; } &&
39051 { ac_try='test -s conftest.$ac_objext'
39052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39053 (eval $ac_try) 2>&5
39054 ac_status=$?
39055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39056 (exit $ac_status); }; }; then
39057 ac_cv_func_which_getservbyname_r=five
39058 else
39059 echo "$as_me: failed program was:" >&5
39060 sed 's/^/| /' conftest.$ac_ext >&5
39061
39062 ac_cv_func_which_getservbyname_r=no
39063 fi
39064 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39065
39066
39067
39068
39069 fi
39070 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39071
39072
39073 fi
39074 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39075
39076 else
39077 ac_cv_func_which_getservbyname_r=no
39078 fi
39079
39080 fi
39081 echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
39082 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6
39083
39084 if test $ac_cv_func_which_getservbyname_r = six; then
39085 cat >>confdefs.h <<\_ACEOF
39086 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
39087 _ACEOF
39088
39089 elif test $ac_cv_func_which_getservbyname_r = five; then
39090 cat >>confdefs.h <<\_ACEOF
39091 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
39092 _ACEOF
39093
39094 elif test $ac_cv_func_which_getservbyname_r = four; then
39095 cat >>confdefs.h <<\_ACEOF
39096 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
39097 _ACEOF
39098
39099
39100 fi
39101
39102
39103 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
39104 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
39105
39106 for ac_func in getservbyname
39107 do
39108 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39109 echo "$as_me:$LINENO: checking for $ac_func" >&5
39110 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39111 if eval "test \"\${$as_ac_var+set}\" = set"; then
39112 echo $ECHO_N "(cached) $ECHO_C" >&6
39113 else
39114 cat >conftest.$ac_ext <<_ACEOF
39115 /* confdefs.h. */
39116 _ACEOF
39117 cat confdefs.h >>conftest.$ac_ext
39118 cat >>conftest.$ac_ext <<_ACEOF
39119 /* end confdefs.h. */
39120 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39121 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39122 #define $ac_func innocuous_$ac_func
39123
39124 /* System header to define __stub macros and hopefully few prototypes,
39125 which can conflict with char $ac_func (); below.
39126 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39127 <limits.h> exists even on freestanding compilers. */
39128
39129 #ifdef __STDC__
39130 # include <limits.h>
39131 #else
39132 # include <assert.h>
39133 #endif
39134
39135 #undef $ac_func
39136
39137 /* Override any gcc2 internal prototype to avoid an error. */
39138 #ifdef __cplusplus
39139 extern "C"
39140 {
39141 #endif
39142 /* We use char because int might match the return type of a gcc2
39143 builtin and then its argument prototype would still apply. */
39144 char $ac_func ();
39145 /* The GNU C library defines this for functions which it implements
39146 to always fail with ENOSYS. Some functions are actually named
39147 something starting with __ and the normal name is an alias. */
39148 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39149 choke me
39150 #else
39151 char (*f) () = $ac_func;
39152 #endif
39153 #ifdef __cplusplus
39154 }
39155 #endif
39156
39157 int
39158 main ()
39159 {
39160 return f != $ac_func;
39161 ;
39162 return 0;
39163 }
39164 _ACEOF
39165 rm -f conftest.$ac_objext conftest$ac_exeext
39166 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39167 (eval $ac_link) 2>conftest.er1
39168 ac_status=$?
39169 grep -v '^ *+' conftest.er1 >conftest.err
39170 rm -f conftest.er1
39171 cat conftest.err >&5
39172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39173 (exit $ac_status); } &&
39174 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39176 (eval $ac_try) 2>&5
39177 ac_status=$?
39178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39179 (exit $ac_status); }; } &&
39180 { ac_try='test -s conftest$ac_exeext'
39181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39182 (eval $ac_try) 2>&5
39183 ac_status=$?
39184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39185 (exit $ac_status); }; }; then
39186 eval "$as_ac_var=yes"
39187 else
39188 echo "$as_me: failed program was:" >&5
39189 sed 's/^/| /' conftest.$ac_ext >&5
39190
39191 eval "$as_ac_var=no"
39192 fi
39193 rm -f conftest.err conftest.$ac_objext \
39194 conftest$ac_exeext conftest.$ac_ext
39195 fi
39196 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39197 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39198 if test `eval echo '${'$as_ac_var'}'` = yes; then
39199 cat >>confdefs.h <<_ACEOF
39200 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39201 _ACEOF
39202 cat >>confdefs.h <<\_ACEOF
39203 #define HAVE_GETSERVBYNAME 1
39204 _ACEOF
39205
39206 fi
39207 done
39208
39209 fi
39210
39211
39212 fi
39213
39214
39215 if test "$wxUSE_THREADS" = "yes"; then
39216 cat >>confdefs.h <<\_ACEOF
39217 #define wxUSE_THREADS 1
39218 _ACEOF
39219
39220
39221 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
39222 else
39223 if test "$ac_cv_func_strtok_r" = "yes"; then
39224 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
39225 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
39226 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
39227 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
39228 echo "$as_me:$LINENO: result: yes" >&5
39229 echo "${ECHO_T}yes" >&6
39230 else
39231 echo "$as_me:$LINENO: result: no" >&5
39232 echo "${ECHO_T}no" >&6
39233 fi
39234 fi
39235 fi
39236
39237 if test "$WXGTK20" = 1 ; then
39238 cat >>confdefs.h <<_ACEOF
39239 #define __WXGTK20__ $WXGTK20
39240 _ACEOF
39241
39242 WXGTK12=1
39243 fi
39244
39245 if test "$WXGTK12" = 1 ; then
39246 cat >>confdefs.h <<_ACEOF
39247 #define __WXGTK12__ $WXGTK12
39248 _ACEOF
39249
39250 fi
39251
39252 if test "$WXGTK127" = 1 ; then
39253 cat >>confdefs.h <<_ACEOF
39254 #define __WXGTK127__ $WXGTK127
39255 _ACEOF
39256
39257 fi
39258
39259 if test "$WXGPE" = 1 ; then
39260 cat >>confdefs.h <<_ACEOF
39261 #define __WXGPE__ $WXGPE
39262 _ACEOF
39263
39264 fi
39265
39266 DEBUG_CFLAGS=
39267 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
39268 DEBUG_CFLAGS="-g"
39269 wxUSE_OPTIMISE=no
39270 fi
39271
39272 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
39273 wxUSE_DEBUG_INFO=yes
39274 if test "$GCC" = yes; then
39275 DEBUG_CFLAGS="-ggdb"
39276 fi
39277 fi
39278
39279 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
39280 cat >>confdefs.h <<\_ACEOF
39281 #define WXDEBUG 1
39282 _ACEOF
39283
39284 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
39285 else
39286 if test "$wxUSE_GTK" = 1 ; then
39287 CPPFLAGS="$CPPFLAGS -DGTK_NO_CHECK_CASTS"
39288 fi
39289 fi
39290
39291 if test "$wxUSE_MEM_TRACING" = "yes" ; then
39292 cat >>confdefs.h <<\_ACEOF
39293 #define wxUSE_MEMORY_TRACING 1
39294 _ACEOF
39295
39296 cat >>confdefs.h <<\_ACEOF
39297 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
39298 _ACEOF
39299
39300 cat >>confdefs.h <<\_ACEOF
39301 #define wxUSE_DEBUG_NEW_ALWAYS 1
39302 _ACEOF
39303
39304 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
39305 fi
39306
39307 if test "$wxUSE_DMALLOC" = "yes" ; then
39308 DMALLOC_LIBS="-ldmallocthcxx"
39309 fi
39310
39311 PROFILE_FLAGS=
39312 if test "$wxUSE_PROFILE" = "yes" ; then
39313 PROFILE_FLAGS=" -pg"
39314 fi
39315
39316 if test "$GCC" = "yes" ; then
39317 if test "$wxUSE_NO_RTTI" = "yes" ; then
39318 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
39319 fi
39320 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
39321 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
39322 fi
39323 if test "$wxUSE_PERMISSIVE" = "yes" ; then
39324 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
39325 fi
39326
39327 case "${host}" in
39328 powerpc*-*-aix* )
39329 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
39330 ;;
39331 *-hppa* )
39332 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
39333 ;;
39334 esac
39335 fi
39336
39337 OPTIMISE_CFLAGS=
39338 if test "$wxUSE_OPTIMISE" = "no" ; then
39339 if test "$GCC" = yes ; then
39340 OPTIMISE_CFLAGS="-O0"
39341 fi
39342 else
39343 if test "$GCC" = yes ; then
39344 OPTIMISE_CFLAGS="-O2"
39345 else
39346 OPTIMISE_CFLAGS="-O"
39347 fi
39348 fi
39349
39350
39351 if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
39352 cat >>confdefs.h <<\_ACEOF
39353 #define WXWIN_COMPATIBILITY_2_4 1
39354 _ACEOF
39355
39356
39357 WXWIN_COMPATIBILITY_2_6="yes"
39358 fi
39359
39360 if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
39361 cat >>confdefs.h <<\_ACEOF
39362 #define WXWIN_COMPATIBILITY_2_6 1
39363 _ACEOF
39364
39365 fi
39366
39367
39368 if test "$wxUSE_GUI" = "yes"; then
39369 cat >>confdefs.h <<\_ACEOF
39370 #define wxUSE_GUI 1
39371 _ACEOF
39372
39373
39374 fi
39375
39376
39377 if test "$wxUSE_UNIX" = "yes"; then
39378 cat >>confdefs.h <<\_ACEOF
39379 #define wxUSE_UNIX 1
39380 _ACEOF
39381
39382 fi
39383
39384
39385 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
39386
39387 HAVE_DL_FUNCS=0
39388 HAVE_SHL_FUNCS=0
39389 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
39390 if test "$USE_DARWIN" = 1; then
39391 HAVE_DL_FUNCS=1
39392 elif test "$USE_DOS" = 1; then
39393 HAVE_DL_FUNCS=0
39394 else
39395
39396 for ac_func in dlopen
39397 do
39398 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39399 echo "$as_me:$LINENO: checking for $ac_func" >&5
39400 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39401 if eval "test \"\${$as_ac_var+set}\" = set"; then
39402 echo $ECHO_N "(cached) $ECHO_C" >&6
39403 else
39404 cat >conftest.$ac_ext <<_ACEOF
39405 /* confdefs.h. */
39406 _ACEOF
39407 cat confdefs.h >>conftest.$ac_ext
39408 cat >>conftest.$ac_ext <<_ACEOF
39409 /* end confdefs.h. */
39410 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39411 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39412 #define $ac_func innocuous_$ac_func
39413
39414 /* System header to define __stub macros and hopefully few prototypes,
39415 which can conflict with char $ac_func (); below.
39416 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39417 <limits.h> exists even on freestanding compilers. */
39418
39419 #ifdef __STDC__
39420 # include <limits.h>
39421 #else
39422 # include <assert.h>
39423 #endif
39424
39425 #undef $ac_func
39426
39427 /* Override any gcc2 internal prototype to avoid an error. */
39428 #ifdef __cplusplus
39429 extern "C"
39430 {
39431 #endif
39432 /* We use char because int might match the return type of a gcc2
39433 builtin and then its argument prototype would still apply. */
39434 char $ac_func ();
39435 /* The GNU C library defines this for functions which it implements
39436 to always fail with ENOSYS. Some functions are actually named
39437 something starting with __ and the normal name is an alias. */
39438 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39439 choke me
39440 #else
39441 char (*f) () = $ac_func;
39442 #endif
39443 #ifdef __cplusplus
39444 }
39445 #endif
39446
39447 int
39448 main ()
39449 {
39450 return f != $ac_func;
39451 ;
39452 return 0;
39453 }
39454 _ACEOF
39455 rm -f conftest.$ac_objext conftest$ac_exeext
39456 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39457 (eval $ac_link) 2>conftest.er1
39458 ac_status=$?
39459 grep -v '^ *+' conftest.er1 >conftest.err
39460 rm -f conftest.er1
39461 cat conftest.err >&5
39462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39463 (exit $ac_status); } &&
39464 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39466 (eval $ac_try) 2>&5
39467 ac_status=$?
39468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39469 (exit $ac_status); }; } &&
39470 { ac_try='test -s conftest$ac_exeext'
39471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39472 (eval $ac_try) 2>&5
39473 ac_status=$?
39474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39475 (exit $ac_status); }; }; then
39476 eval "$as_ac_var=yes"
39477 else
39478 echo "$as_me: failed program was:" >&5
39479 sed 's/^/| /' conftest.$ac_ext >&5
39480
39481 eval "$as_ac_var=no"
39482 fi
39483 rm -f conftest.err conftest.$ac_objext \
39484 conftest$ac_exeext conftest.$ac_ext
39485 fi
39486 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39487 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39488 if test `eval echo '${'$as_ac_var'}'` = yes; then
39489 cat >>confdefs.h <<_ACEOF
39490 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39491 _ACEOF
39492
39493 cat >>confdefs.h <<\_ACEOF
39494 #define HAVE_DLOPEN 1
39495 _ACEOF
39496
39497 HAVE_DL_FUNCS=1
39498
39499 else
39500
39501 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
39502 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
39503 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
39504 echo $ECHO_N "(cached) $ECHO_C" >&6
39505 else
39506 ac_check_lib_save_LIBS=$LIBS
39507 LIBS="-ldl $LIBS"
39508 cat >conftest.$ac_ext <<_ACEOF
39509 /* confdefs.h. */
39510 _ACEOF
39511 cat confdefs.h >>conftest.$ac_ext
39512 cat >>conftest.$ac_ext <<_ACEOF
39513 /* end confdefs.h. */
39514
39515 /* Override any gcc2 internal prototype to avoid an error. */
39516 #ifdef __cplusplus
39517 extern "C"
39518 #endif
39519 /* We use char because int might match the return type of a gcc2
39520 builtin and then its argument prototype would still apply. */
39521 char dlopen ();
39522 int
39523 main ()
39524 {
39525 dlopen ();
39526 ;
39527 return 0;
39528 }
39529 _ACEOF
39530 rm -f conftest.$ac_objext conftest$ac_exeext
39531 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39532 (eval $ac_link) 2>conftest.er1
39533 ac_status=$?
39534 grep -v '^ *+' conftest.er1 >conftest.err
39535 rm -f conftest.er1
39536 cat conftest.err >&5
39537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39538 (exit $ac_status); } &&
39539 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39541 (eval $ac_try) 2>&5
39542 ac_status=$?
39543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39544 (exit $ac_status); }; } &&
39545 { ac_try='test -s conftest$ac_exeext'
39546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39547 (eval $ac_try) 2>&5
39548 ac_status=$?
39549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39550 (exit $ac_status); }; }; then
39551 ac_cv_lib_dl_dlopen=yes
39552 else
39553 echo "$as_me: failed program was:" >&5
39554 sed 's/^/| /' conftest.$ac_ext >&5
39555
39556 ac_cv_lib_dl_dlopen=no
39557 fi
39558 rm -f conftest.err conftest.$ac_objext \
39559 conftest$ac_exeext conftest.$ac_ext
39560 LIBS=$ac_check_lib_save_LIBS
39561 fi
39562 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
39563 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
39564 if test $ac_cv_lib_dl_dlopen = yes; then
39565
39566 cat >>confdefs.h <<\_ACEOF
39567 #define HAVE_DLOPEN 1
39568 _ACEOF
39569
39570 HAVE_DL_FUNCS=1
39571 DL_LINK=" -ldl$DL_LINK"
39572
39573 else
39574
39575
39576 for ac_func in shl_load
39577 do
39578 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39579 echo "$as_me:$LINENO: checking for $ac_func" >&5
39580 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39581 if eval "test \"\${$as_ac_var+set}\" = set"; then
39582 echo $ECHO_N "(cached) $ECHO_C" >&6
39583 else
39584 cat >conftest.$ac_ext <<_ACEOF
39585 /* confdefs.h. */
39586 _ACEOF
39587 cat confdefs.h >>conftest.$ac_ext
39588 cat >>conftest.$ac_ext <<_ACEOF
39589 /* end confdefs.h. */
39590 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39591 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39592 #define $ac_func innocuous_$ac_func
39593
39594 /* System header to define __stub macros and hopefully few prototypes,
39595 which can conflict with char $ac_func (); below.
39596 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39597 <limits.h> exists even on freestanding compilers. */
39598
39599 #ifdef __STDC__
39600 # include <limits.h>
39601 #else
39602 # include <assert.h>
39603 #endif
39604
39605 #undef $ac_func
39606
39607 /* Override any gcc2 internal prototype to avoid an error. */
39608 #ifdef __cplusplus
39609 extern "C"
39610 {
39611 #endif
39612 /* We use char because int might match the return type of a gcc2
39613 builtin and then its argument prototype would still apply. */
39614 char $ac_func ();
39615 /* The GNU C library defines this for functions which it implements
39616 to always fail with ENOSYS. Some functions are actually named
39617 something starting with __ and the normal name is an alias. */
39618 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39619 choke me
39620 #else
39621 char (*f) () = $ac_func;
39622 #endif
39623 #ifdef __cplusplus
39624 }
39625 #endif
39626
39627 int
39628 main ()
39629 {
39630 return f != $ac_func;
39631 ;
39632 return 0;
39633 }
39634 _ACEOF
39635 rm -f conftest.$ac_objext conftest$ac_exeext
39636 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39637 (eval $ac_link) 2>conftest.er1
39638 ac_status=$?
39639 grep -v '^ *+' conftest.er1 >conftest.err
39640 rm -f conftest.er1
39641 cat conftest.err >&5
39642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39643 (exit $ac_status); } &&
39644 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39646 (eval $ac_try) 2>&5
39647 ac_status=$?
39648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39649 (exit $ac_status); }; } &&
39650 { ac_try='test -s conftest$ac_exeext'
39651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39652 (eval $ac_try) 2>&5
39653 ac_status=$?
39654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39655 (exit $ac_status); }; }; then
39656 eval "$as_ac_var=yes"
39657 else
39658 echo "$as_me: failed program was:" >&5
39659 sed 's/^/| /' conftest.$ac_ext >&5
39660
39661 eval "$as_ac_var=no"
39662 fi
39663 rm -f conftest.err conftest.$ac_objext \
39664 conftest$ac_exeext conftest.$ac_ext
39665 fi
39666 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39667 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39668 if test `eval echo '${'$as_ac_var'}'` = yes; then
39669 cat >>confdefs.h <<_ACEOF
39670 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39671 _ACEOF
39672
39673 cat >>confdefs.h <<\_ACEOF
39674 #define HAVE_SHL_LOAD 1
39675 _ACEOF
39676
39677 HAVE_SHL_FUNCS=1
39678
39679 else
39680
39681 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
39682 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
39683 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
39684 echo $ECHO_N "(cached) $ECHO_C" >&6
39685 else
39686 ac_check_lib_save_LIBS=$LIBS
39687 LIBS="-lshl_load $LIBS"
39688 cat >conftest.$ac_ext <<_ACEOF
39689 /* confdefs.h. */
39690 _ACEOF
39691 cat confdefs.h >>conftest.$ac_ext
39692 cat >>conftest.$ac_ext <<_ACEOF
39693 /* end confdefs.h. */
39694
39695 /* Override any gcc2 internal prototype to avoid an error. */
39696 #ifdef __cplusplus
39697 extern "C"
39698 #endif
39699 /* We use char because int might match the return type of a gcc2
39700 builtin and then its argument prototype would still apply. */
39701 char dld ();
39702 int
39703 main ()
39704 {
39705 dld ();
39706 ;
39707 return 0;
39708 }
39709 _ACEOF
39710 rm -f conftest.$ac_objext conftest$ac_exeext
39711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39712 (eval $ac_link) 2>conftest.er1
39713 ac_status=$?
39714 grep -v '^ *+' conftest.er1 >conftest.err
39715 rm -f conftest.er1
39716 cat conftest.err >&5
39717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39718 (exit $ac_status); } &&
39719 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39721 (eval $ac_try) 2>&5
39722 ac_status=$?
39723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39724 (exit $ac_status); }; } &&
39725 { ac_try='test -s conftest$ac_exeext'
39726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39727 (eval $ac_try) 2>&5
39728 ac_status=$?
39729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39730 (exit $ac_status); }; }; then
39731 ac_cv_lib_shl_load_dld=yes
39732 else
39733 echo "$as_me: failed program was:" >&5
39734 sed 's/^/| /' conftest.$ac_ext >&5
39735
39736 ac_cv_lib_shl_load_dld=no
39737 fi
39738 rm -f conftest.err conftest.$ac_objext \
39739 conftest$ac_exeext conftest.$ac_ext
39740 LIBS=$ac_check_lib_save_LIBS
39741 fi
39742 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
39743 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
39744 if test $ac_cv_lib_shl_load_dld = yes; then
39745
39746 HAVE_SHL_FUNCS=1
39747 DL_LINK=" -ldld$DL_LINK"
39748
39749 fi
39750
39751
39752 fi
39753 done
39754
39755
39756 fi
39757
39758
39759 fi
39760 done
39761
39762
39763 if test "$HAVE_DL_FUNCS" = 1; then
39764
39765 for ac_func in dlerror
39766 do
39767 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39768 echo "$as_me:$LINENO: checking for $ac_func" >&5
39769 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39770 if eval "test \"\${$as_ac_var+set}\" = set"; then
39771 echo $ECHO_N "(cached) $ECHO_C" >&6
39772 else
39773 cat >conftest.$ac_ext <<_ACEOF
39774 /* confdefs.h. */
39775 _ACEOF
39776 cat confdefs.h >>conftest.$ac_ext
39777 cat >>conftest.$ac_ext <<_ACEOF
39778 /* end confdefs.h. */
39779 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39780 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39781 #define $ac_func innocuous_$ac_func
39782
39783 /* System header to define __stub macros and hopefully few prototypes,
39784 which can conflict with char $ac_func (); below.
39785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39786 <limits.h> exists even on freestanding compilers. */
39787
39788 #ifdef __STDC__
39789 # include <limits.h>
39790 #else
39791 # include <assert.h>
39792 #endif
39793
39794 #undef $ac_func
39795
39796 /* Override any gcc2 internal prototype to avoid an error. */
39797 #ifdef __cplusplus
39798 extern "C"
39799 {
39800 #endif
39801 /* We use char because int might match the return type of a gcc2
39802 builtin and then its argument prototype would still apply. */
39803 char $ac_func ();
39804 /* The GNU C library defines this for functions which it implements
39805 to always fail with ENOSYS. Some functions are actually named
39806 something starting with __ and the normal name is an alias. */
39807 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39808 choke me
39809 #else
39810 char (*f) () = $ac_func;
39811 #endif
39812 #ifdef __cplusplus
39813 }
39814 #endif
39815
39816 int
39817 main ()
39818 {
39819 return f != $ac_func;
39820 ;
39821 return 0;
39822 }
39823 _ACEOF
39824 rm -f conftest.$ac_objext conftest$ac_exeext
39825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39826 (eval $ac_link) 2>conftest.er1
39827 ac_status=$?
39828 grep -v '^ *+' conftest.er1 >conftest.err
39829 rm -f conftest.er1
39830 cat conftest.err >&5
39831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39832 (exit $ac_status); } &&
39833 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39835 (eval $ac_try) 2>&5
39836 ac_status=$?
39837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39838 (exit $ac_status); }; } &&
39839 { ac_try='test -s conftest$ac_exeext'
39840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39841 (eval $ac_try) 2>&5
39842 ac_status=$?
39843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39844 (exit $ac_status); }; }; then
39845 eval "$as_ac_var=yes"
39846 else
39847 echo "$as_me: failed program was:" >&5
39848 sed 's/^/| /' conftest.$ac_ext >&5
39849
39850 eval "$as_ac_var=no"
39851 fi
39852 rm -f conftest.err conftest.$ac_objext \
39853 conftest$ac_exeext conftest.$ac_ext
39854 fi
39855 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39856 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39857 if test `eval echo '${'$as_ac_var'}'` = yes; then
39858 cat >>confdefs.h <<_ACEOF
39859 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39860 _ACEOF
39861 cat >>confdefs.h <<\_ACEOF
39862 #define HAVE_DLERROR 1
39863 _ACEOF
39864
39865 else
39866
39867 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
39868 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
39869 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
39870 echo $ECHO_N "(cached) $ECHO_C" >&6
39871 else
39872 ac_check_lib_save_LIBS=$LIBS
39873 LIBS="-ldl $LIBS"
39874 cat >conftest.$ac_ext <<_ACEOF
39875 /* confdefs.h. */
39876 _ACEOF
39877 cat confdefs.h >>conftest.$ac_ext
39878 cat >>conftest.$ac_ext <<_ACEOF
39879 /* end confdefs.h. */
39880
39881 /* Override any gcc2 internal prototype to avoid an error. */
39882 #ifdef __cplusplus
39883 extern "C"
39884 #endif
39885 /* We use char because int might match the return type of a gcc2
39886 builtin and then its argument prototype would still apply. */
39887 char dlerror ();
39888 int
39889 main ()
39890 {
39891 dlerror ();
39892 ;
39893 return 0;
39894 }
39895 _ACEOF
39896 rm -f conftest.$ac_objext conftest$ac_exeext
39897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39898 (eval $ac_link) 2>conftest.er1
39899 ac_status=$?
39900 grep -v '^ *+' conftest.er1 >conftest.err
39901 rm -f conftest.er1
39902 cat conftest.err >&5
39903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39904 (exit $ac_status); } &&
39905 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39907 (eval $ac_try) 2>&5
39908 ac_status=$?
39909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39910 (exit $ac_status); }; } &&
39911 { ac_try='test -s conftest$ac_exeext'
39912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39913 (eval $ac_try) 2>&5
39914 ac_status=$?
39915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39916 (exit $ac_status); }; }; then
39917 ac_cv_lib_dl_dlerror=yes
39918 else
39919 echo "$as_me: failed program was:" >&5
39920 sed 's/^/| /' conftest.$ac_ext >&5
39921
39922 ac_cv_lib_dl_dlerror=no
39923 fi
39924 rm -f conftest.err conftest.$ac_objext \
39925 conftest$ac_exeext conftest.$ac_ext
39926 LIBS=$ac_check_lib_save_LIBS
39927 fi
39928 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
39929 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
39930 if test $ac_cv_lib_dl_dlerror = yes; then
39931 cat >>confdefs.h <<\_ACEOF
39932 #define HAVE_DLERROR 1
39933 _ACEOF
39934
39935 fi
39936
39937
39938
39939 fi
39940 done
39941
39942 fi
39943 fi
39944
39945 if test "$HAVE_DL_FUNCS" = 0; then
39946 if test "$HAVE_SHL_FUNCS" = 0; then
39947 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
39948 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
39949 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
39950 wxUSE_DYNAMIC_LOADER=no
39951 wxUSE_DYNLIB_CLASS=no
39952 else
39953 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
39954 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
39955 fi
39956 fi
39957 fi
39958 fi
39959 fi
39960
39961 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
39962 cat >>confdefs.h <<\_ACEOF
39963 #define wxUSE_DYNAMIC_LOADER 1
39964 _ACEOF
39965
39966 fi
39967 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
39968 cat >>confdefs.h <<\_ACEOF
39969 #define wxUSE_DYNLIB_CLASS 1
39970 _ACEOF
39971
39972 fi
39973
39974
39975
39976 if test "$wxUSE_PLUGINS" = "yes" ; then
39977 if test "$wxUSE_SHARED" = "no" ; then
39978 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
39979 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
39980 wxUSE_PLUGINS=no
39981 fi
39982 if test "$wxUSE_MONOLITHIC" = "yes" ; then
39983 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
39984 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
39985 wxUSE_PLUGINS=no
39986 fi
39987 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
39988 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
39989 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
39990 wxUSE_PLUGINS=no
39991 fi
39992 if test "$wxUSE_PLUGINS" = "yes" ; then
39993 cat >>confdefs.h <<\_ACEOF
39994 #define wxUSE_PLUGINS 1
39995 _ACEOF
39996
39997 fi
39998 fi
39999
40000
40001 if test "$wxUSE_STL" = "yes"; then
40002 cat >>confdefs.h <<\_ACEOF
40003 #define wxUSE_STL 1
40004 _ACEOF
40005
40006 fi
40007
40008 if test "$wxUSE_APPLE_IEEE" = "yes"; then
40009 cat >>confdefs.h <<\_ACEOF
40010 #define wxUSE_APPLE_IEEE 1
40011 _ACEOF
40012
40013 fi
40014
40015 if test "$wxUSE_TIMER" = "yes"; then
40016 cat >>confdefs.h <<\_ACEOF
40017 #define wxUSE_TIMER 1
40018 _ACEOF
40019
40020 fi
40021
40022 if test "$USE_UNIX" = "1" ; then
40023 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
40024 echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
40025 if test "${ac_cv_header_sys_soundcard+set}" = set; then
40026 echo $ECHO_N "(cached) $ECHO_C" >&6
40027 else
40028
40029 cat >conftest.$ac_ext <<_ACEOF
40030 /* confdefs.h. */
40031 _ACEOF
40032 cat confdefs.h >>conftest.$ac_ext
40033 cat >>conftest.$ac_ext <<_ACEOF
40034 /* end confdefs.h. */
40035
40036 #include <sys/soundcard.h>
40037
40038 int
40039 main ()
40040 {
40041
40042 ioctl(0, SNDCTL_DSP_SYNC, 0);
40043
40044 ;
40045 return 0;
40046 }
40047 _ACEOF
40048 rm -f conftest.$ac_objext conftest$ac_exeext
40049 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40050 (eval $ac_link) 2>conftest.er1
40051 ac_status=$?
40052 grep -v '^ *+' conftest.er1 >conftest.err
40053 rm -f conftest.er1
40054 cat conftest.err >&5
40055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40056 (exit $ac_status); } &&
40057 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40059 (eval $ac_try) 2>&5
40060 ac_status=$?
40061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40062 (exit $ac_status); }; } &&
40063 { ac_try='test -s conftest$ac_exeext'
40064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40065 (eval $ac_try) 2>&5
40066 ac_status=$?
40067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40068 (exit $ac_status); }; }; then
40069 ac_cv_header_sys_soundcard=yes
40070 else
40071 echo "$as_me: failed program was:" >&5
40072 sed 's/^/| /' conftest.$ac_ext >&5
40073
40074
40075 saveLibs="$LIBS"
40076 LIBS="$saveLibs -lossaudio"
40077 cat >conftest.$ac_ext <<_ACEOF
40078 /* confdefs.h. */
40079 _ACEOF
40080 cat confdefs.h >>conftest.$ac_ext
40081 cat >>conftest.$ac_ext <<_ACEOF
40082 /* end confdefs.h. */
40083
40084 #include <sys/soundcard.h>
40085
40086 int
40087 main ()
40088 {
40089
40090 ioctl(0, SNDCTL_DSP_SYNC, 0);
40091
40092 ;
40093 return 0;
40094 }
40095 _ACEOF
40096 rm -f conftest.$ac_objext conftest$ac_exeext
40097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40098 (eval $ac_link) 2>conftest.er1
40099 ac_status=$?
40100 grep -v '^ *+' conftest.er1 >conftest.err
40101 rm -f conftest.er1
40102 cat conftest.err >&5
40103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40104 (exit $ac_status); } &&
40105 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40107 (eval $ac_try) 2>&5
40108 ac_status=$?
40109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40110 (exit $ac_status); }; } &&
40111 { ac_try='test -s conftest$ac_exeext'
40112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40113 (eval $ac_try) 2>&5
40114 ac_status=$?
40115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40116 (exit $ac_status); }; }; then
40117 ac_cv_header_sys_soundcard=yes
40118 else
40119 echo "$as_me: failed program was:" >&5
40120 sed 's/^/| /' conftest.$ac_ext >&5
40121
40122
40123 LIBS="$saveLibs"
40124 ac_cv_header_sys_soundcard=no
40125
40126
40127 fi
40128 rm -f conftest.err conftest.$ac_objext \
40129 conftest$ac_exeext conftest.$ac_ext
40130
40131
40132 fi
40133 rm -f conftest.err conftest.$ac_objext \
40134 conftest$ac_exeext conftest.$ac_ext
40135
40136 fi
40137 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
40138 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
40139
40140 if test "$ac_cv_header_sys_soundcard" = "yes"; then
40141 cat >>confdefs.h <<\_ACEOF
40142 #define HAVE_SYS_SOUNDCARD_H 1
40143 _ACEOF
40144
40145 else
40146 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
40147 fi
40148 fi
40149 WITH_PLUGIN_SDL=0
40150 if test "$wxUSE_SOUND" = "yes"; then
40151 if test "$USE_UNIX" = "1" ; then
40152 if test "$wxUSE_LIBSDL" != "no"; then
40153
40154 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
40155 if test "${with_sdl_prefix+set}" = set; then
40156 withval="$with_sdl_prefix"
40157 sdl_prefix="$withval"
40158 else
40159 sdl_prefix=""
40160 fi;
40161
40162 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
40163 if test "${with_sdl_exec_prefix+set}" = set; then
40164 withval="$with_sdl_exec_prefix"
40165 sdl_exec_prefix="$withval"
40166 else
40167 sdl_exec_prefix=""
40168 fi;
40169 # Check whether --enable-sdltest or --disable-sdltest was given.
40170 if test "${enable_sdltest+set}" = set; then
40171 enableval="$enable_sdltest"
40172
40173 else
40174 enable_sdltest=yes
40175 fi;
40176
40177 if test x$sdl_exec_prefix != x ; then
40178 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
40179 if test x${SDL_CONFIG+set} != xset ; then
40180 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
40181 fi
40182 fi
40183 if test x$sdl_prefix != x ; then
40184 sdl_args="$sdl_args --prefix=$sdl_prefix"
40185 if test x${SDL_CONFIG+set} != xset ; then
40186 SDL_CONFIG=$sdl_prefix/bin/sdl-config
40187 fi
40188 fi
40189
40190
40191 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
40192 # Extract the first word of "sdl-config", so it can be a program name with args.
40193 set dummy sdl-config; ac_word=$2
40194 echo "$as_me:$LINENO: checking for $ac_word" >&5
40195 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40196 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
40197 echo $ECHO_N "(cached) $ECHO_C" >&6
40198 else
40199 case $SDL_CONFIG in
40200 [\\/]* | ?:[\\/]*)
40201 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
40202 ;;
40203 *)
40204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40205 for as_dir in $PATH
40206 do
40207 IFS=$as_save_IFS
40208 test -z "$as_dir" && as_dir=.
40209 for ac_exec_ext in '' $ac_executable_extensions; do
40210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40211 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
40212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40213 break 2
40214 fi
40215 done
40216 done
40217
40218 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
40219 ;;
40220 esac
40221 fi
40222 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
40223
40224 if test -n "$SDL_CONFIG"; then
40225 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
40226 echo "${ECHO_T}$SDL_CONFIG" >&6
40227 else
40228 echo "$as_me:$LINENO: result: no" >&5
40229 echo "${ECHO_T}no" >&6
40230 fi
40231
40232 min_sdl_version=1.2.0
40233 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
40234 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
40235 no_sdl=""
40236 if test "$SDL_CONFIG" = "no" ; then
40237 no_sdl=yes
40238 else
40239 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
40240 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
40241
40242 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
40243 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
40244 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
40245 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
40246 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
40247 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
40248 if test "x$enable_sdltest" = "xyes" ; then
40249 ac_save_CFLAGS="$CFLAGS"
40250 ac_save_CXXFLAGS="$CXXFLAGS"
40251 ac_save_LIBS="$LIBS"
40252 CFLAGS="$CFLAGS $SDL_CFLAGS"
40253 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
40254 LIBS="$LIBS $SDL_LIBS"
40255 rm -f conf.sdltest
40256 if test "$cross_compiling" = yes; then
40257 echo $ac_n "cross compiling; assumed OK... $ac_c"
40258 else
40259 cat >conftest.$ac_ext <<_ACEOF
40260 /* confdefs.h. */
40261 _ACEOF
40262 cat confdefs.h >>conftest.$ac_ext
40263 cat >>conftest.$ac_ext <<_ACEOF
40264 /* end confdefs.h. */
40265
40266 #include <stdio.h>
40267 #include <stdlib.h>
40268 #include <string.h>
40269 #include "SDL.h"
40270
40271 char*
40272 my_strdup (char *str)
40273 {
40274 char *new_str;
40275
40276 if (str)
40277 {
40278 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
40279 strcpy (new_str, str);
40280 }
40281 else
40282 new_str = NULL;
40283
40284 return new_str;
40285 }
40286
40287 int main (int argc, char *argv[])
40288 {
40289 int major, minor, micro;
40290 char *tmp_version;
40291
40292 /* This hangs on some systems (?)
40293 system ("touch conf.sdltest");
40294 */
40295 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
40296
40297 /* HP/UX 9 (%@#!) writes to sscanf strings */
40298 tmp_version = my_strdup("$min_sdl_version");
40299 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
40300 printf("%s, bad version string\n", "$min_sdl_version");
40301 exit(1);
40302 }
40303
40304 if (($sdl_major_version > major) ||
40305 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
40306 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
40307 {
40308 return 0;
40309 }
40310 else
40311 {
40312 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
40313 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
40314 printf("*** best to upgrade to the required version.\n");
40315 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
40316 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
40317 printf("*** config.cache before re-running configure\n");
40318 return 1;
40319 }
40320 }
40321
40322
40323 _ACEOF
40324 rm -f conftest$ac_exeext
40325 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40326 (eval $ac_link) 2>&5
40327 ac_status=$?
40328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40329 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40331 (eval $ac_try) 2>&5
40332 ac_status=$?
40333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40334 (exit $ac_status); }; }; then
40335 :
40336 else
40337 echo "$as_me: program exited with status $ac_status" >&5
40338 echo "$as_me: failed program was:" >&5
40339 sed 's/^/| /' conftest.$ac_ext >&5
40340
40341 ( exit $ac_status )
40342 no_sdl=yes
40343 fi
40344 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40345 fi
40346 CFLAGS="$ac_save_CFLAGS"
40347 CXXFLAGS="$ac_save_CXXFLAGS"
40348 LIBS="$ac_save_LIBS"
40349 fi
40350 fi
40351 if test "x$no_sdl" = x ; then
40352 echo "$as_me:$LINENO: result: yes" >&5
40353 echo "${ECHO_T}yes" >&6
40354
40355 EXTRALIBS_SDL="$SDL_LIBS"
40356 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
40357 cat >>confdefs.h <<\_ACEOF
40358 #define wxUSE_LIBSDL 1
40359 _ACEOF
40360
40361
40362 else
40363 echo "$as_me:$LINENO: result: no" >&5
40364 echo "${ECHO_T}no" >&6
40365 if test "$SDL_CONFIG" = "no" ; then
40366 echo "*** The sdl-config script installed by SDL could not be found"
40367 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
40368 echo "*** your path, or set the SDL_CONFIG environment variable to the"
40369 echo "*** full path to sdl-config."
40370 else
40371 if test -f conf.sdltest ; then
40372 :
40373 else
40374 echo "*** Could not run SDL test program, checking why..."
40375 CFLAGS="$CFLAGS $SDL_CFLAGS"
40376 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
40377 LIBS="$LIBS $SDL_LIBS"
40378 cat >conftest.$ac_ext <<_ACEOF
40379 /* confdefs.h. */
40380 _ACEOF
40381 cat confdefs.h >>conftest.$ac_ext
40382 cat >>conftest.$ac_ext <<_ACEOF
40383 /* end confdefs.h. */
40384
40385 #include <stdio.h>
40386 #include "SDL.h"
40387
40388 int main(int argc, char *argv[])
40389 { return 0; }
40390 #undef main
40391 #define main K_and_R_C_main
40392
40393 int
40394 main ()
40395 {
40396 return 0;
40397 ;
40398 return 0;
40399 }
40400 _ACEOF
40401 rm -f conftest.$ac_objext conftest$ac_exeext
40402 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40403 (eval $ac_link) 2>conftest.er1
40404 ac_status=$?
40405 grep -v '^ *+' conftest.er1 >conftest.err
40406 rm -f conftest.er1
40407 cat conftest.err >&5
40408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40409 (exit $ac_status); } &&
40410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40412 (eval $ac_try) 2>&5
40413 ac_status=$?
40414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40415 (exit $ac_status); }; } &&
40416 { ac_try='test -s conftest$ac_exeext'
40417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40418 (eval $ac_try) 2>&5
40419 ac_status=$?
40420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40421 (exit $ac_status); }; }; then
40422 echo "*** The test program compiled, but did not run. This usually means"
40423 echo "*** that the run-time linker is not finding SDL or finding the wrong"
40424 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
40425 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
40426 echo "*** to the installed location Also, make sure you have run ldconfig if that"
40427 echo "*** is required on your system"
40428 echo "***"
40429 echo "*** If you have an old version installed, it is best to remove it, although"
40430 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
40431 else
40432 echo "$as_me: failed program was:" >&5
40433 sed 's/^/| /' conftest.$ac_ext >&5
40434
40435 echo "*** The test program failed to compile or link. See the file config.log for the"
40436 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
40437 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
40438 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
40439 fi
40440 rm -f conftest.err conftest.$ac_objext \
40441 conftest$ac_exeext conftest.$ac_ext
40442 CFLAGS="$ac_save_CFLAGS"
40443 CXXFLAGS="$ac_save_CXXFLAGS"
40444 LIBS="$ac_save_LIBS"
40445 fi
40446 fi
40447 SDL_CFLAGS=""
40448 SDL_LIBS=""
40449 wxUSE_LIBSDL="no"
40450 fi
40451
40452
40453 rm -f conf.sdltest
40454
40455 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
40456 WITH_PLUGIN_SDL=1
40457 fi
40458 fi
40459 fi
40460
40461 cat >>confdefs.h <<\_ACEOF
40462 #define wxUSE_SOUND 1
40463 _ACEOF
40464
40465 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
40466 fi
40467
40468 if test "$WXGTK20" = 1; then
40469 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
40470 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
40471
40472
40473 succeeded=no
40474
40475 if test -z "$PKG_CONFIG"; then
40476 # Extract the first word of "pkg-config", so it can be a program name with args.
40477 set dummy pkg-config; ac_word=$2
40478 echo "$as_me:$LINENO: checking for $ac_word" >&5
40479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40480 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
40481 echo $ECHO_N "(cached) $ECHO_C" >&6
40482 else
40483 case $PKG_CONFIG in
40484 [\\/]* | ?:[\\/]*)
40485 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
40486 ;;
40487 *)
40488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40489 for as_dir in $PATH
40490 do
40491 IFS=$as_save_IFS
40492 test -z "$as_dir" && as_dir=.
40493 for ac_exec_ext in '' $ac_executable_extensions; do
40494 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40495 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
40496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40497 break 2
40498 fi
40499 done
40500 done
40501
40502 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
40503 ;;
40504 esac
40505 fi
40506 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
40507
40508 if test -n "$PKG_CONFIG"; then
40509 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
40510 echo "${ECHO_T}$PKG_CONFIG" >&6
40511 else
40512 echo "$as_me:$LINENO: result: no" >&5
40513 echo "${ECHO_T}no" >&6
40514 fi
40515
40516 fi
40517
40518 if test "$PKG_CONFIG" = "no" ; then
40519 echo "*** The pkg-config script could not be found. Make sure it is"
40520 echo "*** in your path, or set the PKG_CONFIG environment variable"
40521 echo "*** to the full path to pkg-config."
40522 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
40523 else
40524 PKG_CONFIG_MIN_VERSION=0.9.0
40525 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
40526 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
40527 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
40528
40529 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
40530 echo "$as_me:$LINENO: result: yes" >&5
40531 echo "${ECHO_T}yes" >&6
40532 succeeded=yes
40533
40534 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
40535 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
40536 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
40537 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
40538 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
40539
40540 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
40541 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
40542 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
40543 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
40544 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
40545 else
40546 LIBGNOMEPRINTUI_CFLAGS=""
40547 LIBGNOMEPRINTUI_LIBS=""
40548 ## If we have a custom action on failure, don't print errors, but
40549 ## do set a variable so people can do so.
40550 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
40551
40552 fi
40553
40554
40555
40556 else
40557 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
40558 echo "*** See http://www.freedesktop.org/software/pkgconfig"
40559 fi
40560 fi
40561
40562 if test $succeeded = yes; then
40563
40564 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
40565 cat >>confdefs.h <<\_ACEOF
40566 #define wxUSE_LIBGNOMEPRINT 1
40567 _ACEOF
40568
40569
40570 else
40571
40572 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
40573 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
40574 wxUSE_LIBGNOMEPRINT="no"
40575
40576
40577 fi
40578
40579 fi
40580 fi
40581 fi
40582
40583
40584 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
40585 cat >>confdefs.h <<\_ACEOF
40586 #define wxUSE_CMDLINE_PARSER 1
40587 _ACEOF
40588
40589 fi
40590
40591 if test "$wxUSE_STOPWATCH" = "yes"; then
40592 cat >>confdefs.h <<\_ACEOF
40593 #define wxUSE_STOPWATCH 1
40594 _ACEOF
40595
40596 fi
40597
40598 if test "$wxUSE_DATETIME" = "yes"; then
40599 cat >>confdefs.h <<\_ACEOF
40600 #define wxUSE_DATETIME 1
40601 _ACEOF
40602
40603 fi
40604
40605 if test "$wxUSE_FILE" = "yes"; then
40606 cat >>confdefs.h <<\_ACEOF
40607 #define wxUSE_FILE 1
40608 _ACEOF
40609
40610 fi
40611
40612 if test "$wxUSE_FFILE" = "yes"; then
40613 cat >>confdefs.h <<\_ACEOF
40614 #define wxUSE_FFILE 1
40615 _ACEOF
40616
40617 fi
40618
40619 if test "$wxUSE_FILESYSTEM" = "yes"; then
40620 cat >>confdefs.h <<\_ACEOF
40621 #define wxUSE_FILESYSTEM 1
40622 _ACEOF
40623
40624 fi
40625
40626 if test "$wxUSE_FS_ZIP" = "yes"; then
40627 cat >>confdefs.h <<\_ACEOF
40628 #define wxUSE_FS_ZIP 1
40629 _ACEOF
40630
40631 fi
40632
40633 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
40634 cat >>confdefs.h <<\_ACEOF
40635 #define wxUSE_ARCHIVE_STREAMS 1
40636 _ACEOF
40637
40638 fi
40639
40640 if test "$wxUSE_ZIPSTREAM" = "yes"; then
40641 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
40642 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
40643 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
40644 elif test "$wxUSE_ZLIB" = "no"; then
40645 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
40646 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
40647 else
40648 cat >>confdefs.h <<\_ACEOF
40649 #define wxUSE_ZIPSTREAM 1
40650 _ACEOF
40651
40652 fi
40653 fi
40654
40655 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
40656 if test "$USE_UNIX" != 1; then
40657 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
40658 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
40659 wxUSE_ON_FATAL_EXCEPTION=no
40660 else
40661 cat >>confdefs.h <<\_ACEOF
40662 #define wxUSE_ON_FATAL_EXCEPTION 1
40663 _ACEOF
40664
40665 fi
40666 fi
40667
40668 if test "$wxUSE_STACKWALKER" = "yes"; then
40669 cat >>confdefs.h <<\_ACEOF
40670 #define wxUSE_STACKWALKER 1
40671 _ACEOF
40672
40673 fi
40674
40675 if test "$wxUSE_DEBUGREPORT" = "yes"; then
40676 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
40677 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
40678 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
40679 wxUSE_DEBUGREPORT=no
40680 else
40681 cat >>confdefs.h <<\_ACEOF
40682 #define wxUSE_DEBUGREPORT 1
40683 _ACEOF
40684
40685 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
40686 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
40687 fi
40688 fi
40689 fi
40690
40691 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
40692 cat >>confdefs.h <<\_ACEOF
40693 #define wxUSE_SNGLINST_CHECKER 1
40694 _ACEOF
40695
40696 fi
40697
40698 if test "$wxUSE_BUSYINFO" = "yes"; then
40699 cat >>confdefs.h <<\_ACEOF
40700 #define wxUSE_BUSYINFO 1
40701 _ACEOF
40702
40703 fi
40704
40705 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
40706 cat >>confdefs.h <<\_ACEOF
40707 #define wxUSE_STD_IOSTREAM 1
40708 _ACEOF
40709
40710 fi
40711
40712 if test "$wxUSE_STD_STRING" = "yes"; then
40713 cat >>confdefs.h <<\_ACEOF
40714 #define wxUSE_STD_STRING 1
40715 _ACEOF
40716
40717 fi
40718
40719 if test "$wxUSE_STDPATHS" = "yes"; then
40720 cat >>confdefs.h <<\_ACEOF
40721 #define wxUSE_STDPATHS 1
40722 _ACEOF
40723
40724 fi
40725
40726 if test "$wxUSE_TEXTBUFFER" = "yes"; then
40727 cat >>confdefs.h <<\_ACEOF
40728 #define wxUSE_TEXTBUFFER 1
40729 _ACEOF
40730
40731 fi
40732
40733 if test "$wxUSE_TEXTFILE" = "yes"; then
40734 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
40735 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
40736 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
40737 else
40738 cat >>confdefs.h <<\_ACEOF
40739 #define wxUSE_TEXTFILE 1
40740 _ACEOF
40741
40742 fi
40743 fi
40744
40745 if test "$wxUSE_CONFIG" = "yes" ; then
40746 if test "$wxUSE_TEXTFILE" != "yes"; then
40747 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
40748 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
40749 else
40750 cat >>confdefs.h <<\_ACEOF
40751 #define wxUSE_CONFIG 1
40752 _ACEOF
40753
40754 cat >>confdefs.h <<\_ACEOF
40755 #define wxUSE_CONFIG_NATIVE 1
40756 _ACEOF
40757
40758 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
40759 fi
40760 fi
40761
40762 if test "$wxUSE_INTL" = "yes" ; then
40763 if test "$wxUSE_FILE" != "yes"; then
40764 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
40765 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
40766 else
40767 cat >>confdefs.h <<\_ACEOF
40768 #define wxUSE_INTL 1
40769 _ACEOF
40770
40771 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
40772 GUIDIST="$GUIDIST INTL_DIST"
40773 fi
40774 fi
40775
40776 if test "$wxUSE_LOG" = "yes"; then
40777 cat >>confdefs.h <<\_ACEOF
40778 #define wxUSE_LOG 1
40779 _ACEOF
40780
40781
40782 if test "$wxUSE_LOGGUI" = "yes"; then
40783 cat >>confdefs.h <<\_ACEOF
40784 #define wxUSE_LOGGUI 1
40785 _ACEOF
40786
40787 fi
40788
40789 if test "$wxUSE_LOGWINDOW" = "yes"; then
40790 cat >>confdefs.h <<\_ACEOF
40791 #define wxUSE_LOGWINDOW 1
40792 _ACEOF
40793
40794 fi
40795
40796 if test "$wxUSE_LOGDIALOG" = "yes"; then
40797 cat >>confdefs.h <<\_ACEOF
40798 #define wxUSE_LOG_DIALOG 1
40799 _ACEOF
40800
40801 fi
40802
40803 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
40804 fi
40805
40806 if test "$wxUSE_LONGLONG" = "yes"; then
40807 cat >>confdefs.h <<\_ACEOF
40808 #define wxUSE_LONGLONG 1
40809 _ACEOF
40810
40811 fi
40812
40813 if test "$wxUSE_GEOMETRY" = "yes"; then
40814 cat >>confdefs.h <<\_ACEOF
40815 #define wxUSE_GEOMETRY 1
40816 _ACEOF
40817
40818 fi
40819
40820 if test "$wxUSE_STREAMS" = "yes" ; then
40821 cat >>confdefs.h <<\_ACEOF
40822 #define wxUSE_STREAMS 1
40823 _ACEOF
40824
40825 fi
40826
40827
40828 if test "$wxUSE_DATETIME" = "yes"; then
40829
40830 for ac_func in strptime
40831 do
40832 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40833 echo "$as_me:$LINENO: checking for $ac_func" >&5
40834 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40835 if eval "test \"\${$as_ac_var+set}\" = set"; then
40836 echo $ECHO_N "(cached) $ECHO_C" >&6
40837 else
40838 cat >conftest.$ac_ext <<_ACEOF
40839 /* confdefs.h. */
40840 _ACEOF
40841 cat confdefs.h >>conftest.$ac_ext
40842 cat >>conftest.$ac_ext <<_ACEOF
40843 /* end confdefs.h. */
40844 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40846 #define $ac_func innocuous_$ac_func
40847
40848 /* System header to define __stub macros and hopefully few prototypes,
40849 which can conflict with char $ac_func (); below.
40850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40851 <limits.h> exists even on freestanding compilers. */
40852
40853 #ifdef __STDC__
40854 # include <limits.h>
40855 #else
40856 # include <assert.h>
40857 #endif
40858
40859 #undef $ac_func
40860
40861 /* Override any gcc2 internal prototype to avoid an error. */
40862 #ifdef __cplusplus
40863 extern "C"
40864 {
40865 #endif
40866 /* We use char because int might match the return type of a gcc2
40867 builtin and then its argument prototype would still apply. */
40868 char $ac_func ();
40869 /* The GNU C library defines this for functions which it implements
40870 to always fail with ENOSYS. Some functions are actually named
40871 something starting with __ and the normal name is an alias. */
40872 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40873 choke me
40874 #else
40875 char (*f) () = $ac_func;
40876 #endif
40877 #ifdef __cplusplus
40878 }
40879 #endif
40880
40881 int
40882 main ()
40883 {
40884 return f != $ac_func;
40885 ;
40886 return 0;
40887 }
40888 _ACEOF
40889 rm -f conftest.$ac_objext conftest$ac_exeext
40890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40891 (eval $ac_link) 2>conftest.er1
40892 ac_status=$?
40893 grep -v '^ *+' conftest.er1 >conftest.err
40894 rm -f conftest.er1
40895 cat conftest.err >&5
40896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40897 (exit $ac_status); } &&
40898 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40900 (eval $ac_try) 2>&5
40901 ac_status=$?
40902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40903 (exit $ac_status); }; } &&
40904 { ac_try='test -s conftest$ac_exeext'
40905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40906 (eval $ac_try) 2>&5
40907 ac_status=$?
40908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40909 (exit $ac_status); }; }; then
40910 eval "$as_ac_var=yes"
40911 else
40912 echo "$as_me: failed program was:" >&5
40913 sed 's/^/| /' conftest.$ac_ext >&5
40914
40915 eval "$as_ac_var=no"
40916 fi
40917 rm -f conftest.err conftest.$ac_objext \
40918 conftest$ac_exeext conftest.$ac_ext
40919 fi
40920 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40921 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40922 if test `eval echo '${'$as_ac_var'}'` = yes; then
40923 cat >>confdefs.h <<_ACEOF
40924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40925 _ACEOF
40926
40927 fi
40928 done
40929
40930 if test "$ac_cv_func_strptime" = "yes"; then
40931 echo "$as_me:$LINENO: checking for strptime declaration" >&5
40932 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
40933 if test "${wx_cv_func_strptime_decl+set}" = set; then
40934 echo $ECHO_N "(cached) $ECHO_C" >&6
40935 else
40936
40937
40938
40939 ac_ext=cc
40940 ac_cpp='$CXXCPP $CPPFLAGS'
40941 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40942 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40943 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40944
40945 cat >conftest.$ac_ext <<_ACEOF
40946 /* confdefs.h. */
40947 _ACEOF
40948 cat confdefs.h >>conftest.$ac_ext
40949 cat >>conftest.$ac_ext <<_ACEOF
40950 /* end confdefs.h. */
40951
40952 #include <time.h>
40953
40954 int
40955 main ()
40956 {
40957
40958 struct tm t;
40959 strptime("foo", "bar", &t);
40960
40961 ;
40962 return 0;
40963 }
40964 _ACEOF
40965 rm -f conftest.$ac_objext
40966 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40967 (eval $ac_compile) 2>conftest.er1
40968 ac_status=$?
40969 grep -v '^ *+' conftest.er1 >conftest.err
40970 rm -f conftest.er1
40971 cat conftest.err >&5
40972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40973 (exit $ac_status); } &&
40974 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40976 (eval $ac_try) 2>&5
40977 ac_status=$?
40978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40979 (exit $ac_status); }; } &&
40980 { ac_try='test -s conftest.$ac_objext'
40981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40982 (eval $ac_try) 2>&5
40983 ac_status=$?
40984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40985 (exit $ac_status); }; }; then
40986 wx_cv_func_strptime_decl=yes
40987 else
40988 echo "$as_me: failed program was:" >&5
40989 sed 's/^/| /' conftest.$ac_ext >&5
40990
40991 wx_cv_func_strptime_decl=no
40992
40993 fi
40994 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40995 ac_ext=c
40996 ac_cpp='$CPP $CPPFLAGS'
40997 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40998 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40999 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41000
41001
41002
41003 fi
41004 echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
41005 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
41006 fi
41007 if test "$wx_cv_func_strptime_decl" = "yes"; then
41008 cat >>confdefs.h <<\_ACEOF
41009 #define HAVE_STRPTIME_DECL 1
41010 _ACEOF
41011
41012 fi
41013
41014 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
41015 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
41016 if test "${wx_cv_var_timezone+set}" = set; then
41017 echo $ECHO_N "(cached) $ECHO_C" >&6
41018 else
41019
41020 cat >conftest.$ac_ext <<_ACEOF
41021 /* confdefs.h. */
41022 _ACEOF
41023 cat confdefs.h >>conftest.$ac_ext
41024 cat >>conftest.$ac_ext <<_ACEOF
41025 /* end confdefs.h. */
41026
41027 #include <time.h>
41028
41029 int
41030 main ()
41031 {
41032
41033 int tz;
41034 tz = timezone;
41035
41036 ;
41037 return 0;
41038 }
41039 _ACEOF
41040 rm -f conftest.$ac_objext
41041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41042 (eval $ac_compile) 2>conftest.er1
41043 ac_status=$?
41044 grep -v '^ *+' conftest.er1 >conftest.err
41045 rm -f conftest.er1
41046 cat conftest.err >&5
41047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41048 (exit $ac_status); } &&
41049 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41051 (eval $ac_try) 2>&5
41052 ac_status=$?
41053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41054 (exit $ac_status); }; } &&
41055 { ac_try='test -s conftest.$ac_objext'
41056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41057 (eval $ac_try) 2>&5
41058 ac_status=$?
41059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41060 (exit $ac_status); }; }; then
41061
41062 wx_cv_var_timezone=timezone
41063
41064 else
41065 echo "$as_me: failed program was:" >&5
41066 sed 's/^/| /' conftest.$ac_ext >&5
41067
41068
41069 cat >conftest.$ac_ext <<_ACEOF
41070 /* confdefs.h. */
41071 _ACEOF
41072 cat confdefs.h >>conftest.$ac_ext
41073 cat >>conftest.$ac_ext <<_ACEOF
41074 /* end confdefs.h. */
41075
41076 #include <time.h>
41077
41078 int
41079 main ()
41080 {
41081
41082 int tz;
41083 tz = _timezone;
41084
41085 ;
41086 return 0;
41087 }
41088 _ACEOF
41089 rm -f conftest.$ac_objext
41090 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41091 (eval $ac_compile) 2>conftest.er1
41092 ac_status=$?
41093 grep -v '^ *+' conftest.er1 >conftest.err
41094 rm -f conftest.er1
41095 cat conftest.err >&5
41096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41097 (exit $ac_status); } &&
41098 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41100 (eval $ac_try) 2>&5
41101 ac_status=$?
41102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41103 (exit $ac_status); }; } &&
41104 { ac_try='test -s conftest.$ac_objext'
41105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41106 (eval $ac_try) 2>&5
41107 ac_status=$?
41108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41109 (exit $ac_status); }; }; then
41110
41111 wx_cv_var_timezone=_timezone
41112
41113 else
41114 echo "$as_me: failed program was:" >&5
41115 sed 's/^/| /' conftest.$ac_ext >&5
41116
41117
41118 cat >conftest.$ac_ext <<_ACEOF
41119 /* confdefs.h. */
41120 _ACEOF
41121 cat confdefs.h >>conftest.$ac_ext
41122 cat >>conftest.$ac_ext <<_ACEOF
41123 /* end confdefs.h. */
41124
41125 #include <time.h>
41126
41127 int
41128 main ()
41129 {
41130
41131 int tz;
41132 tz = __timezone;
41133
41134 ;
41135 return 0;
41136 }
41137 _ACEOF
41138 rm -f conftest.$ac_objext
41139 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41140 (eval $ac_compile) 2>conftest.er1
41141 ac_status=$?
41142 grep -v '^ *+' conftest.er1 >conftest.err
41143 rm -f conftest.er1
41144 cat conftest.err >&5
41145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41146 (exit $ac_status); } &&
41147 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41149 (eval $ac_try) 2>&5
41150 ac_status=$?
41151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41152 (exit $ac_status); }; } &&
41153 { ac_try='test -s conftest.$ac_objext'
41154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41155 (eval $ac_try) 2>&5
41156 ac_status=$?
41157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41158 (exit $ac_status); }; }; then
41159
41160 wx_cv_var_timezone=__timezone
41161
41162 else
41163 echo "$as_me: failed program was:" >&5
41164 sed 's/^/| /' conftest.$ac_ext >&5
41165
41166
41167 if test "$USE_DOS" = 0 ; then
41168 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
41169 echo "$as_me: WARNING: no timezone variable" >&2;}
41170 fi
41171
41172
41173 fi
41174 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41175
41176
41177 fi
41178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41179
41180
41181 fi
41182 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41183
41184
41185 fi
41186 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
41187 echo "${ECHO_T}$wx_cv_var_timezone" >&6
41188
41189 if test "x$wx_cv_var_timezone" != x ; then
41190 cat >>confdefs.h <<_ACEOF
41191 #define WX_TIMEZONE $wx_cv_var_timezone
41192 _ACEOF
41193
41194 fi
41195
41196
41197 for ac_func in localtime
41198 do
41199 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41200 echo "$as_me:$LINENO: checking for $ac_func" >&5
41201 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41202 if eval "test \"\${$as_ac_var+set}\" = set"; then
41203 echo $ECHO_N "(cached) $ECHO_C" >&6
41204 else
41205 cat >conftest.$ac_ext <<_ACEOF
41206 /* confdefs.h. */
41207 _ACEOF
41208 cat confdefs.h >>conftest.$ac_ext
41209 cat >>conftest.$ac_ext <<_ACEOF
41210 /* end confdefs.h. */
41211 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41212 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41213 #define $ac_func innocuous_$ac_func
41214
41215 /* System header to define __stub macros and hopefully few prototypes,
41216 which can conflict with char $ac_func (); below.
41217 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41218 <limits.h> exists even on freestanding compilers. */
41219
41220 #ifdef __STDC__
41221 # include <limits.h>
41222 #else
41223 # include <assert.h>
41224 #endif
41225
41226 #undef $ac_func
41227
41228 /* Override any gcc2 internal prototype to avoid an error. */
41229 #ifdef __cplusplus
41230 extern "C"
41231 {
41232 #endif
41233 /* We use char because int might match the return type of a gcc2
41234 builtin and then its argument prototype would still apply. */
41235 char $ac_func ();
41236 /* The GNU C library defines this for functions which it implements
41237 to always fail with ENOSYS. Some functions are actually named
41238 something starting with __ and the normal name is an alias. */
41239 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41240 choke me
41241 #else
41242 char (*f) () = $ac_func;
41243 #endif
41244 #ifdef __cplusplus
41245 }
41246 #endif
41247
41248 int
41249 main ()
41250 {
41251 return f != $ac_func;
41252 ;
41253 return 0;
41254 }
41255 _ACEOF
41256 rm -f conftest.$ac_objext conftest$ac_exeext
41257 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41258 (eval $ac_link) 2>conftest.er1
41259 ac_status=$?
41260 grep -v '^ *+' conftest.er1 >conftest.err
41261 rm -f conftest.er1
41262 cat conftest.err >&5
41263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41264 (exit $ac_status); } &&
41265 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41267 (eval $ac_try) 2>&5
41268 ac_status=$?
41269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41270 (exit $ac_status); }; } &&
41271 { ac_try='test -s conftest$ac_exeext'
41272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41273 (eval $ac_try) 2>&5
41274 ac_status=$?
41275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41276 (exit $ac_status); }; }; then
41277 eval "$as_ac_var=yes"
41278 else
41279 echo "$as_me: failed program was:" >&5
41280 sed 's/^/| /' conftest.$ac_ext >&5
41281
41282 eval "$as_ac_var=no"
41283 fi
41284 rm -f conftest.err conftest.$ac_objext \
41285 conftest$ac_exeext conftest.$ac_ext
41286 fi
41287 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41288 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41289 if test `eval echo '${'$as_ac_var'}'` = yes; then
41290 cat >>confdefs.h <<_ACEOF
41291 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41292 _ACEOF
41293
41294 fi
41295 done
41296
41297
41298 if test "$ac_cv_func_localtime" = "yes"; then
41299 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
41300 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
41301 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
41302 echo $ECHO_N "(cached) $ECHO_C" >&6
41303 else
41304
41305 cat >conftest.$ac_ext <<_ACEOF
41306 /* confdefs.h. */
41307 _ACEOF
41308 cat confdefs.h >>conftest.$ac_ext
41309 cat >>conftest.$ac_ext <<_ACEOF
41310 /* end confdefs.h. */
41311
41312 #include <time.h>
41313
41314 int
41315 main ()
41316 {
41317
41318 struct tm tm;
41319 tm.tm_gmtoff++;
41320
41321 ;
41322 return 0;
41323 }
41324 _ACEOF
41325 rm -f conftest.$ac_objext
41326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41327 (eval $ac_compile) 2>conftest.er1
41328 ac_status=$?
41329 grep -v '^ *+' conftest.er1 >conftest.err
41330 rm -f conftest.er1
41331 cat conftest.err >&5
41332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41333 (exit $ac_status); } &&
41334 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41336 (eval $ac_try) 2>&5
41337 ac_status=$?
41338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41339 (exit $ac_status); }; } &&
41340 { ac_try='test -s conftest.$ac_objext'
41341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41342 (eval $ac_try) 2>&5
41343 ac_status=$?
41344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41345 (exit $ac_status); }; }; then
41346
41347 wx_cv_struct_tm_has_gmtoff=yes
41348
41349 else
41350 echo "$as_me: failed program was:" >&5
41351 sed 's/^/| /' conftest.$ac_ext >&5
41352
41353 wx_cv_struct_tm_has_gmtoff=no
41354
41355 fi
41356 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41357
41358 fi
41359 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
41360 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
41361 fi
41362
41363 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
41364 cat >>confdefs.h <<\_ACEOF
41365 #define WX_GMTOFF_IN_TM 1
41366 _ACEOF
41367
41368 fi
41369
41370
41371
41372 for ac_func in gettimeofday ftime
41373 do
41374 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41375 echo "$as_me:$LINENO: checking for $ac_func" >&5
41376 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41377 if eval "test \"\${$as_ac_var+set}\" = set"; then
41378 echo $ECHO_N "(cached) $ECHO_C" >&6
41379 else
41380 cat >conftest.$ac_ext <<_ACEOF
41381 /* confdefs.h. */
41382 _ACEOF
41383 cat confdefs.h >>conftest.$ac_ext
41384 cat >>conftest.$ac_ext <<_ACEOF
41385 /* end confdefs.h. */
41386 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41387 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41388 #define $ac_func innocuous_$ac_func
41389
41390 /* System header to define __stub macros and hopefully few prototypes,
41391 which can conflict with char $ac_func (); below.
41392 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41393 <limits.h> exists even on freestanding compilers. */
41394
41395 #ifdef __STDC__
41396 # include <limits.h>
41397 #else
41398 # include <assert.h>
41399 #endif
41400
41401 #undef $ac_func
41402
41403 /* Override any gcc2 internal prototype to avoid an error. */
41404 #ifdef __cplusplus
41405 extern "C"
41406 {
41407 #endif
41408 /* We use char because int might match the return type of a gcc2
41409 builtin and then its argument prototype would still apply. */
41410 char $ac_func ();
41411 /* The GNU C library defines this for functions which it implements
41412 to always fail with ENOSYS. Some functions are actually named
41413 something starting with __ and the normal name is an alias. */
41414 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41415 choke me
41416 #else
41417 char (*f) () = $ac_func;
41418 #endif
41419 #ifdef __cplusplus
41420 }
41421 #endif
41422
41423 int
41424 main ()
41425 {
41426 return f != $ac_func;
41427 ;
41428 return 0;
41429 }
41430 _ACEOF
41431 rm -f conftest.$ac_objext conftest$ac_exeext
41432 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41433 (eval $ac_link) 2>conftest.er1
41434 ac_status=$?
41435 grep -v '^ *+' conftest.er1 >conftest.err
41436 rm -f conftest.er1
41437 cat conftest.err >&5
41438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41439 (exit $ac_status); } &&
41440 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41442 (eval $ac_try) 2>&5
41443 ac_status=$?
41444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41445 (exit $ac_status); }; } &&
41446 { ac_try='test -s conftest$ac_exeext'
41447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41448 (eval $ac_try) 2>&5
41449 ac_status=$?
41450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41451 (exit $ac_status); }; }; then
41452 eval "$as_ac_var=yes"
41453 else
41454 echo "$as_me: failed program was:" >&5
41455 sed 's/^/| /' conftest.$ac_ext >&5
41456
41457 eval "$as_ac_var=no"
41458 fi
41459 rm -f conftest.err conftest.$ac_objext \
41460 conftest$ac_exeext conftest.$ac_ext
41461 fi
41462 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41463 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41464 if test `eval echo '${'$as_ac_var'}'` = yes; then
41465 cat >>confdefs.h <<_ACEOF
41466 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41467 _ACEOF
41468 break
41469 fi
41470 done
41471
41472
41473 if test "$ac_cv_func_gettimeofday" = "yes"; then
41474 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
41475 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
41476 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
41477 echo $ECHO_N "(cached) $ECHO_C" >&6
41478 else
41479
41480
41481
41482 ac_ext=cc
41483 ac_cpp='$CXXCPP $CPPFLAGS'
41484 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41485 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41486 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41487
41488
41489 cat >conftest.$ac_ext <<_ACEOF
41490 /* confdefs.h. */
41491 _ACEOF
41492 cat confdefs.h >>conftest.$ac_ext
41493 cat >>conftest.$ac_ext <<_ACEOF
41494 /* end confdefs.h. */
41495
41496 #include <sys/time.h>
41497 #include <unistd.h>
41498
41499 int
41500 main ()
41501 {
41502
41503 struct timeval tv;
41504 gettimeofday(&tv, NULL);
41505
41506 ;
41507 return 0;
41508 }
41509 _ACEOF
41510 rm -f conftest.$ac_objext
41511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41512 (eval $ac_compile) 2>conftest.er1
41513 ac_status=$?
41514 grep -v '^ *+' conftest.er1 >conftest.err
41515 rm -f conftest.er1
41516 cat conftest.err >&5
41517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41518 (exit $ac_status); } &&
41519 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41521 (eval $ac_try) 2>&5
41522 ac_status=$?
41523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41524 (exit $ac_status); }; } &&
41525 { ac_try='test -s conftest.$ac_objext'
41526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41527 (eval $ac_try) 2>&5
41528 ac_status=$?
41529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41530 (exit $ac_status); }; }; then
41531 wx_cv_func_gettimeofday_has_2_args=yes
41532 else
41533 echo "$as_me: failed program was:" >&5
41534 sed 's/^/| /' conftest.$ac_ext >&5
41535
41536 cat >conftest.$ac_ext <<_ACEOF
41537 /* confdefs.h. */
41538 _ACEOF
41539 cat confdefs.h >>conftest.$ac_ext
41540 cat >>conftest.$ac_ext <<_ACEOF
41541 /* end confdefs.h. */
41542
41543 #include <sys/time.h>
41544 #include <unistd.h>
41545
41546 int
41547 main ()
41548 {
41549
41550 struct timeval tv;
41551 gettimeofday(&tv);
41552
41553 ;
41554 return 0;
41555 }
41556 _ACEOF
41557 rm -f conftest.$ac_objext
41558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41559 (eval $ac_compile) 2>conftest.er1
41560 ac_status=$?
41561 grep -v '^ *+' conftest.er1 >conftest.err
41562 rm -f conftest.er1
41563 cat conftest.err >&5
41564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41565 (exit $ac_status); } &&
41566 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41568 (eval $ac_try) 2>&5
41569 ac_status=$?
41570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41571 (exit $ac_status); }; } &&
41572 { ac_try='test -s conftest.$ac_objext'
41573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41574 (eval $ac_try) 2>&5
41575 ac_status=$?
41576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41577 (exit $ac_status); }; }; then
41578 wx_cv_func_gettimeofday_has_2_args=no
41579 else
41580 echo "$as_me: failed program was:" >&5
41581 sed 's/^/| /' conftest.$ac_ext >&5
41582
41583
41584 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
41585 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
41586 wx_cv_func_gettimeofday_has_2_args=unknown
41587
41588
41589 fi
41590 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41591
41592 fi
41593 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41594 ac_ext=c
41595 ac_cpp='$CPP $CPPFLAGS'
41596 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41597 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41598 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41599
41600
41601 fi
41602 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
41603 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
41604
41605 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
41606 cat >>confdefs.h <<\_ACEOF
41607 #define WX_GETTIMEOFDAY_NO_TZ 1
41608 _ACEOF
41609
41610 fi
41611 fi
41612
41613 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
41614 fi
41615
41616
41617 if test "$wxUSE_SOCKETS" = "yes"; then
41618 if test "$wxUSE_MGL" = "1"; then
41619 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
41620 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
41621 wxUSE_SOCKETS="no"
41622 fi
41623 fi
41624
41625 if test "$wxUSE_SOCKETS" = "yes"; then
41626 if test "$TOOLKIT" != "MSW"; then
41627 echo "$as_me:$LINENO: checking for socket" >&5
41628 echo $ECHO_N "checking for socket... $ECHO_C" >&6
41629 if test "${ac_cv_func_socket+set}" = set; then
41630 echo $ECHO_N "(cached) $ECHO_C" >&6
41631 else
41632 cat >conftest.$ac_ext <<_ACEOF
41633 /* confdefs.h. */
41634 _ACEOF
41635 cat confdefs.h >>conftest.$ac_ext
41636 cat >>conftest.$ac_ext <<_ACEOF
41637 /* end confdefs.h. */
41638 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
41639 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41640 #define socket innocuous_socket
41641
41642 /* System header to define __stub macros and hopefully few prototypes,
41643 which can conflict with char socket (); below.
41644 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41645 <limits.h> exists even on freestanding compilers. */
41646
41647 #ifdef __STDC__
41648 # include <limits.h>
41649 #else
41650 # include <assert.h>
41651 #endif
41652
41653 #undef socket
41654
41655 /* Override any gcc2 internal prototype to avoid an error. */
41656 #ifdef __cplusplus
41657 extern "C"
41658 {
41659 #endif
41660 /* We use char because int might match the return type of a gcc2
41661 builtin and then its argument prototype would still apply. */
41662 char socket ();
41663 /* The GNU C library defines this for functions which it implements
41664 to always fail with ENOSYS. Some functions are actually named
41665 something starting with __ and the normal name is an alias. */
41666 #if defined (__stub_socket) || defined (__stub___socket)
41667 choke me
41668 #else
41669 char (*f) () = socket;
41670 #endif
41671 #ifdef __cplusplus
41672 }
41673 #endif
41674
41675 int
41676 main ()
41677 {
41678 return f != socket;
41679 ;
41680 return 0;
41681 }
41682 _ACEOF
41683 rm -f conftest.$ac_objext conftest$ac_exeext
41684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41685 (eval $ac_link) 2>conftest.er1
41686 ac_status=$?
41687 grep -v '^ *+' conftest.er1 >conftest.err
41688 rm -f conftest.er1
41689 cat conftest.err >&5
41690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41691 (exit $ac_status); } &&
41692 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41694 (eval $ac_try) 2>&5
41695 ac_status=$?
41696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41697 (exit $ac_status); }; } &&
41698 { ac_try='test -s conftest$ac_exeext'
41699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41700 (eval $ac_try) 2>&5
41701 ac_status=$?
41702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41703 (exit $ac_status); }; }; then
41704 ac_cv_func_socket=yes
41705 else
41706 echo "$as_me: failed program was:" >&5
41707 sed 's/^/| /' conftest.$ac_ext >&5
41708
41709 ac_cv_func_socket=no
41710 fi
41711 rm -f conftest.err conftest.$ac_objext \
41712 conftest$ac_exeext conftest.$ac_ext
41713 fi
41714 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
41715 echo "${ECHO_T}$ac_cv_func_socket" >&6
41716 if test $ac_cv_func_socket = yes; then
41717 :
41718 else
41719
41720 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
41721 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
41722 if test "${ac_cv_lib_socket_socket+set}" = set; then
41723 echo $ECHO_N "(cached) $ECHO_C" >&6
41724 else
41725 ac_check_lib_save_LIBS=$LIBS
41726 LIBS="-lsocket $LIBS"
41727 cat >conftest.$ac_ext <<_ACEOF
41728 /* confdefs.h. */
41729 _ACEOF
41730 cat confdefs.h >>conftest.$ac_ext
41731 cat >>conftest.$ac_ext <<_ACEOF
41732 /* end confdefs.h. */
41733
41734 /* Override any gcc2 internal prototype to avoid an error. */
41735 #ifdef __cplusplus
41736 extern "C"
41737 #endif
41738 /* We use char because int might match the return type of a gcc2
41739 builtin and then its argument prototype would still apply. */
41740 char socket ();
41741 int
41742 main ()
41743 {
41744 socket ();
41745 ;
41746 return 0;
41747 }
41748 _ACEOF
41749 rm -f conftest.$ac_objext conftest$ac_exeext
41750 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41751 (eval $ac_link) 2>conftest.er1
41752 ac_status=$?
41753 grep -v '^ *+' conftest.er1 >conftest.err
41754 rm -f conftest.er1
41755 cat conftest.err >&5
41756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41757 (exit $ac_status); } &&
41758 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41760 (eval $ac_try) 2>&5
41761 ac_status=$?
41762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41763 (exit $ac_status); }; } &&
41764 { ac_try='test -s conftest$ac_exeext'
41765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41766 (eval $ac_try) 2>&5
41767 ac_status=$?
41768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41769 (exit $ac_status); }; }; then
41770 ac_cv_lib_socket_socket=yes
41771 else
41772 echo "$as_me: failed program was:" >&5
41773 sed 's/^/| /' conftest.$ac_ext >&5
41774
41775 ac_cv_lib_socket_socket=no
41776 fi
41777 rm -f conftest.err conftest.$ac_objext \
41778 conftest$ac_exeext conftest.$ac_ext
41779 LIBS=$ac_check_lib_save_LIBS
41780 fi
41781 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
41782 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
41783 if test $ac_cv_lib_socket_socket = yes; then
41784 if test "$INET_LINK" != " -lsocket"; then
41785 INET_LINK="$INET_LINK -lsocket"
41786 fi
41787 else
41788
41789 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
41790 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
41791 wxUSE_SOCKETS=no
41792
41793
41794 fi
41795
41796
41797
41798 fi
41799
41800 fi
41801 fi
41802
41803 if test "$wxUSE_SOCKETS" = "yes" ; then
41804 if test "$TOOLKIT" != "MSW"; then
41805 ac_ext=cc
41806 ac_cpp='$CXXCPP $CPPFLAGS'
41807 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41808 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41809 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41810
41811 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
41812 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
41813 if test "${wx_cv_type_getsockname3+set}" = set; then
41814 echo $ECHO_N "(cached) $ECHO_C" >&6
41815 else
41816
41817 cat >conftest.$ac_ext <<_ACEOF
41818 /* confdefs.h. */
41819 _ACEOF
41820 cat confdefs.h >>conftest.$ac_ext
41821 cat >>conftest.$ac_ext <<_ACEOF
41822 /* end confdefs.h. */
41823
41824 #include <sys/types.h>
41825 #include <sys/socket.h>
41826
41827 int
41828 main ()
41829 {
41830
41831 socklen_t len;
41832 getsockname(0, 0, &len);
41833
41834 ;
41835 return 0;
41836 }
41837 _ACEOF
41838 rm -f conftest.$ac_objext
41839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41840 (eval $ac_compile) 2>conftest.er1
41841 ac_status=$?
41842 grep -v '^ *+' conftest.er1 >conftest.err
41843 rm -f conftest.er1
41844 cat conftest.err >&5
41845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41846 (exit $ac_status); } &&
41847 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41849 (eval $ac_try) 2>&5
41850 ac_status=$?
41851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41852 (exit $ac_status); }; } &&
41853 { ac_try='test -s conftest.$ac_objext'
41854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41855 (eval $ac_try) 2>&5
41856 ac_status=$?
41857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41858 (exit $ac_status); }; }; then
41859 wx_cv_type_getsockname3=socklen_t
41860 else
41861 echo "$as_me: failed program was:" >&5
41862 sed 's/^/| /' conftest.$ac_ext >&5
41863
41864
41865 CXXFLAGS_OLD="$CXXFLAGS"
41866 if test "$GCC" = yes ; then
41867 CXXFLAGS="$CXXFLAGS -Werror"
41868 fi
41869
41870 cat >conftest.$ac_ext <<_ACEOF
41871 /* confdefs.h. */
41872 _ACEOF
41873 cat confdefs.h >>conftest.$ac_ext
41874 cat >>conftest.$ac_ext <<_ACEOF
41875 /* end confdefs.h. */
41876
41877 #include <sys/types.h>
41878 #include <sys/socket.h>
41879
41880 int
41881 main ()
41882 {
41883
41884 size_t len;
41885 getsockname(0, 0, &len);
41886
41887 ;
41888 return 0;
41889 }
41890 _ACEOF
41891 rm -f conftest.$ac_objext
41892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41893 (eval $ac_compile) 2>conftest.er1
41894 ac_status=$?
41895 grep -v '^ *+' conftest.er1 >conftest.err
41896 rm -f conftest.er1
41897 cat conftest.err >&5
41898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41899 (exit $ac_status); } &&
41900 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41902 (eval $ac_try) 2>&5
41903 ac_status=$?
41904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41905 (exit $ac_status); }; } &&
41906 { ac_try='test -s conftest.$ac_objext'
41907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41908 (eval $ac_try) 2>&5
41909 ac_status=$?
41910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41911 (exit $ac_status); }; }; then
41912 wx_cv_type_getsockname3=size_t
41913 else
41914 echo "$as_me: failed program was:" >&5
41915 sed 's/^/| /' conftest.$ac_ext >&5
41916
41917 cat >conftest.$ac_ext <<_ACEOF
41918 /* confdefs.h. */
41919 _ACEOF
41920 cat confdefs.h >>conftest.$ac_ext
41921 cat >>conftest.$ac_ext <<_ACEOF
41922 /* end confdefs.h. */
41923
41924 #include <sys/types.h>
41925 #include <sys/socket.h>
41926
41927 int
41928 main ()
41929 {
41930
41931 int len;
41932 getsockname(0, 0, &len);
41933
41934 ;
41935 return 0;
41936 }
41937 _ACEOF
41938 rm -f conftest.$ac_objext
41939 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41940 (eval $ac_compile) 2>conftest.er1
41941 ac_status=$?
41942 grep -v '^ *+' conftest.er1 >conftest.err
41943 rm -f conftest.er1
41944 cat conftest.err >&5
41945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41946 (exit $ac_status); } &&
41947 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41949 (eval $ac_try) 2>&5
41950 ac_status=$?
41951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41952 (exit $ac_status); }; } &&
41953 { ac_try='test -s conftest.$ac_objext'
41954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41955 (eval $ac_try) 2>&5
41956 ac_status=$?
41957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41958 (exit $ac_status); }; }; then
41959 wx_cv_type_getsockname3=int
41960 else
41961 echo "$as_me: failed program was:" >&5
41962 sed 's/^/| /' conftest.$ac_ext >&5
41963
41964 wx_cv_type_getsockname3=unknown
41965
41966 fi
41967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41968
41969 fi
41970 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41971
41972 CXXFLAGS="$CXXFLAGS_OLD"
41973
41974
41975 fi
41976 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41977
41978 fi
41979 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
41980 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
41981
41982 if test "$wx_cv_type_getsockname3" = "unknown"; then
41983 wxUSE_SOCKETS=no
41984 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
41985 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
41986 else
41987 cat >>confdefs.h <<_ACEOF
41988 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
41989 _ACEOF
41990
41991 fi
41992 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
41993 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
41994 if test "${wx_cv_type_getsockopt5+set}" = set; then
41995 echo $ECHO_N "(cached) $ECHO_C" >&6
41996 else
41997
41998 cat >conftest.$ac_ext <<_ACEOF
41999 /* confdefs.h. */
42000 _ACEOF
42001 cat confdefs.h >>conftest.$ac_ext
42002 cat >>conftest.$ac_ext <<_ACEOF
42003 /* end confdefs.h. */
42004
42005 #include <sys/types.h>
42006 #include <sys/socket.h>
42007
42008 int
42009 main ()
42010 {
42011
42012 socklen_t len;
42013 getsockopt(0, 0, 0, 0, &len);
42014
42015 ;
42016 return 0;
42017 }
42018 _ACEOF
42019 rm -f conftest.$ac_objext
42020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42021 (eval $ac_compile) 2>conftest.er1
42022 ac_status=$?
42023 grep -v '^ *+' conftest.er1 >conftest.err
42024 rm -f conftest.er1
42025 cat conftest.err >&5
42026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42027 (exit $ac_status); } &&
42028 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42030 (eval $ac_try) 2>&5
42031 ac_status=$?
42032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42033 (exit $ac_status); }; } &&
42034 { ac_try='test -s conftest.$ac_objext'
42035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42036 (eval $ac_try) 2>&5
42037 ac_status=$?
42038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42039 (exit $ac_status); }; }; then
42040 wx_cv_type_getsockopt5=socklen_t
42041 else
42042 echo "$as_me: failed program was:" >&5
42043 sed 's/^/| /' conftest.$ac_ext >&5
42044
42045
42046 CXXFLAGS_OLD="$CXXFLAGS"
42047 if test "$GCC" = yes ; then
42048 CXXFLAGS="$CXXFLAGS -Werror"
42049 fi
42050
42051 cat >conftest.$ac_ext <<_ACEOF
42052 /* confdefs.h. */
42053 _ACEOF
42054 cat confdefs.h >>conftest.$ac_ext
42055 cat >>conftest.$ac_ext <<_ACEOF
42056 /* end confdefs.h. */
42057
42058 #include <sys/types.h>
42059 #include <sys/socket.h>
42060
42061 int
42062 main ()
42063 {
42064
42065 size_t len;
42066 getsockopt(0, 0, 0, 0, &len);
42067
42068 ;
42069 return 0;
42070 }
42071 _ACEOF
42072 rm -f conftest.$ac_objext
42073 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42074 (eval $ac_compile) 2>conftest.er1
42075 ac_status=$?
42076 grep -v '^ *+' conftest.er1 >conftest.err
42077 rm -f conftest.er1
42078 cat conftest.err >&5
42079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42080 (exit $ac_status); } &&
42081 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42083 (eval $ac_try) 2>&5
42084 ac_status=$?
42085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42086 (exit $ac_status); }; } &&
42087 { ac_try='test -s conftest.$ac_objext'
42088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42089 (eval $ac_try) 2>&5
42090 ac_status=$?
42091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42092 (exit $ac_status); }; }; then
42093 wx_cv_type_getsockopt5=size_t
42094 else
42095 echo "$as_me: failed program was:" >&5
42096 sed 's/^/| /' conftest.$ac_ext >&5
42097
42098 cat >conftest.$ac_ext <<_ACEOF
42099 /* confdefs.h. */
42100 _ACEOF
42101 cat confdefs.h >>conftest.$ac_ext
42102 cat >>conftest.$ac_ext <<_ACEOF
42103 /* end confdefs.h. */
42104
42105 #include <sys/types.h>
42106 #include <sys/socket.h>
42107
42108 int
42109 main ()
42110 {
42111
42112 int len;
42113 getsockopt(0, 0, 0, 0, &len);
42114
42115 ;
42116 return 0;
42117 }
42118 _ACEOF
42119 rm -f conftest.$ac_objext
42120 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42121 (eval $ac_compile) 2>conftest.er1
42122 ac_status=$?
42123 grep -v '^ *+' conftest.er1 >conftest.err
42124 rm -f conftest.er1
42125 cat conftest.err >&5
42126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42127 (exit $ac_status); } &&
42128 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42130 (eval $ac_try) 2>&5
42131 ac_status=$?
42132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42133 (exit $ac_status); }; } &&
42134 { ac_try='test -s conftest.$ac_objext'
42135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42136 (eval $ac_try) 2>&5
42137 ac_status=$?
42138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42139 (exit $ac_status); }; }; then
42140 wx_cv_type_getsockopt5=int
42141 else
42142 echo "$as_me: failed program was:" >&5
42143 sed 's/^/| /' conftest.$ac_ext >&5
42144
42145 wx_cv_type_getsockopt5=unknown
42146
42147 fi
42148 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42149
42150 fi
42151 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42152
42153 CXXFLAGS="$CXXFLAGS_OLD"
42154
42155
42156 fi
42157 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42158
42159 fi
42160 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
42161 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
42162
42163 if test "$wx_cv_type_getsockopt5" = "unknown"; then
42164 wxUSE_SOCKETS=no
42165 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
42166 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
42167 else
42168 cat >>confdefs.h <<_ACEOF
42169 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
42170 _ACEOF
42171
42172 fi
42173 ac_ext=c
42174 ac_cpp='$CPP $CPPFLAGS'
42175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42178
42179 fi
42180 fi
42181
42182 if test "$wxUSE_SOCKETS" = "yes" ; then
42183 cat >>confdefs.h <<\_ACEOF
42184 #define wxUSE_SOCKETS 1
42185 _ACEOF
42186
42187 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
42188 fi
42189
42190 if test "$wxUSE_PROTOCOL" = "yes"; then
42191 if test "$wxUSE_SOCKETS" != "yes"; then
42192 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
42193 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
42194 wxUSE_PROTOCOL=no
42195 fi
42196 fi
42197
42198 if test "$wxUSE_PROTOCOL" = "yes"; then
42199 cat >>confdefs.h <<\_ACEOF
42200 #define wxUSE_PROTOCOL 1
42201 _ACEOF
42202
42203
42204 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
42205 cat >>confdefs.h <<\_ACEOF
42206 #define wxUSE_PROTOCOL_HTTP 1
42207 _ACEOF
42208
42209 fi
42210 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
42211 cat >>confdefs.h <<\_ACEOF
42212 #define wxUSE_PROTOCOL_FTP 1
42213 _ACEOF
42214
42215 fi
42216 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
42217 cat >>confdefs.h <<\_ACEOF
42218 #define wxUSE_PROTOCOL_FILE 1
42219 _ACEOF
42220
42221 fi
42222 else
42223 if test "$wxUSE_FS_INET" = "yes"; then
42224 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
42225 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
42226 wxUSE_FS_INET="no"
42227 fi
42228 fi
42229
42230 if test "$wxUSE_URL" = "yes"; then
42231 if test "$wxUSE_PROTOCOL" != "yes"; then
42232 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
42233 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
42234 wxUSE_URL=no
42235 fi
42236 if test "$wxUSE_URL" = "yes"; then
42237 cat >>confdefs.h <<\_ACEOF
42238 #define wxUSE_URL 1
42239 _ACEOF
42240
42241 fi
42242 fi
42243
42244 if test "$wxUSE_FS_INET" = "yes"; then
42245 cat >>confdefs.h <<\_ACEOF
42246 #define wxUSE_FS_INET 1
42247 _ACEOF
42248
42249 fi
42250
42251
42252 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
42253 wxUSE_JOYSTICK=no
42254
42255 if test "$TOOLKIT" = "MSW"; then
42256 wxUSE_JOYSTICK=yes
42257
42258 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
42259 if test "$USE_DARWIN" = 1; then
42260 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
42261 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
42262 ac_ext=cc
42263 ac_cpp='$CXXCPP $CPPFLAGS'
42264 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42265 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42266 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42267
42268 cat >conftest.$ac_ext <<_ACEOF
42269 /* confdefs.h. */
42270 _ACEOF
42271 cat confdefs.h >>conftest.$ac_ext
42272 cat >>conftest.$ac_ext <<_ACEOF
42273 /* end confdefs.h. */
42274 #include <IOKit/hid/IOHIDLib.h>
42275 int
42276 main ()
42277 {
42278 IOHIDQueueInterface *qi = NULL;
42279 IOHIDCallbackFunction cb = NULL;
42280 qi->setEventCallout(NULL, cb, NULL, NULL);
42281 ;
42282 return 0;
42283 }
42284 _ACEOF
42285 rm -f conftest.$ac_objext
42286 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42287 (eval $ac_compile) 2>conftest.er1
42288 ac_status=$?
42289 grep -v '^ *+' conftest.er1 >conftest.err
42290 rm -f conftest.er1
42291 cat conftest.err >&5
42292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42293 (exit $ac_status); } &&
42294 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42296 (eval $ac_try) 2>&5
42297 ac_status=$?
42298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42299 (exit $ac_status); }; } &&
42300 { ac_try='test -s conftest.$ac_objext'
42301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42302 (eval $ac_try) 2>&5
42303 ac_status=$?
42304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42305 (exit $ac_status); }; }; then
42306 wxUSE_JOYSTICK=yes
42307
42308 else
42309 echo "$as_me: failed program was:" >&5
42310 sed 's/^/| /' conftest.$ac_ext >&5
42311
42312 fi
42313 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42314 ac_ext=c
42315 ac_cpp='$CPP $CPPFLAGS'
42316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42317 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42318 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42319
42320 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
42321 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
42322 fi
42323
42324 else
42325
42326 for ac_header in linux/joystick.h
42327 do
42328 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
42329 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42330 echo "$as_me:$LINENO: checking for $ac_header" >&5
42331 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42332 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42333 echo $ECHO_N "(cached) $ECHO_C" >&6
42334 fi
42335 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42336 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42337 else
42338 # Is the header compilable?
42339 echo "$as_me:$LINENO: checking $ac_header usability" >&5
42340 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
42341 cat >conftest.$ac_ext <<_ACEOF
42342 /* confdefs.h. */
42343 _ACEOF
42344 cat confdefs.h >>conftest.$ac_ext
42345 cat >>conftest.$ac_ext <<_ACEOF
42346 /* end confdefs.h. */
42347 $ac_includes_default
42348 #include <$ac_header>
42349 _ACEOF
42350 rm -f conftest.$ac_objext
42351 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42352 (eval $ac_compile) 2>conftest.er1
42353 ac_status=$?
42354 grep -v '^ *+' conftest.er1 >conftest.err
42355 rm -f conftest.er1
42356 cat conftest.err >&5
42357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42358 (exit $ac_status); } &&
42359 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42361 (eval $ac_try) 2>&5
42362 ac_status=$?
42363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42364 (exit $ac_status); }; } &&
42365 { ac_try='test -s conftest.$ac_objext'
42366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42367 (eval $ac_try) 2>&5
42368 ac_status=$?
42369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42370 (exit $ac_status); }; }; then
42371 ac_header_compiler=yes
42372 else
42373 echo "$as_me: failed program was:" >&5
42374 sed 's/^/| /' conftest.$ac_ext >&5
42375
42376 ac_header_compiler=no
42377 fi
42378 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42379 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42380 echo "${ECHO_T}$ac_header_compiler" >&6
42381
42382 # Is the header present?
42383 echo "$as_me:$LINENO: checking $ac_header presence" >&5
42384 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
42385 cat >conftest.$ac_ext <<_ACEOF
42386 /* confdefs.h. */
42387 _ACEOF
42388 cat confdefs.h >>conftest.$ac_ext
42389 cat >>conftest.$ac_ext <<_ACEOF
42390 /* end confdefs.h. */
42391 #include <$ac_header>
42392 _ACEOF
42393 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
42394 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
42395 ac_status=$?
42396 grep -v '^ *+' conftest.er1 >conftest.err
42397 rm -f conftest.er1
42398 cat conftest.err >&5
42399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42400 (exit $ac_status); } >/dev/null; then
42401 if test -s conftest.err; then
42402 ac_cpp_err=$ac_c_preproc_warn_flag
42403 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
42404 else
42405 ac_cpp_err=
42406 fi
42407 else
42408 ac_cpp_err=yes
42409 fi
42410 if test -z "$ac_cpp_err"; then
42411 ac_header_preproc=yes
42412 else
42413 echo "$as_me: failed program was:" >&5
42414 sed 's/^/| /' conftest.$ac_ext >&5
42415
42416 ac_header_preproc=no
42417 fi
42418 rm -f conftest.err conftest.$ac_ext
42419 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42420 echo "${ECHO_T}$ac_header_preproc" >&6
42421
42422 # So? What about this header?
42423 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42424 yes:no: )
42425 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
42426 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
42427 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
42428 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
42429 ac_header_preproc=yes
42430 ;;
42431 no:yes:* )
42432 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
42433 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
42434 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
42435 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
42436 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
42437 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
42438 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
42439 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
42440 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
42441 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
42442 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
42443 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
42444 (
42445 cat <<\_ASBOX
42446 ## ----------------------------------------- ##
42447 ## Report this to wx-dev@lists.wxwidgets.org ##
42448 ## ----------------------------------------- ##
42449 _ASBOX
42450 ) |
42451 sed "s/^/$as_me: WARNING: /" >&2
42452 ;;
42453 esac
42454 echo "$as_me:$LINENO: checking for $ac_header" >&5
42455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42456 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42457 echo $ECHO_N "(cached) $ECHO_C" >&6
42458 else
42459 eval "$as_ac_Header=\$ac_header_preproc"
42460 fi
42461 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42462 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42463
42464 fi
42465 if test `eval echo '${'$as_ac_Header'}'` = yes; then
42466 cat >>confdefs.h <<_ACEOF
42467 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
42468 _ACEOF
42469 wxUSE_JOYSTICK=yes
42470 fi
42471
42472 done
42473
42474 fi
42475
42476 if test "$wxUSE_JOYSTICK" = "yes"; then
42477 cat >>confdefs.h <<\_ACEOF
42478 #define wxUSE_JOYSTICK 1
42479 _ACEOF
42480
42481 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
42482 else
42483 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
42484 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
42485 fi
42486 fi
42487
42488
42489
42490 if test "$wxUSE_FONTMAP" = "yes" ; then
42491 cat >>confdefs.h <<\_ACEOF
42492 #define wxUSE_FONTMAP 1
42493 _ACEOF
42494
42495 fi
42496
42497 if test "$wxUSE_UNICODE" = "yes" ; then
42498 cat >>confdefs.h <<\_ACEOF
42499 #define wxUSE_UNICODE 1
42500 _ACEOF
42501
42502
42503 if test "$USE_WIN32" != 1; then
42504 wxUSE_UNICODE_MSLU=no
42505 fi
42506
42507 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
42508 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
42509 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
42510 if test "${ac_cv_lib_unicows_main+set}" = set; then
42511 echo $ECHO_N "(cached) $ECHO_C" >&6
42512 else
42513 ac_check_lib_save_LIBS=$LIBS
42514 LIBS="-lunicows $LIBS"
42515 cat >conftest.$ac_ext <<_ACEOF
42516 /* confdefs.h. */
42517 _ACEOF
42518 cat confdefs.h >>conftest.$ac_ext
42519 cat >>conftest.$ac_ext <<_ACEOF
42520 /* end confdefs.h. */
42521
42522
42523 int
42524 main ()
42525 {
42526 main ();
42527 ;
42528 return 0;
42529 }
42530 _ACEOF
42531 rm -f conftest.$ac_objext conftest$ac_exeext
42532 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42533 (eval $ac_link) 2>conftest.er1
42534 ac_status=$?
42535 grep -v '^ *+' conftest.er1 >conftest.err
42536 rm -f conftest.er1
42537 cat conftest.err >&5
42538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42539 (exit $ac_status); } &&
42540 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42542 (eval $ac_try) 2>&5
42543 ac_status=$?
42544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42545 (exit $ac_status); }; } &&
42546 { ac_try='test -s conftest$ac_exeext'
42547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42548 (eval $ac_try) 2>&5
42549 ac_status=$?
42550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42551 (exit $ac_status); }; }; then
42552 ac_cv_lib_unicows_main=yes
42553 else
42554 echo "$as_me: failed program was:" >&5
42555 sed 's/^/| /' conftest.$ac_ext >&5
42556
42557 ac_cv_lib_unicows_main=no
42558 fi
42559 rm -f conftest.err conftest.$ac_objext \
42560 conftest$ac_exeext conftest.$ac_ext
42561 LIBS=$ac_check_lib_save_LIBS
42562 fi
42563 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
42564 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
42565 if test $ac_cv_lib_unicows_main = yes; then
42566
42567 cat >>confdefs.h <<\_ACEOF
42568 #define wxUSE_UNICODE_MSLU 1
42569 _ACEOF
42570
42571
42572 else
42573
42574 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
42575 Applications will only run on Windows NT/2000/XP!" >&5
42576 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
42577 Applications will only run on Windows NT/2000/XP!" >&2;}
42578 wxUSE_UNICODE_MSLU=no
42579
42580 fi
42581
42582 fi
42583 fi
42584
42585 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
42586 cat >>confdefs.h <<\_ACEOF
42587 #define wxUSE_EXPERIMENTAL_PRINTF 1
42588 _ACEOF
42589
42590 fi
42591
42592
42593 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
42594 cat >>confdefs.h <<\_ACEOF
42595 #define wxUSE_POSTSCRIPT 1
42596 _ACEOF
42597
42598 fi
42599
42600 cat >>confdefs.h <<\_ACEOF
42601 #define wxUSE_AFM_FOR_POSTSCRIPT 1
42602 _ACEOF
42603
42604
42605 cat >>confdefs.h <<\_ACEOF
42606 #define wxUSE_NORMALIZED_PS_FONTS 1
42607 _ACEOF
42608
42609
42610
42611 if test "$wxUSE_CONSTRAINTS" = "yes"; then
42612 cat >>confdefs.h <<\_ACEOF
42613 #define wxUSE_CONSTRAINTS 1
42614 _ACEOF
42615
42616 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
42617 fi
42618
42619 if test "$wxUSE_MDI" = "yes"; then
42620 cat >>confdefs.h <<\_ACEOF
42621 #define wxUSE_MDI 1
42622 _ACEOF
42623
42624
42625 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
42626 cat >>confdefs.h <<\_ACEOF
42627 #define wxUSE_MDI_ARCHITECTURE 1
42628 _ACEOF
42629
42630 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
42631 fi
42632 fi
42633
42634 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
42635 cat >>confdefs.h <<\_ACEOF
42636 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
42637 _ACEOF
42638
42639 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
42640 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
42641 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
42642 fi
42643 fi
42644
42645 if test "$wxUSE_HELP" = "yes"; then
42646 cat >>confdefs.h <<\_ACEOF
42647 #define wxUSE_HELP 1
42648 _ACEOF
42649
42650 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
42651
42652 if test "$wxUSE_MSW" = 1; then
42653 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
42654 cat >>confdefs.h <<\_ACEOF
42655 #define wxUSE_MS_HTML_HELP 1
42656 _ACEOF
42657
42658 fi
42659 fi
42660
42661 if test "$wxUSE_WXHTML_HELP" = "yes"; then
42662 if test "$wxUSE_HTML" = "yes"; then
42663 cat >>confdefs.h <<\_ACEOF
42664 #define wxUSE_WXHTML_HELP 1
42665 _ACEOF
42666
42667 else
42668 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
42669 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
42670 wxUSE_WXHTML_HELP=no
42671 fi
42672 fi
42673 fi
42674
42675 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
42676 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42677 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
42678 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
42679 else
42680 cat >>confdefs.h <<\_ACEOF
42681 #define wxUSE_PRINTING_ARCHITECTURE 1
42682 _ACEOF
42683
42684 fi
42685 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
42686 fi
42687
42688 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
42689 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
42690 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
42691 { (exit 1); exit 1; }; }
42692 fi
42693
42694
42695 if test "$wxUSE_METAFILE" = "yes"; then
42696 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
42697 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
42698 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
42699 wxUSE_METAFILE=no
42700 fi
42701 fi
42702
42703
42704 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
42705 -o "$wxUSE_CLIPBOARD" = "yes" \
42706 -o "$wxUSE_OLE" = "yes" \
42707 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
42708
42709 for ac_header in ole2.h
42710 do
42711 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
42712 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42713 echo "$as_me:$LINENO: checking for $ac_header" >&5
42714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42715 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42716 echo $ECHO_N "(cached) $ECHO_C" >&6
42717 fi
42718 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42719 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42720 else
42721 # Is the header compilable?
42722 echo "$as_me:$LINENO: checking $ac_header usability" >&5
42723 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
42724 cat >conftest.$ac_ext <<_ACEOF
42725 /* confdefs.h. */
42726 _ACEOF
42727 cat confdefs.h >>conftest.$ac_ext
42728 cat >>conftest.$ac_ext <<_ACEOF
42729 /* end confdefs.h. */
42730 $ac_includes_default
42731 #include <$ac_header>
42732 _ACEOF
42733 rm -f conftest.$ac_objext
42734 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42735 (eval $ac_compile) 2>conftest.er1
42736 ac_status=$?
42737 grep -v '^ *+' conftest.er1 >conftest.err
42738 rm -f conftest.er1
42739 cat conftest.err >&5
42740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42741 (exit $ac_status); } &&
42742 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42744 (eval $ac_try) 2>&5
42745 ac_status=$?
42746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42747 (exit $ac_status); }; } &&
42748 { ac_try='test -s conftest.$ac_objext'
42749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42750 (eval $ac_try) 2>&5
42751 ac_status=$?
42752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42753 (exit $ac_status); }; }; then
42754 ac_header_compiler=yes
42755 else
42756 echo "$as_me: failed program was:" >&5
42757 sed 's/^/| /' conftest.$ac_ext >&5
42758
42759 ac_header_compiler=no
42760 fi
42761 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42762 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42763 echo "${ECHO_T}$ac_header_compiler" >&6
42764
42765 # Is the header present?
42766 echo "$as_me:$LINENO: checking $ac_header presence" >&5
42767 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
42768 cat >conftest.$ac_ext <<_ACEOF
42769 /* confdefs.h. */
42770 _ACEOF
42771 cat confdefs.h >>conftest.$ac_ext
42772 cat >>conftest.$ac_ext <<_ACEOF
42773 /* end confdefs.h. */
42774 #include <$ac_header>
42775 _ACEOF
42776 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
42777 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
42778 ac_status=$?
42779 grep -v '^ *+' conftest.er1 >conftest.err
42780 rm -f conftest.er1
42781 cat conftest.err >&5
42782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42783 (exit $ac_status); } >/dev/null; then
42784 if test -s conftest.err; then
42785 ac_cpp_err=$ac_c_preproc_warn_flag
42786 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
42787 else
42788 ac_cpp_err=
42789 fi
42790 else
42791 ac_cpp_err=yes
42792 fi
42793 if test -z "$ac_cpp_err"; then
42794 ac_header_preproc=yes
42795 else
42796 echo "$as_me: failed program was:" >&5
42797 sed 's/^/| /' conftest.$ac_ext >&5
42798
42799 ac_header_preproc=no
42800 fi
42801 rm -f conftest.err conftest.$ac_ext
42802 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42803 echo "${ECHO_T}$ac_header_preproc" >&6
42804
42805 # So? What about this header?
42806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42807 yes:no: )
42808 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
42809 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
42810 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
42811 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
42812 ac_header_preproc=yes
42813 ;;
42814 no:yes:* )
42815 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
42816 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
42817 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
42818 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
42819 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
42820 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
42821 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
42822 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
42823 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
42824 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
42825 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
42826 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
42827 (
42828 cat <<\_ASBOX
42829 ## ----------------------------------------- ##
42830 ## Report this to wx-dev@lists.wxwidgets.org ##
42831 ## ----------------------------------------- ##
42832 _ASBOX
42833 ) |
42834 sed "s/^/$as_me: WARNING: /" >&2
42835 ;;
42836 esac
42837 echo "$as_me:$LINENO: checking for $ac_header" >&5
42838 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42839 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42840 echo $ECHO_N "(cached) $ECHO_C" >&6
42841 else
42842 eval "$as_ac_Header=\$ac_header_preproc"
42843 fi
42844 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42845 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42846
42847 fi
42848 if test `eval echo '${'$as_ac_Header'}'` = yes; then
42849 cat >>confdefs.h <<_ACEOF
42850 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
42851 _ACEOF
42852
42853 fi
42854
42855 done
42856
42857
42858 if test "$ac_cv_header_ole2_h" = "yes" ; then
42859 if test "$GCC" = yes ; then
42860
42861
42862 ac_ext=cc
42863 ac_cpp='$CXXCPP $CPPFLAGS'
42864 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42865 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42866 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42867
42868
42869 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
42870 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
42871 cat >conftest.$ac_ext <<_ACEOF
42872 /* confdefs.h. */
42873 _ACEOF
42874 cat confdefs.h >>conftest.$ac_ext
42875 cat >>conftest.$ac_ext <<_ACEOF
42876 /* end confdefs.h. */
42877 #include <windows.h>
42878 #include <ole2.h>
42879 int
42880 main ()
42881 {
42882
42883 ;
42884 return 0;
42885 }
42886 _ACEOF
42887 rm -f conftest.$ac_objext
42888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42889 (eval $ac_compile) 2>conftest.er1
42890 ac_status=$?
42891 grep -v '^ *+' conftest.er1 >conftest.err
42892 rm -f conftest.er1
42893 cat conftest.err >&5
42894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42895 (exit $ac_status); } &&
42896 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42898 (eval $ac_try) 2>&5
42899 ac_status=$?
42900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42901 (exit $ac_status); }; } &&
42902 { ac_try='test -s conftest.$ac_objext'
42903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42904 (eval $ac_try) 2>&5
42905 ac_status=$?
42906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42907 (exit $ac_status); }; }; then
42908 echo "$as_me:$LINENO: result: no" >&5
42909 echo "${ECHO_T}no" >&6
42910 else
42911 echo "$as_me: failed program was:" >&5
42912 sed 's/^/| /' conftest.$ac_ext >&5
42913
42914 echo "$as_me:$LINENO: result: yes" >&5
42915 echo "${ECHO_T}yes" >&6
42916 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
42917 fi
42918 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42919 ac_ext=c
42920 ac_cpp='$CPP $CPPFLAGS'
42921 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42922 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42923 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42924
42925 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
42926 if test "$wxUSE_OLE" = "yes" ; then
42927 cat >>confdefs.h <<\_ACEOF
42928 #define wxUSE_OLE 1
42929 _ACEOF
42930
42931 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
42932 fi
42933 fi
42934
42935 if test "$wxUSE_DATAOBJ" = "yes" ; then
42936 cat >>confdefs.h <<\_ACEOF
42937 #define wxUSE_DATAOBJ 1
42938 _ACEOF
42939
42940 fi
42941 else
42942 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
42943 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
42944
42945 wxUSE_CLIPBOARD=no
42946 wxUSE_DRAG_AND_DROP=no
42947 wxUSE_DATAOBJ=no
42948 wxUSE_OLE=no
42949 fi
42950
42951 if test "$wxUSE_METAFILE" = "yes"; then
42952 cat >>confdefs.h <<\_ACEOF
42953 #define wxUSE_METAFILE 1
42954 _ACEOF
42955
42956
42957 cat >>confdefs.h <<\_ACEOF
42958 #define wxUSE_ENH_METAFILE 1
42959 _ACEOF
42960
42961 fi
42962 fi
42963
42964 if test "$wxUSE_IPC" = "yes"; then
42965 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
42966 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
42967 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
42968 wxUSE_IPC=no
42969 fi
42970
42971 if test "$wxUSE_IPC" = "yes"; then
42972 cat >>confdefs.h <<\_ACEOF
42973 #define wxUSE_IPC 1
42974 _ACEOF
42975
42976 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
42977 fi
42978 fi
42979
42980 if test "$wxUSE_DATAOBJ" = "yes"; then
42981 if test "$wxUSE_MGL" = 1; then
42982 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
42983 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
42984 wxUSE_DATAOBJ=no
42985 else
42986 cat >>confdefs.h <<\_ACEOF
42987 #define wxUSE_DATAOBJ 1
42988 _ACEOF
42989
42990 fi
42991 else
42992 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
42993 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
42994 wxUSE_CLIPBOARD=no
42995 wxUSE_DRAG_AND_DROP=no
42996 fi
42997
42998 if test "$wxUSE_CLIPBOARD" = "yes"; then
42999 if test "$wxUSE_MGL" = 1; then
43000 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
43001 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
43002 wxUSE_CLIPBOARD=no
43003 fi
43004
43005 if test "$wxUSE_CLIPBOARD" = "yes"; then
43006 cat >>confdefs.h <<\_ACEOF
43007 #define wxUSE_CLIPBOARD 1
43008 _ACEOF
43009
43010 fi
43011 fi
43012
43013 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
43014 if test "$wxUSE_GTK" = 1; then
43015 if test "$WXGTK12" != 1; then
43016 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
43017 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
43018 wxUSE_DRAG_AND_DROP=no
43019 fi
43020 fi
43021
43022 if test "$wxUSE_MOTIF" = 1; then
43023 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
43024 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
43025 wxUSE_DRAG_AND_DROP=no
43026 fi
43027
43028 if test "$wxUSE_X11" = 1; then
43029 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
43030 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
43031 wxUSE_DRAG_AND_DROP=no
43032 fi
43033
43034 if test "$wxUSE_MGL" = 1; then
43035 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
43036 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
43037 wxUSE_DRAG_AND_DROP=no
43038 fi
43039
43040 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
43041 cat >>confdefs.h <<\_ACEOF
43042 #define wxUSE_DRAG_AND_DROP 1
43043 _ACEOF
43044
43045 fi
43046
43047 fi
43048
43049 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
43050 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
43051 fi
43052
43053 if test "$wxUSE_SPLINES" = "yes" ; then
43054 cat >>confdefs.h <<\_ACEOF
43055 #define wxUSE_SPLINES 1
43056 _ACEOF
43057
43058 fi
43059
43060 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
43061 cat >>confdefs.h <<\_ACEOF
43062 #define wxUSE_MOUSEWHEEL 1
43063 _ACEOF
43064
43065 fi
43066
43067
43068 USES_CONTROLS=0
43069 if test "$wxUSE_CONTROLS" = "yes"; then
43070 USES_CONTROLS=1
43071 fi
43072
43073 if test "$wxUSE_ACCEL" = "yes"; then
43074 cat >>confdefs.h <<\_ACEOF
43075 #define wxUSE_ACCEL 1
43076 _ACEOF
43077
43078 USES_CONTROLS=1
43079 fi
43080
43081 if test "$wxUSE_BUTTON" = "yes"; then
43082 cat >>confdefs.h <<\_ACEOF
43083 #define wxUSE_BUTTON 1
43084 _ACEOF
43085
43086 USES_CONTROLS=1
43087 fi
43088
43089 if test "$wxUSE_BMPBUTTON" = "yes"; then
43090 cat >>confdefs.h <<\_ACEOF
43091 #define wxUSE_BMPBUTTON 1
43092 _ACEOF
43093
43094 USES_CONTROLS=1
43095 fi
43096
43097 if test "$wxUSE_CALCTRL" = "yes"; then
43098 cat >>confdefs.h <<\_ACEOF
43099 #define wxUSE_CALENDARCTRL 1
43100 _ACEOF
43101
43102 USES_CONTROLS=1
43103 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
43104 fi
43105
43106 if test "$wxUSE_CARET" = "yes"; then
43107 cat >>confdefs.h <<\_ACEOF
43108 #define wxUSE_CARET 1
43109 _ACEOF
43110
43111 USES_CONTROLS=1
43112 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
43113 fi
43114
43115 if test "$wxUSE_COMBOBOX" = "yes"; then
43116 cat >>confdefs.h <<\_ACEOF
43117 #define wxUSE_COMBOBOX 1
43118 _ACEOF
43119
43120 USES_CONTROLS=1
43121 fi
43122
43123 if test "$wxUSE_CHOICE" = "yes"; then
43124 cat >>confdefs.h <<\_ACEOF
43125 #define wxUSE_CHOICE 1
43126 _ACEOF
43127
43128 USES_CONTROLS=1
43129 fi
43130
43131 if test "$wxUSE_CHOICEBOOK" = "yes"; then
43132 cat >>confdefs.h <<\_ACEOF
43133 #define wxUSE_CHOICEBOOK 1
43134 _ACEOF
43135
43136 USES_CONTROLS=1
43137 fi
43138
43139 if test "$wxUSE_CHECKBOX" = "yes"; then
43140 cat >>confdefs.h <<\_ACEOF
43141 #define wxUSE_CHECKBOX 1
43142 _ACEOF
43143
43144 USES_CONTROLS=1
43145 fi
43146
43147 if test "$wxUSE_CHECKLST" = "yes"; then
43148 cat >>confdefs.h <<\_ACEOF
43149 #define wxUSE_CHECKLISTBOX 1
43150 _ACEOF
43151
43152 USES_CONTROLS=1
43153 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
43154 fi
43155
43156 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
43157 cat >>confdefs.h <<\_ACEOF
43158 #define wxUSE_DATEPICKCTRL 1
43159 _ACEOF
43160
43161 USES_CONTROLS=1
43162 fi
43163
43164 if test "$wxUSE_DISPLAY" = "yes"; then
43165 cat >>confdefs.h <<\_ACEOF
43166 #define wxUSE_DISPLAY 1
43167 _ACEOF
43168
43169 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
43170 fi
43171
43172 if test "$wxUSE_GAUGE" = "yes"; then
43173 cat >>confdefs.h <<\_ACEOF
43174 #define wxUSE_GAUGE 1
43175 _ACEOF
43176
43177 USES_CONTROLS=1
43178 fi
43179
43180 if test "$wxUSE_GRID" = "yes"; then
43181 cat >>confdefs.h <<\_ACEOF
43182 #define wxUSE_GRID 1
43183 _ACEOF
43184
43185 USES_CONTROLS=1
43186 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
43187 fi
43188
43189 if test "$wxUSE_IMAGLIST" = "yes"; then
43190 cat >>confdefs.h <<\_ACEOF
43191 #define wxUSE_IMAGLIST 1
43192 _ACEOF
43193
43194 fi
43195
43196 if test "$wxUSE_LISTBOOK" = "yes"; then
43197 cat >>confdefs.h <<\_ACEOF
43198 #define wxUSE_LISTBOOK 1
43199 _ACEOF
43200
43201 USES_CONTROLS=1
43202 fi
43203
43204 if test "$wxUSE_LISTBOX" = "yes"; then
43205 cat >>confdefs.h <<\_ACEOF
43206 #define wxUSE_LISTBOX 1
43207 _ACEOF
43208
43209 USES_CONTROLS=1
43210 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
43211 fi
43212
43213 if test "$wxUSE_LISTCTRL" = "yes"; then
43214 if test "$wxUSE_IMAGLIST" = "yes"; then
43215 cat >>confdefs.h <<\_ACEOF
43216 #define wxUSE_LISTCTRL 1
43217 _ACEOF
43218
43219 USES_CONTROLS=1
43220 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
43221 else
43222 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
43223 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
43224 fi
43225 fi
43226
43227 if test "$wxUSE_NOTEBOOK" = "yes"; then
43228 cat >>confdefs.h <<\_ACEOF
43229 #define wxUSE_NOTEBOOK 1
43230 _ACEOF
43231
43232 USES_CONTROLS=1
43233 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
43234 fi
43235
43236
43237 if test "$wxUSE_RADIOBOX" = "yes"; then
43238 cat >>confdefs.h <<\_ACEOF
43239 #define wxUSE_RADIOBOX 1
43240 _ACEOF
43241
43242 USES_CONTROLS=1
43243 fi
43244
43245 if test "$wxUSE_RADIOBTN" = "yes"; then
43246 cat >>confdefs.h <<\_ACEOF
43247 #define wxUSE_RADIOBTN 1
43248 _ACEOF
43249
43250 USES_CONTROLS=1
43251 fi
43252
43253 if test "$wxUSE_SASH" = "yes"; then
43254 cat >>confdefs.h <<\_ACEOF
43255 #define wxUSE_SASH 1
43256 _ACEOF
43257
43258 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
43259 fi
43260
43261 if test "$wxUSE_SCROLLBAR" = "yes"; then
43262 cat >>confdefs.h <<\_ACEOF
43263 #define wxUSE_SCROLLBAR 1
43264 _ACEOF
43265
43266 USES_CONTROLS=1
43267 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
43268 fi
43269
43270 if test "$wxUSE_SLIDER" = "yes"; then
43271 cat >>confdefs.h <<\_ACEOF
43272 #define wxUSE_SLIDER 1
43273 _ACEOF
43274
43275 USES_CONTROLS=1
43276 fi
43277
43278 if test "$wxUSE_SPINBTN" = "yes"; then
43279 cat >>confdefs.h <<\_ACEOF
43280 #define wxUSE_SPINBTN 1
43281 _ACEOF
43282
43283 USES_CONTROLS=1
43284 fi
43285
43286 if test "$wxUSE_SPINCTRL" = "yes"; then
43287 cat >>confdefs.h <<\_ACEOF
43288 #define wxUSE_SPINCTRL 1
43289 _ACEOF
43290
43291 USES_CONTROLS=1
43292 fi
43293
43294 if test "$wxUSE_SPLITTER" = "yes"; then
43295 cat >>confdefs.h <<\_ACEOF
43296 #define wxUSE_SPLITTER 1
43297 _ACEOF
43298
43299 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
43300 fi
43301
43302 if test "$wxUSE_STATBMP" = "yes"; then
43303 cat >>confdefs.h <<\_ACEOF
43304 #define wxUSE_STATBMP 1
43305 _ACEOF
43306
43307 USES_CONTROLS=1
43308 fi
43309
43310 if test "$wxUSE_STATBOX" = "yes"; then
43311 cat >>confdefs.h <<\_ACEOF
43312 #define wxUSE_STATBOX 1
43313 _ACEOF
43314
43315 USES_CONTROLS=1
43316 fi
43317
43318 if test "$wxUSE_STATTEXT" = "yes"; then
43319 cat >>confdefs.h <<\_ACEOF
43320 #define wxUSE_STATTEXT 1
43321 _ACEOF
43322
43323 USES_CONTROLS=1
43324 fi
43325
43326 if test "$wxUSE_STATLINE" = "yes"; then
43327 cat >>confdefs.h <<\_ACEOF
43328 #define wxUSE_STATLINE 1
43329 _ACEOF
43330
43331 USES_CONTROLS=1
43332 fi
43333
43334 if test "$wxUSE_STATUSBAR" = "yes"; then
43335 cat >>confdefs.h <<\_ACEOF
43336 #define wxUSE_NATIVE_STATUSBAR 1
43337 _ACEOF
43338
43339 cat >>confdefs.h <<\_ACEOF
43340 #define wxUSE_STATUSBAR 1
43341 _ACEOF
43342
43343 USES_CONTROLS=1
43344
43345 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
43346 fi
43347
43348 if test "$wxUSE_TABDIALOG" = "yes"; then
43349 cat >>confdefs.h <<\_ACEOF
43350 #define wxUSE_TAB_DIALOG 1
43351 _ACEOF
43352
43353 fi
43354
43355 if test "$wxUSE_TEXTCTRL" = "yes"; then
43356 cat >>confdefs.h <<\_ACEOF
43357 #define wxUSE_TEXTCTRL 1
43358 _ACEOF
43359
43360 USES_CONTROLS=1
43361 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
43362 fi
43363
43364 if test "$wxUSE_TOGGLEBTN" = "yes"; then
43365 if test "$wxUSE_COCOA" = 1 ; then
43366 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
43367 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
43368 wxUSE_TOGGLEBTN=no
43369 fi
43370 if test "$wxUSE_UNIVERSAL" = "yes"; then
43371 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
43372 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
43373 wxUSE_TOGGLEBTN=no
43374 fi
43375
43376 if test "$wxUSE_TOGGLEBTN" = "yes"; then
43377 cat >>confdefs.h <<\_ACEOF
43378 #define wxUSE_TOGGLEBTN 1
43379 _ACEOF
43380
43381 USES_CONTROLS=1
43382 fi
43383 fi
43384
43385 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
43386 cat >>confdefs.h <<\_ACEOF
43387 #define wxUSE_TOOLBAR_SIMPLE 1
43388 _ACEOF
43389
43390 wxUSE_TOOLBAR="yes"
43391 USES_CONTROLS=1
43392 fi
43393
43394 if test "$wxUSE_TOOLBAR" = "yes"; then
43395 cat >>confdefs.h <<\_ACEOF
43396 #define wxUSE_TOOLBAR 1
43397 _ACEOF
43398
43399 USES_CONTROLS=1
43400
43401 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
43402 wxUSE_TOOLBAR_NATIVE="yes"
43403 fi
43404
43405 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
43406 cat >>confdefs.h <<\_ACEOF
43407 #define wxUSE_TOOLBAR_NATIVE 1
43408 _ACEOF
43409
43410 USES_CONTROLS=1
43411 fi
43412
43413 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
43414 fi
43415
43416 if test "$wxUSE_TOOLTIPS" = "yes"; then
43417 if test "$wxUSE_MOTIF" = 1; then
43418 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
43419 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
43420 else
43421 if test "$wxUSE_UNIVERSAL" = "yes"; then
43422 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
43423 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
43424 else
43425 cat >>confdefs.h <<\_ACEOF
43426 #define wxUSE_TOOLTIPS 1
43427 _ACEOF
43428
43429 fi
43430 fi
43431 fi
43432
43433 if test "$wxUSE_TREEBOOK" = "yes"; then
43434 cat >>confdefs.h <<\_ACEOF
43435 #define wxUSE_TREEBOOK 1
43436 _ACEOF
43437
43438 USES_CONTROLS=1
43439 fi
43440
43441 if test "$wxUSE_TREECTRL" = "yes"; then
43442 if test "$wxUSE_IMAGLIST" = "yes"; then
43443 cat >>confdefs.h <<\_ACEOF
43444 #define wxUSE_TREECTRL 1
43445 _ACEOF
43446
43447 USES_CONTROLS=1
43448 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
43449 else
43450 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
43451 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
43452 fi
43453 fi
43454
43455 if test "$wxUSE_POPUPWIN" = "yes"; then
43456 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
43457 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
43458 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
43459 else
43460 if test "$wxUSE_PM" = 1; then
43461 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
43462 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
43463 else
43464 cat >>confdefs.h <<\_ACEOF
43465 #define wxUSE_POPUPWIN 1
43466 _ACEOF
43467
43468 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
43469
43470 USES_CONTROLS=1
43471 fi
43472 fi
43473 fi
43474
43475 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
43476 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
43477 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
43478 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
43479 else
43480 cat >>confdefs.h <<\_ACEOF
43481 #define wxUSE_DIALUP_MANAGER 1
43482 _ACEOF
43483
43484 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
43485 fi
43486 fi
43487
43488 if test "$wxUSE_TIPWINDOW" = "yes"; then
43489 if test "$wxUSE_PM" = 1; then
43490 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
43491 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
43492 else
43493 cat >>confdefs.h <<\_ACEOF
43494 #define wxUSE_TIPWINDOW 1
43495 _ACEOF
43496
43497 fi
43498 fi
43499
43500 if test "$USES_CONTROLS" = 1; then
43501 cat >>confdefs.h <<\_ACEOF
43502 #define wxUSE_CONTROLS 1
43503 _ACEOF
43504
43505 fi
43506
43507
43508 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
43509 cat >>confdefs.h <<\_ACEOF
43510 #define wxUSE_ACCESSIBILITY 1
43511 _ACEOF
43512
43513 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
43514 fi
43515
43516 if test "$wxUSE_DC_CACHEING" = "yes"; then
43517 cat >>confdefs.h <<\_ACEOF
43518 #define wxUSE_DC_CACHEING 1
43519 _ACEOF
43520
43521 fi
43522
43523 if test "$wxUSE_DRAGIMAGE" = "yes"; then
43524 cat >>confdefs.h <<\_ACEOF
43525 #define wxUSE_DRAGIMAGE 1
43526 _ACEOF
43527
43528 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
43529 fi
43530
43531 if test "$wxUSE_EXCEPTIONS" = "yes"; then
43532 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
43533 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
43534 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
43535 else
43536 cat >>confdefs.h <<\_ACEOF
43537 #define wxUSE_EXCEPTIONS 1
43538 _ACEOF
43539
43540 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
43541 fi
43542 fi
43543
43544 USE_HTML=0
43545 if test "$wxUSE_HTML" = "yes"; then
43546 cat >>confdefs.h <<\_ACEOF
43547 #define wxUSE_HTML 1
43548 _ACEOF
43549
43550 USE_HTML=1
43551 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
43552 if test "$wxUSE_MAC" = 1; then
43553 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
43554 fi
43555 fi
43556 if test "$wxUSE_WEBKIT" = "yes"; then
43557 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
43558 old_CPPFLAGS="$CPPFLAGS"
43559 CPPFLAGS="$CPPFLAGS -x objective-c++"
43560 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
43561 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
43562 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
43563 echo $ECHO_N "(cached) $ECHO_C" >&6
43564 else
43565 cat >conftest.$ac_ext <<_ACEOF
43566 /* confdefs.h. */
43567 _ACEOF
43568 cat confdefs.h >>conftest.$ac_ext
43569 cat >>conftest.$ac_ext <<_ACEOF
43570 /* end confdefs.h. */
43571 #include <Carbon/Carbon.h>
43572
43573 #include <WebKit/HIWebView.h>
43574 _ACEOF
43575 rm -f conftest.$ac_objext
43576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43577 (eval $ac_compile) 2>conftest.er1
43578 ac_status=$?
43579 grep -v '^ *+' conftest.er1 >conftest.err
43580 rm -f conftest.er1
43581 cat conftest.err >&5
43582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43583 (exit $ac_status); } &&
43584 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43586 (eval $ac_try) 2>&5
43587 ac_status=$?
43588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43589 (exit $ac_status); }; } &&
43590 { ac_try='test -s conftest.$ac_objext'
43591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43592 (eval $ac_try) 2>&5
43593 ac_status=$?
43594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43595 (exit $ac_status); }; }; then
43596 ac_cv_header_WebKit_HIWebView_h=yes
43597 else
43598 echo "$as_me: failed program was:" >&5
43599 sed 's/^/| /' conftest.$ac_ext >&5
43600
43601 ac_cv_header_WebKit_HIWebView_h=no
43602 fi
43603 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43604 fi
43605 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
43606 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
43607 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
43608
43609 cat >>confdefs.h <<\_ACEOF
43610 #define wxUSE_WEBKIT 1
43611 _ACEOF
43612
43613 WEBKIT_LINK="-framework WebKit"
43614
43615 else
43616
43617 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
43618 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
43619 wxUSE_WEBKIT=no
43620
43621 fi
43622
43623
43624 CPPFLAGS="$old_CPPFLAGS"
43625 elif test "$wxUSE_COCOA" = 1; then
43626 cat >>confdefs.h <<\_ACEOF
43627 #define wxUSE_WEBKIT 1
43628 _ACEOF
43629
43630 else
43631 wxUSE_WEBKIT=no
43632 fi
43633 fi
43634
43635 USE_XRC=0
43636 if test "$wxUSE_XRC" = "yes"; then
43637 if test "$wxUSE_XML" != "yes"; then
43638 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
43639 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
43640 wxUSE_XRC=no
43641 else
43642 cat >>confdefs.h <<\_ACEOF
43643 #define wxUSE_XRC 1
43644 _ACEOF
43645
43646 USE_XRC=1
43647 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
43648 fi
43649 fi
43650
43651 if test "$wxUSE_MENUS" = "yes"; then
43652 cat >>confdefs.h <<\_ACEOF
43653 #define wxUSE_MENUS 1
43654 _ACEOF
43655
43656 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
43657 fi
43658
43659 if test "$wxUSE_METAFILE" = "yes"; then
43660 cat >>confdefs.h <<\_ACEOF
43661 #define wxUSE_METAFILE 1
43662 _ACEOF
43663
43664 fi
43665
43666 if test "$wxUSE_MIMETYPE" = "yes"; then
43667 cat >>confdefs.h <<\_ACEOF
43668 #define wxUSE_MIMETYPE 1
43669 _ACEOF
43670
43671 fi
43672
43673 if test "$wxUSE_MINIFRAME" = "yes"; then
43674 cat >>confdefs.h <<\_ACEOF
43675 #define wxUSE_MINIFRAME 1
43676 _ACEOF
43677
43678 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
43679 fi
43680
43681 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
43682 cat >>confdefs.h <<\_ACEOF
43683 #define wxUSE_SYSTEM_OPTIONS 1
43684 _ACEOF
43685
43686 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
43687 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
43688 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
43689 fi
43690 fi
43691
43692
43693 if test "$wxUSE_VALIDATORS" = "yes"; then
43694 cat >>confdefs.h <<\_ACEOF
43695 #define wxUSE_VALIDATORS 1
43696 _ACEOF
43697
43698 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
43699 fi
43700
43701 if test "$wxUSE_PALETTE" = "yes" ; then
43702 cat >>confdefs.h <<\_ACEOF
43703 #define wxUSE_PALETTE 1
43704 _ACEOF
43705
43706 fi
43707
43708 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
43709 LIBS=" -lunicows $LIBS"
43710 fi
43711
43712 USE_RICHTEXT=0
43713 if test "$wxUSE_RICHTEXT" = "yes"; then
43714 cat >>confdefs.h <<\_ACEOF
43715 #define wxUSE_RICHTEXT 1
43716 _ACEOF
43717
43718 USE_RICHTEXT=1
43719 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
43720 fi
43721
43722
43723 if test "$wxUSE_IMAGE" = "yes" ; then
43724 cat >>confdefs.h <<\_ACEOF
43725 #define wxUSE_IMAGE 1
43726 _ACEOF
43727
43728
43729 if test "$wxUSE_GIF" = "yes" ; then
43730 cat >>confdefs.h <<\_ACEOF
43731 #define wxUSE_GIF 1
43732 _ACEOF
43733
43734 fi
43735
43736 if test "$wxUSE_PCX" = "yes" ; then
43737 cat >>confdefs.h <<\_ACEOF
43738 #define wxUSE_PCX 1
43739 _ACEOF
43740
43741 fi
43742
43743 if test "$wxUSE_IFF" = "yes" ; then
43744 cat >>confdefs.h <<\_ACEOF
43745 #define wxUSE_IFF 1
43746 _ACEOF
43747
43748 fi
43749
43750 if test "$wxUSE_PNM" = "yes" ; then
43751 cat >>confdefs.h <<\_ACEOF
43752 #define wxUSE_PNM 1
43753 _ACEOF
43754
43755 fi
43756
43757 if test "$wxUSE_XPM" = "yes" ; then
43758 cat >>confdefs.h <<\_ACEOF
43759 #define wxUSE_XPM 1
43760 _ACEOF
43761
43762 fi
43763
43764 if test "$wxUSE_ICO_CUR" = "yes" ; then
43765 cat >>confdefs.h <<\_ACEOF
43766 #define wxUSE_ICO_CUR 1
43767 _ACEOF
43768
43769 fi
43770 fi
43771
43772
43773 if test "$wxUSE_CHOICEDLG" = "yes"; then
43774 cat >>confdefs.h <<\_ACEOF
43775 #define wxUSE_CHOICEDLG 1
43776 _ACEOF
43777
43778 fi
43779
43780 if test "$wxUSE_COLOURDLG" = "yes"; then
43781 cat >>confdefs.h <<\_ACEOF
43782 #define wxUSE_COLOURDLG 1
43783 _ACEOF
43784
43785 fi
43786
43787 if test "$wxUSE_FILEDLG" = "yes"; then
43788 cat >>confdefs.h <<\_ACEOF
43789 #define wxUSE_FILEDLG 1
43790 _ACEOF
43791
43792 fi
43793
43794 if test "$wxUSE_FINDREPLDLG" = "yes"; then
43795 cat >>confdefs.h <<\_ACEOF
43796 #define wxUSE_FINDREPLDLG 1
43797 _ACEOF
43798
43799 fi
43800
43801 if test "$wxUSE_FONTDLG" = "yes"; then
43802 cat >>confdefs.h <<\_ACEOF
43803 #define wxUSE_FONTDLG 1
43804 _ACEOF
43805
43806 fi
43807
43808 if test "$wxUSE_DIRDLG" = "yes"; then
43809 if test "$wxUSE_TREECTRL" != "yes"; then
43810 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
43811 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
43812 else
43813 cat >>confdefs.h <<\_ACEOF
43814 #define wxUSE_DIRDLG 1
43815 _ACEOF
43816
43817 fi
43818 fi
43819
43820 if test "$wxUSE_MSGDLG" = "yes"; then
43821 cat >>confdefs.h <<\_ACEOF
43822 #define wxUSE_MSGDLG 1
43823 _ACEOF
43824
43825 fi
43826
43827 if test "$wxUSE_NUMBERDLG" = "yes"; then
43828 cat >>confdefs.h <<\_ACEOF
43829 #define wxUSE_NUMBERDLG 1
43830 _ACEOF
43831
43832 fi
43833
43834 if test "$wxUSE_PROGRESSDLG" = "yes"; then
43835 if test "$wxUSE_CONSTRAINTS" != "yes"; then
43836 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
43837 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
43838 else
43839 cat >>confdefs.h <<\_ACEOF
43840 #define wxUSE_PROGRESSDLG 1
43841 _ACEOF
43842
43843 fi
43844 fi
43845
43846 if test "$wxUSE_SPLASH" = "yes"; then
43847 cat >>confdefs.h <<\_ACEOF
43848 #define wxUSE_SPLASH 1
43849 _ACEOF
43850
43851 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
43852 fi
43853
43854 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
43855 if test "$wxUSE_CONSTRAINTS" != "yes"; then
43856 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
43857 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
43858 else
43859 cat >>confdefs.h <<\_ACEOF
43860 #define wxUSE_STARTUP_TIPS 1
43861 _ACEOF
43862
43863 fi
43864 fi
43865
43866 if test "$wxUSE_TEXTDLG" = "yes"; then
43867 cat >>confdefs.h <<\_ACEOF
43868 #define wxUSE_TEXTDLG 1
43869 _ACEOF
43870
43871 fi
43872
43873 if test "$wxUSE_WIZARDDLG" = "yes"; then
43874 cat >>confdefs.h <<\_ACEOF
43875 #define wxUSE_WIZARDDLG 1
43876 _ACEOF
43877
43878 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
43879 fi
43880
43881
43882 if test "$wxUSE_MEDIACTRL" = "yes"; then
43883 if test "$wxUSE_GTK" = 1; then
43884 wxUSE_GSTREAMER="yes"
43885
43886
43887 succeeded=no
43888
43889 if test -z "$PKG_CONFIG"; then
43890 # Extract the first word of "pkg-config", so it can be a program name with args.
43891 set dummy pkg-config; ac_word=$2
43892 echo "$as_me:$LINENO: checking for $ac_word" >&5
43893 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43894 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
43895 echo $ECHO_N "(cached) $ECHO_C" >&6
43896 else
43897 case $PKG_CONFIG in
43898 [\\/]* | ?:[\\/]*)
43899 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
43900 ;;
43901 *)
43902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43903 for as_dir in $PATH
43904 do
43905 IFS=$as_save_IFS
43906 test -z "$as_dir" && as_dir=.
43907 for ac_exec_ext in '' $ac_executable_extensions; do
43908 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43909 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43910 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43911 break 2
43912 fi
43913 done
43914 done
43915
43916 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
43917 ;;
43918 esac
43919 fi
43920 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
43921
43922 if test -n "$PKG_CONFIG"; then
43923 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
43924 echo "${ECHO_T}$PKG_CONFIG" >&6
43925 else
43926 echo "$as_me:$LINENO: result: no" >&5
43927 echo "${ECHO_T}no" >&6
43928 fi
43929
43930 fi
43931
43932 if test "$PKG_CONFIG" = "no" ; then
43933 echo "*** The pkg-config script could not be found. Make sure it is"
43934 echo "*** in your path, or set the PKG_CONFIG environment variable"
43935 echo "*** to the full path to pkg-config."
43936 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
43937 else
43938 PKG_CONFIG_MIN_VERSION=0.9.0
43939 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
43940 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
43941 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
43942
43943 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
43944 echo "$as_me:$LINENO: result: yes" >&5
43945 echo "${ECHO_T}yes" >&6
43946 succeeded=yes
43947
43948 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
43949 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
43950 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
43951 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
43952 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
43953
43954 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
43955 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
43956 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
43957 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
43958 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
43959 else
43960 GSTREAMER_CFLAGS=""
43961 GSTREAMER_LIBS=""
43962 ## If we have a custom action on failure, don't print errors, but
43963 ## do set a variable so people can do so.
43964 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
43965
43966 fi
43967
43968
43969
43970 else
43971 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
43972 echo "*** See http://www.freedesktop.org/software/pkgconfig"
43973 fi
43974 fi
43975
43976 if test $succeeded = yes; then
43977
43978 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
43979 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
43980
43981 else
43982
43983 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
43984 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
43985 wxUSE_GSTREAMER="no"
43986
43987 fi
43988
43989
43990
43991
43992
43993 if test "x$GST_INSPECT" == "x"; then
43994 # Extract the first word of "gst-inspect", so it can be a program name with args.
43995 set dummy gst-inspect; ac_word=$2
43996 echo "$as_me:$LINENO: checking for $ac_word" >&5
43997 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43998 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
43999 echo $ECHO_N "(cached) $ECHO_C" >&6
44000 else
44001 if test -n "$GST_INSPECT"; then
44002 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
44003 else
44004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44005 for as_dir in $PATH
44006 do
44007 IFS=$as_save_IFS
44008 test -z "$as_dir" && as_dir=.
44009 for ac_exec_ext in '' $ac_executable_extensions; do
44010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44011 ac_cv_prog_GST_INSPECT="gst-inspect"
44012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44013 break 2
44014 fi
44015 done
44016 done
44017
44018 fi
44019 fi
44020 GST_INSPECT=$ac_cv_prog_GST_INSPECT
44021 if test -n "$GST_INSPECT"; then
44022 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
44023 echo "${ECHO_T}$GST_INSPECT" >&6
44024 else
44025 echo "$as_me:$LINENO: result: no" >&5
44026 echo "${ECHO_T}no" >&6
44027 fi
44028
44029 fi
44030
44031 if test "x$GST_INSPECT" != "x"; then
44032 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
44033 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
44034 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
44035 echo "$as_me:$LINENO: result: found." >&5
44036 echo "${ECHO_T}found." >&6
44037
44038 else
44039 echo "$as_me:$LINENO: result: not found." >&5
44040 echo "${ECHO_T}not found." >&6
44041
44042 wxUSE_GSTREAMER="no"
44043 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
44044 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
44045
44046 fi
44047 fi
44048
44049
44050 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
44051 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
44052 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
44053 echo $ECHO_N "(cached) $ECHO_C" >&6
44054 else
44055 cat >conftest.$ac_ext <<_ACEOF
44056 /* confdefs.h. */
44057 _ACEOF
44058 cat confdefs.h >>conftest.$ac_ext
44059 cat >>conftest.$ac_ext <<_ACEOF
44060 /* end confdefs.h. */
44061 #include <gst/gst.h>
44062
44063 #include <gst/xoverlay/xoverlay.h>
44064 _ACEOF
44065 rm -f conftest.$ac_objext
44066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44067 (eval $ac_compile) 2>conftest.er1
44068 ac_status=$?
44069 grep -v '^ *+' conftest.er1 >conftest.err
44070 rm -f conftest.er1
44071 cat conftest.err >&5
44072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44073 (exit $ac_status); } &&
44074 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44076 (eval $ac_try) 2>&5
44077 ac_status=$?
44078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44079 (exit $ac_status); }; } &&
44080 { ac_try='test -s conftest.$ac_objext'
44081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44082 (eval $ac_try) 2>&5
44083 ac_status=$?
44084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44085 (exit $ac_status); }; }; then
44086 ac_cv_header_gst_xoverlay_xoverlay_h=yes
44087 else
44088 echo "$as_me: failed program was:" >&5
44089 sed 's/^/| /' conftest.$ac_ext >&5
44090
44091 ac_cv_header_gst_xoverlay_xoverlay_h=no
44092 fi
44093 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44094 fi
44095 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
44096 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
44097 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
44098 :
44099 else
44100
44101 wxUSE_GSTREAMER="no"
44102 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
44103 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
44104
44105 fi
44106
44107
44108
44109 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
44110 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
44111
44112 ac_find_libraries=
44113 for ac_dir in $SEARCH_LIB;
44114 do
44115 for ac_extension in a so sl dylib dll.a; do
44116 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
44117 ac_find_libraries=$ac_dir
44118 break 2
44119 fi
44120 done
44121 done
44122
44123
44124 if test "$ac_find_libraries" = "" ; then
44125 echo "$as_me:$LINENO: result: no" >&5
44126 echo "${ECHO_T}no" >&6
44127 wxUSE_GSTREAMER="no"
44128 else
44129 echo "$as_me:$LINENO: result: yes" >&5
44130 echo "${ECHO_T}yes" >&6
44131 fi
44132
44133 if test "$wxUSE_GSTREAMER" = "yes"; then
44134 cat >>confdefs.h <<\_ACEOF
44135 #define wxUSE_GSTREAMER 1
44136 _ACEOF
44137
44138 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
44139 echo "${ECHO_T}GStreamer detection successful" >&6
44140 fi
44141 fi
44142 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
44143 cat >>confdefs.h <<\_ACEOF
44144 #define wxUSE_MEDIACTRL 1
44145 _ACEOF
44146
44147 fi
44148
44149
44150 if test "$cross_compiling" = "yes"; then
44151 OSINFO="\"$host\""
44152 else
44153 OSINFO=`uname -s -r -m`
44154 OSINFO="\"$OSINFO\""
44155 fi
44156
44157 cat >>confdefs.h <<_ACEOF
44158 #define WXWIN_OS_DESCRIPTION $OSINFO
44159 _ACEOF
44160
44161
44162
44163 if test "x$prefix" != "xNONE"; then
44164 wxPREFIX=$prefix
44165 else
44166 wxPREFIX=$ac_default_prefix
44167 fi
44168
44169 cat >>confdefs.h <<_ACEOF
44170 #define wxINSTALL_PREFIX "$wxPREFIX"
44171 _ACEOF
44172
44173
44174
44175
44176 CORE_BASE_LIBS="net base"
44177 CORE_GUI_LIBS="adv core"
44178
44179 if test "$wxUSE_XML" = "yes" ; then
44180 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
44181 fi
44182 if test "$wxUSE_ODBC" != "no" ; then
44183 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
44184 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
44185 fi
44186 if test "$wxUSE_HTML" = "yes" ; then
44187 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
44188 fi
44189 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
44190 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
44191 fi
44192 if test "$wxUSE_XRC" = "yes" ; then
44193 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
44194 fi
44195
44196 if test "$wxUSE_GUI" != "yes"; then
44197 CORE_GUI_LIBS=""
44198 fi
44199
44200
44201
44202
44203
44204
44205
44206
44207 if test "$wxUSE_MAC" = 1 ; then
44208 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
44209 if test "$USE_DARWIN" = 1; then
44210 LDFLAGS="$LDFLAGS -framework QuickTime"
44211 else
44212 LDFLAGS="$LDFLAGS -lQuickTimeLib"
44213 fi
44214 fi
44215 if test "$USE_DARWIN" = 1; then
44216 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
44217 else
44218 LDFLAGS="$LDFLAGS -lCarbonLib"
44219 fi
44220 fi
44221 if test "$wxUSE_COCOA" = 1 ; then
44222 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
44223 if test "$wxUSE_MEDIACTRL" = "yes"; then
44224 LDFLAGS="$LDFLAGS -framework QuickTime"
44225 fi
44226 fi
44227 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
44228 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
44229 fi
44230
44231
44232 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
44233
44234 have_cos=0
44235 have_floor=0
44236
44237 for ac_func in cos
44238 do
44239 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44240 echo "$as_me:$LINENO: checking for $ac_func" >&5
44241 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44242 if eval "test \"\${$as_ac_var+set}\" = set"; then
44243 echo $ECHO_N "(cached) $ECHO_C" >&6
44244 else
44245 cat >conftest.$ac_ext <<_ACEOF
44246 /* confdefs.h. */
44247 _ACEOF
44248 cat confdefs.h >>conftest.$ac_ext
44249 cat >>conftest.$ac_ext <<_ACEOF
44250 /* end confdefs.h. */
44251 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44252 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44253 #define $ac_func innocuous_$ac_func
44254
44255 /* System header to define __stub macros and hopefully few prototypes,
44256 which can conflict with char $ac_func (); below.
44257 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44258 <limits.h> exists even on freestanding compilers. */
44259
44260 #ifdef __STDC__
44261 # include <limits.h>
44262 #else
44263 # include <assert.h>
44264 #endif
44265
44266 #undef $ac_func
44267
44268 /* Override any gcc2 internal prototype to avoid an error. */
44269 #ifdef __cplusplus
44270 extern "C"
44271 {
44272 #endif
44273 /* We use char because int might match the return type of a gcc2
44274 builtin and then its argument prototype would still apply. */
44275 char $ac_func ();
44276 /* The GNU C library defines this for functions which it implements
44277 to always fail with ENOSYS. Some functions are actually named
44278 something starting with __ and the normal name is an alias. */
44279 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44280 choke me
44281 #else
44282 char (*f) () = $ac_func;
44283 #endif
44284 #ifdef __cplusplus
44285 }
44286 #endif
44287
44288 int
44289 main ()
44290 {
44291 return f != $ac_func;
44292 ;
44293 return 0;
44294 }
44295 _ACEOF
44296 rm -f conftest.$ac_objext conftest$ac_exeext
44297 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44298 (eval $ac_link) 2>conftest.er1
44299 ac_status=$?
44300 grep -v '^ *+' conftest.er1 >conftest.err
44301 rm -f conftest.er1
44302 cat conftest.err >&5
44303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44304 (exit $ac_status); } &&
44305 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44307 (eval $ac_try) 2>&5
44308 ac_status=$?
44309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44310 (exit $ac_status); }; } &&
44311 { ac_try='test -s conftest$ac_exeext'
44312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44313 (eval $ac_try) 2>&5
44314 ac_status=$?
44315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44316 (exit $ac_status); }; }; then
44317 eval "$as_ac_var=yes"
44318 else
44319 echo "$as_me: failed program was:" >&5
44320 sed 's/^/| /' conftest.$ac_ext >&5
44321
44322 eval "$as_ac_var=no"
44323 fi
44324 rm -f conftest.err conftest.$ac_objext \
44325 conftest$ac_exeext conftest.$ac_ext
44326 fi
44327 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44328 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44329 if test `eval echo '${'$as_ac_var'}'` = yes; then
44330 cat >>confdefs.h <<_ACEOF
44331 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44332 _ACEOF
44333 have_cos=1
44334 fi
44335 done
44336
44337
44338 for ac_func in floor
44339 do
44340 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44341 echo "$as_me:$LINENO: checking for $ac_func" >&5
44342 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44343 if eval "test \"\${$as_ac_var+set}\" = set"; then
44344 echo $ECHO_N "(cached) $ECHO_C" >&6
44345 else
44346 cat >conftest.$ac_ext <<_ACEOF
44347 /* confdefs.h. */
44348 _ACEOF
44349 cat confdefs.h >>conftest.$ac_ext
44350 cat >>conftest.$ac_ext <<_ACEOF
44351 /* end confdefs.h. */
44352 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44353 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44354 #define $ac_func innocuous_$ac_func
44355
44356 /* System header to define __stub macros and hopefully few prototypes,
44357 which can conflict with char $ac_func (); below.
44358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44359 <limits.h> exists even on freestanding compilers. */
44360
44361 #ifdef __STDC__
44362 # include <limits.h>
44363 #else
44364 # include <assert.h>
44365 #endif
44366
44367 #undef $ac_func
44368
44369 /* Override any gcc2 internal prototype to avoid an error. */
44370 #ifdef __cplusplus
44371 extern "C"
44372 {
44373 #endif
44374 /* We use char because int might match the return type of a gcc2
44375 builtin and then its argument prototype would still apply. */
44376 char $ac_func ();
44377 /* The GNU C library defines this for functions which it implements
44378 to always fail with ENOSYS. Some functions are actually named
44379 something starting with __ and the normal name is an alias. */
44380 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44381 choke me
44382 #else
44383 char (*f) () = $ac_func;
44384 #endif
44385 #ifdef __cplusplus
44386 }
44387 #endif
44388
44389 int
44390 main ()
44391 {
44392 return f != $ac_func;
44393 ;
44394 return 0;
44395 }
44396 _ACEOF
44397 rm -f conftest.$ac_objext conftest$ac_exeext
44398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44399 (eval $ac_link) 2>conftest.er1
44400 ac_status=$?
44401 grep -v '^ *+' conftest.er1 >conftest.err
44402 rm -f conftest.er1
44403 cat conftest.err >&5
44404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44405 (exit $ac_status); } &&
44406 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44408 (eval $ac_try) 2>&5
44409 ac_status=$?
44410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44411 (exit $ac_status); }; } &&
44412 { ac_try='test -s conftest$ac_exeext'
44413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44414 (eval $ac_try) 2>&5
44415 ac_status=$?
44416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44417 (exit $ac_status); }; }; then
44418 eval "$as_ac_var=yes"
44419 else
44420 echo "$as_me: failed program was:" >&5
44421 sed 's/^/| /' conftest.$ac_ext >&5
44422
44423 eval "$as_ac_var=no"
44424 fi
44425 rm -f conftest.err conftest.$ac_objext \
44426 conftest$ac_exeext conftest.$ac_ext
44427 fi
44428 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44429 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44430 if test `eval echo '${'$as_ac_var'}'` = yes; then
44431 cat >>confdefs.h <<_ACEOF
44432 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44433 _ACEOF
44434 have_floor=1
44435 fi
44436 done
44437
44438 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
44439 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
44440 if test "$have_cos" = 1 -a "$have_floor" = 1; then
44441 echo "$as_me:$LINENO: result: yes" >&5
44442 echo "${ECHO_T}yes" >&6
44443 else
44444 echo "$as_me:$LINENO: result: no" >&5
44445 echo "${ECHO_T}no" >&6
44446 LIBS="$LIBS -lm"
44447 # use different functions to avoid configure caching
44448 have_sin=0
44449 have_ceil=0
44450
44451 for ac_func in sin
44452 do
44453 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44454 echo "$as_me:$LINENO: checking for $ac_func" >&5
44455 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44456 if eval "test \"\${$as_ac_var+set}\" = set"; then
44457 echo $ECHO_N "(cached) $ECHO_C" >&6
44458 else
44459 cat >conftest.$ac_ext <<_ACEOF
44460 /* confdefs.h. */
44461 _ACEOF
44462 cat confdefs.h >>conftest.$ac_ext
44463 cat >>conftest.$ac_ext <<_ACEOF
44464 /* end confdefs.h. */
44465 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44466 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44467 #define $ac_func innocuous_$ac_func
44468
44469 /* System header to define __stub macros and hopefully few prototypes,
44470 which can conflict with char $ac_func (); below.
44471 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44472 <limits.h> exists even on freestanding compilers. */
44473
44474 #ifdef __STDC__
44475 # include <limits.h>
44476 #else
44477 # include <assert.h>
44478 #endif
44479
44480 #undef $ac_func
44481
44482 /* Override any gcc2 internal prototype to avoid an error. */
44483 #ifdef __cplusplus
44484 extern "C"
44485 {
44486 #endif
44487 /* We use char because int might match the return type of a gcc2
44488 builtin and then its argument prototype would still apply. */
44489 char $ac_func ();
44490 /* The GNU C library defines this for functions which it implements
44491 to always fail with ENOSYS. Some functions are actually named
44492 something starting with __ and the normal name is an alias. */
44493 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44494 choke me
44495 #else
44496 char (*f) () = $ac_func;
44497 #endif
44498 #ifdef __cplusplus
44499 }
44500 #endif
44501
44502 int
44503 main ()
44504 {
44505 return f != $ac_func;
44506 ;
44507 return 0;
44508 }
44509 _ACEOF
44510 rm -f conftest.$ac_objext conftest$ac_exeext
44511 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44512 (eval $ac_link) 2>conftest.er1
44513 ac_status=$?
44514 grep -v '^ *+' conftest.er1 >conftest.err
44515 rm -f conftest.er1
44516 cat conftest.err >&5
44517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44518 (exit $ac_status); } &&
44519 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44521 (eval $ac_try) 2>&5
44522 ac_status=$?
44523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44524 (exit $ac_status); }; } &&
44525 { ac_try='test -s conftest$ac_exeext'
44526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44527 (eval $ac_try) 2>&5
44528 ac_status=$?
44529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44530 (exit $ac_status); }; }; then
44531 eval "$as_ac_var=yes"
44532 else
44533 echo "$as_me: failed program was:" >&5
44534 sed 's/^/| /' conftest.$ac_ext >&5
44535
44536 eval "$as_ac_var=no"
44537 fi
44538 rm -f conftest.err conftest.$ac_objext \
44539 conftest$ac_exeext conftest.$ac_ext
44540 fi
44541 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44542 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44543 if test `eval echo '${'$as_ac_var'}'` = yes; then
44544 cat >>confdefs.h <<_ACEOF
44545 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44546 _ACEOF
44547 have_sin=1
44548 fi
44549 done
44550
44551
44552 for ac_func in ceil
44553 do
44554 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44555 echo "$as_me:$LINENO: checking for $ac_func" >&5
44556 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44557 if eval "test \"\${$as_ac_var+set}\" = set"; then
44558 echo $ECHO_N "(cached) $ECHO_C" >&6
44559 else
44560 cat >conftest.$ac_ext <<_ACEOF
44561 /* confdefs.h. */
44562 _ACEOF
44563 cat confdefs.h >>conftest.$ac_ext
44564 cat >>conftest.$ac_ext <<_ACEOF
44565 /* end confdefs.h. */
44566 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44567 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44568 #define $ac_func innocuous_$ac_func
44569
44570 /* System header to define __stub macros and hopefully few prototypes,
44571 which can conflict with char $ac_func (); below.
44572 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44573 <limits.h> exists even on freestanding compilers. */
44574
44575 #ifdef __STDC__
44576 # include <limits.h>
44577 #else
44578 # include <assert.h>
44579 #endif
44580
44581 #undef $ac_func
44582
44583 /* Override any gcc2 internal prototype to avoid an error. */
44584 #ifdef __cplusplus
44585 extern "C"
44586 {
44587 #endif
44588 /* We use char because int might match the return type of a gcc2
44589 builtin and then its argument prototype would still apply. */
44590 char $ac_func ();
44591 /* The GNU C library defines this for functions which it implements
44592 to always fail with ENOSYS. Some functions are actually named
44593 something starting with __ and the normal name is an alias. */
44594 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44595 choke me
44596 #else
44597 char (*f) () = $ac_func;
44598 #endif
44599 #ifdef __cplusplus
44600 }
44601 #endif
44602
44603 int
44604 main ()
44605 {
44606 return f != $ac_func;
44607 ;
44608 return 0;
44609 }
44610 _ACEOF
44611 rm -f conftest.$ac_objext conftest$ac_exeext
44612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44613 (eval $ac_link) 2>conftest.er1
44614 ac_status=$?
44615 grep -v '^ *+' conftest.er1 >conftest.err
44616 rm -f conftest.er1
44617 cat conftest.err >&5
44618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44619 (exit $ac_status); } &&
44620 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44622 (eval $ac_try) 2>&5
44623 ac_status=$?
44624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44625 (exit $ac_status); }; } &&
44626 { ac_try='test -s conftest$ac_exeext'
44627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44628 (eval $ac_try) 2>&5
44629 ac_status=$?
44630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44631 (exit $ac_status); }; }; then
44632 eval "$as_ac_var=yes"
44633 else
44634 echo "$as_me: failed program was:" >&5
44635 sed 's/^/| /' conftest.$ac_ext >&5
44636
44637 eval "$as_ac_var=no"
44638 fi
44639 rm -f conftest.err conftest.$ac_objext \
44640 conftest$ac_exeext conftest.$ac_ext
44641 fi
44642 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44643 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44644 if test `eval echo '${'$as_ac_var'}'` = yes; then
44645 cat >>confdefs.h <<_ACEOF
44646 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44647 _ACEOF
44648 have_ceil=1
44649 fi
44650 done
44651
44652 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
44653 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
44654 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
44655 echo "$as_me:$LINENO: result: yes" >&5
44656 echo "${ECHO_T}yes" >&6
44657 else
44658 echo "$as_me:$LINENO: result: no" >&5
44659 echo "${ECHO_T}no" >&6
44660 # not sure we should warn the user, crash, etc.
44661 fi
44662 fi
44663
44664 if test "$wxUSE_GUI" = "yes"; then
44665
44666
44667 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
44668 dynamic erase event exec font image minimal mobile \
44669 mobile/wxedit mobile/styles propsize render \
44670 richedit rotate shaped vscroll widgets"
44671
44672 if test "$wxUSE_MONOLITHIC" != "yes"; then
44673 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
44674 fi
44675 if test "$TOOLKIT" = "MSW"; then
44676 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
44677 if test "$wxUSE_UNIVERSAL" != "yes"; then
44678 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
44679 fi
44680 fi
44681 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
44682 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
44683 fi
44684 else
44685 SAMPLES_SUBDIRS="console"
44686 fi
44687
44688
44689 if test "x$INTELCC" = "xyes" ; then
44690 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
44691 elif test "$GCC" = yes ; then
44692 CWARNINGS="-Wall -Wundef"
44693 fi
44694
44695 if test "x$INTELCXX" = "xyes" ; then
44696 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
44697 elif test "$GXX" = yes ; then
44698 CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
44699 fi
44700
44701
44702 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
44703 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
44704
44705
44706 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $CPPFLAGS \
44707 -I\\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
44708 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE`
44709
44710 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
44711 CFLAGS=`echo $WXCONFIG_CFLAGS $CFLAGS $CWARNINGS $C_AND_CXX_FLAGS`
44712 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $CXXFLAGS $C_AND_CXX_FLAGS`
44713
44714 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
44715
44716
44717 if test "x$MWCC" = "xyes"; then
44718
44719 CC="$CC -cwd source -I-"
44720 CXX="$CXX -cwd source -I-"
44721 fi
44722
44723
44724 LIBS=`echo $LIBS`
44725 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
44726 EXTRALIBS_XML="$EXPAT_LINK"
44727 EXTRALIBS_HTML="$MSPACK_LINK"
44728 EXTRALIBS_ODBC="$ODBC_LINK"
44729 if test "$wxUSE_GUI" = "yes"; then
44730 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
44731 fi
44732 if test "$wxUSE_OPENGL" = "yes"; then
44733 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
44734 fi
44735
44736 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
44737
44738 WXCONFIG_LIBS="$LIBS"
44739
44740 if test "$wxUSE_REGEX" = "builtin" ; then
44741 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
44742 fi
44743 if test "$wxUSE_EXPAT" = "builtin" ; then
44744 wxconfig_3rdparty="expat $wxconfig_3rdparty"
44745 fi
44746 if test "$wxUSE_ODBC" = "builtin" ; then
44747 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
44748 fi
44749 if test "$wxUSE_LIBTIFF" = "builtin" ; then
44750 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
44751 fi
44752 if test "$wxUSE_LIBJPEG" = "builtin" ; then
44753 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
44754 fi
44755 if test "$wxUSE_LIBPNG" = "builtin" ; then
44756 wxconfig_3rdparty="png $wxconfig_3rdparty"
44757 fi
44758 if test "$wxUSE_ZLIB" = "builtin" ; then
44759 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
44760 fi
44761
44762 for i in $wxconfig_3rdparty ; do
44763 WXCONFIG_LIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
44764 done
44765
44766
44767 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
44768 WXUNIV=1
44769 else
44770 WXUNIV=0
44771 fi
44772
44773
44774
44775
44776
44777
44778
44779
44780
44781 if test $wxUSE_MONOLITHIC = "yes" ; then
44782 MONOLITHIC=1
44783 else
44784 MONOLITHIC=0
44785 fi
44786
44787 if test $wxUSE_PLUGINS = "yes" ; then
44788 USE_PLUGINS=1
44789 else
44790 USE_PLUGINS=0
44791 fi
44792
44793 if test $wxUSE_ODBC != "no" ; then
44794 USE_ODBC=1
44795 else
44796 USE_ODBC=0
44797 fi
44798
44799 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
44800 USE_QA=1
44801 else
44802 USE_QA=0
44803 fi
44804
44805 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
44806 OFFICIAL_BUILD=1
44807 else
44808 OFFICIAL_BUILD=0
44809 fi
44810
44811
44812
44813
44814
44815
44816
44817
44818
44819
44820
44821
44822
44823
44824
44825
44826
44827
44828
44829
44830
44831
44832
44833 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
44834
44835
44836
44837
44838
44839
44840
44841
44842 case "$TOOLKIT" in
44843 GTK)
44844 TOOLKIT_USER="GTK+"
44845 if test "$WXGTK20" = 1; then
44846 TOOLKIT_USER="$TOOLKIT_USER 2"
44847 fi
44848 ;;
44849
44850 *)
44851 TOOLKIT_USER=$TOOLKIT_LOWERCASE
44852 ;;
44853 esac
44854
44855 if test "$wxUSE_WINE" = "yes"; then
44856 BAKEFILE_FORCE_PLATFORM=win32
44857 fi
44858
44859
44860
44861
44862 if test "x$BAKEFILE_HOST" = "x"; then
44863 BAKEFILE_HOST="${host}"
44864 fi
44865
44866 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
44867
44868 if test -n "$ac_tool_prefix"; then
44869 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
44870 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
44871 echo "$as_me:$LINENO: checking for $ac_word" >&5
44872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44873 if test "${ac_cv_prog_RANLIB+set}" = set; then
44874 echo $ECHO_N "(cached) $ECHO_C" >&6
44875 else
44876 if test -n "$RANLIB"; then
44877 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
44878 else
44879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44880 for as_dir in $PATH
44881 do
44882 IFS=$as_save_IFS
44883 test -z "$as_dir" && as_dir=.
44884 for ac_exec_ext in '' $ac_executable_extensions; do
44885 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44886 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
44887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44888 break 2
44889 fi
44890 done
44891 done
44892
44893 fi
44894 fi
44895 RANLIB=$ac_cv_prog_RANLIB
44896 if test -n "$RANLIB"; then
44897 echo "$as_me:$LINENO: result: $RANLIB" >&5
44898 echo "${ECHO_T}$RANLIB" >&6
44899 else
44900 echo "$as_me:$LINENO: result: no" >&5
44901 echo "${ECHO_T}no" >&6
44902 fi
44903
44904 fi
44905 if test -z "$ac_cv_prog_RANLIB"; then
44906 ac_ct_RANLIB=$RANLIB
44907 # Extract the first word of "ranlib", so it can be a program name with args.
44908 set dummy ranlib; ac_word=$2
44909 echo "$as_me:$LINENO: checking for $ac_word" >&5
44910 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44911 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
44912 echo $ECHO_N "(cached) $ECHO_C" >&6
44913 else
44914 if test -n "$ac_ct_RANLIB"; then
44915 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
44916 else
44917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44918 for as_dir in $PATH
44919 do
44920 IFS=$as_save_IFS
44921 test -z "$as_dir" && as_dir=.
44922 for ac_exec_ext in '' $ac_executable_extensions; do
44923 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44924 ac_cv_prog_ac_ct_RANLIB="ranlib"
44925 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44926 break 2
44927 fi
44928 done
44929 done
44930
44931 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
44932 fi
44933 fi
44934 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
44935 if test -n "$ac_ct_RANLIB"; then
44936 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
44937 echo "${ECHO_T}$ac_ct_RANLIB" >&6
44938 else
44939 echo "$as_me:$LINENO: result: no" >&5
44940 echo "${ECHO_T}no" >&6
44941 fi
44942
44943 RANLIB=$ac_ct_RANLIB
44944 else
44945 RANLIB="$ac_cv_prog_RANLIB"
44946 fi
44947
44948 # Find a good install program. We prefer a C program (faster),
44949 # so one script is as good as another. But avoid the broken or
44950 # incompatible versions:
44951 # SysV /etc/install, /usr/sbin/install
44952 # SunOS /usr/etc/install
44953 # IRIX /sbin/install
44954 # AIX /bin/install
44955 # AmigaOS /C/install, which installs bootblocks on floppy discs
44956 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
44957 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
44958 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
44959 # OS/2's system install, which has a completely different semantic
44960 # ./install, which can be erroneously created by make from ./install.sh.
44961 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
44962 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
44963 if test -z "$INSTALL"; then
44964 if test "${ac_cv_path_install+set}" = set; then
44965 echo $ECHO_N "(cached) $ECHO_C" >&6
44966 else
44967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44968 for as_dir in $PATH
44969 do
44970 IFS=$as_save_IFS
44971 test -z "$as_dir" && as_dir=.
44972 # Account for people who put trailing slashes in PATH elements.
44973 case $as_dir/ in
44974 ./ | .// | /cC/* | \
44975 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
44976 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
44977 /usr/ucb/* ) ;;
44978 *)
44979 # OSF1 and SCO ODT 3.0 have their own names for install.
44980 # Don't use installbsd from OSF since it installs stuff as root
44981 # by default.
44982 for ac_prog in ginstall scoinst install; do
44983 for ac_exec_ext in '' $ac_executable_extensions; do
44984 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
44985 if test $ac_prog = install &&
44986 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
44987 # AIX install. It has an incompatible calling convention.
44988 :
44989 elif test $ac_prog = install &&
44990 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
44991 # program-specific install script used by HP pwplus--don't use.
44992 :
44993 else
44994 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
44995 break 3
44996 fi
44997 fi
44998 done
44999 done
45000 ;;
45001 esac
45002 done
45003
45004
45005 fi
45006 if test "${ac_cv_path_install+set}" = set; then
45007 INSTALL=$ac_cv_path_install
45008 else
45009 # As a last resort, use the slow shell script. We don't cache a
45010 # path for INSTALL within a source directory, because that will
45011 # break other packages using the cache if that directory is
45012 # removed, or if the path is relative.
45013 INSTALL=$ac_install_sh
45014 fi
45015 fi
45016 echo "$as_me:$LINENO: result: $INSTALL" >&5
45017 echo "${ECHO_T}$INSTALL" >&6
45018
45019 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
45020 # It thinks the first close brace ends the variable substitution.
45021 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
45022
45023 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
45024
45025 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
45026
45027 echo "$as_me:$LINENO: checking whether ln -s works" >&5
45028 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
45029 LN_S=$as_ln_s
45030 if test "$LN_S" = "ln -s"; then
45031 echo "$as_me:$LINENO: result: yes" >&5
45032 echo "${ECHO_T}yes" >&6
45033 else
45034 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
45035 echo "${ECHO_T}no, using $LN_S" >&6
45036 fi
45037
45038
45039 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
45040 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
45041 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
45042 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
45043 echo $ECHO_N "(cached) $ECHO_C" >&6
45044 else
45045 cat >conftest.make <<\_ACEOF
45046 all:
45047 @echo 'ac_maketemp="$(MAKE)"'
45048 _ACEOF
45049 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
45050 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
45051 if test -n "$ac_maketemp"; then
45052 eval ac_cv_prog_make_${ac_make}_set=yes
45053 else
45054 eval ac_cv_prog_make_${ac_make}_set=no
45055 fi
45056 rm -f conftest.make
45057 fi
45058 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
45059 echo "$as_me:$LINENO: result: yes" >&5
45060 echo "${ECHO_T}yes" >&6
45061 SET_MAKE=
45062 else
45063 echo "$as_me:$LINENO: result: no" >&5
45064 echo "${ECHO_T}no" >&6
45065 SET_MAKE="MAKE=${MAKE-make}"
45066 fi
45067
45068
45069
45070 if test -n "$ac_tool_prefix"; then
45071 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
45072 set dummy ${ac_tool_prefix}ar; ac_word=$2
45073 echo "$as_me:$LINENO: checking for $ac_word" >&5
45074 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45075 if test "${ac_cv_prog_AR+set}" = set; then
45076 echo $ECHO_N "(cached) $ECHO_C" >&6
45077 else
45078 if test -n "$AR"; then
45079 ac_cv_prog_AR="$AR" # Let the user override the test.
45080 else
45081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45082 for as_dir in $PATH
45083 do
45084 IFS=$as_save_IFS
45085 test -z "$as_dir" && as_dir=.
45086 for ac_exec_ext in '' $ac_executable_extensions; do
45087 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45088 ac_cv_prog_AR="${ac_tool_prefix}ar"
45089 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45090 break 2
45091 fi
45092 done
45093 done
45094
45095 fi
45096 fi
45097 AR=$ac_cv_prog_AR
45098 if test -n "$AR"; then
45099 echo "$as_me:$LINENO: result: $AR" >&5
45100 echo "${ECHO_T}$AR" >&6
45101 else
45102 echo "$as_me:$LINENO: result: no" >&5
45103 echo "${ECHO_T}no" >&6
45104 fi
45105
45106 fi
45107 if test -z "$ac_cv_prog_AR"; then
45108 ac_ct_AR=$AR
45109 # Extract the first word of "ar", so it can be a program name with args.
45110 set dummy ar; ac_word=$2
45111 echo "$as_me:$LINENO: checking for $ac_word" >&5
45112 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45113 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
45114 echo $ECHO_N "(cached) $ECHO_C" >&6
45115 else
45116 if test -n "$ac_ct_AR"; then
45117 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
45118 else
45119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45120 for as_dir in $PATH
45121 do
45122 IFS=$as_save_IFS
45123 test -z "$as_dir" && as_dir=.
45124 for ac_exec_ext in '' $ac_executable_extensions; do
45125 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45126 ac_cv_prog_ac_ct_AR="ar"
45127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45128 break 2
45129 fi
45130 done
45131 done
45132
45133 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
45134 fi
45135 fi
45136 ac_ct_AR=$ac_cv_prog_ac_ct_AR
45137 if test -n "$ac_ct_AR"; then
45138 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
45139 echo "${ECHO_T}$ac_ct_AR" >&6
45140 else
45141 echo "$as_me:$LINENO: result: no" >&5
45142 echo "${ECHO_T}no" >&6
45143 fi
45144
45145 AR=$ac_ct_AR
45146 else
45147 AR="$ac_cv_prog_AR"
45148 fi
45149
45150 if test -n "$ac_tool_prefix"; then
45151 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
45152 set dummy ${ac_tool_prefix}strip; ac_word=$2
45153 echo "$as_me:$LINENO: checking for $ac_word" >&5
45154 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45155 if test "${ac_cv_prog_STRIP+set}" = set; then
45156 echo $ECHO_N "(cached) $ECHO_C" >&6
45157 else
45158 if test -n "$STRIP"; then
45159 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
45160 else
45161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45162 for as_dir in $PATH
45163 do
45164 IFS=$as_save_IFS
45165 test -z "$as_dir" && as_dir=.
45166 for ac_exec_ext in '' $ac_executable_extensions; do
45167 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45168 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
45169 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45170 break 2
45171 fi
45172 done
45173 done
45174
45175 fi
45176 fi
45177 STRIP=$ac_cv_prog_STRIP
45178 if test -n "$STRIP"; then
45179 echo "$as_me:$LINENO: result: $STRIP" >&5
45180 echo "${ECHO_T}$STRIP" >&6
45181 else
45182 echo "$as_me:$LINENO: result: no" >&5
45183 echo "${ECHO_T}no" >&6
45184 fi
45185
45186 fi
45187 if test -z "$ac_cv_prog_STRIP"; then
45188 ac_ct_STRIP=$STRIP
45189 # Extract the first word of "strip", so it can be a program name with args.
45190 set dummy strip; ac_word=$2
45191 echo "$as_me:$LINENO: checking for $ac_word" >&5
45192 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45193 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
45194 echo $ECHO_N "(cached) $ECHO_C" >&6
45195 else
45196 if test -n "$ac_ct_STRIP"; then
45197 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
45198 else
45199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45200 for as_dir in $PATH
45201 do
45202 IFS=$as_save_IFS
45203 test -z "$as_dir" && as_dir=.
45204 for ac_exec_ext in '' $ac_executable_extensions; do
45205 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45206 ac_cv_prog_ac_ct_STRIP="strip"
45207 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45208 break 2
45209 fi
45210 done
45211 done
45212
45213 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
45214 fi
45215 fi
45216 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
45217 if test -n "$ac_ct_STRIP"; then
45218 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
45219 echo "${ECHO_T}$ac_ct_STRIP" >&6
45220 else
45221 echo "$as_me:$LINENO: result: no" >&5
45222 echo "${ECHO_T}no" >&6
45223 fi
45224
45225 STRIP=$ac_ct_STRIP
45226 else
45227 STRIP="$ac_cv_prog_STRIP"
45228 fi
45229
45230 if test -n "$ac_tool_prefix"; then
45231 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
45232 set dummy ${ac_tool_prefix}nm; ac_word=$2
45233 echo "$as_me:$LINENO: checking for $ac_word" >&5
45234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45235 if test "${ac_cv_prog_NM+set}" = set; then
45236 echo $ECHO_N "(cached) $ECHO_C" >&6
45237 else
45238 if test -n "$NM"; then
45239 ac_cv_prog_NM="$NM" # Let the user override the test.
45240 else
45241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45242 for as_dir in $PATH
45243 do
45244 IFS=$as_save_IFS
45245 test -z "$as_dir" && as_dir=.
45246 for ac_exec_ext in '' $ac_executable_extensions; do
45247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45248 ac_cv_prog_NM="${ac_tool_prefix}nm"
45249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45250 break 2
45251 fi
45252 done
45253 done
45254
45255 fi
45256 fi
45257 NM=$ac_cv_prog_NM
45258 if test -n "$NM"; then
45259 echo "$as_me:$LINENO: result: $NM" >&5
45260 echo "${ECHO_T}$NM" >&6
45261 else
45262 echo "$as_me:$LINENO: result: no" >&5
45263 echo "${ECHO_T}no" >&6
45264 fi
45265
45266 fi
45267 if test -z "$ac_cv_prog_NM"; then
45268 ac_ct_NM=$NM
45269 # Extract the first word of "nm", so it can be a program name with args.
45270 set dummy nm; ac_word=$2
45271 echo "$as_me:$LINENO: checking for $ac_word" >&5
45272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45273 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
45274 echo $ECHO_N "(cached) $ECHO_C" >&6
45275 else
45276 if test -n "$ac_ct_NM"; then
45277 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
45278 else
45279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45280 for as_dir in $PATH
45281 do
45282 IFS=$as_save_IFS
45283 test -z "$as_dir" && as_dir=.
45284 for ac_exec_ext in '' $ac_executable_extensions; do
45285 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45286 ac_cv_prog_ac_ct_NM="nm"
45287 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45288 break 2
45289 fi
45290 done
45291 done
45292
45293 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
45294 fi
45295 fi
45296 ac_ct_NM=$ac_cv_prog_ac_ct_NM
45297 if test -n "$ac_ct_NM"; then
45298 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
45299 echo "${ECHO_T}$ac_ct_NM" >&6
45300 else
45301 echo "$as_me:$LINENO: result: no" >&5
45302 echo "${ECHO_T}no" >&6
45303 fi
45304
45305 NM=$ac_ct_NM
45306 else
45307 NM="$ac_cv_prog_NM"
45308 fi
45309
45310
45311 case ${BAKEFILE_HOST} in
45312 *-hp-hpux* )
45313 INSTALL_DIR="mkdir -p"
45314 ;;
45315 *) INSTALL_DIR="$INSTALL -d"
45316 ;;
45317 esac
45318
45319
45320 LDFLAGS_GUI=
45321 case ${BAKEFILE_HOST} in
45322 *-*-cygwin* | *-*-mingw32* )
45323 LDFLAGS_GUI="-mwindows"
45324 esac
45325
45326
45327 fi
45328
45329 echo "$as_me:$LINENO: checking if make is GNU make" >&5
45330 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
45331 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
45332 echo $ECHO_N "(cached) $ECHO_C" >&6
45333 else
45334
45335 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
45336 egrep -s GNU > /dev/null); then
45337 bakefile_cv_prog_makeisgnu="yes"
45338 else
45339 bakefile_cv_prog_makeisgnu="no"
45340 fi
45341
45342 fi
45343 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
45344 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
45345
45346 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
45347 IF_GNU_MAKE=""
45348 else
45349 IF_GNU_MAKE="#"
45350 fi
45351
45352
45353
45354 PLATFORM_UNIX=0
45355 PLATFORM_WIN32=0
45356 PLATFORM_MSDOS=0
45357 PLATFORM_MAC=0
45358 PLATFORM_MACOS=0
45359 PLATFORM_MACOSX=0
45360 PLATFORM_OS2=0
45361 PLATFORM_BEOS=0
45362
45363 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
45364 case "${BAKEFILE_HOST}" in
45365 *-*-mingw32* )
45366 PLATFORM_WIN32=1
45367 ;;
45368 *-pc-msdosdjgpp )
45369 PLATFORM_MSDOS=1
45370 ;;
45371 *-pc-os2_emx | *-pc-os2-emx )
45372 PLATFORM_OS2=1
45373 ;;
45374 *-*-darwin* )
45375 PLATFORM_MAC=1
45376 PLATFORM_MACOSX=1
45377 ;;
45378 *-*-beos* )
45379 PLATFORM_BEOS=1
45380 ;;
45381 powerpc-apple-macos* )
45382 PLATFORM_MAC=1
45383 PLATFORM_MACOS=1
45384 ;;
45385 * )
45386 PLATFORM_UNIX=1
45387 ;;
45388 esac
45389 else
45390 case "$BAKEFILE_FORCE_PLATFORM" in
45391 win32 )
45392 PLATFORM_WIN32=1
45393 ;;
45394 msdos )
45395 PLATFORM_MSDOS=1
45396 ;;
45397 os2 )
45398 PLATFORM_OS2=1
45399 ;;
45400 darwin )
45401 PLATFORM_MAC=1
45402 PLATFORM_MACOSX=1
45403 ;;
45404 unix )
45405 PLATFORM_UNIX=1
45406 ;;
45407 beos )
45408 PLATFORM_BEOS=1
45409 ;;
45410 * )
45411 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
45412 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
45413 { (exit 1); exit 1; }; }
45414 ;;
45415 esac
45416 fi
45417
45418
45419
45420
45421
45422
45423
45424
45425
45426
45427
45428 # Check whether --enable-omf or --disable-omf was given.
45429 if test "${enable_omf+set}" = set; then
45430 enableval="$enable_omf"
45431 bk_os2_use_omf="$enableval"
45432 fi;
45433
45434 case "${BAKEFILE_HOST}" in
45435 *-*-darwin* )
45436 if test "x$GCC" = "xyes"; then
45437 CFLAGS="$CFLAGS -fno-common"
45438 CXXFLAGS="$CXXFLAGS -fno-common"
45439 fi
45440 if test "x$XLCC" = "xyes"; then
45441 CFLAGS="$CFLAGS -qnocommon"
45442 CXXFLAGS="$CXXFLAGS -qnocommon"
45443 fi
45444 ;;
45445
45446 *-pc-os2_emx | *-pc-os2-emx )
45447 if test "x$bk_os2_use_omf" = "xyes" ; then
45448 AR=emxomfar
45449 RANLIB=:
45450 LDFLAGS="-Zomf $LDFLAGS"
45451 CFLAGS="-Zomf $CFLAGS"
45452 CXXFLAGS="-Zomf $CXXFLAGS"
45453 OS2_LIBEXT="lib"
45454 else
45455 OS2_LIBEXT="a"
45456 fi
45457 ;;
45458
45459 i*86-*-beos* )
45460 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
45461 ;;
45462 esac
45463
45464
45465 SO_SUFFIX="so"
45466 SO_SUFFIX_MODULE="so"
45467 EXEEXT=""
45468 LIBPREFIX="lib"
45469 LIBEXT=".a"
45470 DLLPREFIX="lib"
45471 DLLPREFIX_MODULE=""
45472 DLLIMP_SUFFIX=""
45473 dlldir="$libdir"
45474
45475 case "${BAKEFILE_HOST}" in
45476 *-hp-hpux* )
45477 SO_SUFFIX="sl"
45478 SO_SUFFIX_MODULE="sl"
45479 ;;
45480 *-*-aix* )
45481 SO_SUFFIX="a"
45482 SO_SUFFIX_MODULE="a"
45483 ;;
45484 *-*-cygwin* )
45485 SO_SUFFIX="dll"
45486 SO_SUFFIX_MODULE="dll"
45487 DLLIMP_SUFFIX="dll.a"
45488 EXEEXT=".exe"
45489 DLLPREFIX="cyg"
45490 dlldir="$bindir"
45491 ;;
45492 *-*-mingw32* )
45493 SO_SUFFIX="dll"
45494 SO_SUFFIX_MODULE="dll"
45495 DLLIMP_SUFFIX="dll.a"
45496 EXEEXT=".exe"
45497 DLLPREFIX=""
45498 dlldir="$bindir"
45499 ;;
45500 *-pc-msdosdjgpp )
45501 EXEEXT=".exe"
45502 DLLPREFIX=""
45503 dlldir="$bindir"
45504 ;;
45505 *-pc-os2_emx | *-pc-os2-emx )
45506 SO_SUFFIX="dll"
45507 SO_SUFFIX_MODULE="dll"
45508 DLLIMP_SUFFIX=$OS2_LIBEXT
45509 EXEEXT=".exe"
45510 DLLPREFIX=""
45511 LIBPREFIX=""
45512 LIBEXT=".$OS2_LIBEXT"
45513 dlldir="$bindir"
45514 ;;
45515 *-*-darwin* )
45516 SO_SUFFIX="dylib"
45517 SO_SUFFIX_MODULE="bundle"
45518 ;;
45519 esac
45520
45521 if test "x$DLLIMP_SUFFIX" = "x" ; then
45522 DLLIMP_SUFFIX="$SO_SUFFIX"
45523 fi
45524
45525
45526
45527
45528
45529
45530
45531
45532
45533
45534
45535
45536 PIC_FLAG=""
45537 if test "x$GCC" = "xyes"; then
45538 PIC_FLAG="-fPIC"
45539 fi
45540
45541 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
45542 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
45543 WINDOWS_IMPLIB=0
45544
45545 case "${BAKEFILE_HOST}" in
45546 *-hp-hpux* )
45547 if test "x$GCC" != "xyes"; then
45548 LDFLAGS="$LDFLAGS -L/usr/lib"
45549
45550 SHARED_LD_CC="${CC} -b -o"
45551 SHARED_LD_CXX="${CXX} -b -o"
45552 PIC_FLAG="+Z"
45553 fi
45554 ;;
45555
45556 *-*-linux* )
45557 if test "x$GCC" != "xyes"; then
45558 echo "$as_me:$LINENO: checking for Intel compiler" >&5
45559 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
45560 if test "${bakefile_cv_prog_icc+set}" = set; then
45561 echo $ECHO_N "(cached) $ECHO_C" >&6
45562 else
45563
45564 cat >conftest.$ac_ext <<_ACEOF
45565 /* confdefs.h. */
45566 _ACEOF
45567 cat confdefs.h >>conftest.$ac_ext
45568 cat >>conftest.$ac_ext <<_ACEOF
45569 /* end confdefs.h. */
45570
45571 int
45572 main ()
45573 {
45574
45575 #ifndef __INTEL_COMPILER
45576 #error Not icc
45577 #endif
45578
45579 ;
45580 return 0;
45581 }
45582 _ACEOF
45583 rm -f conftest.$ac_objext
45584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45585 (eval $ac_compile) 2>conftest.er1
45586 ac_status=$?
45587 grep -v '^ *+' conftest.er1 >conftest.err
45588 rm -f conftest.er1
45589 cat conftest.err >&5
45590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45591 (exit $ac_status); } &&
45592 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45594 (eval $ac_try) 2>&5
45595 ac_status=$?
45596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45597 (exit $ac_status); }; } &&
45598 { ac_try='test -s conftest.$ac_objext'
45599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45600 (eval $ac_try) 2>&5
45601 ac_status=$?
45602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45603 (exit $ac_status); }; }; then
45604 bakefile_cv_prog_icc=yes
45605 else
45606 echo "$as_me: failed program was:" >&5
45607 sed 's/^/| /' conftest.$ac_ext >&5
45608
45609 bakefile_cv_prog_icc=no
45610
45611 fi
45612 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
45613
45614 fi
45615 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
45616 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
45617 if test "$bakefile_cv_prog_icc" = "yes"; then
45618 PIC_FLAG="-KPIC"
45619 fi
45620 fi
45621 ;;
45622
45623 *-*-solaris2* )
45624 if test "x$GCC" != xyes ; then
45625 SHARED_LD_CC="${CC} -G -o"
45626 SHARED_LD_CXX="${CXX} -G -o"
45627 PIC_FLAG="-KPIC"
45628 fi
45629 ;;
45630
45631 *-*-darwin* )
45632
45633 D='$'
45634 cat <<EOF >shared-ld-sh
45635 #!/bin/sh
45636 #-----------------------------------------------------------------------------
45637 #-- Name: distrib/mac/shared-ld-sh
45638 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
45639 #-- Author: Gilles Depeyrot
45640 #-- Copyright: (c) 2002 Gilles Depeyrot
45641 #-- Licence: any use permitted
45642 #-----------------------------------------------------------------------------
45643
45644 verbose=0
45645 args=""
45646 objects=""
45647 linking_flag="-dynamiclib"
45648 ldargs="-r -keep_private_externs -nostdlib"
45649
45650 while test ${D}# -gt 0; do
45651 case ${D}1 in
45652
45653 -v)
45654 verbose=1
45655 ;;
45656
45657 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
45658 # collect these options and values
45659 args="${D}{args} ${D}1 ${D}2"
45660 shift
45661 ;;
45662
45663 -s|-Wl,*)
45664 # collect these load args
45665 ldargs="${D}{ldargs} ${D}1"
45666 ;;
45667
45668 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
45669 # collect these options
45670 args="${D}{args} ${D}1"
45671 ;;
45672
45673 -dynamiclib|-bundle)
45674 linking_flag="${D}1"
45675 ;;
45676
45677 -*)
45678 echo "shared-ld: unhandled option '${D}1'"
45679 exit 1
45680 ;;
45681
45682 *.o | *.a | *.dylib)
45683 # collect object files
45684 objects="${D}{objects} ${D}1"
45685 ;;
45686
45687 *)
45688 echo "shared-ld: unhandled argument '${D}1'"
45689 exit 1
45690 ;;
45691
45692 esac
45693 shift
45694 done
45695
45696 status=0
45697
45698 #
45699 # Link one module containing all the others
45700 #
45701 if test ${D}{verbose} = 1; then
45702 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
45703 fi
45704 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
45705 status=${D}?
45706
45707 #
45708 # Link the shared library from the single module created, but only if the
45709 # previous command didn't fail:
45710 #
45711 if test ${D}{status} = 0; then
45712 if test ${D}{verbose} = 1; then
45713 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
45714 fi
45715 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
45716 status=${D}?
45717 fi
45718
45719 #
45720 # Remove intermediate module
45721 #
45722 rm -f master.${D}${D}.o
45723
45724 exit ${D}status
45725 EOF
45726
45727 chmod +x shared-ld-sh
45728
45729 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
45730 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
45731
45732
45733 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
45734 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
45735 if test "${bakefile_cv_gcc31+set}" = set; then
45736 echo $ECHO_N "(cached) $ECHO_C" >&6
45737 else
45738
45739 cat >conftest.$ac_ext <<_ACEOF
45740 /* confdefs.h. */
45741 _ACEOF
45742 cat confdefs.h >>conftest.$ac_ext
45743 cat >>conftest.$ac_ext <<_ACEOF
45744 /* end confdefs.h. */
45745
45746 int
45747 main ()
45748 {
45749
45750 #if (__GNUC__ < 3) || \
45751 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
45752 #error old gcc
45753 #endif
45754
45755 ;
45756 return 0;
45757 }
45758 _ACEOF
45759 rm -f conftest.$ac_objext
45760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45761 (eval $ac_compile) 2>conftest.er1
45762 ac_status=$?
45763 grep -v '^ *+' conftest.er1 >conftest.err
45764 rm -f conftest.er1
45765 cat conftest.err >&5
45766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45767 (exit $ac_status); } &&
45768 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45770 (eval $ac_try) 2>&5
45771 ac_status=$?
45772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45773 (exit $ac_status); }; } &&
45774 { ac_try='test -s conftest.$ac_objext'
45775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45776 (eval $ac_try) 2>&5
45777 ac_status=$?
45778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45779 (exit $ac_status); }; }; then
45780
45781 bakefile_cv_gcc31=yes
45782
45783 else
45784 echo "$as_me: failed program was:" >&5
45785 sed 's/^/| /' conftest.$ac_ext >&5
45786
45787
45788 bakefile_cv_gcc31=no
45789
45790
45791 fi
45792 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
45793
45794 fi
45795 echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
45796 echo "${ECHO_T}$bakefile_cv_gcc31" >&6
45797 if test "$bakefile_cv_gcc31" = "no"; then
45798 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
45799 SHARED_LD_CXX="$SHARED_LD_CC"
45800 else
45801 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
45802 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
45803 fi
45804
45805 if test "x$GCC" == "xyes"; then
45806 PIC_FLAG="-dynamic -fPIC"
45807 fi
45808 if test "x$XLCC" = "xyes"; then
45809 PIC_FLAG="-dynamic -DPIC"
45810 fi
45811 ;;
45812
45813 *-*-aix* )
45814 if test "x$GCC" = "xyes"; then
45815 PIC_FLAG=""
45816
45817 case "${BAKEFILE_HOST}" in
45818 *-*-aix5* )
45819 LD_EXPFULL="-Wl,-bexpfull"
45820 ;;
45821 esac
45822
45823 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
45824 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
45825 else
45826 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
45827 set dummy makeC++SharedLib; ac_word=$2
45828 echo "$as_me:$LINENO: checking for $ac_word" >&5
45829 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45830 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
45831 echo $ECHO_N "(cached) $ECHO_C" >&6
45832 else
45833 if test -n "$AIX_CXX_LD"; then
45834 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
45835 else
45836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45837 for as_dir in $PATH
45838 do
45839 IFS=$as_save_IFS
45840 test -z "$as_dir" && as_dir=.
45841 for ac_exec_ext in '' $ac_executable_extensions; do
45842 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45843 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
45844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45845 break 2
45846 fi
45847 done
45848 done
45849
45850 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
45851 fi
45852 fi
45853 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
45854 if test -n "$AIX_CXX_LD"; then
45855 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
45856 echo "${ECHO_T}$AIX_CXX_LD" >&6
45857 else
45858 echo "$as_me:$LINENO: result: no" >&5
45859 echo "${ECHO_T}no" >&6
45860 fi
45861
45862 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
45863 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
45864 fi
45865 ;;
45866
45867 *-*-beos* )
45868 SHARED_LD_CC="${LD} -nostart -o"
45869 SHARED_LD_CXX="${LD} -nostart -o"
45870 ;;
45871
45872 *-*-irix* )
45873 if test "x$GCC" != "xyes"; then
45874 PIC_FLAG="-KPIC"
45875 fi
45876 ;;
45877
45878 *-*-cygwin* | *-*-mingw32* )
45879 PIC_FLAG=""
45880 SHARED_LD_CC="\$(CC) -shared -o"
45881 SHARED_LD_CXX="\$(CXX) -shared -o"
45882 WINDOWS_IMPLIB=1
45883 ;;
45884
45885 *-pc-os2_emx | *-pc-os2-emx )
45886 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45887 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45888 PIC_FLAG=""
45889
45890 D='$'
45891 cat <<EOF >dllar.sh
45892 #!/bin/sh
45893 #
45894 # dllar - a tool to build both a .dll and an .a file
45895 # from a set of object (.o) files for EMX/OS2.
45896 #
45897 # Written by Andrew Zabolotny, bit@freya.etu.ru
45898 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
45899 #
45900 # This script will accept a set of files on the command line.
45901 # All the public symbols from the .o files will be exported into
45902 # a .DEF file, then linker will be run (through gcc) against them to
45903 # build a shared library consisting of all given .o files. All libraries
45904 # (.a) will be first decompressed into component .o files then act as
45905 # described above. You can optionally give a description (-d "description")
45906 # which will be put into .DLL. To see the list of accepted options (as well
45907 # as command-line format) simply run this program without options. The .DLL
45908 # is built to be imported by name (there is no guarantee that new versions
45909 # of the library you build will have same ordinals for same symbols).
45910 #
45911 # dllar is free software; you can redistribute it and/or modify
45912 # it under the terms of the GNU General Public License as published by
45913 # the Free Software Foundation; either version 2, or (at your option)
45914 # any later version.
45915 #
45916 # dllar is distributed in the hope that it will be useful,
45917 # but WITHOUT ANY WARRANTY; without even the implied warranty of
45918 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45919 # GNU General Public License for more details.
45920 #
45921 # You should have received a copy of the GNU General Public License
45922 # along with dllar; see the file COPYING. If not, write to the Free
45923 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
45924 # 02111-1307, USA.
45925
45926 # To successfuly run this program you will need:
45927 # - Current drive should have LFN support (HPFS, ext2, network, etc)
45928 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
45929 # - gcc
45930 # (used to build the .dll)
45931 # - emxexp
45932 # (used to create .def file from .o files)
45933 # - emximp
45934 # (used to create .a file from .def file)
45935 # - GNU text utilites (cat, sort, uniq)
45936 # used to process emxexp output
45937 # - GNU file utilities (mv, rm)
45938 # - GNU sed
45939 # - lxlite (optional, see flag below)
45940 # (used for general .dll cleanup)
45941 #
45942
45943 flag_USE_LXLITE=1;
45944
45945 #
45946 # helper functions
45947 # basnam, variant of basename, which does _not_ remove the path, _iff_
45948 # second argument (suffix to remove) is given
45949 basnam(){
45950 case ${D}# in
45951 1)
45952 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
45953 ;;
45954 2)
45955 echo ${D}1 | sed 's/'${D}2'${D}//'
45956 ;;
45957 *)
45958 echo "error in basnam ${D}*"
45959 exit 8
45960 ;;
45961 esac
45962 }
45963
45964 # Cleanup temporary files and output
45965 CleanUp() {
45966 cd ${D}curDir
45967 for i in ${D}inputFiles ; do
45968 case ${D}i in
45969 *!)
45970 rm -rf \`basnam ${D}i !\`
45971 ;;
45972 *)
45973 ;;
45974 esac
45975 done
45976
45977 # Kill result in case of failure as there is just to many stupid make/nmake
45978 # things out there which doesn't do this.
45979 if [ ${D}# -eq 0 ]; then
45980 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
45981 fi
45982 }
45983
45984 # Print usage and exit script with rc=1.
45985 PrintHelp() {
45986 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
45987 echo ' [-name-mangler-script script.sh]'
45988 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
45989 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
45990 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
45991 echo ' [*.o] [*.a]'
45992 echo '*> "output_file" should have no extension.'
45993 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
45994 echo ' The import library name is derived from this and is set to "name".a,'
45995 echo ' unless overridden by -import'
45996 echo '*> "importlib_name" should have no extension.'
45997 echo ' If it has the .o, or .a extension, it is automatically removed.'
45998 echo ' This name is used as the import library name and may be longer and'
45999 echo ' more descriptive than the DLL name which has to follow the old '
46000 echo ' 8.3 convention of FAT.'
46001 echo '*> "script.sh may be given to override the output_file name by a'
46002 echo ' different name. It is mainly useful if the regular make process'
46003 echo ' of some package does not take into account OS/2 restriction of'
46004 echo ' DLL name lengths. It takes the importlib name as input and is'
46005 echo ' supposed to procude a shorter name as output. The script should'
46006 echo ' expect to get importlib_name without extension and should produce'
46007 echo ' a (max.) 8 letter name without extension.'
46008 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
46009 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
46010 echo ' These flags will be put at the start of GCC command line.'
46011 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
46012 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
46013 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
46014 echo ' If the last character of a symbol is "*", all symbols beginning'
46015 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
46016 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
46017 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
46018 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
46019 echo ' C runtime DLLs.'
46020 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
46021 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
46022 echo ' unchanged to GCC at the end of command line.'
46023 echo '*> If you create a DLL from a library and you do not specify -o,'
46024 echo ' the basename for DLL and import library will be set to library name,'
46025 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
46026 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
46027 echo ' library will be renamed into gcc_s.a.'
46028 echo '--------'
46029 echo 'Example:'
46030 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
46031 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
46032 CleanUp
46033 exit 1
46034 }
46035
46036 # Execute a command.
46037 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
46038 # @Uses Whatever CleanUp() uses.
46039 doCommand() {
46040 echo "${D}*"
46041 eval ${D}*
46042 rcCmd=${D}?
46043
46044 if [ ${D}rcCmd -ne 0 ]; then
46045 echo "command failed, exit code="${D}rcCmd
46046 CleanUp
46047 exit ${D}rcCmd
46048 fi
46049 }
46050
46051 # main routine
46052 # setup globals
46053 cmdLine=${D}*
46054 outFile=""
46055 outimpFile=""
46056 inputFiles=""
46057 renameScript=""
46058 description=""
46059 CC=gcc.exe
46060 CFLAGS="-s -Zcrtdll"
46061 EXTRA_CFLAGS=""
46062 EXPORT_BY_ORDINALS=0
46063 exclude_symbols=""
46064 library_flags=""
46065 curDir=\`pwd\`
46066 curDirS=curDir
46067 case ${D}curDirS in
46068 */)
46069 ;;
46070 *)
46071 curDirS=${D}{curDirS}"/"
46072 ;;
46073 esac
46074 # Parse commandline
46075 libsToLink=0
46076 omfLinking=0
46077 while [ ${D}1 ]; do
46078 case ${D}1 in
46079 -ord*)
46080 EXPORT_BY_ORDINALS=1;
46081 ;;
46082 -o*)
46083 shift
46084 outFile=${D}1
46085 ;;
46086 -i*)
46087 shift
46088 outimpFile=${D}1
46089 ;;
46090 -name-mangler-script)
46091 shift
46092 renameScript=${D}1
46093 ;;
46094 -d*)
46095 shift
46096 description=${D}1
46097 ;;
46098 -f*)
46099 shift
46100 CFLAGS=${D}1
46101 ;;
46102 -c*)
46103 shift
46104 CC=${D}1
46105 ;;
46106 -h*)
46107 PrintHelp
46108 ;;
46109 -ex*)
46110 shift
46111 exclude_symbols=${D}{exclude_symbols}${D}1" "
46112 ;;
46113 -libf*)
46114 shift
46115 library_flags=${D}{library_flags}${D}1" "
46116 ;;
46117 -nocrt*)
46118 CFLAGS="-s"
46119 ;;
46120 -nolxl*)
46121 flag_USE_LXLITE=0
46122 ;;
46123 -* | /*)
46124 case ${D}1 in
46125 -L* | -l*)
46126 libsToLink=1
46127 ;;
46128 -Zomf)
46129 omfLinking=1
46130 ;;
46131 *)
46132 ;;
46133 esac
46134 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
46135 ;;
46136 *.dll)
46137 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
46138 if [ ${D}omfLinking -eq 1 ]; then
46139 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
46140 else
46141 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
46142 fi
46143 ;;
46144 *)
46145 found=0;
46146 if [ ${D}libsToLink -ne 0 ]; then
46147 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
46148 else
46149 for file in ${D}1 ; do
46150 if [ -f ${D}file ]; then
46151 inputFiles="${D}{inputFiles} ${D}file"
46152 found=1
46153 fi
46154 done
46155 if [ ${D}found -eq 0 ]; then
46156 echo "ERROR: No file(s) found: "${D}1
46157 exit 8
46158 fi
46159 fi
46160 ;;
46161 esac
46162 shift
46163 done # iterate cmdline words
46164
46165 #
46166 if [ -z "${D}inputFiles" ]; then
46167 echo "dllar: no input files"
46168 PrintHelp
46169 fi
46170
46171 # Now extract all .o files from .a files
46172 newInputFiles=""
46173 for file in ${D}inputFiles ; do
46174 case ${D}file in
46175 *.a | *.lib)
46176 case ${D}file in
46177 *.a)
46178 suffix=".a"
46179 AR="ar"
46180 ;;
46181 *.lib)
46182 suffix=".lib"
46183 AR="emxomfar"
46184 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
46185 ;;
46186 *)
46187 ;;
46188 esac
46189 dirname=\`basnam ${D}file ${D}suffix\`"_%"
46190 mkdir ${D}dirname
46191 if [ ${D}? -ne 0 ]; then
46192 echo "Failed to create subdirectory ./${D}dirname"
46193 CleanUp
46194 exit 8;
46195 fi
46196 # Append '!' to indicate archive
46197 newInputFiles="${D}newInputFiles ${D}{dirname}!"
46198 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
46199 cd ${D}curDir
46200 found=0;
46201 for subfile in ${D}dirname/*.o* ; do
46202 if [ -f ${D}subfile ]; then
46203 found=1
46204 if [ -s ${D}subfile ]; then
46205 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
46206 newInputFiles="${D}newInputFiles ${D}subfile"
46207 fi
46208 fi
46209 done
46210 if [ ${D}found -eq 0 ]; then
46211 echo "WARNING: there are no files in archive \\'${D}file\\'"
46212 fi
46213 ;;
46214 *)
46215 newInputFiles="${D}{newInputFiles} ${D}file"
46216 ;;
46217 esac
46218 done
46219 inputFiles="${D}newInputFiles"
46220
46221 # Output filename(s).
46222 do_backup=0;
46223 if [ -z ${D}outFile ]; then
46224 do_backup=1;
46225 set outFile ${D}inputFiles; outFile=${D}2
46226 fi
46227
46228 # If it is an archive, remove the '!' and the '_%' suffixes
46229 case ${D}outFile in
46230 *_%!)
46231 outFile=\`basnam ${D}outFile _%!\`
46232 ;;
46233 *)
46234 ;;
46235 esac
46236 case ${D}outFile in
46237 *.dll)
46238 outFile=\`basnam ${D}outFile .dll\`
46239 ;;
46240 *.DLL)
46241 outFile=\`basnam ${D}outFile .DLL\`
46242 ;;
46243 *.o)
46244 outFile=\`basnam ${D}outFile .o\`
46245 ;;
46246 *.obj)
46247 outFile=\`basnam ${D}outFile .obj\`
46248 ;;
46249 *.a)
46250 outFile=\`basnam ${D}outFile .a\`
46251 ;;
46252 *.lib)
46253 outFile=\`basnam ${D}outFile .lib\`
46254 ;;
46255 *)
46256 ;;
46257 esac
46258 case ${D}outimpFile in
46259 *.a)
46260 outimpFile=\`basnam ${D}outimpFile .a\`
46261 ;;
46262 *.lib)
46263 outimpFile=\`basnam ${D}outimpFile .lib\`
46264 ;;
46265 *)
46266 ;;
46267 esac
46268 if [ -z ${D}outimpFile ]; then
46269 outimpFile=${D}outFile
46270 fi
46271 defFile="${D}{outFile}.def"
46272 arcFile="${D}{outimpFile}.a"
46273 arcFile2="${D}{outimpFile}.lib"
46274
46275 #create ${D}dllFile as something matching 8.3 restrictions,
46276 if [ -z ${D}renameScript ] ; then
46277 dllFile="${D}outFile"
46278 else
46279 dllFile=\`${D}renameScript ${D}outimpFile\`
46280 fi
46281
46282 if [ ${D}do_backup -ne 0 ] ; then
46283 if [ -f ${D}arcFile ] ; then
46284 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
46285 fi
46286 if [ -f ${D}arcFile2 ] ; then
46287 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
46288 fi
46289 fi
46290
46291 # Extract public symbols from all the object files.
46292 tmpdefFile=${D}{defFile}_%
46293 rm -f ${D}tmpdefFile
46294 for file in ${D}inputFiles ; do
46295 case ${D}file in
46296 *!)
46297 ;;
46298 *)
46299 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
46300 ;;
46301 esac
46302 done
46303
46304 # Create the def file.
46305 rm -f ${D}defFile
46306 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
46307 dllFile="${D}{dllFile}.dll"
46308 if [ ! -z ${D}description ]; then
46309 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
46310 fi
46311 echo "EXPORTS" >> ${D}defFile
46312
46313 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
46314 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
46315
46316 # Checks if the export is ok or not.
46317 for word in ${D}exclude_symbols; do
46318 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
46319 mv ${D}{tmpdefFile}% ${D}tmpdefFile
46320 done
46321
46322
46323 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
46324 sed "=" < ${D}tmpdefFile | \\
46325 sed '
46326 N
46327 : loop
46328 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
46329 t loop
46330 ' > ${D}{tmpdefFile}%
46331 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
46332 else
46333 rm -f ${D}{tmpdefFile}%
46334 fi
46335 cat ${D}tmpdefFile >> ${D}defFile
46336 rm -f ${D}tmpdefFile
46337
46338 # Do linking, create implib, and apply lxlite.
46339 gccCmdl="";
46340 for file in ${D}inputFiles ; do
46341 case ${D}file in
46342 *!)
46343 ;;
46344 *)
46345 gccCmdl="${D}gccCmdl ${D}file"
46346 ;;
46347 esac
46348 done
46349 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
46350 touch "${D}{outFile}.dll"
46351
46352 doCommand "emximp -o ${D}arcFile ${D}defFile"
46353 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
46354 add_flags="";
46355 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
46356 add_flags="-ynd"
46357 fi
46358 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
46359 fi
46360 doCommand "emxomf -s -l ${D}arcFile"
46361
46362 # Successful exit.
46363 CleanUp 1
46364 exit 0
46365 EOF
46366
46367 chmod +x dllar.sh
46368 ;;
46369
46370 powerpc-apple-macos* | \
46371 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
46372 *-*-sunos4* | \
46373 *-*-osf* | \
46374 *-*-dgux5* | \
46375 *-*-sysv5* | \
46376 *-pc-msdosdjgpp )
46377 ;;
46378
46379 *)
46380 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
46381 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
46382 { (exit 1); exit 1; }; }
46383 esac
46384
46385 if test "x$PIC_FLAG" != "x" ; then
46386 PIC_FLAG="$PIC_FLAG -DPIC"
46387 fi
46388
46389 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
46390 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
46391 fi
46392 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
46393 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
46394 fi
46395
46396
46397
46398
46399
46400
46401
46402
46403
46404 USE_SOVERSION=0
46405 USE_SOVERLINUX=0
46406 USE_SOVERSOLARIS=0
46407 USE_SOVERCYGWIN=0
46408 USE_SOSYMLINKS=0
46409 USE_MACVERSION=0
46410 SONAME_FLAG=
46411
46412 case "${BAKEFILE_HOST}" in
46413 *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
46414 SONAME_FLAG="-Wl,-soname,"
46415 USE_SOVERSION=1
46416 USE_SOVERLINUX=1
46417 USE_SOSYMLINKS=1
46418 ;;
46419
46420 *-*-solaris2* )
46421 SONAME_FLAG="-h "
46422 USE_SOVERSION=1
46423 USE_SOVERSOLARIS=1
46424 USE_SOSYMLINKS=1
46425 ;;
46426
46427 *-*-darwin* )
46428 USE_MACVERSION=1
46429 USE_SOVERSION=1
46430 USE_SOSYMLINKS=1
46431 ;;
46432
46433 *-*-cygwin* )
46434 USE_SOVERSION=1
46435 USE_SOVERCYGWIN=1
46436 ;;
46437 esac
46438
46439
46440
46441
46442
46443
46444
46445
46446
46447
46448 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
46449 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
46450 DEPS_TRACKING=1
46451
46452 if test "x$GCC" = "xyes"; then
46453 DEPSMODE=gcc
46454 case "${BAKEFILE_HOST}" in
46455 *-*-darwin* )
46456 DEPSFLAG="-no-cpp-precomp -MMD"
46457 ;;
46458 * )
46459 DEPSFLAG="-MMD"
46460 ;;
46461 esac
46462 echo "$as_me:$LINENO: result: gcc" >&5
46463 echo "${ECHO_T}gcc" >&6
46464 elif test "x$MWCC" = "xyes"; then
46465 DEPSMODE=mwcc
46466 DEPSFLAG="-MM"
46467 echo "$as_me:$LINENO: result: mwcc" >&5
46468 echo "${ECHO_T}mwcc" >&6
46469 elif test "x$SUNCC" = "xyes"; then
46470 DEPSMODE=unixcc
46471 DEPSFLAG="-xM1"
46472 echo "$as_me:$LINENO: result: Sun cc" >&5
46473 echo "${ECHO_T}Sun cc" >&6
46474 elif test "x$SGICC" = "xyes"; then
46475 DEPSMODE=unixcc
46476 DEPSFLAG="-M"
46477 echo "$as_me:$LINENO: result: SGI cc" >&5
46478 echo "${ECHO_T}SGI cc" >&6
46479 elif test "x$HPCC" = "xyes"; then
46480 DEPSMODE=unixcc
46481 DEPSFLAG="+make"
46482 echo "$as_me:$LINENO: result: HP cc" >&5
46483 echo "${ECHO_T}HP cc" >&6
46484 elif test "x$COMPAQCC" = "xyes"; then
46485 DEPSMODE=gcc
46486 DEPSFLAG="-MD"
46487 echo "$as_me:$LINENO: result: Compaq cc" >&5
46488 echo "${ECHO_T}Compaq cc" >&6
46489 else
46490 DEPS_TRACKING=0
46491 echo "$as_me:$LINENO: result: none" >&5
46492 echo "${ECHO_T}none" >&6
46493 fi
46494
46495 if test $DEPS_TRACKING = 1 ; then
46496
46497 D='$'
46498 cat <<EOF >bk-deps
46499 #!/bin/sh
46500
46501 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
46502 # script. It is used to track C/C++ files dependencies in portable way.
46503 #
46504 # Permission is given to use this file in any way.
46505
46506 DEPSMODE=${DEPSMODE}
46507 DEPSDIR=.deps
46508 DEPSFLAG="${DEPSFLAG}"
46509
46510 mkdir -p ${D}DEPSDIR
46511
46512 if test ${D}DEPSMODE = gcc ; then
46513 ${D}* ${D}{DEPSFLAG}
46514 status=${D}?
46515 if test ${D}{status} != 0 ; then
46516 exit ${D}{status}
46517 fi
46518 # move created file to the location we want it in:
46519 while test ${D}# -gt 0; do
46520 case "${D}1" in
46521 -o )
46522 shift
46523 objfile=${D}1
46524 ;;
46525 -* )
46526 ;;
46527 * )
46528 srcfile=${D}1
46529 ;;
46530 esac
46531 shift
46532 done
46533 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
46534 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
46535 if test -f ${D}depfile ; then
46536 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
46537 rm -f ${D}depfile
46538 else
46539 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
46540 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
46541 if test ! -f ${D}depfile ; then
46542 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
46543 depfile="${D}objfile.d"
46544 fi
46545 if test -f ${D}depfile ; then
46546 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
46547 rm -f ${D}depfile
46548 fi
46549 fi
46550 exit 0
46551 elif test ${D}DEPSMODE = mwcc ; then
46552 ${D}* || exit ${D}?
46553 # Run mwcc again with -MM and redirect into the dep file we want
46554 # NOTE: We can't use shift here because we need ${D}* to be valid
46555 prevarg=
46556 for arg in ${D}* ; do
46557 if test "${D}prevarg" = "-o"; then
46558 objfile=${D}arg
46559 else
46560 case "${D}arg" in
46561 -* )
46562 ;;
46563 * )
46564 srcfile=${D}arg
46565 ;;
46566 esac
46567 fi
46568 prevarg="${D}arg"
46569 done
46570 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
46571 exit 0
46572 elif test ${D}DEPSMODE = unixcc; then
46573 ${D}* || exit ${D}?
46574 # Run compiler again with deps flag and redirect into the dep file.
46575 # It doesn't work if the '-o FILE' option is used, but without it the
46576 # dependency file will contain the wrong name for the object. So it is
46577 # removed from the command line, and the dep file is fixed with sed.
46578 cmd=""
46579 while test ${D}# -gt 0; do
46580 case "${D}1" in
46581 -o )
46582 shift
46583 objfile=${D}1
46584 ;;
46585 * )
46586 eval arg${D}#=\\${D}1
46587 cmd="${D}cmd \\${D}arg${D}#"
46588 ;;
46589 esac
46590 shift
46591 done
46592 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
46593 exit 0
46594 else
46595 ${D}*
46596 exit ${D}?
46597 fi
46598 EOF
46599
46600 chmod +x bk-deps
46601 fi
46602
46603
46604
46605
46606 case ${BAKEFILE_HOST} in
46607 *-*-cygwin* | *-*-mingw32* )
46608 if test -n "$ac_tool_prefix"; then
46609 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
46610 set dummy ${ac_tool_prefix}windres; ac_word=$2
46611 echo "$as_me:$LINENO: checking for $ac_word" >&5
46612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46613 if test "${ac_cv_prog_WINDRES+set}" = set; then
46614 echo $ECHO_N "(cached) $ECHO_C" >&6
46615 else
46616 if test -n "$WINDRES"; then
46617 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
46618 else
46619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46620 for as_dir in $PATH
46621 do
46622 IFS=$as_save_IFS
46623 test -z "$as_dir" && as_dir=.
46624 for ac_exec_ext in '' $ac_executable_extensions; do
46625 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46626 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
46627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46628 break 2
46629 fi
46630 done
46631 done
46632
46633 fi
46634 fi
46635 WINDRES=$ac_cv_prog_WINDRES
46636 if test -n "$WINDRES"; then
46637 echo "$as_me:$LINENO: result: $WINDRES" >&5
46638 echo "${ECHO_T}$WINDRES" >&6
46639 else
46640 echo "$as_me:$LINENO: result: no" >&5
46641 echo "${ECHO_T}no" >&6
46642 fi
46643
46644 fi
46645 if test -z "$ac_cv_prog_WINDRES"; then
46646 ac_ct_WINDRES=$WINDRES
46647 # Extract the first word of "windres", so it can be a program name with args.
46648 set dummy windres; ac_word=$2
46649 echo "$as_me:$LINENO: checking for $ac_word" >&5
46650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46651 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
46652 echo $ECHO_N "(cached) $ECHO_C" >&6
46653 else
46654 if test -n "$ac_ct_WINDRES"; then
46655 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
46656 else
46657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46658 for as_dir in $PATH
46659 do
46660 IFS=$as_save_IFS
46661 test -z "$as_dir" && as_dir=.
46662 for ac_exec_ext in '' $ac_executable_extensions; do
46663 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46664 ac_cv_prog_ac_ct_WINDRES="windres"
46665 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46666 break 2
46667 fi
46668 done
46669 done
46670
46671 fi
46672 fi
46673 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
46674 if test -n "$ac_ct_WINDRES"; then
46675 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
46676 echo "${ECHO_T}$ac_ct_WINDRES" >&6
46677 else
46678 echo "$as_me:$LINENO: result: no" >&5
46679 echo "${ECHO_T}no" >&6
46680 fi
46681
46682 WINDRES=$ac_ct_WINDRES
46683 else
46684 WINDRES="$ac_cv_prog_WINDRES"
46685 fi
46686
46687 ;;
46688
46689 *-*-darwin* | powerpc-apple-macos* )
46690 # Extract the first word of "Rez", so it can be a program name with args.
46691 set dummy Rez; ac_word=$2
46692 echo "$as_me:$LINENO: checking for $ac_word" >&5
46693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46694 if test "${ac_cv_prog_REZ+set}" = set; then
46695 echo $ECHO_N "(cached) $ECHO_C" >&6
46696 else
46697 if test -n "$REZ"; then
46698 ac_cv_prog_REZ="$REZ" # Let the user override the test.
46699 else
46700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46701 for as_dir in $PATH
46702 do
46703 IFS=$as_save_IFS
46704 test -z "$as_dir" && as_dir=.
46705 for ac_exec_ext in '' $ac_executable_extensions; do
46706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46707 ac_cv_prog_REZ="Rez"
46708 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46709 break 2
46710 fi
46711 done
46712 done
46713
46714 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
46715 fi
46716 fi
46717 REZ=$ac_cv_prog_REZ
46718 if test -n "$REZ"; then
46719 echo "$as_me:$LINENO: result: $REZ" >&5
46720 echo "${ECHO_T}$REZ" >&6
46721 else
46722 echo "$as_me:$LINENO: result: no" >&5
46723 echo "${ECHO_T}no" >&6
46724 fi
46725
46726 # Extract the first word of "SetFile", so it can be a program name with args.
46727 set dummy SetFile; ac_word=$2
46728 echo "$as_me:$LINENO: checking for $ac_word" >&5
46729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46730 if test "${ac_cv_prog_SETFILE+set}" = set; then
46731 echo $ECHO_N "(cached) $ECHO_C" >&6
46732 else
46733 if test -n "$SETFILE"; then
46734 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
46735 else
46736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46737 for as_dir in $PATH
46738 do
46739 IFS=$as_save_IFS
46740 test -z "$as_dir" && as_dir=.
46741 for ac_exec_ext in '' $ac_executable_extensions; do
46742 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46743 ac_cv_prog_SETFILE="SetFile"
46744 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46745 break 2
46746 fi
46747 done
46748 done
46749
46750 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
46751 fi
46752 fi
46753 SETFILE=$ac_cv_prog_SETFILE
46754 if test -n "$SETFILE"; then
46755 echo "$as_me:$LINENO: result: $SETFILE" >&5
46756 echo "${ECHO_T}$SETFILE" >&6
46757 else
46758 echo "$as_me:$LINENO: result: no" >&5
46759 echo "${ECHO_T}no" >&6
46760 fi
46761
46762 ;;
46763 esac
46764
46765
46766
46767
46768
46769
46770 BAKEFILE_BAKEFILE_M4_VERSION="0.1.9"
46771
46772
46773 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9"
46774
46775
46776
46777 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
46778 if test "${enable_precomp_headers+set}" = set; then
46779 enableval="$enable_precomp_headers"
46780 bk_use_pch="$enableval"
46781 fi;
46782
46783 GCC_PCH=0
46784
46785 case ${BAKEFILE_HOST} in
46786 *-*-cygwin* )
46787 bk_use_pch="no"
46788 ;;
46789 esac
46790
46791 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
46792 if test "x$GCC" = "xyes"; then
46793 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
46794 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
46795 cat >conftest.$ac_ext <<_ACEOF
46796 /* confdefs.h. */
46797 _ACEOF
46798 cat confdefs.h >>conftest.$ac_ext
46799 cat >>conftest.$ac_ext <<_ACEOF
46800 /* end confdefs.h. */
46801
46802 int
46803 main ()
46804 {
46805
46806 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
46807 #error "no pch support"
46808 #endif
46809 #if (__GNUC__ < 3)
46810 #error "no pch support"
46811 #endif
46812 #if (__GNUC__ == 3) && \
46813 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
46814 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
46815 #error "no pch support"
46816 #endif
46817
46818 ;
46819 return 0;
46820 }
46821 _ACEOF
46822 rm -f conftest.$ac_objext
46823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
46824 (eval $ac_compile) 2>conftest.er1
46825 ac_status=$?
46826 grep -v '^ *+' conftest.er1 >conftest.err
46827 rm -f conftest.er1
46828 cat conftest.err >&5
46829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46830 (exit $ac_status); } &&
46831 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
46832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
46833 (eval $ac_try) 2>&5
46834 ac_status=$?
46835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46836 (exit $ac_status); }; } &&
46837 { ac_try='test -s conftest.$ac_objext'
46838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
46839 (eval $ac_try) 2>&5
46840 ac_status=$?
46841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46842 (exit $ac_status); }; }; then
46843
46844 echo "$as_me:$LINENO: result: yes" >&5
46845 echo "${ECHO_T}yes" >&6
46846 GCC_PCH=1
46847
46848 else
46849 echo "$as_me: failed program was:" >&5
46850 sed 's/^/| /' conftest.$ac_ext >&5
46851
46852
46853 echo "$as_me:$LINENO: result: no" >&5
46854 echo "${ECHO_T}no" >&6
46855
46856 fi
46857 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
46858 if test $GCC_PCH = 1 ; then
46859
46860 D='$'
46861 cat <<EOF >bk-make-pch
46862 #!/bin/sh
46863
46864 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
46865 # script. It is used to generated precompiled headers.
46866 #
46867 # Permission is given to use this file in any way.
46868
46869 outfile="${D}{1}"
46870 header="${D}{2}"
46871 shift
46872 shift
46873
46874 compiler=
46875 headerfile=
46876 while test ${D}{#} -gt 0; do
46877 case "${D}{1}" in
46878 -I* )
46879 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
46880 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
46881 headerfile="${D}{incdir}/${D}{header}"
46882 fi
46883 ;;
46884 esac
46885 compiler="${D}{compiler} ${D}{1}"
46886 shift
46887 done
46888
46889 if test "x${D}{headerfile}" = "x" ; then
46890 echo "error: can't find header ${D}{header} in include paths" >2
46891 else
46892 if test -f ${D}{outfile} ; then
46893 rm -f ${D}{outfile}
46894 else
46895 mkdir -p \`dirname ${D}{outfile}\`
46896 fi
46897 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
46898 mkdir -p .deps
46899 # can do this because gcc is >= 3.4:
46900 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
46901 exit ${D}{?}
46902 fi
46903 EOF
46904
46905 chmod +x bk-make-pch
46906 fi
46907 fi
46908 fi
46909
46910
46911
46912 COND_BUILD_DEBUG="#"
46913 if test "x$BUILD" = "xdebug" ; then
46914 COND_BUILD_DEBUG=""
46915 fi
46916
46917 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
46918 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
46919 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
46920 fi
46921
46922 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
46923 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
46924 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
46925 fi
46926
46927 COND_BUILD_DEBUG_UNICODE_0="#"
46928 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
46929 COND_BUILD_DEBUG_UNICODE_0=""
46930 fi
46931
46932 COND_BUILD_DEBUG_UNICODE_1="#"
46933 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
46934 COND_BUILD_DEBUG_UNICODE_1=""
46935 fi
46936
46937 COND_BUILD_RELEASE="#"
46938 if test "x$BUILD" = "xrelease" ; then
46939 COND_BUILD_RELEASE=""
46940 fi
46941
46942 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
46943 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
46944 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
46945 fi
46946
46947 COND_BUILD_RELEASE_UNICODE_0="#"
46948 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
46949 COND_BUILD_RELEASE_UNICODE_0=""
46950 fi
46951
46952 COND_BUILD_RELEASE_UNICODE_1="#"
46953 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
46954 COND_BUILD_RELEASE_UNICODE_1=""
46955 fi
46956
46957 COND_DEBUG_FLAG_1="#"
46958 if test "x$DEBUG_FLAG" = "x1" ; then
46959 COND_DEBUG_FLAG_1=""
46960 fi
46961
46962 COND_DEBUG_INFO_0="#"
46963 if test "x$DEBUG_INFO" = "x0" ; then
46964 COND_DEBUG_INFO_0=""
46965 fi
46966
46967 COND_DEBUG_INFO_1="#"
46968 if test "x$DEBUG_INFO" = "x1" ; then
46969 COND_DEBUG_INFO_1=""
46970 fi
46971
46972 COND_DEPS_TRACKING_0="#"
46973 if test "x$DEPS_TRACKING" = "x0" ; then
46974 COND_DEPS_TRACKING_0=""
46975 fi
46976
46977 COND_DEPS_TRACKING_1="#"
46978 if test "x$DEPS_TRACKING" = "x1" ; then
46979 COND_DEPS_TRACKING_1=""
46980 fi
46981
46982 COND_GCC_PCH_1="#"
46983 if test "x$GCC_PCH" = "x1" ; then
46984 COND_GCC_PCH_1=""
46985 fi
46986
46987 COND_MONOLITHIC_0="#"
46988 if test "x$MONOLITHIC" = "x0" ; then
46989 COND_MONOLITHIC_0=""
46990 fi
46991
46992 COND_MONOLITHIC_0_SHARED_0="#"
46993 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
46994 COND_MONOLITHIC_0_SHARED_0=""
46995 fi
46996
46997 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
46998 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
46999 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
47000 fi
47001
47002 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
47003 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
47004 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
47005 fi
47006
47007 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
47008 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
47009 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
47010 fi
47011
47012 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
47013 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
47014 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
47015 fi
47016
47017 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
47018 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
47019 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
47020 fi
47021
47022 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
47023 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
47024 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
47025 fi
47026
47027 COND_MONOLITHIC_0_SHARED_1="#"
47028 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
47029 COND_MONOLITHIC_0_SHARED_1=""
47030 fi
47031
47032 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
47033 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
47034 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
47035 fi
47036
47037 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
47038 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
47039 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
47040 fi
47041
47042 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
47043 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
47044 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
47045 fi
47046
47047 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
47048 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
47049 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
47050 fi
47051
47052 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
47053 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
47054 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
47055 fi
47056
47057 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
47058 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
47059 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
47060 fi
47061
47062 COND_MONOLITHIC_0_USE_ODBC_1="#"
47063 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
47064 COND_MONOLITHIC_0_USE_ODBC_1=""
47065 fi
47066
47067 COND_MONOLITHIC_1="#"
47068 if test "x$MONOLITHIC" = "x1" ; then
47069 COND_MONOLITHIC_1=""
47070 fi
47071
47072 COND_MONOLITHIC_1_SHARED_0="#"
47073 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
47074 COND_MONOLITHIC_1_SHARED_0=""
47075 fi
47076
47077 COND_MONOLITHIC_1_SHARED_1="#"
47078 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
47079 COND_MONOLITHIC_1_SHARED_1=""
47080 fi
47081
47082 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
47083 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
47084 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
47085 fi
47086
47087 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
47088 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
47089 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
47090 fi
47091
47092 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
47093 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
47094 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
47095 fi
47096
47097 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
47098 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
47099 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
47100 fi
47101
47102 COND_PLATFORM_MACOSX_1="#"
47103 if test "x$PLATFORM_MACOSX" = "x1" ; then
47104 COND_PLATFORM_MACOSX_1=""
47105 fi
47106
47107 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
47108 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
47109 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
47110 fi
47111
47112 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
47113 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
47114 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
47115 fi
47116
47117 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
47118 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
47119 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
47120 fi
47121
47122 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
47123 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
47124 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
47125 fi
47126
47127 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
47128 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
47129 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
47130 fi
47131
47132 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
47133 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47134 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
47135 fi
47136
47137 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
47138 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
47139 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
47140 fi
47141
47142 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
47143 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
47144 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
47145 fi
47146
47147 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
47148 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
47149 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
47150 fi
47151
47152 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
47153 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
47154 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
47155 fi
47156
47157 COND_PLATFORM_MACOS_1="#"
47158 if test "x$PLATFORM_MACOS" = "x1" ; then
47159 COND_PLATFORM_MACOS_1=""
47160 fi
47161
47162 COND_PLATFORM_MAC_1="#"
47163 if test "x$PLATFORM_MAC" = "x1" ; then
47164 COND_PLATFORM_MAC_1=""
47165 fi
47166
47167 COND_PLATFORM_MSDOS_1="#"
47168 if test "x$PLATFORM_MSDOS" = "x1" ; then
47169 COND_PLATFORM_MSDOS_1=""
47170 fi
47171
47172 COND_PLATFORM_OS2_1="#"
47173 if test "x$PLATFORM_OS2" = "x1" ; then
47174 COND_PLATFORM_OS2_1=""
47175 fi
47176
47177 COND_PLATFORM_UNIX_0="#"
47178 if test "x$PLATFORM_UNIX" = "x0" ; then
47179 COND_PLATFORM_UNIX_0=""
47180 fi
47181
47182 COND_PLATFORM_UNIX_1="#"
47183 if test "x$PLATFORM_UNIX" = "x1" ; then
47184 COND_PLATFORM_UNIX_1=""
47185 fi
47186
47187 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
47188 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
47189 COND_PLATFORM_UNIX_1_USE_GUI_1=""
47190 fi
47191
47192 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
47193 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
47194 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
47195 fi
47196
47197 COND_PLATFORM_WIN32_0="#"
47198 if test "x$PLATFORM_WIN32" = "x0" ; then
47199 COND_PLATFORM_WIN32_0=""
47200 fi
47201
47202 COND_PLATFORM_WIN32_1="#"
47203 if test "x$PLATFORM_WIN32" = "x1" ; then
47204 COND_PLATFORM_WIN32_1=""
47205 fi
47206
47207 COND_SHARED_0="#"
47208 if test "x$SHARED" = "x0" ; then
47209 COND_SHARED_0=""
47210 fi
47211
47212 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
47213 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
47214 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
47215 fi
47216
47217 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
47218 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
47219 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
47220 fi
47221
47222 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
47223 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
47224 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
47225 fi
47226
47227 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
47228 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
47229 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
47230 fi
47231
47232 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
47233 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
47234 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
47235 fi
47236
47237 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
47238 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
47239 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
47240 fi
47241
47242 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
47243 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
47244 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
47245 fi
47246
47247 COND_SHARED_0_USE_XRC_1="#"
47248 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
47249 COND_SHARED_0_USE_XRC_1=""
47250 fi
47251
47252 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
47253 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
47254 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
47255 fi
47256
47257 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
47258 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
47259 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
47260 fi
47261
47262 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
47263 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
47264 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
47265 fi
47266
47267 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
47268 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
47269 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
47270 fi
47271
47272 COND_SHARED_1="#"
47273 if test "x$SHARED" = "x1" ; then
47274 COND_SHARED_1=""
47275 fi
47276
47277 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
47278 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
47279 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
47280 fi
47281
47282 COND_SHARED_1_USE_XRC_1="#"
47283 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
47284 COND_SHARED_1_USE_XRC_1=""
47285 fi
47286
47287 COND_TOOLKIT_="#"
47288 if test "x$TOOLKIT" = "x" ; then
47289 COND_TOOLKIT_=""
47290 fi
47291
47292 COND_TOOLKIT_COCOA="#"
47293 if test "x$TOOLKIT" = "xCOCOA" ; then
47294 COND_TOOLKIT_COCOA=""
47295 fi
47296
47297 COND_TOOLKIT_COCOA_USE_GUI_1="#"
47298 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
47299 COND_TOOLKIT_COCOA_USE_GUI_1=""
47300 fi
47301
47302 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
47303 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47304 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
47305 fi
47306
47307 COND_TOOLKIT_GTK="#"
47308 if test "x$TOOLKIT" = "xGTK" ; then
47309 COND_TOOLKIT_GTK=""
47310 fi
47311
47312 COND_TOOLKIT_GTK_USE_GUI_1="#"
47313 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
47314 COND_TOOLKIT_GTK_USE_GUI_1=""
47315 fi
47316
47317 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
47318 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47319 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
47320 fi
47321
47322 COND_TOOLKIT_MAC="#"
47323 if test "x$TOOLKIT" = "xMAC" ; then
47324 COND_TOOLKIT_MAC=""
47325 fi
47326
47327 COND_TOOLKIT_MAC_USE_GUI_1="#"
47328 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
47329 COND_TOOLKIT_MAC_USE_GUI_1=""
47330 fi
47331
47332 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
47333 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47334 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
47335 fi
47336
47337 COND_TOOLKIT_MGL="#"
47338 if test "x$TOOLKIT" = "xMGL" ; then
47339 COND_TOOLKIT_MGL=""
47340 fi
47341
47342 COND_TOOLKIT_MGL_USE_GUI_1="#"
47343 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
47344 COND_TOOLKIT_MGL_USE_GUI_1=""
47345 fi
47346
47347 COND_TOOLKIT_MOTIF="#"
47348 if test "x$TOOLKIT" = "xMOTIF" ; then
47349 COND_TOOLKIT_MOTIF=""
47350 fi
47351
47352 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
47353 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
47354 COND_TOOLKIT_MOTIF_USE_GUI_1=""
47355 fi
47356
47357 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
47358 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47359 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
47360 fi
47361
47362 COND_TOOLKIT_MSW="#"
47363 if test "x$TOOLKIT" = "xMSW" ; then
47364 COND_TOOLKIT_MSW=""
47365 fi
47366
47367 COND_TOOLKIT_MSW_USE_GUI_1="#"
47368 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
47369 COND_TOOLKIT_MSW_USE_GUI_1=""
47370 fi
47371
47372 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
47373 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47374 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
47375 fi
47376
47377 COND_TOOLKIT_MSW_WXUNIV_0="#"
47378 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
47379 COND_TOOLKIT_MSW_WXUNIV_0=""
47380 fi
47381
47382 COND_TOOLKIT_PM="#"
47383 if test "x$TOOLKIT" = "xPM" ; then
47384 COND_TOOLKIT_PM=""
47385 fi
47386
47387 COND_TOOLKIT_PM_USE_GUI_1="#"
47388 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
47389 COND_TOOLKIT_PM_USE_GUI_1=""
47390 fi
47391
47392 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
47393 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47394 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
47395 fi
47396
47397 COND_TOOLKIT_WINCE="#"
47398 if test "x$TOOLKIT" = "xWINCE" ; then
47399 COND_TOOLKIT_WINCE=""
47400 fi
47401
47402 COND_TOOLKIT_WINCE_USE_GUI_1="#"
47403 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
47404 COND_TOOLKIT_WINCE_USE_GUI_1=""
47405 fi
47406
47407 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
47408 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47409 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
47410 fi
47411
47412 COND_TOOLKIT_WINCE_WXUNIV_0="#"
47413 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
47414 COND_TOOLKIT_WINCE_WXUNIV_0=""
47415 fi
47416
47417 COND_TOOLKIT_X11="#"
47418 if test "x$TOOLKIT" = "xX11" ; then
47419 COND_TOOLKIT_X11=""
47420 fi
47421
47422 COND_TOOLKIT_X11_USE_GUI_1="#"
47423 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
47424 COND_TOOLKIT_X11_USE_GUI_1=""
47425 fi
47426
47427 COND_UNICODE_1="#"
47428 if test "x$UNICODE" = "x1" ; then
47429 COND_UNICODE_1=""
47430 fi
47431
47432 COND_USE_EXCEPTIONS_0="#"
47433 if test "x$USE_EXCEPTIONS" = "x0" ; then
47434 COND_USE_EXCEPTIONS_0=""
47435 fi
47436
47437 COND_USE_EXCEPTIONS_1="#"
47438 if test "x$USE_EXCEPTIONS" = "x1" ; then
47439 COND_USE_EXCEPTIONS_1=""
47440 fi
47441
47442 COND_USE_GUI_0="#"
47443 if test "x$USE_GUI" = "x0" ; then
47444 COND_USE_GUI_0=""
47445 fi
47446
47447 COND_USE_GUI_1="#"
47448 if test "x$USE_GUI" = "x1" ; then
47449 COND_USE_GUI_1=""
47450 fi
47451
47452 COND_USE_GUI_1_WXUNIV_0="#"
47453 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47454 COND_USE_GUI_1_WXUNIV_0=""
47455 fi
47456
47457 COND_USE_GUI_1_WXUNIV_1="#"
47458 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
47459 COND_USE_GUI_1_WXUNIV_1=""
47460 fi
47461
47462 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
47463 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
47464 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
47465 fi
47466
47467 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
47468 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
47469 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
47470 fi
47471
47472 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
47473 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
47474 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
47475 fi
47476
47477 COND_USE_ODBC_1="#"
47478 if test "x$USE_ODBC" = "x1" ; then
47479 COND_USE_ODBC_1=""
47480 fi
47481
47482 COND_USE_OPENGL_1="#"
47483 if test "x$USE_OPENGL" = "x1" ; then
47484 COND_USE_OPENGL_1=""
47485 fi
47486
47487 COND_USE_PLUGINS_0="#"
47488 if test "x$USE_PLUGINS" = "x0" ; then
47489 COND_USE_PLUGINS_0=""
47490 fi
47491
47492 COND_USE_RTTI_0="#"
47493 if test "x$USE_RTTI" = "x0" ; then
47494 COND_USE_RTTI_0=""
47495 fi
47496
47497 COND_USE_RTTI_1="#"
47498 if test "x$USE_RTTI" = "x1" ; then
47499 COND_USE_RTTI_1=""
47500 fi
47501
47502 COND_USE_SOSYMLINKS_1="#"
47503 if test "x$USE_SOSYMLINKS" = "x1" ; then
47504 COND_USE_SOSYMLINKS_1=""
47505 fi
47506
47507 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
47508 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
47509 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
47510 fi
47511
47512 COND_USE_SOVERLINUX_1="#"
47513 if test "x$USE_SOVERLINUX" = "x1" ; then
47514 COND_USE_SOVERLINUX_1=""
47515 fi
47516
47517 COND_USE_SOVERSION_0="#"
47518 if test "x$USE_SOVERSION" = "x0" ; then
47519 COND_USE_SOVERSION_0=""
47520 fi
47521
47522 COND_USE_SOVERSOLARIS_1="#"
47523 if test "x$USE_SOVERSOLARIS" = "x1" ; then
47524 COND_USE_SOVERSOLARIS_1=""
47525 fi
47526
47527 COND_USE_THREADS_0="#"
47528 if test "x$USE_THREADS" = "x0" ; then
47529 COND_USE_THREADS_0=""
47530 fi
47531
47532 COND_USE_THREADS_1="#"
47533 if test "x$USE_THREADS" = "x1" ; then
47534 COND_USE_THREADS_1=""
47535 fi
47536
47537 COND_USE_XRC_1="#"
47538 if test "x$USE_XRC" = "x1" ; then
47539 COND_USE_XRC_1=""
47540 fi
47541
47542 COND_WINDOWS_IMPLIB_1="#"
47543 if test "x$WINDOWS_IMPLIB" = "x1" ; then
47544 COND_WINDOWS_IMPLIB_1=""
47545 fi
47546
47547 COND_WITH_PLUGIN_SDL_1="#"
47548 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
47549 COND_WITH_PLUGIN_SDL_1=""
47550 fi
47551
47552 COND_WXUNIV_0="#"
47553 if test "x$WXUNIV" = "x0" ; then
47554 COND_WXUNIV_0=""
47555 fi
47556
47557 COND_WXUNIV_1="#"
47558 if test "x$WXUNIV" = "x1" ; then
47559 COND_WXUNIV_1=""
47560 fi
47561
47562 COND_WXUSE_EXPAT_BUILTIN="#"
47563 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
47564 COND_WXUSE_EXPAT_BUILTIN=""
47565 fi
47566
47567 COND_WXUSE_LIBJPEG_BUILTIN="#"
47568 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
47569 COND_WXUSE_LIBJPEG_BUILTIN=""
47570 fi
47571
47572 COND_WXUSE_LIBPNG_BUILTIN="#"
47573 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
47574 COND_WXUSE_LIBPNG_BUILTIN=""
47575 fi
47576
47577 COND_WXUSE_LIBTIFF_BUILTIN="#"
47578 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
47579 COND_WXUSE_LIBTIFF_BUILTIN=""
47580 fi
47581
47582 COND_WXUSE_ODBC_BUILTIN="#"
47583 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
47584 COND_WXUSE_ODBC_BUILTIN=""
47585 fi
47586
47587 COND_WXUSE_REGEX_BUILTIN="#"
47588 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
47589 COND_WXUSE_REGEX_BUILTIN=""
47590 fi
47591
47592 COND_WXUSE_ZLIB_BUILTIN="#"
47593 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
47594 COND_WXUSE_ZLIB_BUILTIN=""
47595 fi
47596
47597
47598
47599 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
47600 { { 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
47601 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;}
47602 { (exit 1); exit 1; }; }
47603 fi
47604
47605 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
47606 { { 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
47607 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;}
47608 { (exit 1); exit 1; }; }
47609 fi
47610
47611
47612 if test "$wxUSE_SHARED" = "yes"; then
47613
47614 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
47615 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
47616
47617 case "${host}" in
47618 *-pc-os2_emx | *-pc-os2-emx )
47619 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
47620 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
47621 cp -p ${srcdir}/src/os2/dllnames.sh .
47622 cp -p ${srcdir}/src/os2/dllar.sh .
47623 ;;
47624 esac
47625 else
47626
47627 EXE_LINKER="$CXX -o"
47628
47629 fi
47630 if test "$wxUSE_OMF" = "yes"; then
47631 case "${host}" in
47632 *-pc-os2_emx | *-pc-os2-emx )
47633 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
47634 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
47635 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
47636 ;;
47637 esac
47638 fi
47639
47640 if test $GCC_PCH = 1 ; then
47641 CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
47642 fi
47643
47644 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
47645
47646 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
47647
47648
47649
47650
47651
47652
47653
47654
47655
47656
47657
47658
47659
47660
47661
47662
47663
47664
47665
47666
47667
47668
47669
47670
47671
47672
47673
47674
47675
47676
47677
47678
47679
47680
47681
47682
47683
47684
47685
47686
47687
47688
47689
47690
47691
47692
47693
47694
47695
47696
47697
47698
47699
47700
47701
47702
47703
47704
47705
47706
47707
47708
47709 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
47710 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
47711 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
47712 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
47713 echo $ECHO_N "(cached) $ECHO_C" >&6
47714 else
47715 cat >conftest.make <<\_ACEOF
47716 all:
47717 @echo 'ac_maketemp="$(MAKE)"'
47718 _ACEOF
47719 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
47720 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
47721 if test -n "$ac_maketemp"; then
47722 eval ac_cv_prog_make_${ac_make}_set=yes
47723 else
47724 eval ac_cv_prog_make_${ac_make}_set=no
47725 fi
47726 rm -f conftest.make
47727 fi
47728 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
47729 echo "$as_me:$LINENO: result: yes" >&5
47730 echo "${ECHO_T}yes" >&6
47731 SET_MAKE=
47732 else
47733 echo "$as_me:$LINENO: result: no" >&5
47734 echo "${ECHO_T}no" >&6
47735 SET_MAKE="MAKE=${MAKE-make}"
47736 fi
47737
47738
47739
47740 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
47741
47742
47743 if test "$USE_WIN32" = 1; then
47744 ac_config_commands="$ac_config_commands
47745 rcdefs.h
47746 "
47747
47748 fi
47749
47750 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
47751
47752
47753 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
47754
47755
47756 ac_config_files="$ac_config_files version-script Makefile"
47757
47758
47759 ac_config_commands="$ac_config_commands wx-config"
47760
47761
47762
47763 if test "$wxWITH_SUBDIRS" != "no"; then
47764 if test "$wxUSE_GUI" = "yes"; then
47765 SUBDIRS="samples demos utils contrib"
47766 else SUBDIRS="samples utils"
47767 fi
47768
47769
47770
47771 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
47772 if test "${with_cppunit_prefix+set}" = set; then
47773 withval="$with_cppunit_prefix"
47774 cppunit_config_prefix="$withval"
47775 else
47776 cppunit_config_prefix=""
47777 fi;
47778
47779 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
47780 if test "${with_cppunit_exec_prefix+set}" = set; then
47781 withval="$with_cppunit_exec_prefix"
47782 cppunit_config_exec_prefix="$withval"
47783 else
47784 cppunit_config_exec_prefix=""
47785 fi;
47786
47787 if test x$cppunit_config_exec_prefix != x ; then
47788 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
47789 if test x${CPPUNIT_CONFIG+set} != xset ; then
47790 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
47791 fi
47792 fi
47793 if test x$cppunit_config_prefix != x ; then
47794 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
47795 if test x${CPPUNIT_CONFIG+set} != xset ; then
47796 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
47797 fi
47798 fi
47799
47800 # Extract the first word of "cppunit-config", so it can be a program name with args.
47801 set dummy cppunit-config; ac_word=$2
47802 echo "$as_me:$LINENO: checking for $ac_word" >&5
47803 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47804 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
47805 echo $ECHO_N "(cached) $ECHO_C" >&6
47806 else
47807 case $CPPUNIT_CONFIG in
47808 [\\/]* | ?:[\\/]*)
47809 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
47810 ;;
47811 *)
47812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47813 for as_dir in $PATH
47814 do
47815 IFS=$as_save_IFS
47816 test -z "$as_dir" && as_dir=.
47817 for ac_exec_ext in '' $ac_executable_extensions; do
47818 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47819 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
47820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47821 break 2
47822 fi
47823 done
47824 done
47825
47826 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
47827 ;;
47828 esac
47829 fi
47830 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
47831
47832 if test -n "$CPPUNIT_CONFIG"; then
47833 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
47834 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
47835 else
47836 echo "$as_me:$LINENO: result: no" >&5
47837 echo "${ECHO_T}no" >&6
47838 fi
47839
47840 cppunit_version_min=1.8.0
47841
47842 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
47843 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
47844 no_cppunit=""
47845 if test "$CPPUNIT_CONFIG" = "no" ; then
47846 no_cppunit=yes
47847 else
47848 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
47849 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
47850 cppunit_version=`$CPPUNIT_CONFIG --version`
47851
47852 cppunit_major_version=`echo $cppunit_version | \
47853 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
47854 cppunit_minor_version=`echo $cppunit_version | \
47855 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
47856 cppunit_micro_version=`echo $cppunit_version | \
47857 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
47858
47859 cppunit_major_min=`echo $cppunit_version_min | \
47860 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
47861 cppunit_minor_min=`echo $cppunit_version_min | \
47862 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
47863 cppunit_micro_min=`echo $cppunit_version_min | \
47864 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
47865
47866 cppunit_version_proper=`expr \
47867 $cppunit_major_version \> $cppunit_major_min \| \
47868 $cppunit_major_version \= $cppunit_major_min \& \
47869 $cppunit_minor_version \> $cppunit_minor_min \| \
47870 $cppunit_major_version \= $cppunit_major_min \& \
47871 $cppunit_minor_version \= $cppunit_minor_min \& \
47872 $cppunit_micro_version \>= $cppunit_micro_min `
47873
47874 if test "$cppunit_version_proper" = "1" ; then
47875 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
47876 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
47877 else
47878 echo "$as_me:$LINENO: result: no" >&5
47879 echo "${ECHO_T}no" >&6
47880 no_cppunit=yes
47881 fi
47882 fi
47883
47884 if test "x$no_cppunit" = x ; then
47885 SUBDIRS="$SUBDIRS tests"
47886 else
47887 CPPUNIT_CFLAGS=""
47888 CPPUNIT_LIBS=""
47889 :
47890 fi
47891
47892
47893
47894
47895
47896 for subdir in `echo $SUBDIRS`; do
47897 if test -d ${srcdir}/${subdir} ; then
47898 if test "$wxUSE_GUI" = "yes"; then
47899 if test ${subdir} = "samples"; then
47900 makefiles="samples/Makefile.in $makefiles"
47901 for sample in `echo $SAMPLES_SUBDIRS`; do
47902 if test -d $srcdir/samples/$sample; then
47903 makefiles="samples/$sample/Makefile.in $makefiles"
47904 fi
47905 done
47906 else
47907 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
47908 eval "disabled=\$$disabled_var"
47909 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
47910 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
47911 fi
47912 else if test ${subdir} = "samples"; then
47913 makefiles="samples/Makefile.in samples/console/Makefile.in"
47914 elif test ${subdir} = "utils"; then
47915 makefiles=""
47916 for util in HelpGen tex2rtf ; do
47917 if test -d $srcdir/utils/$util ; then
47918 makefiles="utils/$util/Makefile.in \
47919 utils/$util/src/Makefile.in \
47920 $makefiles"
47921 fi
47922 done
47923 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
47924 fi
47925 fi
47926
47927 for mkin in $makefiles ; do
47928 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
47929 ac_config_files="$ac_config_files $mk"
47930
47931 done
47932 fi
47933 done
47934 fi
47935 cat >confcache <<\_ACEOF
47936 # This file is a shell script that caches the results of configure
47937 # tests run on this system so they can be shared between configure
47938 # scripts and configure runs, see configure's option --config-cache.
47939 # It is not useful on other systems. If it contains results you don't
47940 # want to keep, you may remove or edit it.
47941 #
47942 # config.status only pays attention to the cache file if you give it
47943 # the --recheck option to rerun configure.
47944 #
47945 # `ac_cv_env_foo' variables (set or unset) will be overridden when
47946 # loading this file, other *unset* `ac_cv_foo' will be assigned the
47947 # following values.
47948
47949 _ACEOF
47950
47951 # The following way of writing the cache mishandles newlines in values,
47952 # but we know of no workaround that is simple, portable, and efficient.
47953 # So, don't put newlines in cache variables' values.
47954 # Ultrix sh set writes to stderr and can't be redirected directly,
47955 # and sets the high bit in the cache file unless we assign to the vars.
47956 {
47957 (set) 2>&1 |
47958 case `(ac_space=' '; set | grep ac_space) 2>&1` in
47959 *ac_space=\ *)
47960 # `set' does not quote correctly, so add quotes (double-quote
47961 # substitution turns \\\\ into \\, and sed turns \\ into \).
47962 sed -n \
47963 "s/'/'\\\\''/g;
47964 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
47965 ;;
47966 *)
47967 # `set' quotes correctly as required by POSIX, so do not add quotes.
47968 sed -n \
47969 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
47970 ;;
47971 esac;
47972 } |
47973 sed '
47974 t clear
47975 : clear
47976 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
47977 t end
47978 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
47979 : end' >>confcache
47980 if diff $cache_file confcache >/dev/null 2>&1; then :; else
47981 if test -w $cache_file; then
47982 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
47983 cat confcache >$cache_file
47984 else
47985 echo "not updating unwritable cache $cache_file"
47986 fi
47987 fi
47988 rm -f confcache
47989
47990 test "x$prefix" = xNONE && prefix=$ac_default_prefix
47991 # Let make expand exec_prefix.
47992 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
47993
47994 # VPATH may cause trouble with some makes, so we remove $(srcdir),
47995 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
47996 # trailing colons and then remove the whole line if VPATH becomes empty
47997 # (actually we leave an empty line to preserve line numbers).
47998 if test "x$srcdir" = x.; then
47999 ac_vpsub='/^[ ]*VPATH[ ]*=/{
48000 s/:*\$(srcdir):*/:/;
48001 s/:*\${srcdir}:*/:/;
48002 s/:*@srcdir@:*/:/;
48003 s/^\([^=]*=[ ]*\):*/\1/;
48004 s/:*$//;
48005 s/^[^=]*=[ ]*$//;
48006 }'
48007 fi
48008
48009 DEFS=-DHAVE_CONFIG_H
48010
48011 ac_libobjs=
48012 ac_ltlibobjs=
48013 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
48014 # 1. Remove the extension, and $U if already installed.
48015 ac_i=`echo "$ac_i" |
48016 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
48017 # 2. Add them.
48018 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
48019 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
48020 done
48021 LIBOBJS=$ac_libobjs
48022
48023 LTLIBOBJS=$ac_ltlibobjs
48024
48025
48026
48027 : ${CONFIG_STATUS=./config.status}
48028 ac_clean_files_save=$ac_clean_files
48029 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
48030 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
48031 echo "$as_me: creating $CONFIG_STATUS" >&6;}
48032 cat >$CONFIG_STATUS <<_ACEOF
48033 #! $SHELL
48034 # Generated by $as_me.
48035 # Run this file to recreate the current configuration.
48036 # Compiler output produced by configure, useful for debugging
48037 # configure, is in config.log if it exists.
48038
48039 debug=false
48040 ac_cs_recheck=false
48041 ac_cs_silent=false
48042 SHELL=\${CONFIG_SHELL-$SHELL}
48043 _ACEOF
48044
48045 cat >>$CONFIG_STATUS <<\_ACEOF
48046 ## --------------------- ##
48047 ## M4sh Initialization. ##
48048 ## --------------------- ##
48049
48050 # Be Bourne compatible
48051 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
48052 emulate sh
48053 NULLCMD=:
48054 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
48055 # is contrary to our usage. Disable this feature.
48056 alias -g '${1+"$@"}'='"$@"'
48057 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
48058 set -o posix
48059 fi
48060 DUALCASE=1; export DUALCASE # for MKS sh
48061
48062 # Support unset when possible.
48063 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
48064 as_unset=unset
48065 else
48066 as_unset=false
48067 fi
48068
48069
48070 # Work around bugs in pre-3.0 UWIN ksh.
48071 $as_unset ENV MAIL MAILPATH
48072 PS1='$ '
48073 PS2='> '
48074 PS4='+ '
48075
48076 # NLS nuisances.
48077 for as_var in \
48078 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
48079 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
48080 LC_TELEPHONE LC_TIME
48081 do
48082 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48083 eval $as_var=C; export $as_var
48084 else
48085 $as_unset $as_var
48086 fi
48087 done
48088
48089 # Required to use basename.
48090 if expr a : '\(a\)' >/dev/null 2>&1; then
48091 as_expr=expr
48092 else
48093 as_expr=false
48094 fi
48095
48096 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
48097 as_basename=basename
48098 else
48099 as_basename=false
48100 fi
48101
48102
48103 # Name of the executable.
48104 as_me=`$as_basename "$0" ||
48105 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
48106 X"$0" : 'X\(//\)$' \| \
48107 X"$0" : 'X\(/\)$' \| \
48108 . : '\(.\)' 2>/dev/null ||
48109 echo X/"$0" |
48110 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
48111 /^X\/\(\/\/\)$/{ s//\1/; q; }
48112 /^X\/\(\/\).*/{ s//\1/; q; }
48113 s/.*/./; q'`
48114
48115
48116 # PATH needs CR, and LINENO needs CR and PATH.
48117 # Avoid depending upon Character Ranges.
48118 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
48119 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
48120 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
48121 as_cr_digits='0123456789'
48122 as_cr_alnum=$as_cr_Letters$as_cr_digits
48123
48124 # The user is always right.
48125 if test "${PATH_SEPARATOR+set}" != set; then
48126 echo "#! /bin/sh" >conf$$.sh
48127 echo "exit 0" >>conf$$.sh
48128 chmod +x conf$$.sh
48129 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48130 PATH_SEPARATOR=';'
48131 else
48132 PATH_SEPARATOR=:
48133 fi
48134 rm -f conf$$.sh
48135 fi
48136
48137
48138 as_lineno_1=$LINENO
48139 as_lineno_2=$LINENO
48140 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
48141 test "x$as_lineno_1" != "x$as_lineno_2" &&
48142 test "x$as_lineno_3" = "x$as_lineno_2" || {
48143 # Find who we are. Look in the path if we contain no path at all
48144 # relative or not.
48145 case $0 in
48146 *[\\/]* ) as_myself=$0 ;;
48147 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48148 for as_dir in $PATH
48149 do
48150 IFS=$as_save_IFS
48151 test -z "$as_dir" && as_dir=.
48152 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
48153 done
48154
48155 ;;
48156 esac
48157 # We did not find ourselves, most probably we were run as `sh COMMAND'
48158 # in which case we are not to be found in the path.
48159 if test "x$as_myself" = x; then
48160 as_myself=$0
48161 fi
48162 if test ! -f "$as_myself"; then
48163 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
48164 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
48165 { (exit 1); exit 1; }; }
48166 fi
48167 case $CONFIG_SHELL in
48168 '')
48169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48170 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
48171 do
48172 IFS=$as_save_IFS
48173 test -z "$as_dir" && as_dir=.
48174 for as_base in sh bash ksh sh5; do
48175 case $as_dir in
48176 /*)
48177 if ("$as_dir/$as_base" -c '
48178 as_lineno_1=$LINENO
48179 as_lineno_2=$LINENO
48180 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
48181 test "x$as_lineno_1" != "x$as_lineno_2" &&
48182 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
48183 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
48184 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
48185 CONFIG_SHELL=$as_dir/$as_base
48186 export CONFIG_SHELL
48187 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
48188 fi;;
48189 esac
48190 done
48191 done
48192 ;;
48193 esac
48194
48195 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
48196 # uniformly replaced by the line number. The first 'sed' inserts a
48197 # line-number line before each line; the second 'sed' does the real
48198 # work. The second script uses 'N' to pair each line-number line
48199 # with the numbered line, and appends trailing '-' during
48200 # substitution so that $LINENO is not a special case at line end.
48201 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
48202 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
48203 sed '=' <$as_myself |
48204 sed '
48205 N
48206 s,$,-,
48207 : loop
48208 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
48209 t loop
48210 s,-$,,
48211 s,^['$as_cr_digits']*\n,,
48212 ' >$as_me.lineno &&
48213 chmod +x $as_me.lineno ||
48214 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
48215 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
48216 { (exit 1); exit 1; }; }
48217
48218 # Don't try to exec as it changes $[0], causing all sort of problems
48219 # (the dirname of $[0] is not the place where we might find the
48220 # original and so on. Autoconf is especially sensible to this).
48221 . ./$as_me.lineno
48222 # Exit status is that of the last command.
48223 exit
48224 }
48225
48226
48227 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
48228 *c*,-n*) ECHO_N= ECHO_C='
48229 ' ECHO_T=' ' ;;
48230 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
48231 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
48232 esac
48233
48234 if expr a : '\(a\)' >/dev/null 2>&1; then
48235 as_expr=expr
48236 else
48237 as_expr=false
48238 fi
48239
48240 rm -f conf$$ conf$$.exe conf$$.file
48241 echo >conf$$.file
48242 if ln -s conf$$.file conf$$ 2>/dev/null; then
48243 # We could just check for DJGPP; but this test a) works b) is more generic
48244 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
48245 if test -f conf$$.exe; then
48246 # Don't use ln at all; we don't have any links
48247 as_ln_s='cp -p'
48248 else
48249 as_ln_s='ln -s'
48250 fi
48251 elif ln conf$$.file conf$$ 2>/dev/null; then
48252 as_ln_s=ln
48253 else
48254 as_ln_s='cp -p'
48255 fi
48256 rm -f conf$$ conf$$.exe conf$$.file
48257
48258 if mkdir -p . 2>/dev/null; then
48259 as_mkdir_p=:
48260 else
48261 test -d ./-p && rmdir ./-p
48262 as_mkdir_p=false
48263 fi
48264
48265 as_executable_p="test -f"
48266
48267 # Sed expression to map a string onto a valid CPP name.
48268 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
48269
48270 # Sed expression to map a string onto a valid variable name.
48271 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
48272
48273
48274 # IFS
48275 # We need space, tab and new line, in precisely that order.
48276 as_nl='
48277 '
48278 IFS=" $as_nl"
48279
48280 # CDPATH.
48281 $as_unset CDPATH
48282
48283 exec 6>&1
48284
48285 # Open the log real soon, to keep \$[0] and so on meaningful, and to
48286 # report actual input values of CONFIG_FILES etc. instead of their
48287 # values after options handling. Logging --version etc. is OK.
48288 exec 5>>config.log
48289 {
48290 echo
48291 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
48292 ## Running $as_me. ##
48293 _ASBOX
48294 } >&5
48295 cat >&5 <<_CSEOF
48296
48297 This file was extended by wxWidgets $as_me 2.7.0, which was
48298 generated by GNU Autoconf 2.59. Invocation command line was
48299
48300 CONFIG_FILES = $CONFIG_FILES
48301 CONFIG_HEADERS = $CONFIG_HEADERS
48302 CONFIG_LINKS = $CONFIG_LINKS
48303 CONFIG_COMMANDS = $CONFIG_COMMANDS
48304 $ $0 $@
48305
48306 _CSEOF
48307 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
48308 echo >&5
48309 _ACEOF
48310
48311 # Files that config.status was made for.
48312 if test -n "$ac_config_files"; then
48313 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
48314 fi
48315
48316 if test -n "$ac_config_headers"; then
48317 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
48318 fi
48319
48320 if test -n "$ac_config_links"; then
48321 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
48322 fi
48323
48324 if test -n "$ac_config_commands"; then
48325 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
48326 fi
48327
48328 cat >>$CONFIG_STATUS <<\_ACEOF
48329
48330 ac_cs_usage="\
48331 \`$as_me' instantiates files from templates according to the
48332 current configuration.
48333
48334 Usage: $0 [OPTIONS] [FILE]...
48335
48336 -h, --help print this help, then exit
48337 -V, --version print version number, then exit
48338 -q, --quiet do not print progress messages
48339 -d, --debug don't remove temporary files
48340 --recheck update $as_me by reconfiguring in the same conditions
48341 --file=FILE[:TEMPLATE]
48342 instantiate the configuration file FILE
48343 --header=FILE[:TEMPLATE]
48344 instantiate the configuration header FILE
48345
48346 Configuration files:
48347 $config_files
48348
48349 Configuration headers:
48350 $config_headers
48351
48352 Configuration commands:
48353 $config_commands
48354
48355 Report bugs to <bug-autoconf@gnu.org>."
48356 _ACEOF
48357
48358 cat >>$CONFIG_STATUS <<_ACEOF
48359 ac_cs_version="\\
48360 wxWidgets config.status 2.7.0
48361 configured by $0, generated by GNU Autoconf 2.59,
48362 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
48363
48364 Copyright (C) 2003 Free Software Foundation, Inc.
48365 This config.status script is free software; the Free Software Foundation
48366 gives unlimited permission to copy, distribute and modify it."
48367 srcdir=$srcdir
48368 INSTALL="$INSTALL"
48369 _ACEOF
48370
48371 cat >>$CONFIG_STATUS <<\_ACEOF
48372 # If no file are specified by the user, then we need to provide default
48373 # value. By we need to know if files were specified by the user.
48374 ac_need_defaults=:
48375 while test $# != 0
48376 do
48377 case $1 in
48378 --*=*)
48379 ac_option=`expr "x$1" : 'x\([^=]*\)='`
48380 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
48381 ac_shift=:
48382 ;;
48383 -*)
48384 ac_option=$1
48385 ac_optarg=$2
48386 ac_shift=shift
48387 ;;
48388 *) # This is not an option, so the user has probably given explicit
48389 # arguments.
48390 ac_option=$1
48391 ac_need_defaults=false;;
48392 esac
48393
48394 case $ac_option in
48395 # Handling of the options.
48396 _ACEOF
48397 cat >>$CONFIG_STATUS <<\_ACEOF
48398 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
48399 ac_cs_recheck=: ;;
48400 --version | --vers* | -V )
48401 echo "$ac_cs_version"; exit 0 ;;
48402 --he | --h)
48403 # Conflict between --help and --header
48404 { { echo "$as_me:$LINENO: error: ambiguous option: $1
48405 Try \`$0 --help' for more information." >&5
48406 echo "$as_me: error: ambiguous option: $1
48407 Try \`$0 --help' for more information." >&2;}
48408 { (exit 1); exit 1; }; };;
48409 --help | --hel | -h )
48410 echo "$ac_cs_usage"; exit 0 ;;
48411 --debug | --d* | -d )
48412 debug=: ;;
48413 --file | --fil | --fi | --f )
48414 $ac_shift
48415 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
48416 ac_need_defaults=false;;
48417 --header | --heade | --head | --hea )
48418 $ac_shift
48419 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
48420 ac_need_defaults=false;;
48421 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
48422 | -silent | --silent | --silen | --sile | --sil | --si | --s)
48423 ac_cs_silent=: ;;
48424
48425 # This is an error.
48426 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
48427 Try \`$0 --help' for more information." >&5
48428 echo "$as_me: error: unrecognized option: $1
48429 Try \`$0 --help' for more information." >&2;}
48430 { (exit 1); exit 1; }; } ;;
48431
48432 *) ac_config_targets="$ac_config_targets $1" ;;
48433
48434 esac
48435 shift
48436 done
48437
48438 ac_configure_extra_args=
48439
48440 if $ac_cs_silent; then
48441 exec 6>/dev/null
48442 ac_configure_extra_args="$ac_configure_extra_args --silent"
48443 fi
48444
48445 _ACEOF
48446 cat >>$CONFIG_STATUS <<_ACEOF
48447 if \$ac_cs_recheck; then
48448 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
48449 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
48450 fi
48451
48452 _ACEOF
48453
48454 cat >>$CONFIG_STATUS <<_ACEOF
48455 #
48456 # INIT-COMMANDS section.
48457 #
48458
48459
48460 CPP="$CPP"
48461 infile="$srcdir/include/wx/msw/genrcdefs.h"
48462 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
48463
48464
48465 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
48466 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
48467 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
48468 LN_S="${LN_S}"
48469
48470
48471 _ACEOF
48472
48473
48474
48475 cat >>$CONFIG_STATUS <<\_ACEOF
48476 for ac_config_target in $ac_config_targets
48477 do
48478 case "$ac_config_target" in
48479 # Handling of arguments.
48480 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
48481 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
48482 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
48483 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
48484 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
48485 "rcdefs.h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
48486 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
48487 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
48488 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
48489 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
48490 { (exit 1); exit 1; }; };;
48491 esac
48492 done
48493
48494 # If the user did not use the arguments to specify the items to instantiate,
48495 # then the envvar interface is used. Set only those that are not.
48496 # We use the long form for the default assignment because of an extremely
48497 # bizarre bug on SunOS 4.1.3.
48498 if $ac_need_defaults; then
48499 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
48500 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
48501 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
48502 fi
48503
48504 # Have a temporary directory for convenience. Make it in the build tree
48505 # simply because there is no reason to put it here, and in addition,
48506 # creating and moving files from /tmp can sometimes cause problems.
48507 # Create a temporary directory, and hook for its removal unless debugging.
48508 $debug ||
48509 {
48510 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
48511 trap '{ (exit 1); exit 1; }' 1 2 13 15
48512 }
48513
48514 # Create a (secure) tmp directory for tmp files.
48515
48516 {
48517 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
48518 test -n "$tmp" && test -d "$tmp"
48519 } ||
48520 {
48521 tmp=./confstat$$-$RANDOM
48522 (umask 077 && mkdir $tmp)
48523 } ||
48524 {
48525 echo "$me: cannot create a temporary directory in ." >&2
48526 { (exit 1); exit 1; }
48527 }
48528
48529 _ACEOF
48530
48531 cat >>$CONFIG_STATUS <<_ACEOF
48532
48533 #
48534 # CONFIG_FILES section.
48535 #
48536
48537 # No need to generate the scripts if there are no CONFIG_FILES.
48538 # This happens for instance when ./config.status config.h
48539 if test -n "\$CONFIG_FILES"; then
48540 # Protect against being on the right side of a sed subst in config.status.
48541 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
48542 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
48543 s,@SHELL@,$SHELL,;t t
48544 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
48545 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
48546 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
48547 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
48548 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
48549 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
48550 s,@exec_prefix@,$exec_prefix,;t t
48551 s,@prefix@,$prefix,;t t
48552 s,@program_transform_name@,$program_transform_name,;t t
48553 s,@bindir@,$bindir,;t t
48554 s,@sbindir@,$sbindir,;t t
48555 s,@libexecdir@,$libexecdir,;t t
48556 s,@datadir@,$datadir,;t t
48557 s,@sysconfdir@,$sysconfdir,;t t
48558 s,@sharedstatedir@,$sharedstatedir,;t t
48559 s,@localstatedir@,$localstatedir,;t t
48560 s,@libdir@,$libdir,;t t
48561 s,@includedir@,$includedir,;t t
48562 s,@oldincludedir@,$oldincludedir,;t t
48563 s,@infodir@,$infodir,;t t
48564 s,@mandir@,$mandir,;t t
48565 s,@build_alias@,$build_alias,;t t
48566 s,@host_alias@,$host_alias,;t t
48567 s,@target_alias@,$target_alias,;t t
48568 s,@DEFS@,$DEFS,;t t
48569 s,@ECHO_C@,$ECHO_C,;t t
48570 s,@ECHO_N@,$ECHO_N,;t t
48571 s,@ECHO_T@,$ECHO_T,;t t
48572 s,@LIBS@,$LIBS,;t t
48573 s,@build@,$build,;t t
48574 s,@build_cpu@,$build_cpu,;t t
48575 s,@build_vendor@,$build_vendor,;t t
48576 s,@build_os@,$build_os,;t t
48577 s,@host@,$host,;t t
48578 s,@host_cpu@,$host_cpu,;t t
48579 s,@host_vendor@,$host_vendor,;t t
48580 s,@host_os@,$host_os,;t t
48581 s,@target@,$target,;t t
48582 s,@target_cpu@,$target_cpu,;t t
48583 s,@target_vendor@,$target_vendor,;t t
48584 s,@target_os@,$target_os,;t t
48585 s,@CC@,$CC,;t t
48586 s,@CFLAGS@,$CFLAGS,;t t
48587 s,@LDFLAGS@,$LDFLAGS,;t t
48588 s,@CPPFLAGS@,$CPPFLAGS,;t t
48589 s,@ac_ct_CC@,$ac_ct_CC,;t t
48590 s,@EXEEXT@,$EXEEXT,;t t
48591 s,@OBJEXT@,$OBJEXT,;t t
48592 s,@CPP@,$CPP,;t t
48593 s,@EGREP@,$EGREP,;t t
48594 s,@CXX@,$CXX,;t t
48595 s,@CXXFLAGS@,$CXXFLAGS,;t t
48596 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
48597 s,@RANLIB@,$RANLIB,;t t
48598 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
48599 s,@AR@,$AR,;t t
48600 s,@ac_ct_AR@,$ac_ct_AR,;t t
48601 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
48602 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
48603 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
48604 s,@STRIP@,$STRIP,;t t
48605 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
48606 s,@WINDRES@,$WINDRES,;t t
48607 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
48608 s,@DLLTOOL@,$DLLTOOL,;t t
48609 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
48610 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
48611 s,@LN_S@,$LN_S,;t t
48612 s,@LNDIR@,$LNDIR,;t t
48613 s,@CXXCPP@,$CXXCPP,;t t
48614 s,@subdirs@,$subdirs,;t t
48615 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
48616 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
48617 s,@GTK_LIBS@,$GTK_LIBS,;t t
48618 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
48619 s,@X_CFLAGS@,$X_CFLAGS,;t t
48620 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
48621 s,@X_LIBS@,$X_LIBS,;t t
48622 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
48623 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
48624 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
48625 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
48626 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
48627 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
48628 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
48629 s,@REZ@,$REZ,;t t
48630 s,@DEREZ@,$DEREZ,;t t
48631 s,@SETFILE@,$SETFILE,;t t
48632 s,@LIBICONV@,$LIBICONV,;t t
48633 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
48634 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
48635 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
48636 s,@SDL_LIBS@,$SDL_LIBS,;t t
48637 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
48638 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
48639 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
48640 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
48641 s,@GST_INSPECT@,$GST_INSPECT,;t t
48642 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
48643 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
48644 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
48645 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
48646 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
48647 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
48648 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
48649 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
48650 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
48651 s,@VENDOR@,$VENDOR,;t t
48652 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
48653 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
48654 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
48655 s,@WXUNIV@,$WXUNIV,;t t
48656 s,@MONOLITHIC@,$MONOLITHIC,;t t
48657 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
48658 s,@EXTRALIBS@,$EXTRALIBS,;t t
48659 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
48660 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
48661 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
48662 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
48663 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
48664 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
48665 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
48666 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
48667 s,@UNICODE@,$UNICODE,;t t
48668 s,@BUILD@,$BUILD,;t t
48669 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
48670 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
48671 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
48672 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
48673 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
48674 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
48675 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
48676 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
48677 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
48678 s,@SET_MAKE@,$SET_MAKE,;t t
48679 s,@MAKE_SET@,$MAKE_SET,;t t
48680 s,@NM@,$NM,;t t
48681 s,@ac_ct_NM@,$ac_ct_NM,;t t
48682 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
48683 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
48684 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
48685 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
48686 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
48687 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
48688 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
48689 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
48690 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
48691 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
48692 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
48693 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
48694 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
48695 s,@LIBPREFIX@,$LIBPREFIX,;t t
48696 s,@LIBEXT@,$LIBEXT,;t t
48697 s,@DLLPREFIX@,$DLLPREFIX,;t t
48698 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
48699 s,@dlldir@,$dlldir,;t t
48700 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
48701 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
48702 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
48703 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
48704 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
48705 s,@PIC_FLAG@,$PIC_FLAG,;t t
48706 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
48707 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
48708 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
48709 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
48710 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
48711 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
48712 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
48713 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
48714 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
48715 s,@GCC_PCH@,$GCC_PCH,;t t
48716 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
48717 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
48718 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
48719 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
48720 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
48721 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
48722 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
48723 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
48724 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
48725 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
48726 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
48727 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
48728 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
48729 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
48730 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
48731 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
48732 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
48733 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
48734 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
48735 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
48736 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
48737 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
48738 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
48739 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
48740 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
48741 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
48742 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
48743 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
48744 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
48745 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
48746 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
48747 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
48748 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
48749 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
48750 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
48751 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
48752 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
48753 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
48754 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
48755 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
48756 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
48757 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
48758 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
48759 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
48760 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
48761 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
48762 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
48763 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
48764 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
48765 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
48766 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
48767 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
48768 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
48769 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
48770 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
48771 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
48772 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
48773 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
48774 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
48775 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
48776 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
48777 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
48778 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
48779 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
48780 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
48781 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
48782 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
48783 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
48784 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
48785 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
48786 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
48787 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
48788 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
48789 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
48790 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
48791 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
48792 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
48793 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
48794 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
48795 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
48796 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
48797 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
48798 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
48799 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
48800 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
48801 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
48802 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
48803 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
48804 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
48805 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
48806 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
48807 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
48808 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
48809 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
48810 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
48811 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
48812 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
48813 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
48814 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
48815 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
48816 s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
48817 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
48818 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
48819 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
48820 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
48821 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
48822 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
48823 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
48824 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
48825 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
48826 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
48827 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
48828 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
48829 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
48830 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
48831 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
48832 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
48833 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
48834 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
48835 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
48836 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
48837 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
48838 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
48839 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
48840 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
48841 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
48842 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
48843 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
48844 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
48845 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
48846 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
48847 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
48848 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
48849 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
48850 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
48851 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
48852 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
48853 s,@SHARED@,$SHARED,;t t
48854 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
48855 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
48856 s,@USE_GUI@,$USE_GUI,;t t
48857 s,@AFMINSTALL@,$AFMINSTALL,;t t
48858 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
48859 s,@TOOLKIT@,$TOOLKIT,;t t
48860 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
48861 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
48862 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
48863 s,@cross_compiling@,$cross_compiling,;t t
48864 s,@WIDGET_SET@,$WIDGET_SET,;t t
48865 s,@WX_RELEASE@,$WX_RELEASE,;t t
48866 s,@WX_VERSION@,$WX_VERSION,;t t
48867 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
48868 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
48869 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
48870 s,@WXCONFIG_CPPFLAGS@,$WXCONFIG_CPPFLAGS,;t t
48871 s,@WXCONFIG_CFLAGS@,$WXCONFIG_CFLAGS,;t t
48872 s,@WXCONFIG_CXXFLAGS@,$WXCONFIG_CXXFLAGS,;t t
48873 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
48874 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
48875 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
48876 s,@WXCONFIG_RESFLAGS@,$WXCONFIG_RESFLAGS,;t t
48877 s,@EXE_LINKER@,$EXE_LINKER,;t t
48878 s,@GUIDIST@,$GUIDIST,;t t
48879 s,@DISTDIR@,$DISTDIR,;t t
48880 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
48881 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
48882 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
48883 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
48884 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
48885 s,@RESCOMP@,$RESCOMP,;t t
48886 s,@RESFLAGS@,$RESFLAGS,;t t
48887 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
48888 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
48889 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
48890 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
48891 s,@POSTLINK_COMMAND@,$POSTLINK_COMMAND,;t t
48892 s,@MACSETFILE@,$MACSETFILE,;t t
48893 s,@WXCONFIG_POSTLINK_COMMAND@,$WXCONFIG_POSTLINK_COMMAND,;t t
48894 s,@GCC@,$GCC,;t t
48895 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
48896 s,@LIBOBJS@,$LIBOBJS,;t t
48897 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
48898 CEOF
48899
48900 _ACEOF
48901
48902 cat >>$CONFIG_STATUS <<\_ACEOF
48903 # Split the substitutions into bite-sized pieces for seds with
48904 # small command number limits, like on Digital OSF/1 and HP-UX.
48905 ac_max_sed_lines=48
48906 ac_sed_frag=1 # Number of current file.
48907 ac_beg=1 # First line for current file.
48908 ac_end=$ac_max_sed_lines # Line after last line for current file.
48909 ac_more_lines=:
48910 ac_sed_cmds=
48911 while $ac_more_lines; do
48912 if test $ac_beg -gt 1; then
48913 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
48914 else
48915 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
48916 fi
48917 if test ! -s $tmp/subs.frag; then
48918 ac_more_lines=false
48919 else
48920 # The purpose of the label and of the branching condition is to
48921 # speed up the sed processing (if there are no `@' at all, there
48922 # is no need to browse any of the substitutions).
48923 # These are the two extra sed commands mentioned above.
48924 (echo ':t
48925 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
48926 if test -z "$ac_sed_cmds"; then
48927 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
48928 else
48929 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
48930 fi
48931 ac_sed_frag=`expr $ac_sed_frag + 1`
48932 ac_beg=$ac_end
48933 ac_end=`expr $ac_end + $ac_max_sed_lines`
48934 fi
48935 done
48936 if test -z "$ac_sed_cmds"; then
48937 ac_sed_cmds=cat
48938 fi
48939 fi # test -n "$CONFIG_FILES"
48940
48941 _ACEOF
48942 cat >>$CONFIG_STATUS <<\_ACEOF
48943 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
48944 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
48945 case $ac_file in
48946 - | *:- | *:-:* ) # input from stdin
48947 cat >$tmp/stdin
48948 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
48949 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
48950 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
48951 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
48952 * ) ac_file_in=$ac_file.in ;;
48953 esac
48954
48955 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
48956 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
48957 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48958 X"$ac_file" : 'X\(//\)[^/]' \| \
48959 X"$ac_file" : 'X\(//\)$' \| \
48960 X"$ac_file" : 'X\(/\)' \| \
48961 . : '\(.\)' 2>/dev/null ||
48962 echo X"$ac_file" |
48963 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48964 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48965 /^X\(\/\/\)$/{ s//\1/; q; }
48966 /^X\(\/\).*/{ s//\1/; q; }
48967 s/.*/./; q'`
48968 { if $as_mkdir_p; then
48969 mkdir -p "$ac_dir"
48970 else
48971 as_dir="$ac_dir"
48972 as_dirs=
48973 while test ! -d "$as_dir"; do
48974 as_dirs="$as_dir $as_dirs"
48975 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48976 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48977 X"$as_dir" : 'X\(//\)[^/]' \| \
48978 X"$as_dir" : 'X\(//\)$' \| \
48979 X"$as_dir" : 'X\(/\)' \| \
48980 . : '\(.\)' 2>/dev/null ||
48981 echo X"$as_dir" |
48982 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48983 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48984 /^X\(\/\/\)$/{ s//\1/; q; }
48985 /^X\(\/\).*/{ s//\1/; q; }
48986 s/.*/./; q'`
48987 done
48988 test ! -n "$as_dirs" || mkdir $as_dirs
48989 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48990 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48991 { (exit 1); exit 1; }; }; }
48992
48993 ac_builddir=.
48994
48995 if test "$ac_dir" != .; then
48996 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48997 # A "../" for each directory in $ac_dir_suffix.
48998 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48999 else
49000 ac_dir_suffix= ac_top_builddir=
49001 fi
49002
49003 case $srcdir in
49004 .) # No --srcdir option. We are building in place.
49005 ac_srcdir=.
49006 if test -z "$ac_top_builddir"; then
49007 ac_top_srcdir=.
49008 else
49009 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
49010 fi ;;
49011 [\\/]* | ?:[\\/]* ) # Absolute path.
49012 ac_srcdir=$srcdir$ac_dir_suffix;
49013 ac_top_srcdir=$srcdir ;;
49014 *) # Relative path.
49015 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
49016 ac_top_srcdir=$ac_top_builddir$srcdir ;;
49017 esac
49018
49019 # Do not use `cd foo && pwd` to compute absolute paths, because
49020 # the directories may not exist.
49021 case `pwd` in
49022 .) ac_abs_builddir="$ac_dir";;
49023 *)
49024 case "$ac_dir" in
49025 .) ac_abs_builddir=`pwd`;;
49026 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
49027 *) ac_abs_builddir=`pwd`/"$ac_dir";;
49028 esac;;
49029 esac
49030 case $ac_abs_builddir in
49031 .) ac_abs_top_builddir=${ac_top_builddir}.;;
49032 *)
49033 case ${ac_top_builddir}. in
49034 .) ac_abs_top_builddir=$ac_abs_builddir;;
49035 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
49036 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
49037 esac;;
49038 esac
49039 case $ac_abs_builddir in
49040 .) ac_abs_srcdir=$ac_srcdir;;
49041 *)
49042 case $ac_srcdir in
49043 .) ac_abs_srcdir=$ac_abs_builddir;;
49044 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
49045 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
49046 esac;;
49047 esac
49048 case $ac_abs_builddir in
49049 .) ac_abs_top_srcdir=$ac_top_srcdir;;
49050 *)
49051 case $ac_top_srcdir in
49052 .) ac_abs_top_srcdir=$ac_abs_builddir;;
49053 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
49054 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
49055 esac;;
49056 esac
49057
49058
49059 case $INSTALL in
49060 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
49061 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
49062 esac
49063
49064 # Let's still pretend it is `configure' which instantiates (i.e., don't
49065 # use $as_me), people would be surprised to read:
49066 # /* config.h. Generated by config.status. */
49067 if test x"$ac_file" = x-; then
49068 configure_input=
49069 else
49070 configure_input="$ac_file. "
49071 fi
49072 configure_input=$configure_input"Generated from `echo $ac_file_in |
49073 sed 's,.*/,,'` by configure."
49074
49075 # First look for the input files in the build tree, otherwise in the
49076 # src tree.
49077 ac_file_inputs=`IFS=:
49078 for f in $ac_file_in; do
49079 case $f in
49080 -) echo $tmp/stdin ;;
49081 [\\/$]*)
49082 # Absolute (can't be DOS-style, as IFS=:)
49083 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49084 echo "$as_me: error: cannot find input file: $f" >&2;}
49085 { (exit 1); exit 1; }; }
49086 echo "$f";;
49087 *) # Relative
49088 if test -f "$f"; then
49089 # Build tree
49090 echo "$f"
49091 elif test -f "$srcdir/$f"; then
49092 # Source tree
49093 echo "$srcdir/$f"
49094 else
49095 # /dev/null tree
49096 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49097 echo "$as_me: error: cannot find input file: $f" >&2;}
49098 { (exit 1); exit 1; }; }
49099 fi;;
49100 esac
49101 done` || { (exit 1); exit 1; }
49102
49103 if test x"$ac_file" != x-; then
49104 { echo "$as_me:$LINENO: creating $ac_file" >&5
49105 echo "$as_me: creating $ac_file" >&6;}
49106 rm -f "$ac_file"
49107 fi
49108 _ACEOF
49109 cat >>$CONFIG_STATUS <<_ACEOF
49110 sed "$ac_vpsub
49111 $extrasub
49112 _ACEOF
49113 cat >>$CONFIG_STATUS <<\_ACEOF
49114 :t
49115 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
49116 s,@configure_input@,$configure_input,;t t
49117 s,@srcdir@,$ac_srcdir,;t t
49118 s,@abs_srcdir@,$ac_abs_srcdir,;t t
49119 s,@top_srcdir@,$ac_top_srcdir,;t t
49120 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
49121 s,@builddir@,$ac_builddir,;t t
49122 s,@abs_builddir@,$ac_abs_builddir,;t t
49123 s,@top_builddir@,$ac_top_builddir,;t t
49124 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
49125 s,@INSTALL@,$ac_INSTALL,;t t
49126 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
49127 rm -f $tmp/stdin
49128 if test x"$ac_file" != x-; then
49129 mv $tmp/out $ac_file
49130 else
49131 cat $tmp/out
49132 rm -f $tmp/out
49133 fi
49134
49135 # Run the commands associated with the file.
49136 case $ac_file in
49137 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
49138 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
49139 esac
49140 done
49141 _ACEOF
49142 cat >>$CONFIG_STATUS <<\_ACEOF
49143
49144 #
49145 # CONFIG_HEADER section.
49146 #
49147
49148 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
49149 # NAME is the cpp macro being defined and VALUE is the value it is being given.
49150 #
49151 # ac_d sets the value in "#define NAME VALUE" lines.
49152 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
49153 ac_dB='[ ].*$,\1#\2'
49154 ac_dC=' '
49155 ac_dD=',;t'
49156 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
49157 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
49158 ac_uB='$,\1#\2define\3'
49159 ac_uC=' '
49160 ac_uD=',;t'
49161
49162 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
49163 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
49164 case $ac_file in
49165 - | *:- | *:-:* ) # input from stdin
49166 cat >$tmp/stdin
49167 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
49168 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
49169 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
49170 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
49171 * ) ac_file_in=$ac_file.in ;;
49172 esac
49173
49174 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
49175 echo "$as_me: creating $ac_file" >&6;}
49176
49177 # First look for the input files in the build tree, otherwise in the
49178 # src tree.
49179 ac_file_inputs=`IFS=:
49180 for f in $ac_file_in; do
49181 case $f in
49182 -) echo $tmp/stdin ;;
49183 [\\/$]*)
49184 # Absolute (can't be DOS-style, as IFS=:)
49185 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49186 echo "$as_me: error: cannot find input file: $f" >&2;}
49187 { (exit 1); exit 1; }; }
49188 # Do quote $f, to prevent DOS paths from being IFS'd.
49189 echo "$f";;
49190 *) # Relative
49191 if test -f "$f"; then
49192 # Build tree
49193 echo "$f"
49194 elif test -f "$srcdir/$f"; then
49195 # Source tree
49196 echo "$srcdir/$f"
49197 else
49198 # /dev/null tree
49199 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49200 echo "$as_me: error: cannot find input file: $f" >&2;}
49201 { (exit 1); exit 1; }; }
49202 fi;;
49203 esac
49204 done` || { (exit 1); exit 1; }
49205 # Remove the trailing spaces.
49206 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
49207
49208 _ACEOF
49209
49210 # Transform confdefs.h into two sed scripts, `conftest.defines' and
49211 # `conftest.undefs', that substitutes the proper values into
49212 # config.h.in to produce config.h. The first handles `#define'
49213 # templates, and the second `#undef' templates.
49214 # And first: Protect against being on the right side of a sed subst in
49215 # config.status. Protect against being in an unquoted here document
49216 # in config.status.
49217 rm -f conftest.defines conftest.undefs
49218 # Using a here document instead of a string reduces the quoting nightmare.
49219 # Putting comments in sed scripts is not portable.
49220 #
49221 # `end' is used to avoid that the second main sed command (meant for
49222 # 0-ary CPP macros) applies to n-ary macro definitions.
49223 # See the Autoconf documentation for `clear'.
49224 cat >confdef2sed.sed <<\_ACEOF
49225 s/[\\&,]/\\&/g
49226 s,[\\$`],\\&,g
49227 t clear
49228 : clear
49229 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
49230 t end
49231 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
49232 : end
49233 _ACEOF
49234 # If some macros were called several times there might be several times
49235 # the same #defines, which is useless. Nevertheless, we may not want to
49236 # sort them, since we want the *last* AC-DEFINE to be honored.
49237 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
49238 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
49239 rm -f confdef2sed.sed
49240
49241 # This sed command replaces #undef with comments. This is necessary, for
49242 # example, in the case of _POSIX_SOURCE, which is predefined and required
49243 # on some systems where configure will not decide to define it.
49244 cat >>conftest.undefs <<\_ACEOF
49245 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
49246 _ACEOF
49247
49248 # Break up conftest.defines because some shells have a limit on the size
49249 # of here documents, and old seds have small limits too (100 cmds).
49250 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
49251 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
49252 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
49253 echo ' :' >>$CONFIG_STATUS
49254 rm -f conftest.tail
49255 while grep . conftest.defines >/dev/null
49256 do
49257 # Write a limited-size here document to $tmp/defines.sed.
49258 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
49259 # Speed up: don't consider the non `#define' lines.
49260 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
49261 # Work around the forget-to-reset-the-flag bug.
49262 echo 't clr' >>$CONFIG_STATUS
49263 echo ': clr' >>$CONFIG_STATUS
49264 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
49265 echo 'CEOF
49266 sed -f $tmp/defines.sed $tmp/in >$tmp/out
49267 rm -f $tmp/in
49268 mv $tmp/out $tmp/in
49269 ' >>$CONFIG_STATUS
49270 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
49271 rm -f conftest.defines
49272 mv conftest.tail conftest.defines
49273 done
49274 rm -f conftest.defines
49275 echo ' fi # grep' >>$CONFIG_STATUS
49276 echo >>$CONFIG_STATUS
49277
49278 # Break up conftest.undefs because some shells have a limit on the size
49279 # of here documents, and old seds have small limits too (100 cmds).
49280 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
49281 rm -f conftest.tail
49282 while grep . conftest.undefs >/dev/null
49283 do
49284 # Write a limited-size here document to $tmp/undefs.sed.
49285 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
49286 # Speed up: don't consider the non `#undef'
49287 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
49288 # Work around the forget-to-reset-the-flag bug.
49289 echo 't clr' >>$CONFIG_STATUS
49290 echo ': clr' >>$CONFIG_STATUS
49291 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
49292 echo 'CEOF
49293 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
49294 rm -f $tmp/in
49295 mv $tmp/out $tmp/in
49296 ' >>$CONFIG_STATUS
49297 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
49298 rm -f conftest.undefs
49299 mv conftest.tail conftest.undefs
49300 done
49301 rm -f conftest.undefs
49302
49303 cat >>$CONFIG_STATUS <<\_ACEOF
49304 # Let's still pretend it is `configure' which instantiates (i.e., don't
49305 # use $as_me), people would be surprised to read:
49306 # /* config.h. Generated by config.status. */
49307 if test x"$ac_file" = x-; then
49308 echo "/* Generated by configure. */" >$tmp/config.h
49309 else
49310 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
49311 fi
49312 cat $tmp/in >>$tmp/config.h
49313 rm -f $tmp/in
49314 if test x"$ac_file" != x-; then
49315 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
49316 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
49317 echo "$as_me: $ac_file is unchanged" >&6;}
49318 else
49319 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
49320 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49321 X"$ac_file" : 'X\(//\)[^/]' \| \
49322 X"$ac_file" : 'X\(//\)$' \| \
49323 X"$ac_file" : 'X\(/\)' \| \
49324 . : '\(.\)' 2>/dev/null ||
49325 echo X"$ac_file" |
49326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49327 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49328 /^X\(\/\/\)$/{ s//\1/; q; }
49329 /^X\(\/\).*/{ s//\1/; q; }
49330 s/.*/./; q'`
49331 { if $as_mkdir_p; then
49332 mkdir -p "$ac_dir"
49333 else
49334 as_dir="$ac_dir"
49335 as_dirs=
49336 while test ! -d "$as_dir"; do
49337 as_dirs="$as_dir $as_dirs"
49338 as_dir=`(dirname "$as_dir") 2>/dev/null ||
49339 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49340 X"$as_dir" : 'X\(//\)[^/]' \| \
49341 X"$as_dir" : 'X\(//\)$' \| \
49342 X"$as_dir" : 'X\(/\)' \| \
49343 . : '\(.\)' 2>/dev/null ||
49344 echo X"$as_dir" |
49345 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49346 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49347 /^X\(\/\/\)$/{ s//\1/; q; }
49348 /^X\(\/\).*/{ s//\1/; q; }
49349 s/.*/./; q'`
49350 done
49351 test ! -n "$as_dirs" || mkdir $as_dirs
49352 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
49353 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
49354 { (exit 1); exit 1; }; }; }
49355
49356 rm -f $ac_file
49357 mv $tmp/config.h $ac_file
49358 fi
49359 else
49360 cat $tmp/config.h
49361 rm -f $tmp/config.h
49362 fi
49363 done
49364 _ACEOF
49365 cat >>$CONFIG_STATUS <<\_ACEOF
49366
49367 #
49368 # CONFIG_COMMANDS section.
49369 #
49370 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
49371 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
49372 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
49373 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
49374 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49375 X"$ac_dest" : 'X\(//\)[^/]' \| \
49376 X"$ac_dest" : 'X\(//\)$' \| \
49377 X"$ac_dest" : 'X\(/\)' \| \
49378 . : '\(.\)' 2>/dev/null ||
49379 echo X"$ac_dest" |
49380 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49381 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49382 /^X\(\/\/\)$/{ s//\1/; q; }
49383 /^X\(\/\).*/{ s//\1/; q; }
49384 s/.*/./; q'`
49385 { if $as_mkdir_p; then
49386 mkdir -p "$ac_dir"
49387 else
49388 as_dir="$ac_dir"
49389 as_dirs=
49390 while test ! -d "$as_dir"; do
49391 as_dirs="$as_dir $as_dirs"
49392 as_dir=`(dirname "$as_dir") 2>/dev/null ||
49393 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49394 X"$as_dir" : 'X\(//\)[^/]' \| \
49395 X"$as_dir" : 'X\(//\)$' \| \
49396 X"$as_dir" : 'X\(/\)' \| \
49397 . : '\(.\)' 2>/dev/null ||
49398 echo X"$as_dir" |
49399 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49400 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49401 /^X\(\/\/\)$/{ s//\1/; q; }
49402 /^X\(\/\).*/{ s//\1/; q; }
49403 s/.*/./; q'`
49404 done
49405 test ! -n "$as_dirs" || mkdir $as_dirs
49406 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
49407 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
49408 { (exit 1); exit 1; }; }; }
49409
49410 ac_builddir=.
49411
49412 if test "$ac_dir" != .; then
49413 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
49414 # A "../" for each directory in $ac_dir_suffix.
49415 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
49416 else
49417 ac_dir_suffix= ac_top_builddir=
49418 fi
49419
49420 case $srcdir in
49421 .) # No --srcdir option. We are building in place.
49422 ac_srcdir=.
49423 if test -z "$ac_top_builddir"; then
49424 ac_top_srcdir=.
49425 else
49426 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
49427 fi ;;
49428 [\\/]* | ?:[\\/]* ) # Absolute path.
49429 ac_srcdir=$srcdir$ac_dir_suffix;
49430 ac_top_srcdir=$srcdir ;;
49431 *) # Relative path.
49432 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
49433 ac_top_srcdir=$ac_top_builddir$srcdir ;;
49434 esac
49435
49436 # Do not use `cd foo && pwd` to compute absolute paths, because
49437 # the directories may not exist.
49438 case `pwd` in
49439 .) ac_abs_builddir="$ac_dir";;
49440 *)
49441 case "$ac_dir" in
49442 .) ac_abs_builddir=`pwd`;;
49443 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
49444 *) ac_abs_builddir=`pwd`/"$ac_dir";;
49445 esac;;
49446 esac
49447 case $ac_abs_builddir in
49448 .) ac_abs_top_builddir=${ac_top_builddir}.;;
49449 *)
49450 case ${ac_top_builddir}. in
49451 .) ac_abs_top_builddir=$ac_abs_builddir;;
49452 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
49453 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
49454 esac;;
49455 esac
49456 case $ac_abs_builddir in
49457 .) ac_abs_srcdir=$ac_srcdir;;
49458 *)
49459 case $ac_srcdir in
49460 .) ac_abs_srcdir=$ac_abs_builddir;;
49461 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
49462 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
49463 esac;;
49464 esac
49465 case $ac_abs_builddir in
49466 .) ac_abs_top_srcdir=$ac_top_srcdir;;
49467 *)
49468 case $ac_top_srcdir in
49469 .) ac_abs_top_srcdir=$ac_abs_builddir;;
49470 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
49471 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
49472 esac;;
49473 esac
49474
49475
49476 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
49477 echo "$as_me: executing $ac_dest commands" >&6;}
49478 case $ac_dest in
49479 rcdefs.h )
49480 mkdir -p $outdir &&
49481 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
49482 ;;
49483 wx-config ) rm -f wx-config
49484 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
49485 ;;
49486 esac
49487 done
49488 _ACEOF
49489
49490 cat >>$CONFIG_STATUS <<\_ACEOF
49491
49492 { (exit 0); exit 0; }
49493 _ACEOF
49494 chmod +x $CONFIG_STATUS
49495 ac_clean_files=$ac_clean_files_save
49496
49497
49498 # configure is writing to config.log, and then calls config.status.
49499 # config.status does its own redirection, appending to config.log.
49500 # Unfortunately, on DOS this fails, as config.log is still kept open
49501 # by configure, so config.status won't be able to write to it; its
49502 # output is simply discarded. So we exec the FD to /dev/null,
49503 # effectively closing config.log, so it can be properly (re)opened and
49504 # appended to by config.status. When coming back to configure, we
49505 # need to make the FD available again.
49506 if test "$no_create" != yes; then
49507 ac_cs_success=:
49508 ac_config_status_args=
49509 test "$silent" = yes &&
49510 ac_config_status_args="$ac_config_status_args --quiet"
49511 exec 5>/dev/null
49512 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
49513 exec 5>>config.log
49514 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
49515 # would make configure fail if this is the last instruction.
49516 $ac_cs_success || { (exit 1); exit 1; }
49517 fi
49518
49519 #
49520 # CONFIG_SUBDIRS section.
49521 #
49522 if test "$no_recursion" != yes; then
49523
49524 # Remove --cache-file and --srcdir arguments so they do not pile up.
49525 ac_sub_configure_args=
49526 ac_prev=
49527 for ac_arg in $ac_configure_args; do
49528 if test -n "$ac_prev"; then
49529 ac_prev=
49530 continue
49531 fi
49532 case $ac_arg in
49533 -cache-file | --cache-file | --cache-fil | --cache-fi \
49534 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
49535 ac_prev=cache_file ;;
49536 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
49537 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
49538 | --c=*)
49539 ;;
49540 --config-cache | -C)
49541 ;;
49542 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
49543 ac_prev=srcdir ;;
49544 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
49545 ;;
49546 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
49547 ac_prev=prefix ;;
49548 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
49549 ;;
49550 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
49551 esac
49552 done
49553
49554 # Always prepend --prefix to ensure using the same prefix
49555 # in subdir configurations.
49556 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
49557
49558 ac_popdir=`pwd`
49559 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
49560
49561 # Do not complain, so a configure script can configure whichever
49562 # parts of a large source tree are present.
49563 test -d $srcdir/$ac_dir || continue
49564
49565 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
49566 echo "$as_me: configuring in $ac_dir" >&6;}
49567 { if $as_mkdir_p; then
49568 mkdir -p "$ac_dir"
49569 else
49570 as_dir="$ac_dir"
49571 as_dirs=
49572 while test ! -d "$as_dir"; do
49573 as_dirs="$as_dir $as_dirs"
49574 as_dir=`(dirname "$as_dir") 2>/dev/null ||
49575 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49576 X"$as_dir" : 'X\(//\)[^/]' \| \
49577 X"$as_dir" : 'X\(//\)$' \| \
49578 X"$as_dir" : 'X\(/\)' \| \
49579 . : '\(.\)' 2>/dev/null ||
49580 echo X"$as_dir" |
49581 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49582 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49583 /^X\(\/\/\)$/{ s//\1/; q; }
49584 /^X\(\/\).*/{ s//\1/; q; }
49585 s/.*/./; q'`
49586 done
49587 test ! -n "$as_dirs" || mkdir $as_dirs
49588 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
49589 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
49590 { (exit 1); exit 1; }; }; }
49591
49592 ac_builddir=.
49593
49594 if test "$ac_dir" != .; then
49595 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
49596 # A "../" for each directory in $ac_dir_suffix.
49597 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
49598 else
49599 ac_dir_suffix= ac_top_builddir=
49600 fi
49601
49602 case $srcdir in
49603 .) # No --srcdir option. We are building in place.
49604 ac_srcdir=.
49605 if test -z "$ac_top_builddir"; then
49606 ac_top_srcdir=.
49607 else
49608 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
49609 fi ;;
49610 [\\/]* | ?:[\\/]* ) # Absolute path.
49611 ac_srcdir=$srcdir$ac_dir_suffix;
49612 ac_top_srcdir=$srcdir ;;
49613 *) # Relative path.
49614 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
49615 ac_top_srcdir=$ac_top_builddir$srcdir ;;
49616 esac
49617
49618 # Do not use `cd foo && pwd` to compute absolute paths, because
49619 # the directories may not exist.
49620 case `pwd` in
49621 .) ac_abs_builddir="$ac_dir";;
49622 *)
49623 case "$ac_dir" in
49624 .) ac_abs_builddir=`pwd`;;
49625 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
49626 *) ac_abs_builddir=`pwd`/"$ac_dir";;
49627 esac;;
49628 esac
49629 case $ac_abs_builddir in
49630 .) ac_abs_top_builddir=${ac_top_builddir}.;;
49631 *)
49632 case ${ac_top_builddir}. in
49633 .) ac_abs_top_builddir=$ac_abs_builddir;;
49634 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
49635 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
49636 esac;;
49637 esac
49638 case $ac_abs_builddir in
49639 .) ac_abs_srcdir=$ac_srcdir;;
49640 *)
49641 case $ac_srcdir in
49642 .) ac_abs_srcdir=$ac_abs_builddir;;
49643 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
49644 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
49645 esac;;
49646 esac
49647 case $ac_abs_builddir in
49648 .) ac_abs_top_srcdir=$ac_top_srcdir;;
49649 *)
49650 case $ac_top_srcdir in
49651 .) ac_abs_top_srcdir=$ac_abs_builddir;;
49652 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
49653 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
49654 esac;;
49655 esac
49656
49657
49658 cd $ac_dir
49659
49660 # Check for guested configure; otherwise get Cygnus style configure.
49661 if test -f $ac_srcdir/configure.gnu; then
49662 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
49663 elif test -f $ac_srcdir/configure; then
49664 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
49665 elif test -f $ac_srcdir/configure.in; then
49666 ac_sub_configure=$ac_configure
49667 else
49668 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
49669 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
49670 ac_sub_configure=
49671 fi
49672
49673 # The recursion is here.
49674 if test -n "$ac_sub_configure"; then
49675 # Make the cache file name correct relative to the subdirectory.
49676 case $cache_file in
49677 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
49678 *) # Relative path.
49679 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
49680 esac
49681
49682 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
49683 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
49684 # The eval makes quoting arguments work.
49685 eval $ac_sub_configure $ac_sub_configure_args \
49686 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
49687 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
49688 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
49689 { (exit 1); exit 1; }; }
49690 fi
49691
49692 cd "$ac_popdir"
49693 done
49694 fi
49695
49696
49697 echo
49698 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
49699 echo ""
49700 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
49701 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
49702
49703 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
49704 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
49705 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
49706
49707 echo " What level of wxWidgets compatibility should be enabled?"
49708 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
49709 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
49710
49711 echo " Which libraries should wxWidgets use?"
49712 echo " jpeg ${wxUSE_LIBJPEG-none}"
49713 echo " png ${wxUSE_LIBPNG-none}"
49714 echo " regex ${wxUSE_REGEX}"
49715 echo " tiff ${wxUSE_LIBTIFF-none}"
49716 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
49717 echo " xpm ${wxUSE_LIBXPM-none}"
49718 fi
49719 echo " zlib ${wxUSE_ZLIB}"
49720 echo " odbc ${wxUSE_ODBC}"
49721 echo " expat ${wxUSE_EXPAT}"
49722 echo " libmspack ${wxUSE_LIBMSPACK}"
49723 echo " sdl ${wxUSE_LIBSDL}"
49724 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
49725
49726 echo ""
49727