]> git.saurik.com Git - wxWidgets.git/blob - configure
fix to shared libs name on nonwin32 platforms
[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.57 for wxWindows 2.5.0.
5 #
6 # Report bugs to <wx-dev@lists.wxwindows.org>.
7 #
8 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
9 # Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## --------------------- ##
13 ## M4sh Initialization. ##
14 ## --------------------- ##
15
16 # Be Bourne compatible
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
24 set -o posix
25 fi
26
27 # Support unset when possible.
28 if (FOO=FOO; unset FOO) >/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 -n "`(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 as_mkdir_p=false
225 fi
226
227 as_executable_p="test -f"
228
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
231
232 # Sed expression to map a string onto a valid variable name.
233 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
234
235
236 # IFS
237 # We need space, tab and new line, in precisely that order.
238 as_nl='
239 '
240 IFS=" $as_nl"
241
242 # CDPATH.
243 $as_unset CDPATH
244
245
246 # Name of the host.
247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248 # so uname gets run too.
249 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250
251 exec 6>&1
252
253 #
254 # Initializations.
255 #
256 ac_default_prefix=/usr/local
257 ac_config_libobj_dir=.
258 cross_compiling=no
259 subdirs=
260 MFLAGS=
261 MAKEFLAGS=
262 SHELL=${CONFIG_SHELL-/bin/sh}
263
264 # Maximum number of lines to put in a shell here document.
265 # This variable seems obsolete. It should probably be removed, and
266 # only ac_max_sed_lines should be used.
267 : ${ac_max_here_lines=38}
268
269 # Identity of this package.
270 PACKAGE_NAME='wxWindows'
271 PACKAGE_TARNAME='wxwindows'
272 PACKAGE_VERSION='2.5.0'
273 PACKAGE_STRING='wxWindows 2.5.0'
274 PACKAGE_BUGREPORT='wx-dev@lists.wxwindows.org'
275
276 ac_unique_file="wx-config.in"
277 # Factoring default headers for most tests.
278 ac_includes_default="\
279 #include <stdio.h>
280 #if HAVE_SYS_TYPES_H
281 # include <sys/types.h>
282 #endif
283 #if HAVE_SYS_STAT_H
284 # include <sys/stat.h>
285 #endif
286 #if STDC_HEADERS
287 # include <stdlib.h>
288 # include <stddef.h>
289 #else
290 # if HAVE_STDLIB_H
291 # include <stdlib.h>
292 # endif
293 #endif
294 #if HAVE_STRING_H
295 # if !STDC_HEADERS && HAVE_MEMORY_H
296 # include <memory.h>
297 # endif
298 # include <string.h>
299 #endif
300 #if HAVE_STRINGS_H
301 # include <strings.h>
302 #endif
303 #if HAVE_INTTYPES_H
304 # include <inttypes.h>
305 #else
306 # if HAVE_STDINT_H
307 # include <stdint.h>
308 # endif
309 #endif
310 #if HAVE_UNISTD_H
311 # include <unistd.h>
312 #endif"
313
314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE YACC LEX LEXLIB LEX_OUTPUT_ROOT LN_S CXXCPP PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG PANGOFT2_CFLAGS PANGOFT2_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS AIX_CXX_LD RESCOMP DEREZ SETFILE LIBICONV wxUSE_ZLIB wxUSE_REGEX wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC EXTRALIBS UNICODE BUILD SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SET_MAKE MAKE_SET INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX SO_SUFFIX DLLPREFIX SHARED_LD_CC SHARED_LD_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_COCOA_USE_GUI_1 COND_USE_SOVERSOLARIS_1 COND_MONOLITHIC_1 COND_UNICODE_1 COND_MONOLITHIC_0 COND_TOOLKIT_MGL COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_WXUSE_ODBC_BUILTIN COND_USE_SOVERSION_0 COND_WXUNIV_1 COND_PLATFORM_UNIX_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_WXUSE_REGEX_BUILTIN COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_TOOLKIT_X11 COND_OFFICIAL_BUILD_0 COND_TOOLKIT_OS2 COND_TOOLKIT_MGL_USE_GUI_1 COND_WXUSE_ZLIB_BUILTIN COND_TOOLKIT_MOTIF COND_MONOLITHIC_0_SHARED_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1 COND_MONOLITHIC_0_SHARED_0 COND_USE_GUI_1 COND_USE_GUI_0 COND_TOOLKIT_MSW COND_TOOLKIT_X11_USE_GUI_1 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0 COND_BUILD_DEBUG COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1 COND_WXUSE_LIBTIFF_BUILTIN COND_OFFICIAL_BUILD_1 COND_BUILD_RELEASE COND_USE_SOVERLINUX_1 COND_USE_SOSYMLINKS_1 COND_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1 COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_GTK COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_MAC COND_TOOLKIT_MSW_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_SHARED_1 COND_PLATFORM_MAC_1 COND_SHARED_0 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 LEX_STEM PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_NUMBER WX_LIBRARY_NAME_STATIC WX_LIBRARY_NAME_SHARED WX_LIBRARY_BASENAME WX_LIBRARY_IMPORTLIB WX_TARGET_LIBRARY WX_LIBRARY_LINK1 WX_LIBRARY_LINK2 PROGRAM_EXT WX_LIBRARY_NAME_STATIC_GL WX_LIBRARY_NAME_SHARED_GL WX_TARGET_LIBRARY_GL WX_LIBRARY_LINK1_GL WX_LIBRARY_LINK2_GL WX_ALL WX_ALL_INSTALLED SHARED_LD WX_TARGET_LIBRARY_TYPE STATIC_FLAG WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLKIT_VPATH TOOLCHAIN_NAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS top_builddir_wxconfig cross_compiling WXCONFIG_LIBS WXCONFIG_LIBS_GL WXCONFIG_LIBS_STATIC WXCONFIG_LIBS_STATIC_GL WXCONFIG_INCLUDE WXCONFIG_RPATH WX_LARGEFILE_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX ALL_OBJECTS ALL_HEADERS ALL_SOURCES GUIDIST PORT_FILES DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL LDFLAGS_VERSIONING LDFLAGS_EXE OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA MACOSX_BUNDLE LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL AS NM LD MAKEINFO INSTALL_LIBRARY ESD_LINK LIBOBJS LTLIBOBJS'
315 ac_subst_files=''
316
317 # Initialize some variables set by options.
318 ac_init_help=
319 ac_init_version=false
320 # The variables have the same names as the options, with
321 # dashes changed to underlines.
322 cache_file=/dev/null
323 exec_prefix=NONE
324 no_create=
325 no_recursion=
326 prefix=NONE
327 program_prefix=NONE
328 program_suffix=NONE
329 program_transform_name=s,x,x,
330 silent=
331 site=
332 srcdir=
333 verbose=
334 x_includes=NONE
335 x_libraries=NONE
336
337 # Installation directory options.
338 # These are left unexpanded so users can "make install exec_prefix=/foo"
339 # and all the variables that are supposed to be based on exec_prefix
340 # by default will actually change.
341 # Use braces instead of parens because sh, perl, etc. also accept them.
342 bindir='${exec_prefix}/bin'
343 sbindir='${exec_prefix}/sbin'
344 libexecdir='${exec_prefix}/libexec'
345 datadir='${prefix}/share'
346 sysconfdir='${prefix}/etc'
347 sharedstatedir='${prefix}/com'
348 localstatedir='${prefix}/var'
349 libdir='${exec_prefix}/lib'
350 includedir='${prefix}/include'
351 oldincludedir='/usr/include'
352 infodir='${prefix}/info'
353 mandir='${prefix}/man'
354
355 ac_prev=
356 for ac_option
357 do
358 # If the previous option needs an argument, assign it.
359 if test -n "$ac_prev"; then
360 eval "$ac_prev=\$ac_option"
361 ac_prev=
362 continue
363 fi
364
365 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
366
367 # Accept the important Cygnus configure options, so we can diagnose typos.
368
369 case $ac_option in
370
371 -bindir | --bindir | --bindi | --bind | --bin | --bi)
372 ac_prev=bindir ;;
373 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374 bindir=$ac_optarg ;;
375
376 -build | --build | --buil | --bui | --bu)
377 ac_prev=build_alias ;;
378 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379 build_alias=$ac_optarg ;;
380
381 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383 ac_prev=cache_file ;;
384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386 cache_file=$ac_optarg ;;
387
388 --config-cache | -C)
389 cache_file=config.cache ;;
390
391 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
392 ac_prev=datadir ;;
393 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
394 | --da=*)
395 datadir=$ac_optarg ;;
396
397 -disable-* | --disable-*)
398 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
399 # Reject names that are not valid shell variable names.
400 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402 { (exit 1); exit 1; }; }
403 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
404 eval "enable_$ac_feature=no" ;;
405
406 -enable-* | --enable-*)
407 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
408 # Reject names that are not valid shell variable names.
409 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
410 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411 { (exit 1); exit 1; }; }
412 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
413 case $ac_option in
414 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 *) ac_optarg=yes ;;
416 esac
417 eval "enable_$ac_feature='$ac_optarg'" ;;
418
419 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421 | --exec | --exe | --ex)
422 ac_prev=exec_prefix ;;
423 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425 | --exec=* | --exe=* | --ex=*)
426 exec_prefix=$ac_optarg ;;
427
428 -gas | --gas | --ga | --g)
429 # Obsolete; use --with-gas.
430 with_gas=yes ;;
431
432 -help | --help | --hel | --he | -h)
433 ac_init_help=long ;;
434 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
435 ac_init_help=recursive ;;
436 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
437 ac_init_help=short ;;
438
439 -host | --host | --hos | --ho)
440 ac_prev=host_alias ;;
441 -host=* | --host=* | --hos=* | --ho=*)
442 host_alias=$ac_optarg ;;
443
444 -includedir | --includedir | --includedi | --included | --include \
445 | --includ | --inclu | --incl | --inc)
446 ac_prev=includedir ;;
447 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448 | --includ=* | --inclu=* | --incl=* | --inc=*)
449 includedir=$ac_optarg ;;
450
451 -infodir | --infodir | --infodi | --infod | --info | --inf)
452 ac_prev=infodir ;;
453 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
454 infodir=$ac_optarg ;;
455
456 -libdir | --libdir | --libdi | --libd)
457 ac_prev=libdir ;;
458 -libdir=* | --libdir=* | --libdi=* | --libd=*)
459 libdir=$ac_optarg ;;
460
461 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462 | --libexe | --libex | --libe)
463 ac_prev=libexecdir ;;
464 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465 | --libexe=* | --libex=* | --libe=*)
466 libexecdir=$ac_optarg ;;
467
468 -localstatedir | --localstatedir | --localstatedi | --localstated \
469 | --localstate | --localstat | --localsta | --localst \
470 | --locals | --local | --loca | --loc | --lo)
471 ac_prev=localstatedir ;;
472 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
475 localstatedir=$ac_optarg ;;
476
477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
478 ac_prev=mandir ;;
479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
480 mandir=$ac_optarg ;;
481
482 -nfp | --nfp | --nf)
483 # Obsolete; use --without-fp.
484 with_fp=no ;;
485
486 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487 | --no-cr | --no-c | -n)
488 no_create=yes ;;
489
490 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492 no_recursion=yes ;;
493
494 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496 | --oldin | --oldi | --old | --ol | --o)
497 ac_prev=oldincludedir ;;
498 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
501 oldincludedir=$ac_optarg ;;
502
503 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
504 ac_prev=prefix ;;
505 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506 prefix=$ac_optarg ;;
507
508 -program-prefix | --program-prefix | --program-prefi | --program-pref \
509 | --program-pre | --program-pr | --program-p)
510 ac_prev=program_prefix ;;
511 -program-prefix=* | --program-prefix=* | --program-prefi=* \
512 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
513 program_prefix=$ac_optarg ;;
514
515 -program-suffix | --program-suffix | --program-suffi | --program-suff \
516 | --program-suf | --program-su | --program-s)
517 ac_prev=program_suffix ;;
518 -program-suffix=* | --program-suffix=* | --program-suffi=* \
519 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
520 program_suffix=$ac_optarg ;;
521
522 -program-transform-name | --program-transform-name \
523 | --program-transform-nam | --program-transform-na \
524 | --program-transform-n | --program-transform- \
525 | --program-transform | --program-transfor \
526 | --program-transfo | --program-transf \
527 | --program-trans | --program-tran \
528 | --progr-tra | --program-tr | --program-t)
529 ac_prev=program_transform_name ;;
530 -program-transform-name=* | --program-transform-name=* \
531 | --program-transform-nam=* | --program-transform-na=* \
532 | --program-transform-n=* | --program-transform-=* \
533 | --program-transform=* | --program-transfor=* \
534 | --program-transfo=* | --program-transf=* \
535 | --program-trans=* | --program-tran=* \
536 | --progr-tra=* | --program-tr=* | --program-t=*)
537 program_transform_name=$ac_optarg ;;
538
539 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540 | -silent | --silent | --silen | --sile | --sil)
541 silent=yes ;;
542
543 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
544 ac_prev=sbindir ;;
545 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
546 | --sbi=* | --sb=*)
547 sbindir=$ac_optarg ;;
548
549 -sharedstatedir | --sharedstatedir | --sharedstatedi \
550 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551 | --sharedst | --shareds | --shared | --share | --shar \
552 | --sha | --sh)
553 ac_prev=sharedstatedir ;;
554 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
557 | --sha=* | --sh=*)
558 sharedstatedir=$ac_optarg ;;
559
560 -site | --site | --sit)
561 ac_prev=site ;;
562 -site=* | --site=* | --sit=*)
563 site=$ac_optarg ;;
564
565 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
566 ac_prev=srcdir ;;
567 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568 srcdir=$ac_optarg ;;
569
570 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571 | --syscon | --sysco | --sysc | --sys | --sy)
572 ac_prev=sysconfdir ;;
573 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
575 sysconfdir=$ac_optarg ;;
576
577 -target | --target | --targe | --targ | --tar | --ta | --t)
578 ac_prev=target_alias ;;
579 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
580 target_alias=$ac_optarg ;;
581
582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
583 verbose=yes ;;
584
585 -version | --version | --versio | --versi | --vers | -V)
586 ac_init_version=: ;;
587
588 -with-* | --with-*)
589 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
590 # Reject names that are not valid shell variable names.
591 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
592 { echo "$as_me: error: invalid package name: $ac_package" >&2
593 { (exit 1); exit 1; }; }
594 ac_package=`echo $ac_package| sed 's/-/_/g'`
595 case $ac_option in
596 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 *) ac_optarg=yes ;;
598 esac
599 eval "with_$ac_package='$ac_optarg'" ;;
600
601 -without-* | --without-*)
602 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
603 # Reject names that are not valid shell variable names.
604 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
605 { echo "$as_me: error: invalid package name: $ac_package" >&2
606 { (exit 1); exit 1; }; }
607 ac_package=`echo $ac_package | sed 's/-/_/g'`
608 eval "with_$ac_package=no" ;;
609
610 --x)
611 # Obsolete; use --with-x.
612 with_x=yes ;;
613
614 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615 | --x-incl | --x-inc | --x-in | --x-i)
616 ac_prev=x_includes ;;
617 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
619 x_includes=$ac_optarg ;;
620
621 -x-libraries | --x-libraries | --x-librarie | --x-librari \
622 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623 ac_prev=x_libraries ;;
624 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
626 x_libraries=$ac_optarg ;;
627
628 -*) { echo "$as_me: error: unrecognized option: $ac_option
629 Try \`$0 --help' for more information." >&2
630 { (exit 1); exit 1; }; }
631 ;;
632
633 *=*)
634 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
635 # Reject names that are not valid shell variable names.
636 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
637 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638 { (exit 1); exit 1; }; }
639 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640 eval "$ac_envvar='$ac_optarg'"
641 export $ac_envvar ;;
642
643 *)
644 # FIXME: should be removed in autoconf 3.0.
645 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
647 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
649 ;;
650
651 esac
652 done
653
654 if test -n "$ac_prev"; then
655 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
656 { echo "$as_me: error: missing argument to $ac_option" >&2
657 { (exit 1); exit 1; }; }
658 fi
659
660 # Be sure to have absolute paths.
661 for ac_var in exec_prefix prefix
662 do
663 eval ac_val=$`echo $ac_var`
664 case $ac_val in
665 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
666 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
667 { (exit 1); exit 1; }; };;
668 esac
669 done
670
671 # Be sure to have absolute paths.
672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
673 localstatedir libdir includedir oldincludedir infodir mandir
674 do
675 eval ac_val=$`echo $ac_var`
676 case $ac_val in
677 [\\/$]* | ?:[\\/]* ) ;;
678 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679 { (exit 1); exit 1; }; };;
680 esac
681 done
682
683 # There might be people who depend on the old broken behavior: `$host'
684 # used to hold the argument of --host etc.
685 # FIXME: To remove some day.
686 build=$build_alias
687 host=$host_alias
688 target=$target_alias
689
690 # FIXME: To remove some day.
691 if test "x$host_alias" != x; then
692 if test "x$build_alias" = x; then
693 cross_compiling=maybe
694 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695 If a cross compiler is detected then cross compile mode will be used." >&2
696 elif test "x$build_alias" != "x$host_alias"; then
697 cross_compiling=yes
698 fi
699 fi
700
701 ac_tool_prefix=
702 test -n "$host_alias" && ac_tool_prefix=$host_alias-
703
704 test "$silent" = yes && exec 6>/dev/null
705
706
707 # Find the source files, if location was not specified.
708 if test -z "$srcdir"; then
709 ac_srcdir_defaulted=yes
710 # Try the directory containing this script, then its parent.
711 ac_confdir=`(dirname "$0") 2>/dev/null ||
712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
713 X"$0" : 'X\(//\)[^/]' \| \
714 X"$0" : 'X\(//\)$' \| \
715 X"$0" : 'X\(/\)' \| \
716 . : '\(.\)' 2>/dev/null ||
717 echo X"$0" |
718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720 /^X\(\/\/\)$/{ s//\1/; q; }
721 /^X\(\/\).*/{ s//\1/; q; }
722 s/.*/./; q'`
723 srcdir=$ac_confdir
724 if test ! -r $srcdir/$ac_unique_file; then
725 srcdir=..
726 fi
727 else
728 ac_srcdir_defaulted=no
729 fi
730 if test ! -r $srcdir/$ac_unique_file; then
731 if test "$ac_srcdir_defaulted" = yes; then
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
733 { (exit 1); exit 1; }; }
734 else
735 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
736 { (exit 1); exit 1; }; }
737 fi
738 fi
739 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
740 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741 { (exit 1); exit 1; }; }
742 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743 ac_env_build_alias_set=${build_alias+set}
744 ac_env_build_alias_value=$build_alias
745 ac_cv_env_build_alias_set=${build_alias+set}
746 ac_cv_env_build_alias_value=$build_alias
747 ac_env_host_alias_set=${host_alias+set}
748 ac_env_host_alias_value=$host_alias
749 ac_cv_env_host_alias_set=${host_alias+set}
750 ac_cv_env_host_alias_value=$host_alias
751 ac_env_target_alias_set=${target_alias+set}
752 ac_env_target_alias_value=$target_alias
753 ac_cv_env_target_alias_set=${target_alias+set}
754 ac_cv_env_target_alias_value=$target_alias
755 ac_env_CC_set=${CC+set}
756 ac_env_CC_value=$CC
757 ac_cv_env_CC_set=${CC+set}
758 ac_cv_env_CC_value=$CC
759 ac_env_CFLAGS_set=${CFLAGS+set}
760 ac_env_CFLAGS_value=$CFLAGS
761 ac_cv_env_CFLAGS_set=${CFLAGS+set}
762 ac_cv_env_CFLAGS_value=$CFLAGS
763 ac_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_env_LDFLAGS_value=$LDFLAGS
765 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_cv_env_LDFLAGS_value=$LDFLAGS
767 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_env_CPPFLAGS_value=$CPPFLAGS
769 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
771 ac_env_CPP_set=${CPP+set}
772 ac_env_CPP_value=$CPP
773 ac_cv_env_CPP_set=${CPP+set}
774 ac_cv_env_CPP_value=$CPP
775 ac_env_CXX_set=${CXX+set}
776 ac_env_CXX_value=$CXX
777 ac_cv_env_CXX_set=${CXX+set}
778 ac_cv_env_CXX_value=$CXX
779 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
780 ac_env_CXXFLAGS_value=$CXXFLAGS
781 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
782 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
783 ac_env_CXXCPP_set=${CXXCPP+set}
784 ac_env_CXXCPP_value=$CXXCPP
785 ac_cv_env_CXXCPP_set=${CXXCPP+set}
786 ac_cv_env_CXXCPP_value=$CXXCPP
787
788 #
789 # Report the --help message.
790 #
791 if test "$ac_init_help" = "long"; then
792 # Omit some internal or obsolete options to make the list less imposing.
793 # This message is too long to be a string in the A/UX 3.1 sh.
794 cat <<_ACEOF
795 \`configure' configures wxWindows 2.5.0 to adapt to many kinds of systems.
796
797 Usage: $0 [OPTION]... [VAR=VALUE]...
798
799 To assign environment variables (e.g., CC, CFLAGS...), specify them as
800 VAR=VALUE. See below for descriptions of some of the useful variables.
801
802 Defaults for the options are specified in brackets.
803
804 Configuration:
805 -h, --help display this help and exit
806 --help=short display options specific to this package
807 --help=recursive display the short help of all the included packages
808 -V, --version display version information and exit
809 -q, --quiet, --silent do not print \`checking...' messages
810 --cache-file=FILE cache test results in FILE [disabled]
811 -C, --config-cache alias for \`--cache-file=config.cache'
812 -n, --no-create do not create output files
813 --srcdir=DIR find the sources in DIR [configure dir or \`..']
814
815 _ACEOF
816
817 cat <<_ACEOF
818 Installation directories:
819 --prefix=PREFIX install architecture-independent files in PREFIX
820 [$ac_default_prefix]
821 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
822 [PREFIX]
823
824 By default, \`make install' will install all the files in
825 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
826 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
827 for instance \`--prefix=\$HOME'.
828
829 For better control, use the options below.
830
831 Fine tuning of the installation directories:
832 --bindir=DIR user executables [EPREFIX/bin]
833 --sbindir=DIR system admin executables [EPREFIX/sbin]
834 --libexecdir=DIR program executables [EPREFIX/libexec]
835 --datadir=DIR read-only architecture-independent data [PREFIX/share]
836 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
837 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
838 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
839 --libdir=DIR object code libraries [EPREFIX/lib]
840 --includedir=DIR C header files [PREFIX/include]
841 --oldincludedir=DIR C header files for non-gcc [/usr/include]
842 --infodir=DIR info documentation [PREFIX/info]
843 --mandir=DIR man documentation [PREFIX/man]
844 _ACEOF
845
846 cat <<\_ACEOF
847
848 X features:
849 --x-includes=DIR X include files are in DIR
850 --x-libraries=DIR X library files are in DIR
851
852 System types:
853 --build=BUILD configure for building on BUILD [guessed]
854 --host=HOST cross-compile to build programs to run on HOST [BUILD]
855 --target=TARGET configure for building compilers for TARGET [HOST]
856 _ACEOF
857 fi
858
859 if test -n "$ac_init_help"; then
860 case $ac_init_help in
861 short | recursive ) echo "Configuration of wxWindows 2.5.0:";;
862 esac
863 cat <<\_ACEOF
864
865 Optional Features:
866 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
867 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
868 --enable-gui use GUI classes
869 --disable-monolithic don't build wxWindows as single library
870 --enable-universal use wxWindows GUI controls instead of native ones
871 --enable-nanox use NanoX
872 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
873 --enable-shared create shared library code
874 --enable-optimise create optimised code
875 --enable-debug same as debug_flag and debug_info
876 --enable-precomp enable use of precompiled headers (Mac OS X/Darwin)
877 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
878 --enable-debug_info create code with debugging information
879 --enable-debug_gdb create code with extra GDB debugging information
880 --enable-debug_cntxt use wxDebugContext
881 --enable-mem_tracing create code with memory tracing
882 --enable-profile create code with profiling information
883 --enable-no_rtti create code without RTTI information
884 --enable-no_exceptions create code without C++ exceptions handling
885 --enable-permissive compile code disregarding strict ANSI
886 --enable-no_deps create code without dependency information
887 --enable-compat20 enable wxWindows 2.0 compatibility
888 --enable-compat22 enable wxWindows 2.2 compatibility
889 --disable-compat24 disable wxWindows 2.4 compatibility
890 --enable-rpath=DIR output the rpath flag from wx-config
891 --enable-intl use internationalization system
892 --enable-config use wxConfig (and derived) classes
893 --enable-protocols use wxProtocol and derived classes
894 --enable-ftp use wxFTP (requires wxProtocol
895 --enable-http use wxHTTP (requires wxProtocol
896 --enable-fileproto use wxFileProto class (requires wxProtocol
897 --enable-sockets use socket/network classes
898 --enable-ole use OLE classes
899 --enable-dataobj use data object classes
900 --enable-ipc use interprocess communication (wxSocket etc.)
901 --enable-cmdline use wxCmdLineParser class
902 --enable-datetime use wxDateTime class
903 --enable-stopwatch use wxStopWatch class
904 --enable-dialupman use dialup network classes
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-timer use wxTimer class
907 --enable-wave use wxWave class
908 --enable-fraction use wxFraction class
909 --enable-dynlib use wxLibrary class for DLL loading
910 --enable-dynamicloader use (new) wxDynamicLibrary class
911 --enable-longlong use wxLongLong class
912 --enable-geometry use geometry class
913 --enable-log use logging system
914 --enable-streams use wxStream etc classes
915 --enable-file use wxFile classes
916 --enable-ffile use wxFFile classes
917 --enable-textbuf use wxTextBuffer class
918 --enable-textfile use wxTextFile class
919 --enable-fontmap use font encodings conversion classes
920 --enable-unicode compile wxString with Unicode support
921 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)
922 --enable-wxprintfv use wxWindows implementation of vprintf()
923 --enable-std_iostreams use standard C++ stream classes
924 --enable-filesystem use virtual file systems classes
925 --enable-fs_inet use virtual HTTP/FTP filesystems
926 --enable-fs_zip use virtual ZIP filesystems
927 --enable-zipstream use wxZipInputStream
928 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException
929 --enable-snglinst use wxSingleInstanceChecker class
930 --enable-mimetype use wxMimeTypesManager
931 --enable-sysoptions use wxSystemOptions
932 --enable-url use wxURL class
933 --enable-protocol use wxProtocol class
934 --enable-protocol-http HTTP support in wxProtocol
935 --enable-protocol-ftp FTP support in wxProtocol
936 --enable-protocol-file FILE support in wxProtocol
937 --enable-threads use threads
938 --enable-docview use document view architecture
939 --enable-help use help subsystem
940 --enable-mshtmlhelp use MS HTML Help (win32)
941 --enable-html use wxHTML sub-library
942 --enable-htmlhelp use wxHTML-based help
943 --enable-constraints use layout-constraints system
944 --enable-printarch use printing architecture
945 --enable-mdi use multiple document interface architecture
946 --enable-loggui use standard GUI logger
947 --enable-logwin use wxLogWindow
948 --enable-logdialog use wxLogDialog
949 --enable-postscript use wxPostscriptDC device context (default for gtk+)
950 --enable-prologio not available; see contrib
951 --enable-resources not available; see contrib
952 --enable-clipboard use wxClipboard class
953 --enable-dnd use Drag'n'Drop classes
954 --enable-metafile use win32 metafiles
955 --enable-controls use all usual controls
956 --enable-accel use accelerators
957 --enable-button use wxButton class
958 --enable-bmpbutton use wxBitmapButton class
959 --enable-calendar use wxCalendarCtrl class
960 --enable-caret use wxCaret class
961 --enable-checkbox use wxCheckBox class
962 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
963 --enable-choice use wxChoice class
964 --enable-combobox use wxComboBox class
965 --enable-display use wxDisplay class
966 --enable-gauge use wxGauge class
967 --enable-grid use wxGrid class
968 --enable-imaglist use wxImageList class
969 --enable-listbox use wxListBox class
970 --enable-listctrl use wxListCtrl class
971 --enable-notebook use wxNotebook class
972 --enable-radiobox use wxRadioBox class
973 --enable-radiobtn use wxRadioButton class
974 --enable-sash use wxSashWindow class
975 --enable-scrollbar use wxScrollBar class and scrollable windows
976 --enable-slider use wxSlider class
977 --enable-spinbtn use wxSpinButton class
978 --enable-spinctrl use wxSpinCtrl class
979 --enable-splitter use wxSplitterWindow class
980 --enable-statbmp use wxStaticBitmap class
981 --enable-statbox use wxStaticBox class
982 --enable-statline use wxStaticLine class
983 --enable-stattext use wxStaticText class
984 --enable-statusbar use wxStatusBar class
985 --enable-tabdialog use wxTabControl class
986 --enable-textctrl use wxTextCtrl class
987 --enable-togglebtn use wxToggleButton class
988 --enable-toolbar use wxToolBar class
989 --enable-tbarnative use native wxToolBar class
990 --enable-tbarsmpl use wxToolBarSimple class
991 --enable-treectrl use wxTreeCtrl class
992 --enable-tipwindow use wxTipWindow class
993 --enable-popupwin use wxPopUpWindow class
994 --enable-commondlg use all common dialogs
995 --enable-choicedlg use wxChoiceDialog
996 --enable-coldlg use wxColourDialog
997 --enable-filedlg use wxFileDialog
998 --enable-finddlg use wxFindReplaceDialog
999 --enable-fontdlg use wxFontDialog
1000 --enable-dirdlg use wxDirDialog
1001 --enable-msgdlg use wxMessageDialog
1002 --enable-numberdlg use wxNumberEntryDialog
1003 --enable-splash use wxSplashScreen
1004 --enable-textdlg use wxTextDialog
1005 --enable-tipdlg use startup tips
1006 --enable-progressdlg use wxProgressDialog
1007 --enable-wizarddlg use wxWizard
1008 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1009 --enable-miniframe use wxMiniFrame class
1010 --enable-tooltips use wxToolTip class
1011 --enable-splines use spline drawing code
1012 --enable-validators use wxValidator and derived classes
1013 --enable-busyinfo use wxBusyInfo
1014 --enable-joystick use wxJoystick (Linux only)
1015 --enable-metafiles use wxMetaFile (Windows only)
1016 --enable-dragimage use wxDragImage
1017 --enable-accessibility enable accessibility support
1018 --enable-palette use wxPalette class
1019 --enable-image use wxImage class
1020 --enable-gif use gif images (GIF file format)
1021 --enable-pcx use pcx images (PCX file format)
1022 --enable-iff use iff images (IFF file format)
1023 --enable-pnm use pnm images (PNM file format)
1024 --enable-xpm use xpm images (XPM file format)
1025 --enable-icocur use Windows ICO and CUR formats
1026 --disable-largefile omit support for large files
1027 --disable-gtktest do not try to compile and run a test GTK+ program
1028 --disable-gtktest Do not try to compile and run a test GTK program
1029
1030 Optional Packages:
1031 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1032 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1033 --with-gtk use GTK+
1034 --with-motif use Motif/Lesstif
1035 --with-mac use Mac OS X
1036 --with-cocoa use Cocoa
1037 --with-wine use Wine
1038 --with-msw use MS-Windows
1039 --with-pm use OS/2 Presentation Manager
1040 --with-mgl use SciTech MGL
1041 --with-microwin use MicroWindows
1042 --with-x11 use X11
1043 --with-libpng use libpng (PNG image format)
1044 --with-libjpeg use libjpeg (JPEG file format)
1045 --with-libtiff use libtiff (TIFF file format)
1046 --with-opengl use OpenGL (or Mesa)
1047 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1048 --with-regex enable support for wxRegEx class
1049 --with-zlib use zlib for LZW compression
1050 --with-odbc use the IODBC and wxODBC classes
1051 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1052 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1053 --with-x use the X Window System
1054 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1055
1056 Some influential environment variables:
1057 CC C compiler command
1058 CFLAGS C compiler flags
1059 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1060 nonstandard directory <lib dir>
1061 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1062 headers in a nonstandard directory <include dir>
1063 CPP C preprocessor
1064 CXX C++ compiler command
1065 CXXFLAGS C++ compiler flags
1066 CXXCPP C++ preprocessor
1067
1068 Use these variables to override the choices made by `configure' or to help
1069 it to find libraries and programs with nonstandard names/locations.
1070
1071 Report bugs to <wx-dev@lists.wxwindows.org>.
1072 _ACEOF
1073 fi
1074
1075 if test "$ac_init_help" = "recursive"; then
1076 # If there are subdirs, report their specific --help.
1077 ac_popdir=`pwd`
1078 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1079 test -d $ac_dir || continue
1080 ac_builddir=.
1081
1082 if test "$ac_dir" != .; then
1083 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1084 # A "../" for each directory in $ac_dir_suffix.
1085 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1086 else
1087 ac_dir_suffix= ac_top_builddir=
1088 fi
1089
1090 case $srcdir in
1091 .) # No --srcdir option. We are building in place.
1092 ac_srcdir=.
1093 if test -z "$ac_top_builddir"; then
1094 ac_top_srcdir=.
1095 else
1096 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1097 fi ;;
1098 [\\/]* | ?:[\\/]* ) # Absolute path.
1099 ac_srcdir=$srcdir$ac_dir_suffix;
1100 ac_top_srcdir=$srcdir ;;
1101 *) # Relative path.
1102 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1103 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1104 esac
1105 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1106 # absolute.
1107 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1108 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1109 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1110 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1111
1112 cd $ac_dir
1113 # Check for guested configure; otherwise get Cygnus style configure.
1114 if test -f $ac_srcdir/configure.gnu; then
1115 echo
1116 $SHELL $ac_srcdir/configure.gnu --help=recursive
1117 elif test -f $ac_srcdir/configure; then
1118 echo
1119 $SHELL $ac_srcdir/configure --help=recursive
1120 elif test -f $ac_srcdir/configure.ac ||
1121 test -f $ac_srcdir/configure.in; then
1122 echo
1123 $ac_configure --help
1124 else
1125 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1126 fi
1127 cd $ac_popdir
1128 done
1129 fi
1130
1131 test -n "$ac_init_help" && exit 0
1132 if $ac_init_version; then
1133 cat <<\_ACEOF
1134 wxWindows configure 2.5.0
1135 generated by GNU Autoconf 2.57
1136
1137 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1138 Free Software Foundation, Inc.
1139 This configure script is free software; the Free Software Foundation
1140 gives unlimited permission to copy, distribute and modify it.
1141 _ACEOF
1142 exit 0
1143 fi
1144 exec 5>config.log
1145 cat >&5 <<_ACEOF
1146 This file contains any messages produced by compilers while
1147 running configure, to aid debugging if configure makes a mistake.
1148
1149 It was created by wxWindows $as_me 2.5.0, which was
1150 generated by GNU Autoconf 2.57. Invocation command line was
1151
1152 $ $0 $@
1153
1154 _ACEOF
1155 {
1156 cat <<_ASUNAME
1157 ## --------- ##
1158 ## Platform. ##
1159 ## --------- ##
1160
1161 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1162 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1163 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1164 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1165 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1166
1167 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1168 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1169
1170 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1171 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1172 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1173 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1174 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1175 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1176 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1177
1178 _ASUNAME
1179
1180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1181 for as_dir in $PATH
1182 do
1183 IFS=$as_save_IFS
1184 test -z "$as_dir" && as_dir=.
1185 echo "PATH: $as_dir"
1186 done
1187
1188 } >&5
1189
1190 cat >&5 <<_ACEOF
1191
1192
1193 ## ----------- ##
1194 ## Core tests. ##
1195 ## ----------- ##
1196
1197 _ACEOF
1198
1199
1200 # Keep a trace of the command line.
1201 # Strip out --no-create and --no-recursion so they do not pile up.
1202 # Strip out --silent because we don't want to record it for future runs.
1203 # Also quote any args containing shell meta-characters.
1204 # Make two passes to allow for proper duplicate-argument suppression.
1205 ac_configure_args=
1206 ac_configure_args0=
1207 ac_configure_args1=
1208 ac_sep=
1209 ac_must_keep_next=false
1210 for ac_pass in 1 2
1211 do
1212 for ac_arg
1213 do
1214 case $ac_arg in
1215 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1216 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1217 | -silent | --silent | --silen | --sile | --sil)
1218 continue ;;
1219 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1220 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1221 esac
1222 case $ac_pass in
1223 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1224 2)
1225 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1226 if test $ac_must_keep_next = true; then
1227 ac_must_keep_next=false # Got value, back to normal.
1228 else
1229 case $ac_arg in
1230 *=* | --config-cache | -C | -disable-* | --disable-* \
1231 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1232 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1233 | -with-* | --with-* | -without-* | --without-* | --x)
1234 case "$ac_configure_args0 " in
1235 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1236 esac
1237 ;;
1238 -* ) ac_must_keep_next=true ;;
1239 esac
1240 fi
1241 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1242 # Get rid of the leading space.
1243 ac_sep=" "
1244 ;;
1245 esac
1246 done
1247 done
1248 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1249 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1250
1251 # When interrupted or exit'd, cleanup temporary files, and complete
1252 # config.log. We remove comments because anyway the quotes in there
1253 # would cause problems or look ugly.
1254 # WARNING: Be sure not to use single quotes in there, as some shells,
1255 # such as our DU 5.0 friend, will then `close' the trap.
1256 trap 'exit_status=$?
1257 # Save into config.log some information that might help in debugging.
1258 {
1259 echo
1260
1261 cat <<\_ASBOX
1262 ## ---------------- ##
1263 ## Cache variables. ##
1264 ## ---------------- ##
1265 _ASBOX
1266 echo
1267 # The following way of writing the cache mishandles newlines in values,
1268 {
1269 (set) 2>&1 |
1270 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1271 *ac_space=\ *)
1272 sed -n \
1273 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1274 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1275 ;;
1276 *)
1277 sed -n \
1278 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1279 ;;
1280 esac;
1281 }
1282 echo
1283
1284 cat <<\_ASBOX
1285 ## ----------------- ##
1286 ## Output variables. ##
1287 ## ----------------- ##
1288 _ASBOX
1289 echo
1290 for ac_var in $ac_subst_vars
1291 do
1292 eval ac_val=$`echo $ac_var`
1293 echo "$ac_var='"'"'$ac_val'"'"'"
1294 done | sort
1295 echo
1296
1297 if test -n "$ac_subst_files"; then
1298 cat <<\_ASBOX
1299 ## ------------- ##
1300 ## Output files. ##
1301 ## ------------- ##
1302 _ASBOX
1303 echo
1304 for ac_var in $ac_subst_files
1305 do
1306 eval ac_val=$`echo $ac_var`
1307 echo "$ac_var='"'"'$ac_val'"'"'"
1308 done | sort
1309 echo
1310 fi
1311
1312 if test -s confdefs.h; then
1313 cat <<\_ASBOX
1314 ## ----------- ##
1315 ## confdefs.h. ##
1316 ## ----------- ##
1317 _ASBOX
1318 echo
1319 sed "/^$/d" confdefs.h | sort
1320 echo
1321 fi
1322 test "$ac_signal" != 0 &&
1323 echo "$as_me: caught signal $ac_signal"
1324 echo "$as_me: exit $exit_status"
1325 } >&5
1326 rm -f core core.* *.core &&
1327 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1328 exit $exit_status
1329 ' 0
1330 for ac_signal in 1 2 13 15; do
1331 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1332 done
1333 ac_signal=0
1334
1335 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1336 rm -rf conftest* confdefs.h
1337 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1338 echo >confdefs.h
1339
1340 # Predefined preprocessor variables.
1341
1342 cat >>confdefs.h <<_ACEOF
1343 #define PACKAGE_NAME "$PACKAGE_NAME"
1344 _ACEOF
1345
1346
1347 cat >>confdefs.h <<_ACEOF
1348 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1349 _ACEOF
1350
1351
1352 cat >>confdefs.h <<_ACEOF
1353 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1354 _ACEOF
1355
1356
1357 cat >>confdefs.h <<_ACEOF
1358 #define PACKAGE_STRING "$PACKAGE_STRING"
1359 _ACEOF
1360
1361
1362 cat >>confdefs.h <<_ACEOF
1363 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1364 _ACEOF
1365
1366
1367 # Let the site file select an alternate cache file if it wants to.
1368 # Prefer explicitly selected file to automatically selected ones.
1369 if test -z "$CONFIG_SITE"; then
1370 if test "x$prefix" != xNONE; then
1371 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1372 else
1373 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1374 fi
1375 fi
1376 for ac_site_file in $CONFIG_SITE; do
1377 if test -r "$ac_site_file"; then
1378 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1379 echo "$as_me: loading site script $ac_site_file" >&6;}
1380 sed 's/^/| /' "$ac_site_file" >&5
1381 . "$ac_site_file"
1382 fi
1383 done
1384
1385 if test -r "$cache_file"; then
1386 # Some versions of bash will fail to source /dev/null (special
1387 # files actually), so we avoid doing that.
1388 if test -f "$cache_file"; then
1389 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1390 echo "$as_me: loading cache $cache_file" >&6;}
1391 case $cache_file in
1392 [\\/]* | ?:[\\/]* ) . $cache_file;;
1393 *) . ./$cache_file;;
1394 esac
1395 fi
1396 else
1397 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1398 echo "$as_me: creating cache $cache_file" >&6;}
1399 >$cache_file
1400 fi
1401
1402 # Check that the precious variables saved in the cache have kept the same
1403 # value.
1404 ac_cache_corrupted=false
1405 for ac_var in `(set) 2>&1 |
1406 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1407 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1408 eval ac_new_set=\$ac_env_${ac_var}_set
1409 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1410 eval ac_new_val="\$ac_env_${ac_var}_value"
1411 case $ac_old_set,$ac_new_set in
1412 set,)
1413 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1414 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1415 ac_cache_corrupted=: ;;
1416 ,set)
1417 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1418 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1419 ac_cache_corrupted=: ;;
1420 ,);;
1421 *)
1422 if test "x$ac_old_val" != "x$ac_new_val"; then
1423 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1424 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1425 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1426 echo "$as_me: former value: $ac_old_val" >&2;}
1427 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1428 echo "$as_me: current value: $ac_new_val" >&2;}
1429 ac_cache_corrupted=:
1430 fi;;
1431 esac
1432 # Pass precious variables to config.status.
1433 if test "$ac_new_set" = set; then
1434 case $ac_new_val in
1435 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1436 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1437 *) ac_arg=$ac_var=$ac_new_val ;;
1438 esac
1439 case " $ac_configure_args " in
1440 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1441 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1442 esac
1443 fi
1444 done
1445 if $ac_cache_corrupted; then
1446 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1447 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1448 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1449 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1450 { (exit 1); exit 1; }; }
1451 fi
1452
1453 ac_ext=c
1454 ac_cpp='$CPP $CPPFLAGS'
1455 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1456 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1457 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488 ac_aux_dir=
1489 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1490 if test -f $ac_dir/install-sh; then
1491 ac_aux_dir=$ac_dir
1492 ac_install_sh="$ac_aux_dir/install-sh -c"
1493 break
1494 elif test -f $ac_dir/install.sh; then
1495 ac_aux_dir=$ac_dir
1496 ac_install_sh="$ac_aux_dir/install.sh -c"
1497 break
1498 elif test -f $ac_dir/shtool; then
1499 ac_aux_dir=$ac_dir
1500 ac_install_sh="$ac_aux_dir/shtool install -c"
1501 break
1502 fi
1503 done
1504 if test -z "$ac_aux_dir"; then
1505 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1506 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1507 { (exit 1); exit 1; }; }
1508 fi
1509 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1510 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1511 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1512
1513 # Make sure we can run config.sub.
1514 $ac_config_sub sun4 >/dev/null 2>&1 ||
1515 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1516 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1517 { (exit 1); exit 1; }; }
1518
1519 echo "$as_me:$LINENO: checking build system type" >&5
1520 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1521 if test "${ac_cv_build+set}" = set; then
1522 echo $ECHO_N "(cached) $ECHO_C" >&6
1523 else
1524 ac_cv_build_alias=$build_alias
1525 test -z "$ac_cv_build_alias" &&
1526 ac_cv_build_alias=`$ac_config_guess`
1527 test -z "$ac_cv_build_alias" &&
1528 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1529 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1530 { (exit 1); exit 1; }; }
1531 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1532 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1533 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1534 { (exit 1); exit 1; }; }
1535
1536 fi
1537 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1538 echo "${ECHO_T}$ac_cv_build" >&6
1539 build=$ac_cv_build
1540 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1541 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1542 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1543
1544
1545 echo "$as_me:$LINENO: checking host system type" >&5
1546 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1547 if test "${ac_cv_host+set}" = set; then
1548 echo $ECHO_N "(cached) $ECHO_C" >&6
1549 else
1550 ac_cv_host_alias=$host_alias
1551 test -z "$ac_cv_host_alias" &&
1552 ac_cv_host_alias=$ac_cv_build_alias
1553 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1554 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1555 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1556 { (exit 1); exit 1; }; }
1557
1558 fi
1559 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1560 echo "${ECHO_T}$ac_cv_host" >&6
1561 host=$ac_cv_host
1562 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1563 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1564 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1565
1566
1567 echo "$as_me:$LINENO: checking target system type" >&5
1568 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1569 if test "${ac_cv_target+set}" = set; then
1570 echo $ECHO_N "(cached) $ECHO_C" >&6
1571 else
1572 ac_cv_target_alias=$target_alias
1573 test "x$ac_cv_target_alias" = "x" &&
1574 ac_cv_target_alias=$ac_cv_host_alias
1575 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1576 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1577 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1578 { (exit 1); exit 1; }; }
1579
1580 fi
1581 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1582 echo "${ECHO_T}$ac_cv_target" >&6
1583 target=$ac_cv_target
1584 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1585 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1586 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1587
1588
1589 # The aliases save the names the user supplied, while $host etc.
1590 # will get canonicalized.
1591 test -n "$target_alias" &&
1592 test "$program_prefix$program_suffix$program_transform_name" = \
1593 NONENONEs,x,x, &&
1594 program_prefix=${target_alias}-
1595
1596
1597
1598 WX_MAJOR_VERSION_NUMBER=2
1599 WX_MINOR_VERSION_NUMBER=5
1600 WX_RELEASE_NUMBER=0
1601
1602 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1603 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1604
1605 WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1606
1607 WX_CURRENT=0
1608 WX_REVISION=0
1609 WX_AGE=0
1610
1611
1612
1613 USE_UNIX=1
1614 USE_WIN32=0
1615 USE_DOS=0
1616 USE_BEOS=0
1617 USE_MAC=0
1618
1619 USE_AIX=
1620 USE_BSD= USE_DARWIN= USE_FREEBSD=
1621 USE_GNU= USE_HPUX=
1622 USE_LINUX=
1623 USE_NETBSD=
1624 USE_OPENBSD=
1625 USE_OSF= USE_SGI=
1626 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1627 USE_ULTRIX=
1628 USE_UNIXWARE=
1629
1630 USE_ALPHA=
1631
1632 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1633
1634 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1635
1636 DEFAULT_wxUSE_COCOA=0
1637 DEFAULT_wxUSE_GTK=0
1638 DEFAULT_wxUSE_MAC=0
1639 DEFAULT_wxUSE_MGL=0
1640 DEFAULT_wxUSE_MICROWIN=0
1641 DEFAULT_wxUSE_MOTIF=0
1642 DEFAULT_wxUSE_MSW=0
1643 DEFAULT_wxUSE_PM=0
1644 DEFAULT_wxUSE_X11=0
1645
1646 DEFAULT_DEFAULT_wxUSE_COCOA=0
1647 DEFAULT_DEFAULT_wxUSE_GTK=0
1648 DEFAULT_DEFAULT_wxUSE_MAC=0
1649 DEFAULT_DEFAULT_wxUSE_MGL=0
1650 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1651 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1652 DEFAULT_DEFAULT_wxUSE_MSW=0
1653 DEFAULT_DEFAULT_wxUSE_PM=0
1654 DEFAULT_DEFAULT_wxUSE_X11=0
1655
1656 PROGRAM_EXT=
1657 SO_SUFFIX=so
1658 SAMPLES_RPATH_FLAG=
1659
1660 case "${host}" in
1661 *-hp-hpux* )
1662 USE_HPUX=1
1663 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1664 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1665 SO_SUFFIX=sl
1666 cat >>confdefs.h <<\_ACEOF
1667 #define __HPUX__ 1
1668 _ACEOF
1669
1670 ;;
1671 *-*-linux* )
1672 USE_LINUX=1
1673 cat >>confdefs.h <<\_ACEOF
1674 #define __LINUX__ 1
1675 _ACEOF
1676
1677 TMP=`uname -m`
1678 if test "x$TMP" = "xalpha"; then
1679 USE_ALPHA=1
1680 cat >>confdefs.h <<\_ACEOF
1681 #define __ALPHA__ 1
1682 _ACEOF
1683
1684 fi
1685 DEFAULT_DEFAULT_wxUSE_GTK=1
1686 ;;
1687 *-*-gnu* )
1688 USE_GNU=1
1689 cat >>confdefs.h <<\_ACEOF
1690 #define __GNU__ 1
1691 _ACEOF
1692
1693 TMP=`uname -m`
1694 if test "x$TMP" = "xalpha"; then
1695 USE_ALPHA=1
1696 cat >>confdefs.h <<\_ACEOF
1697 #define __ALPHA__ 1
1698 _ACEOF
1699
1700 fi
1701 DEFAULT_DEFAULT_wxUSE_GTK=1
1702 ;;
1703 *-*-irix5* | *-*-irix6* )
1704 USE_SGI=1
1705 USE_SVR4=1
1706 cat >>confdefs.h <<\_ACEOF
1707 #define __SGI__ 1
1708 _ACEOF
1709
1710 cat >>confdefs.h <<\_ACEOF
1711 #define __SVR4__ 1
1712 _ACEOF
1713
1714 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1715 ;;
1716 *-*-solaris2* )
1717 USE_SUN=1
1718 USE_SOLARIS=1
1719 USE_SVR4=1
1720 cat >>confdefs.h <<\_ACEOF
1721 #define __SUN__ 1
1722 _ACEOF
1723
1724 cat >>confdefs.h <<\_ACEOF
1725 #define __SOLARIS__ 1
1726 _ACEOF
1727
1728 cat >>confdefs.h <<\_ACEOF
1729 #define __SVR4__ 1
1730 _ACEOF
1731
1732 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1733 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1734 ;;
1735 *-*-sunos4* )
1736 USE_SUN=1
1737 USE_SUNOS=1
1738 USE_BSD=1
1739 cat >>confdefs.h <<\_ACEOF
1740 #define __SUN__ 1
1741 _ACEOF
1742
1743 cat >>confdefs.h <<\_ACEOF
1744 #define __SUNOS__ 1
1745 _ACEOF
1746
1747 cat >>confdefs.h <<\_ACEOF
1748 #define __BSD__ 1
1749 _ACEOF
1750
1751 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1752 ;;
1753 *-*-freebsd*)
1754 USE_BSD=1
1755 USE_FREEBSD=1
1756 cat >>confdefs.h <<\_ACEOF
1757 #define __FREEBSD__ 1
1758 _ACEOF
1759
1760 cat >>confdefs.h <<\_ACEOF
1761 #define __BSD__ 1
1762 _ACEOF
1763
1764 DEFAULT_DEFAULT_wxUSE_GTK=1
1765 ;;
1766 *-*-openbsd*)
1767 USE_BSD=1
1768 USE_OPENBSD=1
1769 cat >>confdefs.h <<\_ACEOF
1770 #define __OPENBSD__ 1
1771 _ACEOF
1772
1773 cat >>confdefs.h <<\_ACEOF
1774 #define __BSD__ 1
1775 _ACEOF
1776
1777 DEFAULT_DEFAULT_wxUSE_GTK=1
1778 ;;
1779 *-*-netbsd*)
1780 USE_BSD=1
1781 USE_NETBSD=1
1782 cat >>confdefs.h <<\_ACEOF
1783 #define __NETBSD__ 1
1784 _ACEOF
1785
1786 cat >>confdefs.h <<\_ACEOF
1787 #define __BSD__ 1
1788 _ACEOF
1789
1790 DEFAULT_DEFAULT_wxUSE_GTK=1
1791 ;;
1792 *-*-osf* )
1793 USE_ALPHA=1
1794 USE_OSF=1
1795 cat >>confdefs.h <<\_ACEOF
1796 #define __ALPHA__ 1
1797 _ACEOF
1798
1799 cat >>confdefs.h <<\_ACEOF
1800 #define __OSF__ 1
1801 _ACEOF
1802
1803 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1804 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1805 ;;
1806 *-*-dgux5* )
1807 USE_ALPHA=1
1808 USE_SVR4=1
1809 cat >>confdefs.h <<\_ACEOF
1810 #define __ALPHA__ 1
1811 _ACEOF
1812
1813 cat >>confdefs.h <<\_ACEOF
1814 #define __SVR4__ 1
1815 _ACEOF
1816
1817 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1818 ;;
1819 *-*-sysv5* )
1820 USE_SYSV=1
1821 USE_SVR4=1
1822 cat >>confdefs.h <<\_ACEOF
1823 #define __SYSV__ 1
1824 _ACEOF
1825
1826 cat >>confdefs.h <<\_ACEOF
1827 #define __SVR4__ 1
1828 _ACEOF
1829
1830 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1831 ;;
1832 *-*-aix* )
1833 USE_AIX=1
1834 USE_SYSV=1
1835 USE_SVR4=1
1836 SO_SUFFIX=a
1837 cat >>confdefs.h <<\_ACEOF
1838 #define __AIX__ 1
1839 _ACEOF
1840
1841 cat >>confdefs.h <<\_ACEOF
1842 #define __SYSV__ 1
1843 _ACEOF
1844
1845 cat >>confdefs.h <<\_ACEOF
1846 #define __SVR4__ 1
1847 _ACEOF
1848
1849 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1850 ;;
1851
1852 *-*-*UnixWare*)
1853 USE_SYSV=1
1854 USE_SVR4=1
1855 USE_UNIXWARE=1
1856 cat >>confdefs.h <<\_ACEOF
1857 #define __UNIXWARE__ 1
1858 _ACEOF
1859
1860 ;;
1861
1862 *-*-cygwin* | *-*-mingw32* )
1863 SO_SUFFIX=dll
1864 PROGRAM_EXT=".exe"
1865 RESCOMP=windres
1866 DEFAULT_DEFAULT_wxUSE_MSW=1
1867 ;;
1868
1869 *-pc-msdosdjgpp )
1870 USE_UNIX=0
1871 USE_DOS=1
1872 cat >>confdefs.h <<\_ACEOF
1873 #define __DOS__ 1
1874 _ACEOF
1875
1876 PROGRAM_EXT=".exe"
1877 DEFAULT_DEFAULT_wxUSE_MGL=1
1878 LIBS="$LIBS -lstdc++"
1879 ;;
1880
1881 *-pc-os2_emx | *-pc-os2-emx )
1882 cat >>confdefs.h <<\_ACEOF
1883 #define __EMX__ 1
1884 _ACEOF
1885
1886 PROGRAM_EXT=".exe"
1887 DEFAULT_DEFAULT_wxUSE_PM=1
1888 ;;
1889
1890 powerpc-*-darwin* )
1891 USE_BSD=1
1892 USE_DARWIN=1
1893 SO_SUFFIX=dylib
1894 cat >>confdefs.h <<\_ACEOF
1895 #define __BSD__ 1
1896 _ACEOF
1897
1898 cat >>confdefs.h <<\_ACEOF
1899 #define __DARWIN__ 1
1900 _ACEOF
1901
1902 cat >>confdefs.h <<\_ACEOF
1903 #define __POWERPC__ 1
1904 _ACEOF
1905
1906 cat >>confdefs.h <<\_ACEOF
1907 #define TARGET_CARBON 1
1908 _ACEOF
1909
1910 DEFAULT_DEFAULT_wxUSE_MAC=1
1911 ;;
1912
1913 *-*-beos* )
1914 USE_BEOS=1
1915 cat >>confdefs.h <<\_ACEOF
1916 #define __BEOS__ 1
1917 _ACEOF
1918
1919 ;;
1920
1921 *)
1922 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1923 echo "$as_me: error: unknown system type ${host}." >&2;}
1924 { (exit 1); exit 1; }; }
1925 esac
1926
1927
1928
1929
1930 wx_arg_cache_file="configarg.cache"
1931 echo "loading argument cache $wx_arg_cache_file"
1932 rm -f ${wx_arg_cache_file}.tmp
1933 touch ${wx_arg_cache_file}.tmp
1934 touch ${wx_arg_cache_file}
1935
1936
1937 DEBUG_CONFIGURE=0
1938 if test $DEBUG_CONFIGURE = 1; then
1939 DEFAULT_wxUSE_UNIVERSAL=no
1940
1941 DEFAULT_wxUSE_NANOX=no
1942
1943 DEFAULT_wxUSE_THREADS=yes
1944
1945 DEFAULT_wxUSE_SHARED=yes
1946 DEFAULT_wxUSE_OPTIMISE=no
1947 DEFAULT_wxUSE_PROFILE=no
1948 DEFAULT_wxUSE_NO_DEPS=no
1949 DEFAULT_wxUSE_NO_RTTI=no
1950 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1951 DEFAULT_wxUSE_PERMISSIVE=no
1952 DEFAULT_wxUSE_DEBUG_FLAG=yes
1953 DEFAULT_wxUSE_DEBUG_INFO=yes
1954 DEFAULT_wxUSE_DEBUG_GDB=yes
1955 DEFAULT_wxUSE_MEM_TRACING=no
1956 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1957 DEFAULT_wxUSE_DMALLOC=no
1958 DEFAULT_wxUSE_PRECOMP=no
1959 DEFAULT_wxUSE_APPLE_IEEE=no
1960
1961 DEFAULT_wxUSE_LOG=yes
1962 DEFAULT_wxUSE_LOGWINDOW=no
1963 DEFAULT_wxUSE_LOGGUI=no
1964 DEFAULT_wxUSE_LOGDIALOG=no
1965
1966 DEFAULT_wxUSE_GUI=yes
1967 DEFAULT_wxUSE_CONTROLS=no
1968
1969 DEFAULT_wxUSE_REGEX=no
1970 DEFAULT_wxUSE_ZLIB=no
1971 DEFAULT_wxUSE_LIBPNG=no
1972 DEFAULT_wxUSE_LIBJPEG=no
1973 DEFAULT_wxUSE_LIBTIFF=no
1974 DEFAULT_wxUSE_ODBC=no
1975 DEFAULT_wxUSE_OPENGL=no
1976
1977 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1978 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1979 DEFAULT_wxUSE_STD_IOSTREAM=no
1980 DEFAULT_wxUSE_CMDLINE_PARSER=no
1981 DEFAULT_wxUSE_DATETIME=no
1982 DEFAULT_wxUSE_TIMER=no
1983 DEFAULT_wxUSE_STOPWATCH=no
1984 DEFAULT_wxUSE_FILE=no
1985 DEFAULT_wxUSE_FFILE=no
1986 DEFAULT_wxUSE_TEXTBUFFER=no
1987 DEFAULT_wxUSE_TEXTFILE=no
1988 DEFAULT_wxUSE_WAVE=no
1989 DEFAULT_wxUSE_INTL=no
1990 DEFAULT_wxUSE_CONFIG=no
1991 DEFAULT_wxUSE_FONTMAP=no
1992 DEFAULT_wxUSE_STREAMS=no
1993 DEFAULT_wxUSE_SOCKETS=no
1994 DEFAULT_wxUSE_OLE=no
1995 DEFAULT_wxUSE_DATAOBJ=no
1996 DEFAULT_wxUSE_DIALUP_MANAGER=no
1997 DEFAULT_wxUSE_JOYSTICK=no
1998 DEFAULT_wxUSE_DYNLIB_CLASS=no
1999 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2000 DEFAULT_wxUSE_LONGLONG=no
2001 DEFAULT_wxUSE_GEOMETRY=no
2002
2003 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2004 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2005 DEFAULT_wxUSE_POSTSCRIPT=no
2006
2007 DEFAULT_wxUSE_CLIPBOARD=no
2008 DEFAULT_wxUSE_TOOLTIPS=no
2009 DEFAULT_wxUSE_DRAG_AND_DROP=no
2010 DEFAULT_wxUSE_DRAGIMAGE=no
2011 DEFAULT_wxUSE_SPLINES=no
2012
2013 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2014 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2015 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2016
2017 DEFAULT_wxUSE_RESOURCES=no
2018 DEFAULT_wxUSE_CONSTRAINTS=no
2019 DEFAULT_wxUSE_IPC=no
2020 DEFAULT_wxUSE_HELP=no
2021 DEFAULT_wxUSE_MS_HTML_HELP=no
2022 DEFAULT_wxUSE_WXHTML_HELP=no
2023 DEFAULT_wxUSE_TREELAYOUT=no
2024 DEFAULT_wxUSE_METAFILE=no
2025 DEFAULT_wxUSE_MIMETYPE=no
2026 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2027 DEFAULT_wxUSE_PROTOCOL=no
2028 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2029 DEFAULT_wxUSE_PROTOCOL_FTP=no
2030 DEFAULT_wxUSE_PROTOCOL_FILE=no
2031 DEFAULT_wxUSE_URL=no
2032
2033 DEFAULT_wxUSE_COMMONDLGS=no
2034 DEFAULT_wxUSE_CHOICEDLG=no
2035 DEFAULT_wxUSE_COLOURDLG=no
2036 DEFAULT_wxUSE_DIRDLG=no
2037 DEFAULT_wxUSE_FILEDLG=no
2038 DEFAULT_wxUSE_FINDREPLDLG=no
2039 DEFAULT_wxUSE_FONTDLG=no
2040 DEFAULT_wxUSE_MSGDLG=no
2041 DEFAULT_wxUSE_NUMBERDLG=no
2042 DEFAULT_wxUSE_TEXTDLG=no
2043 DEFAULT_wxUSE_SPLASH=no
2044 DEFAULT_wxUSE_STARTUP_TIPS=no
2045 DEFAULT_wxUSE_PROGRESSDLG=no
2046 DEFAULT_wxUSE_WIZARDDLG=no
2047
2048 DEFAULT_wxUSE_MENUS=no
2049 DEFAULT_wxUSE_MINIFRAME=no
2050 DEFAULT_wxUSE_HTML=no
2051 DEFAULT_wxUSE_FILESYSTEM=no
2052 DEFAULT_wxUSE_FS_INET=no
2053 DEFAULT_wxUSE_FS_ZIP=no
2054 DEFAULT_wxUSE_BUSYINFO=no
2055 DEFAULT_wxUSE_ZIPSTREAM=no
2056 DEFAULT_wxUSE_VALIDATORS=no
2057
2058 DEFAULT_wxUSE_ACCEL=no
2059 DEFAULT_wxUSE_BUTTON=no
2060 DEFAULT_wxUSE_BMPBUTTON=no
2061 DEFAULT_wxUSE_CALCTRL=no
2062 DEFAULT_wxUSE_CARET=no
2063 DEFAULT_wxUSE_CHECKBOX=no
2064 DEFAULT_wxUSE_CHECKLST=no
2065 DEFAULT_wxUSE_CHOICE=no
2066 DEFAULT_wxUSE_COMBOBOX=no
2067 DEFAULT_wxUSE_DISPLAY=no
2068 DEFAULT_wxUSE_GAUGE=no
2069 DEFAULT_wxUSE_GRID=no
2070 DEFAULT_wxUSE_IMAGLIST=no
2071 DEFAULT_wxUSE_LISTBOX=no
2072 DEFAULT_wxUSE_LISTCTRL=no
2073 DEFAULT_wxUSE_NOTEBOOK=no
2074 DEFAULT_wxUSE_RADIOBOX=no
2075 DEFAULT_wxUSE_RADIOBTN=no
2076 DEFAULT_wxUSE_SASH=no
2077 DEFAULT_wxUSE_SCROLLBAR=no
2078 DEFAULT_wxUSE_SLIDER=no
2079 DEFAULT_wxUSE_SPINBTN=no
2080 DEFAULT_wxUSE_SPINCTRL=no
2081 DEFAULT_wxUSE_SPLITTER=no
2082 DEFAULT_wxUSE_STATBMP=no
2083 DEFAULT_wxUSE_STATBOX=no
2084 DEFAULT_wxUSE_STATLINE=no
2085 DEFAULT_wxUSE_STATTEXT=no
2086 DEFAULT_wxUSE_STATUSBAR=yes
2087 DEFAULT_wxUSE_TABDIALOG=no
2088 DEFAULT_wxUSE_TEXTCTRL=no
2089 DEFAULT_wxUSE_TOGGLEBTN=no
2090 DEFAULT_wxUSE_TOOLBAR=no
2091 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2092 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2093 DEFAULT_wxUSE_TREECTRL=no
2094 DEFAULT_wxUSE_POPUPWIN=no
2095 DEFAULT_wxUSE_TIPWINDOW=no
2096
2097 DEFAULT_wxUSE_UNICODE=no
2098 DEFAULT_wxUSE_UNICODE_MSLU=no
2099 DEFAULT_wxUSE_WCSRTOMBS=no
2100
2101 DEFAULT_wxUSE_PALETTE=no
2102 DEFAULT_wxUSE_IMAGE=no
2103 DEFAULT_wxUSE_GIF=no
2104 DEFAULT_wxUSE_PCX=no
2105 DEFAULT_wxUSE_PNM=no
2106 DEFAULT_wxUSE_IFF=no
2107 DEFAULT_wxUSE_XPM=no
2108 DEFAULT_wxUSE_ICO_CUR=no
2109 DEFAULT_wxUSE_ACCESSIBILITY=no
2110
2111 DEFAULT_wxUSE_MONOLITHIC=yes
2112 else
2113 DEFAULT_wxUSE_UNIVERSAL=no
2114
2115 DEFAULT_wxUSE_NANOX=no
2116
2117 DEFAULT_wxUSE_THREADS=yes
2118
2119 DEFAULT_wxUSE_SHARED=yes
2120 DEFAULT_wxUSE_OPTIMISE=yes
2121 DEFAULT_wxUSE_PROFILE=no
2122 DEFAULT_wxUSE_NO_DEPS=no
2123 DEFAULT_wxUSE_NO_RTTI=no
2124 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2125 DEFAULT_wxUSE_PERMISSIVE=no
2126 DEFAULT_wxUSE_DEBUG_FLAG=no
2127 DEFAULT_wxUSE_DEBUG_INFO=no
2128 DEFAULT_wxUSE_DEBUG_GDB=no
2129 DEFAULT_wxUSE_MEM_TRACING=no
2130 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2131 DEFAULT_wxUSE_DMALLOC=no
2132 DEFAULT_wxUSE_PRECOMP=no
2133 DEFAULT_wxUSE_APPLE_IEEE=yes
2134
2135 DEFAULT_wxUSE_LOG=yes
2136 DEFAULT_wxUSE_LOGWINDOW=yes
2137 DEFAULT_wxUSE_LOGGUI=yes
2138 DEFAULT_wxUSE_LOGDIALOG=yes
2139
2140 DEFAULT_wxUSE_GUI=yes
2141
2142 DEFAULT_wxUSE_REGEX=yes
2143 DEFAULT_wxUSE_ZLIB=yes
2144 DEFAULT_wxUSE_LIBPNG=yes
2145 DEFAULT_wxUSE_LIBJPEG=yes
2146 DEFAULT_wxUSE_LIBTIFF=yes
2147 DEFAULT_wxUSE_ODBC=no
2148 DEFAULT_wxUSE_OPENGL=no
2149
2150 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2151 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2152 DEFAULT_wxUSE_STD_IOSTREAM=no
2153 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2154 DEFAULT_wxUSE_DATETIME=yes
2155 DEFAULT_wxUSE_TIMER=yes
2156 DEFAULT_wxUSE_STOPWATCH=yes
2157 DEFAULT_wxUSE_FILE=yes
2158 DEFAULT_wxUSE_FFILE=yes
2159 DEFAULT_wxUSE_TEXTBUFFER=yes
2160 DEFAULT_wxUSE_TEXTFILE=yes
2161 DEFAULT_wxUSE_WAVE=no
2162 DEFAULT_wxUSE_INTL=yes
2163 DEFAULT_wxUSE_CONFIG=yes
2164 DEFAULT_wxUSE_FONTMAP=yes
2165 DEFAULT_wxUSE_STREAMS=yes
2166 DEFAULT_wxUSE_SOCKETS=yes
2167 DEFAULT_wxUSE_OLE=yes
2168 DEFAULT_wxUSE_DATAOBJ=yes
2169 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2170 DEFAULT_wxUSE_JOYSTICK=yes
2171 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2172 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2173 DEFAULT_wxUSE_LONGLONG=yes
2174 DEFAULT_wxUSE_GEOMETRY=yes
2175
2176 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2177 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2178 DEFAULT_wxUSE_POSTSCRIPT=yes
2179
2180 DEFAULT_wxUSE_CLIPBOARD=yes
2181 DEFAULT_wxUSE_TOOLTIPS=yes
2182 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2183 DEFAULT_wxUSE_DRAGIMAGE=yes
2184 DEFAULT_wxUSE_SPLINES=yes
2185
2186 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2187 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2188 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2189
2190 DEFAULT_wxUSE_RESOURCES=no
2191 DEFAULT_wxUSE_CONSTRAINTS=yes
2192 DEFAULT_wxUSE_IPC=yes
2193 DEFAULT_wxUSE_HELP=yes
2194 DEFAULT_wxUSE_MS_HTML_HELP=yes
2195 DEFAULT_wxUSE_WXHTML_HELP=yes
2196 DEFAULT_wxUSE_TREELAYOUT=yes
2197 DEFAULT_wxUSE_METAFILE=yes
2198 DEFAULT_wxUSE_MIMETYPE=yes
2199 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2200 DEFAULT_wxUSE_PROTOCOL=yes
2201 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2202 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2203 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2204 DEFAULT_wxUSE_URL=yes
2205
2206 DEFAULT_wxUSE_COMMONDLGS=yes
2207 DEFAULT_wxUSE_CHOICEDLG=yes
2208 DEFAULT_wxUSE_COLOURDLG=yes
2209 DEFAULT_wxUSE_DIRDLG=yes
2210 DEFAULT_wxUSE_FILEDLG=yes
2211 DEFAULT_wxUSE_FINDREPLDLG=yes
2212 DEFAULT_wxUSE_FONTDLG=yes
2213 DEFAULT_wxUSE_MSGDLG=yes
2214 DEFAULT_wxUSE_NUMBERDLG=yes
2215 DEFAULT_wxUSE_TEXTDLG=yes
2216 DEFAULT_wxUSE_SPLASH=yes
2217 DEFAULT_wxUSE_STARTUP_TIPS=yes
2218 DEFAULT_wxUSE_PROGRESSDLG=yes
2219 DEFAULT_wxUSE_WIZARDDLG=yes
2220
2221 DEFAULT_wxUSE_MENUS=yes
2222 DEFAULT_wxUSE_MINIFRAME=yes
2223 DEFAULT_wxUSE_HTML=yes
2224 DEFAULT_wxUSE_FILESYSTEM=yes
2225 DEFAULT_wxUSE_FS_INET=yes
2226 DEFAULT_wxUSE_FS_ZIP=yes
2227 DEFAULT_wxUSE_BUSYINFO=yes
2228 DEFAULT_wxUSE_ZIPSTREAM=yes
2229 DEFAULT_wxUSE_VALIDATORS=yes
2230
2231 DEFAULT_wxUSE_ACCEL=yes
2232 DEFAULT_wxUSE_BUTTON=yes
2233 DEFAULT_wxUSE_BMPBUTTON=yes
2234 DEFAULT_wxUSE_CALCTRL=yes
2235 DEFAULT_wxUSE_CARET=yes
2236 DEFAULT_wxUSE_CHECKBOX=yes
2237 DEFAULT_wxUSE_CHECKLST=yes
2238 DEFAULT_wxUSE_CHOICE=yes
2239 DEFAULT_wxUSE_COMBOBOX=yes
2240 DEFAULT_wxUSE_DISPLAY=no
2241 DEFAULT_wxUSE_GAUGE=yes
2242 DEFAULT_wxUSE_GRID=yes
2243 DEFAULT_wxUSE_IMAGLIST=yes
2244 DEFAULT_wxUSE_LISTBOX=yes
2245 DEFAULT_wxUSE_LISTCTRL=yes
2246 DEFAULT_wxUSE_NOTEBOOK=yes
2247 DEFAULT_wxUSE_RADIOBOX=yes
2248 DEFAULT_wxUSE_RADIOBTN=yes
2249 DEFAULT_wxUSE_SASH=yes
2250 DEFAULT_wxUSE_SCROLLBAR=yes
2251 DEFAULT_wxUSE_SLIDER=yes
2252 DEFAULT_wxUSE_SPINBTN=yes
2253 DEFAULT_wxUSE_SPINCTRL=yes
2254 DEFAULT_wxUSE_SPLITTER=yes
2255 DEFAULT_wxUSE_STATBMP=yes
2256 DEFAULT_wxUSE_STATBOX=yes
2257 DEFAULT_wxUSE_STATLINE=yes
2258 DEFAULT_wxUSE_STATTEXT=yes
2259 DEFAULT_wxUSE_STATUSBAR=yes
2260 DEFAULT_wxUSE_TABDIALOG=no
2261 DEFAULT_wxUSE_TEXTCTRL=yes
2262 DEFAULT_wxUSE_TOGGLEBTN=yes
2263 DEFAULT_wxUSE_TOOLBAR=yes
2264 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2265 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2266 DEFAULT_wxUSE_TREECTRL=yes
2267 DEFAULT_wxUSE_POPUPWIN=yes
2268 DEFAULT_wxUSE_TIPWINDOW=yes
2269
2270 DEFAULT_wxUSE_UNICODE=no
2271 DEFAULT_wxUSE_UNICODE_MSLU=yes
2272 DEFAULT_wxUSE_WCSRTOMBS=no
2273
2274 DEFAULT_wxUSE_PALETTE=yes
2275 DEFAULT_wxUSE_IMAGE=yes
2276 DEFAULT_wxUSE_GIF=yes
2277 DEFAULT_wxUSE_PCX=yes
2278 DEFAULT_wxUSE_IFF=no
2279 DEFAULT_wxUSE_PNM=yes
2280 DEFAULT_wxUSE_XPM=yes
2281 DEFAULT_wxUSE_ICO_CUR=yes
2282 DEFAULT_wxUSE_ACCESSIBILITY=no
2283
2284 DEFAULT_wxUSE_MONOLITHIC=yes
2285 fi
2286
2287
2288
2289 for toolkit in `echo $ALL_TOOLKITS`; do
2290 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2291 if test "x$LINE" != "x" ; then
2292 has_toolkit_in_cache=1
2293 eval "DEFAULT_$LINE"
2294 eval "CACHE_$toolkit=1"
2295 fi
2296 done
2297
2298
2299
2300 enablestring=
2301 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2302 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2303 no_cache=0
2304 # Check whether --enable-gui or --disable-gui was given.
2305 if test "${enable_gui+set}" = set; then
2306 enableval="$enable_gui"
2307
2308 if test "$enableval" = yes; then
2309 ac_cv_use_gui='wxUSE_GUI=yes'
2310 else
2311 ac_cv_use_gui='wxUSE_GUI=no'
2312 fi
2313
2314 else
2315
2316 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2317 if test "x$LINE" != x ; then
2318 eval "DEFAULT_$LINE"
2319 else
2320 no_cache=1
2321 fi
2322
2323 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2324
2325 fi;
2326
2327 eval "$ac_cv_use_gui"
2328 if test "$no_cache" != 1; then
2329 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2330 fi
2331
2332 if test "$wxUSE_GUI" = yes; then
2333 echo "$as_me:$LINENO: result: yes" >&5
2334 echo "${ECHO_T}yes" >&6
2335 else
2336 echo "$as_me:$LINENO: result: no" >&5
2337 echo "${ECHO_T}no" >&6
2338 fi
2339
2340
2341 enablestring=
2342 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2343 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2344 no_cache=0
2345 # Check whether --enable-monolithic or --disable-monolithic was given.
2346 if test "${enable_monolithic+set}" = set; then
2347 enableval="$enable_monolithic"
2348
2349 if test "$enableval" = yes; then
2350 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2351 else
2352 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2353 fi
2354
2355 else
2356
2357 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2358 if test "x$LINE" != x ; then
2359 eval "DEFAULT_$LINE"
2360 else
2361 no_cache=1
2362 fi
2363
2364 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2365
2366 fi;
2367
2368 eval "$ac_cv_use_monolithic"
2369 if test "$no_cache" != 1; then
2370 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2371 fi
2372
2373 if test "$wxUSE_MONOLITHIC" = yes; then
2374 echo "$as_me:$LINENO: result: yes" >&5
2375 echo "${ECHO_T}yes" >&6
2376 else
2377 echo "$as_me:$LINENO: result: no" >&5
2378 echo "${ECHO_T}no" >&6
2379 fi
2380
2381
2382 if test "$wxUSE_GUI" = "yes"; then
2383
2384
2385 enablestring=
2386 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2387 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2388 no_cache=0
2389 # Check whether --enable-universal or --disable-universal was given.
2390 if test "${enable_universal+set}" = set; then
2391 enableval="$enable_universal"
2392
2393 if test "$enableval" = yes; then
2394 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2395 else
2396 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2397 fi
2398
2399 else
2400
2401 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2402 if test "x$LINE" != x ; then
2403 eval "DEFAULT_$LINE"
2404 else
2405 no_cache=1
2406 fi
2407
2408 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2409
2410 fi;
2411
2412 eval "$ac_cv_use_universal"
2413 if test "$no_cache" != 1; then
2414 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2415 fi
2416
2417 if test "$wxUSE_UNIVERSAL" = yes; then
2418 echo "$as_me:$LINENO: result: yes" >&5
2419 echo "${ECHO_T}yes" >&6
2420 else
2421 echo "$as_me:$LINENO: result: no" >&5
2422 echo "${ECHO_T}no" >&6
2423 fi
2424
2425
2426 # Check whether --with-gtk or --without-gtk was given.
2427 if test "${with_gtk+set}" = set; then
2428 withval="$with_gtk"
2429 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2430 fi;
2431
2432 # Check whether --with-motif or --without-motif was given.
2433 if test "${with_motif+set}" = set; then
2434 withval="$with_motif"
2435 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2436 fi;
2437
2438 # Check whether --with-mac or --without-mac was given.
2439 if test "${with_mac+set}" = set; then
2440 withval="$with_mac"
2441 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
2442 fi;
2443
2444 # Check whether --with-cocoa or --without-cocoa was given.
2445 if test "${with_cocoa+set}" = set; then
2446 withval="$with_cocoa"
2447 wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1
2448 fi;
2449
2450 # Check whether --with-wine or --without-wine was given.
2451 if test "${with_wine+set}" = set; then
2452 withval="$with_wine"
2453 wxUSE_WINE="$withval" CACHE_WINE=1
2454 fi;
2455
2456 # Check whether --with-msw or --without-msw was given.
2457 if test "${with_msw+set}" = set; then
2458 withval="$with_msw"
2459 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2460 fi;
2461
2462 # Check whether --with-pm or --without-pm was given.
2463 if test "${with_pm+set}" = set; then
2464 withval="$with_pm"
2465 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2466 fi;
2467
2468 # Check whether --with-mgl or --without-mgl was given.
2469 if test "${with_mgl+set}" = set; then
2470 withval="$with_mgl"
2471 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2472 fi;
2473
2474 # Check whether --with-microwin or --without-microwin was given.
2475 if test "${with_microwin+set}" = set; then
2476 withval="$with_microwin"
2477 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2478 fi;
2479
2480 # Check whether --with-x11 or --without-x11 was given.
2481 if test "${with_x11+set}" = set; then
2482 withval="$with_x11"
2483 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2484 fi;
2485
2486 enablestring=
2487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2488 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2489 no_cache=0
2490 # Check whether --enable-nanox or --disable-nanox was given.
2491 if test "${enable_nanox+set}" = set; then
2492 enableval="$enable_nanox"
2493
2494 if test "$enableval" = yes; then
2495 ac_cv_use_nanox='wxUSE_NANOX=yes'
2496 else
2497 ac_cv_use_nanox='wxUSE_NANOX=no'
2498 fi
2499
2500 else
2501
2502 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x ; then
2504 eval "DEFAULT_$LINE"
2505 else
2506 no_cache=1
2507 fi
2508
2509 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2510
2511 fi;
2512
2513 eval "$ac_cv_use_nanox"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2516 fi
2517
2518 if test "$wxUSE_NANOX" = yes; then
2519 echo "$as_me:$LINENO: result: yes" >&5
2520 echo "${ECHO_T}yes" >&6
2521 else
2522 echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6
2524 fi
2525
2526
2527
2528 enablestring=
2529 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2530 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2531 no_cache=0
2532 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2533 if test "${enable_gtk2+set}" = set; then
2534 enableval="$enable_gtk2"
2535
2536 if test "$enableval" = yes; then
2537 ac_cv_use_gtk2='wxUSE_GTK2=yes'
2538 else
2539 ac_cv_use_gtk2='wxUSE_GTK2=no'
2540 fi
2541
2542 else
2543
2544 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2545 if test "x$LINE" != x ; then
2546 eval "DEFAULT_$LINE"
2547 else
2548 no_cache=1
2549 fi
2550
2551 ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2552
2553 fi;
2554
2555 eval "$ac_cv_use_gtk2"
2556 if test "$no_cache" != 1; then
2557 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2558 fi
2559
2560 if test "$wxUSE_GTK2" = yes; then
2561 echo "$as_me:$LINENO: result: yes" >&5
2562 echo "${ECHO_T}yes" >&6
2563 else
2564 echo "$as_me:$LINENO: result: no" >&5
2565 echo "${ECHO_T}no" >&6
2566 fi
2567
2568
2569
2570 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2571 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2572 no_cache=0
2573
2574 # Check whether --with-libpng or --without-libpng was given.
2575 if test "${with_libpng+set}" = set; then
2576 withval="$with_libpng"
2577
2578 if test "$withval" = yes; then
2579 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2580 elif test "$withval" = no; then
2581 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2582 elif test "$withval" = sys; then
2583 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2584 elif test "$withval" = builtin; then
2585 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2586 else
2587 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2588 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2589 { (exit 1); exit 1; }; }
2590 fi
2591
2592 else
2593
2594 LINE=`grep "wxUSE_LIBPNG" ${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_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2602
2603 fi;
2604
2605 eval "$ac_cv_use_libpng"
2606 if test "$no_cache" != 1; then
2607 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2608 fi
2609
2610 if test "$wxUSE_LIBPNG" = yes; then
2611 echo "$as_me:$LINENO: result: yes" >&5
2612 echo "${ECHO_T}yes" >&6
2613 elif test "$wxUSE_LIBPNG" = no; then
2614 echo "$as_me:$LINENO: result: no" >&5
2615 echo "${ECHO_T}no" >&6
2616 elif test "$wxUSE_LIBPNG" = sys; then
2617 echo "$as_me:$LINENO: result: system version" >&5
2618 echo "${ECHO_T}system version" >&6
2619 elif test "$wxUSE_LIBPNG" = builtin; then
2620 echo "$as_me:$LINENO: result: builtin version" >&5
2621 echo "${ECHO_T}builtin version" >&6
2622 else
2623 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2624 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2625 { (exit 1); exit 1; }; }
2626 fi
2627
2628
2629 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2630 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2631 no_cache=0
2632
2633 # Check whether --with-libjpeg or --without-libjpeg was given.
2634 if test "${with_libjpeg+set}" = set; then
2635 withval="$with_libjpeg"
2636
2637 if test "$withval" = yes; then
2638 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2639 elif test "$withval" = no; then
2640 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2641 elif test "$withval" = sys; then
2642 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2643 elif test "$withval" = builtin; then
2644 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2645 else
2646 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2647 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2648 { (exit 1); exit 1; }; }
2649 fi
2650
2651 else
2652
2653 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2654 if test "x$LINE" != x ; then
2655 eval "DEFAULT_$LINE"
2656 else
2657 no_cache=1
2658 fi
2659
2660 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2661
2662 fi;
2663
2664 eval "$ac_cv_use_libjpeg"
2665 if test "$no_cache" != 1; then
2666 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2667 fi
2668
2669 if test "$wxUSE_LIBJPEG" = yes; then
2670 echo "$as_me:$LINENO: result: yes" >&5
2671 echo "${ECHO_T}yes" >&6
2672 elif test "$wxUSE_LIBJPEG" = no; then
2673 echo "$as_me:$LINENO: result: no" >&5
2674 echo "${ECHO_T}no" >&6
2675 elif test "$wxUSE_LIBJPEG" = sys; then
2676 echo "$as_me:$LINENO: result: system version" >&5
2677 echo "${ECHO_T}system version" >&6
2678 elif test "$wxUSE_LIBJPEG" = builtin; then
2679 echo "$as_me:$LINENO: result: builtin version" >&5
2680 echo "${ECHO_T}builtin version" >&6
2681 else
2682 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2683 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2684 { (exit 1); exit 1; }; }
2685 fi
2686
2687
2688 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2689 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2690 no_cache=0
2691
2692 # Check whether --with-libtiff or --without-libtiff was given.
2693 if test "${with_libtiff+set}" = set; then
2694 withval="$with_libtiff"
2695
2696 if test "$withval" = yes; then
2697 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2698 elif test "$withval" = no; then
2699 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2700 elif test "$withval" = sys; then
2701 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2702 elif test "$withval" = builtin; then
2703 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2704 else
2705 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2706 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2707 { (exit 1); exit 1; }; }
2708 fi
2709
2710 else
2711
2712 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2713 if test "x$LINE" != x ; then
2714 eval "DEFAULT_$LINE"
2715 else
2716 no_cache=1
2717 fi
2718
2719 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2720
2721 fi;
2722
2723 eval "$ac_cv_use_libtiff"
2724 if test "$no_cache" != 1; then
2725 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2726 fi
2727
2728 if test "$wxUSE_LIBTIFF" = yes; then
2729 echo "$as_me:$LINENO: result: yes" >&5
2730 echo "${ECHO_T}yes" >&6
2731 elif test "$wxUSE_LIBTIFF" = no; then
2732 echo "$as_me:$LINENO: result: no" >&5
2733 echo "${ECHO_T}no" >&6
2734 elif test "$wxUSE_LIBTIFF" = sys; then
2735 echo "$as_me:$LINENO: result: system version" >&5
2736 echo "${ECHO_T}system version" >&6
2737 elif test "$wxUSE_LIBTIFF" = builtin; then
2738 echo "$as_me:$LINENO: result: builtin version" >&5
2739 echo "${ECHO_T}builtin version" >&6
2740 else
2741 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2742 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2743 { (exit 1); exit 1; }; }
2744 fi
2745
2746
2747 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2748 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
2749 no_cache=0
2750
2751 # Check whether --with-opengl or --without-opengl was given.
2752 if test "${with_opengl+set}" = set; then
2753 withval="$with_opengl"
2754
2755 if test "$withval" = yes; then
2756 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2757 else
2758 ac_cv_use_opengl='wxUSE_OPENGL=no'
2759 fi
2760
2761 else
2762
2763 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2764 if test "x$LINE" != x ; then
2765 eval "DEFAULT_$LINE"
2766 else
2767 no_cache=1
2768 fi
2769
2770 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2771
2772 fi;
2773
2774 eval "$ac_cv_use_opengl"
2775 if test "$no_cache" != 1; then
2776 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2777 fi
2778
2779 if test "$wxUSE_OPENGL" = yes; then
2780 echo "$as_me:$LINENO: result: yes" >&5
2781 echo "${ECHO_T}yes" >&6
2782 else
2783 echo "$as_me:$LINENO: result: no" >&5
2784 echo "${ECHO_T}no" >&6
2785 fi
2786
2787
2788 fi
2789
2790
2791 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2792 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
2793 no_cache=0
2794
2795 # Check whether --with-dmalloc or --without-dmalloc was given.
2796 if test "${with_dmalloc+set}" = set; then
2797 withval="$with_dmalloc"
2798
2799 if test "$withval" = yes; then
2800 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2801 else
2802 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2803 fi
2804
2805 else
2806
2807 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2808 if test "x$LINE" != x ; then
2809 eval "DEFAULT_$LINE"
2810 else
2811 no_cache=1
2812 fi
2813
2814 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2815
2816 fi;
2817
2818 eval "$ac_cv_use_dmalloc"
2819 if test "$no_cache" != 1; then
2820 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2821 fi
2822
2823 if test "$wxUSE_DMALLOC" = yes; then
2824 echo "$as_me:$LINENO: result: yes" >&5
2825 echo "${ECHO_T}yes" >&6
2826 else
2827 echo "$as_me:$LINENO: result: no" >&5
2828 echo "${ECHO_T}no" >&6
2829 fi
2830
2831
2832 echo "$as_me:$LINENO: checking for --with-regex" >&5
2833 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
2834 no_cache=0
2835
2836 # Check whether --with-regex or --without-regex was given.
2837 if test "${with_regex+set}" = set; then
2838 withval="$with_regex"
2839
2840 if test "$withval" = yes; then
2841 ac_cv_use_regex='wxUSE_REGEX=yes'
2842 elif test "$withval" = no; then
2843 ac_cv_use_regex='wxUSE_REGEX=no'
2844 elif test "$withval" = sys; then
2845 ac_cv_use_regex='wxUSE_REGEX=sys'
2846 elif test "$withval" = builtin; then
2847 ac_cv_use_regex='wxUSE_REGEX=builtin'
2848 else
2849 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2850 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2851 { (exit 1); exit 1; }; }
2852 fi
2853
2854 else
2855
2856 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2857 if test "x$LINE" != x ; then
2858 eval "DEFAULT_$LINE"
2859 else
2860 no_cache=1
2861 fi
2862
2863 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2864
2865 fi;
2866
2867 eval "$ac_cv_use_regex"
2868 if test "$no_cache" != 1; then
2869 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2870 fi
2871
2872 if test "$wxUSE_REGEX" = yes; then
2873 echo "$as_me:$LINENO: result: yes" >&5
2874 echo "${ECHO_T}yes" >&6
2875 elif test "$wxUSE_REGEX" = no; then
2876 echo "$as_me:$LINENO: result: no" >&5
2877 echo "${ECHO_T}no" >&6
2878 elif test "$wxUSE_REGEX" = sys; then
2879 echo "$as_me:$LINENO: result: system version" >&5
2880 echo "${ECHO_T}system version" >&6
2881 elif test "$wxUSE_REGEX" = builtin; then
2882 echo "$as_me:$LINENO: result: builtin version" >&5
2883 echo "${ECHO_T}builtin version" >&6
2884 else
2885 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2886 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2887 { (exit 1); exit 1; }; }
2888 fi
2889
2890
2891 echo "$as_me:$LINENO: checking for --with-zlib" >&5
2892 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
2893 no_cache=0
2894
2895 # Check whether --with-zlib or --without-zlib was given.
2896 if test "${with_zlib+set}" = set; then
2897 withval="$with_zlib"
2898
2899 if test "$withval" = yes; then
2900 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2901 elif test "$withval" = no; then
2902 ac_cv_use_zlib='wxUSE_ZLIB=no'
2903 elif test "$withval" = sys; then
2904 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2905 elif test "$withval" = builtin; then
2906 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2907 else
2908 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2909 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2910 { (exit 1); exit 1; }; }
2911 fi
2912
2913 else
2914
2915 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2916 if test "x$LINE" != x ; then
2917 eval "DEFAULT_$LINE"
2918 else
2919 no_cache=1
2920 fi
2921
2922 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2923
2924 fi;
2925
2926 eval "$ac_cv_use_zlib"
2927 if test "$no_cache" != 1; then
2928 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2929 fi
2930
2931 if test "$wxUSE_ZLIB" = yes; then
2932 echo "$as_me:$LINENO: result: yes" >&5
2933 echo "${ECHO_T}yes" >&6
2934 elif test "$wxUSE_ZLIB" = no; then
2935 echo "$as_me:$LINENO: result: no" >&5
2936 echo "${ECHO_T}no" >&6
2937 elif test "$wxUSE_ZLIB" = sys; then
2938 echo "$as_me:$LINENO: result: system version" >&5
2939 echo "${ECHO_T}system version" >&6
2940 elif test "$wxUSE_ZLIB" = builtin; then
2941 echo "$as_me:$LINENO: result: builtin version" >&5
2942 echo "${ECHO_T}builtin version" >&6
2943 else
2944 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2945 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2946 { (exit 1); exit 1; }; }
2947 fi
2948
2949
2950 echo "$as_me:$LINENO: checking for --with-odbc" >&5
2951 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
2952 no_cache=0
2953
2954 # Check whether --with-odbc or --without-odbc was given.
2955 if test "${with_odbc+set}" = set; then
2956 withval="$with_odbc"
2957
2958 if test "$withval" = yes; then
2959 ac_cv_use_odbc='wxUSE_ODBC=yes'
2960 elif test "$withval" = no; then
2961 ac_cv_use_odbc='wxUSE_ODBC=no'
2962 elif test "$withval" = sys; then
2963 ac_cv_use_odbc='wxUSE_ODBC=sys'
2964 elif test "$withval" = builtin; then
2965 ac_cv_use_odbc='wxUSE_ODBC=builtin'
2966 else
2967 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
2968 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
2969 { (exit 1); exit 1; }; }
2970 fi
2971
2972 else
2973
2974 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2975 if test "x$LINE" != x ; then
2976 eval "DEFAULT_$LINE"
2977 else
2978 no_cache=1
2979 fi
2980
2981 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2982
2983 fi;
2984
2985 eval "$ac_cv_use_odbc"
2986 if test "$no_cache" != 1; then
2987 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2988 fi
2989
2990 if test "$wxUSE_ODBC" = yes; then
2991 echo "$as_me:$LINENO: result: yes" >&5
2992 echo "${ECHO_T}yes" >&6
2993 elif test "$wxUSE_ODBC" = no; then
2994 echo "$as_me:$LINENO: result: no" >&5
2995 echo "${ECHO_T}no" >&6
2996 elif test "$wxUSE_ODBC" = sys; then
2997 echo "$as_me:$LINENO: result: system version" >&5
2998 echo "${ECHO_T}system version" >&6
2999 elif test "$wxUSE_ODBC" = builtin; then
3000 echo "$as_me:$LINENO: result: builtin version" >&5
3001 echo "${ECHO_T}builtin version" >&6
3002 else
3003 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3004 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3005 { (exit 1); exit 1; }; }
3006 fi
3007
3008
3009
3010
3011 enablestring=
3012 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3013 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3014 no_cache=0
3015 # Check whether --enable-shared or --disable-shared was given.
3016 if test "${enable_shared+set}" = set; then
3017 enableval="$enable_shared"
3018
3019 if test "$enableval" = yes; then
3020 ac_cv_use_shared='wxUSE_SHARED=yes'
3021 else
3022 ac_cv_use_shared='wxUSE_SHARED=no'
3023 fi
3024
3025 else
3026
3027 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3028 if test "x$LINE" != x ; then
3029 eval "DEFAULT_$LINE"
3030 else
3031 no_cache=1
3032 fi
3033
3034 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3035
3036 fi;
3037
3038 eval "$ac_cv_use_shared"
3039 if test "$no_cache" != 1; then
3040 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3041 fi
3042
3043 if test "$wxUSE_SHARED" = yes; then
3044 echo "$as_me:$LINENO: result: yes" >&5
3045 echo "${ECHO_T}yes" >&6
3046 else
3047 echo "$as_me:$LINENO: result: no" >&5
3048 echo "${ECHO_T}no" >&6
3049 fi
3050
3051
3052 enablestring=
3053 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3054 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3055 no_cache=0
3056 # Check whether --enable-optimise or --disable-optimise was given.
3057 if test "${enable_optimise+set}" = set; then
3058 enableval="$enable_optimise"
3059
3060 if test "$enableval" = yes; then
3061 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3062 else
3063 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3064 fi
3065
3066 else
3067
3068 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3069 if test "x$LINE" != x ; then
3070 eval "DEFAULT_$LINE"
3071 else
3072 no_cache=1
3073 fi
3074
3075 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3076
3077 fi;
3078
3079 eval "$ac_cv_use_optimise"
3080 if test "$no_cache" != 1; then
3081 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3082 fi
3083
3084 if test "$wxUSE_OPTIMISE" = yes; then
3085 echo "$as_me:$LINENO: result: yes" >&5
3086 echo "${ECHO_T}yes" >&6
3087 else
3088 echo "$as_me:$LINENO: result: no" >&5
3089 echo "${ECHO_T}no" >&6
3090 fi
3091
3092
3093 enablestring=
3094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3095 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3096 no_cache=0
3097 # Check whether --enable-debug or --disable-debug was given.
3098 if test "${enable_debug+set}" = set; then
3099 enableval="$enable_debug"
3100
3101 if test "$enableval" = yes; then
3102 ac_cv_use_debug='wxUSE_DEBUG=yes'
3103 else
3104 ac_cv_use_debug='wxUSE_DEBUG=no'
3105 fi
3106
3107 else
3108
3109 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3110 if test "x$LINE" != x ; then
3111 eval "DEFAULT_$LINE"
3112 else
3113 no_cache=1
3114 fi
3115
3116 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3117
3118 fi;
3119
3120 eval "$ac_cv_use_debug"
3121 if test "$no_cache" != 1; then
3122 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3123 fi
3124
3125 if test "$wxUSE_DEBUG" = yes; then
3126 echo "$as_me:$LINENO: result: yes" >&5
3127 echo "${ECHO_T}yes" >&6
3128 else
3129 echo "$as_me:$LINENO: result: no" >&5
3130 echo "${ECHO_T}no" >&6
3131 fi
3132
3133
3134
3135 enablestring=
3136 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-precomp" >&5
3137 echo $ECHO_N "checking for --${enablestring:-enable}-precomp... $ECHO_C" >&6
3138 no_cache=0
3139 # Check whether --enable-precomp or --disable-precomp was given.
3140 if test "${enable_precomp+set}" = set; then
3141 enableval="$enable_precomp"
3142
3143 if test "$enableval" = yes; then
3144 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
3145 else
3146 ac_cv_use_precomp='wxUSE_PRECOMP=no'
3147 fi
3148
3149 else
3150
3151 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
3152 if test "x$LINE" != x ; then
3153 eval "DEFAULT_$LINE"
3154 else
3155 no_cache=1
3156 fi
3157
3158 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
3159
3160 fi;
3161
3162 eval "$ac_cv_use_precomp"
3163 if test "$no_cache" != 1; then
3164 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
3165 fi
3166
3167 if test "$wxUSE_PRECOMP" = yes; then
3168 echo "$as_me:$LINENO: result: yes" >&5
3169 echo "${ECHO_T}yes" >&6
3170 else
3171 echo "$as_me:$LINENO: result: no" >&5
3172 echo "${ECHO_T}no" >&6
3173 fi
3174
3175
3176 if test "$wxUSE_DEBUG" = "yes"; then
3177 DEFAULT_wxUSE_DEBUG_FLAG=yes
3178 DEFAULT_wxUSE_DEBUG_INFO=yes
3179 elif test "$wxUSE_DEBUG" = "no"; then
3180 DEFAULT_wxUSE_DEBUG_FLAG=no
3181 DEFAULT_wxUSE_DEBUG_INFO=no
3182 fi
3183
3184
3185 enablestring=
3186 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3187 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3188 no_cache=0
3189 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3190 if test "${enable_debug_flag+set}" = set; then
3191 enableval="$enable_debug_flag"
3192
3193 if test "$enableval" = yes; then
3194 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3195 else
3196 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3197 fi
3198
3199 else
3200
3201 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3202 if test "x$LINE" != x ; then
3203 eval "DEFAULT_$LINE"
3204 else
3205 no_cache=1
3206 fi
3207
3208 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3209
3210 fi;
3211
3212 eval "$ac_cv_use_debug_flag"
3213 if test "$no_cache" != 1; then
3214 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3215 fi
3216
3217 if test "$wxUSE_DEBUG_FLAG" = yes; then
3218 echo "$as_me:$LINENO: result: yes" >&5
3219 echo "${ECHO_T}yes" >&6
3220 else
3221 echo "$as_me:$LINENO: result: no" >&5
3222 echo "${ECHO_T}no" >&6
3223 fi
3224
3225
3226 enablestring=
3227 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3228 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3229 no_cache=0
3230 # Check whether --enable-debug_info or --disable-debug_info was given.
3231 if test "${enable_debug_info+set}" = set; then
3232 enableval="$enable_debug_info"
3233
3234 if test "$enableval" = yes; then
3235 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3236 else
3237 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3238 fi
3239
3240 else
3241
3242 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3243 if test "x$LINE" != x ; then
3244 eval "DEFAULT_$LINE"
3245 else
3246 no_cache=1
3247 fi
3248
3249 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3250
3251 fi;
3252
3253 eval "$ac_cv_use_debug_info"
3254 if test "$no_cache" != 1; then
3255 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3256 fi
3257
3258 if test "$wxUSE_DEBUG_INFO" = yes; then
3259 echo "$as_me:$LINENO: result: yes" >&5
3260 echo "${ECHO_T}yes" >&6
3261 else
3262 echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6
3264 fi
3265
3266
3267 enablestring=
3268 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3269 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3270 no_cache=0
3271 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3272 if test "${enable_debug_gdb+set}" = set; then
3273 enableval="$enable_debug_gdb"
3274
3275 if test "$enableval" = yes; then
3276 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3277 else
3278 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3279 fi
3280
3281 else
3282
3283 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3284 if test "x$LINE" != x ; then
3285 eval "DEFAULT_$LINE"
3286 else
3287 no_cache=1
3288 fi
3289
3290 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3291
3292 fi;
3293
3294 eval "$ac_cv_use_debug_gdb"
3295 if test "$no_cache" != 1; then
3296 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3297 fi
3298
3299 if test "$wxUSE_DEBUG_GDB" = yes; then
3300 echo "$as_me:$LINENO: result: yes" >&5
3301 echo "${ECHO_T}yes" >&6
3302 else
3303 echo "$as_me:$LINENO: result: no" >&5
3304 echo "${ECHO_T}no" >&6
3305 fi
3306
3307
3308 enablestring=
3309 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3310 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3311 no_cache=0
3312 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3313 if test "${enable_debug_cntxt+set}" = set; then
3314 enableval="$enable_debug_cntxt"
3315
3316 if test "$enableval" = yes; then
3317 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3318 else
3319 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3320 fi
3321
3322 else
3323
3324 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3325 if test "x$LINE" != x ; then
3326 eval "DEFAULT_$LINE"
3327 else
3328 no_cache=1
3329 fi
3330
3331 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3332
3333 fi;
3334
3335 eval "$ac_cv_use_debug_cntxt"
3336 if test "$no_cache" != 1; then
3337 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3338 fi
3339
3340 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3341 echo "$as_me:$LINENO: result: yes" >&5
3342 echo "${ECHO_T}yes" >&6
3343 else
3344 echo "$as_me:$LINENO: result: no" >&5
3345 echo "${ECHO_T}no" >&6
3346 fi
3347
3348
3349 enablestring=
3350 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3351 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3352 no_cache=0
3353 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3354 if test "${enable_mem_tracing+set}" = set; then
3355 enableval="$enable_mem_tracing"
3356
3357 if test "$enableval" = yes; then
3358 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3359 else
3360 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3361 fi
3362
3363 else
3364
3365 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3366 if test "x$LINE" != x ; then
3367 eval "DEFAULT_$LINE"
3368 else
3369 no_cache=1
3370 fi
3371
3372 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3373
3374 fi;
3375
3376 eval "$ac_cv_use_mem_tracing"
3377 if test "$no_cache" != 1; then
3378 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3379 fi
3380
3381 if test "$wxUSE_MEM_TRACING" = yes; then
3382 echo "$as_me:$LINENO: result: yes" >&5
3383 echo "${ECHO_T}yes" >&6
3384 else
3385 echo "$as_me:$LINENO: result: no" >&5
3386 echo "${ECHO_T}no" >&6
3387 fi
3388
3389
3390 enablestring=
3391 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3392 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3393 no_cache=0
3394 # Check whether --enable-profile or --disable-profile was given.
3395 if test "${enable_profile+set}" = set; then
3396 enableval="$enable_profile"
3397
3398 if test "$enableval" = yes; then
3399 ac_cv_use_profile='wxUSE_PROFILE=yes'
3400 else
3401 ac_cv_use_profile='wxUSE_PROFILE=no'
3402 fi
3403
3404 else
3405
3406 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x ; then
3408 eval "DEFAULT_$LINE"
3409 else
3410 no_cache=1
3411 fi
3412
3413 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3414
3415 fi;
3416
3417 eval "$ac_cv_use_profile"
3418 if test "$no_cache" != 1; then
3419 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3420 fi
3421
3422 if test "$wxUSE_PROFILE" = yes; then
3423 echo "$as_me:$LINENO: result: yes" >&5
3424 echo "${ECHO_T}yes" >&6
3425 else
3426 echo "$as_me:$LINENO: result: no" >&5
3427 echo "${ECHO_T}no" >&6
3428 fi
3429
3430
3431 enablestring=
3432 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3433 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3434 no_cache=0
3435 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3436 if test "${enable_no_rtti+set}" = set; then
3437 enableval="$enable_no_rtti"
3438
3439 if test "$enableval" = yes; then
3440 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3441 else
3442 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3443 fi
3444
3445 else
3446
3447 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3448 if test "x$LINE" != x ; then
3449 eval "DEFAULT_$LINE"
3450 else
3451 no_cache=1
3452 fi
3453
3454 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3455
3456 fi;
3457
3458 eval "$ac_cv_use_no_rtti"
3459 if test "$no_cache" != 1; then
3460 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3461 fi
3462
3463 if test "$wxUSE_NO_RTTI" = yes; then
3464 echo "$as_me:$LINENO: result: yes" >&5
3465 echo "${ECHO_T}yes" >&6
3466 else
3467 echo "$as_me:$LINENO: result: no" >&5
3468 echo "${ECHO_T}no" >&6
3469 fi
3470
3471
3472 enablestring=
3473 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3474 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3475 no_cache=0
3476 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3477 if test "${enable_no_exceptions+set}" = set; then
3478 enableval="$enable_no_exceptions"
3479
3480 if test "$enableval" = yes; then
3481 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3482 else
3483 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3484 fi
3485
3486 else
3487
3488 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3489 if test "x$LINE" != x ; then
3490 eval "DEFAULT_$LINE"
3491 else
3492 no_cache=1
3493 fi
3494
3495 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3496
3497 fi;
3498
3499 eval "$ac_cv_use_no_exceptions"
3500 if test "$no_cache" != 1; then
3501 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3502 fi
3503
3504 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3505 echo "$as_me:$LINENO: result: yes" >&5
3506 echo "${ECHO_T}yes" >&6
3507 else
3508 echo "$as_me:$LINENO: result: no" >&5
3509 echo "${ECHO_T}no" >&6
3510 fi
3511
3512
3513 enablestring=
3514 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3515 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3516 no_cache=0
3517 # Check whether --enable-permissive or --disable-permissive was given.
3518 if test "${enable_permissive+set}" = set; then
3519 enableval="$enable_permissive"
3520
3521 if test "$enableval" = yes; then
3522 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
3523 else
3524 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
3525 fi
3526
3527 else
3528
3529 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3530 if test "x$LINE" != x ; then
3531 eval "DEFAULT_$LINE"
3532 else
3533 no_cache=1
3534 fi
3535
3536 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
3537
3538 fi;
3539
3540 eval "$ac_cv_use_permissive"
3541 if test "$no_cache" != 1; then
3542 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3543 fi
3544
3545 if test "$wxUSE_PERMISSIVE" = yes; then
3546 echo "$as_me:$LINENO: result: yes" >&5
3547 echo "${ECHO_T}yes" >&6
3548 else
3549 echo "$as_me:$LINENO: result: no" >&5
3550 echo "${ECHO_T}no" >&6
3551 fi
3552
3553
3554 enablestring=
3555 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3556 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3557 no_cache=0
3558 # Check whether --enable-no_deps or --disable-no_deps was given.
3559 if test "${enable_no_deps+set}" = set; then
3560 enableval="$enable_no_deps"
3561
3562 if test "$enableval" = yes; then
3563 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
3564 else
3565 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
3566 fi
3567
3568 else
3569
3570 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3571 if test "x$LINE" != x ; then
3572 eval "DEFAULT_$LINE"
3573 else
3574 no_cache=1
3575 fi
3576
3577 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
3578
3579 fi;
3580
3581 eval "$ac_cv_use_no_deps"
3582 if test "$no_cache" != 1; then
3583 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3584 fi
3585
3586 if test "$wxUSE_NO_DEPS" = yes; then
3587 echo "$as_me:$LINENO: result: yes" >&5
3588 echo "${ECHO_T}yes" >&6
3589 else
3590 echo "$as_me:$LINENO: result: no" >&5
3591 echo "${ECHO_T}no" >&6
3592 fi
3593
3594
3595
3596 enablestring=
3597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
3598 echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
3599 no_cache=0
3600 # Check whether --enable-compat20 or --disable-compat20 was given.
3601 if test "${enable_compat20+set}" = set; then
3602 enableval="$enable_compat20"
3603
3604 if test "$enableval" = yes; then
3605 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
3606 else
3607 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
3608 fi
3609
3610 else
3611
3612 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
3613 if test "x$LINE" != x ; then
3614 eval "DEFAULT_$LINE"
3615 else
3616 no_cache=1
3617 fi
3618
3619 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
3620
3621 fi;
3622
3623 eval "$ac_cv_use_compat20"
3624 if test "$no_cache" != 1; then
3625 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3626 fi
3627
3628 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3629 echo "$as_me:$LINENO: result: yes" >&5
3630 echo "${ECHO_T}yes" >&6
3631 else
3632 echo "$as_me:$LINENO: result: no" >&5
3633 echo "${ECHO_T}no" >&6
3634 fi
3635
3636
3637 enablestring=
3638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3639 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
3640 no_cache=0
3641 # Check whether --enable-compat22 or --disable-compat22 was given.
3642 if test "${enable_compat22+set}" = set; then
3643 enableval="$enable_compat22"
3644
3645 if test "$enableval" = yes; then
3646 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
3647 else
3648 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
3649 fi
3650
3651 else
3652
3653 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3654 if test "x$LINE" != x ; then
3655 eval "DEFAULT_$LINE"
3656 else
3657 no_cache=1
3658 fi
3659
3660 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3661
3662 fi;
3663
3664 eval "$ac_cv_use_compat22"
3665 if test "$no_cache" != 1; then
3666 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3667 fi
3668
3669 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3670 echo "$as_me:$LINENO: result: yes" >&5
3671 echo "${ECHO_T}yes" >&6
3672 else
3673 echo "$as_me:$LINENO: result: no" >&5
3674 echo "${ECHO_T}no" >&6
3675 fi
3676
3677
3678 enablestring=disable
3679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3680 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
3681 no_cache=0
3682 # Check whether --enable-compat24 or --disable-compat24 was given.
3683 if test "${enable_compat24+set}" = set; then
3684 enableval="$enable_compat24"
3685
3686 if test "$enableval" = yes; then
3687 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
3688 else
3689 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
3690 fi
3691
3692 else
3693
3694 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3695 if test "x$LINE" != x ; then
3696 eval "DEFAULT_$LINE"
3697 else
3698 no_cache=1
3699 fi
3700
3701 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
3702
3703 fi;
3704
3705 eval "$ac_cv_use_compat24"
3706 if test "$no_cache" != 1; then
3707 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3708 fi
3709
3710 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
3711 echo "$as_me:$LINENO: result: yes" >&5
3712 echo "${ECHO_T}yes" >&6
3713 else
3714 echo "$as_me:$LINENO: result: no" >&5
3715 echo "${ECHO_T}no" >&6
3716 fi
3717
3718
3719 # Check whether --enable-rpath or --disable-rpath was given.
3720 if test "${enable_rpath+set}" = set; then
3721 enableval="$enable_rpath"
3722 wxRPATH_DIR="$enableval"
3723 fi;
3724
3725 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3726 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
3727 fi
3728
3729
3730
3731
3732 enablestring=
3733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3734 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
3735 no_cache=0
3736 # Check whether --enable-intl or --disable-intl was given.
3737 if test "${enable_intl+set}" = set; then
3738 enableval="$enable_intl"
3739
3740 if test "$enableval" = yes; then
3741 ac_cv_use_intl='wxUSE_INTL=yes'
3742 else
3743 ac_cv_use_intl='wxUSE_INTL=no'
3744 fi
3745
3746 else
3747
3748 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3749 if test "x$LINE" != x ; then
3750 eval "DEFAULT_$LINE"
3751 else
3752 no_cache=1
3753 fi
3754
3755 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3756
3757 fi;
3758
3759 eval "$ac_cv_use_intl"
3760 if test "$no_cache" != 1; then
3761 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3762 fi
3763
3764 if test "$wxUSE_INTL" = yes; then
3765 echo "$as_me:$LINENO: result: yes" >&5
3766 echo "${ECHO_T}yes" >&6
3767 else
3768 echo "$as_me:$LINENO: result: no" >&5
3769 echo "${ECHO_T}no" >&6
3770 fi
3771
3772
3773 enablestring=
3774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3775 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
3776 no_cache=0
3777 # Check whether --enable-config or --disable-config was given.
3778 if test "${enable_config+set}" = set; then
3779 enableval="$enable_config"
3780
3781 if test "$enableval" = yes; then
3782 ac_cv_use_config='wxUSE_CONFIG=yes'
3783 else
3784 ac_cv_use_config='wxUSE_CONFIG=no'
3785 fi
3786
3787 else
3788
3789 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3790 if test "x$LINE" != x ; then
3791 eval "DEFAULT_$LINE"
3792 else
3793 no_cache=1
3794 fi
3795
3796 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3797
3798 fi;
3799
3800 eval "$ac_cv_use_config"
3801 if test "$no_cache" != 1; then
3802 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3803 fi
3804
3805 if test "$wxUSE_CONFIG" = yes; then
3806 echo "$as_me:$LINENO: result: yes" >&5
3807 echo "${ECHO_T}yes" >&6
3808 else
3809 echo "$as_me:$LINENO: result: no" >&5
3810 echo "${ECHO_T}no" >&6
3811 fi
3812
3813
3814
3815 enablestring=
3816 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
3817 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
3818 no_cache=0
3819 # Check whether --enable-protocols or --disable-protocols was given.
3820 if test "${enable_protocols+set}" = set; then
3821 enableval="$enable_protocols"
3822
3823 if test "$enableval" = yes; then
3824 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3825 else
3826 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3827 fi
3828
3829 else
3830
3831 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3832 if test "x$LINE" != x ; then
3833 eval "DEFAULT_$LINE"
3834 else
3835 no_cache=1
3836 fi
3837
3838 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3839
3840 fi;
3841
3842 eval "$ac_cv_use_protocols"
3843 if test "$no_cache" != 1; then
3844 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3845 fi
3846
3847 if test "$wxUSE_PROTOCOL" = yes; then
3848 echo "$as_me:$LINENO: result: yes" >&5
3849 echo "${ECHO_T}yes" >&6
3850 else
3851 echo "$as_me:$LINENO: result: no" >&5
3852 echo "${ECHO_T}no" >&6
3853 fi
3854
3855
3856 enablestring=
3857 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
3858 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
3859 no_cache=0
3860 # Check whether --enable-ftp or --disable-ftp was given.
3861 if test "${enable_ftp+set}" = set; then
3862 enableval="$enable_ftp"
3863
3864 if test "$enableval" = yes; then
3865 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3866 else
3867 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3868 fi
3869
3870 else
3871
3872 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3873 if test "x$LINE" != x ; then
3874 eval "DEFAULT_$LINE"
3875 else
3876 no_cache=1
3877 fi
3878
3879 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3880
3881 fi;
3882
3883 eval "$ac_cv_use_ftp"
3884 if test "$no_cache" != 1; then
3885 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3886 fi
3887
3888 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3889 echo "$as_me:$LINENO: result: yes" >&5
3890 echo "${ECHO_T}yes" >&6
3891 else
3892 echo "$as_me:$LINENO: result: no" >&5
3893 echo "${ECHO_T}no" >&6
3894 fi
3895
3896
3897 enablestring=
3898 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
3899 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
3900 no_cache=0
3901 # Check whether --enable-http or --disable-http was given.
3902 if test "${enable_http+set}" = set; then
3903 enableval="$enable_http"
3904
3905 if test "$enableval" = yes; then
3906 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3907 else
3908 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3909 fi
3910
3911 else
3912
3913 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3914 if test "x$LINE" != x ; then
3915 eval "DEFAULT_$LINE"
3916 else
3917 no_cache=1
3918 fi
3919
3920 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3921
3922 fi;
3923
3924 eval "$ac_cv_use_http"
3925 if test "$no_cache" != 1; then
3926 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3927 fi
3928
3929 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3930 echo "$as_me:$LINENO: result: yes" >&5
3931 echo "${ECHO_T}yes" >&6
3932 else
3933 echo "$as_me:$LINENO: result: no" >&5
3934 echo "${ECHO_T}no" >&6
3935 fi
3936
3937
3938 enablestring=
3939 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
3940 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
3941 no_cache=0
3942 # Check whether --enable-fileproto or --disable-fileproto was given.
3943 if test "${enable_fileproto+set}" = set; then
3944 enableval="$enable_fileproto"
3945
3946 if test "$enableval" = yes; then
3947 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
3948 else
3949 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
3950 fi
3951
3952 else
3953
3954 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3955 if test "x$LINE" != x ; then
3956 eval "DEFAULT_$LINE"
3957 else
3958 no_cache=1
3959 fi
3960
3961 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3962
3963 fi;
3964
3965 eval "$ac_cv_use_fileproto"
3966 if test "$no_cache" != 1; then
3967 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3968 fi
3969
3970 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3971 echo "$as_me:$LINENO: result: yes" >&5
3972 echo "${ECHO_T}yes" >&6
3973 else
3974 echo "$as_me:$LINENO: result: no" >&5
3975 echo "${ECHO_T}no" >&6
3976 fi
3977
3978
3979 enablestring=
3980 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
3981 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
3982 no_cache=0
3983 # Check whether --enable-sockets or --disable-sockets was given.
3984 if test "${enable_sockets+set}" = set; then
3985 enableval="$enable_sockets"
3986
3987 if test "$enableval" = yes; then
3988 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3989 else
3990 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3991 fi
3992
3993 else
3994
3995 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3996 if test "x$LINE" != x ; then
3997 eval "DEFAULT_$LINE"
3998 else
3999 no_cache=1
4000 fi
4001
4002 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4003
4004 fi;
4005
4006 eval "$ac_cv_use_sockets"
4007 if test "$no_cache" != 1; then
4008 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4009 fi
4010
4011 if test "$wxUSE_SOCKETS" = yes; then
4012 echo "$as_me:$LINENO: result: yes" >&5
4013 echo "${ECHO_T}yes" >&6
4014 else
4015 echo "$as_me:$LINENO: result: no" >&5
4016 echo "${ECHO_T}no" >&6
4017 fi
4018
4019
4020 enablestring=
4021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4022 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4023 no_cache=0
4024 # Check whether --enable-ole or --disable-ole was given.
4025 if test "${enable_ole+set}" = set; then
4026 enableval="$enable_ole"
4027
4028 if test "$enableval" = yes; then
4029 ac_cv_use_ole='wxUSE_OLE=yes'
4030 else
4031 ac_cv_use_ole='wxUSE_OLE=no'
4032 fi
4033
4034 else
4035
4036 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4037 if test "x$LINE" != x ; then
4038 eval "DEFAULT_$LINE"
4039 else
4040 no_cache=1
4041 fi
4042
4043 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4044
4045 fi;
4046
4047 eval "$ac_cv_use_ole"
4048 if test "$no_cache" != 1; then
4049 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4050 fi
4051
4052 if test "$wxUSE_OLE" = yes; then
4053 echo "$as_me:$LINENO: result: yes" >&5
4054 echo "${ECHO_T}yes" >&6
4055 else
4056 echo "$as_me:$LINENO: result: no" >&5
4057 echo "${ECHO_T}no" >&6
4058 fi
4059
4060
4061 enablestring=
4062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4063 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4064 no_cache=0
4065 # Check whether --enable-dataobj or --disable-dataobj was given.
4066 if test "${enable_dataobj+set}" = set; then
4067 enableval="$enable_dataobj"
4068
4069 if test "$enableval" = yes; then
4070 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4071 else
4072 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4073 fi
4074
4075 else
4076
4077 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4078 if test "x$LINE" != x ; then
4079 eval "DEFAULT_$LINE"
4080 else
4081 no_cache=1
4082 fi
4083
4084 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4085
4086 fi;
4087
4088 eval "$ac_cv_use_dataobj"
4089 if test "$no_cache" != 1; then
4090 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4091 fi
4092
4093 if test "$wxUSE_DATAOBJ" = yes; then
4094 echo "$as_me:$LINENO: result: yes" >&5
4095 echo "${ECHO_T}yes" >&6
4096 else
4097 echo "$as_me:$LINENO: result: no" >&5
4098 echo "${ECHO_T}no" >&6
4099 fi
4100
4101
4102
4103 enablestring=
4104 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4105 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4106 no_cache=0
4107 # Check whether --enable-ipc or --disable-ipc was given.
4108 if test "${enable_ipc+set}" = set; then
4109 enableval="$enable_ipc"
4110
4111 if test "$enableval" = yes; then
4112 ac_cv_use_ipc='wxUSE_IPC=yes'
4113 else
4114 ac_cv_use_ipc='wxUSE_IPC=no'
4115 fi
4116
4117 else
4118
4119 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4120 if test "x$LINE" != x ; then
4121 eval "DEFAULT_$LINE"
4122 else
4123 no_cache=1
4124 fi
4125
4126 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4127
4128 fi;
4129
4130 eval "$ac_cv_use_ipc"
4131 if test "$no_cache" != 1; then
4132 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4133 fi
4134
4135 if test "$wxUSE_IPC" = yes; then
4136 echo "$as_me:$LINENO: result: yes" >&5
4137 echo "${ECHO_T}yes" >&6
4138 else
4139 echo "$as_me:$LINENO: result: no" >&5
4140 echo "${ECHO_T}no" >&6
4141 fi
4142
4143
4144
4145 enablestring=
4146 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4147 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4148 no_cache=0
4149 # Check whether --enable-cmdline or --disable-cmdline was given.
4150 if test "${enable_cmdline+set}" = set; then
4151 enableval="$enable_cmdline"
4152
4153 if test "$enableval" = yes; then
4154 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4155 else
4156 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4157 fi
4158
4159 else
4160
4161 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4162 if test "x$LINE" != x ; then
4163 eval "DEFAULT_$LINE"
4164 else
4165 no_cache=1
4166 fi
4167
4168 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4169
4170 fi;
4171
4172 eval "$ac_cv_use_cmdline"
4173 if test "$no_cache" != 1; then
4174 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4175 fi
4176
4177 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4178 echo "$as_me:$LINENO: result: yes" >&5
4179 echo "${ECHO_T}yes" >&6
4180 else
4181 echo "$as_me:$LINENO: result: no" >&5
4182 echo "${ECHO_T}no" >&6
4183 fi
4184
4185
4186 enablestring=
4187 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4188 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4189 no_cache=0
4190 # Check whether --enable-datetime or --disable-datetime was given.
4191 if test "${enable_datetime+set}" = set; then
4192 enableval="$enable_datetime"
4193
4194 if test "$enableval" = yes; then
4195 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4196 else
4197 ac_cv_use_datetime='wxUSE_DATETIME=no'
4198 fi
4199
4200 else
4201
4202 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4203 if test "x$LINE" != x ; then
4204 eval "DEFAULT_$LINE"
4205 else
4206 no_cache=1
4207 fi
4208
4209 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4210
4211 fi;
4212
4213 eval "$ac_cv_use_datetime"
4214 if test "$no_cache" != 1; then
4215 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4216 fi
4217
4218 if test "$wxUSE_DATETIME" = yes; then
4219 echo "$as_me:$LINENO: result: yes" >&5
4220 echo "${ECHO_T}yes" >&6
4221 else
4222 echo "$as_me:$LINENO: result: no" >&5
4223 echo "${ECHO_T}no" >&6
4224 fi
4225
4226
4227 enablestring=
4228 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
4229 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
4230 no_cache=0
4231 # Check whether --enable-stopwatch or --disable-stopwatch was given.
4232 if test "${enable_stopwatch+set}" = set; then
4233 enableval="$enable_stopwatch"
4234
4235 if test "$enableval" = yes; then
4236 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
4237 else
4238 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
4239 fi
4240
4241 else
4242
4243 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
4244 if test "x$LINE" != x ; then
4245 eval "DEFAULT_$LINE"
4246 else
4247 no_cache=1
4248 fi
4249
4250 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
4251
4252 fi;
4253
4254 eval "$ac_cv_use_stopwatch"
4255 if test "$no_cache" != 1; then
4256 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
4257 fi
4258
4259 if test "$wxUSE_STOPWATCH" = yes; then
4260 echo "$as_me:$LINENO: result: yes" >&5
4261 echo "${ECHO_T}yes" >&6
4262 else
4263 echo "$as_me:$LINENO: result: no" >&5
4264 echo "${ECHO_T}no" >&6
4265 fi
4266
4267
4268 enablestring=
4269 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4270 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4271 no_cache=0
4272 # Check whether --enable-dialupman or --disable-dialupman was given.
4273 if test "${enable_dialupman+set}" = set; then
4274 enableval="$enable_dialupman"
4275
4276 if test "$enableval" = yes; then
4277 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4278 else
4279 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4280 fi
4281
4282 else
4283
4284 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4285 if test "x$LINE" != x ; then
4286 eval "DEFAULT_$LINE"
4287 else
4288 no_cache=1
4289 fi
4290
4291 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4292
4293 fi;
4294
4295 eval "$ac_cv_use_dialupman"
4296 if test "$no_cache" != 1; then
4297 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4298 fi
4299
4300 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4301 echo "$as_me:$LINENO: result: yes" >&5
4302 echo "${ECHO_T}yes" >&6
4303 else
4304 echo "$as_me:$LINENO: result: no" >&5
4305 echo "${ECHO_T}no" >&6
4306 fi
4307
4308
4309 enablestring=
4310 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4311 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4312 no_cache=0
4313 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4314 if test "${enable_apple_ieee+set}" = set; then
4315 enableval="$enable_apple_ieee"
4316
4317 if test "$enableval" = yes; then
4318 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4319 else
4320 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4321 fi
4322
4323 else
4324
4325 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4326 if test "x$LINE" != x ; then
4327 eval "DEFAULT_$LINE"
4328 else
4329 no_cache=1
4330 fi
4331
4332 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4333
4334 fi;
4335
4336 eval "$ac_cv_use_apple_ieee"
4337 if test "$no_cache" != 1; then
4338 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4339 fi
4340
4341 if test "$wxUSE_APPLE_IEEE" = yes; then
4342 echo "$as_me:$LINENO: result: yes" >&5
4343 echo "${ECHO_T}yes" >&6
4344 else
4345 echo "$as_me:$LINENO: result: no" >&5
4346 echo "${ECHO_T}no" >&6
4347 fi
4348
4349
4350 enablestring=
4351 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
4352 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
4353 no_cache=0
4354 # Check whether --enable-timer or --disable-timer was given.
4355 if test "${enable_timer+set}" = set; then
4356 enableval="$enable_timer"
4357
4358 if test "$enableval" = yes; then
4359 ac_cv_use_timer='wxUSE_TIMER=yes'
4360 else
4361 ac_cv_use_timer='wxUSE_TIMER=no'
4362 fi
4363
4364 else
4365
4366 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
4367 if test "x$LINE" != x ; then
4368 eval "DEFAULT_$LINE"
4369 else
4370 no_cache=1
4371 fi
4372
4373 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
4374
4375 fi;
4376
4377 eval "$ac_cv_use_timer"
4378 if test "$no_cache" != 1; then
4379 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
4380 fi
4381
4382 if test "$wxUSE_TIMER" = yes; then
4383 echo "$as_me:$LINENO: result: yes" >&5
4384 echo "${ECHO_T}yes" >&6
4385 else
4386 echo "$as_me:$LINENO: result: no" >&5
4387 echo "${ECHO_T}no" >&6
4388 fi
4389
4390
4391 enablestring=
4392 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
4393 echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
4394 no_cache=0
4395 # Check whether --enable-wave or --disable-wave was given.
4396 if test "${enable_wave+set}" = set; then
4397 enableval="$enable_wave"
4398
4399 if test "$enableval" = yes; then
4400 ac_cv_use_wave='wxUSE_WAVE=yes'
4401 else
4402 ac_cv_use_wave='wxUSE_WAVE=no'
4403 fi
4404
4405 else
4406
4407 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
4408 if test "x$LINE" != x ; then
4409 eval "DEFAULT_$LINE"
4410 else
4411 no_cache=1
4412 fi
4413
4414 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
4415
4416 fi;
4417
4418 eval "$ac_cv_use_wave"
4419 if test "$no_cache" != 1; then
4420 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
4421 fi
4422
4423 if test "$wxUSE_WAVE" = yes; then
4424 echo "$as_me:$LINENO: result: yes" >&5
4425 echo "${ECHO_T}yes" >&6
4426 else
4427 echo "$as_me:$LINENO: result: no" >&5
4428 echo "${ECHO_T}no" >&6
4429 fi
4430
4431
4432 enablestring=
4433 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fraction" >&5
4434 echo $ECHO_N "checking for --${enablestring:-enable}-fraction... $ECHO_C" >&6
4435 no_cache=0
4436 # Check whether --enable-fraction or --disable-fraction was given.
4437 if test "${enable_fraction+set}" = set; then
4438 enableval="$enable_fraction"
4439
4440 if test "$enableval" = yes; then
4441 ac_cv_use_fraction='wxUSE_FRACTION=yes'
4442 else
4443 ac_cv_use_fraction='wxUSE_FRACTION=no'
4444 fi
4445
4446 else
4447
4448 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
4449 if test "x$LINE" != x ; then
4450 eval "DEFAULT_$LINE"
4451 else
4452 no_cache=1
4453 fi
4454
4455 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
4456
4457 fi;
4458
4459 eval "$ac_cv_use_fraction"
4460 if test "$no_cache" != 1; then
4461 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
4462 fi
4463
4464 if test "$wxUSE_FRACTION" = yes; then
4465 echo "$as_me:$LINENO: result: yes" >&5
4466 echo "${ECHO_T}yes" >&6
4467 else
4468 echo "$as_me:$LINENO: result: no" >&5
4469 echo "${ECHO_T}no" >&6
4470 fi
4471
4472
4473 enablestring=
4474 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4475 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4476 no_cache=0
4477 # Check whether --enable-dynlib or --disable-dynlib was given.
4478 if test "${enable_dynlib+set}" = set; then
4479 enableval="$enable_dynlib"
4480
4481 if test "$enableval" = yes; then
4482 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4483 else
4484 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4485 fi
4486
4487 else
4488
4489 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4490 if test "x$LINE" != x ; then
4491 eval "DEFAULT_$LINE"
4492 else
4493 no_cache=1
4494 fi
4495
4496 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4497
4498 fi;
4499
4500 eval "$ac_cv_use_dynlib"
4501 if test "$no_cache" != 1; then
4502 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4503 fi
4504
4505 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4506 echo "$as_me:$LINENO: result: yes" >&5
4507 echo "${ECHO_T}yes" >&6
4508 else
4509 echo "$as_me:$LINENO: result: no" >&5
4510 echo "${ECHO_T}no" >&6
4511 fi
4512
4513
4514 enablestring=
4515 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4516 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4517 no_cache=0
4518 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4519 if test "${enable_dynamicloader+set}" = set; then
4520 enableval="$enable_dynamicloader"
4521
4522 if test "$enableval" = yes; then
4523 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4524 else
4525 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4526 fi
4527
4528 else
4529
4530 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4531 if test "x$LINE" != x ; then
4532 eval "DEFAULT_$LINE"
4533 else
4534 no_cache=1
4535 fi
4536
4537 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
4538
4539 fi;
4540
4541 eval "$ac_cv_use_dynamicloader"
4542 if test "$no_cache" != 1; then
4543 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4544 fi
4545
4546 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4547 echo "$as_me:$LINENO: result: yes" >&5
4548 echo "${ECHO_T}yes" >&6
4549 else
4550 echo "$as_me:$LINENO: result: no" >&5
4551 echo "${ECHO_T}no" >&6
4552 fi
4553
4554
4555 enablestring=
4556 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4557 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
4558 no_cache=0
4559 # Check whether --enable-longlong or --disable-longlong was given.
4560 if test "${enable_longlong+set}" = set; then
4561 enableval="$enable_longlong"
4562
4563 if test "$enableval" = yes; then
4564 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
4565 else
4566 ac_cv_use_longlong='wxUSE_LONGLONG=no'
4567 fi
4568
4569 else
4570
4571 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
4572 if test "x$LINE" != x ; then
4573 eval "DEFAULT_$LINE"
4574 else
4575 no_cache=1
4576 fi
4577
4578 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
4579
4580 fi;
4581
4582 eval "$ac_cv_use_longlong"
4583 if test "$no_cache" != 1; then
4584 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
4585 fi
4586
4587 if test "$wxUSE_LONGLONG" = yes; then
4588 echo "$as_me:$LINENO: result: yes" >&5
4589 echo "${ECHO_T}yes" >&6
4590 else
4591 echo "$as_me:$LINENO: result: no" >&5
4592 echo "${ECHO_T}no" >&6
4593 fi
4594
4595
4596 enablestring=
4597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4598 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
4599 no_cache=0
4600 # Check whether --enable-geometry or --disable-geometry was given.
4601 if test "${enable_geometry+set}" = set; then
4602 enableval="$enable_geometry"
4603
4604 if test "$enableval" = yes; then
4605 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
4606 else
4607 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
4608 fi
4609
4610 else
4611
4612 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4613 if test "x$LINE" != x ; then
4614 eval "DEFAULT_$LINE"
4615 else
4616 no_cache=1
4617 fi
4618
4619 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
4620
4621 fi;
4622
4623 eval "$ac_cv_use_geometry"
4624 if test "$no_cache" != 1; then
4625 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4626 fi
4627
4628 if test "$wxUSE_GEOMETRY" = yes; then
4629 echo "$as_me:$LINENO: result: yes" >&5
4630 echo "${ECHO_T}yes" >&6
4631 else
4632 echo "$as_me:$LINENO: result: no" >&5
4633 echo "${ECHO_T}no" >&6
4634 fi
4635
4636
4637 enablestring=
4638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4639 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
4640 no_cache=0
4641 # Check whether --enable-log or --disable-log was given.
4642 if test "${enable_log+set}" = set; then
4643 enableval="$enable_log"
4644
4645 if test "$enableval" = yes; then
4646 ac_cv_use_log='wxUSE_LOG=yes'
4647 else
4648 ac_cv_use_log='wxUSE_LOG=no'
4649 fi
4650
4651 else
4652
4653 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4654 if test "x$LINE" != x ; then
4655 eval "DEFAULT_$LINE"
4656 else
4657 no_cache=1
4658 fi
4659
4660 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
4661
4662 fi;
4663
4664 eval "$ac_cv_use_log"
4665 if test "$no_cache" != 1; then
4666 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4667 fi
4668
4669 if test "$wxUSE_LOG" = yes; then
4670 echo "$as_me:$LINENO: result: yes" >&5
4671 echo "${ECHO_T}yes" >&6
4672 else
4673 echo "$as_me:$LINENO: result: no" >&5
4674 echo "${ECHO_T}no" >&6
4675 fi
4676
4677
4678 enablestring=
4679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
4680 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
4681 no_cache=0
4682 # Check whether --enable-streams or --disable-streams was given.
4683 if test "${enable_streams+set}" = set; then
4684 enableval="$enable_streams"
4685
4686 if test "$enableval" = yes; then
4687 ac_cv_use_streams='wxUSE_STREAMS=yes'
4688 else
4689 ac_cv_use_streams='wxUSE_STREAMS=no'
4690 fi
4691
4692 else
4693
4694 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4695 if test "x$LINE" != x ; then
4696 eval "DEFAULT_$LINE"
4697 else
4698 no_cache=1
4699 fi
4700
4701 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
4702
4703 fi;
4704
4705 eval "$ac_cv_use_streams"
4706 if test "$no_cache" != 1; then
4707 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4708 fi
4709
4710 if test "$wxUSE_STREAMS" = yes; then
4711 echo "$as_me:$LINENO: result: yes" >&5
4712 echo "${ECHO_T}yes" >&6
4713 else
4714 echo "$as_me:$LINENO: result: no" >&5
4715 echo "${ECHO_T}no" >&6
4716 fi
4717
4718
4719 enablestring=
4720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4721 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4722 no_cache=0
4723 # Check whether --enable-file or --disable-file was given.
4724 if test "${enable_file+set}" = set; then
4725 enableval="$enable_file"
4726
4727 if test "$enableval" = yes; then
4728 ac_cv_use_file='wxUSE_FILE=yes'
4729 else
4730 ac_cv_use_file='wxUSE_FILE=no'
4731 fi
4732
4733 else
4734
4735 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4736 if test "x$LINE" != x ; then
4737 eval "DEFAULT_$LINE"
4738 else
4739 no_cache=1
4740 fi
4741
4742 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4743
4744 fi;
4745
4746 eval "$ac_cv_use_file"
4747 if test "$no_cache" != 1; then
4748 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4749 fi
4750
4751 if test "$wxUSE_FILE" = yes; then
4752 echo "$as_me:$LINENO: result: yes" >&5
4753 echo "${ECHO_T}yes" >&6
4754 else
4755 echo "$as_me:$LINENO: result: no" >&5
4756 echo "${ECHO_T}no" >&6
4757 fi
4758
4759
4760 enablestring=
4761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4762 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4763 no_cache=0
4764 # Check whether --enable-ffile or --disable-ffile was given.
4765 if test "${enable_ffile+set}" = set; then
4766 enableval="$enable_ffile"
4767
4768 if test "$enableval" = yes; then
4769 ac_cv_use_ffile='wxUSE_FFILE=yes'
4770 else
4771 ac_cv_use_ffile='wxUSE_FFILE=no'
4772 fi
4773
4774 else
4775
4776 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4777 if test "x$LINE" != x ; then
4778 eval "DEFAULT_$LINE"
4779 else
4780 no_cache=1
4781 fi
4782
4783 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4784
4785 fi;
4786
4787 eval "$ac_cv_use_ffile"
4788 if test "$no_cache" != 1; then
4789 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4790 fi
4791
4792 if test "$wxUSE_FFILE" = yes; then
4793 echo "$as_me:$LINENO: result: yes" >&5
4794 echo "${ECHO_T}yes" >&6
4795 else
4796 echo "$as_me:$LINENO: result: no" >&5
4797 echo "${ECHO_T}no" >&6
4798 fi
4799
4800
4801 enablestring=
4802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
4803 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
4804 no_cache=0
4805 # Check whether --enable-textbuf or --disable-textbuf was given.
4806 if test "${enable_textbuf+set}" = set; then
4807 enableval="$enable_textbuf"
4808
4809 if test "$enableval" = yes; then
4810 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
4811 else
4812 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
4813 fi
4814
4815 else
4816
4817 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4818 if test "x$LINE" != x ; then
4819 eval "DEFAULT_$LINE"
4820 else
4821 no_cache=1
4822 fi
4823
4824 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4825
4826 fi;
4827
4828 eval "$ac_cv_use_textbuf"
4829 if test "$no_cache" != 1; then
4830 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4831 fi
4832
4833 if test "$wxUSE_TEXTBUFFER" = yes; then
4834 echo "$as_me:$LINENO: result: yes" >&5
4835 echo "${ECHO_T}yes" >&6
4836 else
4837 echo "$as_me:$LINENO: result: no" >&5
4838 echo "${ECHO_T}no" >&6
4839 fi
4840
4841
4842 enablestring=
4843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
4844 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
4845 no_cache=0
4846 # Check whether --enable-textfile or --disable-textfile was given.
4847 if test "${enable_textfile+set}" = set; then
4848 enableval="$enable_textfile"
4849
4850 if test "$enableval" = yes; then
4851 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
4852 else
4853 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
4854 fi
4855
4856 else
4857
4858 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4859 if test "x$LINE" != x ; then
4860 eval "DEFAULT_$LINE"
4861 else
4862 no_cache=1
4863 fi
4864
4865 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4866
4867 fi;
4868
4869 eval "$ac_cv_use_textfile"
4870 if test "$no_cache" != 1; then
4871 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4872 fi
4873
4874 if test "$wxUSE_TEXTFILE" = yes; then
4875 echo "$as_me:$LINENO: result: yes" >&5
4876 echo "${ECHO_T}yes" >&6
4877 else
4878 echo "$as_me:$LINENO: result: no" >&5
4879 echo "${ECHO_T}no" >&6
4880 fi
4881
4882
4883 enablestring=
4884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4885 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4886 no_cache=0
4887 # Check whether --enable-fontmap or --disable-fontmap was given.
4888 if test "${enable_fontmap+set}" = set; then
4889 enableval="$enable_fontmap"
4890
4891 if test "$enableval" = yes; then
4892 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
4893 else
4894 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
4895 fi
4896
4897 else
4898
4899 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4900 if test "x$LINE" != x ; then
4901 eval "DEFAULT_$LINE"
4902 else
4903 no_cache=1
4904 fi
4905
4906 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4907
4908 fi;
4909
4910 eval "$ac_cv_use_fontmap"
4911 if test "$no_cache" != 1; then
4912 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4913 fi
4914
4915 if test "$wxUSE_FONTMAP" = yes; then
4916 echo "$as_me:$LINENO: result: yes" >&5
4917 echo "${ECHO_T}yes" >&6
4918 else
4919 echo "$as_me:$LINENO: result: no" >&5
4920 echo "${ECHO_T}no" >&6
4921 fi
4922
4923
4924 enablestring=
4925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4926 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
4927 no_cache=0
4928 # Check whether --enable-unicode or --disable-unicode was given.
4929 if test "${enable_unicode+set}" = set; then
4930 enableval="$enable_unicode"
4931
4932 if test "$enableval" = yes; then
4933 ac_cv_use_unicode='wxUSE_UNICODE=yes'
4934 else
4935 ac_cv_use_unicode='wxUSE_UNICODE=no'
4936 fi
4937
4938 else
4939
4940 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4941 if test "x$LINE" != x ; then
4942 eval "DEFAULT_$LINE"
4943 else
4944 no_cache=1
4945 fi
4946
4947 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4948
4949 fi;
4950
4951 eval "$ac_cv_use_unicode"
4952 if test "$no_cache" != 1; then
4953 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4954 fi
4955
4956 if test "$wxUSE_UNICODE" = yes; then
4957 echo "$as_me:$LINENO: result: yes" >&5
4958 echo "${ECHO_T}yes" >&6
4959 else
4960 echo "$as_me:$LINENO: result: no" >&5
4961 echo "${ECHO_T}no" >&6
4962 fi
4963
4964
4965 enablestring=
4966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4967 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
4968 no_cache=0
4969 # Check whether --enable-mslu or --disable-mslu was given.
4970 if test "${enable_mslu+set}" = set; then
4971 enableval="$enable_mslu"
4972
4973 if test "$enableval" = yes; then
4974 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4975 else
4976 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4977 fi
4978
4979 else
4980
4981 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4982 if test "x$LINE" != x ; then
4983 eval "DEFAULT_$LINE"
4984 else
4985 no_cache=1
4986 fi
4987
4988 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4989
4990 fi;
4991
4992 eval "$ac_cv_use_mslu"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4995 fi
4996
4997 if test "$wxUSE_UNICODE_MSLU" = yes; then
4998 echo "$as_me:$LINENO: result: yes" >&5
4999 echo "${ECHO_T}yes" >&6
5000 else
5001 echo "$as_me:$LINENO: result: no" >&5
5002 echo "${ECHO_T}no" >&6
5003 fi
5004
5005
5006 enablestring=
5007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5008 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5009 no_cache=0
5010 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5011 if test "${enable_wxprintfv+set}" = set; then
5012 enableval="$enable_wxprintfv"
5013
5014 if test "$enableval" = yes; then
5015 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
5016 else
5017 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
5018 fi
5019
5020 else
5021
5022 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5023 if test "x$LINE" != x ; then
5024 eval "DEFAULT_$LINE"
5025 else
5026 no_cache=1
5027 fi
5028
5029 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5030
5031 fi;
5032
5033 eval "$ac_cv_use_wxprintfv"
5034 if test "$no_cache" != 1; then
5035 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5036 fi
5037
5038 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5039 echo "$as_me:$LINENO: result: yes" >&5
5040 echo "${ECHO_T}yes" >&6
5041 else
5042 echo "$as_me:$LINENO: result: no" >&5
5043 echo "${ECHO_T}no" >&6
5044 fi
5045
5046
5047 enablestring=
5048 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5049 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5050 no_cache=0
5051 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5052 if test "${enable_std_iostreams+set}" = set; then
5053 enableval="$enable_std_iostreams"
5054
5055 if test "$enableval" = yes; then
5056 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5057 else
5058 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5059 fi
5060
5061 else
5062
5063 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5064 if test "x$LINE" != x ; then
5065 eval "DEFAULT_$LINE"
5066 else
5067 no_cache=1
5068 fi
5069
5070 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5071
5072 fi;
5073
5074 eval "$ac_cv_use_std_iostreams"
5075 if test "$no_cache" != 1; then
5076 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5077 fi
5078
5079 if test "$wxUSE_STD_IOSTREAM" = yes; then
5080 echo "$as_me:$LINENO: result: yes" >&5
5081 echo "${ECHO_T}yes" >&6
5082 else
5083 echo "$as_me:$LINENO: result: no" >&5
5084 echo "${ECHO_T}no" >&6
5085 fi
5086
5087
5088 enablestring=
5089 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5090 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5091 no_cache=0
5092 # Check whether --enable-filesystem or --disable-filesystem was given.
5093 if test "${enable_filesystem+set}" = set; then
5094 enableval="$enable_filesystem"
5095
5096 if test "$enableval" = yes; then
5097 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5098 else
5099 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5100 fi
5101
5102 else
5103
5104 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5105 if test "x$LINE" != x ; then
5106 eval "DEFAULT_$LINE"
5107 else
5108 no_cache=1
5109 fi
5110
5111 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5112
5113 fi;
5114
5115 eval "$ac_cv_use_filesystem"
5116 if test "$no_cache" != 1; then
5117 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5118 fi
5119
5120 if test "$wxUSE_FILESYSTEM" = yes; then
5121 echo "$as_me:$LINENO: result: yes" >&5
5122 echo "${ECHO_T}yes" >&6
5123 else
5124 echo "$as_me:$LINENO: result: no" >&5
5125 echo "${ECHO_T}no" >&6
5126 fi
5127
5128
5129 enablestring=
5130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5131 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5132 no_cache=0
5133 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5134 if test "${enable_fs_inet+set}" = set; then
5135 enableval="$enable_fs_inet"
5136
5137 if test "$enableval" = yes; then
5138 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5139 else
5140 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5141 fi
5142
5143 else
5144
5145 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5146 if test "x$LINE" != x ; then
5147 eval "DEFAULT_$LINE"
5148 else
5149 no_cache=1
5150 fi
5151
5152 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5153
5154 fi;
5155
5156 eval "$ac_cv_use_fs_inet"
5157 if test "$no_cache" != 1; then
5158 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5159 fi
5160
5161 if test "$wxUSE_FS_INET" = yes; then
5162 echo "$as_me:$LINENO: result: yes" >&5
5163 echo "${ECHO_T}yes" >&6
5164 else
5165 echo "$as_me:$LINENO: result: no" >&5
5166 echo "${ECHO_T}no" >&6
5167 fi
5168
5169
5170 enablestring=
5171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5172 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5173 no_cache=0
5174 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5175 if test "${enable_fs_zip+set}" = set; then
5176 enableval="$enable_fs_zip"
5177
5178 if test "$enableval" = yes; then
5179 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5180 else
5181 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5182 fi
5183
5184 else
5185
5186 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5187 if test "x$LINE" != x ; then
5188 eval "DEFAULT_$LINE"
5189 else
5190 no_cache=1
5191 fi
5192
5193 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5194
5195 fi;
5196
5197 eval "$ac_cv_use_fs_zip"
5198 if test "$no_cache" != 1; then
5199 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5200 fi
5201
5202 if test "$wxUSE_FS_ZIP" = yes; then
5203 echo "$as_me:$LINENO: result: yes" >&5
5204 echo "${ECHO_T}yes" >&6
5205 else
5206 echo "$as_me:$LINENO: result: no" >&5
5207 echo "${ECHO_T}no" >&6
5208 fi
5209
5210
5211 enablestring=
5212 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5213 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5214 no_cache=0
5215 # Check whether --enable-zipstream or --disable-zipstream was given.
5216 if test "${enable_zipstream+set}" = set; then
5217 enableval="$enable_zipstream"
5218
5219 if test "$enableval" = yes; then
5220 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
5221 else
5222 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
5223 fi
5224
5225 else
5226
5227 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5228 if test "x$LINE" != x ; then
5229 eval "DEFAULT_$LINE"
5230 else
5231 no_cache=1
5232 fi
5233
5234 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
5235
5236 fi;
5237
5238 eval "$ac_cv_use_zipstream"
5239 if test "$no_cache" != 1; then
5240 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5241 fi
5242
5243 if test "$wxUSE_ZIPSTREAM" = yes; then
5244 echo "$as_me:$LINENO: result: yes" >&5
5245 echo "${ECHO_T}yes" >&6
5246 else
5247 echo "$as_me:$LINENO: result: no" >&5
5248 echo "${ECHO_T}no" >&6
5249 fi
5250
5251
5252
5253 enablestring=
5254 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5255 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
5256 no_cache=0
5257 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5258 if test "${enable_catch_segvs+set}" = set; then
5259 enableval="$enable_catch_segvs"
5260
5261 if test "$enableval" = yes; then
5262 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
5263 else
5264 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
5265 fi
5266
5267 else
5268
5269 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5270 if test "x$LINE" != x ; then
5271 eval "DEFAULT_$LINE"
5272 else
5273 no_cache=1
5274 fi
5275
5276 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
5277
5278 fi;
5279
5280 eval "$ac_cv_use_catch_segvs"
5281 if test "$no_cache" != 1; then
5282 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5283 fi
5284
5285 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
5286 echo "$as_me:$LINENO: result: yes" >&5
5287 echo "${ECHO_T}yes" >&6
5288 else
5289 echo "$as_me:$LINENO: result: no" >&5
5290 echo "${ECHO_T}no" >&6
5291 fi
5292
5293
5294 enablestring=
5295 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5296 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5297 no_cache=0
5298 # Check whether --enable-snglinst or --disable-snglinst was given.
5299 if test "${enable_snglinst+set}" = set; then
5300 enableval="$enable_snglinst"
5301
5302 if test "$enableval" = yes; then
5303 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5304 else
5305 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5306 fi
5307
5308 else
5309
5310 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x ; then
5312 eval "DEFAULT_$LINE"
5313 else
5314 no_cache=1
5315 fi
5316
5317 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5318
5319 fi;
5320
5321 eval "$ac_cv_use_snglinst"
5322 if test "$no_cache" != 1; then
5323 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5324 fi
5325
5326 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5327 echo "$as_me:$LINENO: result: yes" >&5
5328 echo "${ECHO_T}yes" >&6
5329 else
5330 echo "$as_me:$LINENO: result: no" >&5
5331 echo "${ECHO_T}no" >&6
5332 fi
5333
5334
5335
5336 enablestring=
5337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5338 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5339 no_cache=0
5340 # Check whether --enable-mimetype or --disable-mimetype was given.
5341 if test "${enable_mimetype+set}" = set; then
5342 enableval="$enable_mimetype"
5343
5344 if test "$enableval" = yes; then
5345 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5346 else
5347 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5348 fi
5349
5350 else
5351
5352 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5353 if test "x$LINE" != x ; then
5354 eval "DEFAULT_$LINE"
5355 else
5356 no_cache=1
5357 fi
5358
5359 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5360
5361 fi;
5362
5363 eval "$ac_cv_use_mimetype"
5364 if test "$no_cache" != 1; then
5365 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5366 fi
5367
5368 if test "$wxUSE_MIMETYPE" = yes; then
5369 echo "$as_me:$LINENO: result: yes" >&5
5370 echo "${ECHO_T}yes" >&6
5371 else
5372 echo "$as_me:$LINENO: result: no" >&5
5373 echo "${ECHO_T}no" >&6
5374 fi
5375
5376
5377 enablestring=
5378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5379 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5380 no_cache=0
5381 # Check whether --enable-system_options or --disable-system_options was given.
5382 if test "${enable_system_options+set}" = set; then
5383 enableval="$enable_system_options"
5384
5385 if test "$enableval" = yes; then
5386 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5387 else
5388 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5389 fi
5390
5391 else
5392
5393 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5394 if test "x$LINE" != x ; then
5395 eval "DEFAULT_$LINE"
5396 else
5397 no_cache=1
5398 fi
5399
5400 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5401
5402 fi;
5403
5404 eval "$ac_cv_use_system_options"
5405 if test "$no_cache" != 1; then
5406 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5407 fi
5408
5409 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5410 echo "$as_me:$LINENO: result: yes" >&5
5411 echo "${ECHO_T}yes" >&6
5412 else
5413 echo "$as_me:$LINENO: result: no" >&5
5414 echo "${ECHO_T}no" >&6
5415 fi
5416
5417
5418
5419 enablestring=
5420 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5421 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5422 no_cache=0
5423 # Check whether --enable-url or --disable-url was given.
5424 if test "${enable_url+set}" = set; then
5425 enableval="$enable_url"
5426
5427 if test "$enableval" = yes; then
5428 ac_cv_use_url='wxUSE_URL=yes'
5429 else
5430 ac_cv_use_url='wxUSE_URL=no'
5431 fi
5432
5433 else
5434
5435 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5436 if test "x$LINE" != x ; then
5437 eval "DEFAULT_$LINE"
5438 else
5439 no_cache=1
5440 fi
5441
5442 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
5443
5444 fi;
5445
5446 eval "$ac_cv_use_url"
5447 if test "$no_cache" != 1; then
5448 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5449 fi
5450
5451 if test "$wxUSE_URL" = yes; then
5452 echo "$as_me:$LINENO: result: yes" >&5
5453 echo "${ECHO_T}yes" >&6
5454 else
5455 echo "$as_me:$LINENO: result: no" >&5
5456 echo "${ECHO_T}no" >&6
5457 fi
5458
5459
5460 enablestring=
5461 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5462 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5463 no_cache=0
5464 # Check whether --enable-protocol or --disable-protocol was given.
5465 if test "${enable_protocol+set}" = set; then
5466 enableval="$enable_protocol"
5467
5468 if test "$enableval" = yes; then
5469 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
5470 else
5471 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
5472 fi
5473
5474 else
5475
5476 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5477 if test "x$LINE" != x ; then
5478 eval "DEFAULT_$LINE"
5479 else
5480 no_cache=1
5481 fi
5482
5483 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
5484
5485 fi;
5486
5487 eval "$ac_cv_use_protocol"
5488 if test "$no_cache" != 1; then
5489 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5490 fi
5491
5492 if test "$wxUSE_PROTOCOL" = yes; then
5493 echo "$as_me:$LINENO: result: yes" >&5
5494 echo "${ECHO_T}yes" >&6
5495 else
5496 echo "$as_me:$LINENO: result: no" >&5
5497 echo "${ECHO_T}no" >&6
5498 fi
5499
5500
5501 enablestring=
5502 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5503 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5504 no_cache=0
5505 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5506 if test "${enable_protocol_http+set}" = set; then
5507 enableval="$enable_protocol_http"
5508
5509 if test "$enableval" = yes; then
5510 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
5511 else
5512 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
5513 fi
5514
5515 else
5516
5517 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5518 if test "x$LINE" != x ; then
5519 eval "DEFAULT_$LINE"
5520 else
5521 no_cache=1
5522 fi
5523
5524 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
5525
5526 fi;
5527
5528 eval "$ac_cv_use_protocol_http"
5529 if test "$no_cache" != 1; then
5530 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5531 fi
5532
5533 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
5534 echo "$as_me:$LINENO: result: yes" >&5
5535 echo "${ECHO_T}yes" >&6
5536 else
5537 echo "$as_me:$LINENO: result: no" >&5
5538 echo "${ECHO_T}no" >&6
5539 fi
5540
5541
5542 enablestring=
5543 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5544 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5545 no_cache=0
5546 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5547 if test "${enable_protocol_ftp+set}" = set; then
5548 enableval="$enable_protocol_ftp"
5549
5550 if test "$enableval" = yes; then
5551 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
5552 else
5553 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
5554 fi
5555
5556 else
5557
5558 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5559 if test "x$LINE" != x ; then
5560 eval "DEFAULT_$LINE"
5561 else
5562 no_cache=1
5563 fi
5564
5565 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
5566
5567 fi;
5568
5569 eval "$ac_cv_use_protocol_ftp"
5570 if test "$no_cache" != 1; then
5571 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5572 fi
5573
5574 if test "$wxUSE_PROTOCOL_FTP" = yes; then
5575 echo "$as_me:$LINENO: result: yes" >&5
5576 echo "${ECHO_T}yes" >&6
5577 else
5578 echo "$as_me:$LINENO: result: no" >&5
5579 echo "${ECHO_T}no" >&6
5580 fi
5581
5582
5583 enablestring=
5584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5585 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5586 no_cache=0
5587 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5588 if test "${enable_protocol_file+set}" = set; then
5589 enableval="$enable_protocol_file"
5590
5591 if test "$enableval" = yes; then
5592 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
5593 else
5594 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
5595 fi
5596
5597 else
5598
5599 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5600 if test "x$LINE" != x ; then
5601 eval "DEFAULT_$LINE"
5602 else
5603 no_cache=1
5604 fi
5605
5606 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
5607
5608 fi;
5609
5610 eval "$ac_cv_use_protocol_file"
5611 if test "$no_cache" != 1; then
5612 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5613 fi
5614
5615 if test "$wxUSE_PROTOCOL_FILE" = yes; then
5616 echo "$as_me:$LINENO: result: yes" >&5
5617 echo "${ECHO_T}yes" >&6
5618 else
5619 echo "$as_me:$LINENO: result: no" >&5
5620 echo "${ECHO_T}no" >&6
5621 fi
5622
5623
5624
5625
5626
5627 enablestring=
5628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5629 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
5630 no_cache=0
5631 # Check whether --enable-threads or --disable-threads was given.
5632 if test "${enable_threads+set}" = set; then
5633 enableval="$enable_threads"
5634
5635 if test "$enableval" = yes; then
5636 ac_cv_use_threads='wxUSE_THREADS=yes'
5637 else
5638 ac_cv_use_threads='wxUSE_THREADS=no'
5639 fi
5640
5641 else
5642
5643 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5644 if test "x$LINE" != x ; then
5645 eval "DEFAULT_$LINE"
5646 else
5647 no_cache=1
5648 fi
5649
5650 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
5651
5652 fi;
5653
5654 eval "$ac_cv_use_threads"
5655 if test "$no_cache" != 1; then
5656 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5657 fi
5658
5659 if test "$wxUSE_THREADS" = yes; then
5660 echo "$as_me:$LINENO: result: yes" >&5
5661 echo "${ECHO_T}yes" >&6
5662 else
5663 echo "$as_me:$LINENO: result: no" >&5
5664 echo "${ECHO_T}no" >&6
5665 fi
5666
5667
5668 if test "$wxUSE_GUI" = "yes"; then
5669
5670
5671
5672 enablestring=
5673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5674 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
5675 no_cache=0
5676 # Check whether --enable-docview or --disable-docview was given.
5677 if test "${enable_docview+set}" = set; then
5678 enableval="$enable_docview"
5679
5680 if test "$enableval" = yes; then
5681 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5682 else
5683 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5684 fi
5685
5686 else
5687
5688 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5689 if test "x$LINE" != x ; then
5690 eval "DEFAULT_$LINE"
5691 else
5692 no_cache=1
5693 fi
5694
5695 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5696
5697 fi;
5698
5699 eval "$ac_cv_use_docview"
5700 if test "$no_cache" != 1; then
5701 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5702 fi
5703
5704 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5705 echo "$as_me:$LINENO: result: yes" >&5
5706 echo "${ECHO_T}yes" >&6
5707 else
5708 echo "$as_me:$LINENO: result: no" >&5
5709 echo "${ECHO_T}no" >&6
5710 fi
5711
5712
5713 enablestring=
5714 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5715 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
5716 no_cache=0
5717 # Check whether --enable-help or --disable-help was given.
5718 if test "${enable_help+set}" = set; then
5719 enableval="$enable_help"
5720
5721 if test "$enableval" = yes; then
5722 ac_cv_use_help='wxUSE_HELP=yes'
5723 else
5724 ac_cv_use_help='wxUSE_HELP=no'
5725 fi
5726
5727 else
5728
5729 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5730 if test "x$LINE" != x ; then
5731 eval "DEFAULT_$LINE"
5732 else
5733 no_cache=1
5734 fi
5735
5736 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
5737
5738 fi;
5739
5740 eval "$ac_cv_use_help"
5741 if test "$no_cache" != 1; then
5742 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5743 fi
5744
5745 if test "$wxUSE_HELP" = yes; then
5746 echo "$as_me:$LINENO: result: yes" >&5
5747 echo "${ECHO_T}yes" >&6
5748 else
5749 echo "$as_me:$LINENO: result: no" >&5
5750 echo "${ECHO_T}no" >&6
5751 fi
5752
5753
5754 enablestring=
5755 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5756 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
5757 no_cache=0
5758 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5759 if test "${enable_mshtmlhelp+set}" = set; then
5760 enableval="$enable_mshtmlhelp"
5761
5762 if test "$enableval" = yes; then
5763 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
5764 else
5765 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
5766 fi
5767
5768 else
5769
5770 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5771 if test "x$LINE" != x ; then
5772 eval "DEFAULT_$LINE"
5773 else
5774 no_cache=1
5775 fi
5776
5777 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
5778
5779 fi;
5780
5781 eval "$ac_cv_use_mshtmlhelp"
5782 if test "$no_cache" != 1; then
5783 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5784 fi
5785
5786 if test "$wxUSE_MS_HTML_HELP" = yes; then
5787 echo "$as_me:$LINENO: result: yes" >&5
5788 echo "${ECHO_T}yes" >&6
5789 else
5790 echo "$as_me:$LINENO: result: no" >&5
5791 echo "${ECHO_T}no" >&6
5792 fi
5793
5794
5795 enablestring=
5796 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
5797 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
5798 no_cache=0
5799 # Check whether --enable-html or --disable-html was given.
5800 if test "${enable_html+set}" = set; then
5801 enableval="$enable_html"
5802
5803 if test "$enableval" = yes; then
5804 ac_cv_use_html='wxUSE_HTML=yes'
5805 else
5806 ac_cv_use_html='wxUSE_HTML=no'
5807 fi
5808
5809 else
5810
5811 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5812 if test "x$LINE" != x ; then
5813 eval "DEFAULT_$LINE"
5814 else
5815 no_cache=1
5816 fi
5817
5818 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5819
5820 fi;
5821
5822 eval "$ac_cv_use_html"
5823 if test "$no_cache" != 1; then
5824 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5825 fi
5826
5827 if test "$wxUSE_HTML" = yes; then
5828 echo "$as_me:$LINENO: result: yes" >&5
5829 echo "${ECHO_T}yes" >&6
5830 else
5831 echo "$as_me:$LINENO: result: no" >&5
5832 echo "${ECHO_T}no" >&6
5833 fi
5834
5835
5836 enablestring=
5837 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
5838 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
5839 no_cache=0
5840 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5841 if test "${enable_htmlhelp+set}" = set; then
5842 enableval="$enable_htmlhelp"
5843
5844 if test "$enableval" = yes; then
5845 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
5846 else
5847 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
5848 fi
5849
5850 else
5851
5852 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5853 if test "x$LINE" != x ; then
5854 eval "DEFAULT_$LINE"
5855 else
5856 no_cache=1
5857 fi
5858
5859 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5860
5861 fi;
5862
5863 eval "$ac_cv_use_htmlhelp"
5864 if test "$no_cache" != 1; then
5865 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5866 fi
5867
5868 if test "$wxUSE_WXHTML_HELP" = yes; then
5869 echo "$as_me:$LINENO: result: yes" >&5
5870 echo "${ECHO_T}yes" >&6
5871 else
5872 echo "$as_me:$LINENO: result: no" >&5
5873 echo "${ECHO_T}no" >&6
5874 fi
5875
5876
5877 enablestring=
5878 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
5879 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
5880 no_cache=0
5881 # Check whether --enable-constraints or --disable-constraints was given.
5882 if test "${enable_constraints+set}" = set; then
5883 enableval="$enable_constraints"
5884
5885 if test "$enableval" = yes; then
5886 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5887 else
5888 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5889 fi
5890
5891 else
5892
5893 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5894 if test "x$LINE" != x ; then
5895 eval "DEFAULT_$LINE"
5896 else
5897 no_cache=1
5898 fi
5899
5900 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5901
5902 fi;
5903
5904 eval "$ac_cv_use_constraints"
5905 if test "$no_cache" != 1; then
5906 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5907 fi
5908
5909 if test "$wxUSE_CONSTRAINTS" = yes; then
5910 echo "$as_me:$LINENO: result: yes" >&5
5911 echo "${ECHO_T}yes" >&6
5912 else
5913 echo "$as_me:$LINENO: result: no" >&5
5914 echo "${ECHO_T}no" >&6
5915 fi
5916
5917
5918 enablestring=
5919 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
5920 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
5921 no_cache=0
5922 # Check whether --enable-printarch or --disable-printarch was given.
5923 if test "${enable_printarch+set}" = set; then
5924 enableval="$enable_printarch"
5925
5926 if test "$enableval" = yes; then
5927 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
5928 else
5929 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
5930 fi
5931
5932 else
5933
5934 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5935 if test "x$LINE" != x ; then
5936 eval "DEFAULT_$LINE"
5937 else
5938 no_cache=1
5939 fi
5940
5941 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5942
5943 fi;
5944
5945 eval "$ac_cv_use_printarch"
5946 if test "$no_cache" != 1; then
5947 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5948 fi
5949
5950 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5951 echo "$as_me:$LINENO: result: yes" >&5
5952 echo "${ECHO_T}yes" >&6
5953 else
5954 echo "$as_me:$LINENO: result: no" >&5
5955 echo "${ECHO_T}no" >&6
5956 fi
5957
5958
5959 enablestring=
5960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
5961 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
5962 no_cache=0
5963 # Check whether --enable-mdi or --disable-mdi was given.
5964 if test "${enable_mdi+set}" = set; then
5965 enableval="$enable_mdi"
5966
5967 if test "$enableval" = yes; then
5968 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
5969 else
5970 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
5971 fi
5972
5973 else
5974
5975 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5976 if test "x$LINE" != x ; then
5977 eval "DEFAULT_$LINE"
5978 else
5979 no_cache=1
5980 fi
5981
5982 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5983
5984 fi;
5985
5986 eval "$ac_cv_use_mdi"
5987 if test "$no_cache" != 1; then
5988 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5989 fi
5990
5991 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5992 echo "$as_me:$LINENO: result: yes" >&5
5993 echo "${ECHO_T}yes" >&6
5994 else
5995 echo "$as_me:$LINENO: result: no" >&5
5996 echo "${ECHO_T}no" >&6
5997 fi
5998
5999
6000 enablestring=
6001 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6002 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6003 no_cache=0
6004 # Check whether --enable-loggui or --disable-loggui was given.
6005 if test "${enable_loggui+set}" = set; then
6006 enableval="$enable_loggui"
6007
6008 if test "$enableval" = yes; then
6009 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6010 else
6011 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6012 fi
6013
6014 else
6015
6016 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6017 if test "x$LINE" != x ; then
6018 eval "DEFAULT_$LINE"
6019 else
6020 no_cache=1
6021 fi
6022
6023 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6024
6025 fi;
6026
6027 eval "$ac_cv_use_loggui"
6028 if test "$no_cache" != 1; then
6029 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6030 fi
6031
6032 if test "$wxUSE_LOGGUI" = yes; then
6033 echo "$as_me:$LINENO: result: yes" >&5
6034 echo "${ECHO_T}yes" >&6
6035 else
6036 echo "$as_me:$LINENO: result: no" >&5
6037 echo "${ECHO_T}no" >&6
6038 fi
6039
6040
6041 enablestring=
6042 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6043 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6044 no_cache=0
6045 # Check whether --enable-logwin or --disable-logwin was given.
6046 if test "${enable_logwin+set}" = set; then
6047 enableval="$enable_logwin"
6048
6049 if test "$enableval" = yes; then
6050 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6051 else
6052 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6053 fi
6054
6055 else
6056
6057 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6058 if test "x$LINE" != x ; then
6059 eval "DEFAULT_$LINE"
6060 else
6061 no_cache=1
6062 fi
6063
6064 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6065
6066 fi;
6067
6068 eval "$ac_cv_use_logwin"
6069 if test "$no_cache" != 1; then
6070 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6071 fi
6072
6073 if test "$wxUSE_LOGWINDOW" = yes; then
6074 echo "$as_me:$LINENO: result: yes" >&5
6075 echo "${ECHO_T}yes" >&6
6076 else
6077 echo "$as_me:$LINENO: result: no" >&5
6078 echo "${ECHO_T}no" >&6
6079 fi
6080
6081
6082 enablestring=
6083 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6084 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6085 no_cache=0
6086 # Check whether --enable-logdialog or --disable-logdialog was given.
6087 if test "${enable_logdialog+set}" = set; then
6088 enableval="$enable_logdialog"
6089
6090 if test "$enableval" = yes; then
6091 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6092 else
6093 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6094 fi
6095
6096 else
6097
6098 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6099 if test "x$LINE" != x ; then
6100 eval "DEFAULT_$LINE"
6101 else
6102 no_cache=1
6103 fi
6104
6105 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6106
6107 fi;
6108
6109 eval "$ac_cv_use_logdialog"
6110 if test "$no_cache" != 1; then
6111 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6112 fi
6113
6114 if test "$wxUSE_LOGDIALOG" = yes; then
6115 echo "$as_me:$LINENO: result: yes" >&5
6116 echo "${ECHO_T}yes" >&6
6117 else
6118 echo "$as_me:$LINENO: result: no" >&5
6119 echo "${ECHO_T}no" >&6
6120 fi
6121
6122
6123
6124 enablestring=
6125 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6126 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6127 no_cache=0
6128 # Check whether --enable-postscript or --disable-postscript was given.
6129 if test "${enable_postscript+set}" = set; then
6130 enableval="$enable_postscript"
6131
6132 if test "$enableval" = yes; then
6133 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6134 else
6135 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6136 fi
6137
6138 else
6139
6140 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6141 if test "x$LINE" != x ; then
6142 eval "DEFAULT_$LINE"
6143 else
6144 no_cache=1
6145 fi
6146
6147 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6148
6149 fi;
6150
6151 eval "$ac_cv_use_postscript"
6152 if test "$no_cache" != 1; then
6153 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6154 fi
6155
6156 if test "$wxUSE_POSTSCRIPT" = yes; then
6157 echo "$as_me:$LINENO: result: yes" >&5
6158 echo "${ECHO_T}yes" >&6
6159 else
6160 echo "$as_me:$LINENO: result: no" >&5
6161 echo "${ECHO_T}no" >&6
6162 fi
6163
6164
6165
6166
6167
6168 enablestring=
6169 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6170 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6171 no_cache=0
6172 # Check whether --enable-prologio or --disable-prologio was given.
6173 if test "${enable_prologio+set}" = set; then
6174 enableval="$enable_prologio"
6175
6176 if test "$enableval" = yes; then
6177 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
6178 else
6179 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
6180 fi
6181
6182 else
6183
6184 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6185 if test "x$LINE" != x ; then
6186 eval "DEFAULT_$LINE"
6187 else
6188 no_cache=1
6189 fi
6190
6191 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
6192
6193 fi;
6194
6195 eval "$ac_cv_use_prologio"
6196 if test "$no_cache" != 1; then
6197 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6198 fi
6199
6200 if test "$wxUSE_PROLOGIO" = yes; then
6201 echo "$as_me:$LINENO: result: yes" >&5
6202 echo "${ECHO_T}yes" >&6
6203 else
6204 echo "$as_me:$LINENO: result: no" >&5
6205 echo "${ECHO_T}no" >&6
6206 fi
6207
6208
6209 enablestring=
6210 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6211 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6212 no_cache=0
6213 # Check whether --enable-resources or --disable-resources was given.
6214 if test "${enable_resources+set}" = set; then
6215 enableval="$enable_resources"
6216
6217 if test "$enableval" = yes; then
6218 ac_cv_use_resources='wxUSE_RESOURCES=yes'
6219 else
6220 ac_cv_use_resources='wxUSE_RESOURCES=no'
6221 fi
6222
6223 else
6224
6225 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6226 if test "x$LINE" != x ; then
6227 eval "DEFAULT_$LINE"
6228 else
6229 no_cache=1
6230 fi
6231
6232 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
6233
6234 fi;
6235
6236 eval "$ac_cv_use_resources"
6237 if test "$no_cache" != 1; then
6238 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6239 fi
6240
6241 if test "$wxUSE_RESOURCES" = yes; then
6242 echo "$as_me:$LINENO: result: yes" >&5
6243 echo "${ECHO_T}yes" >&6
6244 else
6245 echo "$as_me:$LINENO: result: no" >&5
6246 echo "${ECHO_T}no" >&6
6247 fi
6248
6249
6250
6251
6252 enablestring=
6253 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6254 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6255 no_cache=0
6256 # Check whether --enable-clipboard or --disable-clipboard was given.
6257 if test "${enable_clipboard+set}" = set; then
6258 enableval="$enable_clipboard"
6259
6260 if test "$enableval" = yes; then
6261 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
6262 else
6263 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
6264 fi
6265
6266 else
6267
6268 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6269 if test "x$LINE" != x ; then
6270 eval "DEFAULT_$LINE"
6271 else
6272 no_cache=1
6273 fi
6274
6275 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
6276
6277 fi;
6278
6279 eval "$ac_cv_use_clipboard"
6280 if test "$no_cache" != 1; then
6281 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6282 fi
6283
6284 if test "$wxUSE_CLIPBOARD" = yes; then
6285 echo "$as_me:$LINENO: result: yes" >&5
6286 echo "${ECHO_T}yes" >&6
6287 else
6288 echo "$as_me:$LINENO: result: no" >&5
6289 echo "${ECHO_T}no" >&6
6290 fi
6291
6292
6293 enablestring=
6294 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6295 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6296 no_cache=0
6297 # Check whether --enable-dnd or --disable-dnd was given.
6298 if test "${enable_dnd+set}" = set; then
6299 enableval="$enable_dnd"
6300
6301 if test "$enableval" = yes; then
6302 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
6303 else
6304 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
6305 fi
6306
6307 else
6308
6309 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6310 if test "x$LINE" != x ; then
6311 eval "DEFAULT_$LINE"
6312 else
6313 no_cache=1
6314 fi
6315
6316 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
6317
6318 fi;
6319
6320 eval "$ac_cv_use_dnd"
6321 if test "$no_cache" != 1; then
6322 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6323 fi
6324
6325 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6326 echo "$as_me:$LINENO: result: yes" >&5
6327 echo "${ECHO_T}yes" >&6
6328 else
6329 echo "$as_me:$LINENO: result: no" >&5
6330 echo "${ECHO_T}no" >&6
6331 fi
6332
6333
6334 enablestring=
6335 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6336 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6337 no_cache=0
6338 # Check whether --enable-metafile or --disable-metafile was given.
6339 if test "${enable_metafile+set}" = set; then
6340 enableval="$enable_metafile"
6341
6342 if test "$enableval" = yes; then
6343 ac_cv_use_metafile='wxUSE_METAFILE=yes'
6344 else
6345 ac_cv_use_metafile='wxUSE_METAFILE=no'
6346 fi
6347
6348 else
6349
6350 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6351 if test "x$LINE" != x ; then
6352 eval "DEFAULT_$LINE"
6353 else
6354 no_cache=1
6355 fi
6356
6357 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
6358
6359 fi;
6360
6361 eval "$ac_cv_use_metafile"
6362 if test "$no_cache" != 1; then
6363 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6364 fi
6365
6366 if test "$wxUSE_METAFILE" = yes; then
6367 echo "$as_me:$LINENO: result: yes" >&5
6368 echo "${ECHO_T}yes" >&6
6369 else
6370 echo "$as_me:$LINENO: result: no" >&5
6371 echo "${ECHO_T}no" >&6
6372 fi
6373
6374
6375
6376
6377
6378 enablestring=
6379 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6380 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6381 no_cache=0
6382 # Check whether --enable-controls or --disable-controls was given.
6383 if test "${enable_controls+set}" = set; then
6384 enableval="$enable_controls"
6385
6386 if test "$enableval" = yes; then
6387 ac_cv_use_controls='wxUSE_CONTROLS=yes'
6388 else
6389 ac_cv_use_controls='wxUSE_CONTROLS=no'
6390 fi
6391
6392 else
6393
6394 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6395 if test "x$LINE" != x ; then
6396 eval "DEFAULT_$LINE"
6397 else
6398 no_cache=1
6399 fi
6400
6401 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
6402
6403 fi;
6404
6405 eval "$ac_cv_use_controls"
6406 if test "$no_cache" != 1; then
6407 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6408 fi
6409
6410 if test "$wxUSE_CONTROLS" = yes; then
6411 echo "$as_me:$LINENO: result: yes" >&5
6412 echo "${ECHO_T}yes" >&6
6413 else
6414 echo "$as_me:$LINENO: result: no" >&5
6415 echo "${ECHO_T}no" >&6
6416 fi
6417
6418
6419 if test "$wxUSE_CONTROLS" = "yes"; then
6420 DEFAULT_wxUSE_ACCEL=yes
6421 DEFAULT_wxUSE_BMPBUTTON=yes
6422 DEFAULT_wxUSE_BUTTON=yes
6423 DEFAULT_wxUSE_CALCTRL=no
6424 DEFAULT_wxUSE_CARET=yes
6425 DEFAULT_wxUSE_COMBOBOX=yes
6426 DEFAULT_wxUSE_CHECKBOX=yes
6427 DEFAULT_wxUSE_CHECKLISTBOX=yes
6428 DEFAULT_wxUSE_CHOICE=yes
6429 DEFAULT_wxUSE_GAUGE=yes
6430 DEFAULT_wxUSE_GRID=yes
6431 DEFAULT_wxUSE_IMAGLIST=yes
6432 DEFAULT_wxUSE_LISTBOX=yes
6433 DEFAULT_wxUSE_LISTCTRL=yes
6434 DEFAULT_wxUSE_NOTEBOOK=yes
6435 DEFAULT_wxUSE_RADIOBOX=yes
6436 DEFAULT_wxUSE_RADIOBTN=yes
6437 DEFAULT_wxUSE_SASH=yes
6438 DEFAULT_wxUSE_SCROLLBAR=yes
6439 DEFAULT_wxUSE_SLIDER=yes
6440 DEFAULT_wxUSE_SPINBTN=yes
6441 DEFAULT_wxUSE_SPINCTRL=yes
6442 DEFAULT_wxUSE_SPLITTER=yes
6443 DEFAULT_wxUSE_STATBMP=yes
6444 DEFAULT_wxUSE_STATBOX=yes
6445 DEFAULT_wxUSE_STATLINE=yes
6446 DEFAULT_wxUSE_STATUSBAR=yes
6447 DEFAULT_wxUSE_TAB_DIALOG=yes
6448 DEFAULT_wxUSE_TOGGLEBTN=yes
6449 DEFAULT_wxUSE_TOOLBAR=yes
6450 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
6451 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
6452 DEFAULT_wxUSE_TOOLTIPS=yes
6453 DEFAULT_wxUSE_TREECTRL=yes
6454 DEFAULT_wxUSE_POPUPWIN=yes
6455 DEFAULT_wxUSE_TIPWINDOW=yes
6456 elif test "$wxUSE_CONTROLS" = "no"; then
6457 DEFAULT_wxUSE_ACCEL=no
6458 DEFAULT_wxUSE_BMPBUTTON=no
6459 DEFAULT_wxUSE_BUTTON=no
6460 DEFAULT_wxUSE_CALCTRL=no
6461 DEFAULT_wxUSE_CARET=no
6462 DEFAULT_wxUSE_COMBOBOX=no
6463 DEFAULT_wxUSE_CHECKBOX=no
6464 DEFAULT_wxUSE_CHECKLISTBOX=no
6465 DEFAULT_wxUSE_CHOICE=no
6466 DEFAULT_wxUSE_GAUGE=no
6467 DEFAULT_wxUSE_GRID=no
6468 DEFAULT_wxUSE_IMAGLIST=no
6469 DEFAULT_wxUSE_LISTBOX=no
6470 DEFAULT_wxUSE_LISTCTRL=no
6471 DEFAULT_wxUSE_NOTEBOOK=no
6472 DEFAULT_wxUSE_RADIOBOX=no
6473 DEFAULT_wxUSE_RADIOBTN=no
6474 DEFAULT_wxUSE_SASH=no
6475 DEFAULT_wxUSE_SCROLLBAR=no
6476 DEFAULT_wxUSE_SLIDER=no
6477 DEFAULT_wxUSE_SPINBTN=no
6478 DEFAULT_wxUSE_SPINCTRL=no
6479 DEFAULT_wxUSE_SPLITTER=no
6480 DEFAULT_wxUSE_STATBMP=no
6481 DEFAULT_wxUSE_STATBOX=no
6482 DEFAULT_wxUSE_STATLINE=no
6483 DEFAULT_wxUSE_STATUSBAR=no
6484 DEFAULT_wxUSE_TAB_DIALOG=no
6485 DEFAULT_wxUSE_TOGGLEBTN=no
6486 DEFAULT_wxUSE_TOOLBAR=no
6487 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6488 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
6489 DEFAULT_wxUSE_TOOLTIPS=no
6490 DEFAULT_wxUSE_TREECTRL=no
6491 DEFAULT_wxUSE_POPUPWIN=no
6492 DEFAULT_wxUSE_TIPWINDOW=no
6493 fi
6494
6495 ## FIXME: This is a blatant hack
6496 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6497 wxUSE_PRINTING_ARCHITECTURE=no
6498 wxUSE_HELP=no
6499 wxUSE_CLIPBOARD=no
6500 wxUSE_DRAG_AND_DROP=no
6501 wxUSE_DATAOBJ=no
6502 # Generic notebook requires tab dialog
6503 DEFAULT_wxUSE_TABDIALOG=yes
6504 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6505 DEFAULT_wxUSE_GAUGE=no
6506 DEFAULT_wxUSE_SCROLLBAR=no
6507 DEFAULT_wxUSE_COMBOBOX=no
6508 DEFAULT_wxUSE_CALCTRL=no
6509 DEFAULT_wxUSE_SPINBTN=no
6510 DEFAULT_wxUSE_SPINCTRL=no
6511 DEFAULT_wxUSE_TOOLTIPS=no
6512 DEFAULT_wxUSE_DRAGIMAGE=no
6513 DEFAULT_wxUSE_FINDREPLDLG=no
6514 DEFAULT_wxUSE_FONTDLG=no
6515 DEFAULT_wxUSE_GRID=no
6516 DEFAULT_wxUSE_NUMBERDLG=no
6517 DEFAULT_wxUSE_PROGRESSDLG=no
6518 DEFAULT_wxUSE_SASH=no
6519 DEFAULT_wxUSE_SPLITTER=no
6520 DEFAULT_wxUSE_WIZARDDLG=no
6521 DEFAULT_wxUSE_SPLITTER=no
6522 DEFAULT_wxUSE_STARTUP_TIPS=no
6523 fi
6524
6525
6526 enablestring=
6527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6528 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
6529 no_cache=0
6530 # Check whether --enable-accel or --disable-accel was given.
6531 if test "${enable_accel+set}" = set; then
6532 enableval="$enable_accel"
6533
6534 if test "$enableval" = yes; then
6535 ac_cv_use_accel='wxUSE_ACCEL=yes'
6536 else
6537 ac_cv_use_accel='wxUSE_ACCEL=no'
6538 fi
6539
6540 else
6541
6542 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6543 if test "x$LINE" != x ; then
6544 eval "DEFAULT_$LINE"
6545 else
6546 no_cache=1
6547 fi
6548
6549 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
6550
6551 fi;
6552
6553 eval "$ac_cv_use_accel"
6554 if test "$no_cache" != 1; then
6555 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6556 fi
6557
6558 if test "$wxUSE_ACCEL" = yes; then
6559 echo "$as_me:$LINENO: result: yes" >&5
6560 echo "${ECHO_T}yes" >&6
6561 else
6562 echo "$as_me:$LINENO: result: no" >&5
6563 echo "${ECHO_T}no" >&6
6564 fi
6565
6566
6567 enablestring=
6568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6569 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
6570 no_cache=0
6571 # Check whether --enable-button or --disable-button was given.
6572 if test "${enable_button+set}" = set; then
6573 enableval="$enable_button"
6574
6575 if test "$enableval" = yes; then
6576 ac_cv_use_button='wxUSE_BUTTON=yes'
6577 else
6578 ac_cv_use_button='wxUSE_BUTTON=no'
6579 fi
6580
6581 else
6582
6583 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
6584 if test "x$LINE" != x ; then
6585 eval "DEFAULT_$LINE"
6586 else
6587 no_cache=1
6588 fi
6589
6590 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
6591
6592 fi;
6593
6594 eval "$ac_cv_use_button"
6595 if test "$no_cache" != 1; then
6596 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
6597 fi
6598
6599 if test "$wxUSE_BUTTON" = yes; then
6600 echo "$as_me:$LINENO: result: yes" >&5
6601 echo "${ECHO_T}yes" >&6
6602 else
6603 echo "$as_me:$LINENO: result: no" >&5
6604 echo "${ECHO_T}no" >&6
6605 fi
6606
6607
6608 enablestring=
6609 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6610 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
6611 no_cache=0
6612 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6613 if test "${enable_bmpbutton+set}" = set; then
6614 enableval="$enable_bmpbutton"
6615
6616 if test "$enableval" = yes; then
6617 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
6618 else
6619 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
6620 fi
6621
6622 else
6623
6624 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6625 if test "x$LINE" != x ; then
6626 eval "DEFAULT_$LINE"
6627 else
6628 no_cache=1
6629 fi
6630
6631 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
6632
6633 fi;
6634
6635 eval "$ac_cv_use_bmpbutton"
6636 if test "$no_cache" != 1; then
6637 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6638 fi
6639
6640 if test "$wxUSE_BMPBUTTON" = yes; then
6641 echo "$as_me:$LINENO: result: yes" >&5
6642 echo "${ECHO_T}yes" >&6
6643 else
6644 echo "$as_me:$LINENO: result: no" >&5
6645 echo "${ECHO_T}no" >&6
6646 fi
6647
6648
6649 enablestring=
6650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6651 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
6652 no_cache=0
6653 # Check whether --enable-calendar or --disable-calendar was given.
6654 if test "${enable_calendar+set}" = set; then
6655 enableval="$enable_calendar"
6656
6657 if test "$enableval" = yes; then
6658 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
6659 else
6660 ac_cv_use_calendar='wxUSE_CALCTRL=no'
6661 fi
6662
6663 else
6664
6665 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6666 if test "x$LINE" != x ; then
6667 eval "DEFAULT_$LINE"
6668 else
6669 no_cache=1
6670 fi
6671
6672 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
6673
6674 fi;
6675
6676 eval "$ac_cv_use_calendar"
6677 if test "$no_cache" != 1; then
6678 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6679 fi
6680
6681 if test "$wxUSE_CALCTRL" = yes; then
6682 echo "$as_me:$LINENO: result: yes" >&5
6683 echo "${ECHO_T}yes" >&6
6684 else
6685 echo "$as_me:$LINENO: result: no" >&5
6686 echo "${ECHO_T}no" >&6
6687 fi
6688
6689
6690 enablestring=
6691 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6692 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
6693 no_cache=0
6694 # Check whether --enable-caret or --disable-caret was given.
6695 if test "${enable_caret+set}" = set; then
6696 enableval="$enable_caret"
6697
6698 if test "$enableval" = yes; then
6699 ac_cv_use_caret='wxUSE_CARET=yes'
6700 else
6701 ac_cv_use_caret='wxUSE_CARET=no'
6702 fi
6703
6704 else
6705
6706 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6707 if test "x$LINE" != x ; then
6708 eval "DEFAULT_$LINE"
6709 else
6710 no_cache=1
6711 fi
6712
6713 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
6714
6715 fi;
6716
6717 eval "$ac_cv_use_caret"
6718 if test "$no_cache" != 1; then
6719 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6720 fi
6721
6722 if test "$wxUSE_CARET" = yes; then
6723 echo "$as_me:$LINENO: result: yes" >&5
6724 echo "${ECHO_T}yes" >&6
6725 else
6726 echo "$as_me:$LINENO: result: no" >&5
6727 echo "${ECHO_T}no" >&6
6728 fi
6729
6730
6731 enablestring=
6732 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6733 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
6734 no_cache=0
6735 # Check whether --enable-checkbox or --disable-checkbox was given.
6736 if test "${enable_checkbox+set}" = set; then
6737 enableval="$enable_checkbox"
6738
6739 if test "$enableval" = yes; then
6740 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
6741 else
6742 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
6743 fi
6744
6745 else
6746
6747 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6748 if test "x$LINE" != x ; then
6749 eval "DEFAULT_$LINE"
6750 else
6751 no_cache=1
6752 fi
6753
6754 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
6755
6756 fi;
6757
6758 eval "$ac_cv_use_checkbox"
6759 if test "$no_cache" != 1; then
6760 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6761 fi
6762
6763 if test "$wxUSE_CHECKBOX" = yes; then
6764 echo "$as_me:$LINENO: result: yes" >&5
6765 echo "${ECHO_T}yes" >&6
6766 else
6767 echo "$as_me:$LINENO: result: no" >&5
6768 echo "${ECHO_T}no" >&6
6769 fi
6770
6771
6772 enablestring=
6773 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6774 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
6775 no_cache=0
6776 # Check whether --enable-checklst or --disable-checklst was given.
6777 if test "${enable_checklst+set}" = set; then
6778 enableval="$enable_checklst"
6779
6780 if test "$enableval" = yes; then
6781 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
6782 else
6783 ac_cv_use_checklst='wxUSE_CHECKLST=no'
6784 fi
6785
6786 else
6787
6788 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6789 if test "x$LINE" != x ; then
6790 eval "DEFAULT_$LINE"
6791 else
6792 no_cache=1
6793 fi
6794
6795 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
6796
6797 fi;
6798
6799 eval "$ac_cv_use_checklst"
6800 if test "$no_cache" != 1; then
6801 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6802 fi
6803
6804 if test "$wxUSE_CHECKLST" = yes; then
6805 echo "$as_me:$LINENO: result: yes" >&5
6806 echo "${ECHO_T}yes" >&6
6807 else
6808 echo "$as_me:$LINENO: result: no" >&5
6809 echo "${ECHO_T}no" >&6
6810 fi
6811
6812
6813 enablestring=
6814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
6815 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
6816 no_cache=0
6817 # Check whether --enable-choice or --disable-choice was given.
6818 if test "${enable_choice+set}" = set; then
6819 enableval="$enable_choice"
6820
6821 if test "$enableval" = yes; then
6822 ac_cv_use_choice='wxUSE_CHOICE=yes'
6823 else
6824 ac_cv_use_choice='wxUSE_CHOICE=no'
6825 fi
6826
6827 else
6828
6829 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6830 if test "x$LINE" != x ; then
6831 eval "DEFAULT_$LINE"
6832 else
6833 no_cache=1
6834 fi
6835
6836 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6837
6838 fi;
6839
6840 eval "$ac_cv_use_choice"
6841 if test "$no_cache" != 1; then
6842 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6843 fi
6844
6845 if test "$wxUSE_CHOICE" = yes; then
6846 echo "$as_me:$LINENO: result: yes" >&5
6847 echo "${ECHO_T}yes" >&6
6848 else
6849 echo "$as_me:$LINENO: result: no" >&5
6850 echo "${ECHO_T}no" >&6
6851 fi
6852
6853
6854 enablestring=
6855 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
6856 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
6857 no_cache=0
6858 # Check whether --enable-combobox or --disable-combobox was given.
6859 if test "${enable_combobox+set}" = set; then
6860 enableval="$enable_combobox"
6861
6862 if test "$enableval" = yes; then
6863 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6864 else
6865 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6866 fi
6867
6868 else
6869
6870 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6871 if test "x$LINE" != x ; then
6872 eval "DEFAULT_$LINE"
6873 else
6874 no_cache=1
6875 fi
6876
6877 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6878
6879 fi;
6880
6881 eval "$ac_cv_use_combobox"
6882 if test "$no_cache" != 1; then
6883 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6884 fi
6885
6886 if test "$wxUSE_COMBOBOX" = yes; then
6887 echo "$as_me:$LINENO: result: yes" >&5
6888 echo "${ECHO_T}yes" >&6
6889 else
6890 echo "$as_me:$LINENO: result: no" >&5
6891 echo "${ECHO_T}no" >&6
6892 fi
6893
6894
6895 enablestring=
6896 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
6897 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
6898 no_cache=0
6899 # Check whether --enable-display or --disable-display was given.
6900 if test "${enable_display+set}" = set; then
6901 enableval="$enable_display"
6902
6903 if test "$enableval" = yes; then
6904 ac_cv_use_display='wxUSE_DISPLAY=yes'
6905 else
6906 ac_cv_use_display='wxUSE_DISPLAY=no'
6907 fi
6908
6909 else
6910
6911 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6912 if test "x$LINE" != x ; then
6913 eval "DEFAULT_$LINE"
6914 else
6915 no_cache=1
6916 fi
6917
6918 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
6919
6920 fi;
6921
6922 eval "$ac_cv_use_display"
6923 if test "$no_cache" != 1; then
6924 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6925 fi
6926
6927 if test "$wxUSE_DISPLAY" = yes; then
6928 echo "$as_me:$LINENO: result: yes" >&5
6929 echo "${ECHO_T}yes" >&6
6930 else
6931 echo "$as_me:$LINENO: result: no" >&5
6932 echo "${ECHO_T}no" >&6
6933 fi
6934
6935
6936 enablestring=
6937 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
6938 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
6939 no_cache=0
6940 # Check whether --enable-gauge or --disable-gauge was given.
6941 if test "${enable_gauge+set}" = set; then
6942 enableval="$enable_gauge"
6943
6944 if test "$enableval" = yes; then
6945 ac_cv_use_gauge='wxUSE_GAUGE=yes'
6946 else
6947 ac_cv_use_gauge='wxUSE_GAUGE=no'
6948 fi
6949
6950 else
6951
6952 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6953 if test "x$LINE" != x ; then
6954 eval "DEFAULT_$LINE"
6955 else
6956 no_cache=1
6957 fi
6958
6959 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6960
6961 fi;
6962
6963 eval "$ac_cv_use_gauge"
6964 if test "$no_cache" != 1; then
6965 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6966 fi
6967
6968 if test "$wxUSE_GAUGE" = yes; then
6969 echo "$as_me:$LINENO: result: yes" >&5
6970 echo "${ECHO_T}yes" >&6
6971 else
6972 echo "$as_me:$LINENO: result: no" >&5
6973 echo "${ECHO_T}no" >&6
6974 fi
6975
6976
6977 enablestring=
6978 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
6979 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
6980 no_cache=0
6981 # Check whether --enable-grid or --disable-grid was given.
6982 if test "${enable_grid+set}" = set; then
6983 enableval="$enable_grid"
6984
6985 if test "$enableval" = yes; then
6986 ac_cv_use_grid='wxUSE_GRID=yes'
6987 else
6988 ac_cv_use_grid='wxUSE_GRID=no'
6989 fi
6990
6991 else
6992
6993 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6994 if test "x$LINE" != x ; then
6995 eval "DEFAULT_$LINE"
6996 else
6997 no_cache=1
6998 fi
6999
7000 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7001
7002 fi;
7003
7004 eval "$ac_cv_use_grid"
7005 if test "$no_cache" != 1; then
7006 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7007 fi
7008
7009 if test "$wxUSE_GRID" = yes; then
7010 echo "$as_me:$LINENO: result: yes" >&5
7011 echo "${ECHO_T}yes" >&6
7012 else
7013 echo "$as_me:$LINENO: result: no" >&5
7014 echo "${ECHO_T}no" >&6
7015 fi
7016
7017
7018 enablestring=
7019 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7020 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7021 no_cache=0
7022 # Check whether --enable-imaglist or --disable-imaglist was given.
7023 if test "${enable_imaglist+set}" = set; then
7024 enableval="$enable_imaglist"
7025
7026 if test "$enableval" = yes; then
7027 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7028 else
7029 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7030 fi
7031
7032 else
7033
7034 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7035 if test "x$LINE" != x ; then
7036 eval "DEFAULT_$LINE"
7037 else
7038 no_cache=1
7039 fi
7040
7041 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7042
7043 fi;
7044
7045 eval "$ac_cv_use_imaglist"
7046 if test "$no_cache" != 1; then
7047 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7048 fi
7049
7050 if test "$wxUSE_IMAGLIST" = yes; then
7051 echo "$as_me:$LINENO: result: yes" >&5
7052 echo "${ECHO_T}yes" >&6
7053 else
7054 echo "$as_me:$LINENO: result: no" >&5
7055 echo "${ECHO_T}no" >&6
7056 fi
7057
7058
7059 enablestring=
7060 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7061 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7062 no_cache=0
7063 # Check whether --enable-listbox or --disable-listbox was given.
7064 if test "${enable_listbox+set}" = set; then
7065 enableval="$enable_listbox"
7066
7067 if test "$enableval" = yes; then
7068 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
7069 else
7070 ac_cv_use_listbox='wxUSE_LISTBOX=no'
7071 fi
7072
7073 else
7074
7075 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7076 if test "x$LINE" != x ; then
7077 eval "DEFAULT_$LINE"
7078 else
7079 no_cache=1
7080 fi
7081
7082 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
7083
7084 fi;
7085
7086 eval "$ac_cv_use_listbox"
7087 if test "$no_cache" != 1; then
7088 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7089 fi
7090
7091 if test "$wxUSE_LISTBOX" = yes; then
7092 echo "$as_me:$LINENO: result: yes" >&5
7093 echo "${ECHO_T}yes" >&6
7094 else
7095 echo "$as_me:$LINENO: result: no" >&5
7096 echo "${ECHO_T}no" >&6
7097 fi
7098
7099
7100 enablestring=
7101 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7102 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7103 no_cache=0
7104 # Check whether --enable-listctrl or --disable-listctrl was given.
7105 if test "${enable_listctrl+set}" = set; then
7106 enableval="$enable_listctrl"
7107
7108 if test "$enableval" = yes; then
7109 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
7110 else
7111 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
7112 fi
7113
7114 else
7115
7116 LINE=`grep "wxUSE_LISTCTRL" ${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_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
7124
7125 fi;
7126
7127 eval "$ac_cv_use_listctrl"
7128 if test "$no_cache" != 1; then
7129 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7130 fi
7131
7132 if test "$wxUSE_LISTCTRL" = 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}-notebook" >&5
7143 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7144 no_cache=0
7145 # Check whether --enable-notebook or --disable-notebook was given.
7146 if test "${enable_notebook+set}" = set; then
7147 enableval="$enable_notebook"
7148
7149 if test "$enableval" = yes; then
7150 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
7151 else
7152 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
7153 fi
7154
7155 else
7156
7157 LINE=`grep "wxUSE_NOTEBOOK" ${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_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
7165
7166 fi;
7167
7168 eval "$ac_cv_use_notebook"
7169 if test "$no_cache" != 1; then
7170 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7171 fi
7172
7173 if test "$wxUSE_NOTEBOOK" = 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 enablestring=
7183 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7184 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7185 no_cache=0
7186 # Check whether --enable-radiobox or --disable-radiobox was given.
7187 if test "${enable_radiobox+set}" = set; then
7188 enableval="$enable_radiobox"
7189
7190 if test "$enableval" = yes; then
7191 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
7192 else
7193 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
7194 fi
7195
7196 else
7197
7198 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7199 if test "x$LINE" != x ; then
7200 eval "DEFAULT_$LINE"
7201 else
7202 no_cache=1
7203 fi
7204
7205 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
7206
7207 fi;
7208
7209 eval "$ac_cv_use_radiobox"
7210 if test "$no_cache" != 1; then
7211 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7212 fi
7213
7214 if test "$wxUSE_RADIOBOX" = yes; then
7215 echo "$as_me:$LINENO: result: yes" >&5
7216 echo "${ECHO_T}yes" >&6
7217 else
7218 echo "$as_me:$LINENO: result: no" >&5
7219 echo "${ECHO_T}no" >&6
7220 fi
7221
7222
7223 enablestring=
7224 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7225 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7226 no_cache=0
7227 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7228 if test "${enable_radiobtn+set}" = set; then
7229 enableval="$enable_radiobtn"
7230
7231 if test "$enableval" = yes; then
7232 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
7233 else
7234 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
7235 fi
7236
7237 else
7238
7239 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7240 if test "x$LINE" != x ; then
7241 eval "DEFAULT_$LINE"
7242 else
7243 no_cache=1
7244 fi
7245
7246 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
7247
7248 fi;
7249
7250 eval "$ac_cv_use_radiobtn"
7251 if test "$no_cache" != 1; then
7252 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7253 fi
7254
7255 if test "$wxUSE_RADIOBTN" = yes; then
7256 echo "$as_me:$LINENO: result: yes" >&5
7257 echo "${ECHO_T}yes" >&6
7258 else
7259 echo "$as_me:$LINENO: result: no" >&5
7260 echo "${ECHO_T}no" >&6
7261 fi
7262
7263
7264 enablestring=
7265 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7266 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7267 no_cache=0
7268 # Check whether --enable-sash or --disable-sash was given.
7269 if test "${enable_sash+set}" = set; then
7270 enableval="$enable_sash"
7271
7272 if test "$enableval" = yes; then
7273 ac_cv_use_sash='wxUSE_SASH=yes'
7274 else
7275 ac_cv_use_sash='wxUSE_SASH=no'
7276 fi
7277
7278 else
7279
7280 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7281 if test "x$LINE" != x ; then
7282 eval "DEFAULT_$LINE"
7283 else
7284 no_cache=1
7285 fi
7286
7287 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
7288
7289 fi;
7290
7291 eval "$ac_cv_use_sash"
7292 if test "$no_cache" != 1; then
7293 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7294 fi
7295
7296 if test "$wxUSE_SASH" = yes; then
7297 echo "$as_me:$LINENO: result: yes" >&5
7298 echo "${ECHO_T}yes" >&6
7299 else
7300 echo "$as_me:$LINENO: result: no" >&5
7301 echo "${ECHO_T}no" >&6
7302 fi
7303
7304
7305 enablestring=
7306 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7307 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7308 no_cache=0
7309 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7310 if test "${enable_scrollbar+set}" = set; then
7311 enableval="$enable_scrollbar"
7312
7313 if test "$enableval" = yes; then
7314 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
7315 else
7316 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
7317 fi
7318
7319 else
7320
7321 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7322 if test "x$LINE" != x ; then
7323 eval "DEFAULT_$LINE"
7324 else
7325 no_cache=1
7326 fi
7327
7328 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
7329
7330 fi;
7331
7332 eval "$ac_cv_use_scrollbar"
7333 if test "$no_cache" != 1; then
7334 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7335 fi
7336
7337 if test "$wxUSE_SCROLLBAR" = yes; then
7338 echo "$as_me:$LINENO: result: yes" >&5
7339 echo "${ECHO_T}yes" >&6
7340 else
7341 echo "$as_me:$LINENO: result: no" >&5
7342 echo "${ECHO_T}no" >&6
7343 fi
7344
7345
7346 enablestring=
7347 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7348 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7349 no_cache=0
7350 # Check whether --enable-slider or --disable-slider was given.
7351 if test "${enable_slider+set}" = set; then
7352 enableval="$enable_slider"
7353
7354 if test "$enableval" = yes; then
7355 ac_cv_use_slider='wxUSE_SLIDER=yes'
7356 else
7357 ac_cv_use_slider='wxUSE_SLIDER=no'
7358 fi
7359
7360 else
7361
7362 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7363 if test "x$LINE" != x ; then
7364 eval "DEFAULT_$LINE"
7365 else
7366 no_cache=1
7367 fi
7368
7369 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
7370
7371 fi;
7372
7373 eval "$ac_cv_use_slider"
7374 if test "$no_cache" != 1; then
7375 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7376 fi
7377
7378 if test "$wxUSE_SLIDER" = yes; then
7379 echo "$as_me:$LINENO: result: yes" >&5
7380 echo "${ECHO_T}yes" >&6
7381 else
7382 echo "$as_me:$LINENO: result: no" >&5
7383 echo "${ECHO_T}no" >&6
7384 fi
7385
7386
7387 enablestring=
7388 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7389 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7390 no_cache=0
7391 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7392 if test "${enable_spinbtn+set}" = set; then
7393 enableval="$enable_spinbtn"
7394
7395 if test "$enableval" = yes; then
7396 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
7397 else
7398 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
7399 fi
7400
7401 else
7402
7403 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7404 if test "x$LINE" != x ; then
7405 eval "DEFAULT_$LINE"
7406 else
7407 no_cache=1
7408 fi
7409
7410 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
7411
7412 fi;
7413
7414 eval "$ac_cv_use_spinbtn"
7415 if test "$no_cache" != 1; then
7416 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7417 fi
7418
7419 if test "$wxUSE_SPINBTN" = yes; then
7420 echo "$as_me:$LINENO: result: yes" >&5
7421 echo "${ECHO_T}yes" >&6
7422 else
7423 echo "$as_me:$LINENO: result: no" >&5
7424 echo "${ECHO_T}no" >&6
7425 fi
7426
7427
7428 enablestring=
7429 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7430 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
7431 no_cache=0
7432 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7433 if test "${enable_spinctrl+set}" = set; then
7434 enableval="$enable_spinctrl"
7435
7436 if test "$enableval" = yes; then
7437 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
7438 else
7439 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
7440 fi
7441
7442 else
7443
7444 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7445 if test "x$LINE" != x ; then
7446 eval "DEFAULT_$LINE"
7447 else
7448 no_cache=1
7449 fi
7450
7451 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
7452
7453 fi;
7454
7455 eval "$ac_cv_use_spinctrl"
7456 if test "$no_cache" != 1; then
7457 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7458 fi
7459
7460 if test "$wxUSE_SPINCTRL" = yes; then
7461 echo "$as_me:$LINENO: result: yes" >&5
7462 echo "${ECHO_T}yes" >&6
7463 else
7464 echo "$as_me:$LINENO: result: no" >&5
7465 echo "${ECHO_T}no" >&6
7466 fi
7467
7468
7469 enablestring=
7470 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7471 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
7472 no_cache=0
7473 # Check whether --enable-splitter or --disable-splitter was given.
7474 if test "${enable_splitter+set}" = set; then
7475 enableval="$enable_splitter"
7476
7477 if test "$enableval" = yes; then
7478 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
7479 else
7480 ac_cv_use_splitter='wxUSE_SPLITTER=no'
7481 fi
7482
7483 else
7484
7485 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7486 if test "x$LINE" != x ; then
7487 eval "DEFAULT_$LINE"
7488 else
7489 no_cache=1
7490 fi
7491
7492 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
7493
7494 fi;
7495
7496 eval "$ac_cv_use_splitter"
7497 if test "$no_cache" != 1; then
7498 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7499 fi
7500
7501 if test "$wxUSE_SPLITTER" = yes; then
7502 echo "$as_me:$LINENO: result: yes" >&5
7503 echo "${ECHO_T}yes" >&6
7504 else
7505 echo "$as_me:$LINENO: result: no" >&5
7506 echo "${ECHO_T}no" >&6
7507 fi
7508
7509
7510 enablestring=
7511 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7512 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
7513 no_cache=0
7514 # Check whether --enable-statbmp or --disable-statbmp was given.
7515 if test "${enable_statbmp+set}" = set; then
7516 enableval="$enable_statbmp"
7517
7518 if test "$enableval" = yes; then
7519 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
7520 else
7521 ac_cv_use_statbmp='wxUSE_STATBMP=no'
7522 fi
7523
7524 else
7525
7526 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7527 if test "x$LINE" != x ; then
7528 eval "DEFAULT_$LINE"
7529 else
7530 no_cache=1
7531 fi
7532
7533 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
7534
7535 fi;
7536
7537 eval "$ac_cv_use_statbmp"
7538 if test "$no_cache" != 1; then
7539 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7540 fi
7541
7542 if test "$wxUSE_STATBMP" = yes; then
7543 echo "$as_me:$LINENO: result: yes" >&5
7544 echo "${ECHO_T}yes" >&6
7545 else
7546 echo "$as_me:$LINENO: result: no" >&5
7547 echo "${ECHO_T}no" >&6
7548 fi
7549
7550
7551 enablestring=
7552 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7553 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
7554 no_cache=0
7555 # Check whether --enable-statbox or --disable-statbox was given.
7556 if test "${enable_statbox+set}" = set; then
7557 enableval="$enable_statbox"
7558
7559 if test "$enableval" = yes; then
7560 ac_cv_use_statbox='wxUSE_STATBOX=yes'
7561 else
7562 ac_cv_use_statbox='wxUSE_STATBOX=no'
7563 fi
7564
7565 else
7566
7567 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7568 if test "x$LINE" != x ; then
7569 eval "DEFAULT_$LINE"
7570 else
7571 no_cache=1
7572 fi
7573
7574 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
7575
7576 fi;
7577
7578 eval "$ac_cv_use_statbox"
7579 if test "$no_cache" != 1; then
7580 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7581 fi
7582
7583 if test "$wxUSE_STATBOX" = yes; then
7584 echo "$as_me:$LINENO: result: yes" >&5
7585 echo "${ECHO_T}yes" >&6
7586 else
7587 echo "$as_me:$LINENO: result: no" >&5
7588 echo "${ECHO_T}no" >&6
7589 fi
7590
7591
7592 enablestring=
7593 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7594 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
7595 no_cache=0
7596 # Check whether --enable-statline or --disable-statline was given.
7597 if test "${enable_statline+set}" = set; then
7598 enableval="$enable_statline"
7599
7600 if test "$enableval" = yes; then
7601 ac_cv_use_statline='wxUSE_STATLINE=yes'
7602 else
7603 ac_cv_use_statline='wxUSE_STATLINE=no'
7604 fi
7605
7606 else
7607
7608 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7609 if test "x$LINE" != x ; then
7610 eval "DEFAULT_$LINE"
7611 else
7612 no_cache=1
7613 fi
7614
7615 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
7616
7617 fi;
7618
7619 eval "$ac_cv_use_statline"
7620 if test "$no_cache" != 1; then
7621 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7622 fi
7623
7624 if test "$wxUSE_STATLINE" = yes; then
7625 echo "$as_me:$LINENO: result: yes" >&5
7626 echo "${ECHO_T}yes" >&6
7627 else
7628 echo "$as_me:$LINENO: result: no" >&5
7629 echo "${ECHO_T}no" >&6
7630 fi
7631
7632
7633 enablestring=
7634 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7635 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
7636 no_cache=0
7637 # Check whether --enable-stattext or --disable-stattext was given.
7638 if test "${enable_stattext+set}" = set; then
7639 enableval="$enable_stattext"
7640
7641 if test "$enableval" = yes; then
7642 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
7643 else
7644 ac_cv_use_stattext='wxUSE_STATTEXT=no'
7645 fi
7646
7647 else
7648
7649 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7650 if test "x$LINE" != x ; then
7651 eval "DEFAULT_$LINE"
7652 else
7653 no_cache=1
7654 fi
7655
7656 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
7657
7658 fi;
7659
7660 eval "$ac_cv_use_stattext"
7661 if test "$no_cache" != 1; then
7662 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7663 fi
7664
7665 if test "$wxUSE_STATTEXT" = yes; then
7666 echo "$as_me:$LINENO: result: yes" >&5
7667 echo "${ECHO_T}yes" >&6
7668 else
7669 echo "$as_me:$LINENO: result: no" >&5
7670 echo "${ECHO_T}no" >&6
7671 fi
7672
7673
7674 enablestring=
7675 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7676 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
7677 no_cache=0
7678 # Check whether --enable-statusbar or --disable-statusbar was given.
7679 if test "${enable_statusbar+set}" = set; then
7680 enableval="$enable_statusbar"
7681
7682 if test "$enableval" = yes; then
7683 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
7684 else
7685 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
7686 fi
7687
7688 else
7689
7690 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7691 if test "x$LINE" != x ; then
7692 eval "DEFAULT_$LINE"
7693 else
7694 no_cache=1
7695 fi
7696
7697 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
7698
7699 fi;
7700
7701 eval "$ac_cv_use_statusbar"
7702 if test "$no_cache" != 1; then
7703 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7704 fi
7705
7706 if test "$wxUSE_STATUSBAR" = yes; then
7707 echo "$as_me:$LINENO: result: yes" >&5
7708 echo "${ECHO_T}yes" >&6
7709 else
7710 echo "$as_me:$LINENO: result: no" >&5
7711 echo "${ECHO_T}no" >&6
7712 fi
7713
7714
7715 enablestring=
7716 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7717 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
7718 no_cache=0
7719 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7720 if test "${enable_tabdialog+set}" = set; then
7721 enableval="$enable_tabdialog"
7722
7723 if test "$enableval" = yes; then
7724 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
7725 else
7726 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
7727 fi
7728
7729 else
7730
7731 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7732 if test "x$LINE" != x ; then
7733 eval "DEFAULT_$LINE"
7734 else
7735 no_cache=1
7736 fi
7737
7738 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
7739
7740 fi;
7741
7742 eval "$ac_cv_use_tabdialog"
7743 if test "$no_cache" != 1; then
7744 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7745 fi
7746
7747 if test "$wxUSE_TABDIALOG" = yes; then
7748 echo "$as_me:$LINENO: result: yes" >&5
7749 echo "${ECHO_T}yes" >&6
7750 else
7751 echo "$as_me:$LINENO: result: no" >&5
7752 echo "${ECHO_T}no" >&6
7753 fi
7754
7755
7756 enablestring=
7757 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
7758 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
7759 no_cache=0
7760 # Check whether --enable-textctrl or --disable-textctrl was given.
7761 if test "${enable_textctrl+set}" = set; then
7762 enableval="$enable_textctrl"
7763
7764 if test "$enableval" = yes; then
7765 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
7766 else
7767 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
7768 fi
7769
7770 else
7771
7772 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7773 if test "x$LINE" != x ; then
7774 eval "DEFAULT_$LINE"
7775 else
7776 no_cache=1
7777 fi
7778
7779 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
7780
7781 fi;
7782
7783 eval "$ac_cv_use_textctrl"
7784 if test "$no_cache" != 1; then
7785 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7786 fi
7787
7788 if test "$wxUSE_TEXTCTRL" = yes; then
7789 echo "$as_me:$LINENO: result: yes" >&5
7790 echo "${ECHO_T}yes" >&6
7791 else
7792 echo "$as_me:$LINENO: result: no" >&5
7793 echo "${ECHO_T}no" >&6
7794 fi
7795
7796
7797 enablestring=
7798 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
7799 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
7800 no_cache=0
7801 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7802 if test "${enable_togglebtn+set}" = set; then
7803 enableval="$enable_togglebtn"
7804
7805 if test "$enableval" = yes; then
7806 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
7807 else
7808 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
7809 fi
7810
7811 else
7812
7813 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7814 if test "x$LINE" != x ; then
7815 eval "DEFAULT_$LINE"
7816 else
7817 no_cache=1
7818 fi
7819
7820 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7821
7822 fi;
7823
7824 eval "$ac_cv_use_togglebtn"
7825 if test "$no_cache" != 1; then
7826 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7827 fi
7828
7829 if test "$wxUSE_TOGGLEBTN" = yes; then
7830 echo "$as_me:$LINENO: result: yes" >&5
7831 echo "${ECHO_T}yes" >&6
7832 else
7833 echo "$as_me:$LINENO: result: no" >&5
7834 echo "${ECHO_T}no" >&6
7835 fi
7836
7837
7838 enablestring=
7839 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
7840 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
7841 no_cache=0
7842 # Check whether --enable-toolbar or --disable-toolbar was given.
7843 if test "${enable_toolbar+set}" = set; then
7844 enableval="$enable_toolbar"
7845
7846 if test "$enableval" = yes; then
7847 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
7848 else
7849 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
7850 fi
7851
7852 else
7853
7854 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7855 if test "x$LINE" != x ; then
7856 eval "DEFAULT_$LINE"
7857 else
7858 no_cache=1
7859 fi
7860
7861 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7862
7863 fi;
7864
7865 eval "$ac_cv_use_toolbar"
7866 if test "$no_cache" != 1; then
7867 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7868 fi
7869
7870 if test "$wxUSE_TOOLBAR" = yes; then
7871 echo "$as_me:$LINENO: result: yes" >&5
7872 echo "${ECHO_T}yes" >&6
7873 else
7874 echo "$as_me:$LINENO: result: no" >&5
7875 echo "${ECHO_T}no" >&6
7876 fi
7877
7878
7879 enablestring=
7880 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
7881 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
7882 no_cache=0
7883 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7884 if test "${enable_tbarnative+set}" = set; then
7885 enableval="$enable_tbarnative"
7886
7887 if test "$enableval" = yes; then
7888 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7889 else
7890 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7891 fi
7892
7893 else
7894
7895 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7896 if test "x$LINE" != x ; then
7897 eval "DEFAULT_$LINE"
7898 else
7899 no_cache=1
7900 fi
7901
7902 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7903
7904 fi;
7905
7906 eval "$ac_cv_use_tbarnative"
7907 if test "$no_cache" != 1; then
7908 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7909 fi
7910
7911 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7912 echo "$as_me:$LINENO: result: yes" >&5
7913 echo "${ECHO_T}yes" >&6
7914 else
7915 echo "$as_me:$LINENO: result: no" >&5
7916 echo "${ECHO_T}no" >&6
7917 fi
7918
7919
7920 enablestring=
7921 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
7922 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
7923 no_cache=0
7924 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7925 if test "${enable_tbarsmpl+set}" = set; then
7926 enableval="$enable_tbarsmpl"
7927
7928 if test "$enableval" = yes; then
7929 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7930 else
7931 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7932 fi
7933
7934 else
7935
7936 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7937 if test "x$LINE" != x ; then
7938 eval "DEFAULT_$LINE"
7939 else
7940 no_cache=1
7941 fi
7942
7943 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7944
7945 fi;
7946
7947 eval "$ac_cv_use_tbarsmpl"
7948 if test "$no_cache" != 1; then
7949 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7950 fi
7951
7952 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7953 echo "$as_me:$LINENO: result: yes" >&5
7954 echo "${ECHO_T}yes" >&6
7955 else
7956 echo "$as_me:$LINENO: result: no" >&5
7957 echo "${ECHO_T}no" >&6
7958 fi
7959
7960
7961 enablestring=
7962 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
7963 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
7964 no_cache=0
7965 # Check whether --enable-treectrl or --disable-treectrl was given.
7966 if test "${enable_treectrl+set}" = set; then
7967 enableval="$enable_treectrl"
7968
7969 if test "$enableval" = yes; then
7970 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
7971 else
7972 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
7973 fi
7974
7975 else
7976
7977 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7978 if test "x$LINE" != x ; then
7979 eval "DEFAULT_$LINE"
7980 else
7981 no_cache=1
7982 fi
7983
7984 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7985
7986 fi;
7987
7988 eval "$ac_cv_use_treectrl"
7989 if test "$no_cache" != 1; then
7990 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7991 fi
7992
7993 if test "$wxUSE_TREECTRL" = yes; then
7994 echo "$as_me:$LINENO: result: yes" >&5
7995 echo "${ECHO_T}yes" >&6
7996 else
7997 echo "$as_me:$LINENO: result: no" >&5
7998 echo "${ECHO_T}no" >&6
7999 fi
8000
8001
8002 enablestring=
8003 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8004 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8005 no_cache=0
8006 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8007 if test "${enable_tipwindow+set}" = set; then
8008 enableval="$enable_tipwindow"
8009
8010 if test "$enableval" = yes; then
8011 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8012 else
8013 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8014 fi
8015
8016 else
8017
8018 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8019 if test "x$LINE" != x ; then
8020 eval "DEFAULT_$LINE"
8021 else
8022 no_cache=1
8023 fi
8024
8025 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8026
8027 fi;
8028
8029 eval "$ac_cv_use_tipwindow"
8030 if test "$no_cache" != 1; then
8031 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8032 fi
8033
8034 if test "$wxUSE_TIPWINDOW" = yes; then
8035 echo "$as_me:$LINENO: result: yes" >&5
8036 echo "${ECHO_T}yes" >&6
8037 else
8038 echo "$as_me:$LINENO: result: no" >&5
8039 echo "${ECHO_T}no" >&6
8040 fi
8041
8042
8043 enablestring=
8044 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8045 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8046 no_cache=0
8047 # Check whether --enable-popupwin or --disable-popupwin was given.
8048 if test "${enable_popupwin+set}" = set; then
8049 enableval="$enable_popupwin"
8050
8051 if test "$enableval" = yes; then
8052 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8053 else
8054 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8055 fi
8056
8057 else
8058
8059 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8060 if test "x$LINE" != x ; then
8061 eval "DEFAULT_$LINE"
8062 else
8063 no_cache=1
8064 fi
8065
8066 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8067
8068 fi;
8069
8070 eval "$ac_cv_use_popupwin"
8071 if test "$no_cache" != 1; then
8072 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8073 fi
8074
8075 if test "$wxUSE_POPUPWIN" = yes; then
8076 echo "$as_me:$LINENO: result: yes" >&5
8077 echo "${ECHO_T}yes" >&6
8078 else
8079 echo "$as_me:$LINENO: result: no" >&5
8080 echo "${ECHO_T}no" >&6
8081 fi
8082
8083
8084
8085
8086 enablestring=
8087 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8088 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8089 no_cache=0
8090 # Check whether --enable-commondlg or --disable-commondlg was given.
8091 if test "${enable_commondlg+set}" = set; then
8092 enableval="$enable_commondlg"
8093
8094 if test "$enableval" = yes; then
8095 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
8096 else
8097 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
8098 fi
8099
8100 else
8101
8102 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8103 if test "x$LINE" != x ; then
8104 eval "DEFAULT_$LINE"
8105 else
8106 no_cache=1
8107 fi
8108
8109 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
8110
8111 fi;
8112
8113 eval "$ac_cv_use_commondlg"
8114 if test "$no_cache" != 1; then
8115 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8116 fi
8117
8118 if test "$wxUSE_COMMONDLGS" = yes; then
8119 echo "$as_me:$LINENO: result: yes" >&5
8120 echo "${ECHO_T}yes" >&6
8121 else
8122 echo "$as_me:$LINENO: result: no" >&5
8123 echo "${ECHO_T}no" >&6
8124 fi
8125
8126
8127 enablestring=
8128 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8129 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8130 no_cache=0
8131 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8132 if test "${enable_choicedlg+set}" = set; then
8133 enableval="$enable_choicedlg"
8134
8135 if test "$enableval" = yes; then
8136 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
8137 else
8138 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
8139 fi
8140
8141 else
8142
8143 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8144 if test "x$LINE" != x ; then
8145 eval "DEFAULT_$LINE"
8146 else
8147 no_cache=1
8148 fi
8149
8150 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
8151
8152 fi;
8153
8154 eval "$ac_cv_use_choicedlg"
8155 if test "$no_cache" != 1; then
8156 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8157 fi
8158
8159 if test "$wxUSE_CHOICEDLG" = yes; then
8160 echo "$as_me:$LINENO: result: yes" >&5
8161 echo "${ECHO_T}yes" >&6
8162 else
8163 echo "$as_me:$LINENO: result: no" >&5
8164 echo "${ECHO_T}no" >&6
8165 fi
8166
8167
8168 enablestring=
8169 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8170 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8171 no_cache=0
8172 # Check whether --enable-coldlg or --disable-coldlg was given.
8173 if test "${enable_coldlg+set}" = set; then
8174 enableval="$enable_coldlg"
8175
8176 if test "$enableval" = yes; then
8177 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
8178 else
8179 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
8180 fi
8181
8182 else
8183
8184 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8185 if test "x$LINE" != x ; then
8186 eval "DEFAULT_$LINE"
8187 else
8188 no_cache=1
8189 fi
8190
8191 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
8192
8193 fi;
8194
8195 eval "$ac_cv_use_coldlg"
8196 if test "$no_cache" != 1; then
8197 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8198 fi
8199
8200 if test "$wxUSE_COLOURDLG" = yes; then
8201 echo "$as_me:$LINENO: result: yes" >&5
8202 echo "${ECHO_T}yes" >&6
8203 else
8204 echo "$as_me:$LINENO: result: no" >&5
8205 echo "${ECHO_T}no" >&6
8206 fi
8207
8208
8209 enablestring=
8210 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8211 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8212 no_cache=0
8213 # Check whether --enable-filedlg or --disable-filedlg was given.
8214 if test "${enable_filedlg+set}" = set; then
8215 enableval="$enable_filedlg"
8216
8217 if test "$enableval" = yes; then
8218 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
8219 else
8220 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
8221 fi
8222
8223 else
8224
8225 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8226 if test "x$LINE" != x ; then
8227 eval "DEFAULT_$LINE"
8228 else
8229 no_cache=1
8230 fi
8231
8232 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
8233
8234 fi;
8235
8236 eval "$ac_cv_use_filedlg"
8237 if test "$no_cache" != 1; then
8238 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8239 fi
8240
8241 if test "$wxUSE_FILEDLG" = yes; then
8242 echo "$as_me:$LINENO: result: yes" >&5
8243 echo "${ECHO_T}yes" >&6
8244 else
8245 echo "$as_me:$LINENO: result: no" >&5
8246 echo "${ECHO_T}no" >&6
8247 fi
8248
8249
8250 enablestring=
8251 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8252 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8253 no_cache=0
8254 # Check whether --enable-finddlg or --disable-finddlg was given.
8255 if test "${enable_finddlg+set}" = set; then
8256 enableval="$enable_finddlg"
8257
8258 if test "$enableval" = yes; then
8259 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
8260 else
8261 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
8262 fi
8263
8264 else
8265
8266 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8267 if test "x$LINE" != x ; then
8268 eval "DEFAULT_$LINE"
8269 else
8270 no_cache=1
8271 fi
8272
8273 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8274
8275 fi;
8276
8277 eval "$ac_cv_use_finddlg"
8278 if test "$no_cache" != 1; then
8279 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8280 fi
8281
8282 if test "$wxUSE_FINDREPLDLG" = yes; then
8283 echo "$as_me:$LINENO: result: yes" >&5
8284 echo "${ECHO_T}yes" >&6
8285 else
8286 echo "$as_me:$LINENO: result: no" >&5
8287 echo "${ECHO_T}no" >&6
8288 fi
8289
8290
8291 enablestring=
8292 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8293 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8294 no_cache=0
8295 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8296 if test "${enable_fontdlg+set}" = set; then
8297 enableval="$enable_fontdlg"
8298
8299 if test "$enableval" = yes; then
8300 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
8301 else
8302 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
8303 fi
8304
8305 else
8306
8307 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8308 if test "x$LINE" != x ; then
8309 eval "DEFAULT_$LINE"
8310 else
8311 no_cache=1
8312 fi
8313
8314 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
8315
8316 fi;
8317
8318 eval "$ac_cv_use_fontdlg"
8319 if test "$no_cache" != 1; then
8320 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8321 fi
8322
8323 if test "$wxUSE_FONTDLG" = yes; then
8324 echo "$as_me:$LINENO: result: yes" >&5
8325 echo "${ECHO_T}yes" >&6
8326 else
8327 echo "$as_me:$LINENO: result: no" >&5
8328 echo "${ECHO_T}no" >&6
8329 fi
8330
8331
8332 enablestring=
8333 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8334 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8335 no_cache=0
8336 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8337 if test "${enable_dirdlg+set}" = set; then
8338 enableval="$enable_dirdlg"
8339
8340 if test "$enableval" = yes; then
8341 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
8342 else
8343 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
8344 fi
8345
8346 else
8347
8348 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8349 if test "x$LINE" != x ; then
8350 eval "DEFAULT_$LINE"
8351 else
8352 no_cache=1
8353 fi
8354
8355 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
8356
8357 fi;
8358
8359 eval "$ac_cv_use_dirdlg"
8360 if test "$no_cache" != 1; then
8361 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8362 fi
8363
8364 if test "$wxUSE_DIRDLG" = yes; then
8365 echo "$as_me:$LINENO: result: yes" >&5
8366 echo "${ECHO_T}yes" >&6
8367 else
8368 echo "$as_me:$LINENO: result: no" >&5
8369 echo "${ECHO_T}no" >&6
8370 fi
8371
8372
8373 enablestring=
8374 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8375 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8376 no_cache=0
8377 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8378 if test "${enable_msgdlg+set}" = set; then
8379 enableval="$enable_msgdlg"
8380
8381 if test "$enableval" = yes; then
8382 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
8383 else
8384 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
8385 fi
8386
8387 else
8388
8389 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8390 if test "x$LINE" != x ; then
8391 eval "DEFAULT_$LINE"
8392 else
8393 no_cache=1
8394 fi
8395
8396 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
8397
8398 fi;
8399
8400 eval "$ac_cv_use_msgdlg"
8401 if test "$no_cache" != 1; then
8402 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8403 fi
8404
8405 if test "$wxUSE_MSGDLG" = yes; then
8406 echo "$as_me:$LINENO: result: yes" >&5
8407 echo "${ECHO_T}yes" >&6
8408 else
8409 echo "$as_me:$LINENO: result: no" >&5
8410 echo "${ECHO_T}no" >&6
8411 fi
8412
8413
8414 enablestring=
8415 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8416 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8417 no_cache=0
8418 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8419 if test "${enable_numberdlg+set}" = set; then
8420 enableval="$enable_numberdlg"
8421
8422 if test "$enableval" = yes; then
8423 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
8424 else
8425 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
8426 fi
8427
8428 else
8429
8430 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
8431 if test "x$LINE" != x ; then
8432 eval "DEFAULT_$LINE"
8433 else
8434 no_cache=1
8435 fi
8436
8437 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
8438
8439 fi;
8440
8441 eval "$ac_cv_use_numberdlg"
8442 if test "$no_cache" != 1; then
8443 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
8444 fi
8445
8446 if test "$wxUSE_NUMBERDLG" = yes; then
8447 echo "$as_me:$LINENO: result: yes" >&5
8448 echo "${ECHO_T}yes" >&6
8449 else
8450 echo "$as_me:$LINENO: result: no" >&5
8451 echo "${ECHO_T}no" >&6
8452 fi
8453
8454
8455 enablestring=
8456 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8457 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
8458 no_cache=0
8459 # Check whether --enable-splash or --disable-splash was given.
8460 if test "${enable_splash+set}" = set; then
8461 enableval="$enable_splash"
8462
8463 if test "$enableval" = yes; then
8464 ac_cv_use_splash='wxUSE_SPLASH=yes'
8465 else
8466 ac_cv_use_splash='wxUSE_SPLASH=no'
8467 fi
8468
8469 else
8470
8471 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8472 if test "x$LINE" != x ; then
8473 eval "DEFAULT_$LINE"
8474 else
8475 no_cache=1
8476 fi
8477
8478 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
8479
8480 fi;
8481
8482 eval "$ac_cv_use_splash"
8483 if test "$no_cache" != 1; then
8484 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8485 fi
8486
8487 if test "$wxUSE_SPLASH" = yes; then
8488 echo "$as_me:$LINENO: result: yes" >&5
8489 echo "${ECHO_T}yes" >&6
8490 else
8491 echo "$as_me:$LINENO: result: no" >&5
8492 echo "${ECHO_T}no" >&6
8493 fi
8494
8495
8496 enablestring=
8497 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8498 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
8499 no_cache=0
8500 # Check whether --enable-textdlg or --disable-textdlg was given.
8501 if test "${enable_textdlg+set}" = set; then
8502 enableval="$enable_textdlg"
8503
8504 if test "$enableval" = yes; then
8505 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
8506 else
8507 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
8508 fi
8509
8510 else
8511
8512 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8513 if test "x$LINE" != x ; then
8514 eval "DEFAULT_$LINE"
8515 else
8516 no_cache=1
8517 fi
8518
8519 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
8520
8521 fi;
8522
8523 eval "$ac_cv_use_textdlg"
8524 if test "$no_cache" != 1; then
8525 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8526 fi
8527
8528 if test "$wxUSE_TEXTDLG" = yes; then
8529 echo "$as_me:$LINENO: result: yes" >&5
8530 echo "${ECHO_T}yes" >&6
8531 else
8532 echo "$as_me:$LINENO: result: no" >&5
8533 echo "${ECHO_T}no" >&6
8534 fi
8535
8536
8537 enablestring=
8538 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8539 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
8540 no_cache=0
8541 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8542 if test "${enable_tipdlg+set}" = set; then
8543 enableval="$enable_tipdlg"
8544
8545 if test "$enableval" = yes; then
8546 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
8547 else
8548 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
8549 fi
8550
8551 else
8552
8553 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8554 if test "x$LINE" != x ; then
8555 eval "DEFAULT_$LINE"
8556 else
8557 no_cache=1
8558 fi
8559
8560 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
8561
8562 fi;
8563
8564 eval "$ac_cv_use_tipdlg"
8565 if test "$no_cache" != 1; then
8566 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8567 fi
8568
8569 if test "$wxUSE_STARTUP_TIPS" = yes; then
8570 echo "$as_me:$LINENO: result: yes" >&5
8571 echo "${ECHO_T}yes" >&6
8572 else
8573 echo "$as_me:$LINENO: result: no" >&5
8574 echo "${ECHO_T}no" >&6
8575 fi
8576
8577
8578 enablestring=
8579 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8580 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
8581 no_cache=0
8582 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8583 if test "${enable_progressdlg+set}" = set; then
8584 enableval="$enable_progressdlg"
8585
8586 if test "$enableval" = yes; then
8587 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
8588 else
8589 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
8590 fi
8591
8592 else
8593
8594 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8595 if test "x$LINE" != x ; then
8596 eval "DEFAULT_$LINE"
8597 else
8598 no_cache=1
8599 fi
8600
8601 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
8602
8603 fi;
8604
8605 eval "$ac_cv_use_progressdlg"
8606 if test "$no_cache" != 1; then
8607 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8608 fi
8609
8610 if test "$wxUSE_PROGRESSDLG" = yes; then
8611 echo "$as_me:$LINENO: result: yes" >&5
8612 echo "${ECHO_T}yes" >&6
8613 else
8614 echo "$as_me:$LINENO: result: no" >&5
8615 echo "${ECHO_T}no" >&6
8616 fi
8617
8618
8619 enablestring=
8620 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8621 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
8622 no_cache=0
8623 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8624 if test "${enable_wizarddlg+set}" = set; then
8625 enableval="$enable_wizarddlg"
8626
8627 if test "$enableval" = yes; then
8628 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
8629 else
8630 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
8631 fi
8632
8633 else
8634
8635 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8636 if test "x$LINE" != x ; then
8637 eval "DEFAULT_$LINE"
8638 else
8639 no_cache=1
8640 fi
8641
8642 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
8643
8644 fi;
8645
8646 eval "$ac_cv_use_wizarddlg"
8647 if test "$no_cache" != 1; then
8648 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8649 fi
8650
8651 if test "$wxUSE_WIZARDDLG" = yes; then
8652 echo "$as_me:$LINENO: result: yes" >&5
8653 echo "${ECHO_T}yes" >&6
8654 else
8655 echo "$as_me:$LINENO: result: no" >&5
8656 echo "${ECHO_T}no" >&6
8657 fi
8658
8659
8660
8661
8662 enablestring=
8663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8664 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
8665 no_cache=0
8666 # Check whether --enable-menus or --disable-menus was given.
8667 if test "${enable_menus+set}" = set; then
8668 enableval="$enable_menus"
8669
8670 if test "$enableval" = yes; then
8671 ac_cv_use_menus='wxUSE_MENUS=yes'
8672 else
8673 ac_cv_use_menus='wxUSE_MENUS=no'
8674 fi
8675
8676 else
8677
8678 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8679 if test "x$LINE" != x ; then
8680 eval "DEFAULT_$LINE"
8681 else
8682 no_cache=1
8683 fi
8684
8685 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
8686
8687 fi;
8688
8689 eval "$ac_cv_use_menus"
8690 if test "$no_cache" != 1; then
8691 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8692 fi
8693
8694 if test "$wxUSE_MENUS" = yes; then
8695 echo "$as_me:$LINENO: result: yes" >&5
8696 echo "${ECHO_T}yes" >&6
8697 else
8698 echo "$as_me:$LINENO: result: no" >&5
8699 echo "${ECHO_T}no" >&6
8700 fi
8701
8702
8703 enablestring=
8704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8705 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
8706 no_cache=0
8707 # Check whether --enable-miniframe or --disable-miniframe was given.
8708 if test "${enable_miniframe+set}" = set; then
8709 enableval="$enable_miniframe"
8710
8711 if test "$enableval" = yes; then
8712 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
8713 else
8714 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
8715 fi
8716
8717 else
8718
8719 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8720 if test "x$LINE" != x ; then
8721 eval "DEFAULT_$LINE"
8722 else
8723 no_cache=1
8724 fi
8725
8726 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
8727
8728 fi;
8729
8730 eval "$ac_cv_use_miniframe"
8731 if test "$no_cache" != 1; then
8732 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8733 fi
8734
8735 if test "$wxUSE_MINIFRAME" = yes; then
8736 echo "$as_me:$LINENO: result: yes" >&5
8737 echo "${ECHO_T}yes" >&6
8738 else
8739 echo "$as_me:$LINENO: result: no" >&5
8740 echo "${ECHO_T}no" >&6
8741 fi
8742
8743
8744 enablestring=
8745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
8746 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
8747 no_cache=0
8748 # Check whether --enable-tooltips or --disable-tooltips was given.
8749 if test "${enable_tooltips+set}" = set; then
8750 enableval="$enable_tooltips"
8751
8752 if test "$enableval" = yes; then
8753 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
8754 else
8755 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
8756 fi
8757
8758 else
8759
8760 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8761 if test "x$LINE" != x ; then
8762 eval "DEFAULT_$LINE"
8763 else
8764 no_cache=1
8765 fi
8766
8767 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
8768
8769 fi;
8770
8771 eval "$ac_cv_use_tooltips"
8772 if test "$no_cache" != 1; then
8773 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8774 fi
8775
8776 if test "$wxUSE_TOOLTIPS" = yes; then
8777 echo "$as_me:$LINENO: result: yes" >&5
8778 echo "${ECHO_T}yes" >&6
8779 else
8780 echo "$as_me:$LINENO: result: no" >&5
8781 echo "${ECHO_T}no" >&6
8782 fi
8783
8784
8785 enablestring=
8786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
8787 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
8788 no_cache=0
8789 # Check whether --enable-splines or --disable-splines was given.
8790 if test "${enable_splines+set}" = set; then
8791 enableval="$enable_splines"
8792
8793 if test "$enableval" = yes; then
8794 ac_cv_use_splines='wxUSE_SPLINES=yes'
8795 else
8796 ac_cv_use_splines='wxUSE_SPLINES=no'
8797 fi
8798
8799 else
8800
8801 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8802 if test "x$LINE" != x ; then
8803 eval "DEFAULT_$LINE"
8804 else
8805 no_cache=1
8806 fi
8807
8808 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
8809
8810 fi;
8811
8812 eval "$ac_cv_use_splines"
8813 if test "$no_cache" != 1; then
8814 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8815 fi
8816
8817 if test "$wxUSE_SPLINES" = yes; then
8818 echo "$as_me:$LINENO: result: yes" >&5
8819 echo "${ECHO_T}yes" >&6
8820 else
8821 echo "$as_me:$LINENO: result: no" >&5
8822 echo "${ECHO_T}no" >&6
8823 fi
8824
8825
8826 enablestring=
8827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
8828 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
8829 no_cache=0
8830 # Check whether --enable-validators or --disable-validators was given.
8831 if test "${enable_validators+set}" = set; then
8832 enableval="$enable_validators"
8833
8834 if test "$enableval" = yes; then
8835 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
8836 else
8837 ac_cv_use_validators='wxUSE_VALIDATORS=no'
8838 fi
8839
8840 else
8841
8842 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8843 if test "x$LINE" != x ; then
8844 eval "DEFAULT_$LINE"
8845 else
8846 no_cache=1
8847 fi
8848
8849 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
8850
8851 fi;
8852
8853 eval "$ac_cv_use_validators"
8854 if test "$no_cache" != 1; then
8855 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8856 fi
8857
8858 if test "$wxUSE_VALIDATORS" = yes; then
8859 echo "$as_me:$LINENO: result: yes" >&5
8860 echo "${ECHO_T}yes" >&6
8861 else
8862 echo "$as_me:$LINENO: result: no" >&5
8863 echo "${ECHO_T}no" >&6
8864 fi
8865
8866
8867 enablestring=
8868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
8869 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
8870 no_cache=0
8871 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8872 if test "${enable_busyinfo+set}" = set; then
8873 enableval="$enable_busyinfo"
8874
8875 if test "$enableval" = yes; then
8876 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
8877 else
8878 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
8879 fi
8880
8881 else
8882
8883 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8884 if test "x$LINE" != x ; then
8885 eval "DEFAULT_$LINE"
8886 else
8887 no_cache=1
8888 fi
8889
8890 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8891
8892 fi;
8893
8894 eval "$ac_cv_use_busyinfo"
8895 if test "$no_cache" != 1; then
8896 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8897 fi
8898
8899 if test "$wxUSE_BUSYINFO" = yes; then
8900 echo "$as_me:$LINENO: result: yes" >&5
8901 echo "${ECHO_T}yes" >&6
8902 else
8903 echo "$as_me:$LINENO: result: no" >&5
8904 echo "${ECHO_T}no" >&6
8905 fi
8906
8907
8908 enablestring=
8909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
8910 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
8911 no_cache=0
8912 # Check whether --enable-joystick or --disable-joystick was given.
8913 if test "${enable_joystick+set}" = set; then
8914 enableval="$enable_joystick"
8915
8916 if test "$enableval" = yes; then
8917 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
8918 else
8919 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
8920 fi
8921
8922 else
8923
8924 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8925 if test "x$LINE" != x ; then
8926 eval "DEFAULT_$LINE"
8927 else
8928 no_cache=1
8929 fi
8930
8931 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8932
8933 fi;
8934
8935 eval "$ac_cv_use_joystick"
8936 if test "$no_cache" != 1; then
8937 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8938 fi
8939
8940 if test "$wxUSE_JOYSTICK" = yes; then
8941 echo "$as_me:$LINENO: result: yes" >&5
8942 echo "${ECHO_T}yes" >&6
8943 else
8944 echo "$as_me:$LINENO: result: no" >&5
8945 echo "${ECHO_T}no" >&6
8946 fi
8947
8948
8949 enablestring=
8950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
8951 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
8952 no_cache=0
8953 # Check whether --enable-metafile or --disable-metafile was given.
8954 if test "${enable_metafile+set}" = set; then
8955 enableval="$enable_metafile"
8956
8957 if test "$enableval" = yes; then
8958 ac_cv_use_metafile='wxUSE_METAFILE=yes'
8959 else
8960 ac_cv_use_metafile='wxUSE_METAFILE=no'
8961 fi
8962
8963 else
8964
8965 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8966 if test "x$LINE" != x ; then
8967 eval "DEFAULT_$LINE"
8968 else
8969 no_cache=1
8970 fi
8971
8972 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8973
8974 fi;
8975
8976 eval "$ac_cv_use_metafile"
8977 if test "$no_cache" != 1; then
8978 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8979 fi
8980
8981 if test "$wxUSE_METAFILE" = yes; then
8982 echo "$as_me:$LINENO: result: yes" >&5
8983 echo "${ECHO_T}yes" >&6
8984 else
8985 echo "$as_me:$LINENO: result: no" >&5
8986 echo "${ECHO_T}no" >&6
8987 fi
8988
8989
8990 enablestring=
8991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
8992 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
8993 no_cache=0
8994 # Check whether --enable-dragimage or --disable-dragimage was given.
8995 if test "${enable_dragimage+set}" = set; then
8996 enableval="$enable_dragimage"
8997
8998 if test "$enableval" = yes; then
8999 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9000 else
9001 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9002 fi
9003
9004 else
9005
9006 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9007 if test "x$LINE" != x ; then
9008 eval "DEFAULT_$LINE"
9009 else
9010 no_cache=1
9011 fi
9012
9013 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9014
9015 fi;
9016
9017 eval "$ac_cv_use_dragimage"
9018 if test "$no_cache" != 1; then
9019 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9020 fi
9021
9022 if test "$wxUSE_DRAGIMAGE" = yes; then
9023 echo "$as_me:$LINENO: result: yes" >&5
9024 echo "${ECHO_T}yes" >&6
9025 else
9026 echo "$as_me:$LINENO: result: no" >&5
9027 echo "${ECHO_T}no" >&6
9028 fi
9029
9030
9031 enablestring=
9032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9033 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9034 no_cache=0
9035 # Check whether --enable-accessibility or --disable-accessibility was given.
9036 if test "${enable_accessibility+set}" = set; then
9037 enableval="$enable_accessibility"
9038
9039 if test "$enableval" = yes; then
9040 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
9041 else
9042 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
9043 fi
9044
9045 else
9046
9047 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9048 if test "x$LINE" != x ; then
9049 eval "DEFAULT_$LINE"
9050 else
9051 no_cache=1
9052 fi
9053
9054 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9055
9056 fi;
9057
9058 eval "$ac_cv_use_accessibility"
9059 if test "$no_cache" != 1; then
9060 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9061 fi
9062
9063 if test "$wxUSE_ACCESSIBILITY" = yes; then
9064 echo "$as_me:$LINENO: result: yes" >&5
9065 echo "${ECHO_T}yes" >&6
9066 else
9067 echo "$as_me:$LINENO: result: no" >&5
9068 echo "${ECHO_T}no" >&6
9069 fi
9070
9071
9072
9073
9074 enablestring=
9075 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9076 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9077 no_cache=0
9078 # Check whether --enable-palette or --disable-palette was given.
9079 if test "${enable_palette+set}" = set; then
9080 enableval="$enable_palette"
9081
9082 if test "$enableval" = yes; then
9083 ac_cv_use_palette='wxUSE_PALETTE=yes'
9084 else
9085 ac_cv_use_palette='wxUSE_PALETTE=no'
9086 fi
9087
9088 else
9089
9090 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9091 if test "x$LINE" != x ; then
9092 eval "DEFAULT_$LINE"
9093 else
9094 no_cache=1
9095 fi
9096
9097 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
9098
9099 fi;
9100
9101 eval "$ac_cv_use_palette"
9102 if test "$no_cache" != 1; then
9103 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9104 fi
9105
9106 if test "$wxUSE_PALETTE" = yes; then
9107 echo "$as_me:$LINENO: result: yes" >&5
9108 echo "${ECHO_T}yes" >&6
9109 else
9110 echo "$as_me:$LINENO: result: no" >&5
9111 echo "${ECHO_T}no" >&6
9112 fi
9113
9114
9115 enablestring=
9116 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9117 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9118 no_cache=0
9119 # Check whether --enable-image or --disable-image was given.
9120 if test "${enable_image+set}" = set; then
9121 enableval="$enable_image"
9122
9123 if test "$enableval" = yes; then
9124 ac_cv_use_image='wxUSE_IMAGE=yes'
9125 else
9126 ac_cv_use_image='wxUSE_IMAGE=no'
9127 fi
9128
9129 else
9130
9131 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9132 if test "x$LINE" != x ; then
9133 eval "DEFAULT_$LINE"
9134 else
9135 no_cache=1
9136 fi
9137
9138 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
9139
9140 fi;
9141
9142 eval "$ac_cv_use_image"
9143 if test "$no_cache" != 1; then
9144 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9145 fi
9146
9147 if test "$wxUSE_IMAGE" = yes; then
9148 echo "$as_me:$LINENO: result: yes" >&5
9149 echo "${ECHO_T}yes" >&6
9150 else
9151 echo "$as_me:$LINENO: result: no" >&5
9152 echo "${ECHO_T}no" >&6
9153 fi
9154
9155
9156 enablestring=
9157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9158 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9159 no_cache=0
9160 # Check whether --enable-gif or --disable-gif was given.
9161 if test "${enable_gif+set}" = set; then
9162 enableval="$enable_gif"
9163
9164 if test "$enableval" = yes; then
9165 ac_cv_use_gif='wxUSE_GIF=yes'
9166 else
9167 ac_cv_use_gif='wxUSE_GIF=no'
9168 fi
9169
9170 else
9171
9172 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9173 if test "x$LINE" != x ; then
9174 eval "DEFAULT_$LINE"
9175 else
9176 no_cache=1
9177 fi
9178
9179 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
9180
9181 fi;
9182
9183 eval "$ac_cv_use_gif"
9184 if test "$no_cache" != 1; then
9185 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9186 fi
9187
9188 if test "$wxUSE_GIF" = yes; then
9189 echo "$as_me:$LINENO: result: yes" >&5
9190 echo "${ECHO_T}yes" >&6
9191 else
9192 echo "$as_me:$LINENO: result: no" >&5
9193 echo "${ECHO_T}no" >&6
9194 fi
9195
9196
9197 enablestring=
9198 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9199 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9200 no_cache=0
9201 # Check whether --enable-pcx or --disable-pcx was given.
9202 if test "${enable_pcx+set}" = set; then
9203 enableval="$enable_pcx"
9204
9205 if test "$enableval" = yes; then
9206 ac_cv_use_pcx='wxUSE_PCX=yes'
9207 else
9208 ac_cv_use_pcx='wxUSE_PCX=no'
9209 fi
9210
9211 else
9212
9213 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9214 if test "x$LINE" != x ; then
9215 eval "DEFAULT_$LINE"
9216 else
9217 no_cache=1
9218 fi
9219
9220 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
9221
9222 fi;
9223
9224 eval "$ac_cv_use_pcx"
9225 if test "$no_cache" != 1; then
9226 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9227 fi
9228
9229 if test "$wxUSE_PCX" = yes; then
9230 echo "$as_me:$LINENO: result: yes" >&5
9231 echo "${ECHO_T}yes" >&6
9232 else
9233 echo "$as_me:$LINENO: result: no" >&5
9234 echo "${ECHO_T}no" >&6
9235 fi
9236
9237
9238 enablestring=
9239 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9240 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9241 no_cache=0
9242 # Check whether --enable-iff or --disable-iff was given.
9243 if test "${enable_iff+set}" = set; then
9244 enableval="$enable_iff"
9245
9246 if test "$enableval" = yes; then
9247 ac_cv_use_iff='wxUSE_IFF=yes'
9248 else
9249 ac_cv_use_iff='wxUSE_IFF=no'
9250 fi
9251
9252 else
9253
9254 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9255 if test "x$LINE" != x ; then
9256 eval "DEFAULT_$LINE"
9257 else
9258 no_cache=1
9259 fi
9260
9261 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
9262
9263 fi;
9264
9265 eval "$ac_cv_use_iff"
9266 if test "$no_cache" != 1; then
9267 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9268 fi
9269
9270 if test "$wxUSE_IFF" = yes; then
9271 echo "$as_me:$LINENO: result: yes" >&5
9272 echo "${ECHO_T}yes" >&6
9273 else
9274 echo "$as_me:$LINENO: result: no" >&5
9275 echo "${ECHO_T}no" >&6
9276 fi
9277
9278
9279 enablestring=
9280 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9281 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9282 no_cache=0
9283 # Check whether --enable-pnm or --disable-pnm was given.
9284 if test "${enable_pnm+set}" = set; then
9285 enableval="$enable_pnm"
9286
9287 if test "$enableval" = yes; then
9288 ac_cv_use_pnm='wxUSE_PNM=yes'
9289 else
9290 ac_cv_use_pnm='wxUSE_PNM=no'
9291 fi
9292
9293 else
9294
9295 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9296 if test "x$LINE" != x ; then
9297 eval "DEFAULT_$LINE"
9298 else
9299 no_cache=1
9300 fi
9301
9302 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
9303
9304 fi;
9305
9306 eval "$ac_cv_use_pnm"
9307 if test "$no_cache" != 1; then
9308 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9309 fi
9310
9311 if test "$wxUSE_PNM" = yes; then
9312 echo "$as_me:$LINENO: result: yes" >&5
9313 echo "${ECHO_T}yes" >&6
9314 else
9315 echo "$as_me:$LINENO: result: no" >&5
9316 echo "${ECHO_T}no" >&6
9317 fi
9318
9319
9320 enablestring=
9321 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9322 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9323 no_cache=0
9324 # Check whether --enable-xpm or --disable-xpm was given.
9325 if test "${enable_xpm+set}" = set; then
9326 enableval="$enable_xpm"
9327
9328 if test "$enableval" = yes; then
9329 ac_cv_use_xpm='wxUSE_XPM=yes'
9330 else
9331 ac_cv_use_xpm='wxUSE_XPM=no'
9332 fi
9333
9334 else
9335
9336 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9337 if test "x$LINE" != x ; then
9338 eval "DEFAULT_$LINE"
9339 else
9340 no_cache=1
9341 fi
9342
9343 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
9344
9345 fi;
9346
9347 eval "$ac_cv_use_xpm"
9348 if test "$no_cache" != 1; then
9349 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9350 fi
9351
9352 if test "$wxUSE_XPM" = yes; then
9353 echo "$as_me:$LINENO: result: yes" >&5
9354 echo "${ECHO_T}yes" >&6
9355 else
9356 echo "$as_me:$LINENO: result: no" >&5
9357 echo "${ECHO_T}no" >&6
9358 fi
9359
9360
9361 enablestring=
9362 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9363 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9364 no_cache=0
9365 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9366 if test "${enable_ico_cur+set}" = set; then
9367 enableval="$enable_ico_cur"
9368
9369 if test "$enableval" = yes; then
9370 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
9371 else
9372 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
9373 fi
9374
9375 else
9376
9377 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9378 if test "x$LINE" != x ; then
9379 eval "DEFAULT_$LINE"
9380 else
9381 no_cache=1
9382 fi
9383
9384 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
9385
9386 fi;
9387
9388 eval "$ac_cv_use_ico_cur"
9389 if test "$no_cache" != 1; then
9390 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9391 fi
9392
9393 if test "$wxUSE_ICO_CUR" = yes; then
9394 echo "$as_me:$LINENO: result: yes" >&5
9395 echo "${ECHO_T}yes" >&6
9396 else
9397 echo "$as_me:$LINENO: result: no" >&5
9398 echo "${ECHO_T}no" >&6
9399 fi
9400
9401
9402 fi
9403
9404 case "${host}" in
9405 *-pc-os2_emx | *-pc-os2-emx )
9406 PATH_IFS=';'
9407 LEX_STEM="lexyy"
9408 ;;
9409 *)
9410 PATH_IFS=':'
9411 LEX_STEM="lex.yy"
9412 ;;
9413 esac
9414
9415
9416
9417 echo "saving argument cache $wx_arg_cache_file"
9418 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
9419
9420
9421
9422 echo "$as_me:$LINENO: checking for toolkit" >&5
9423 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
9424
9425 # In Wine, we need to default to MSW, not GTK or MOTIF
9426 if test "$wxUSE_WINE" = "yes"; then
9427 DEFAULT_DEFAULT_wxUSE_GTK=0
9428 DEFAULT_DEFAULT_wxUSE_MOTIF=0
9429 DEFAULT_DEFAULT_wxUSE_MSW=1
9430 fi
9431
9432 if test "$wxUSE_GUI" = "yes"; then
9433
9434 if test "$USE_BEOS" = 1; then
9435 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9436 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9437 { (exit 1); exit 1; }; }
9438 fi
9439
9440 if test "$TOOLKIT_GIVEN" = 1; then
9441 for toolkit in `echo $ALL_TOOLKITS`; do
9442 var=wxUSE_$toolkit
9443 eval "value=\$${var}"
9444 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
9445 done
9446 else
9447 for toolkit in `echo $ALL_TOOLKITS`; do
9448 if test "$has_toolkit_in_cache" != 1; then
9449 var=DEFAULT_DEFAULT_wxUSE_$toolkit
9450 else
9451 var=DEFAULT_wxUSE_$toolkit
9452 fi
9453 eval "wxUSE_$toolkit=\$${var}"
9454 done
9455 fi
9456
9457 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9458 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9459 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
9460
9461 case "${host}" in
9462 *-pc-os2_emx | *-pc-os2-emx )
9463 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
9464 esac
9465
9466 case "$NUM_TOOLKITS" in
9467 1)
9468 ;;
9469 0)
9470 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9471 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9472 { (exit 1); exit 1; }; }
9473 ;;
9474 *)
9475 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9476 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9477 { (exit 1); exit 1; }; }
9478 esac
9479
9480 for toolkit in `echo $ALL_TOOLKITS`; do
9481 var=wxUSE_$toolkit
9482 eval "value=\$${var}"
9483 if test "x$value" != x; then
9484 cache_var=CACHE_$toolkit
9485 eval "cache=\$${cache_var}"
9486 if test "$cache" = 1; then
9487 echo "$var=$value" >> ${wx_arg_cache_file}
9488 fi
9489 if test "$value" = 1; then
9490 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
9491 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9492 echo "${ECHO_T}$toolkit_echo" >&6
9493 fi
9494 fi
9495 done
9496 else
9497 if test "x$host_alias" != "x"; then
9498 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
9499 echo "${ECHO_T}base ($host_alias hosted) only" >&6
9500 else
9501 echo "$as_me:$LINENO: result: base only" >&5
9502 echo "${ECHO_T}base only" >&6
9503 fi
9504 fi
9505
9506 wants_win32=0
9507 doesnt_want_win32=0
9508 case "${host}" in
9509 *-*-cygwin*)
9510 if test "$wxUSE_MSW" = 1 ; then
9511 wants_win32=1
9512 else
9513 doesnt_want_win32=1
9514 fi
9515 ;;
9516 *-*-mingw*)
9517 wants_win32=1
9518 ;;
9519 esac
9520
9521 if test "$wxUSE_WINE" = "yes"; then
9522 wants_win32=1
9523 CC=winegcc
9524 CXX=wineg++
9525 RESCOMP=wrc
9526 fi
9527
9528 if test "$wants_win32" = 1 ; then
9529 USE_UNIX=0
9530 USE_WIN32=1
9531 cat >>confdefs.h <<\_ACEOF
9532 #define __WIN32__ 1
9533 _ACEOF
9534
9535 cat >>confdefs.h <<\_ACEOF
9536 #define __WIN95__ 1
9537 _ACEOF
9538
9539 cat >>confdefs.h <<\_ACEOF
9540 #define __WINDOWS__ 1
9541 _ACEOF
9542
9543 cat >>confdefs.h <<\_ACEOF
9544 #define __GNUWIN32__ 1
9545 _ACEOF
9546
9547 cat >>confdefs.h <<\_ACEOF
9548 #define STRICT 1
9549 _ACEOF
9550
9551 cat >>confdefs.h <<\_ACEOF
9552 #define WINVER 0x0400
9553 _ACEOF
9554
9555 fi
9556 if test "$doesnt_want_win32" = 1 ; then
9557 USE_UNIX=1
9558 USE_WIN32=0
9559 fi
9560
9561 if test "$USE_UNIX" = 1 ; then
9562 wxUSE_UNIX=yes
9563 cat >>confdefs.h <<\_ACEOF
9564 #define __UNIX__ 1
9565 _ACEOF
9566
9567 fi
9568
9569
9570 cat >confcache <<\_ACEOF
9571 # This file is a shell script that caches the results of configure
9572 # tests run on this system so they can be shared between configure
9573 # scripts and configure runs, see configure's option --config-cache.
9574 # It is not useful on other systems. If it contains results you don't
9575 # want to keep, you may remove or edit it.
9576 #
9577 # config.status only pays attention to the cache file if you give it
9578 # the --recheck option to rerun configure.
9579 #
9580 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9581 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9582 # following values.
9583
9584 _ACEOF
9585
9586 # The following way of writing the cache mishandles newlines in values,
9587 # but we know of no workaround that is simple, portable, and efficient.
9588 # So, don't put newlines in cache variables' values.
9589 # Ultrix sh set writes to stderr and can't be redirected directly,
9590 # and sets the high bit in the cache file unless we assign to the vars.
9591 {
9592 (set) 2>&1 |
9593 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9594 *ac_space=\ *)
9595 # `set' does not quote correctly, so add quotes (double-quote
9596 # substitution turns \\\\ into \\, and sed turns \\ into \).
9597 sed -n \
9598 "s/'/'\\\\''/g;
9599 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9600 ;;
9601 *)
9602 # `set' quotes correctly as required by POSIX, so do not add quotes.
9603 sed -n \
9604 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9605 ;;
9606 esac;
9607 } |
9608 sed '
9609 t clear
9610 : clear
9611 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9612 t end
9613 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9614 : end' >>confcache
9615 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9616 if test -w $cache_file; then
9617 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9618 cat confcache >$cache_file
9619 else
9620 echo "not updating unwritable cache $cache_file"
9621 fi
9622 fi
9623 rm -f confcache
9624
9625 if test "$build" != "$host" ; then
9626 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
9627 CC=$host_alias-gcc
9628 CXX=$host_alias-c++
9629 AR=$host_alias-ar
9630 RANLIB=$host_alias-ranlib
9631 DLLTOOL=$host_alias-dlltool
9632 RESCOMP=$host_alias-windres
9633 LD=$host_alias-ld
9634 NM=$host_alias-nm
9635 STRIP=$host_alias-strip
9636 else
9637 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9638 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9639 { (exit 1); exit 1; }; }
9640 fi
9641 fi
9642
9643 CFLAGS=${CFLAGS:=}
9644 ac_ext=c
9645 ac_cpp='$CPP $CPPFLAGS'
9646 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9647 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9648 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9649 if test -n "$ac_tool_prefix"; then
9650 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9651 set dummy ${ac_tool_prefix}gcc; ac_word=$2
9652 echo "$as_me:$LINENO: checking for $ac_word" >&5
9653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9654 if test "${ac_cv_prog_CC+set}" = set; then
9655 echo $ECHO_N "(cached) $ECHO_C" >&6
9656 else
9657 if test -n "$CC"; then
9658 ac_cv_prog_CC="$CC" # Let the user override the test.
9659 else
9660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9661 for as_dir in $PATH
9662 do
9663 IFS=$as_save_IFS
9664 test -z "$as_dir" && as_dir=.
9665 for ac_exec_ext in '' $ac_executable_extensions; do
9666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9667 ac_cv_prog_CC="${ac_tool_prefix}gcc"
9668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9669 break 2
9670 fi
9671 done
9672 done
9673
9674 fi
9675 fi
9676 CC=$ac_cv_prog_CC
9677 if test -n "$CC"; then
9678 echo "$as_me:$LINENO: result: $CC" >&5
9679 echo "${ECHO_T}$CC" >&6
9680 else
9681 echo "$as_me:$LINENO: result: no" >&5
9682 echo "${ECHO_T}no" >&6
9683 fi
9684
9685 fi
9686 if test -z "$ac_cv_prog_CC"; then
9687 ac_ct_CC=$CC
9688 # Extract the first word of "gcc", so it can be a program name with args.
9689 set dummy gcc; ac_word=$2
9690 echo "$as_me:$LINENO: checking for $ac_word" >&5
9691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9692 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9693 echo $ECHO_N "(cached) $ECHO_C" >&6
9694 else
9695 if test -n "$ac_ct_CC"; then
9696 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9697 else
9698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9699 for as_dir in $PATH
9700 do
9701 IFS=$as_save_IFS
9702 test -z "$as_dir" && as_dir=.
9703 for ac_exec_ext in '' $ac_executable_extensions; do
9704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9705 ac_cv_prog_ac_ct_CC="gcc"
9706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9707 break 2
9708 fi
9709 done
9710 done
9711
9712 fi
9713 fi
9714 ac_ct_CC=$ac_cv_prog_ac_ct_CC
9715 if test -n "$ac_ct_CC"; then
9716 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9717 echo "${ECHO_T}$ac_ct_CC" >&6
9718 else
9719 echo "$as_me:$LINENO: result: no" >&5
9720 echo "${ECHO_T}no" >&6
9721 fi
9722
9723 CC=$ac_ct_CC
9724 else
9725 CC="$ac_cv_prog_CC"
9726 fi
9727
9728 if test -z "$CC"; then
9729 if test -n "$ac_tool_prefix"; then
9730 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9731 set dummy ${ac_tool_prefix}cc; ac_word=$2
9732 echo "$as_me:$LINENO: checking for $ac_word" >&5
9733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9734 if test "${ac_cv_prog_CC+set}" = set; then
9735 echo $ECHO_N "(cached) $ECHO_C" >&6
9736 else
9737 if test -n "$CC"; then
9738 ac_cv_prog_CC="$CC" # Let the user override the test.
9739 else
9740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9741 for as_dir in $PATH
9742 do
9743 IFS=$as_save_IFS
9744 test -z "$as_dir" && as_dir=.
9745 for ac_exec_ext in '' $ac_executable_extensions; do
9746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9747 ac_cv_prog_CC="${ac_tool_prefix}cc"
9748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9749 break 2
9750 fi
9751 done
9752 done
9753
9754 fi
9755 fi
9756 CC=$ac_cv_prog_CC
9757 if test -n "$CC"; then
9758 echo "$as_me:$LINENO: result: $CC" >&5
9759 echo "${ECHO_T}$CC" >&6
9760 else
9761 echo "$as_me:$LINENO: result: no" >&5
9762 echo "${ECHO_T}no" >&6
9763 fi
9764
9765 fi
9766 if test -z "$ac_cv_prog_CC"; then
9767 ac_ct_CC=$CC
9768 # Extract the first word of "cc", so it can be a program name with args.
9769 set dummy cc; ac_word=$2
9770 echo "$as_me:$LINENO: checking for $ac_word" >&5
9771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9772 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9773 echo $ECHO_N "(cached) $ECHO_C" >&6
9774 else
9775 if test -n "$ac_ct_CC"; then
9776 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9777 else
9778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9779 for as_dir in $PATH
9780 do
9781 IFS=$as_save_IFS
9782 test -z "$as_dir" && as_dir=.
9783 for ac_exec_ext in '' $ac_executable_extensions; do
9784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9785 ac_cv_prog_ac_ct_CC="cc"
9786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9787 break 2
9788 fi
9789 done
9790 done
9791
9792 fi
9793 fi
9794 ac_ct_CC=$ac_cv_prog_ac_ct_CC
9795 if test -n "$ac_ct_CC"; then
9796 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9797 echo "${ECHO_T}$ac_ct_CC" >&6
9798 else
9799 echo "$as_me:$LINENO: result: no" >&5
9800 echo "${ECHO_T}no" >&6
9801 fi
9802
9803 CC=$ac_ct_CC
9804 else
9805 CC="$ac_cv_prog_CC"
9806 fi
9807
9808 fi
9809 if test -z "$CC"; then
9810 # Extract the first word of "cc", so it can be a program name with args.
9811 set dummy cc; ac_word=$2
9812 echo "$as_me:$LINENO: checking for $ac_word" >&5
9813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9814 if test "${ac_cv_prog_CC+set}" = set; then
9815 echo $ECHO_N "(cached) $ECHO_C" >&6
9816 else
9817 if test -n "$CC"; then
9818 ac_cv_prog_CC="$CC" # Let the user override the test.
9819 else
9820 ac_prog_rejected=no
9821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9822 for as_dir in $PATH
9823 do
9824 IFS=$as_save_IFS
9825 test -z "$as_dir" && as_dir=.
9826 for ac_exec_ext in '' $ac_executable_extensions; do
9827 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9828 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9829 ac_prog_rejected=yes
9830 continue
9831 fi
9832 ac_cv_prog_CC="cc"
9833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9834 break 2
9835 fi
9836 done
9837 done
9838
9839 if test $ac_prog_rejected = yes; then
9840 # We found a bogon in the path, so make sure we never use it.
9841 set dummy $ac_cv_prog_CC
9842 shift
9843 if test $# != 0; then
9844 # We chose a different compiler from the bogus one.
9845 # However, it has the same basename, so the bogon will be chosen
9846 # first if we set CC to just the basename; use the full file name.
9847 shift
9848 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9849 fi
9850 fi
9851 fi
9852 fi
9853 CC=$ac_cv_prog_CC
9854 if test -n "$CC"; then
9855 echo "$as_me:$LINENO: result: $CC" >&5
9856 echo "${ECHO_T}$CC" >&6
9857 else
9858 echo "$as_me:$LINENO: result: no" >&5
9859 echo "${ECHO_T}no" >&6
9860 fi
9861
9862 fi
9863 if test -z "$CC"; then
9864 if test -n "$ac_tool_prefix"; then
9865 for ac_prog in cl
9866 do
9867 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9868 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9869 echo "$as_me:$LINENO: checking for $ac_word" >&5
9870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9871 if test "${ac_cv_prog_CC+set}" = set; then
9872 echo $ECHO_N "(cached) $ECHO_C" >&6
9873 else
9874 if test -n "$CC"; then
9875 ac_cv_prog_CC="$CC" # Let the user override the test.
9876 else
9877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9878 for as_dir in $PATH
9879 do
9880 IFS=$as_save_IFS
9881 test -z "$as_dir" && as_dir=.
9882 for ac_exec_ext in '' $ac_executable_extensions; do
9883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9884 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
9885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9886 break 2
9887 fi
9888 done
9889 done
9890
9891 fi
9892 fi
9893 CC=$ac_cv_prog_CC
9894 if test -n "$CC"; then
9895 echo "$as_me:$LINENO: result: $CC" >&5
9896 echo "${ECHO_T}$CC" >&6
9897 else
9898 echo "$as_me:$LINENO: result: no" >&5
9899 echo "${ECHO_T}no" >&6
9900 fi
9901
9902 test -n "$CC" && break
9903 done
9904 fi
9905 if test -z "$CC"; then
9906 ac_ct_CC=$CC
9907 for ac_prog in cl
9908 do
9909 # Extract the first word of "$ac_prog", so it can be a program name with args.
9910 set dummy $ac_prog; ac_word=$2
9911 echo "$as_me:$LINENO: checking for $ac_word" >&5
9912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9913 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9914 echo $ECHO_N "(cached) $ECHO_C" >&6
9915 else
9916 if test -n "$ac_ct_CC"; then
9917 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9918 else
9919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9920 for as_dir in $PATH
9921 do
9922 IFS=$as_save_IFS
9923 test -z "$as_dir" && as_dir=.
9924 for ac_exec_ext in '' $ac_executable_extensions; do
9925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9926 ac_cv_prog_ac_ct_CC="$ac_prog"
9927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9928 break 2
9929 fi
9930 done
9931 done
9932
9933 fi
9934 fi
9935 ac_ct_CC=$ac_cv_prog_ac_ct_CC
9936 if test -n "$ac_ct_CC"; then
9937 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9938 echo "${ECHO_T}$ac_ct_CC" >&6
9939 else
9940 echo "$as_me:$LINENO: result: no" >&5
9941 echo "${ECHO_T}no" >&6
9942 fi
9943
9944 test -n "$ac_ct_CC" && break
9945 done
9946
9947 CC=$ac_ct_CC
9948 fi
9949
9950 fi
9951
9952
9953 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
9954 See \`config.log' for more details." >&5
9955 echo "$as_me: error: no acceptable C compiler found in \$PATH
9956 See \`config.log' for more details." >&2;}
9957 { (exit 1); exit 1; }; }
9958
9959 # Provide some information about the compiler.
9960 echo "$as_me:$LINENO:" \
9961 "checking for C compiler version" >&5
9962 ac_compiler=`set X $ac_compile; echo $2`
9963 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
9964 (eval $ac_compiler --version </dev/null >&5) 2>&5
9965 ac_status=$?
9966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9967 (exit $ac_status); }
9968 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
9969 (eval $ac_compiler -v </dev/null >&5) 2>&5
9970 ac_status=$?
9971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9972 (exit $ac_status); }
9973 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
9974 (eval $ac_compiler -V </dev/null >&5) 2>&5
9975 ac_status=$?
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); }
9978
9979 cat >conftest.$ac_ext <<_ACEOF
9980 #line $LINENO "configure"
9981 /* confdefs.h. */
9982 _ACEOF
9983 cat confdefs.h >>conftest.$ac_ext
9984 cat >>conftest.$ac_ext <<_ACEOF
9985 /* end confdefs.h. */
9986
9987 int
9988 main ()
9989 {
9990
9991 ;
9992 return 0;
9993 }
9994 _ACEOF
9995 ac_clean_files_save=$ac_clean_files
9996 ac_clean_files="$ac_clean_files a.out a.exe b.out"
9997 # Try to create an executable without -o first, disregard a.out.
9998 # It will help us diagnose broken compilers, and finding out an intuition
9999 # of exeext.
10000 echo "$as_me:$LINENO: checking for C compiler default output" >&5
10001 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
10002 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10003 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10004 (eval $ac_link_default) 2>&5
10005 ac_status=$?
10006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10007 (exit $ac_status); }; then
10008 # Find the output, starting from the most likely. This scheme is
10009 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10010 # resort.
10011
10012 # Be careful to initialize this variable, since it used to be cached.
10013 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10014 ac_cv_exeext=
10015 # b.out is created by i960 compilers.
10016 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10017 do
10018 test -f "$ac_file" || continue
10019 case $ac_file in
10020 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
10021 ;;
10022 conftest.$ac_ext )
10023 # This is the source file.
10024 ;;
10025 [ab].out )
10026 # We found the default executable, but exeext='' is most
10027 # certainly right.
10028 break;;
10029 *.* )
10030 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10031 # FIXME: I believe we export ac_cv_exeext for Libtool,
10032 # but it would be cool to find out if it's true. Does anybody
10033 # maintain Libtool? --akim.
10034 export ac_cv_exeext
10035 break;;
10036 * )
10037 break;;
10038 esac
10039 done
10040 else
10041 echo "$as_me: failed program was:" >&5
10042 sed 's/^/| /' conftest.$ac_ext >&5
10043
10044 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10045 See \`config.log' for more details." >&5
10046 echo "$as_me: error: C compiler cannot create executables
10047 See \`config.log' for more details." >&2;}
10048 { (exit 77); exit 77; }; }
10049 fi
10050
10051 ac_exeext=$ac_cv_exeext
10052 echo "$as_me:$LINENO: result: $ac_file" >&5
10053 echo "${ECHO_T}$ac_file" >&6
10054
10055 # Check the compiler produces executables we can run. If not, either
10056 # the compiler is broken, or we cross compile.
10057 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10058 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10059 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10060 # If not cross compiling, check that we can run a simple program.
10061 if test "$cross_compiling" != yes; then
10062 if { ac_try='./$ac_file'
10063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10064 (eval $ac_try) 2>&5
10065 ac_status=$?
10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10067 (exit $ac_status); }; }; then
10068 cross_compiling=no
10069 else
10070 if test "$cross_compiling" = maybe; then
10071 cross_compiling=yes
10072 else
10073 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10074 If you meant to cross compile, use \`--host'.
10075 See \`config.log' for more details." >&5
10076 echo "$as_me: error: cannot run C compiled programs.
10077 If you meant to cross compile, use \`--host'.
10078 See \`config.log' for more details." >&2;}
10079 { (exit 1); exit 1; }; }
10080 fi
10081 fi
10082 fi
10083 echo "$as_me:$LINENO: result: yes" >&5
10084 echo "${ECHO_T}yes" >&6
10085
10086 rm -f a.out a.exe conftest$ac_cv_exeext b.out
10087 ac_clean_files=$ac_clean_files_save
10088 # Check the compiler produces executables we can run. If not, either
10089 # the compiler is broken, or we cross compile.
10090 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10091 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10092 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10093 echo "${ECHO_T}$cross_compiling" >&6
10094
10095 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10096 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10098 (eval $ac_link) 2>&5
10099 ac_status=$?
10100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10101 (exit $ac_status); }; then
10102 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10103 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10104 # work properly (i.e., refer to `conftest.exe'), while it won't with
10105 # `rm'.
10106 for ac_file in conftest.exe conftest conftest.*; do
10107 test -f "$ac_file" || continue
10108 case $ac_file in
10109 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
10110 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10111 export ac_cv_exeext
10112 break;;
10113 * ) break;;
10114 esac
10115 done
10116 else
10117 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10118 See \`config.log' for more details." >&5
10119 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10120 See \`config.log' for more details." >&2;}
10121 { (exit 1); exit 1; }; }
10122 fi
10123
10124 rm -f conftest$ac_cv_exeext
10125 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10126 echo "${ECHO_T}$ac_cv_exeext" >&6
10127
10128 rm -f conftest.$ac_ext
10129 EXEEXT=$ac_cv_exeext
10130 ac_exeext=$EXEEXT
10131 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10132 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10133 if test "${ac_cv_objext+set}" = set; then
10134 echo $ECHO_N "(cached) $ECHO_C" >&6
10135 else
10136 cat >conftest.$ac_ext <<_ACEOF
10137 #line $LINENO "configure"
10138 /* confdefs.h. */
10139 _ACEOF
10140 cat confdefs.h >>conftest.$ac_ext
10141 cat >>conftest.$ac_ext <<_ACEOF
10142 /* end confdefs.h. */
10143
10144 int
10145 main ()
10146 {
10147
10148 ;
10149 return 0;
10150 }
10151 _ACEOF
10152 rm -f conftest.o conftest.obj
10153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10154 (eval $ac_compile) 2>&5
10155 ac_status=$?
10156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10157 (exit $ac_status); }; then
10158 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10159 case $ac_file in
10160 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
10161 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
10162 break;;
10163 esac
10164 done
10165 else
10166 echo "$as_me: failed program was:" >&5
10167 sed 's/^/| /' conftest.$ac_ext >&5
10168
10169 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10170 See \`config.log' for more details." >&5
10171 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10172 See \`config.log' for more details." >&2;}
10173 { (exit 1); exit 1; }; }
10174 fi
10175
10176 rm -f conftest.$ac_cv_objext conftest.$ac_ext
10177 fi
10178 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10179 echo "${ECHO_T}$ac_cv_objext" >&6
10180 OBJEXT=$ac_cv_objext
10181 ac_objext=$OBJEXT
10182 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10183 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10184 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10185 echo $ECHO_N "(cached) $ECHO_C" >&6
10186 else
10187 cat >conftest.$ac_ext <<_ACEOF
10188 #line $LINENO "configure"
10189 /* confdefs.h. */
10190 _ACEOF
10191 cat confdefs.h >>conftest.$ac_ext
10192 cat >>conftest.$ac_ext <<_ACEOF
10193 /* end confdefs.h. */
10194
10195 int
10196 main ()
10197 {
10198 #ifndef __GNUC__
10199 choke me
10200 #endif
10201
10202 ;
10203 return 0;
10204 }
10205 _ACEOF
10206 rm -f conftest.$ac_objext
10207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10208 (eval $ac_compile) 2>&5
10209 ac_status=$?
10210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211 (exit $ac_status); } &&
10212 { ac_try='test -s conftest.$ac_objext'
10213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10214 (eval $ac_try) 2>&5
10215 ac_status=$?
10216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10217 (exit $ac_status); }; }; then
10218 ac_compiler_gnu=yes
10219 else
10220 echo "$as_me: failed program was:" >&5
10221 sed 's/^/| /' conftest.$ac_ext >&5
10222
10223 ac_compiler_gnu=no
10224 fi
10225 rm -f conftest.$ac_objext conftest.$ac_ext
10226 ac_cv_c_compiler_gnu=$ac_compiler_gnu
10227
10228 fi
10229 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10230 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10231 GCC=`test $ac_compiler_gnu = yes && echo yes`
10232 ac_test_CFLAGS=${CFLAGS+set}
10233 ac_save_CFLAGS=$CFLAGS
10234 CFLAGS="-g"
10235 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10236 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10237 if test "${ac_cv_prog_cc_g+set}" = set; then
10238 echo $ECHO_N "(cached) $ECHO_C" >&6
10239 else
10240 cat >conftest.$ac_ext <<_ACEOF
10241 #line $LINENO "configure"
10242 /* confdefs.h. */
10243 _ACEOF
10244 cat confdefs.h >>conftest.$ac_ext
10245 cat >>conftest.$ac_ext <<_ACEOF
10246 /* end confdefs.h. */
10247
10248 int
10249 main ()
10250 {
10251
10252 ;
10253 return 0;
10254 }
10255 _ACEOF
10256 rm -f conftest.$ac_objext
10257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10258 (eval $ac_compile) 2>&5
10259 ac_status=$?
10260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10261 (exit $ac_status); } &&
10262 { ac_try='test -s conftest.$ac_objext'
10263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10264 (eval $ac_try) 2>&5
10265 ac_status=$?
10266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267 (exit $ac_status); }; }; then
10268 ac_cv_prog_cc_g=yes
10269 else
10270 echo "$as_me: failed program was:" >&5
10271 sed 's/^/| /' conftest.$ac_ext >&5
10272
10273 ac_cv_prog_cc_g=no
10274 fi
10275 rm -f conftest.$ac_objext conftest.$ac_ext
10276 fi
10277 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10278 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10279 if test "$ac_test_CFLAGS" = set; then
10280 CFLAGS=$ac_save_CFLAGS
10281 elif test $ac_cv_prog_cc_g = yes; then
10282 if test "$GCC" = yes; then
10283 CFLAGS="-g -O2"
10284 else
10285 CFLAGS="-g"
10286 fi
10287 else
10288 if test "$GCC" = yes; then
10289 CFLAGS="-O2"
10290 else
10291 CFLAGS=
10292 fi
10293 fi
10294 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10295 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10296 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10297 echo $ECHO_N "(cached) $ECHO_C" >&6
10298 else
10299 ac_cv_prog_cc_stdc=no
10300 ac_save_CC=$CC
10301 cat >conftest.$ac_ext <<_ACEOF
10302 #line $LINENO "configure"
10303 /* confdefs.h. */
10304 _ACEOF
10305 cat confdefs.h >>conftest.$ac_ext
10306 cat >>conftest.$ac_ext <<_ACEOF
10307 /* end confdefs.h. */
10308 #include <stdarg.h>
10309 #include <stdio.h>
10310 #include <sys/types.h>
10311 #include <sys/stat.h>
10312 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10313 struct buf { int x; };
10314 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10315 static char *e (p, i)
10316 char **p;
10317 int i;
10318 {
10319 return p[i];
10320 }
10321 static char *f (char * (*g) (char **, int), char **p, ...)
10322 {
10323 char *s;
10324 va_list v;
10325 va_start (v,p);
10326 s = g (p, va_arg (v,int));
10327 va_end (v);
10328 return s;
10329 }
10330 int test (int i, double x);
10331 struct s1 {int (*f) (int a);};
10332 struct s2 {int (*f) (double a);};
10333 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10334 int argc;
10335 char **argv;
10336 int
10337 main ()
10338 {
10339 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10340 ;
10341 return 0;
10342 }
10343 _ACEOF
10344 # Don't try gcc -ansi; that turns off useful extensions and
10345 # breaks some systems' header files.
10346 # AIX -qlanglvl=ansi
10347 # Ultrix and OSF/1 -std1
10348 # HP-UX 10.20 and later -Ae
10349 # HP-UX older versions -Aa -D_HPUX_SOURCE
10350 # SVR4 -Xc -D__EXTENSIONS__
10351 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10352 do
10353 CC="$ac_save_CC $ac_arg"
10354 rm -f conftest.$ac_objext
10355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10356 (eval $ac_compile) 2>&5
10357 ac_status=$?
10358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359 (exit $ac_status); } &&
10360 { ac_try='test -s conftest.$ac_objext'
10361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10362 (eval $ac_try) 2>&5
10363 ac_status=$?
10364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365 (exit $ac_status); }; }; then
10366 ac_cv_prog_cc_stdc=$ac_arg
10367 break
10368 else
10369 echo "$as_me: failed program was:" >&5
10370 sed 's/^/| /' conftest.$ac_ext >&5
10371
10372 fi
10373 rm -f conftest.$ac_objext
10374 done
10375 rm -f conftest.$ac_ext conftest.$ac_objext
10376 CC=$ac_save_CC
10377
10378 fi
10379
10380 case "x$ac_cv_prog_cc_stdc" in
10381 x|xno)
10382 echo "$as_me:$LINENO: result: none needed" >&5
10383 echo "${ECHO_T}none needed" >&6 ;;
10384 *)
10385 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10386 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10387 CC="$CC $ac_cv_prog_cc_stdc" ;;
10388 esac
10389
10390 # Some people use a C++ compiler to compile C. Since we use `exit',
10391 # in C++ we need to declare it. In case someone uses the same compiler
10392 # for both compiling C and C++ we need to have the C++ compiler decide
10393 # the declaration of exit, since it's the most demanding environment.
10394 cat >conftest.$ac_ext <<_ACEOF
10395 #ifndef __cplusplus
10396 choke me
10397 #endif
10398 _ACEOF
10399 rm -f conftest.$ac_objext
10400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10401 (eval $ac_compile) 2>&5
10402 ac_status=$?
10403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10404 (exit $ac_status); } &&
10405 { ac_try='test -s conftest.$ac_objext'
10406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10407 (eval $ac_try) 2>&5
10408 ac_status=$?
10409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10410 (exit $ac_status); }; }; then
10411 for ac_declaration in \
10412 '' \
10413 'extern "C" void std::exit (int) throw (); using std::exit;' \
10414 'extern "C" void std::exit (int); using std::exit;' \
10415 'extern "C" void exit (int) throw ();' \
10416 'extern "C" void exit (int);' \
10417 'void exit (int);'
10418 do
10419 cat >conftest.$ac_ext <<_ACEOF
10420 #line $LINENO "configure"
10421 /* confdefs.h. */
10422 _ACEOF
10423 cat confdefs.h >>conftest.$ac_ext
10424 cat >>conftest.$ac_ext <<_ACEOF
10425 /* end confdefs.h. */
10426 $ac_declaration
10427 #include <stdlib.h>
10428 int
10429 main ()
10430 {
10431 exit (42);
10432 ;
10433 return 0;
10434 }
10435 _ACEOF
10436 rm -f conftest.$ac_objext
10437 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10438 (eval $ac_compile) 2>&5
10439 ac_status=$?
10440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10441 (exit $ac_status); } &&
10442 { ac_try='test -s conftest.$ac_objext'
10443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10444 (eval $ac_try) 2>&5
10445 ac_status=$?
10446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10447 (exit $ac_status); }; }; then
10448 :
10449 else
10450 echo "$as_me: failed program was:" >&5
10451 sed 's/^/| /' conftest.$ac_ext >&5
10452
10453 continue
10454 fi
10455 rm -f conftest.$ac_objext conftest.$ac_ext
10456 cat >conftest.$ac_ext <<_ACEOF
10457 #line $LINENO "configure"
10458 /* confdefs.h. */
10459 _ACEOF
10460 cat confdefs.h >>conftest.$ac_ext
10461 cat >>conftest.$ac_ext <<_ACEOF
10462 /* end confdefs.h. */
10463 $ac_declaration
10464 int
10465 main ()
10466 {
10467 exit (42);
10468 ;
10469 return 0;
10470 }
10471 _ACEOF
10472 rm -f conftest.$ac_objext
10473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10474 (eval $ac_compile) 2>&5
10475 ac_status=$?
10476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10477 (exit $ac_status); } &&
10478 { ac_try='test -s conftest.$ac_objext'
10479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10480 (eval $ac_try) 2>&5
10481 ac_status=$?
10482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10483 (exit $ac_status); }; }; then
10484 break
10485 else
10486 echo "$as_me: failed program was:" >&5
10487 sed 's/^/| /' conftest.$ac_ext >&5
10488
10489 fi
10490 rm -f conftest.$ac_objext conftest.$ac_ext
10491 done
10492 rm -f conftest*
10493 if test -n "$ac_declaration"; then
10494 echo '#ifdef __cplusplus' >>confdefs.h
10495 echo $ac_declaration >>confdefs.h
10496 echo '#endif' >>confdefs.h
10497 fi
10498
10499 else
10500 echo "$as_me: failed program was:" >&5
10501 sed 's/^/| /' conftest.$ac_ext >&5
10502
10503 fi
10504 rm -f conftest.$ac_objext conftest.$ac_ext
10505 ac_ext=c
10506 ac_cpp='$CPP $CPPFLAGS'
10507 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10508 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10509 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10510
10511
10512
10513 ac_ext=c
10514 ac_cpp='$CPP $CPPFLAGS'
10515 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10516 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10517 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10518 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10519 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10520 # On Suns, sometimes $CPP names a directory.
10521 if test -n "$CPP" && test -d "$CPP"; then
10522 CPP=
10523 fi
10524 if test -z "$CPP"; then
10525 if test "${ac_cv_prog_CPP+set}" = set; then
10526 echo $ECHO_N "(cached) $ECHO_C" >&6
10527 else
10528 # Double quotes because CPP needs to be expanded
10529 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10530 do
10531 ac_preproc_ok=false
10532 for ac_c_preproc_warn_flag in '' yes
10533 do
10534 # Use a header file that comes with gcc, so configuring glibc
10535 # with a fresh cross-compiler works.
10536 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10537 # <limits.h> exists even on freestanding compilers.
10538 # On the NeXT, cc -E runs the code through the compiler's parser,
10539 # not just through cpp. "Syntax error" is here to catch this case.
10540 cat >conftest.$ac_ext <<_ACEOF
10541 #line $LINENO "configure"
10542 /* confdefs.h. */
10543 _ACEOF
10544 cat confdefs.h >>conftest.$ac_ext
10545 cat >>conftest.$ac_ext <<_ACEOF
10546 /* end confdefs.h. */
10547 #ifdef __STDC__
10548 # include <limits.h>
10549 #else
10550 # include <assert.h>
10551 #endif
10552 Syntax error
10553 _ACEOF
10554 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10555 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10556 ac_status=$?
10557 grep -v '^ *+' conftest.er1 >conftest.err
10558 rm -f conftest.er1
10559 cat conftest.err >&5
10560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561 (exit $ac_status); } >/dev/null; then
10562 if test -s conftest.err; then
10563 ac_cpp_err=$ac_c_preproc_warn_flag
10564 else
10565 ac_cpp_err=
10566 fi
10567 else
10568 ac_cpp_err=yes
10569 fi
10570 if test -z "$ac_cpp_err"; then
10571 :
10572 else
10573 echo "$as_me: failed program was:" >&5
10574 sed 's/^/| /' conftest.$ac_ext >&5
10575
10576 # Broken: fails on valid input.
10577 continue
10578 fi
10579 rm -f conftest.err conftest.$ac_ext
10580
10581 # OK, works on sane cases. Now check whether non-existent headers
10582 # can be detected and how.
10583 cat >conftest.$ac_ext <<_ACEOF
10584 #line $LINENO "configure"
10585 /* confdefs.h. */
10586 _ACEOF
10587 cat confdefs.h >>conftest.$ac_ext
10588 cat >>conftest.$ac_ext <<_ACEOF
10589 /* end confdefs.h. */
10590 #include <ac_nonexistent.h>
10591 _ACEOF
10592 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10593 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10594 ac_status=$?
10595 grep -v '^ *+' conftest.er1 >conftest.err
10596 rm -f conftest.er1
10597 cat conftest.err >&5
10598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10599 (exit $ac_status); } >/dev/null; then
10600 if test -s conftest.err; then
10601 ac_cpp_err=$ac_c_preproc_warn_flag
10602 else
10603 ac_cpp_err=
10604 fi
10605 else
10606 ac_cpp_err=yes
10607 fi
10608 if test -z "$ac_cpp_err"; then
10609 # Broken: success on invalid input.
10610 continue
10611 else
10612 echo "$as_me: failed program was:" >&5
10613 sed 's/^/| /' conftest.$ac_ext >&5
10614
10615 # Passes both tests.
10616 ac_preproc_ok=:
10617 break
10618 fi
10619 rm -f conftest.err conftest.$ac_ext
10620
10621 done
10622 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10623 rm -f conftest.err conftest.$ac_ext
10624 if $ac_preproc_ok; then
10625 break
10626 fi
10627
10628 done
10629 ac_cv_prog_CPP=$CPP
10630
10631 fi
10632 CPP=$ac_cv_prog_CPP
10633 else
10634 ac_cv_prog_CPP=$CPP
10635 fi
10636 echo "$as_me:$LINENO: result: $CPP" >&5
10637 echo "${ECHO_T}$CPP" >&6
10638 ac_preproc_ok=false
10639 for ac_c_preproc_warn_flag in '' yes
10640 do
10641 # Use a header file that comes with gcc, so configuring glibc
10642 # with a fresh cross-compiler works.
10643 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10644 # <limits.h> exists even on freestanding compilers.
10645 # On the NeXT, cc -E runs the code through the compiler's parser,
10646 # not just through cpp. "Syntax error" is here to catch this case.
10647 cat >conftest.$ac_ext <<_ACEOF
10648 #line $LINENO "configure"
10649 /* confdefs.h. */
10650 _ACEOF
10651 cat confdefs.h >>conftest.$ac_ext
10652 cat >>conftest.$ac_ext <<_ACEOF
10653 /* end confdefs.h. */
10654 #ifdef __STDC__
10655 # include <limits.h>
10656 #else
10657 # include <assert.h>
10658 #endif
10659 Syntax error
10660 _ACEOF
10661 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10662 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10663 ac_status=$?
10664 grep -v '^ *+' conftest.er1 >conftest.err
10665 rm -f conftest.er1
10666 cat conftest.err >&5
10667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668 (exit $ac_status); } >/dev/null; then
10669 if test -s conftest.err; then
10670 ac_cpp_err=$ac_c_preproc_warn_flag
10671 else
10672 ac_cpp_err=
10673 fi
10674 else
10675 ac_cpp_err=yes
10676 fi
10677 if test -z "$ac_cpp_err"; then
10678 :
10679 else
10680 echo "$as_me: failed program was:" >&5
10681 sed 's/^/| /' conftest.$ac_ext >&5
10682
10683 # Broken: fails on valid input.
10684 continue
10685 fi
10686 rm -f conftest.err conftest.$ac_ext
10687
10688 # OK, works on sane cases. Now check whether non-existent headers
10689 # can be detected and how.
10690 cat >conftest.$ac_ext <<_ACEOF
10691 #line $LINENO "configure"
10692 /* confdefs.h. */
10693 _ACEOF
10694 cat confdefs.h >>conftest.$ac_ext
10695 cat >>conftest.$ac_ext <<_ACEOF
10696 /* end confdefs.h. */
10697 #include <ac_nonexistent.h>
10698 _ACEOF
10699 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10700 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10701 ac_status=$?
10702 grep -v '^ *+' conftest.er1 >conftest.err
10703 rm -f conftest.er1
10704 cat conftest.err >&5
10705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10706 (exit $ac_status); } >/dev/null; then
10707 if test -s conftest.err; then
10708 ac_cpp_err=$ac_c_preproc_warn_flag
10709 else
10710 ac_cpp_err=
10711 fi
10712 else
10713 ac_cpp_err=yes
10714 fi
10715 if test -z "$ac_cpp_err"; then
10716 # Broken: success on invalid input.
10717 continue
10718 else
10719 echo "$as_me: failed program was:" >&5
10720 sed 's/^/| /' conftest.$ac_ext >&5
10721
10722 # Passes both tests.
10723 ac_preproc_ok=:
10724 break
10725 fi
10726 rm -f conftest.err conftest.$ac_ext
10727
10728 done
10729 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10730 rm -f conftest.err conftest.$ac_ext
10731 if $ac_preproc_ok; then
10732 :
10733 else
10734 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10735 See \`config.log' for more details." >&5
10736 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10737 See \`config.log' for more details." >&2;}
10738 { (exit 1); exit 1; }; }
10739 fi
10740
10741 ac_ext=c
10742 ac_cpp='$CPP $CPPFLAGS'
10743 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10744 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10745 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10746
10747
10748 echo "$as_me:$LINENO: checking for egrep" >&5
10749 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10750 if test "${ac_cv_prog_egrep+set}" = set; then
10751 echo $ECHO_N "(cached) $ECHO_C" >&6
10752 else
10753 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
10754 then ac_cv_prog_egrep='grep -E'
10755 else ac_cv_prog_egrep='egrep'
10756 fi
10757 fi
10758 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10759 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10760 EGREP=$ac_cv_prog_egrep
10761
10762
10763 if test $ac_cv_c_compiler_gnu = yes; then
10764 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10765 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10766 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10767 echo $ECHO_N "(cached) $ECHO_C" >&6
10768 else
10769 ac_pattern="Autoconf.*'x'"
10770 cat >conftest.$ac_ext <<_ACEOF
10771 #line $LINENO "configure"
10772 /* confdefs.h. */
10773 _ACEOF
10774 cat confdefs.h >>conftest.$ac_ext
10775 cat >>conftest.$ac_ext <<_ACEOF
10776 /* end confdefs.h. */
10777 #include <sgtty.h>
10778 Autoconf TIOCGETP
10779 _ACEOF
10780 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10781 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10782 ac_cv_prog_gcc_traditional=yes
10783 else
10784 ac_cv_prog_gcc_traditional=no
10785 fi
10786 rm -f conftest*
10787
10788
10789 if test $ac_cv_prog_gcc_traditional = no; then
10790 cat >conftest.$ac_ext <<_ACEOF
10791 #line $LINENO "configure"
10792 /* confdefs.h. */
10793 _ACEOF
10794 cat confdefs.h >>conftest.$ac_ext
10795 cat >>conftest.$ac_ext <<_ACEOF
10796 /* end confdefs.h. */
10797 #include <termio.h>
10798 Autoconf TCGETA
10799 _ACEOF
10800 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10801 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10802 ac_cv_prog_gcc_traditional=yes
10803 fi
10804 rm -f conftest*
10805
10806 fi
10807 fi
10808 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10809 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10810 if test $ac_cv_prog_gcc_traditional = yes; then
10811 CC="$CC -traditional"
10812 fi
10813 fi
10814
10815
10816
10817
10818 ac_ext=cc
10819 ac_cpp='$CXXCPP $CPPFLAGS'
10820 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10821 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10822 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10823
10824
10825 CXXFLAGS=${CXXFLAGS:=}
10826 ac_ext=cc
10827 ac_cpp='$CXXCPP $CPPFLAGS'
10828 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10829 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10830 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10831 if test -n "$ac_tool_prefix"; then
10832 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10833 do
10834 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10835 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10836 echo "$as_me:$LINENO: checking for $ac_word" >&5
10837 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10838 if test "${ac_cv_prog_CXX+set}" = set; then
10839 echo $ECHO_N "(cached) $ECHO_C" >&6
10840 else
10841 if test -n "$CXX"; then
10842 ac_cv_prog_CXX="$CXX" # Let the user override the test.
10843 else
10844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10845 for as_dir in $PATH
10846 do
10847 IFS=$as_save_IFS
10848 test -z "$as_dir" && as_dir=.
10849 for ac_exec_ext in '' $ac_executable_extensions; do
10850 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10851 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10852 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10853 break 2
10854 fi
10855 done
10856 done
10857
10858 fi
10859 fi
10860 CXX=$ac_cv_prog_CXX
10861 if test -n "$CXX"; then
10862 echo "$as_me:$LINENO: result: $CXX" >&5
10863 echo "${ECHO_T}$CXX" >&6
10864 else
10865 echo "$as_me:$LINENO: result: no" >&5
10866 echo "${ECHO_T}no" >&6
10867 fi
10868
10869 test -n "$CXX" && break
10870 done
10871 fi
10872 if test -z "$CXX"; then
10873 ac_ct_CXX=$CXX
10874 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10875 do
10876 # Extract the first word of "$ac_prog", so it can be a program name with args.
10877 set dummy $ac_prog; ac_word=$2
10878 echo "$as_me:$LINENO: checking for $ac_word" >&5
10879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10880 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
10881 echo $ECHO_N "(cached) $ECHO_C" >&6
10882 else
10883 if test -n "$ac_ct_CXX"; then
10884 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
10885 else
10886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10887 for as_dir in $PATH
10888 do
10889 IFS=$as_save_IFS
10890 test -z "$as_dir" && as_dir=.
10891 for ac_exec_ext in '' $ac_executable_extensions; do
10892 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10893 ac_cv_prog_ac_ct_CXX="$ac_prog"
10894 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10895 break 2
10896 fi
10897 done
10898 done
10899
10900 fi
10901 fi
10902 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
10903 if test -n "$ac_ct_CXX"; then
10904 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
10905 echo "${ECHO_T}$ac_ct_CXX" >&6
10906 else
10907 echo "$as_me:$LINENO: result: no" >&5
10908 echo "${ECHO_T}no" >&6
10909 fi
10910
10911 test -n "$ac_ct_CXX" && break
10912 done
10913 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
10914
10915 CXX=$ac_ct_CXX
10916 fi
10917
10918
10919 # Provide some information about the compiler.
10920 echo "$as_me:$LINENO:" \
10921 "checking for C++ compiler version" >&5
10922 ac_compiler=`set X $ac_compile; echo $2`
10923 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10924 (eval $ac_compiler --version </dev/null >&5) 2>&5
10925 ac_status=$?
10926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10927 (exit $ac_status); }
10928 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10929 (eval $ac_compiler -v </dev/null >&5) 2>&5
10930 ac_status=$?
10931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932 (exit $ac_status); }
10933 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10934 (eval $ac_compiler -V </dev/null >&5) 2>&5
10935 ac_status=$?
10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937 (exit $ac_status); }
10938
10939 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
10940 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
10941 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
10942 echo $ECHO_N "(cached) $ECHO_C" >&6
10943 else
10944 cat >conftest.$ac_ext <<_ACEOF
10945 #line $LINENO "configure"
10946 /* confdefs.h. */
10947 _ACEOF
10948 cat confdefs.h >>conftest.$ac_ext
10949 cat >>conftest.$ac_ext <<_ACEOF
10950 /* end confdefs.h. */
10951
10952 int
10953 main ()
10954 {
10955 #ifndef __GNUC__
10956 choke me
10957 #endif
10958
10959 ;
10960 return 0;
10961 }
10962 _ACEOF
10963 rm -f conftest.$ac_objext
10964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10965 (eval $ac_compile) 2>&5
10966 ac_status=$?
10967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10968 (exit $ac_status); } &&
10969 { ac_try='test -s conftest.$ac_objext'
10970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10971 (eval $ac_try) 2>&5
10972 ac_status=$?
10973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10974 (exit $ac_status); }; }; then
10975 ac_compiler_gnu=yes
10976 else
10977 echo "$as_me: failed program was:" >&5
10978 sed 's/^/| /' conftest.$ac_ext >&5
10979
10980 ac_compiler_gnu=no
10981 fi
10982 rm -f conftest.$ac_objext conftest.$ac_ext
10983 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
10984
10985 fi
10986 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
10987 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
10988 GXX=`test $ac_compiler_gnu = yes && echo yes`
10989 ac_test_CXXFLAGS=${CXXFLAGS+set}
10990 ac_save_CXXFLAGS=$CXXFLAGS
10991 CXXFLAGS="-g"
10992 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
10993 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
10994 if test "${ac_cv_prog_cxx_g+set}" = set; then
10995 echo $ECHO_N "(cached) $ECHO_C" >&6
10996 else
10997 cat >conftest.$ac_ext <<_ACEOF
10998 #line $LINENO "configure"
10999 /* confdefs.h. */
11000 _ACEOF
11001 cat confdefs.h >>conftest.$ac_ext
11002 cat >>conftest.$ac_ext <<_ACEOF
11003 /* end confdefs.h. */
11004
11005 int
11006 main ()
11007 {
11008
11009 ;
11010 return 0;
11011 }
11012 _ACEOF
11013 rm -f conftest.$ac_objext
11014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11015 (eval $ac_compile) 2>&5
11016 ac_status=$?
11017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11018 (exit $ac_status); } &&
11019 { ac_try='test -s conftest.$ac_objext'
11020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11021 (eval $ac_try) 2>&5
11022 ac_status=$?
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); }; }; then
11025 ac_cv_prog_cxx_g=yes
11026 else
11027 echo "$as_me: failed program was:" >&5
11028 sed 's/^/| /' conftest.$ac_ext >&5
11029
11030 ac_cv_prog_cxx_g=no
11031 fi
11032 rm -f conftest.$ac_objext conftest.$ac_ext
11033 fi
11034 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11035 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11036 if test "$ac_test_CXXFLAGS" = set; then
11037 CXXFLAGS=$ac_save_CXXFLAGS
11038 elif test $ac_cv_prog_cxx_g = yes; then
11039 if test "$GXX" = yes; then
11040 CXXFLAGS="-g -O2"
11041 else
11042 CXXFLAGS="-g"
11043 fi
11044 else
11045 if test "$GXX" = yes; then
11046 CXXFLAGS="-O2"
11047 else
11048 CXXFLAGS=
11049 fi
11050 fi
11051 for ac_declaration in \
11052 '' \
11053 'extern "C" void std::exit (int) throw (); using std::exit;' \
11054 'extern "C" void std::exit (int); using std::exit;' \
11055 'extern "C" void exit (int) throw ();' \
11056 'extern "C" void exit (int);' \
11057 'void exit (int);'
11058 do
11059 cat >conftest.$ac_ext <<_ACEOF
11060 #line $LINENO "configure"
11061 /* confdefs.h. */
11062 _ACEOF
11063 cat confdefs.h >>conftest.$ac_ext
11064 cat >>conftest.$ac_ext <<_ACEOF
11065 /* end confdefs.h. */
11066 $ac_declaration
11067 #include <stdlib.h>
11068 int
11069 main ()
11070 {
11071 exit (42);
11072 ;
11073 return 0;
11074 }
11075 _ACEOF
11076 rm -f conftest.$ac_objext
11077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11078 (eval $ac_compile) 2>&5
11079 ac_status=$?
11080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11081 (exit $ac_status); } &&
11082 { ac_try='test -s conftest.$ac_objext'
11083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11084 (eval $ac_try) 2>&5
11085 ac_status=$?
11086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11087 (exit $ac_status); }; }; then
11088 :
11089 else
11090 echo "$as_me: failed program was:" >&5
11091 sed 's/^/| /' conftest.$ac_ext >&5
11092
11093 continue
11094 fi
11095 rm -f conftest.$ac_objext conftest.$ac_ext
11096 cat >conftest.$ac_ext <<_ACEOF
11097 #line $LINENO "configure"
11098 /* confdefs.h. */
11099 _ACEOF
11100 cat confdefs.h >>conftest.$ac_ext
11101 cat >>conftest.$ac_ext <<_ACEOF
11102 /* end confdefs.h. */
11103 $ac_declaration
11104 int
11105 main ()
11106 {
11107 exit (42);
11108 ;
11109 return 0;
11110 }
11111 _ACEOF
11112 rm -f conftest.$ac_objext
11113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11114 (eval $ac_compile) 2>&5
11115 ac_status=$?
11116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11117 (exit $ac_status); } &&
11118 { ac_try='test -s conftest.$ac_objext'
11119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11120 (eval $ac_try) 2>&5
11121 ac_status=$?
11122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11123 (exit $ac_status); }; }; then
11124 break
11125 else
11126 echo "$as_me: failed program was:" >&5
11127 sed 's/^/| /' conftest.$ac_ext >&5
11128
11129 fi
11130 rm -f conftest.$ac_objext conftest.$ac_ext
11131 done
11132 rm -f conftest*
11133 if test -n "$ac_declaration"; then
11134 echo '#ifdef __cplusplus' >>confdefs.h
11135 echo $ac_declaration >>confdefs.h
11136 echo '#endif' >>confdefs.h
11137 fi
11138
11139 ac_ext=cc
11140 ac_cpp='$CXXCPP $CPPFLAGS'
11141 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11142 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11143 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11144
11145
11146 ac_ext=c
11147 ac_cpp='$CPP $CPPFLAGS'
11148 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11149 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11150 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11151
11152
11153 if test -n "$ac_tool_prefix"; then
11154 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11155 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
11156 echo "$as_me:$LINENO: checking for $ac_word" >&5
11157 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11158 if test "${ac_cv_prog_RANLIB+set}" = set; then
11159 echo $ECHO_N "(cached) $ECHO_C" >&6
11160 else
11161 if test -n "$RANLIB"; then
11162 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11163 else
11164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11165 for as_dir in $PATH
11166 do
11167 IFS=$as_save_IFS
11168 test -z "$as_dir" && as_dir=.
11169 for ac_exec_ext in '' $ac_executable_extensions; do
11170 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11171 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
11172 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11173 break 2
11174 fi
11175 done
11176 done
11177
11178 fi
11179 fi
11180 RANLIB=$ac_cv_prog_RANLIB
11181 if test -n "$RANLIB"; then
11182 echo "$as_me:$LINENO: result: $RANLIB" >&5
11183 echo "${ECHO_T}$RANLIB" >&6
11184 else
11185 echo "$as_me:$LINENO: result: no" >&5
11186 echo "${ECHO_T}no" >&6
11187 fi
11188
11189 fi
11190 if test -z "$ac_cv_prog_RANLIB"; then
11191 ac_ct_RANLIB=$RANLIB
11192 # Extract the first word of "ranlib", so it can be a program name with args.
11193 set dummy ranlib; ac_word=$2
11194 echo "$as_me:$LINENO: checking for $ac_word" >&5
11195 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11196 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11197 echo $ECHO_N "(cached) $ECHO_C" >&6
11198 else
11199 if test -n "$ac_ct_RANLIB"; then
11200 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
11201 else
11202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11203 for as_dir in $PATH
11204 do
11205 IFS=$as_save_IFS
11206 test -z "$as_dir" && as_dir=.
11207 for ac_exec_ext in '' $ac_executable_extensions; do
11208 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11209 ac_cv_prog_ac_ct_RANLIB="ranlib"
11210 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11211 break 2
11212 fi
11213 done
11214 done
11215
11216 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
11217 fi
11218 fi
11219 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
11220 if test -n "$ac_ct_RANLIB"; then
11221 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11222 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11223 else
11224 echo "$as_me:$LINENO: result: no" >&5
11225 echo "${ECHO_T}no" >&6
11226 fi
11227
11228 RANLIB=$ac_ct_RANLIB
11229 else
11230 RANLIB="$ac_cv_prog_RANLIB"
11231 fi
11232
11233
11234 # Extract the first word of "ar", so it can be a program name with args.
11235 set dummy ar; ac_word=$2
11236 echo "$as_me:$LINENO: checking for $ac_word" >&5
11237 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11238 if test "${ac_cv_prog_AR+set}" = set; then
11239 echo $ECHO_N "(cached) $ECHO_C" >&6
11240 else
11241 if test -n "$AR"; then
11242 ac_cv_prog_AR="$AR" # Let the user override the test.
11243 else
11244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11245 for as_dir in $PATH
11246 do
11247 IFS=$as_save_IFS
11248 test -z "$as_dir" && as_dir=.
11249 for ac_exec_ext in '' $ac_executable_extensions; do
11250 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11251 ac_cv_prog_AR="ar"
11252 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11253 break 2
11254 fi
11255 done
11256 done
11257
11258 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
11259 fi
11260 fi
11261 AR=$ac_cv_prog_AR
11262 if test -n "$AR"; then
11263 echo "$as_me:$LINENO: result: $AR" >&5
11264 echo "${ECHO_T}$AR" >&6
11265 else
11266 echo "$as_me:$LINENO: result: no" >&5
11267 echo "${ECHO_T}no" >&6
11268 fi
11269
11270
11271 # Find a good install program. We prefer a C program (faster),
11272 # so one script is as good as another. But avoid the broken or
11273 # incompatible versions:
11274 # SysV /etc/install, /usr/sbin/install
11275 # SunOS /usr/etc/install
11276 # IRIX /sbin/install
11277 # AIX /bin/install
11278 # AmigaOS /C/install, which installs bootblocks on floppy discs
11279 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11280 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11281 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11282 # ./install, which can be erroneously created by make from ./install.sh.
11283 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11284 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11285 if test -z "$INSTALL"; then
11286 if test "${ac_cv_path_install+set}" = set; then
11287 echo $ECHO_N "(cached) $ECHO_C" >&6
11288 else
11289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11290 for as_dir in $PATH
11291 do
11292 IFS=$as_save_IFS
11293 test -z "$as_dir" && as_dir=.
11294 # Account for people who put trailing slashes in PATH elements.
11295 case $as_dir/ in
11296 ./ | .// | /cC/* | \
11297 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
11298 /usr/ucb/* ) ;;
11299 *)
11300 # OSF1 and SCO ODT 3.0 have their own names for install.
11301 # Don't use installbsd from OSF since it installs stuff as root
11302 # by default.
11303 for ac_prog in ginstall scoinst install; do
11304 for ac_exec_ext in '' $ac_executable_extensions; do
11305 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11306 if test $ac_prog = install &&
11307 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11308 # AIX install. It has an incompatible calling convention.
11309 :
11310 elif test $ac_prog = install &&
11311 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11312 # program-specific install script used by HP pwplus--don't use.
11313 :
11314 else
11315 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
11316 break 3
11317 fi
11318 fi
11319 done
11320 done
11321 ;;
11322 esac
11323 done
11324
11325
11326 fi
11327 if test "${ac_cv_path_install+set}" = set; then
11328 INSTALL=$ac_cv_path_install
11329 else
11330 # As a last resort, use the slow shell script. We don't cache a
11331 # path for INSTALL within a source directory, because that will
11332 # break other packages using the cache if that directory is
11333 # removed, or if the path is relative.
11334 INSTALL=$ac_install_sh
11335 fi
11336 fi
11337 echo "$as_me:$LINENO: result: $INSTALL" >&5
11338 echo "${ECHO_T}$INSTALL" >&6
11339
11340 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11341 # It thinks the first close brace ends the variable substitution.
11342 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
11343
11344 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
11345
11346 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
11347
11348
11349 case ${INSTALL} in
11350 /* ) # Absolute
11351 ;;
11352 ?:* ) # Drive letter, considered as absolute.
11353 ;;
11354 *)
11355 INSTALL=`pwd`/${INSTALL} ;;
11356 esac
11357
11358 case ${host} in
11359 *-hp-hpux* )
11360 INSTALL_DIR="mkdir"
11361 ;;
11362
11363 *) INSTALL_DIR="$INSTALL -d"
11364 ;;
11365 esac
11366
11367
11368 case "${host}" in
11369
11370 powerpc-*-darwin* )
11371 INSTALL_PROGRAM="cp -fp"
11372 INSTALL_DATA="cp -fp"
11373 ;;
11374 *)
11375 ;;
11376 esac
11377
11378 # Extract the first word of "strip", so it can be a program name with args.
11379 set dummy strip; ac_word=$2
11380 echo "$as_me:$LINENO: checking for $ac_word" >&5
11381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11382 if test "${ac_cv_prog_STRIP+set}" = set; then
11383 echo $ECHO_N "(cached) $ECHO_C" >&6
11384 else
11385 if test -n "$STRIP"; then
11386 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11387 else
11388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11389 for as_dir in $PATH
11390 do
11391 IFS=$as_save_IFS
11392 test -z "$as_dir" && as_dir=.
11393 for ac_exec_ext in '' $ac_executable_extensions; do
11394 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11395 ac_cv_prog_STRIP="strip"
11396 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11397 break 2
11398 fi
11399 done
11400 done
11401
11402 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
11403 fi
11404 fi
11405 STRIP=$ac_cv_prog_STRIP
11406 if test -n "$STRIP"; then
11407 echo "$as_me:$LINENO: result: $STRIP" >&5
11408 echo "${ECHO_T}$STRIP" >&6
11409 else
11410 echo "$as_me:$LINENO: result: no" >&5
11411 echo "${ECHO_T}no" >&6
11412 fi
11413
11414
11415 echo "$as_me:$LINENO: checking if make is GNU make" >&5
11416 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11417 if test "${wx_cv_prog_makeisgnu+set}" = set; then
11418 echo $ECHO_N "(cached) $ECHO_C" >&6
11419 else
11420
11421 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
11422 egrep -s GNU > /dev/null); then
11423 wx_cv_prog_makeisgnu="yes"
11424 else
11425 wx_cv_prog_makeisgnu="no"
11426 fi
11427
11428 fi
11429 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11430 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
11431
11432 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11433 IF_GNU_MAKE=""
11434 else
11435 IF_GNU_MAKE="#"
11436 fi
11437
11438
11439
11440 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
11441 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11442 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11443 if test "${wx_cv_prog_makevpath+set}" = set; then
11444 echo $ECHO_N "(cached) $ECHO_C" >&6
11445 else
11446
11447 cat - << EOF > confMake
11448 check : file
11449 cp \$? \$@
11450 cp \$? final_file
11451 EOF
11452
11453 if test ! -d sub ; then
11454 mkdir sub
11455 fi
11456 echo dummy > sub/file
11457 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
11458 RESULT=$?
11459 rm -f sub/file check final_file confMake
11460 rmdir sub
11461 if test "$RESULT" = 0; then
11462 wx_cv_prog_makevpath="yes"
11463 else
11464 wx_cv_prog_makevpath="no"
11465 fi
11466
11467 fi
11468 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11469 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
11470
11471 if test "x$wx_cv_prog_makevpath" != "xyes"; then
11472 { { echo "$as_me:$LINENO: error:
11473 You need a make-utility that is able to use the variable
11474 VPATH correctly.
11475 If your version of make does not support VPATH correctly,
11476 please install GNU-make (possibly as gmake), and start
11477 configure with the following command:
11478 export MAKE=gmake; ./configure for sh-type shells
11479 setenv MAKE gmake; ./configure for csh-type shells
11480 Also please do remember to use gmake in this case every time
11481 you are trying to compile.
11482 " >&5
11483 echo "$as_me: error:
11484 You need a make-utility that is able to use the variable
11485 VPATH correctly.
11486 If your version of make does not support VPATH correctly,
11487 please install GNU-make (possibly as gmake), and start
11488 configure with the following command:
11489 export MAKE=gmake; ./configure for sh-type shells
11490 setenv MAKE gmake; ./configure for csh-type shells
11491 Also please do remember to use gmake in this case every time
11492 you are trying to compile.
11493 " >&2;}
11494 { (exit 1); exit 1; }; }
11495 fi fi
11496 for ac_prog in 'bison -y' byacc
11497 do
11498 # Extract the first word of "$ac_prog", so it can be a program name with args.
11499 set dummy $ac_prog; ac_word=$2
11500 echo "$as_me:$LINENO: checking for $ac_word" >&5
11501 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11502 if test "${ac_cv_prog_YACC+set}" = set; then
11503 echo $ECHO_N "(cached) $ECHO_C" >&6
11504 else
11505 if test -n "$YACC"; then
11506 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11507 else
11508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11509 for as_dir in $PATH
11510 do
11511 IFS=$as_save_IFS
11512 test -z "$as_dir" && as_dir=.
11513 for ac_exec_ext in '' $ac_executable_extensions; do
11514 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11515 ac_cv_prog_YACC="$ac_prog"
11516 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11517 break 2
11518 fi
11519 done
11520 done
11521
11522 fi
11523 fi
11524 YACC=$ac_cv_prog_YACC
11525 if test -n "$YACC"; then
11526 echo "$as_me:$LINENO: result: $YACC" >&5
11527 echo "${ECHO_T}$YACC" >&6
11528 else
11529 echo "$as_me:$LINENO: result: no" >&5
11530 echo "${ECHO_T}no" >&6
11531 fi
11532
11533 test -n "$YACC" && break
11534 done
11535 test -n "$YACC" || YACC="yacc"
11536
11537
11538 for ac_prog in flex lex
11539 do
11540 # Extract the first word of "$ac_prog", so it can be a program name with args.
11541 set dummy $ac_prog; ac_word=$2
11542 echo "$as_me:$LINENO: checking for $ac_word" >&5
11543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11544 if test "${ac_cv_prog_LEX+set}" = set; then
11545 echo $ECHO_N "(cached) $ECHO_C" >&6
11546 else
11547 if test -n "$LEX"; then
11548 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11549 else
11550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11551 for as_dir in $PATH
11552 do
11553 IFS=$as_save_IFS
11554 test -z "$as_dir" && as_dir=.
11555 for ac_exec_ext in '' $ac_executable_extensions; do
11556 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11557 ac_cv_prog_LEX="$ac_prog"
11558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11559 break 2
11560 fi
11561 done
11562 done
11563
11564 fi
11565 fi
11566 LEX=$ac_cv_prog_LEX
11567 if test -n "$LEX"; then
11568 echo "$as_me:$LINENO: result: $LEX" >&5
11569 echo "${ECHO_T}$LEX" >&6
11570 else
11571 echo "$as_me:$LINENO: result: no" >&5
11572 echo "${ECHO_T}no" >&6
11573 fi
11574
11575 test -n "$LEX" && break
11576 done
11577 test -n "$LEX" || LEX=":"
11578
11579 if test -z "$LEXLIB"
11580 then
11581 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11582 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11583 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11584 echo $ECHO_N "(cached) $ECHO_C" >&6
11585 else
11586 ac_check_lib_save_LIBS=$LIBS
11587 LIBS="-lfl $LIBS"
11588 cat >conftest.$ac_ext <<_ACEOF
11589 #line $LINENO "configure"
11590 /* confdefs.h. */
11591 _ACEOF
11592 cat confdefs.h >>conftest.$ac_ext
11593 cat >>conftest.$ac_ext <<_ACEOF
11594 /* end confdefs.h. */
11595
11596 /* Override any gcc2 internal prototype to avoid an error. */
11597 #ifdef __cplusplus
11598 extern "C"
11599 #endif
11600 /* We use char because int might match the return type of a gcc2
11601 builtin and then its argument prototype would still apply. */
11602 char yywrap ();
11603 int
11604 main ()
11605 {
11606 yywrap ();
11607 ;
11608 return 0;
11609 }
11610 _ACEOF
11611 rm -f conftest.$ac_objext conftest$ac_exeext
11612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11613 (eval $ac_link) 2>&5
11614 ac_status=$?
11615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11616 (exit $ac_status); } &&
11617 { ac_try='test -s conftest$ac_exeext'
11618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11619 (eval $ac_try) 2>&5
11620 ac_status=$?
11621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11622 (exit $ac_status); }; }; then
11623 ac_cv_lib_fl_yywrap=yes
11624 else
11625 echo "$as_me: failed program was:" >&5
11626 sed 's/^/| /' conftest.$ac_ext >&5
11627
11628 ac_cv_lib_fl_yywrap=no
11629 fi
11630 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11631 LIBS=$ac_check_lib_save_LIBS
11632 fi
11633 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11634 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11635 if test $ac_cv_lib_fl_yywrap = yes; then
11636 LEXLIB="-lfl"
11637 else
11638 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11639 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11640 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11641 echo $ECHO_N "(cached) $ECHO_C" >&6
11642 else
11643 ac_check_lib_save_LIBS=$LIBS
11644 LIBS="-ll $LIBS"
11645 cat >conftest.$ac_ext <<_ACEOF
11646 #line $LINENO "configure"
11647 /* confdefs.h. */
11648 _ACEOF
11649 cat confdefs.h >>conftest.$ac_ext
11650 cat >>conftest.$ac_ext <<_ACEOF
11651 /* end confdefs.h. */
11652
11653 /* Override any gcc2 internal prototype to avoid an error. */
11654 #ifdef __cplusplus
11655 extern "C"
11656 #endif
11657 /* We use char because int might match the return type of a gcc2
11658 builtin and then its argument prototype would still apply. */
11659 char yywrap ();
11660 int
11661 main ()
11662 {
11663 yywrap ();
11664 ;
11665 return 0;
11666 }
11667 _ACEOF
11668 rm -f conftest.$ac_objext conftest$ac_exeext
11669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11670 (eval $ac_link) 2>&5
11671 ac_status=$?
11672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11673 (exit $ac_status); } &&
11674 { ac_try='test -s conftest$ac_exeext'
11675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11676 (eval $ac_try) 2>&5
11677 ac_status=$?
11678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11679 (exit $ac_status); }; }; then
11680 ac_cv_lib_l_yywrap=yes
11681 else
11682 echo "$as_me: failed program was:" >&5
11683 sed 's/^/| /' conftest.$ac_ext >&5
11684
11685 ac_cv_lib_l_yywrap=no
11686 fi
11687 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11688 LIBS=$ac_check_lib_save_LIBS
11689 fi
11690 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11691 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11692 if test $ac_cv_lib_l_yywrap = yes; then
11693 LEXLIB="-ll"
11694 fi
11695
11696 fi
11697
11698 fi
11699
11700 if test "x$LEX" != "x:"; then
11701 echo "$as_me:$LINENO: checking lex output file root" >&5
11702 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11703 if test "${ac_cv_prog_lex_root+set}" = set; then
11704 echo $ECHO_N "(cached) $ECHO_C" >&6
11705 else
11706 # The minimal lex program is just a single line: %%. But some broken lexes
11707 # (Solaris, I think it was) want two %% lines, so accommodate them.
11708 cat >conftest.l <<_ACEOF
11709 %%
11710 %%
11711 _ACEOF
11712 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11713 (eval $LEX conftest.l) 2>&5
11714 ac_status=$?
11715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11716 (exit $ac_status); }
11717 if test -f lex.yy.c; then
11718 ac_cv_prog_lex_root=lex.yy
11719 elif test -f lexyy.c; then
11720 ac_cv_prog_lex_root=lexyy
11721 else
11722 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11723 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11724 { (exit 1); exit 1; }; }
11725 fi
11726 fi
11727 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11728 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11729 rm -f conftest.l
11730 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
11731
11732 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11733 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11734 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11735 echo $ECHO_N "(cached) $ECHO_C" >&6
11736 else
11737 # POSIX says lex can declare yytext either as a pointer or an array; the
11738 # default is implementation-dependent. Figure out which it is, since
11739 # not all implementations provide the %pointer and %array declarations.
11740 ac_cv_prog_lex_yytext_pointer=no
11741 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11742 ac_save_LIBS=$LIBS
11743 LIBS="$LIBS $LEXLIB"
11744 cat >conftest.$ac_ext <<_ACEOF
11745 `cat $LEX_OUTPUT_ROOT.c`
11746 _ACEOF
11747 rm -f conftest.$ac_objext conftest$ac_exeext
11748 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11749 (eval $ac_link) 2>&5
11750 ac_status=$?
11751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11752 (exit $ac_status); } &&
11753 { ac_try='test -s conftest$ac_exeext'
11754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11755 (eval $ac_try) 2>&5
11756 ac_status=$?
11757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11758 (exit $ac_status); }; }; then
11759 ac_cv_prog_lex_yytext_pointer=yes
11760 else
11761 echo "$as_me: failed program was:" >&5
11762 sed 's/^/| /' conftest.$ac_ext >&5
11763
11764 fi
11765 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11766 LIBS=$ac_save_LIBS
11767 rm -f "${LEX_OUTPUT_ROOT}.c"
11768
11769 fi
11770 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11771 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11772 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11773
11774 cat >>confdefs.h <<\_ACEOF
11775 #define YYTEXT_POINTER 1
11776 _ACEOF
11777
11778 fi
11779
11780 fi
11781
11782 echo "$as_me:$LINENO: checking whether ln -s works" >&5
11783 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11784 LN_S=$as_ln_s
11785 if test "$LN_S" = "ln -s"; then
11786 echo "$as_me:$LINENO: result: yes" >&5
11787 echo "${ECHO_T}yes" >&6
11788 else
11789 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11790 echo "${ECHO_T}no, using $LN_S" >&6
11791 fi
11792
11793
11794 case "${host}" in
11795 *-pc-os2_emx | *-pc-os2-emx )
11796 LIBS="$LIBS -lstdcpp"
11797 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
11798 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11799 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11800 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11801 echo $ECHO_N "(cached) $ECHO_C" >&6
11802 else
11803 ac_check_lib_save_LIBS=$LIBS
11804 LIBS="-lcExt $LIBS"
11805 cat >conftest.$ac_ext <<_ACEOF
11806 #line $LINENO "configure"
11807 /* confdefs.h. */
11808 _ACEOF
11809 cat confdefs.h >>conftest.$ac_ext
11810 cat >>conftest.$ac_ext <<_ACEOF
11811 /* end confdefs.h. */
11812
11813 /* Override any gcc2 internal prototype to avoid an error. */
11814 #ifdef __cplusplus
11815 extern "C"
11816 #endif
11817 /* We use char because int might match the return type of a gcc2
11818 builtin and then its argument prototype would still apply. */
11819 char drand48 ();
11820 int
11821 main ()
11822 {
11823 drand48 ();
11824 ;
11825 return 0;
11826 }
11827 _ACEOF
11828 rm -f conftest.$ac_objext conftest$ac_exeext
11829 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11830 (eval $ac_link) 2>&5
11831 ac_status=$?
11832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11833 (exit $ac_status); } &&
11834 { ac_try='test -s conftest$ac_exeext'
11835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11836 (eval $ac_try) 2>&5
11837 ac_status=$?
11838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11839 (exit $ac_status); }; }; then
11840 ac_cv_lib_cExt_drand48=yes
11841 else
11842 echo "$as_me: failed program was:" >&5
11843 sed 's/^/| /' conftest.$ac_ext >&5
11844
11845 ac_cv_lib_cExt_drand48=no
11846 fi
11847 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11848 LIBS=$ac_check_lib_save_LIBS
11849 fi
11850 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11851 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11852 if test $ac_cv_lib_cExt_drand48 = yes; then
11853 LIBS="$LIBS -lcExt"
11854 fi
11855
11856 else
11857 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
11858 fi
11859 ;;
11860 esac
11861
11862
11863 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11864 echo "$as_me:$LINENO: checking for strings.h" >&5
11865 echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11866 if test "${ac_cv_header_strings_h+set}" = set; then
11867 echo $ECHO_N "(cached) $ECHO_C" >&6
11868 else
11869 ac_cv_header_strings_h=no
11870 fi
11871 echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11872 echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11873 if test "$ac_cv_header_strings_h" = "no"; then
11874 echo "$as_me:$LINENO: result: forced no into cache" >&5
11875 echo "${ECHO_T}forced no into cache" >&6
11876 else
11877 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11878 echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11879 fi
11880 fi
11881 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11882 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11883 if test "${ac_cv_header_stdc+set}" = set; then
11884 echo $ECHO_N "(cached) $ECHO_C" >&6
11885 else
11886 cat >conftest.$ac_ext <<_ACEOF
11887 #line $LINENO "configure"
11888 /* confdefs.h. */
11889 _ACEOF
11890 cat confdefs.h >>conftest.$ac_ext
11891 cat >>conftest.$ac_ext <<_ACEOF
11892 /* end confdefs.h. */
11893 #include <stdlib.h>
11894 #include <stdarg.h>
11895 #include <string.h>
11896 #include <float.h>
11897
11898 int
11899 main ()
11900 {
11901
11902 ;
11903 return 0;
11904 }
11905 _ACEOF
11906 rm -f conftest.$ac_objext
11907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11908 (eval $ac_compile) 2>&5
11909 ac_status=$?
11910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11911 (exit $ac_status); } &&
11912 { ac_try='test -s conftest.$ac_objext'
11913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11914 (eval $ac_try) 2>&5
11915 ac_status=$?
11916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11917 (exit $ac_status); }; }; then
11918 ac_cv_header_stdc=yes
11919 else
11920 echo "$as_me: failed program was:" >&5
11921 sed 's/^/| /' conftest.$ac_ext >&5
11922
11923 ac_cv_header_stdc=no
11924 fi
11925 rm -f conftest.$ac_objext conftest.$ac_ext
11926
11927 if test $ac_cv_header_stdc = yes; then
11928 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11929 cat >conftest.$ac_ext <<_ACEOF
11930 #line $LINENO "configure"
11931 /* confdefs.h. */
11932 _ACEOF
11933 cat confdefs.h >>conftest.$ac_ext
11934 cat >>conftest.$ac_ext <<_ACEOF
11935 /* end confdefs.h. */
11936 #include <string.h>
11937
11938 _ACEOF
11939 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11940 $EGREP "memchr" >/dev/null 2>&1; then
11941 :
11942 else
11943 ac_cv_header_stdc=no
11944 fi
11945 rm -f conftest*
11946
11947 fi
11948
11949 if test $ac_cv_header_stdc = yes; then
11950 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11951 cat >conftest.$ac_ext <<_ACEOF
11952 #line $LINENO "configure"
11953 /* confdefs.h. */
11954 _ACEOF
11955 cat confdefs.h >>conftest.$ac_ext
11956 cat >>conftest.$ac_ext <<_ACEOF
11957 /* end confdefs.h. */
11958 #include <stdlib.h>
11959
11960 _ACEOF
11961 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11962 $EGREP "free" >/dev/null 2>&1; then
11963 :
11964 else
11965 ac_cv_header_stdc=no
11966 fi
11967 rm -f conftest*
11968
11969 fi
11970
11971 if test $ac_cv_header_stdc = yes; then
11972 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11973 if test "$cross_compiling" = yes; then
11974 :
11975 else
11976 cat >conftest.$ac_ext <<_ACEOF
11977 #line $LINENO "configure"
11978 /* confdefs.h. */
11979 _ACEOF
11980 cat confdefs.h >>conftest.$ac_ext
11981 cat >>conftest.$ac_ext <<_ACEOF
11982 /* end confdefs.h. */
11983 #include <ctype.h>
11984 #if ((' ' & 0x0FF) == 0x020)
11985 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11986 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11987 #else
11988 # define ISLOWER(c) \
11989 (('a' <= (c) && (c) <= 'i') \
11990 || ('j' <= (c) && (c) <= 'r') \
11991 || ('s' <= (c) && (c) <= 'z'))
11992 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11993 #endif
11994
11995 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11996 int
11997 main ()
11998 {
11999 int i;
12000 for (i = 0; i < 256; i++)
12001 if (XOR (islower (i), ISLOWER (i))
12002 || toupper (i) != TOUPPER (i))
12003 exit(2);
12004 exit (0);
12005 }
12006 _ACEOF
12007 rm -f conftest$ac_exeext
12008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12009 (eval $ac_link) 2>&5
12010 ac_status=$?
12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12014 (eval $ac_try) 2>&5
12015 ac_status=$?
12016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12017 (exit $ac_status); }; }; then
12018 :
12019 else
12020 echo "$as_me: program exited with status $ac_status" >&5
12021 echo "$as_me: failed program was:" >&5
12022 sed 's/^/| /' conftest.$ac_ext >&5
12023
12024 ( exit $ac_status )
12025 ac_cv_header_stdc=no
12026 fi
12027 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12028 fi
12029 fi
12030 fi
12031 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12032 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12033 if test $ac_cv_header_stdc = yes; then
12034
12035 cat >>confdefs.h <<\_ACEOF
12036 #define STDC_HEADERS 1
12037 _ACEOF
12038
12039 fi
12040
12041 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12042
12043
12044
12045
12046
12047
12048
12049
12050
12051 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
12052 inttypes.h stdint.h unistd.h
12053 do
12054 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12055 echo "$as_me:$LINENO: checking for $ac_header" >&5
12056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12057 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12058 echo $ECHO_N "(cached) $ECHO_C" >&6
12059 else
12060 cat >conftest.$ac_ext <<_ACEOF
12061 #line $LINENO "configure"
12062 /* confdefs.h. */
12063 _ACEOF
12064 cat confdefs.h >>conftest.$ac_ext
12065 cat >>conftest.$ac_ext <<_ACEOF
12066 /* end confdefs.h. */
12067 $ac_includes_default
12068
12069 #include <$ac_header>
12070 _ACEOF
12071 rm -f conftest.$ac_objext
12072 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12073 (eval $ac_compile) 2>&5
12074 ac_status=$?
12075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12076 (exit $ac_status); } &&
12077 { ac_try='test -s conftest.$ac_objext'
12078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12079 (eval $ac_try) 2>&5
12080 ac_status=$?
12081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12082 (exit $ac_status); }; }; then
12083 eval "$as_ac_Header=yes"
12084 else
12085 echo "$as_me: failed program was:" >&5
12086 sed 's/^/| /' conftest.$ac_ext >&5
12087
12088 eval "$as_ac_Header=no"
12089 fi
12090 rm -f conftest.$ac_objext conftest.$ac_ext
12091 fi
12092 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12093 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12094 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12095 cat >>confdefs.h <<_ACEOF
12096 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12097 _ACEOF
12098
12099 fi
12100
12101 done
12102
12103
12104
12105 for ac_header in strings.h
12106 do
12107 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12108 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12109 echo "$as_me:$LINENO: checking for $ac_header" >&5
12110 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12111 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12112 echo $ECHO_N "(cached) $ECHO_C" >&6
12113 fi
12114 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12115 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12116 else
12117 # Is the header compilable?
12118 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12119 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12120 cat >conftest.$ac_ext <<_ACEOF
12121 #line $LINENO "configure"
12122 /* confdefs.h. */
12123 _ACEOF
12124 cat confdefs.h >>conftest.$ac_ext
12125 cat >>conftest.$ac_ext <<_ACEOF
12126 /* end confdefs.h. */
12127 $ac_includes_default
12128 #include <$ac_header>
12129 _ACEOF
12130 rm -f conftest.$ac_objext
12131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12132 (eval $ac_compile) 2>&5
12133 ac_status=$?
12134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12135 (exit $ac_status); } &&
12136 { ac_try='test -s conftest.$ac_objext'
12137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12138 (eval $ac_try) 2>&5
12139 ac_status=$?
12140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12141 (exit $ac_status); }; }; then
12142 ac_header_compiler=yes
12143 else
12144 echo "$as_me: failed program was:" >&5
12145 sed 's/^/| /' conftest.$ac_ext >&5
12146
12147 ac_header_compiler=no
12148 fi
12149 rm -f conftest.$ac_objext conftest.$ac_ext
12150 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12151 echo "${ECHO_T}$ac_header_compiler" >&6
12152
12153 # Is the header present?
12154 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12155 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12156 cat >conftest.$ac_ext <<_ACEOF
12157 #line $LINENO "configure"
12158 /* confdefs.h. */
12159 _ACEOF
12160 cat confdefs.h >>conftest.$ac_ext
12161 cat >>conftest.$ac_ext <<_ACEOF
12162 /* end confdefs.h. */
12163 #include <$ac_header>
12164 _ACEOF
12165 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12166 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12167 ac_status=$?
12168 grep -v '^ *+' conftest.er1 >conftest.err
12169 rm -f conftest.er1
12170 cat conftest.err >&5
12171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12172 (exit $ac_status); } >/dev/null; then
12173 if test -s conftest.err; then
12174 ac_cpp_err=$ac_c_preproc_warn_flag
12175 else
12176 ac_cpp_err=
12177 fi
12178 else
12179 ac_cpp_err=yes
12180 fi
12181 if test -z "$ac_cpp_err"; then
12182 ac_header_preproc=yes
12183 else
12184 echo "$as_me: failed program was:" >&5
12185 sed 's/^/| /' conftest.$ac_ext >&5
12186
12187 ac_header_preproc=no
12188 fi
12189 rm -f conftest.err conftest.$ac_ext
12190 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12191 echo "${ECHO_T}$ac_header_preproc" >&6
12192
12193 # So? What about this header?
12194 case $ac_header_compiler:$ac_header_preproc in
12195 yes:no )
12196 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12197 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12198 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12199 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12200 (
12201 cat <<\_ASBOX
12202 ## ------------------------------------ ##
12203 ## Report this to bug-autoconf@gnu.org. ##
12204 ## ------------------------------------ ##
12205 _ASBOX
12206 ) |
12207 sed "s/^/$as_me: WARNING: /" >&2
12208 ;;
12209 no:yes )
12210 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12211 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12212 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12213 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12214 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12215 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12216 (
12217 cat <<\_ASBOX
12218 ## ------------------------------------ ##
12219 ## Report this to bug-autoconf@gnu.org. ##
12220 ## ------------------------------------ ##
12221 _ASBOX
12222 ) |
12223 sed "s/^/$as_me: WARNING: /" >&2
12224 ;;
12225 esac
12226 echo "$as_me:$LINENO: checking for $ac_header" >&5
12227 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12228 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12229 echo $ECHO_N "(cached) $ECHO_C" >&6
12230 else
12231 eval "$as_ac_Header=$ac_header_preproc"
12232 fi
12233 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12234 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12235
12236 fi
12237 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12238 cat >>confdefs.h <<_ACEOF
12239 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12240 _ACEOF
12241
12242 fi
12243
12244 done
12245
12246
12247
12248 for ac_header in stdlib.h
12249 do
12250 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12251 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12252 echo "$as_me:$LINENO: checking for $ac_header" >&5
12253 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12254 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12255 echo $ECHO_N "(cached) $ECHO_C" >&6
12256 fi
12257 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12258 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12259 else
12260 # Is the header compilable?
12261 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12262 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12263 cat >conftest.$ac_ext <<_ACEOF
12264 #line $LINENO "configure"
12265 /* confdefs.h. */
12266 _ACEOF
12267 cat confdefs.h >>conftest.$ac_ext
12268 cat >>conftest.$ac_ext <<_ACEOF
12269 /* end confdefs.h. */
12270 $ac_includes_default
12271 #include <$ac_header>
12272 _ACEOF
12273 rm -f conftest.$ac_objext
12274 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12275 (eval $ac_compile) 2>&5
12276 ac_status=$?
12277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12278 (exit $ac_status); } &&
12279 { ac_try='test -s conftest.$ac_objext'
12280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12281 (eval $ac_try) 2>&5
12282 ac_status=$?
12283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12284 (exit $ac_status); }; }; then
12285 ac_header_compiler=yes
12286 else
12287 echo "$as_me: failed program was:" >&5
12288 sed 's/^/| /' conftest.$ac_ext >&5
12289
12290 ac_header_compiler=no
12291 fi
12292 rm -f conftest.$ac_objext conftest.$ac_ext
12293 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12294 echo "${ECHO_T}$ac_header_compiler" >&6
12295
12296 # Is the header present?
12297 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12298 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12299 cat >conftest.$ac_ext <<_ACEOF
12300 #line $LINENO "configure"
12301 /* confdefs.h. */
12302 _ACEOF
12303 cat confdefs.h >>conftest.$ac_ext
12304 cat >>conftest.$ac_ext <<_ACEOF
12305 /* end confdefs.h. */
12306 #include <$ac_header>
12307 _ACEOF
12308 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12309 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12310 ac_status=$?
12311 grep -v '^ *+' conftest.er1 >conftest.err
12312 rm -f conftest.er1
12313 cat conftest.err >&5
12314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12315 (exit $ac_status); } >/dev/null; then
12316 if test -s conftest.err; then
12317 ac_cpp_err=$ac_c_preproc_warn_flag
12318 else
12319 ac_cpp_err=
12320 fi
12321 else
12322 ac_cpp_err=yes
12323 fi
12324 if test -z "$ac_cpp_err"; then
12325 ac_header_preproc=yes
12326 else
12327 echo "$as_me: failed program was:" >&5
12328 sed 's/^/| /' conftest.$ac_ext >&5
12329
12330 ac_header_preproc=no
12331 fi
12332 rm -f conftest.err conftest.$ac_ext
12333 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12334 echo "${ECHO_T}$ac_header_preproc" >&6
12335
12336 # So? What about this header?
12337 case $ac_header_compiler:$ac_header_preproc in
12338 yes:no )
12339 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12340 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12341 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12342 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12343 (
12344 cat <<\_ASBOX
12345 ## ------------------------------------ ##
12346 ## Report this to bug-autoconf@gnu.org. ##
12347 ## ------------------------------------ ##
12348 _ASBOX
12349 ) |
12350 sed "s/^/$as_me: WARNING: /" >&2
12351 ;;
12352 no:yes )
12353 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12354 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12355 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12356 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12357 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12358 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12359 (
12360 cat <<\_ASBOX
12361 ## ------------------------------------ ##
12362 ## Report this to bug-autoconf@gnu.org. ##
12363 ## ------------------------------------ ##
12364 _ASBOX
12365 ) |
12366 sed "s/^/$as_me: WARNING: /" >&2
12367 ;;
12368 esac
12369 echo "$as_me:$LINENO: checking for $ac_header" >&5
12370 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12371 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12372 echo $ECHO_N "(cached) $ECHO_C" >&6
12373 else
12374 eval "$as_ac_Header=$ac_header_preproc"
12375 fi
12376 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12377 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12378
12379 fi
12380 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12381 cat >>confdefs.h <<_ACEOF
12382 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12383 _ACEOF
12384
12385 fi
12386
12387 done
12388
12389
12390 for ac_header in malloc.h
12391 do
12392 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12393 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12394 echo "$as_me:$LINENO: checking for $ac_header" >&5
12395 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12396 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12397 echo $ECHO_N "(cached) $ECHO_C" >&6
12398 fi
12399 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12400 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12401 else
12402 # Is the header compilable?
12403 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12404 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12405 cat >conftest.$ac_ext <<_ACEOF
12406 #line $LINENO "configure"
12407 /* confdefs.h. */
12408 _ACEOF
12409 cat confdefs.h >>conftest.$ac_ext
12410 cat >>conftest.$ac_ext <<_ACEOF
12411 /* end confdefs.h. */
12412 $ac_includes_default
12413 #include <$ac_header>
12414 _ACEOF
12415 rm -f conftest.$ac_objext
12416 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12417 (eval $ac_compile) 2>&5
12418 ac_status=$?
12419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420 (exit $ac_status); } &&
12421 { ac_try='test -s conftest.$ac_objext'
12422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12423 (eval $ac_try) 2>&5
12424 ac_status=$?
12425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12426 (exit $ac_status); }; }; then
12427 ac_header_compiler=yes
12428 else
12429 echo "$as_me: failed program was:" >&5
12430 sed 's/^/| /' conftest.$ac_ext >&5
12431
12432 ac_header_compiler=no
12433 fi
12434 rm -f conftest.$ac_objext conftest.$ac_ext
12435 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12436 echo "${ECHO_T}$ac_header_compiler" >&6
12437
12438 # Is the header present?
12439 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12440 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12441 cat >conftest.$ac_ext <<_ACEOF
12442 #line $LINENO "configure"
12443 /* confdefs.h. */
12444 _ACEOF
12445 cat confdefs.h >>conftest.$ac_ext
12446 cat >>conftest.$ac_ext <<_ACEOF
12447 /* end confdefs.h. */
12448 #include <$ac_header>
12449 _ACEOF
12450 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12451 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12452 ac_status=$?
12453 grep -v '^ *+' conftest.er1 >conftest.err
12454 rm -f conftest.er1
12455 cat conftest.err >&5
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); } >/dev/null; then
12458 if test -s conftest.err; then
12459 ac_cpp_err=$ac_c_preproc_warn_flag
12460 else
12461 ac_cpp_err=
12462 fi
12463 else
12464 ac_cpp_err=yes
12465 fi
12466 if test -z "$ac_cpp_err"; then
12467 ac_header_preproc=yes
12468 else
12469 echo "$as_me: failed program was:" >&5
12470 sed 's/^/| /' conftest.$ac_ext >&5
12471
12472 ac_header_preproc=no
12473 fi
12474 rm -f conftest.err conftest.$ac_ext
12475 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12476 echo "${ECHO_T}$ac_header_preproc" >&6
12477
12478 # So? What about this header?
12479 case $ac_header_compiler:$ac_header_preproc in
12480 yes:no )
12481 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12482 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12483 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12484 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12485 (
12486 cat <<\_ASBOX
12487 ## ------------------------------------ ##
12488 ## Report this to bug-autoconf@gnu.org. ##
12489 ## ------------------------------------ ##
12490 _ASBOX
12491 ) |
12492 sed "s/^/$as_me: WARNING: /" >&2
12493 ;;
12494 no:yes )
12495 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12496 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12497 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12498 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12499 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12500 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12501 (
12502 cat <<\_ASBOX
12503 ## ------------------------------------ ##
12504 ## Report this to bug-autoconf@gnu.org. ##
12505 ## ------------------------------------ ##
12506 _ASBOX
12507 ) |
12508 sed "s/^/$as_me: WARNING: /" >&2
12509 ;;
12510 esac
12511 echo "$as_me:$LINENO: checking for $ac_header" >&5
12512 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12513 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12514 echo $ECHO_N "(cached) $ECHO_C" >&6
12515 else
12516 eval "$as_ac_Header=$ac_header_preproc"
12517 fi
12518 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12519 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12520
12521 fi
12522 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12523 cat >>confdefs.h <<_ACEOF
12524 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12525 _ACEOF
12526
12527 fi
12528
12529 done
12530
12531
12532 for ac_header in unistd.h
12533 do
12534 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12535 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12536 echo "$as_me:$LINENO: checking for $ac_header" >&5
12537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12538 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12539 echo $ECHO_N "(cached) $ECHO_C" >&6
12540 fi
12541 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12542 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12543 else
12544 # Is the header compilable?
12545 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12546 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12547 cat >conftest.$ac_ext <<_ACEOF
12548 #line $LINENO "configure"
12549 /* confdefs.h. */
12550 _ACEOF
12551 cat confdefs.h >>conftest.$ac_ext
12552 cat >>conftest.$ac_ext <<_ACEOF
12553 /* end confdefs.h. */
12554 $ac_includes_default
12555 #include <$ac_header>
12556 _ACEOF
12557 rm -f conftest.$ac_objext
12558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12559 (eval $ac_compile) 2>&5
12560 ac_status=$?
12561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12562 (exit $ac_status); } &&
12563 { ac_try='test -s conftest.$ac_objext'
12564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12565 (eval $ac_try) 2>&5
12566 ac_status=$?
12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); }; }; then
12569 ac_header_compiler=yes
12570 else
12571 echo "$as_me: failed program was:" >&5
12572 sed 's/^/| /' conftest.$ac_ext >&5
12573
12574 ac_header_compiler=no
12575 fi
12576 rm -f conftest.$ac_objext conftest.$ac_ext
12577 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12578 echo "${ECHO_T}$ac_header_compiler" >&6
12579
12580 # Is the header present?
12581 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12582 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12583 cat >conftest.$ac_ext <<_ACEOF
12584 #line $LINENO "configure"
12585 /* confdefs.h. */
12586 _ACEOF
12587 cat confdefs.h >>conftest.$ac_ext
12588 cat >>conftest.$ac_ext <<_ACEOF
12589 /* end confdefs.h. */
12590 #include <$ac_header>
12591 _ACEOF
12592 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12593 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12594 ac_status=$?
12595 grep -v '^ *+' conftest.er1 >conftest.err
12596 rm -f conftest.er1
12597 cat conftest.err >&5
12598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12599 (exit $ac_status); } >/dev/null; then
12600 if test -s conftest.err; then
12601 ac_cpp_err=$ac_c_preproc_warn_flag
12602 else
12603 ac_cpp_err=
12604 fi
12605 else
12606 ac_cpp_err=yes
12607 fi
12608 if test -z "$ac_cpp_err"; then
12609 ac_header_preproc=yes
12610 else
12611 echo "$as_me: failed program was:" >&5
12612 sed 's/^/| /' conftest.$ac_ext >&5
12613
12614 ac_header_preproc=no
12615 fi
12616 rm -f conftest.err conftest.$ac_ext
12617 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12618 echo "${ECHO_T}$ac_header_preproc" >&6
12619
12620 # So? What about this header?
12621 case $ac_header_compiler:$ac_header_preproc in
12622 yes:no )
12623 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12624 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12625 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12626 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12627 (
12628 cat <<\_ASBOX
12629 ## ------------------------------------ ##
12630 ## Report this to bug-autoconf@gnu.org. ##
12631 ## ------------------------------------ ##
12632 _ASBOX
12633 ) |
12634 sed "s/^/$as_me: WARNING: /" >&2
12635 ;;
12636 no:yes )
12637 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12638 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12639 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12640 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12641 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12642 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12643 (
12644 cat <<\_ASBOX
12645 ## ------------------------------------ ##
12646 ## Report this to bug-autoconf@gnu.org. ##
12647 ## ------------------------------------ ##
12648 _ASBOX
12649 ) |
12650 sed "s/^/$as_me: WARNING: /" >&2
12651 ;;
12652 esac
12653 echo "$as_me:$LINENO: checking for $ac_header" >&5
12654 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12655 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12656 echo $ECHO_N "(cached) $ECHO_C" >&6
12657 else
12658 eval "$as_ac_Header=$ac_header_preproc"
12659 fi
12660 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12661 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12662
12663 fi
12664 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12665 cat >>confdefs.h <<_ACEOF
12666 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12667 _ACEOF
12668
12669 fi
12670
12671 done
12672
12673
12674 for ac_header in wchar.h
12675 do
12676 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12677 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12678 echo "$as_me:$LINENO: checking for $ac_header" >&5
12679 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12680 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12681 echo $ECHO_N "(cached) $ECHO_C" >&6
12682 fi
12683 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12684 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12685 else
12686 # Is the header compilable?
12687 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12688 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12689 cat >conftest.$ac_ext <<_ACEOF
12690 #line $LINENO "configure"
12691 /* confdefs.h. */
12692 _ACEOF
12693 cat confdefs.h >>conftest.$ac_ext
12694 cat >>conftest.$ac_ext <<_ACEOF
12695 /* end confdefs.h. */
12696 $ac_includes_default
12697 #include <$ac_header>
12698 _ACEOF
12699 rm -f conftest.$ac_objext
12700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12701 (eval $ac_compile) 2>&5
12702 ac_status=$?
12703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12704 (exit $ac_status); } &&
12705 { ac_try='test -s conftest.$ac_objext'
12706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12707 (eval $ac_try) 2>&5
12708 ac_status=$?
12709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12710 (exit $ac_status); }; }; then
12711 ac_header_compiler=yes
12712 else
12713 echo "$as_me: failed program was:" >&5
12714 sed 's/^/| /' conftest.$ac_ext >&5
12715
12716 ac_header_compiler=no
12717 fi
12718 rm -f conftest.$ac_objext conftest.$ac_ext
12719 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12720 echo "${ECHO_T}$ac_header_compiler" >&6
12721
12722 # Is the header present?
12723 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12724 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12725 cat >conftest.$ac_ext <<_ACEOF
12726 #line $LINENO "configure"
12727 /* confdefs.h. */
12728 _ACEOF
12729 cat confdefs.h >>conftest.$ac_ext
12730 cat >>conftest.$ac_ext <<_ACEOF
12731 /* end confdefs.h. */
12732 #include <$ac_header>
12733 _ACEOF
12734 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12735 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12736 ac_status=$?
12737 grep -v '^ *+' conftest.er1 >conftest.err
12738 rm -f conftest.er1
12739 cat conftest.err >&5
12740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12741 (exit $ac_status); } >/dev/null; then
12742 if test -s conftest.err; then
12743 ac_cpp_err=$ac_c_preproc_warn_flag
12744 else
12745 ac_cpp_err=
12746 fi
12747 else
12748 ac_cpp_err=yes
12749 fi
12750 if test -z "$ac_cpp_err"; then
12751 ac_header_preproc=yes
12752 else
12753 echo "$as_me: failed program was:" >&5
12754 sed 's/^/| /' conftest.$ac_ext >&5
12755
12756 ac_header_preproc=no
12757 fi
12758 rm -f conftest.err conftest.$ac_ext
12759 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12760 echo "${ECHO_T}$ac_header_preproc" >&6
12761
12762 # So? What about this header?
12763 case $ac_header_compiler:$ac_header_preproc in
12764 yes:no )
12765 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12766 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12767 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12768 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12769 (
12770 cat <<\_ASBOX
12771 ## ------------------------------------ ##
12772 ## Report this to bug-autoconf@gnu.org. ##
12773 ## ------------------------------------ ##
12774 _ASBOX
12775 ) |
12776 sed "s/^/$as_me: WARNING: /" >&2
12777 ;;
12778 no:yes )
12779 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12780 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12781 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12782 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12783 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12784 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12785 (
12786 cat <<\_ASBOX
12787 ## ------------------------------------ ##
12788 ## Report this to bug-autoconf@gnu.org. ##
12789 ## ------------------------------------ ##
12790 _ASBOX
12791 ) |
12792 sed "s/^/$as_me: WARNING: /" >&2
12793 ;;
12794 esac
12795 echo "$as_me:$LINENO: checking for $ac_header" >&5
12796 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12797 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12798 echo $ECHO_N "(cached) $ECHO_C" >&6
12799 else
12800 eval "$as_ac_Header=$ac_header_preproc"
12801 fi
12802 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12803 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12804
12805 fi
12806 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12807 cat >>confdefs.h <<_ACEOF
12808 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12809 _ACEOF
12810
12811 fi
12812
12813 done
12814
12815
12816 if test "$ac_cv_header_wchar_h" != "yes"; then
12817
12818 for ac_header in wcstr.h
12819 do
12820 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12821 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12822 echo "$as_me:$LINENO: checking for $ac_header" >&5
12823 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12824 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12825 echo $ECHO_N "(cached) $ECHO_C" >&6
12826 fi
12827 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12828 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12829 else
12830 # Is the header compilable?
12831 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12832 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12833 cat >conftest.$ac_ext <<_ACEOF
12834 #line $LINENO "configure"
12835 /* confdefs.h. */
12836 _ACEOF
12837 cat confdefs.h >>conftest.$ac_ext
12838 cat >>conftest.$ac_ext <<_ACEOF
12839 /* end confdefs.h. */
12840 $ac_includes_default
12841 #include <$ac_header>
12842 _ACEOF
12843 rm -f conftest.$ac_objext
12844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12845 (eval $ac_compile) 2>&5
12846 ac_status=$?
12847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); } &&
12849 { ac_try='test -s conftest.$ac_objext'
12850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12851 (eval $ac_try) 2>&5
12852 ac_status=$?
12853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12854 (exit $ac_status); }; }; then
12855 ac_header_compiler=yes
12856 else
12857 echo "$as_me: failed program was:" >&5
12858 sed 's/^/| /' conftest.$ac_ext >&5
12859
12860 ac_header_compiler=no
12861 fi
12862 rm -f conftest.$ac_objext conftest.$ac_ext
12863 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12864 echo "${ECHO_T}$ac_header_compiler" >&6
12865
12866 # Is the header present?
12867 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12868 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12869 cat >conftest.$ac_ext <<_ACEOF
12870 #line $LINENO "configure"
12871 /* confdefs.h. */
12872 _ACEOF
12873 cat confdefs.h >>conftest.$ac_ext
12874 cat >>conftest.$ac_ext <<_ACEOF
12875 /* end confdefs.h. */
12876 #include <$ac_header>
12877 _ACEOF
12878 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12879 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12880 ac_status=$?
12881 grep -v '^ *+' conftest.er1 >conftest.err
12882 rm -f conftest.er1
12883 cat conftest.err >&5
12884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12885 (exit $ac_status); } >/dev/null; then
12886 if test -s conftest.err; then
12887 ac_cpp_err=$ac_c_preproc_warn_flag
12888 else
12889 ac_cpp_err=
12890 fi
12891 else
12892 ac_cpp_err=yes
12893 fi
12894 if test -z "$ac_cpp_err"; then
12895 ac_header_preproc=yes
12896 else
12897 echo "$as_me: failed program was:" >&5
12898 sed 's/^/| /' conftest.$ac_ext >&5
12899
12900 ac_header_preproc=no
12901 fi
12902 rm -f conftest.err conftest.$ac_ext
12903 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12904 echo "${ECHO_T}$ac_header_preproc" >&6
12905
12906 # So? What about this header?
12907 case $ac_header_compiler:$ac_header_preproc in
12908 yes:no )
12909 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12910 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12911 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12912 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12913 (
12914 cat <<\_ASBOX
12915 ## ------------------------------------ ##
12916 ## Report this to bug-autoconf@gnu.org. ##
12917 ## ------------------------------------ ##
12918 _ASBOX
12919 ) |
12920 sed "s/^/$as_me: WARNING: /" >&2
12921 ;;
12922 no:yes )
12923 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12924 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12925 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12926 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12927 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12928 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12929 (
12930 cat <<\_ASBOX
12931 ## ------------------------------------ ##
12932 ## Report this to bug-autoconf@gnu.org. ##
12933 ## ------------------------------------ ##
12934 _ASBOX
12935 ) |
12936 sed "s/^/$as_me: WARNING: /" >&2
12937 ;;
12938 esac
12939 echo "$as_me:$LINENO: checking for $ac_header" >&5
12940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12941 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12942 echo $ECHO_N "(cached) $ECHO_C" >&6
12943 else
12944 eval "$as_ac_Header=$ac_header_preproc"
12945 fi
12946 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12947 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12948
12949 fi
12950 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12951 cat >>confdefs.h <<_ACEOF
12952 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12953 _ACEOF
12954
12955 fi
12956
12957 done
12958
12959 fi
12960
12961
12962 for ac_header in fnmatch.h
12963 do
12964 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12965 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12966 echo "$as_me:$LINENO: checking for $ac_header" >&5
12967 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12968 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12969 echo $ECHO_N "(cached) $ECHO_C" >&6
12970 fi
12971 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12972 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12973 else
12974 # Is the header compilable?
12975 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12976 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12977 cat >conftest.$ac_ext <<_ACEOF
12978 #line $LINENO "configure"
12979 /* confdefs.h. */
12980 _ACEOF
12981 cat confdefs.h >>conftest.$ac_ext
12982 cat >>conftest.$ac_ext <<_ACEOF
12983 /* end confdefs.h. */
12984 $ac_includes_default
12985 #include <$ac_header>
12986 _ACEOF
12987 rm -f conftest.$ac_objext
12988 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12989 (eval $ac_compile) 2>&5
12990 ac_status=$?
12991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12992 (exit $ac_status); } &&
12993 { ac_try='test -s conftest.$ac_objext'
12994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12995 (eval $ac_try) 2>&5
12996 ac_status=$?
12997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12998 (exit $ac_status); }; }; then
12999 ac_header_compiler=yes
13000 else
13001 echo "$as_me: failed program was:" >&5
13002 sed 's/^/| /' conftest.$ac_ext >&5
13003
13004 ac_header_compiler=no
13005 fi
13006 rm -f conftest.$ac_objext conftest.$ac_ext
13007 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13008 echo "${ECHO_T}$ac_header_compiler" >&6
13009
13010 # Is the header present?
13011 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13012 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13013 cat >conftest.$ac_ext <<_ACEOF
13014 #line $LINENO "configure"
13015 /* confdefs.h. */
13016 _ACEOF
13017 cat confdefs.h >>conftest.$ac_ext
13018 cat >>conftest.$ac_ext <<_ACEOF
13019 /* end confdefs.h. */
13020 #include <$ac_header>
13021 _ACEOF
13022 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13023 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13024 ac_status=$?
13025 grep -v '^ *+' conftest.er1 >conftest.err
13026 rm -f conftest.er1
13027 cat conftest.err >&5
13028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13029 (exit $ac_status); } >/dev/null; then
13030 if test -s conftest.err; then
13031 ac_cpp_err=$ac_c_preproc_warn_flag
13032 else
13033 ac_cpp_err=
13034 fi
13035 else
13036 ac_cpp_err=yes
13037 fi
13038 if test -z "$ac_cpp_err"; then
13039 ac_header_preproc=yes
13040 else
13041 echo "$as_me: failed program was:" >&5
13042 sed 's/^/| /' conftest.$ac_ext >&5
13043
13044 ac_header_preproc=no
13045 fi
13046 rm -f conftest.err conftest.$ac_ext
13047 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13048 echo "${ECHO_T}$ac_header_preproc" >&6
13049
13050 # So? What about this header?
13051 case $ac_header_compiler:$ac_header_preproc in
13052 yes:no )
13053 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13054 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13055 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13056 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13057 (
13058 cat <<\_ASBOX
13059 ## ------------------------------------ ##
13060 ## Report this to bug-autoconf@gnu.org. ##
13061 ## ------------------------------------ ##
13062 _ASBOX
13063 ) |
13064 sed "s/^/$as_me: WARNING: /" >&2
13065 ;;
13066 no:yes )
13067 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13068 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13069 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13070 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13071 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13072 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13073 (
13074 cat <<\_ASBOX
13075 ## ------------------------------------ ##
13076 ## Report this to bug-autoconf@gnu.org. ##
13077 ## ------------------------------------ ##
13078 _ASBOX
13079 ) |
13080 sed "s/^/$as_me: WARNING: /" >&2
13081 ;;
13082 esac
13083 echo "$as_me:$LINENO: checking for $ac_header" >&5
13084 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13085 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13086 echo $ECHO_N "(cached) $ECHO_C" >&6
13087 else
13088 eval "$as_ac_Header=$ac_header_preproc"
13089 fi
13090 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13091 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13092
13093 fi
13094 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13095 cat >>confdefs.h <<_ACEOF
13096 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13097 _ACEOF
13098
13099 fi
13100
13101 done
13102
13103
13104 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13105
13106 for ac_func in fnmatch
13107 do
13108 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13109 echo "$as_me:$LINENO: checking for $ac_func" >&5
13110 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13111 if eval "test \"\${$as_ac_var+set}\" = set"; then
13112 echo $ECHO_N "(cached) $ECHO_C" >&6
13113 else
13114 cat >conftest.$ac_ext <<_ACEOF
13115 #line $LINENO "configure"
13116 /* confdefs.h. */
13117 _ACEOF
13118 cat confdefs.h >>conftest.$ac_ext
13119 cat >>conftest.$ac_ext <<_ACEOF
13120 /* end confdefs.h. */
13121 /* System header to define __stub macros and hopefully few prototypes,
13122 which can conflict with char $ac_func (); below.
13123 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13124 <limits.h> exists even on freestanding compilers. */
13125 #ifdef __STDC__
13126 # include <limits.h>
13127 #else
13128 # include <assert.h>
13129 #endif
13130 /* Override any gcc2 internal prototype to avoid an error. */
13131 #ifdef __cplusplus
13132 extern "C"
13133 {
13134 #endif
13135 /* We use char because int might match the return type of a gcc2
13136 builtin and then its argument prototype would still apply. */
13137 char $ac_func ();
13138 /* The GNU C library defines this for functions which it implements
13139 to always fail with ENOSYS. Some functions are actually named
13140 something starting with __ and the normal name is an alias. */
13141 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13142 choke me
13143 #else
13144 char (*f) () = $ac_func;
13145 #endif
13146 #ifdef __cplusplus
13147 }
13148 #endif
13149
13150 int
13151 main ()
13152 {
13153 return f != $ac_func;
13154 ;
13155 return 0;
13156 }
13157 _ACEOF
13158 rm -f conftest.$ac_objext conftest$ac_exeext
13159 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13160 (eval $ac_link) 2>&5
13161 ac_status=$?
13162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13163 (exit $ac_status); } &&
13164 { ac_try='test -s conftest$ac_exeext'
13165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13166 (eval $ac_try) 2>&5
13167 ac_status=$?
13168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13169 (exit $ac_status); }; }; then
13170 eval "$as_ac_var=yes"
13171 else
13172 echo "$as_me: failed program was:" >&5
13173 sed 's/^/| /' conftest.$ac_ext >&5
13174
13175 eval "$as_ac_var=no"
13176 fi
13177 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13178 fi
13179 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13180 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13181 if test `eval echo '${'$as_ac_var'}'` = yes; then
13182 cat >>confdefs.h <<_ACEOF
13183 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13184 _ACEOF
13185
13186 fi
13187 done
13188
13189 fi
13190
13191
13192 for ac_header in langinfo.h
13193 do
13194 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13195 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13196 echo "$as_me:$LINENO: checking for $ac_header" >&5
13197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13198 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13199 echo $ECHO_N "(cached) $ECHO_C" >&6
13200 fi
13201 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13202 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13203 else
13204 # Is the header compilable?
13205 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13206 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13207 cat >conftest.$ac_ext <<_ACEOF
13208 #line $LINENO "configure"
13209 /* confdefs.h. */
13210 _ACEOF
13211 cat confdefs.h >>conftest.$ac_ext
13212 cat >>conftest.$ac_ext <<_ACEOF
13213 /* end confdefs.h. */
13214 $ac_includes_default
13215 #include <$ac_header>
13216 _ACEOF
13217 rm -f conftest.$ac_objext
13218 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13219 (eval $ac_compile) 2>&5
13220 ac_status=$?
13221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13222 (exit $ac_status); } &&
13223 { ac_try='test -s conftest.$ac_objext'
13224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13225 (eval $ac_try) 2>&5
13226 ac_status=$?
13227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13228 (exit $ac_status); }; }; then
13229 ac_header_compiler=yes
13230 else
13231 echo "$as_me: failed program was:" >&5
13232 sed 's/^/| /' conftest.$ac_ext >&5
13233
13234 ac_header_compiler=no
13235 fi
13236 rm -f conftest.$ac_objext conftest.$ac_ext
13237 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13238 echo "${ECHO_T}$ac_header_compiler" >&6
13239
13240 # Is the header present?
13241 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13242 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13243 cat >conftest.$ac_ext <<_ACEOF
13244 #line $LINENO "configure"
13245 /* confdefs.h. */
13246 _ACEOF
13247 cat confdefs.h >>conftest.$ac_ext
13248 cat >>conftest.$ac_ext <<_ACEOF
13249 /* end confdefs.h. */
13250 #include <$ac_header>
13251 _ACEOF
13252 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13253 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13254 ac_status=$?
13255 grep -v '^ *+' conftest.er1 >conftest.err
13256 rm -f conftest.er1
13257 cat conftest.err >&5
13258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13259 (exit $ac_status); } >/dev/null; then
13260 if test -s conftest.err; then
13261 ac_cpp_err=$ac_c_preproc_warn_flag
13262 else
13263 ac_cpp_err=
13264 fi
13265 else
13266 ac_cpp_err=yes
13267 fi
13268 if test -z "$ac_cpp_err"; then
13269 ac_header_preproc=yes
13270 else
13271 echo "$as_me: failed program was:" >&5
13272 sed 's/^/| /' conftest.$ac_ext >&5
13273
13274 ac_header_preproc=no
13275 fi
13276 rm -f conftest.err conftest.$ac_ext
13277 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13278 echo "${ECHO_T}$ac_header_preproc" >&6
13279
13280 # So? What about this header?
13281 case $ac_header_compiler:$ac_header_preproc in
13282 yes:no )
13283 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13284 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13285 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13286 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13287 (
13288 cat <<\_ASBOX
13289 ## ------------------------------------ ##
13290 ## Report this to bug-autoconf@gnu.org. ##
13291 ## ------------------------------------ ##
13292 _ASBOX
13293 ) |
13294 sed "s/^/$as_me: WARNING: /" >&2
13295 ;;
13296 no:yes )
13297 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13298 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13299 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13300 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13301 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13302 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13303 (
13304 cat <<\_ASBOX
13305 ## ------------------------------------ ##
13306 ## Report this to bug-autoconf@gnu.org. ##
13307 ## ------------------------------------ ##
13308 _ASBOX
13309 ) |
13310 sed "s/^/$as_me: WARNING: /" >&2
13311 ;;
13312 esac
13313 echo "$as_me:$LINENO: checking for $ac_header" >&5
13314 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13315 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13316 echo $ECHO_N "(cached) $ECHO_C" >&6
13317 else
13318 eval "$as_ac_Header=$ac_header_preproc"
13319 fi
13320 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13321 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13322
13323 fi
13324 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13325 cat >>confdefs.h <<_ACEOF
13326 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13327 _ACEOF
13328
13329 fi
13330
13331 done
13332
13333
13334 case "${host}" in
13335 *-pc-os2_emx | *-pc-os2-emx )
13336 if test $ac_cv_header_langinfo_h = "yes"; then
13337 LIBS="$LIBS -lintl"
13338 fi
13339 ;;
13340 esac
13341
13342 if test "$wxUSE_GUI" = "yes"; then
13343 if test "$wxUSE_UNIX" = "yes"; then
13344
13345 for ac_header in X11/XKBlib.h
13346 do
13347 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13348 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13349 echo "$as_me:$LINENO: checking for $ac_header" >&5
13350 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13351 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13352 echo $ECHO_N "(cached) $ECHO_C" >&6
13353 fi
13354 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13355 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13356 else
13357 # Is the header compilable?
13358 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13359 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13360 cat >conftest.$ac_ext <<_ACEOF
13361 #line $LINENO "configure"
13362 /* confdefs.h. */
13363 _ACEOF
13364 cat confdefs.h >>conftest.$ac_ext
13365 cat >>conftest.$ac_ext <<_ACEOF
13366 /* end confdefs.h. */
13367 $ac_includes_default
13368 #include <$ac_header>
13369 _ACEOF
13370 rm -f conftest.$ac_objext
13371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13372 (eval $ac_compile) 2>&5
13373 ac_status=$?
13374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13375 (exit $ac_status); } &&
13376 { ac_try='test -s conftest.$ac_objext'
13377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13378 (eval $ac_try) 2>&5
13379 ac_status=$?
13380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13381 (exit $ac_status); }; }; then
13382 ac_header_compiler=yes
13383 else
13384 echo "$as_me: failed program was:" >&5
13385 sed 's/^/| /' conftest.$ac_ext >&5
13386
13387 ac_header_compiler=no
13388 fi
13389 rm -f conftest.$ac_objext conftest.$ac_ext
13390 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13391 echo "${ECHO_T}$ac_header_compiler" >&6
13392
13393 # Is the header present?
13394 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13395 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13396 cat >conftest.$ac_ext <<_ACEOF
13397 #line $LINENO "configure"
13398 /* confdefs.h. */
13399 _ACEOF
13400 cat confdefs.h >>conftest.$ac_ext
13401 cat >>conftest.$ac_ext <<_ACEOF
13402 /* end confdefs.h. */
13403 #include <$ac_header>
13404 _ACEOF
13405 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13406 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13407 ac_status=$?
13408 grep -v '^ *+' conftest.er1 >conftest.err
13409 rm -f conftest.er1
13410 cat conftest.err >&5
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); } >/dev/null; then
13413 if test -s conftest.err; then
13414 ac_cpp_err=$ac_c_preproc_warn_flag
13415 else
13416 ac_cpp_err=
13417 fi
13418 else
13419 ac_cpp_err=yes
13420 fi
13421 if test -z "$ac_cpp_err"; then
13422 ac_header_preproc=yes
13423 else
13424 echo "$as_me: failed program was:" >&5
13425 sed 's/^/| /' conftest.$ac_ext >&5
13426
13427 ac_header_preproc=no
13428 fi
13429 rm -f conftest.err conftest.$ac_ext
13430 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13431 echo "${ECHO_T}$ac_header_preproc" >&6
13432
13433 # So? What about this header?
13434 case $ac_header_compiler:$ac_header_preproc in
13435 yes:no )
13436 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13437 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13438 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13439 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13440 (
13441 cat <<\_ASBOX
13442 ## ------------------------------------ ##
13443 ## Report this to bug-autoconf@gnu.org. ##
13444 ## ------------------------------------ ##
13445 _ASBOX
13446 ) |
13447 sed "s/^/$as_me: WARNING: /" >&2
13448 ;;
13449 no:yes )
13450 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13451 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13452 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13453 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13454 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13455 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13456 (
13457 cat <<\_ASBOX
13458 ## ------------------------------------ ##
13459 ## Report this to bug-autoconf@gnu.org. ##
13460 ## ------------------------------------ ##
13461 _ASBOX
13462 ) |
13463 sed "s/^/$as_me: WARNING: /" >&2
13464 ;;
13465 esac
13466 echo "$as_me:$LINENO: checking for $ac_header" >&5
13467 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13468 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13469 echo $ECHO_N "(cached) $ECHO_C" >&6
13470 else
13471 eval "$as_ac_Header=$ac_header_preproc"
13472 fi
13473 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13474 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13475
13476 fi
13477 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13478 cat >>confdefs.h <<_ACEOF
13479 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13480 _ACEOF
13481
13482 fi
13483
13484 done
13485
13486 fi
13487 fi
13488
13489
13490 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13491 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13492 if test "${ac_cv_c_const+set}" = set; then
13493 echo $ECHO_N "(cached) $ECHO_C" >&6
13494 else
13495 cat >conftest.$ac_ext <<_ACEOF
13496 #line $LINENO "configure"
13497 /* confdefs.h. */
13498 _ACEOF
13499 cat confdefs.h >>conftest.$ac_ext
13500 cat >>conftest.$ac_ext <<_ACEOF
13501 /* end confdefs.h. */
13502
13503 int
13504 main ()
13505 {
13506 /* FIXME: Include the comments suggested by Paul. */
13507 #ifndef __cplusplus
13508 /* Ultrix mips cc rejects this. */
13509 typedef int charset[2];
13510 const charset x;
13511 /* SunOS 4.1.1 cc rejects this. */
13512 char const *const *ccp;
13513 char **p;
13514 /* NEC SVR4.0.2 mips cc rejects this. */
13515 struct point {int x, y;};
13516 static struct point const zero = {0,0};
13517 /* AIX XL C 1.02.0.0 rejects this.
13518 It does not let you subtract one const X* pointer from another in
13519 an arm of an if-expression whose if-part is not a constant
13520 expression */
13521 const char *g = "string";
13522 ccp = &g + (g ? g-g : 0);
13523 /* HPUX 7.0 cc rejects these. */
13524 ++ccp;
13525 p = (char**) ccp;
13526 ccp = (char const *const *) p;
13527 { /* SCO 3.2v4 cc rejects this. */
13528 char *t;
13529 char const *s = 0 ? (char *) 0 : (char const *) 0;
13530
13531 *t++ = 0;
13532 }
13533 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13534 int x[] = {25, 17};
13535 const int *foo = &x[0];
13536 ++foo;
13537 }
13538 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13539 typedef const int *iptr;
13540 iptr p = 0;
13541 ++p;
13542 }
13543 { /* AIX XL C 1.02.0.0 rejects this saying
13544 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13545 struct s { int j; const int *ap[3]; };
13546 struct s *b; b->j = 5;
13547 }
13548 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13549 const int foo = 10;
13550 }
13551 #endif
13552
13553 ;
13554 return 0;
13555 }
13556 _ACEOF
13557 rm -f conftest.$ac_objext
13558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13559 (eval $ac_compile) 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 ac_cv_c_const=yes
13570 else
13571 echo "$as_me: failed program was:" >&5
13572 sed 's/^/| /' conftest.$ac_ext >&5
13573
13574 ac_cv_c_const=no
13575 fi
13576 rm -f conftest.$ac_objext conftest.$ac_ext
13577 fi
13578 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13579 echo "${ECHO_T}$ac_cv_c_const" >&6
13580 if test $ac_cv_c_const = no; then
13581
13582 cat >>confdefs.h <<\_ACEOF
13583 #define const
13584 _ACEOF
13585
13586 fi
13587
13588 echo "$as_me:$LINENO: checking for inline" >&5
13589 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13590 if test "${ac_cv_c_inline+set}" = set; then
13591 echo $ECHO_N "(cached) $ECHO_C" >&6
13592 else
13593 ac_cv_c_inline=no
13594 for ac_kw in inline __inline__ __inline; do
13595 cat >conftest.$ac_ext <<_ACEOF
13596 #line $LINENO "configure"
13597 /* confdefs.h. */
13598 _ACEOF
13599 cat confdefs.h >>conftest.$ac_ext
13600 cat >>conftest.$ac_ext <<_ACEOF
13601 /* end confdefs.h. */
13602 #ifndef __cplusplus
13603 typedef int foo_t;
13604 static $ac_kw foo_t static_foo () {return 0; }
13605 $ac_kw foo_t foo () {return 0; }
13606 #endif
13607
13608 _ACEOF
13609 rm -f conftest.$ac_objext
13610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13611 (eval $ac_compile) 2>&5
13612 ac_status=$?
13613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13614 (exit $ac_status); } &&
13615 { ac_try='test -s conftest.$ac_objext'
13616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13617 (eval $ac_try) 2>&5
13618 ac_status=$?
13619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13620 (exit $ac_status); }; }; then
13621 ac_cv_c_inline=$ac_kw; break
13622 else
13623 echo "$as_me: failed program was:" >&5
13624 sed 's/^/| /' conftest.$ac_ext >&5
13625
13626 fi
13627 rm -f conftest.$ac_objext conftest.$ac_ext
13628 done
13629
13630 fi
13631 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13632 echo "${ECHO_T}$ac_cv_c_inline" >&6
13633 case $ac_cv_c_inline in
13634 inline | yes) ;;
13635 no)
13636 cat >>confdefs.h <<\_ACEOF
13637 #define inline
13638 _ACEOF
13639 ;;
13640 *) cat >>confdefs.h <<_ACEOF
13641 #define inline $ac_cv_c_inline
13642 _ACEOF
13643 ;;
13644 esac
13645
13646
13647 echo "$as_me:$LINENO: checking for char" >&5
13648 echo $ECHO_N "checking for char... $ECHO_C" >&6
13649 if test "${ac_cv_type_char+set}" = set; then
13650 echo $ECHO_N "(cached) $ECHO_C" >&6
13651 else
13652 cat >conftest.$ac_ext <<_ACEOF
13653 #line $LINENO "configure"
13654 /* confdefs.h. */
13655 _ACEOF
13656 cat confdefs.h >>conftest.$ac_ext
13657 cat >>conftest.$ac_ext <<_ACEOF
13658 /* end confdefs.h. */
13659 $ac_includes_default
13660 int
13661 main ()
13662 {
13663 if ((char *) 0)
13664 return 0;
13665 if (sizeof (char))
13666 return 0;
13667 ;
13668 return 0;
13669 }
13670 _ACEOF
13671 rm -f conftest.$ac_objext
13672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13673 (eval $ac_compile) 2>&5
13674 ac_status=$?
13675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13676 (exit $ac_status); } &&
13677 { ac_try='test -s conftest.$ac_objext'
13678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13679 (eval $ac_try) 2>&5
13680 ac_status=$?
13681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13682 (exit $ac_status); }; }; then
13683 ac_cv_type_char=yes
13684 else
13685 echo "$as_me: failed program was:" >&5
13686 sed 's/^/| /' conftest.$ac_ext >&5
13687
13688 ac_cv_type_char=no
13689 fi
13690 rm -f conftest.$ac_objext conftest.$ac_ext
13691 fi
13692 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13693 echo "${ECHO_T}$ac_cv_type_char" >&6
13694
13695 echo "$as_me:$LINENO: checking size of char" >&5
13696 echo $ECHO_N "checking size of char... $ECHO_C" >&6
13697 if test "${ac_cv_sizeof_char+set}" = set; then
13698 echo $ECHO_N "(cached) $ECHO_C" >&6
13699 else
13700 if test "$ac_cv_type_char" = yes; then
13701 # The cast to unsigned long works around a bug in the HP C Compiler
13702 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13703 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13704 # This bug is HP SR number 8606223364.
13705 if test "$cross_compiling" = yes; then
13706 # Depending upon the size, compute the lo and hi bounds.
13707 cat >conftest.$ac_ext <<_ACEOF
13708 #line $LINENO "configure"
13709 /* confdefs.h. */
13710 _ACEOF
13711 cat confdefs.h >>conftest.$ac_ext
13712 cat >>conftest.$ac_ext <<_ACEOF
13713 /* end confdefs.h. */
13714 $ac_includes_default
13715 int
13716 main ()
13717 {
13718 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13719 test_array [0] = 0
13720
13721 ;
13722 return 0;
13723 }
13724 _ACEOF
13725 rm -f conftest.$ac_objext
13726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13727 (eval $ac_compile) 2>&5
13728 ac_status=$?
13729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13730 (exit $ac_status); } &&
13731 { ac_try='test -s conftest.$ac_objext'
13732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13733 (eval $ac_try) 2>&5
13734 ac_status=$?
13735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13736 (exit $ac_status); }; }; then
13737 ac_lo=0 ac_mid=0
13738 while :; do
13739 cat >conftest.$ac_ext <<_ACEOF
13740 #line $LINENO "configure"
13741 /* confdefs.h. */
13742 _ACEOF
13743 cat confdefs.h >>conftest.$ac_ext
13744 cat >>conftest.$ac_ext <<_ACEOF
13745 /* end confdefs.h. */
13746 $ac_includes_default
13747 int
13748 main ()
13749 {
13750 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13751 test_array [0] = 0
13752
13753 ;
13754 return 0;
13755 }
13756 _ACEOF
13757 rm -f conftest.$ac_objext
13758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13759 (eval $ac_compile) 2>&5
13760 ac_status=$?
13761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13762 (exit $ac_status); } &&
13763 { ac_try='test -s conftest.$ac_objext'
13764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13765 (eval $ac_try) 2>&5
13766 ac_status=$?
13767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13768 (exit $ac_status); }; }; then
13769 ac_hi=$ac_mid; break
13770 else
13771 echo "$as_me: failed program was:" >&5
13772 sed 's/^/| /' conftest.$ac_ext >&5
13773
13774 ac_lo=`expr $ac_mid + 1`
13775 if test $ac_lo -le $ac_mid; then
13776 ac_lo= ac_hi=
13777 break
13778 fi
13779 ac_mid=`expr 2 '*' $ac_mid + 1`
13780 fi
13781 rm -f conftest.$ac_objext conftest.$ac_ext
13782 done
13783 else
13784 echo "$as_me: failed program was:" >&5
13785 sed 's/^/| /' conftest.$ac_ext >&5
13786
13787 cat >conftest.$ac_ext <<_ACEOF
13788 #line $LINENO "configure"
13789 /* confdefs.h. */
13790 _ACEOF
13791 cat confdefs.h >>conftest.$ac_ext
13792 cat >>conftest.$ac_ext <<_ACEOF
13793 /* end confdefs.h. */
13794 $ac_includes_default
13795 int
13796 main ()
13797 {
13798 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13799 test_array [0] = 0
13800
13801 ;
13802 return 0;
13803 }
13804 _ACEOF
13805 rm -f conftest.$ac_objext
13806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13807 (eval $ac_compile) 2>&5
13808 ac_status=$?
13809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13810 (exit $ac_status); } &&
13811 { ac_try='test -s conftest.$ac_objext'
13812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13813 (eval $ac_try) 2>&5
13814 ac_status=$?
13815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13816 (exit $ac_status); }; }; then
13817 ac_hi=-1 ac_mid=-1
13818 while :; do
13819 cat >conftest.$ac_ext <<_ACEOF
13820 #line $LINENO "configure"
13821 /* confdefs.h. */
13822 _ACEOF
13823 cat confdefs.h >>conftest.$ac_ext
13824 cat >>conftest.$ac_ext <<_ACEOF
13825 /* end confdefs.h. */
13826 $ac_includes_default
13827 int
13828 main ()
13829 {
13830 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13831 test_array [0] = 0
13832
13833 ;
13834 return 0;
13835 }
13836 _ACEOF
13837 rm -f conftest.$ac_objext
13838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13839 (eval $ac_compile) 2>&5
13840 ac_status=$?
13841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13842 (exit $ac_status); } &&
13843 { ac_try='test -s conftest.$ac_objext'
13844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13845 (eval $ac_try) 2>&5
13846 ac_status=$?
13847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13848 (exit $ac_status); }; }; then
13849 ac_lo=$ac_mid; break
13850 else
13851 echo "$as_me: failed program was:" >&5
13852 sed 's/^/| /' conftest.$ac_ext >&5
13853
13854 ac_hi=`expr '(' $ac_mid ')' - 1`
13855 if test $ac_mid -le $ac_hi; then
13856 ac_lo= ac_hi=
13857 break
13858 fi
13859 ac_mid=`expr 2 '*' $ac_mid`
13860 fi
13861 rm -f conftest.$ac_objext conftest.$ac_ext
13862 done
13863 else
13864 echo "$as_me: failed program was:" >&5
13865 sed 's/^/| /' conftest.$ac_ext >&5
13866
13867 ac_lo= ac_hi=
13868 fi
13869 rm -f conftest.$ac_objext conftest.$ac_ext
13870 fi
13871 rm -f conftest.$ac_objext conftest.$ac_ext
13872 # Binary search between lo and hi bounds.
13873 while test "x$ac_lo" != "x$ac_hi"; do
13874 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13875 cat >conftest.$ac_ext <<_ACEOF
13876 #line $LINENO "configure"
13877 /* confdefs.h. */
13878 _ACEOF
13879 cat confdefs.h >>conftest.$ac_ext
13880 cat >>conftest.$ac_ext <<_ACEOF
13881 /* end confdefs.h. */
13882 $ac_includes_default
13883 int
13884 main ()
13885 {
13886 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13887 test_array [0] = 0
13888
13889 ;
13890 return 0;
13891 }
13892 _ACEOF
13893 rm -f conftest.$ac_objext
13894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13895 (eval $ac_compile) 2>&5
13896 ac_status=$?
13897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13898 (exit $ac_status); } &&
13899 { ac_try='test -s conftest.$ac_objext'
13900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13901 (eval $ac_try) 2>&5
13902 ac_status=$?
13903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13904 (exit $ac_status); }; }; then
13905 ac_hi=$ac_mid
13906 else
13907 echo "$as_me: failed program was:" >&5
13908 sed 's/^/| /' conftest.$ac_ext >&5
13909
13910 ac_lo=`expr '(' $ac_mid ')' + 1`
13911 fi
13912 rm -f conftest.$ac_objext conftest.$ac_ext
13913 done
13914 case $ac_lo in
13915 ?*) ac_cv_sizeof_char=$ac_lo;;
13916 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13917 See \`config.log' for more details." >&5
13918 echo "$as_me: error: cannot compute sizeof (char), 77
13919 See \`config.log' for more details." >&2;}
13920 { (exit 1); exit 1; }; } ;;
13921 esac
13922 else
13923 if test "$cross_compiling" = yes; then
13924 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13925 See \`config.log' for more details." >&5
13926 echo "$as_me: error: cannot run test program while cross compiling
13927 See \`config.log' for more details." >&2;}
13928 { (exit 1); exit 1; }; }
13929 else
13930 cat >conftest.$ac_ext <<_ACEOF
13931 #line $LINENO "configure"
13932 /* confdefs.h. */
13933 _ACEOF
13934 cat confdefs.h >>conftest.$ac_ext
13935 cat >>conftest.$ac_ext <<_ACEOF
13936 /* end confdefs.h. */
13937 $ac_includes_default
13938 long longval () { return (long) (sizeof (char)); }
13939 unsigned long ulongval () { return (long) (sizeof (char)); }
13940 #include <stdio.h>
13941 #include <stdlib.h>
13942 int
13943 main ()
13944 {
13945
13946 FILE *f = fopen ("conftest.val", "w");
13947 if (! f)
13948 exit (1);
13949 if (((long) (sizeof (char))) < 0)
13950 {
13951 long i = longval ();
13952 if (i != ((long) (sizeof (char))))
13953 exit (1);
13954 fprintf (f, "%ld\n", i);
13955 }
13956 else
13957 {
13958 unsigned long i = ulongval ();
13959 if (i != ((long) (sizeof (char))))
13960 exit (1);
13961 fprintf (f, "%lu\n", i);
13962 }
13963 exit (ferror (f) || fclose (f) != 0);
13964
13965 ;
13966 return 0;
13967 }
13968 _ACEOF
13969 rm -f conftest$ac_exeext
13970 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13971 (eval $ac_link) 2>&5
13972 ac_status=$?
13973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13974 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13976 (eval $ac_try) 2>&5
13977 ac_status=$?
13978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13979 (exit $ac_status); }; }; then
13980 ac_cv_sizeof_char=`cat conftest.val`
13981 else
13982 echo "$as_me: program exited with status $ac_status" >&5
13983 echo "$as_me: failed program was:" >&5
13984 sed 's/^/| /' conftest.$ac_ext >&5
13985
13986 ( exit $ac_status )
13987 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13988 See \`config.log' for more details." >&5
13989 echo "$as_me: error: cannot compute sizeof (char), 77
13990 See \`config.log' for more details." >&2;}
13991 { (exit 1); exit 1; }; }
13992 fi
13993 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13994 fi
13995 fi
13996 rm -f conftest.val
13997 else
13998 ac_cv_sizeof_char=0
13999 fi
14000 fi
14001 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14002 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14003 cat >>confdefs.h <<_ACEOF
14004 #define SIZEOF_CHAR $ac_cv_sizeof_char
14005 _ACEOF
14006
14007
14008 echo "$as_me:$LINENO: checking for short" >&5
14009 echo $ECHO_N "checking for short... $ECHO_C" >&6
14010 if test "${ac_cv_type_short+set}" = set; then
14011 echo $ECHO_N "(cached) $ECHO_C" >&6
14012 else
14013 cat >conftest.$ac_ext <<_ACEOF
14014 #line $LINENO "configure"
14015 /* confdefs.h. */
14016 _ACEOF
14017 cat confdefs.h >>conftest.$ac_ext
14018 cat >>conftest.$ac_ext <<_ACEOF
14019 /* end confdefs.h. */
14020 $ac_includes_default
14021 int
14022 main ()
14023 {
14024 if ((short *) 0)
14025 return 0;
14026 if (sizeof (short))
14027 return 0;
14028 ;
14029 return 0;
14030 }
14031 _ACEOF
14032 rm -f conftest.$ac_objext
14033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14034 (eval $ac_compile) 2>&5
14035 ac_status=$?
14036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14037 (exit $ac_status); } &&
14038 { ac_try='test -s conftest.$ac_objext'
14039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14040 (eval $ac_try) 2>&5
14041 ac_status=$?
14042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14043 (exit $ac_status); }; }; then
14044 ac_cv_type_short=yes
14045 else
14046 echo "$as_me: failed program was:" >&5
14047 sed 's/^/| /' conftest.$ac_ext >&5
14048
14049 ac_cv_type_short=no
14050 fi
14051 rm -f conftest.$ac_objext conftest.$ac_ext
14052 fi
14053 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14054 echo "${ECHO_T}$ac_cv_type_short" >&6
14055
14056 echo "$as_me:$LINENO: checking size of short" >&5
14057 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14058 if test "${ac_cv_sizeof_short+set}" = set; then
14059 echo $ECHO_N "(cached) $ECHO_C" >&6
14060 else
14061 if test "$ac_cv_type_short" = yes; then
14062 # The cast to unsigned long works around a bug in the HP C Compiler
14063 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14064 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14065 # This bug is HP SR number 8606223364.
14066 if test "$cross_compiling" = yes; then
14067 # Depending upon the size, compute the lo and hi bounds.
14068 cat >conftest.$ac_ext <<_ACEOF
14069 #line $LINENO "configure"
14070 /* confdefs.h. */
14071 _ACEOF
14072 cat confdefs.h >>conftest.$ac_ext
14073 cat >>conftest.$ac_ext <<_ACEOF
14074 /* end confdefs.h. */
14075 $ac_includes_default
14076 int
14077 main ()
14078 {
14079 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14080 test_array [0] = 0
14081
14082 ;
14083 return 0;
14084 }
14085 _ACEOF
14086 rm -f conftest.$ac_objext
14087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14088 (eval $ac_compile) 2>&5
14089 ac_status=$?
14090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14091 (exit $ac_status); } &&
14092 { ac_try='test -s conftest.$ac_objext'
14093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14094 (eval $ac_try) 2>&5
14095 ac_status=$?
14096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14097 (exit $ac_status); }; }; then
14098 ac_lo=0 ac_mid=0
14099 while :; do
14100 cat >conftest.$ac_ext <<_ACEOF
14101 #line $LINENO "configure"
14102 /* confdefs.h. */
14103 _ACEOF
14104 cat confdefs.h >>conftest.$ac_ext
14105 cat >>conftest.$ac_ext <<_ACEOF
14106 /* end confdefs.h. */
14107 $ac_includes_default
14108 int
14109 main ()
14110 {
14111 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14112 test_array [0] = 0
14113
14114 ;
14115 return 0;
14116 }
14117 _ACEOF
14118 rm -f conftest.$ac_objext
14119 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14120 (eval $ac_compile) 2>&5
14121 ac_status=$?
14122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14123 (exit $ac_status); } &&
14124 { ac_try='test -s conftest.$ac_objext'
14125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14126 (eval $ac_try) 2>&5
14127 ac_status=$?
14128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14129 (exit $ac_status); }; }; then
14130 ac_hi=$ac_mid; break
14131 else
14132 echo "$as_me: failed program was:" >&5
14133 sed 's/^/| /' conftest.$ac_ext >&5
14134
14135 ac_lo=`expr $ac_mid + 1`
14136 if test $ac_lo -le $ac_mid; then
14137 ac_lo= ac_hi=
14138 break
14139 fi
14140 ac_mid=`expr 2 '*' $ac_mid + 1`
14141 fi
14142 rm -f conftest.$ac_objext conftest.$ac_ext
14143 done
14144 else
14145 echo "$as_me: failed program was:" >&5
14146 sed 's/^/| /' conftest.$ac_ext >&5
14147
14148 cat >conftest.$ac_ext <<_ACEOF
14149 #line $LINENO "configure"
14150 /* confdefs.h. */
14151 _ACEOF
14152 cat confdefs.h >>conftest.$ac_ext
14153 cat >>conftest.$ac_ext <<_ACEOF
14154 /* end confdefs.h. */
14155 $ac_includes_default
14156 int
14157 main ()
14158 {
14159 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14160 test_array [0] = 0
14161
14162 ;
14163 return 0;
14164 }
14165 _ACEOF
14166 rm -f conftest.$ac_objext
14167 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14168 (eval $ac_compile) 2>&5
14169 ac_status=$?
14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14171 (exit $ac_status); } &&
14172 { ac_try='test -s conftest.$ac_objext'
14173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14174 (eval $ac_try) 2>&5
14175 ac_status=$?
14176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14177 (exit $ac_status); }; }; then
14178 ac_hi=-1 ac_mid=-1
14179 while :; do
14180 cat >conftest.$ac_ext <<_ACEOF
14181 #line $LINENO "configure"
14182 /* confdefs.h. */
14183 _ACEOF
14184 cat confdefs.h >>conftest.$ac_ext
14185 cat >>conftest.$ac_ext <<_ACEOF
14186 /* end confdefs.h. */
14187 $ac_includes_default
14188 int
14189 main ()
14190 {
14191 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14192 test_array [0] = 0
14193
14194 ;
14195 return 0;
14196 }
14197 _ACEOF
14198 rm -f conftest.$ac_objext
14199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14200 (eval $ac_compile) 2>&5
14201 ac_status=$?
14202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14203 (exit $ac_status); } &&
14204 { ac_try='test -s conftest.$ac_objext'
14205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14206 (eval $ac_try) 2>&5
14207 ac_status=$?
14208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209 (exit $ac_status); }; }; then
14210 ac_lo=$ac_mid; break
14211 else
14212 echo "$as_me: failed program was:" >&5
14213 sed 's/^/| /' conftest.$ac_ext >&5
14214
14215 ac_hi=`expr '(' $ac_mid ')' - 1`
14216 if test $ac_mid -le $ac_hi; then
14217 ac_lo= ac_hi=
14218 break
14219 fi
14220 ac_mid=`expr 2 '*' $ac_mid`
14221 fi
14222 rm -f conftest.$ac_objext conftest.$ac_ext
14223 done
14224 else
14225 echo "$as_me: failed program was:" >&5
14226 sed 's/^/| /' conftest.$ac_ext >&5
14227
14228 ac_lo= ac_hi=
14229 fi
14230 rm -f conftest.$ac_objext conftest.$ac_ext
14231 fi
14232 rm -f conftest.$ac_objext conftest.$ac_ext
14233 # Binary search between lo and hi bounds.
14234 while test "x$ac_lo" != "x$ac_hi"; do
14235 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14236 cat >conftest.$ac_ext <<_ACEOF
14237 #line $LINENO "configure"
14238 /* confdefs.h. */
14239 _ACEOF
14240 cat confdefs.h >>conftest.$ac_ext
14241 cat >>conftest.$ac_ext <<_ACEOF
14242 /* end confdefs.h. */
14243 $ac_includes_default
14244 int
14245 main ()
14246 {
14247 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14248 test_array [0] = 0
14249
14250 ;
14251 return 0;
14252 }
14253 _ACEOF
14254 rm -f conftest.$ac_objext
14255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14256 (eval $ac_compile) 2>&5
14257 ac_status=$?
14258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14259 (exit $ac_status); } &&
14260 { ac_try='test -s conftest.$ac_objext'
14261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14262 (eval $ac_try) 2>&5
14263 ac_status=$?
14264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14265 (exit $ac_status); }; }; then
14266 ac_hi=$ac_mid
14267 else
14268 echo "$as_me: failed program was:" >&5
14269 sed 's/^/| /' conftest.$ac_ext >&5
14270
14271 ac_lo=`expr '(' $ac_mid ')' + 1`
14272 fi
14273 rm -f conftest.$ac_objext conftest.$ac_ext
14274 done
14275 case $ac_lo in
14276 ?*) ac_cv_sizeof_short=$ac_lo;;
14277 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14278 See \`config.log' for more details." >&5
14279 echo "$as_me: error: cannot compute sizeof (short), 77
14280 See \`config.log' for more details." >&2;}
14281 { (exit 1); exit 1; }; } ;;
14282 esac
14283 else
14284 if test "$cross_compiling" = yes; then
14285 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14286 See \`config.log' for more details." >&5
14287 echo "$as_me: error: cannot run test program while cross compiling
14288 See \`config.log' for more details." >&2;}
14289 { (exit 1); exit 1; }; }
14290 else
14291 cat >conftest.$ac_ext <<_ACEOF
14292 #line $LINENO "configure"
14293 /* confdefs.h. */
14294 _ACEOF
14295 cat confdefs.h >>conftest.$ac_ext
14296 cat >>conftest.$ac_ext <<_ACEOF
14297 /* end confdefs.h. */
14298 $ac_includes_default
14299 long longval () { return (long) (sizeof (short)); }
14300 unsigned long ulongval () { return (long) (sizeof (short)); }
14301 #include <stdio.h>
14302 #include <stdlib.h>
14303 int
14304 main ()
14305 {
14306
14307 FILE *f = fopen ("conftest.val", "w");
14308 if (! f)
14309 exit (1);
14310 if (((long) (sizeof (short))) < 0)
14311 {
14312 long i = longval ();
14313 if (i != ((long) (sizeof (short))))
14314 exit (1);
14315 fprintf (f, "%ld\n", i);
14316 }
14317 else
14318 {
14319 unsigned long i = ulongval ();
14320 if (i != ((long) (sizeof (short))))
14321 exit (1);
14322 fprintf (f, "%lu\n", i);
14323 }
14324 exit (ferror (f) || fclose (f) != 0);
14325
14326 ;
14327 return 0;
14328 }
14329 _ACEOF
14330 rm -f conftest$ac_exeext
14331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14332 (eval $ac_link) 2>&5
14333 ac_status=$?
14334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14335 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14337 (eval $ac_try) 2>&5
14338 ac_status=$?
14339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14340 (exit $ac_status); }; }; then
14341 ac_cv_sizeof_short=`cat conftest.val`
14342 else
14343 echo "$as_me: program exited with status $ac_status" >&5
14344 echo "$as_me: failed program was:" >&5
14345 sed 's/^/| /' conftest.$ac_ext >&5
14346
14347 ( exit $ac_status )
14348 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14349 See \`config.log' for more details." >&5
14350 echo "$as_me: error: cannot compute sizeof (short), 77
14351 See \`config.log' for more details." >&2;}
14352 { (exit 1); exit 1; }; }
14353 fi
14354 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14355 fi
14356 fi
14357 rm -f conftest.val
14358 else
14359 ac_cv_sizeof_short=0
14360 fi
14361 fi
14362 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14363 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14364 cat >>confdefs.h <<_ACEOF
14365 #define SIZEOF_SHORT $ac_cv_sizeof_short
14366 _ACEOF
14367
14368
14369 echo "$as_me:$LINENO: checking for void *" >&5
14370 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14371 if test "${ac_cv_type_void_p+set}" = set; then
14372 echo $ECHO_N "(cached) $ECHO_C" >&6
14373 else
14374 cat >conftest.$ac_ext <<_ACEOF
14375 #line $LINENO "configure"
14376 /* confdefs.h. */
14377 _ACEOF
14378 cat confdefs.h >>conftest.$ac_ext
14379 cat >>conftest.$ac_ext <<_ACEOF
14380 /* end confdefs.h. */
14381 $ac_includes_default
14382 int
14383 main ()
14384 {
14385 if ((void * *) 0)
14386 return 0;
14387 if (sizeof (void *))
14388 return 0;
14389 ;
14390 return 0;
14391 }
14392 _ACEOF
14393 rm -f conftest.$ac_objext
14394 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14395 (eval $ac_compile) 2>&5
14396 ac_status=$?
14397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14398 (exit $ac_status); } &&
14399 { ac_try='test -s conftest.$ac_objext'
14400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14401 (eval $ac_try) 2>&5
14402 ac_status=$?
14403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14404 (exit $ac_status); }; }; then
14405 ac_cv_type_void_p=yes
14406 else
14407 echo "$as_me: failed program was:" >&5
14408 sed 's/^/| /' conftest.$ac_ext >&5
14409
14410 ac_cv_type_void_p=no
14411 fi
14412 rm -f conftest.$ac_objext conftest.$ac_ext
14413 fi
14414 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14415 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14416
14417 echo "$as_me:$LINENO: checking size of void *" >&5
14418 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14419 if test "${ac_cv_sizeof_void_p+set}" = set; then
14420 echo $ECHO_N "(cached) $ECHO_C" >&6
14421 else
14422 if test "$ac_cv_type_void_p" = yes; then
14423 # The cast to unsigned long works around a bug in the HP C Compiler
14424 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14425 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14426 # This bug is HP SR number 8606223364.
14427 if test "$cross_compiling" = yes; then
14428 # Depending upon the size, compute the lo and hi bounds.
14429 cat >conftest.$ac_ext <<_ACEOF
14430 #line $LINENO "configure"
14431 /* confdefs.h. */
14432 _ACEOF
14433 cat confdefs.h >>conftest.$ac_ext
14434 cat >>conftest.$ac_ext <<_ACEOF
14435 /* end confdefs.h. */
14436 $ac_includes_default
14437 int
14438 main ()
14439 {
14440 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14441 test_array [0] = 0
14442
14443 ;
14444 return 0;
14445 }
14446 _ACEOF
14447 rm -f conftest.$ac_objext
14448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14449 (eval $ac_compile) 2>&5
14450 ac_status=$?
14451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14452 (exit $ac_status); } &&
14453 { ac_try='test -s conftest.$ac_objext'
14454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14455 (eval $ac_try) 2>&5
14456 ac_status=$?
14457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14458 (exit $ac_status); }; }; then
14459 ac_lo=0 ac_mid=0
14460 while :; do
14461 cat >conftest.$ac_ext <<_ACEOF
14462 #line $LINENO "configure"
14463 /* confdefs.h. */
14464 _ACEOF
14465 cat confdefs.h >>conftest.$ac_ext
14466 cat >>conftest.$ac_ext <<_ACEOF
14467 /* end confdefs.h. */
14468 $ac_includes_default
14469 int
14470 main ()
14471 {
14472 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14473 test_array [0] = 0
14474
14475 ;
14476 return 0;
14477 }
14478 _ACEOF
14479 rm -f conftest.$ac_objext
14480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14481 (eval $ac_compile) 2>&5
14482 ac_status=$?
14483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14484 (exit $ac_status); } &&
14485 { ac_try='test -s conftest.$ac_objext'
14486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14487 (eval $ac_try) 2>&5
14488 ac_status=$?
14489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14490 (exit $ac_status); }; }; then
14491 ac_hi=$ac_mid; break
14492 else
14493 echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14495
14496 ac_lo=`expr $ac_mid + 1`
14497 if test $ac_lo -le $ac_mid; then
14498 ac_lo= ac_hi=
14499 break
14500 fi
14501 ac_mid=`expr 2 '*' $ac_mid + 1`
14502 fi
14503 rm -f conftest.$ac_objext conftest.$ac_ext
14504 done
14505 else
14506 echo "$as_me: failed program was:" >&5
14507 sed 's/^/| /' conftest.$ac_ext >&5
14508
14509 cat >conftest.$ac_ext <<_ACEOF
14510 #line $LINENO "configure"
14511 /* confdefs.h. */
14512 _ACEOF
14513 cat confdefs.h >>conftest.$ac_ext
14514 cat >>conftest.$ac_ext <<_ACEOF
14515 /* end confdefs.h. */
14516 $ac_includes_default
14517 int
14518 main ()
14519 {
14520 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14521 test_array [0] = 0
14522
14523 ;
14524 return 0;
14525 }
14526 _ACEOF
14527 rm -f conftest.$ac_objext
14528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14529 (eval $ac_compile) 2>&5
14530 ac_status=$?
14531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14532 (exit $ac_status); } &&
14533 { ac_try='test -s conftest.$ac_objext'
14534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14535 (eval $ac_try) 2>&5
14536 ac_status=$?
14537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14538 (exit $ac_status); }; }; then
14539 ac_hi=-1 ac_mid=-1
14540 while :; do
14541 cat >conftest.$ac_ext <<_ACEOF
14542 #line $LINENO "configure"
14543 /* confdefs.h. */
14544 _ACEOF
14545 cat confdefs.h >>conftest.$ac_ext
14546 cat >>conftest.$ac_ext <<_ACEOF
14547 /* end confdefs.h. */
14548 $ac_includes_default
14549 int
14550 main ()
14551 {
14552 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14553 test_array [0] = 0
14554
14555 ;
14556 return 0;
14557 }
14558 _ACEOF
14559 rm -f conftest.$ac_objext
14560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14561 (eval $ac_compile) 2>&5
14562 ac_status=$?
14563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14564 (exit $ac_status); } &&
14565 { ac_try='test -s conftest.$ac_objext'
14566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14567 (eval $ac_try) 2>&5
14568 ac_status=$?
14569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14570 (exit $ac_status); }; }; then
14571 ac_lo=$ac_mid; break
14572 else
14573 echo "$as_me: failed program was:" >&5
14574 sed 's/^/| /' conftest.$ac_ext >&5
14575
14576 ac_hi=`expr '(' $ac_mid ')' - 1`
14577 if test $ac_mid -le $ac_hi; then
14578 ac_lo= ac_hi=
14579 break
14580 fi
14581 ac_mid=`expr 2 '*' $ac_mid`
14582 fi
14583 rm -f conftest.$ac_objext conftest.$ac_ext
14584 done
14585 else
14586 echo "$as_me: failed program was:" >&5
14587 sed 's/^/| /' conftest.$ac_ext >&5
14588
14589 ac_lo= ac_hi=
14590 fi
14591 rm -f conftest.$ac_objext conftest.$ac_ext
14592 fi
14593 rm -f conftest.$ac_objext conftest.$ac_ext
14594 # Binary search between lo and hi bounds.
14595 while test "x$ac_lo" != "x$ac_hi"; do
14596 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14597 cat >conftest.$ac_ext <<_ACEOF
14598 #line $LINENO "configure"
14599 /* confdefs.h. */
14600 _ACEOF
14601 cat confdefs.h >>conftest.$ac_ext
14602 cat >>conftest.$ac_ext <<_ACEOF
14603 /* end confdefs.h. */
14604 $ac_includes_default
14605 int
14606 main ()
14607 {
14608 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14609 test_array [0] = 0
14610
14611 ;
14612 return 0;
14613 }
14614 _ACEOF
14615 rm -f conftest.$ac_objext
14616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14617 (eval $ac_compile) 2>&5
14618 ac_status=$?
14619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); } &&
14621 { ac_try='test -s conftest.$ac_objext'
14622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14623 (eval $ac_try) 2>&5
14624 ac_status=$?
14625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14626 (exit $ac_status); }; }; then
14627 ac_hi=$ac_mid
14628 else
14629 echo "$as_me: failed program was:" >&5
14630 sed 's/^/| /' conftest.$ac_ext >&5
14631
14632 ac_lo=`expr '(' $ac_mid ')' + 1`
14633 fi
14634 rm -f conftest.$ac_objext conftest.$ac_ext
14635 done
14636 case $ac_lo in
14637 ?*) ac_cv_sizeof_void_p=$ac_lo;;
14638 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14639 See \`config.log' for more details." >&5
14640 echo "$as_me: error: cannot compute sizeof (void *), 77
14641 See \`config.log' for more details." >&2;}
14642 { (exit 1); exit 1; }; } ;;
14643 esac
14644 else
14645 if test "$cross_compiling" = yes; then
14646 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14647 See \`config.log' for more details." >&5
14648 echo "$as_me: error: cannot run test program while cross compiling
14649 See \`config.log' for more details." >&2;}
14650 { (exit 1); exit 1; }; }
14651 else
14652 cat >conftest.$ac_ext <<_ACEOF
14653 #line $LINENO "configure"
14654 /* confdefs.h. */
14655 _ACEOF
14656 cat confdefs.h >>conftest.$ac_ext
14657 cat >>conftest.$ac_ext <<_ACEOF
14658 /* end confdefs.h. */
14659 $ac_includes_default
14660 long longval () { return (long) (sizeof (void *)); }
14661 unsigned long ulongval () { return (long) (sizeof (void *)); }
14662 #include <stdio.h>
14663 #include <stdlib.h>
14664 int
14665 main ()
14666 {
14667
14668 FILE *f = fopen ("conftest.val", "w");
14669 if (! f)
14670 exit (1);
14671 if (((long) (sizeof (void *))) < 0)
14672 {
14673 long i = longval ();
14674 if (i != ((long) (sizeof (void *))))
14675 exit (1);
14676 fprintf (f, "%ld\n", i);
14677 }
14678 else
14679 {
14680 unsigned long i = ulongval ();
14681 if (i != ((long) (sizeof (void *))))
14682 exit (1);
14683 fprintf (f, "%lu\n", i);
14684 }
14685 exit (ferror (f) || fclose (f) != 0);
14686
14687 ;
14688 return 0;
14689 }
14690 _ACEOF
14691 rm -f conftest$ac_exeext
14692 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14693 (eval $ac_link) 2>&5
14694 ac_status=$?
14695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14696 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14698 (eval $ac_try) 2>&5
14699 ac_status=$?
14700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14701 (exit $ac_status); }; }; then
14702 ac_cv_sizeof_void_p=`cat conftest.val`
14703 else
14704 echo "$as_me: program exited with status $ac_status" >&5
14705 echo "$as_me: failed program was:" >&5
14706 sed 's/^/| /' conftest.$ac_ext >&5
14707
14708 ( exit $ac_status )
14709 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14710 See \`config.log' for more details." >&5
14711 echo "$as_me: error: cannot compute sizeof (void *), 77
14712 See \`config.log' for more details." >&2;}
14713 { (exit 1); exit 1; }; }
14714 fi
14715 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14716 fi
14717 fi
14718 rm -f conftest.val
14719 else
14720 ac_cv_sizeof_void_p=0
14721 fi
14722 fi
14723 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14724 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14725 cat >>confdefs.h <<_ACEOF
14726 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14727 _ACEOF
14728
14729
14730 echo "$as_me:$LINENO: checking for int" >&5
14731 echo $ECHO_N "checking for int... $ECHO_C" >&6
14732 if test "${ac_cv_type_int+set}" = set; then
14733 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 else
14735 cat >conftest.$ac_ext <<_ACEOF
14736 #line $LINENO "configure"
14737 /* confdefs.h. */
14738 _ACEOF
14739 cat confdefs.h >>conftest.$ac_ext
14740 cat >>conftest.$ac_ext <<_ACEOF
14741 /* end confdefs.h. */
14742 $ac_includes_default
14743 int
14744 main ()
14745 {
14746 if ((int *) 0)
14747 return 0;
14748 if (sizeof (int))
14749 return 0;
14750 ;
14751 return 0;
14752 }
14753 _ACEOF
14754 rm -f conftest.$ac_objext
14755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14756 (eval $ac_compile) 2>&5
14757 ac_status=$?
14758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14759 (exit $ac_status); } &&
14760 { ac_try='test -s conftest.$ac_objext'
14761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14762 (eval $ac_try) 2>&5
14763 ac_status=$?
14764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14765 (exit $ac_status); }; }; then
14766 ac_cv_type_int=yes
14767 else
14768 echo "$as_me: failed program was:" >&5
14769 sed 's/^/| /' conftest.$ac_ext >&5
14770
14771 ac_cv_type_int=no
14772 fi
14773 rm -f conftest.$ac_objext conftest.$ac_ext
14774 fi
14775 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14776 echo "${ECHO_T}$ac_cv_type_int" >&6
14777
14778 echo "$as_me:$LINENO: checking size of int" >&5
14779 echo $ECHO_N "checking size of int... $ECHO_C" >&6
14780 if test "${ac_cv_sizeof_int+set}" = set; then
14781 echo $ECHO_N "(cached) $ECHO_C" >&6
14782 else
14783 if test "$ac_cv_type_int" = yes; then
14784 # The cast to unsigned long works around a bug in the HP C Compiler
14785 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14786 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14787 # This bug is HP SR number 8606223364.
14788 if test "$cross_compiling" = yes; then
14789 # Depending upon the size, compute the lo and hi bounds.
14790 cat >conftest.$ac_ext <<_ACEOF
14791 #line $LINENO "configure"
14792 /* confdefs.h. */
14793 _ACEOF
14794 cat confdefs.h >>conftest.$ac_ext
14795 cat >>conftest.$ac_ext <<_ACEOF
14796 /* end confdefs.h. */
14797 $ac_includes_default
14798 int
14799 main ()
14800 {
14801 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14802 test_array [0] = 0
14803
14804 ;
14805 return 0;
14806 }
14807 _ACEOF
14808 rm -f conftest.$ac_objext
14809 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14810 (eval $ac_compile) 2>&5
14811 ac_status=$?
14812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14813 (exit $ac_status); } &&
14814 { ac_try='test -s conftest.$ac_objext'
14815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14816 (eval $ac_try) 2>&5
14817 ac_status=$?
14818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14819 (exit $ac_status); }; }; then
14820 ac_lo=0 ac_mid=0
14821 while :; do
14822 cat >conftest.$ac_ext <<_ACEOF
14823 #line $LINENO "configure"
14824 /* confdefs.h. */
14825 _ACEOF
14826 cat confdefs.h >>conftest.$ac_ext
14827 cat >>conftest.$ac_ext <<_ACEOF
14828 /* end confdefs.h. */
14829 $ac_includes_default
14830 int
14831 main ()
14832 {
14833 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14834 test_array [0] = 0
14835
14836 ;
14837 return 0;
14838 }
14839 _ACEOF
14840 rm -f conftest.$ac_objext
14841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14842 (eval $ac_compile) 2>&5
14843 ac_status=$?
14844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14845 (exit $ac_status); } &&
14846 { ac_try='test -s conftest.$ac_objext'
14847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14848 (eval $ac_try) 2>&5
14849 ac_status=$?
14850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14851 (exit $ac_status); }; }; then
14852 ac_hi=$ac_mid; break
14853 else
14854 echo "$as_me: failed program was:" >&5
14855 sed 's/^/| /' conftest.$ac_ext >&5
14856
14857 ac_lo=`expr $ac_mid + 1`
14858 if test $ac_lo -le $ac_mid; then
14859 ac_lo= ac_hi=
14860 break
14861 fi
14862 ac_mid=`expr 2 '*' $ac_mid + 1`
14863 fi
14864 rm -f conftest.$ac_objext conftest.$ac_ext
14865 done
14866 else
14867 echo "$as_me: failed program was:" >&5
14868 sed 's/^/| /' conftest.$ac_ext >&5
14869
14870 cat >conftest.$ac_ext <<_ACEOF
14871 #line $LINENO "configure"
14872 /* confdefs.h. */
14873 _ACEOF
14874 cat confdefs.h >>conftest.$ac_ext
14875 cat >>conftest.$ac_ext <<_ACEOF
14876 /* end confdefs.h. */
14877 $ac_includes_default
14878 int
14879 main ()
14880 {
14881 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14882 test_array [0] = 0
14883
14884 ;
14885 return 0;
14886 }
14887 _ACEOF
14888 rm -f conftest.$ac_objext
14889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14890 (eval $ac_compile) 2>&5
14891 ac_status=$?
14892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14893 (exit $ac_status); } &&
14894 { ac_try='test -s conftest.$ac_objext'
14895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14896 (eval $ac_try) 2>&5
14897 ac_status=$?
14898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14899 (exit $ac_status); }; }; then
14900 ac_hi=-1 ac_mid=-1
14901 while :; do
14902 cat >conftest.$ac_ext <<_ACEOF
14903 #line $LINENO "configure"
14904 /* confdefs.h. */
14905 _ACEOF
14906 cat confdefs.h >>conftest.$ac_ext
14907 cat >>conftest.$ac_ext <<_ACEOF
14908 /* end confdefs.h. */
14909 $ac_includes_default
14910 int
14911 main ()
14912 {
14913 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
14914 test_array [0] = 0
14915
14916 ;
14917 return 0;
14918 }
14919 _ACEOF
14920 rm -f conftest.$ac_objext
14921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14922 (eval $ac_compile) 2>&5
14923 ac_status=$?
14924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14925 (exit $ac_status); } &&
14926 { ac_try='test -s conftest.$ac_objext'
14927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14928 (eval $ac_try) 2>&5
14929 ac_status=$?
14930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14931 (exit $ac_status); }; }; then
14932 ac_lo=$ac_mid; break
14933 else
14934 echo "$as_me: failed program was:" >&5
14935 sed 's/^/| /' conftest.$ac_ext >&5
14936
14937 ac_hi=`expr '(' $ac_mid ')' - 1`
14938 if test $ac_mid -le $ac_hi; then
14939 ac_lo= ac_hi=
14940 break
14941 fi
14942 ac_mid=`expr 2 '*' $ac_mid`
14943 fi
14944 rm -f conftest.$ac_objext conftest.$ac_ext
14945 done
14946 else
14947 echo "$as_me: failed program was:" >&5
14948 sed 's/^/| /' conftest.$ac_ext >&5
14949
14950 ac_lo= ac_hi=
14951 fi
14952 rm -f conftest.$ac_objext conftest.$ac_ext
14953 fi
14954 rm -f conftest.$ac_objext conftest.$ac_ext
14955 # Binary search between lo and hi bounds.
14956 while test "x$ac_lo" != "x$ac_hi"; do
14957 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14958 cat >conftest.$ac_ext <<_ACEOF
14959 #line $LINENO "configure"
14960 /* confdefs.h. */
14961 _ACEOF
14962 cat confdefs.h >>conftest.$ac_ext
14963 cat >>conftest.$ac_ext <<_ACEOF
14964 /* end confdefs.h. */
14965 $ac_includes_default
14966 int
14967 main ()
14968 {
14969 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14970 test_array [0] = 0
14971
14972 ;
14973 return 0;
14974 }
14975 _ACEOF
14976 rm -f conftest.$ac_objext
14977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14978 (eval $ac_compile) 2>&5
14979 ac_status=$?
14980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14981 (exit $ac_status); } &&
14982 { ac_try='test -s conftest.$ac_objext'
14983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14984 (eval $ac_try) 2>&5
14985 ac_status=$?
14986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14987 (exit $ac_status); }; }; then
14988 ac_hi=$ac_mid
14989 else
14990 echo "$as_me: failed program was:" >&5
14991 sed 's/^/| /' conftest.$ac_ext >&5
14992
14993 ac_lo=`expr '(' $ac_mid ')' + 1`
14994 fi
14995 rm -f conftest.$ac_objext conftest.$ac_ext
14996 done
14997 case $ac_lo in
14998 ?*) ac_cv_sizeof_int=$ac_lo;;
14999 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15000 See \`config.log' for more details." >&5
15001 echo "$as_me: error: cannot compute sizeof (int), 77
15002 See \`config.log' for more details." >&2;}
15003 { (exit 1); exit 1; }; } ;;
15004 esac
15005 else
15006 if test "$cross_compiling" = yes; then
15007 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15008 See \`config.log' for more details." >&5
15009 echo "$as_me: error: cannot run test program while cross compiling
15010 See \`config.log' for more details." >&2;}
15011 { (exit 1); exit 1; }; }
15012 else
15013 cat >conftest.$ac_ext <<_ACEOF
15014 #line $LINENO "configure"
15015 /* confdefs.h. */
15016 _ACEOF
15017 cat confdefs.h >>conftest.$ac_ext
15018 cat >>conftest.$ac_ext <<_ACEOF
15019 /* end confdefs.h. */
15020 $ac_includes_default
15021 long longval () { return (long) (sizeof (int)); }
15022 unsigned long ulongval () { return (long) (sizeof (int)); }
15023 #include <stdio.h>
15024 #include <stdlib.h>
15025 int
15026 main ()
15027 {
15028
15029 FILE *f = fopen ("conftest.val", "w");
15030 if (! f)
15031 exit (1);
15032 if (((long) (sizeof (int))) < 0)
15033 {
15034 long i = longval ();
15035 if (i != ((long) (sizeof (int))))
15036 exit (1);
15037 fprintf (f, "%ld\n", i);
15038 }
15039 else
15040 {
15041 unsigned long i = ulongval ();
15042 if (i != ((long) (sizeof (int))))
15043 exit (1);
15044 fprintf (f, "%lu\n", i);
15045 }
15046 exit (ferror (f) || fclose (f) != 0);
15047
15048 ;
15049 return 0;
15050 }
15051 _ACEOF
15052 rm -f conftest$ac_exeext
15053 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15054 (eval $ac_link) 2>&5
15055 ac_status=$?
15056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15057 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15059 (eval $ac_try) 2>&5
15060 ac_status=$?
15061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15062 (exit $ac_status); }; }; then
15063 ac_cv_sizeof_int=`cat conftest.val`
15064 else
15065 echo "$as_me: program exited with status $ac_status" >&5
15066 echo "$as_me: failed program was:" >&5
15067 sed 's/^/| /' conftest.$ac_ext >&5
15068
15069 ( exit $ac_status )
15070 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15071 See \`config.log' for more details." >&5
15072 echo "$as_me: error: cannot compute sizeof (int), 77
15073 See \`config.log' for more details." >&2;}
15074 { (exit 1); exit 1; }; }
15075 fi
15076 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15077 fi
15078 fi
15079 rm -f conftest.val
15080 else
15081 ac_cv_sizeof_int=0
15082 fi
15083 fi
15084 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15085 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15086 cat >>confdefs.h <<_ACEOF
15087 #define SIZEOF_INT $ac_cv_sizeof_int
15088 _ACEOF
15089
15090
15091 echo "$as_me:$LINENO: checking for long" >&5
15092 echo $ECHO_N "checking for long... $ECHO_C" >&6
15093 if test "${ac_cv_type_long+set}" = set; then
15094 echo $ECHO_N "(cached) $ECHO_C" >&6
15095 else
15096 cat >conftest.$ac_ext <<_ACEOF
15097 #line $LINENO "configure"
15098 /* confdefs.h. */
15099 _ACEOF
15100 cat confdefs.h >>conftest.$ac_ext
15101 cat >>conftest.$ac_ext <<_ACEOF
15102 /* end confdefs.h. */
15103 $ac_includes_default
15104 int
15105 main ()
15106 {
15107 if ((long *) 0)
15108 return 0;
15109 if (sizeof (long))
15110 return 0;
15111 ;
15112 return 0;
15113 }
15114 _ACEOF
15115 rm -f conftest.$ac_objext
15116 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15117 (eval $ac_compile) 2>&5
15118 ac_status=$?
15119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15120 (exit $ac_status); } &&
15121 { ac_try='test -s conftest.$ac_objext'
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_type_long=yes
15128 else
15129 echo "$as_me: failed program was:" >&5
15130 sed 's/^/| /' conftest.$ac_ext >&5
15131
15132 ac_cv_type_long=no
15133 fi
15134 rm -f conftest.$ac_objext conftest.$ac_ext
15135 fi
15136 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15137 echo "${ECHO_T}$ac_cv_type_long" >&6
15138
15139 echo "$as_me:$LINENO: checking size of long" >&5
15140 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15141 if test "${ac_cv_sizeof_long+set}" = set; then
15142 echo $ECHO_N "(cached) $ECHO_C" >&6
15143 else
15144 if test "$ac_cv_type_long" = yes; then
15145 # The cast to unsigned long works around a bug in the HP C Compiler
15146 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15147 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15148 # This bug is HP SR number 8606223364.
15149 if test "$cross_compiling" = yes; then
15150 # Depending upon the size, compute the lo and hi bounds.
15151 cat >conftest.$ac_ext <<_ACEOF
15152 #line $LINENO "configure"
15153 /* confdefs.h. */
15154 _ACEOF
15155 cat confdefs.h >>conftest.$ac_ext
15156 cat >>conftest.$ac_ext <<_ACEOF
15157 /* end confdefs.h. */
15158 $ac_includes_default
15159 int
15160 main ()
15161 {
15162 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15163 test_array [0] = 0
15164
15165 ;
15166 return 0;
15167 }
15168 _ACEOF
15169 rm -f conftest.$ac_objext
15170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15171 (eval $ac_compile) 2>&5
15172 ac_status=$?
15173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15174 (exit $ac_status); } &&
15175 { ac_try='test -s conftest.$ac_objext'
15176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15177 (eval $ac_try) 2>&5
15178 ac_status=$?
15179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15180 (exit $ac_status); }; }; then
15181 ac_lo=0 ac_mid=0
15182 while :; do
15183 cat >conftest.$ac_ext <<_ACEOF
15184 #line $LINENO "configure"
15185 /* confdefs.h. */
15186 _ACEOF
15187 cat confdefs.h >>conftest.$ac_ext
15188 cat >>conftest.$ac_ext <<_ACEOF
15189 /* end confdefs.h. */
15190 $ac_includes_default
15191 int
15192 main ()
15193 {
15194 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15195 test_array [0] = 0
15196
15197 ;
15198 return 0;
15199 }
15200 _ACEOF
15201 rm -f conftest.$ac_objext
15202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15203 (eval $ac_compile) 2>&5
15204 ac_status=$?
15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206 (exit $ac_status); } &&
15207 { ac_try='test -s conftest.$ac_objext'
15208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15209 (eval $ac_try) 2>&5
15210 ac_status=$?
15211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15212 (exit $ac_status); }; }; then
15213 ac_hi=$ac_mid; break
15214 else
15215 echo "$as_me: failed program was:" >&5
15216 sed 's/^/| /' conftest.$ac_ext >&5
15217
15218 ac_lo=`expr $ac_mid + 1`
15219 if test $ac_lo -le $ac_mid; then
15220 ac_lo= ac_hi=
15221 break
15222 fi
15223 ac_mid=`expr 2 '*' $ac_mid + 1`
15224 fi
15225 rm -f conftest.$ac_objext conftest.$ac_ext
15226 done
15227 else
15228 echo "$as_me: failed program was:" >&5
15229 sed 's/^/| /' conftest.$ac_ext >&5
15230
15231 cat >conftest.$ac_ext <<_ACEOF
15232 #line $LINENO "configure"
15233 /* confdefs.h. */
15234 _ACEOF
15235 cat confdefs.h >>conftest.$ac_ext
15236 cat >>conftest.$ac_ext <<_ACEOF
15237 /* end confdefs.h. */
15238 $ac_includes_default
15239 int
15240 main ()
15241 {
15242 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15243 test_array [0] = 0
15244
15245 ;
15246 return 0;
15247 }
15248 _ACEOF
15249 rm -f conftest.$ac_objext
15250 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15251 (eval $ac_compile) 2>&5
15252 ac_status=$?
15253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15254 (exit $ac_status); } &&
15255 { ac_try='test -s conftest.$ac_objext'
15256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15257 (eval $ac_try) 2>&5
15258 ac_status=$?
15259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15260 (exit $ac_status); }; }; then
15261 ac_hi=-1 ac_mid=-1
15262 while :; do
15263 cat >conftest.$ac_ext <<_ACEOF
15264 #line $LINENO "configure"
15265 /* confdefs.h. */
15266 _ACEOF
15267 cat confdefs.h >>conftest.$ac_ext
15268 cat >>conftest.$ac_ext <<_ACEOF
15269 /* end confdefs.h. */
15270 $ac_includes_default
15271 int
15272 main ()
15273 {
15274 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15275 test_array [0] = 0
15276
15277 ;
15278 return 0;
15279 }
15280 _ACEOF
15281 rm -f conftest.$ac_objext
15282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15283 (eval $ac_compile) 2>&5
15284 ac_status=$?
15285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15286 (exit $ac_status); } &&
15287 { ac_try='test -s conftest.$ac_objext'
15288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15289 (eval $ac_try) 2>&5
15290 ac_status=$?
15291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15292 (exit $ac_status); }; }; then
15293 ac_lo=$ac_mid; break
15294 else
15295 echo "$as_me: failed program was:" >&5
15296 sed 's/^/| /' conftest.$ac_ext >&5
15297
15298 ac_hi=`expr '(' $ac_mid ')' - 1`
15299 if test $ac_mid -le $ac_hi; then
15300 ac_lo= ac_hi=
15301 break
15302 fi
15303 ac_mid=`expr 2 '*' $ac_mid`
15304 fi
15305 rm -f conftest.$ac_objext conftest.$ac_ext
15306 done
15307 else
15308 echo "$as_me: failed program was:" >&5
15309 sed 's/^/| /' conftest.$ac_ext >&5
15310
15311 ac_lo= ac_hi=
15312 fi
15313 rm -f conftest.$ac_objext conftest.$ac_ext
15314 fi
15315 rm -f conftest.$ac_objext conftest.$ac_ext
15316 # Binary search between lo and hi bounds.
15317 while test "x$ac_lo" != "x$ac_hi"; do
15318 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15319 cat >conftest.$ac_ext <<_ACEOF
15320 #line $LINENO "configure"
15321 /* confdefs.h. */
15322 _ACEOF
15323 cat confdefs.h >>conftest.$ac_ext
15324 cat >>conftest.$ac_ext <<_ACEOF
15325 /* end confdefs.h. */
15326 $ac_includes_default
15327 int
15328 main ()
15329 {
15330 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15331 test_array [0] = 0
15332
15333 ;
15334 return 0;
15335 }
15336 _ACEOF
15337 rm -f conftest.$ac_objext
15338 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15339 (eval $ac_compile) 2>&5
15340 ac_status=$?
15341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15342 (exit $ac_status); } &&
15343 { ac_try='test -s conftest.$ac_objext'
15344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15345 (eval $ac_try) 2>&5
15346 ac_status=$?
15347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15348 (exit $ac_status); }; }; then
15349 ac_hi=$ac_mid
15350 else
15351 echo "$as_me: failed program was:" >&5
15352 sed 's/^/| /' conftest.$ac_ext >&5
15353
15354 ac_lo=`expr '(' $ac_mid ')' + 1`
15355 fi
15356 rm -f conftest.$ac_objext conftest.$ac_ext
15357 done
15358 case $ac_lo in
15359 ?*) ac_cv_sizeof_long=$ac_lo;;
15360 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15361 See \`config.log' for more details." >&5
15362 echo "$as_me: error: cannot compute sizeof (long), 77
15363 See \`config.log' for more details." >&2;}
15364 { (exit 1); exit 1; }; } ;;
15365 esac
15366 else
15367 if test "$cross_compiling" = yes; then
15368 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15369 See \`config.log' for more details." >&5
15370 echo "$as_me: error: cannot run test program while cross compiling
15371 See \`config.log' for more details." >&2;}
15372 { (exit 1); exit 1; }; }
15373 else
15374 cat >conftest.$ac_ext <<_ACEOF
15375 #line $LINENO "configure"
15376 /* confdefs.h. */
15377 _ACEOF
15378 cat confdefs.h >>conftest.$ac_ext
15379 cat >>conftest.$ac_ext <<_ACEOF
15380 /* end confdefs.h. */
15381 $ac_includes_default
15382 long longval () { return (long) (sizeof (long)); }
15383 unsigned long ulongval () { return (long) (sizeof (long)); }
15384 #include <stdio.h>
15385 #include <stdlib.h>
15386 int
15387 main ()
15388 {
15389
15390 FILE *f = fopen ("conftest.val", "w");
15391 if (! f)
15392 exit (1);
15393 if (((long) (sizeof (long))) < 0)
15394 {
15395 long i = longval ();
15396 if (i != ((long) (sizeof (long))))
15397 exit (1);
15398 fprintf (f, "%ld\n", i);
15399 }
15400 else
15401 {
15402 unsigned long i = ulongval ();
15403 if (i != ((long) (sizeof (long))))
15404 exit (1);
15405 fprintf (f, "%lu\n", i);
15406 }
15407 exit (ferror (f) || fclose (f) != 0);
15408
15409 ;
15410 return 0;
15411 }
15412 _ACEOF
15413 rm -f conftest$ac_exeext
15414 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15415 (eval $ac_link) 2>&5
15416 ac_status=$?
15417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15418 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15420 (eval $ac_try) 2>&5
15421 ac_status=$?
15422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15423 (exit $ac_status); }; }; then
15424 ac_cv_sizeof_long=`cat conftest.val`
15425 else
15426 echo "$as_me: program exited with status $ac_status" >&5
15427 echo "$as_me: failed program was:" >&5
15428 sed 's/^/| /' conftest.$ac_ext >&5
15429
15430 ( exit $ac_status )
15431 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15432 See \`config.log' for more details." >&5
15433 echo "$as_me: error: cannot compute sizeof (long), 77
15434 See \`config.log' for more details." >&2;}
15435 { (exit 1); exit 1; }; }
15436 fi
15437 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15438 fi
15439 fi
15440 rm -f conftest.val
15441 else
15442 ac_cv_sizeof_long=0
15443 fi
15444 fi
15445 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15446 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15447 cat >>confdefs.h <<_ACEOF
15448 #define SIZEOF_LONG $ac_cv_sizeof_long
15449 _ACEOF
15450
15451
15452
15453 case "${host}" in
15454 arm-*-linux* )
15455 echo "$as_me:$LINENO: checking for long long" >&5
15456 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15457 if test "${ac_cv_type_long_long+set}" = set; then
15458 echo $ECHO_N "(cached) $ECHO_C" >&6
15459 else
15460 cat >conftest.$ac_ext <<_ACEOF
15461 #line $LINENO "configure"
15462 /* confdefs.h. */
15463 _ACEOF
15464 cat confdefs.h >>conftest.$ac_ext
15465 cat >>conftest.$ac_ext <<_ACEOF
15466 /* end confdefs.h. */
15467 $ac_includes_default
15468 int
15469 main ()
15470 {
15471 if ((long long *) 0)
15472 return 0;
15473 if (sizeof (long long))
15474 return 0;
15475 ;
15476 return 0;
15477 }
15478 _ACEOF
15479 rm -f conftest.$ac_objext
15480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15481 (eval $ac_compile) 2>&5
15482 ac_status=$?
15483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15484 (exit $ac_status); } &&
15485 { ac_try='test -s conftest.$ac_objext'
15486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15487 (eval $ac_try) 2>&5
15488 ac_status=$?
15489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); }; }; then
15491 ac_cv_type_long_long=yes
15492 else
15493 echo "$as_me: failed program was:" >&5
15494 sed 's/^/| /' conftest.$ac_ext >&5
15495
15496 ac_cv_type_long_long=no
15497 fi
15498 rm -f conftest.$ac_objext conftest.$ac_ext
15499 fi
15500 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15501 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15502
15503 echo "$as_me:$LINENO: checking size of long long" >&5
15504 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15505 if test "${ac_cv_sizeof_long_long+set}" = set; then
15506 echo $ECHO_N "(cached) $ECHO_C" >&6
15507 else
15508 if test "$ac_cv_type_long_long" = yes; then
15509 # The cast to unsigned long works around a bug in the HP C Compiler
15510 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15511 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15512 # This bug is HP SR number 8606223364.
15513 if test "$cross_compiling" = yes; then
15514 # Depending upon the size, compute the lo and hi bounds.
15515 cat >conftest.$ac_ext <<_ACEOF
15516 #line $LINENO "configure"
15517 /* confdefs.h. */
15518 _ACEOF
15519 cat confdefs.h >>conftest.$ac_ext
15520 cat >>conftest.$ac_ext <<_ACEOF
15521 /* end confdefs.h. */
15522 $ac_includes_default
15523 int
15524 main ()
15525 {
15526 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15527 test_array [0] = 0
15528
15529 ;
15530 return 0;
15531 }
15532 _ACEOF
15533 rm -f conftest.$ac_objext
15534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15535 (eval $ac_compile) 2>&5
15536 ac_status=$?
15537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538 (exit $ac_status); } &&
15539 { ac_try='test -s conftest.$ac_objext'
15540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15541 (eval $ac_try) 2>&5
15542 ac_status=$?
15543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15544 (exit $ac_status); }; }; then
15545 ac_lo=0 ac_mid=0
15546 while :; do
15547 cat >conftest.$ac_ext <<_ACEOF
15548 #line $LINENO "configure"
15549 /* confdefs.h. */
15550 _ACEOF
15551 cat confdefs.h >>conftest.$ac_ext
15552 cat >>conftest.$ac_ext <<_ACEOF
15553 /* end confdefs.h. */
15554 $ac_includes_default
15555 int
15556 main ()
15557 {
15558 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15559 test_array [0] = 0
15560
15561 ;
15562 return 0;
15563 }
15564 _ACEOF
15565 rm -f conftest.$ac_objext
15566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15567 (eval $ac_compile) 2>&5
15568 ac_status=$?
15569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15570 (exit $ac_status); } &&
15571 { ac_try='test -s conftest.$ac_objext'
15572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15573 (eval $ac_try) 2>&5
15574 ac_status=$?
15575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15576 (exit $ac_status); }; }; then
15577 ac_hi=$ac_mid; break
15578 else
15579 echo "$as_me: failed program was:" >&5
15580 sed 's/^/| /' conftest.$ac_ext >&5
15581
15582 ac_lo=`expr $ac_mid + 1`
15583 if test $ac_lo -le $ac_mid; then
15584 ac_lo= ac_hi=
15585 break
15586 fi
15587 ac_mid=`expr 2 '*' $ac_mid + 1`
15588 fi
15589 rm -f conftest.$ac_objext conftest.$ac_ext
15590 done
15591 else
15592 echo "$as_me: failed program was:" >&5
15593 sed 's/^/| /' conftest.$ac_ext >&5
15594
15595 cat >conftest.$ac_ext <<_ACEOF
15596 #line $LINENO "configure"
15597 /* confdefs.h. */
15598 _ACEOF
15599 cat confdefs.h >>conftest.$ac_ext
15600 cat >>conftest.$ac_ext <<_ACEOF
15601 /* end confdefs.h. */
15602 $ac_includes_default
15603 int
15604 main ()
15605 {
15606 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15607 test_array [0] = 0
15608
15609 ;
15610 return 0;
15611 }
15612 _ACEOF
15613 rm -f conftest.$ac_objext
15614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15615 (eval $ac_compile) 2>&5
15616 ac_status=$?
15617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15618 (exit $ac_status); } &&
15619 { ac_try='test -s conftest.$ac_objext'
15620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15621 (eval $ac_try) 2>&5
15622 ac_status=$?
15623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15624 (exit $ac_status); }; }; then
15625 ac_hi=-1 ac_mid=-1
15626 while :; do
15627 cat >conftest.$ac_ext <<_ACEOF
15628 #line $LINENO "configure"
15629 /* confdefs.h. */
15630 _ACEOF
15631 cat confdefs.h >>conftest.$ac_ext
15632 cat >>conftest.$ac_ext <<_ACEOF
15633 /* end confdefs.h. */
15634 $ac_includes_default
15635 int
15636 main ()
15637 {
15638 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15639 test_array [0] = 0
15640
15641 ;
15642 return 0;
15643 }
15644 _ACEOF
15645 rm -f conftest.$ac_objext
15646 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15647 (eval $ac_compile) 2>&5
15648 ac_status=$?
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); } &&
15651 { ac_try='test -s conftest.$ac_objext'
15652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15653 (eval $ac_try) 2>&5
15654 ac_status=$?
15655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); }; }; then
15657 ac_lo=$ac_mid; break
15658 else
15659 echo "$as_me: failed program was:" >&5
15660 sed 's/^/| /' conftest.$ac_ext >&5
15661
15662 ac_hi=`expr '(' $ac_mid ')' - 1`
15663 if test $ac_mid -le $ac_hi; then
15664 ac_lo= ac_hi=
15665 break
15666 fi
15667 ac_mid=`expr 2 '*' $ac_mid`
15668 fi
15669 rm -f conftest.$ac_objext conftest.$ac_ext
15670 done
15671 else
15672 echo "$as_me: failed program was:" >&5
15673 sed 's/^/| /' conftest.$ac_ext >&5
15674
15675 ac_lo= ac_hi=
15676 fi
15677 rm -f conftest.$ac_objext conftest.$ac_ext
15678 fi
15679 rm -f conftest.$ac_objext conftest.$ac_ext
15680 # Binary search between lo and hi bounds.
15681 while test "x$ac_lo" != "x$ac_hi"; do
15682 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15683 cat >conftest.$ac_ext <<_ACEOF
15684 #line $LINENO "configure"
15685 /* confdefs.h. */
15686 _ACEOF
15687 cat confdefs.h >>conftest.$ac_ext
15688 cat >>conftest.$ac_ext <<_ACEOF
15689 /* end confdefs.h. */
15690 $ac_includes_default
15691 int
15692 main ()
15693 {
15694 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15695 test_array [0] = 0
15696
15697 ;
15698 return 0;
15699 }
15700 _ACEOF
15701 rm -f conftest.$ac_objext
15702 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15703 (eval $ac_compile) 2>&5
15704 ac_status=$?
15705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15706 (exit $ac_status); } &&
15707 { ac_try='test -s conftest.$ac_objext'
15708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15709 (eval $ac_try) 2>&5
15710 ac_status=$?
15711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15712 (exit $ac_status); }; }; then
15713 ac_hi=$ac_mid
15714 else
15715 echo "$as_me: failed program was:" >&5
15716 sed 's/^/| /' conftest.$ac_ext >&5
15717
15718 ac_lo=`expr '(' $ac_mid ')' + 1`
15719 fi
15720 rm -f conftest.$ac_objext conftest.$ac_ext
15721 done
15722 case $ac_lo in
15723 ?*) ac_cv_sizeof_long_long=$ac_lo;;
15724 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15725 See \`config.log' for more details." >&5
15726 echo "$as_me: error: cannot compute sizeof (long long), 77
15727 See \`config.log' for more details." >&2;}
15728 { (exit 1); exit 1; }; } ;;
15729 esac
15730 else
15731 if test "$cross_compiling" = yes; then
15732 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15733 See \`config.log' for more details." >&5
15734 echo "$as_me: error: cannot run test program while cross compiling
15735 See \`config.log' for more details." >&2;}
15736 { (exit 1); exit 1; }; }
15737 else
15738 cat >conftest.$ac_ext <<_ACEOF
15739 #line $LINENO "configure"
15740 /* confdefs.h. */
15741 _ACEOF
15742 cat confdefs.h >>conftest.$ac_ext
15743 cat >>conftest.$ac_ext <<_ACEOF
15744 /* end confdefs.h. */
15745 $ac_includes_default
15746 long longval () { return (long) (sizeof (long long)); }
15747 unsigned long ulongval () { return (long) (sizeof (long long)); }
15748 #include <stdio.h>
15749 #include <stdlib.h>
15750 int
15751 main ()
15752 {
15753
15754 FILE *f = fopen ("conftest.val", "w");
15755 if (! f)
15756 exit (1);
15757 if (((long) (sizeof (long long))) < 0)
15758 {
15759 long i = longval ();
15760 if (i != ((long) (sizeof (long long))))
15761 exit (1);
15762 fprintf (f, "%ld\n", i);
15763 }
15764 else
15765 {
15766 unsigned long i = ulongval ();
15767 if (i != ((long) (sizeof (long long))))
15768 exit (1);
15769 fprintf (f, "%lu\n", i);
15770 }
15771 exit (ferror (f) || fclose (f) != 0);
15772
15773 ;
15774 return 0;
15775 }
15776 _ACEOF
15777 rm -f conftest$ac_exeext
15778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15779 (eval $ac_link) 2>&5
15780 ac_status=$?
15781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15782 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15784 (eval $ac_try) 2>&5
15785 ac_status=$?
15786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15787 (exit $ac_status); }; }; then
15788 ac_cv_sizeof_long_long=`cat conftest.val`
15789 else
15790 echo "$as_me: program exited with status $ac_status" >&5
15791 echo "$as_me: failed program was:" >&5
15792 sed 's/^/| /' conftest.$ac_ext >&5
15793
15794 ( exit $ac_status )
15795 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15796 See \`config.log' for more details." >&5
15797 echo "$as_me: error: cannot compute sizeof (long long), 77
15798 See \`config.log' for more details." >&2;}
15799 { (exit 1); exit 1; }; }
15800 fi
15801 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15802 fi
15803 fi
15804 rm -f conftest.val
15805 else
15806 ac_cv_sizeof_long_long=0
15807 fi
15808 fi
15809 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15810 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15811 cat >>confdefs.h <<_ACEOF
15812 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15813 _ACEOF
15814
15815
15816 ;;
15817 *-hp-hpux* )
15818 echo "$as_me:$LINENO: checking for long long" >&5
15819 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15820 if test "${ac_cv_type_long_long+set}" = set; then
15821 echo $ECHO_N "(cached) $ECHO_C" >&6
15822 else
15823 cat >conftest.$ac_ext <<_ACEOF
15824 #line $LINENO "configure"
15825 /* confdefs.h. */
15826 _ACEOF
15827 cat confdefs.h >>conftest.$ac_ext
15828 cat >>conftest.$ac_ext <<_ACEOF
15829 /* end confdefs.h. */
15830 $ac_includes_default
15831 int
15832 main ()
15833 {
15834 if ((long long *) 0)
15835 return 0;
15836 if (sizeof (long long))
15837 return 0;
15838 ;
15839 return 0;
15840 }
15841 _ACEOF
15842 rm -f conftest.$ac_objext
15843 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15844 (eval $ac_compile) 2>&5
15845 ac_status=$?
15846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15847 (exit $ac_status); } &&
15848 { ac_try='test -s conftest.$ac_objext'
15849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15850 (eval $ac_try) 2>&5
15851 ac_status=$?
15852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15853 (exit $ac_status); }; }; then
15854 ac_cv_type_long_long=yes
15855 else
15856 echo "$as_me: failed program was:" >&5
15857 sed 's/^/| /' conftest.$ac_ext >&5
15858
15859 ac_cv_type_long_long=no
15860 fi
15861 rm -f conftest.$ac_objext conftest.$ac_ext
15862 fi
15863 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15864 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15865
15866 echo "$as_me:$LINENO: checking size of long long" >&5
15867 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15868 if test "${ac_cv_sizeof_long_long+set}" = set; then
15869 echo $ECHO_N "(cached) $ECHO_C" >&6
15870 else
15871 if test "$ac_cv_type_long_long" = yes; then
15872 # The cast to unsigned long works around a bug in the HP C Compiler
15873 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15874 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15875 # This bug is HP SR number 8606223364.
15876 if test "$cross_compiling" = yes; then
15877 # Depending upon the size, compute the lo and hi bounds.
15878 cat >conftest.$ac_ext <<_ACEOF
15879 #line $LINENO "configure"
15880 /* confdefs.h. */
15881 _ACEOF
15882 cat confdefs.h >>conftest.$ac_ext
15883 cat >>conftest.$ac_ext <<_ACEOF
15884 /* end confdefs.h. */
15885 $ac_includes_default
15886 int
15887 main ()
15888 {
15889 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15890 test_array [0] = 0
15891
15892 ;
15893 return 0;
15894 }
15895 _ACEOF
15896 rm -f conftest.$ac_objext
15897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15898 (eval $ac_compile) 2>&5
15899 ac_status=$?
15900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15901 (exit $ac_status); } &&
15902 { ac_try='test -s conftest.$ac_objext'
15903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15904 (eval $ac_try) 2>&5
15905 ac_status=$?
15906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15907 (exit $ac_status); }; }; then
15908 ac_lo=0 ac_mid=0
15909 while :; do
15910 cat >conftest.$ac_ext <<_ACEOF
15911 #line $LINENO "configure"
15912 /* confdefs.h. */
15913 _ACEOF
15914 cat confdefs.h >>conftest.$ac_ext
15915 cat >>conftest.$ac_ext <<_ACEOF
15916 /* end confdefs.h. */
15917 $ac_includes_default
15918 int
15919 main ()
15920 {
15921 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15922 test_array [0] = 0
15923
15924 ;
15925 return 0;
15926 }
15927 _ACEOF
15928 rm -f conftest.$ac_objext
15929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15930 (eval $ac_compile) 2>&5
15931 ac_status=$?
15932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15933 (exit $ac_status); } &&
15934 { ac_try='test -s conftest.$ac_objext'
15935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15936 (eval $ac_try) 2>&5
15937 ac_status=$?
15938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15939 (exit $ac_status); }; }; then
15940 ac_hi=$ac_mid; break
15941 else
15942 echo "$as_me: failed program was:" >&5
15943 sed 's/^/| /' conftest.$ac_ext >&5
15944
15945 ac_lo=`expr $ac_mid + 1`
15946 if test $ac_lo -le $ac_mid; then
15947 ac_lo= ac_hi=
15948 break
15949 fi
15950 ac_mid=`expr 2 '*' $ac_mid + 1`
15951 fi
15952 rm -f conftest.$ac_objext conftest.$ac_ext
15953 done
15954 else
15955 echo "$as_me: failed program was:" >&5
15956 sed 's/^/| /' conftest.$ac_ext >&5
15957
15958 cat >conftest.$ac_ext <<_ACEOF
15959 #line $LINENO "configure"
15960 /* confdefs.h. */
15961 _ACEOF
15962 cat confdefs.h >>conftest.$ac_ext
15963 cat >>conftest.$ac_ext <<_ACEOF
15964 /* end confdefs.h. */
15965 $ac_includes_default
15966 int
15967 main ()
15968 {
15969 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15970 test_array [0] = 0
15971
15972 ;
15973 return 0;
15974 }
15975 _ACEOF
15976 rm -f conftest.$ac_objext
15977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15978 (eval $ac_compile) 2>&5
15979 ac_status=$?
15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981 (exit $ac_status); } &&
15982 { ac_try='test -s conftest.$ac_objext'
15983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15984 (eval $ac_try) 2>&5
15985 ac_status=$?
15986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15987 (exit $ac_status); }; }; then
15988 ac_hi=-1 ac_mid=-1
15989 while :; do
15990 cat >conftest.$ac_ext <<_ACEOF
15991 #line $LINENO "configure"
15992 /* confdefs.h. */
15993 _ACEOF
15994 cat confdefs.h >>conftest.$ac_ext
15995 cat >>conftest.$ac_ext <<_ACEOF
15996 /* end confdefs.h. */
15997 $ac_includes_default
15998 int
15999 main ()
16000 {
16001 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16002 test_array [0] = 0
16003
16004 ;
16005 return 0;
16006 }
16007 _ACEOF
16008 rm -f conftest.$ac_objext
16009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16010 (eval $ac_compile) 2>&5
16011 ac_status=$?
16012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16013 (exit $ac_status); } &&
16014 { ac_try='test -s conftest.$ac_objext'
16015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16016 (eval $ac_try) 2>&5
16017 ac_status=$?
16018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16019 (exit $ac_status); }; }; then
16020 ac_lo=$ac_mid; break
16021 else
16022 echo "$as_me: failed program was:" >&5
16023 sed 's/^/| /' conftest.$ac_ext >&5
16024
16025 ac_hi=`expr '(' $ac_mid ')' - 1`
16026 if test $ac_mid -le $ac_hi; then
16027 ac_lo= ac_hi=
16028 break
16029 fi
16030 ac_mid=`expr 2 '*' $ac_mid`
16031 fi
16032 rm -f conftest.$ac_objext conftest.$ac_ext
16033 done
16034 else
16035 echo "$as_me: failed program was:" >&5
16036 sed 's/^/| /' conftest.$ac_ext >&5
16037
16038 ac_lo= ac_hi=
16039 fi
16040 rm -f conftest.$ac_objext conftest.$ac_ext
16041 fi
16042 rm -f conftest.$ac_objext conftest.$ac_ext
16043 # Binary search between lo and hi bounds.
16044 while test "x$ac_lo" != "x$ac_hi"; do
16045 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16046 cat >conftest.$ac_ext <<_ACEOF
16047 #line $LINENO "configure"
16048 /* confdefs.h. */
16049 _ACEOF
16050 cat confdefs.h >>conftest.$ac_ext
16051 cat >>conftest.$ac_ext <<_ACEOF
16052 /* end confdefs.h. */
16053 $ac_includes_default
16054 int
16055 main ()
16056 {
16057 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16058 test_array [0] = 0
16059
16060 ;
16061 return 0;
16062 }
16063 _ACEOF
16064 rm -f conftest.$ac_objext
16065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16066 (eval $ac_compile) 2>&5
16067 ac_status=$?
16068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16069 (exit $ac_status); } &&
16070 { ac_try='test -s conftest.$ac_objext'
16071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16072 (eval $ac_try) 2>&5
16073 ac_status=$?
16074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16075 (exit $ac_status); }; }; then
16076 ac_hi=$ac_mid
16077 else
16078 echo "$as_me: failed program was:" >&5
16079 sed 's/^/| /' conftest.$ac_ext >&5
16080
16081 ac_lo=`expr '(' $ac_mid ')' + 1`
16082 fi
16083 rm -f conftest.$ac_objext conftest.$ac_ext
16084 done
16085 case $ac_lo in
16086 ?*) ac_cv_sizeof_long_long=$ac_lo;;
16087 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16088 See \`config.log' for more details." >&5
16089 echo "$as_me: error: cannot compute sizeof (long long), 77
16090 See \`config.log' for more details." >&2;}
16091 { (exit 1); exit 1; }; } ;;
16092 esac
16093 else
16094 if test "$cross_compiling" = yes; then
16095 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16096 See \`config.log' for more details." >&5
16097 echo "$as_me: error: cannot run test program while cross compiling
16098 See \`config.log' for more details." >&2;}
16099 { (exit 1); exit 1; }; }
16100 else
16101 cat >conftest.$ac_ext <<_ACEOF
16102 #line $LINENO "configure"
16103 /* confdefs.h. */
16104 _ACEOF
16105 cat confdefs.h >>conftest.$ac_ext
16106 cat >>conftest.$ac_ext <<_ACEOF
16107 /* end confdefs.h. */
16108 $ac_includes_default
16109 long longval () { return (long) (sizeof (long long)); }
16110 unsigned long ulongval () { return (long) (sizeof (long long)); }
16111 #include <stdio.h>
16112 #include <stdlib.h>
16113 int
16114 main ()
16115 {
16116
16117 FILE *f = fopen ("conftest.val", "w");
16118 if (! f)
16119 exit (1);
16120 if (((long) (sizeof (long long))) < 0)
16121 {
16122 long i = longval ();
16123 if (i != ((long) (sizeof (long long))))
16124 exit (1);
16125 fprintf (f, "%ld\n", i);
16126 }
16127 else
16128 {
16129 unsigned long i = ulongval ();
16130 if (i != ((long) (sizeof (long long))))
16131 exit (1);
16132 fprintf (f, "%lu\n", i);
16133 }
16134 exit (ferror (f) || fclose (f) != 0);
16135
16136 ;
16137 return 0;
16138 }
16139 _ACEOF
16140 rm -f conftest$ac_exeext
16141 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16142 (eval $ac_link) 2>&5
16143 ac_status=$?
16144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16145 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16147 (eval $ac_try) 2>&5
16148 ac_status=$?
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); }; }; then
16151 ac_cv_sizeof_long_long=`cat conftest.val`
16152 else
16153 echo "$as_me: program exited with status $ac_status" >&5
16154 echo "$as_me: failed program was:" >&5
16155 sed 's/^/| /' conftest.$ac_ext >&5
16156
16157 ( exit $ac_status )
16158 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16159 See \`config.log' for more details." >&5
16160 echo "$as_me: error: cannot compute sizeof (long long), 77
16161 See \`config.log' for more details." >&2;}
16162 { (exit 1); exit 1; }; }
16163 fi
16164 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16165 fi
16166 fi
16167 rm -f conftest.val
16168 else
16169 ac_cv_sizeof_long_long=0
16170 fi
16171 fi
16172 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16173 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16174 cat >>confdefs.h <<_ACEOF
16175 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16176 _ACEOF
16177
16178
16179 if test "$ac_cv_sizeof_long_long" != "0"; then
16180 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
16181 fi
16182 ;;
16183 * )
16184 echo "$as_me:$LINENO: checking for long long" >&5
16185 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16186 if test "${ac_cv_type_long_long+set}" = set; then
16187 echo $ECHO_N "(cached) $ECHO_C" >&6
16188 else
16189 cat >conftest.$ac_ext <<_ACEOF
16190 #line $LINENO "configure"
16191 /* confdefs.h. */
16192 _ACEOF
16193 cat confdefs.h >>conftest.$ac_ext
16194 cat >>conftest.$ac_ext <<_ACEOF
16195 /* end confdefs.h. */
16196 $ac_includes_default
16197 int
16198 main ()
16199 {
16200 if ((long long *) 0)
16201 return 0;
16202 if (sizeof (long long))
16203 return 0;
16204 ;
16205 return 0;
16206 }
16207 _ACEOF
16208 rm -f conftest.$ac_objext
16209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16210 (eval $ac_compile) 2>&5
16211 ac_status=$?
16212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16213 (exit $ac_status); } &&
16214 { ac_try='test -s conftest.$ac_objext'
16215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16216 (eval $ac_try) 2>&5
16217 ac_status=$?
16218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16219 (exit $ac_status); }; }; then
16220 ac_cv_type_long_long=yes
16221 else
16222 echo "$as_me: failed program was:" >&5
16223 sed 's/^/| /' conftest.$ac_ext >&5
16224
16225 ac_cv_type_long_long=no
16226 fi
16227 rm -f conftest.$ac_objext conftest.$ac_ext
16228 fi
16229 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16230 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16231
16232 echo "$as_me:$LINENO: checking size of long long" >&5
16233 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16234 if test "${ac_cv_sizeof_long_long+set}" = set; then
16235 echo $ECHO_N "(cached) $ECHO_C" >&6
16236 else
16237 if test "$ac_cv_type_long_long" = yes; then
16238 # The cast to unsigned long works around a bug in the HP C Compiler
16239 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16240 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16241 # This bug is HP SR number 8606223364.
16242 if test "$cross_compiling" = yes; then
16243 # Depending upon the size, compute the lo and hi bounds.
16244 cat >conftest.$ac_ext <<_ACEOF
16245 #line $LINENO "configure"
16246 /* confdefs.h. */
16247 _ACEOF
16248 cat confdefs.h >>conftest.$ac_ext
16249 cat >>conftest.$ac_ext <<_ACEOF
16250 /* end confdefs.h. */
16251 $ac_includes_default
16252 int
16253 main ()
16254 {
16255 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16256 test_array [0] = 0
16257
16258 ;
16259 return 0;
16260 }
16261 _ACEOF
16262 rm -f conftest.$ac_objext
16263 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16264 (eval $ac_compile) 2>&5
16265 ac_status=$?
16266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16267 (exit $ac_status); } &&
16268 { ac_try='test -s conftest.$ac_objext'
16269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16270 (eval $ac_try) 2>&5
16271 ac_status=$?
16272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16273 (exit $ac_status); }; }; then
16274 ac_lo=0 ac_mid=0
16275 while :; do
16276 cat >conftest.$ac_ext <<_ACEOF
16277 #line $LINENO "configure"
16278 /* confdefs.h. */
16279 _ACEOF
16280 cat confdefs.h >>conftest.$ac_ext
16281 cat >>conftest.$ac_ext <<_ACEOF
16282 /* end confdefs.h. */
16283 $ac_includes_default
16284 int
16285 main ()
16286 {
16287 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16288 test_array [0] = 0
16289
16290 ;
16291 return 0;
16292 }
16293 _ACEOF
16294 rm -f conftest.$ac_objext
16295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16296 (eval $ac_compile) 2>&5
16297 ac_status=$?
16298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16299 (exit $ac_status); } &&
16300 { ac_try='test -s conftest.$ac_objext'
16301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16302 (eval $ac_try) 2>&5
16303 ac_status=$?
16304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); }; }; then
16306 ac_hi=$ac_mid; break
16307 else
16308 echo "$as_me: failed program was:" >&5
16309 sed 's/^/| /' conftest.$ac_ext >&5
16310
16311 ac_lo=`expr $ac_mid + 1`
16312 if test $ac_lo -le $ac_mid; then
16313 ac_lo= ac_hi=
16314 break
16315 fi
16316 ac_mid=`expr 2 '*' $ac_mid + 1`
16317 fi
16318 rm -f conftest.$ac_objext conftest.$ac_ext
16319 done
16320 else
16321 echo "$as_me: failed program was:" >&5
16322 sed 's/^/| /' conftest.$ac_ext >&5
16323
16324 cat >conftest.$ac_ext <<_ACEOF
16325 #line $LINENO "configure"
16326 /* confdefs.h. */
16327 _ACEOF
16328 cat confdefs.h >>conftest.$ac_ext
16329 cat >>conftest.$ac_ext <<_ACEOF
16330 /* end confdefs.h. */
16331 $ac_includes_default
16332 int
16333 main ()
16334 {
16335 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16336 test_array [0] = 0
16337
16338 ;
16339 return 0;
16340 }
16341 _ACEOF
16342 rm -f conftest.$ac_objext
16343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16344 (eval $ac_compile) 2>&5
16345 ac_status=$?
16346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16347 (exit $ac_status); } &&
16348 { ac_try='test -s conftest.$ac_objext'
16349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16350 (eval $ac_try) 2>&5
16351 ac_status=$?
16352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16353 (exit $ac_status); }; }; then
16354 ac_hi=-1 ac_mid=-1
16355 while :; do
16356 cat >conftest.$ac_ext <<_ACEOF
16357 #line $LINENO "configure"
16358 /* confdefs.h. */
16359 _ACEOF
16360 cat confdefs.h >>conftest.$ac_ext
16361 cat >>conftest.$ac_ext <<_ACEOF
16362 /* end confdefs.h. */
16363 $ac_includes_default
16364 int
16365 main ()
16366 {
16367 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16368 test_array [0] = 0
16369
16370 ;
16371 return 0;
16372 }
16373 _ACEOF
16374 rm -f conftest.$ac_objext
16375 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16376 (eval $ac_compile) 2>&5
16377 ac_status=$?
16378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16379 (exit $ac_status); } &&
16380 { ac_try='test -s conftest.$ac_objext'
16381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16382 (eval $ac_try) 2>&5
16383 ac_status=$?
16384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16385 (exit $ac_status); }; }; then
16386 ac_lo=$ac_mid; break
16387 else
16388 echo "$as_me: failed program was:" >&5
16389 sed 's/^/| /' conftest.$ac_ext >&5
16390
16391 ac_hi=`expr '(' $ac_mid ')' - 1`
16392 if test $ac_mid -le $ac_hi; then
16393 ac_lo= ac_hi=
16394 break
16395 fi
16396 ac_mid=`expr 2 '*' $ac_mid`
16397 fi
16398 rm -f conftest.$ac_objext conftest.$ac_ext
16399 done
16400 else
16401 echo "$as_me: failed program was:" >&5
16402 sed 's/^/| /' conftest.$ac_ext >&5
16403
16404 ac_lo= ac_hi=
16405 fi
16406 rm -f conftest.$ac_objext conftest.$ac_ext
16407 fi
16408 rm -f conftest.$ac_objext conftest.$ac_ext
16409 # Binary search between lo and hi bounds.
16410 while test "x$ac_lo" != "x$ac_hi"; do
16411 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16412 cat >conftest.$ac_ext <<_ACEOF
16413 #line $LINENO "configure"
16414 /* confdefs.h. */
16415 _ACEOF
16416 cat confdefs.h >>conftest.$ac_ext
16417 cat >>conftest.$ac_ext <<_ACEOF
16418 /* end confdefs.h. */
16419 $ac_includes_default
16420 int
16421 main ()
16422 {
16423 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16424 test_array [0] = 0
16425
16426 ;
16427 return 0;
16428 }
16429 _ACEOF
16430 rm -f conftest.$ac_objext
16431 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16432 (eval $ac_compile) 2>&5
16433 ac_status=$?
16434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16435 (exit $ac_status); } &&
16436 { ac_try='test -s conftest.$ac_objext'
16437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16438 (eval $ac_try) 2>&5
16439 ac_status=$?
16440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); }; }; then
16442 ac_hi=$ac_mid
16443 else
16444 echo "$as_me: failed program was:" >&5
16445 sed 's/^/| /' conftest.$ac_ext >&5
16446
16447 ac_lo=`expr '(' $ac_mid ')' + 1`
16448 fi
16449 rm -f conftest.$ac_objext conftest.$ac_ext
16450 done
16451 case $ac_lo in
16452 ?*) ac_cv_sizeof_long_long=$ac_lo;;
16453 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16454 See \`config.log' for more details." >&5
16455 echo "$as_me: error: cannot compute sizeof (long long), 77
16456 See \`config.log' for more details." >&2;}
16457 { (exit 1); exit 1; }; } ;;
16458 esac
16459 else
16460 if test "$cross_compiling" = yes; then
16461 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16462 See \`config.log' for more details." >&5
16463 echo "$as_me: error: cannot run test program while cross compiling
16464 See \`config.log' for more details." >&2;}
16465 { (exit 1); exit 1; }; }
16466 else
16467 cat >conftest.$ac_ext <<_ACEOF
16468 #line $LINENO "configure"
16469 /* confdefs.h. */
16470 _ACEOF
16471 cat confdefs.h >>conftest.$ac_ext
16472 cat >>conftest.$ac_ext <<_ACEOF
16473 /* end confdefs.h. */
16474 $ac_includes_default
16475 long longval () { return (long) (sizeof (long long)); }
16476 unsigned long ulongval () { return (long) (sizeof (long long)); }
16477 #include <stdio.h>
16478 #include <stdlib.h>
16479 int
16480 main ()
16481 {
16482
16483 FILE *f = fopen ("conftest.val", "w");
16484 if (! f)
16485 exit (1);
16486 if (((long) (sizeof (long long))) < 0)
16487 {
16488 long i = longval ();
16489 if (i != ((long) (sizeof (long long))))
16490 exit (1);
16491 fprintf (f, "%ld\n", i);
16492 }
16493 else
16494 {
16495 unsigned long i = ulongval ();
16496 if (i != ((long) (sizeof (long long))))
16497 exit (1);
16498 fprintf (f, "%lu\n", i);
16499 }
16500 exit (ferror (f) || fclose (f) != 0);
16501
16502 ;
16503 return 0;
16504 }
16505 _ACEOF
16506 rm -f conftest$ac_exeext
16507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16508 (eval $ac_link) 2>&5
16509 ac_status=$?
16510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16513 (eval $ac_try) 2>&5
16514 ac_status=$?
16515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16516 (exit $ac_status); }; }; then
16517 ac_cv_sizeof_long_long=`cat conftest.val`
16518 else
16519 echo "$as_me: program exited with status $ac_status" >&5
16520 echo "$as_me: failed program was:" >&5
16521 sed 's/^/| /' conftest.$ac_ext >&5
16522
16523 ( exit $ac_status )
16524 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16525 See \`config.log' for more details." >&5
16526 echo "$as_me: error: cannot compute sizeof (long long), 77
16527 See \`config.log' for more details." >&2;}
16528 { (exit 1); exit 1; }; }
16529 fi
16530 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16531 fi
16532 fi
16533 rm -f conftest.val
16534 else
16535 ac_cv_sizeof_long_long=0
16536 fi
16537 fi
16538 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16539 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16540 cat >>confdefs.h <<_ACEOF
16541 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16542 _ACEOF
16543
16544
16545 esac
16546
16547 echo "$as_me:$LINENO: checking size of wchar_t" >&5
16548 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16549 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16550 echo $ECHO_N "(cached) $ECHO_C" >&6
16551 else
16552
16553 if test "$cross_compiling" = yes; then
16554
16555 case "${host}" in
16556 *-pc-msdosdjgpp )
16557 wx_cv_sizeof_wchar_t=0
16558 ;;
16559 * )
16560 wx_cv_sizeof_wchar_t=4
16561 ;;
16562 esac
16563
16564
16565 else
16566 cat >conftest.$ac_ext <<_ACEOF
16567 #line $LINENO "configure"
16568 /* confdefs.h. */
16569 _ACEOF
16570 cat confdefs.h >>conftest.$ac_ext
16571 cat >>conftest.$ac_ext <<_ACEOF
16572 /* end confdefs.h. */
16573
16574 /* DJGPP only has fake wchar_t: */
16575 #ifdef __DJGPP__
16576 # error "fake wchar_t"
16577 #endif
16578 #ifdef HAVE_WCHAR_H
16579 # ifdef __CYGWIN__
16580 # include <stddef.h>
16581 # endif
16582 # include <wchar.h>
16583 #endif
16584 #ifdef HAVE_STDLIB_H
16585 # include <stdlib.h>
16586 #endif
16587 #include <stdio.h>
16588 int main()
16589 {
16590 FILE *f=fopen("conftestval", "w");
16591 if (!f) exit(1);
16592 fprintf(f, "%i", sizeof(wchar_t));
16593 exit(0);
16594 }
16595
16596 _ACEOF
16597 rm -f conftest$ac_exeext
16598 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16599 (eval $ac_link) 2>&5
16600 ac_status=$?
16601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16602 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16604 (eval $ac_try) 2>&5
16605 ac_status=$?
16606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16607 (exit $ac_status); }; }; then
16608 wx_cv_sizeof_wchar_t=`cat conftestval`
16609 else
16610 echo "$as_me: program exited with status $ac_status" >&5
16611 echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.$ac_ext >&5
16613
16614 ( exit $ac_status )
16615 wx_cv_sizeof_wchar_t=0
16616 fi
16617 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16618 fi
16619
16620 fi
16621 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16622 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
16623
16624 cat >>confdefs.h <<_ACEOF
16625 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
16626 _ACEOF
16627
16628
16629 # Check whether --enable-largefile or --disable-largefile was given.
16630 if test "${enable_largefile+set}" = set; then
16631 enableval="$enable_largefile"
16632
16633 fi;
16634 if test "$enable_largefile" != no; then
16635 wx_largefile=no
16636
16637 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16638 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16639 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16640 echo $ECHO_N "(cached) $ECHO_C" >&6
16641 else
16642
16643 cat >conftest.$ac_ext <<_ACEOF
16644 #line $LINENO "configure"
16645 /* confdefs.h. */
16646 _ACEOF
16647 cat confdefs.h >>conftest.$ac_ext
16648 cat >>conftest.$ac_ext <<_ACEOF
16649 /* end confdefs.h. */
16650 #define _FILE_OFFSET_BITS 64
16651 #include <sys/types.h>
16652 int
16653 main ()
16654 {
16655 typedef struct {
16656 unsigned int field: sizeof(off_t) == 8;
16657 } wxlf;
16658
16659 ;
16660 return 0;
16661 }
16662 _ACEOF
16663 rm -f conftest.$ac_objext
16664 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16665 (eval $ac_compile) 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_sys_file_offset_bits=64
16676 else
16677 echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.$ac_ext >&5
16679
16680 ac_cv_sys_file_offset_bits=no
16681 fi
16682 rm -f conftest.$ac_objext conftest.$ac_ext
16683
16684
16685 fi
16686 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16687 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
16688
16689 if test "$ac_cv_sys_file_offset_bits" != no; then
16690 wx_largefile=yes
16691 cat >>confdefs.h <<_ACEOF
16692 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
16693 _ACEOF
16694
16695 fi
16696
16697 if test "x$wx_largefile" != "xyes"; then
16698
16699 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16700 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16701 if test "${ac_cv_sys_large_files+set}" = set; then
16702 echo $ECHO_N "(cached) $ECHO_C" >&6
16703 else
16704
16705 cat >conftest.$ac_ext <<_ACEOF
16706 #line $LINENO "configure"
16707 /* confdefs.h. */
16708 _ACEOF
16709 cat confdefs.h >>conftest.$ac_ext
16710 cat >>conftest.$ac_ext <<_ACEOF
16711 /* end confdefs.h. */
16712 #define _LARGE_FILES 1
16713 #include <sys/types.h>
16714 int
16715 main ()
16716 {
16717 typedef struct {
16718 unsigned int field: sizeof(off_t) == 8;
16719 } wxlf;
16720
16721 ;
16722 return 0;
16723 }
16724 _ACEOF
16725 rm -f conftest.$ac_objext
16726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16727 (eval $ac_compile) 2>&5
16728 ac_status=$?
16729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16730 (exit $ac_status); } &&
16731 { ac_try='test -s conftest.$ac_objext'
16732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16733 (eval $ac_try) 2>&5
16734 ac_status=$?
16735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16736 (exit $ac_status); }; }; then
16737 ac_cv_sys_large_files=1
16738 else
16739 echo "$as_me: failed program was:" >&5
16740 sed 's/^/| /' conftest.$ac_ext >&5
16741
16742 ac_cv_sys_large_files=no
16743 fi
16744 rm -f conftest.$ac_objext conftest.$ac_ext
16745
16746
16747 fi
16748 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16749 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
16750
16751 if test "$ac_cv_sys_large_files" != no; then
16752 wx_largefile=yes
16753 cat >>confdefs.h <<_ACEOF
16754 #define _LARGE_FILES $ac_cv_sys_large_files
16755 _ACEOF
16756
16757 fi
16758
16759 fi
16760
16761 echo "$as_me:$LINENO: checking if large file support is available" >&5
16762 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
16763 if test "x$wx_largefile" = "xyes"; then
16764 cat >>confdefs.h <<\_ACEOF
16765 #define HAVE_LARGEFILE_SUPPORT 1
16766 _ACEOF
16767
16768 fi
16769 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16770 echo "${ECHO_T}$wx_largefile" >&6
16771 fi
16772
16773
16774 if test "x$wx_largefile" = "xyes"; then
16775 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16776 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
16777 else
16778 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
16779 fi
16780 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
16781 fi
16782
16783 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16784 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16785 if test "${ac_cv_c_bigendian+set}" = set; then
16786 echo $ECHO_N "(cached) $ECHO_C" >&6
16787 else
16788 ac_cv_c_bigendian=unknown
16789 # See if sys/param.h defines the BYTE_ORDER macro.
16790 cat >conftest.$ac_ext <<_ACEOF
16791 #line $LINENO "configure"
16792 /* confdefs.h. */
16793 _ACEOF
16794 cat confdefs.h >>conftest.$ac_ext
16795 cat >>conftest.$ac_ext <<_ACEOF
16796 /* end confdefs.h. */
16797 #include <sys/types.h>
16798 #include <sys/param.h>
16799 int
16800 main ()
16801 {
16802
16803 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16804 bogus endian macros
16805 #endif
16806 ;
16807 return 0;
16808 }
16809 _ACEOF
16810 rm -f conftest.$ac_objext
16811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16812 (eval $ac_compile) 2>&5
16813 ac_status=$?
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); } &&
16816 { ac_try='test -s conftest.$ac_objext'
16817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16818 (eval $ac_try) 2>&5
16819 ac_status=$?
16820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16821 (exit $ac_status); }; }; then
16822 # It does; now see whether it defined to BIG_ENDIAN or not.
16823 cat >conftest.$ac_ext <<_ACEOF
16824 #line $LINENO "configure"
16825 /* confdefs.h. */
16826 _ACEOF
16827 cat confdefs.h >>conftest.$ac_ext
16828 cat >>conftest.$ac_ext <<_ACEOF
16829 /* end confdefs.h. */
16830 #include <sys/types.h>
16831 #include <sys/param.h>
16832 int
16833 main ()
16834 {
16835
16836 #if BYTE_ORDER != BIG_ENDIAN
16837 not big endian
16838 #endif
16839 ;
16840 return 0;
16841 }
16842 _ACEOF
16843 rm -f conftest.$ac_objext
16844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16845 (eval $ac_compile) 2>&5
16846 ac_status=$?
16847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16848 (exit $ac_status); } &&
16849 { ac_try='test -s conftest.$ac_objext'
16850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16851 (eval $ac_try) 2>&5
16852 ac_status=$?
16853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16854 (exit $ac_status); }; }; then
16855 ac_cv_c_bigendian=yes
16856 else
16857 echo "$as_me: failed program was:" >&5
16858 sed 's/^/| /' conftest.$ac_ext >&5
16859
16860 ac_cv_c_bigendian=no
16861 fi
16862 rm -f conftest.$ac_objext conftest.$ac_ext
16863 else
16864 echo "$as_me: failed program was:" >&5
16865 sed 's/^/| /' conftest.$ac_ext >&5
16866
16867 fi
16868 rm -f conftest.$ac_objext conftest.$ac_ext
16869 if test $ac_cv_c_bigendian = unknown; then
16870 if test "$cross_compiling" = yes; then
16871 ac_cv_c_bigendian=unknown
16872 else
16873 cat >conftest.$ac_ext <<_ACEOF
16874 #line $LINENO "configure"
16875 /* confdefs.h. */
16876 _ACEOF
16877 cat confdefs.h >>conftest.$ac_ext
16878 cat >>conftest.$ac_ext <<_ACEOF
16879 /* end confdefs.h. */
16880 main () {
16881 /* Are we little or big endian? From Harbison&Steele. */
16882 union
16883 {
16884 long l;
16885 char c[sizeof (long)];
16886 } u;
16887 u.l = 1;
16888 exit (u.c[sizeof (long) - 1] == 1);
16889 }
16890 _ACEOF
16891 rm -f conftest$ac_exeext
16892 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16893 (eval $ac_link) 2>&5
16894 ac_status=$?
16895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16896 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16898 (eval $ac_try) 2>&5
16899 ac_status=$?
16900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901 (exit $ac_status); }; }; then
16902 ac_cv_c_bigendian=no
16903 else
16904 echo "$as_me: program exited with status $ac_status" >&5
16905 echo "$as_me: failed program was:" >&5
16906 sed 's/^/| /' conftest.$ac_ext >&5
16907
16908 ( exit $ac_status )
16909 ac_cv_c_bigendian=yes
16910 fi
16911 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16912 fi
16913 fi
16914 fi
16915 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
16916 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
16917 if test $ac_cv_c_bigendian = unknown; then
16918 { 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
16919 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;}
16920 fi
16921 if test $ac_cv_c_bigendian = yes; then
16922 cat >>confdefs.h <<\_ACEOF
16923 #define WORDS_BIGENDIAN 1
16924 _ACEOF
16925
16926 fi
16927
16928
16929
16930 ac_ext=cc
16931 ac_cpp='$CXXCPP $CPPFLAGS'
16932 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16933 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16934 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16935 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
16936 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
16937 if test -z "$CXXCPP"; then
16938 if test "${ac_cv_prog_CXXCPP+set}" = set; then
16939 echo $ECHO_N "(cached) $ECHO_C" >&6
16940 else
16941 # Double quotes because CXXCPP needs to be expanded
16942 for CXXCPP in "$CXX -E" "/lib/cpp"
16943 do
16944 ac_preproc_ok=false
16945 for ac_cxx_preproc_warn_flag in '' yes
16946 do
16947 # Use a header file that comes with gcc, so configuring glibc
16948 # with a fresh cross-compiler works.
16949 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16950 # <limits.h> exists even on freestanding compilers.
16951 # On the NeXT, cc -E runs the code through the compiler's parser,
16952 # not just through cpp. "Syntax error" is here to catch this case.
16953 cat >conftest.$ac_ext <<_ACEOF
16954 #line $LINENO "configure"
16955 /* confdefs.h. */
16956 _ACEOF
16957 cat confdefs.h >>conftest.$ac_ext
16958 cat >>conftest.$ac_ext <<_ACEOF
16959 /* end confdefs.h. */
16960 #ifdef __STDC__
16961 # include <limits.h>
16962 #else
16963 # include <assert.h>
16964 #endif
16965 Syntax error
16966 _ACEOF
16967 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16968 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16969 ac_status=$?
16970 grep -v '^ *+' conftest.er1 >conftest.err
16971 rm -f conftest.er1
16972 cat conftest.err >&5
16973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16974 (exit $ac_status); } >/dev/null; then
16975 if test -s conftest.err; then
16976 ac_cpp_err=$ac_cxx_preproc_warn_flag
16977 else
16978 ac_cpp_err=
16979 fi
16980 else
16981 ac_cpp_err=yes
16982 fi
16983 if test -z "$ac_cpp_err"; then
16984 :
16985 else
16986 echo "$as_me: failed program was:" >&5
16987 sed 's/^/| /' conftest.$ac_ext >&5
16988
16989 # Broken: fails on valid input.
16990 continue
16991 fi
16992 rm -f conftest.err conftest.$ac_ext
16993
16994 # OK, works on sane cases. Now check whether non-existent headers
16995 # can be detected and how.
16996 cat >conftest.$ac_ext <<_ACEOF
16997 #line $LINENO "configure"
16998 /* confdefs.h. */
16999 _ACEOF
17000 cat confdefs.h >>conftest.$ac_ext
17001 cat >>conftest.$ac_ext <<_ACEOF
17002 /* end confdefs.h. */
17003 #include <ac_nonexistent.h>
17004 _ACEOF
17005 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17006 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17007 ac_status=$?
17008 grep -v '^ *+' conftest.er1 >conftest.err
17009 rm -f conftest.er1
17010 cat conftest.err >&5
17011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17012 (exit $ac_status); } >/dev/null; then
17013 if test -s conftest.err; then
17014 ac_cpp_err=$ac_cxx_preproc_warn_flag
17015 else
17016 ac_cpp_err=
17017 fi
17018 else
17019 ac_cpp_err=yes
17020 fi
17021 if test -z "$ac_cpp_err"; then
17022 # Broken: success on invalid input.
17023 continue
17024 else
17025 echo "$as_me: failed program was:" >&5
17026 sed 's/^/| /' conftest.$ac_ext >&5
17027
17028 # Passes both tests.
17029 ac_preproc_ok=:
17030 break
17031 fi
17032 rm -f conftest.err conftest.$ac_ext
17033
17034 done
17035 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17036 rm -f conftest.err conftest.$ac_ext
17037 if $ac_preproc_ok; then
17038 break
17039 fi
17040
17041 done
17042 ac_cv_prog_CXXCPP=$CXXCPP
17043
17044 fi
17045 CXXCPP=$ac_cv_prog_CXXCPP
17046 else
17047 ac_cv_prog_CXXCPP=$CXXCPP
17048 fi
17049 echo "$as_me:$LINENO: result: $CXXCPP" >&5
17050 echo "${ECHO_T}$CXXCPP" >&6
17051 ac_preproc_ok=false
17052 for ac_cxx_preproc_warn_flag in '' yes
17053 do
17054 # Use a header file that comes with gcc, so configuring glibc
17055 # with a fresh cross-compiler works.
17056 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17057 # <limits.h> exists even on freestanding compilers.
17058 # On the NeXT, cc -E runs the code through the compiler's parser,
17059 # not just through cpp. "Syntax error" is here to catch this case.
17060 cat >conftest.$ac_ext <<_ACEOF
17061 #line $LINENO "configure"
17062 /* confdefs.h. */
17063 _ACEOF
17064 cat confdefs.h >>conftest.$ac_ext
17065 cat >>conftest.$ac_ext <<_ACEOF
17066 /* end confdefs.h. */
17067 #ifdef __STDC__
17068 # include <limits.h>
17069 #else
17070 # include <assert.h>
17071 #endif
17072 Syntax error
17073 _ACEOF
17074 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17075 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17076 ac_status=$?
17077 grep -v '^ *+' conftest.er1 >conftest.err
17078 rm -f conftest.er1
17079 cat conftest.err >&5
17080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17081 (exit $ac_status); } >/dev/null; then
17082 if test -s conftest.err; then
17083 ac_cpp_err=$ac_cxx_preproc_warn_flag
17084 else
17085 ac_cpp_err=
17086 fi
17087 else
17088 ac_cpp_err=yes
17089 fi
17090 if test -z "$ac_cpp_err"; then
17091 :
17092 else
17093 echo "$as_me: failed program was:" >&5
17094 sed 's/^/| /' conftest.$ac_ext >&5
17095
17096 # Broken: fails on valid input.
17097 continue
17098 fi
17099 rm -f conftest.err conftest.$ac_ext
17100
17101 # OK, works on sane cases. Now check whether non-existent headers
17102 # can be detected and how.
17103 cat >conftest.$ac_ext <<_ACEOF
17104 #line $LINENO "configure"
17105 /* confdefs.h. */
17106 _ACEOF
17107 cat confdefs.h >>conftest.$ac_ext
17108 cat >>conftest.$ac_ext <<_ACEOF
17109 /* end confdefs.h. */
17110 #include <ac_nonexistent.h>
17111 _ACEOF
17112 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17113 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17114 ac_status=$?
17115 grep -v '^ *+' conftest.er1 >conftest.err
17116 rm -f conftest.er1
17117 cat conftest.err >&5
17118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17119 (exit $ac_status); } >/dev/null; then
17120 if test -s conftest.err; then
17121 ac_cpp_err=$ac_cxx_preproc_warn_flag
17122 else
17123 ac_cpp_err=
17124 fi
17125 else
17126 ac_cpp_err=yes
17127 fi
17128 if test -z "$ac_cpp_err"; then
17129 # Broken: success on invalid input.
17130 continue
17131 else
17132 echo "$as_me: failed program was:" >&5
17133 sed 's/^/| /' conftest.$ac_ext >&5
17134
17135 # Passes both tests.
17136 ac_preproc_ok=:
17137 break
17138 fi
17139 rm -f conftest.err conftest.$ac_ext
17140
17141 done
17142 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17143 rm -f conftest.err conftest.$ac_ext
17144 if $ac_preproc_ok; then
17145 :
17146 else
17147 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17148 See \`config.log' for more details." >&5
17149 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17150 See \`config.log' for more details." >&2;}
17151 { (exit 1); exit 1; }; }
17152 fi
17153
17154 ac_ext=cc
17155 ac_cpp='$CXXCPP $CPPFLAGS'
17156 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17157 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17158 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17159
17160
17161
17162 if test "$cross_compiling" = "yes"; then
17163 cat >>confdefs.h <<\_ACEOF
17164 #define wxUSE_IOSTREAMH 1
17165 _ACEOF
17166
17167 else
17168
17169
17170 ac_ext=cc
17171 ac_cpp='$CXXCPP $CPPFLAGS'
17172 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17173 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17174 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17175
17176
17177
17178 for ac_header in iostream
17179 do
17180 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17181 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17182 echo "$as_me:$LINENO: checking for $ac_header" >&5
17183 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17184 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17185 echo $ECHO_N "(cached) $ECHO_C" >&6
17186 fi
17187 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17188 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17189 else
17190 # Is the header compilable?
17191 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17192 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17193 cat >conftest.$ac_ext <<_ACEOF
17194 #line $LINENO "configure"
17195 /* confdefs.h. */
17196 _ACEOF
17197 cat confdefs.h >>conftest.$ac_ext
17198 cat >>conftest.$ac_ext <<_ACEOF
17199 /* end confdefs.h. */
17200 $ac_includes_default
17201 #include <$ac_header>
17202 _ACEOF
17203 rm -f conftest.$ac_objext
17204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17205 (eval $ac_compile) 2>&5
17206 ac_status=$?
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); } &&
17209 { ac_try='test -s conftest.$ac_objext'
17210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17211 (eval $ac_try) 2>&5
17212 ac_status=$?
17213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17214 (exit $ac_status); }; }; then
17215 ac_header_compiler=yes
17216 else
17217 echo "$as_me: failed program was:" >&5
17218 sed 's/^/| /' conftest.$ac_ext >&5
17219
17220 ac_header_compiler=no
17221 fi
17222 rm -f conftest.$ac_objext conftest.$ac_ext
17223 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17224 echo "${ECHO_T}$ac_header_compiler" >&6
17225
17226 # Is the header present?
17227 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17228 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17229 cat >conftest.$ac_ext <<_ACEOF
17230 #line $LINENO "configure"
17231 /* confdefs.h. */
17232 _ACEOF
17233 cat confdefs.h >>conftest.$ac_ext
17234 cat >>conftest.$ac_ext <<_ACEOF
17235 /* end confdefs.h. */
17236 #include <$ac_header>
17237 _ACEOF
17238 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17239 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17240 ac_status=$?
17241 grep -v '^ *+' conftest.er1 >conftest.err
17242 rm -f conftest.er1
17243 cat conftest.err >&5
17244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245 (exit $ac_status); } >/dev/null; then
17246 if test -s conftest.err; then
17247 ac_cpp_err=$ac_cxx_preproc_warn_flag
17248 else
17249 ac_cpp_err=
17250 fi
17251 else
17252 ac_cpp_err=yes
17253 fi
17254 if test -z "$ac_cpp_err"; then
17255 ac_header_preproc=yes
17256 else
17257 echo "$as_me: failed program was:" >&5
17258 sed 's/^/| /' conftest.$ac_ext >&5
17259
17260 ac_header_preproc=no
17261 fi
17262 rm -f conftest.err conftest.$ac_ext
17263 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17264 echo "${ECHO_T}$ac_header_preproc" >&6
17265
17266 # So? What about this header?
17267 case $ac_header_compiler:$ac_header_preproc in
17268 yes:no )
17269 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17270 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17271 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17272 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17273 (
17274 cat <<\_ASBOX
17275 ## ------------------------------------ ##
17276 ## Report this to bug-autoconf@gnu.org. ##
17277 ## ------------------------------------ ##
17278 _ASBOX
17279 ) |
17280 sed "s/^/$as_me: WARNING: /" >&2
17281 ;;
17282 no:yes )
17283 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17284 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17285 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17286 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17287 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17288 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17289 (
17290 cat <<\_ASBOX
17291 ## ------------------------------------ ##
17292 ## Report this to bug-autoconf@gnu.org. ##
17293 ## ------------------------------------ ##
17294 _ASBOX
17295 ) |
17296 sed "s/^/$as_me: WARNING: /" >&2
17297 ;;
17298 esac
17299 echo "$as_me:$LINENO: checking for $ac_header" >&5
17300 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17301 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17302 echo $ECHO_N "(cached) $ECHO_C" >&6
17303 else
17304 eval "$as_ac_Header=$ac_header_preproc"
17305 fi
17306 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17307 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17308
17309 fi
17310 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17311 cat >>confdefs.h <<_ACEOF
17312 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17313 _ACEOF
17314
17315 fi
17316
17317 done
17318
17319
17320 if test "$ac_cv_header_iostream" = "yes" ; then
17321 :
17322 else
17323 cat >>confdefs.h <<\_ACEOF
17324 #define wxUSE_IOSTREAMH 1
17325 _ACEOF
17326
17327 fi
17328
17329 ac_ext=c
17330 ac_cpp='$CPP $CPPFLAGS'
17331 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17332 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17333 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17334
17335 fi
17336
17337
17338
17339 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17340 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17341 if test "${wx_cv_cpp_bool+set}" = set; then
17342 echo $ECHO_N "(cached) $ECHO_C" >&6
17343 else
17344
17345
17346
17347 ac_ext=cc
17348 ac_cpp='$CXXCPP $CPPFLAGS'
17349 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17350 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17351 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17352
17353
17354 cat >conftest.$ac_ext <<_ACEOF
17355 #line $LINENO "configure"
17356 /* confdefs.h. */
17357 _ACEOF
17358 cat confdefs.h >>conftest.$ac_ext
17359 cat >>conftest.$ac_ext <<_ACEOF
17360 /* end confdefs.h. */
17361
17362
17363 int
17364 main ()
17365 {
17366
17367 bool b = true;
17368
17369 return 0;
17370
17371 ;
17372 return 0;
17373 }
17374 _ACEOF
17375 rm -f conftest.$ac_objext
17376 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17377 (eval $ac_compile) 2>&5
17378 ac_status=$?
17379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17380 (exit $ac_status); } &&
17381 { ac_try='test -s conftest.$ac_objext'
17382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17383 (eval $ac_try) 2>&5
17384 ac_status=$?
17385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17386 (exit $ac_status); }; }; then
17387
17388 wx_cv_cpp_bool=yes
17389
17390 else
17391 echo "$as_me: failed program was:" >&5
17392 sed 's/^/| /' conftest.$ac_ext >&5
17393
17394
17395 wx_cv_cpp_bool=no
17396
17397
17398 fi
17399 rm -f conftest.$ac_objext conftest.$ac_ext
17400
17401 ac_ext=c
17402 ac_cpp='$CPP $CPPFLAGS'
17403 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17404 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17405 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17406
17407
17408 fi
17409 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17410 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
17411
17412 if test "$wx_cv_cpp_bool" = "yes"; then
17413 cat >>confdefs.h <<\_ACEOF
17414 #define HAVE_BOOL 1
17415 _ACEOF
17416
17417 fi
17418
17419
17420
17421 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17422 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17423 if test "${wx_cv_explicit+set}" = set; then
17424 echo $ECHO_N "(cached) $ECHO_C" >&6
17425 else
17426
17427
17428
17429 ac_ext=cc
17430 ac_cpp='$CXXCPP $CPPFLAGS'
17431 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17432 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17433 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17434
17435
17436 cat >conftest.$ac_ext <<_ACEOF
17437 #line $LINENO "configure"
17438 /* confdefs.h. */
17439 _ACEOF
17440 cat confdefs.h >>conftest.$ac_ext
17441 cat >>conftest.$ac_ext <<_ACEOF
17442 /* end confdefs.h. */
17443
17444 class Foo { public: explicit Foo(int) {} };
17445
17446 int
17447 main ()
17448 {
17449
17450 return 0;
17451
17452 ;
17453 return 0;
17454 }
17455 _ACEOF
17456 rm -f conftest.$ac_objext
17457 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17458 (eval $ac_compile) 2>&5
17459 ac_status=$?
17460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } &&
17462 { ac_try='test -s conftest.$ac_objext'
17463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17464 (eval $ac_try) 2>&5
17465 ac_status=$?
17466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17467 (exit $ac_status); }; }; then
17468
17469 cat >conftest.$ac_ext <<_ACEOF
17470 #line $LINENO "configure"
17471 /* confdefs.h. */
17472 _ACEOF
17473 cat confdefs.h >>conftest.$ac_ext
17474 cat >>conftest.$ac_ext <<_ACEOF
17475 /* end confdefs.h. */
17476
17477 class Foo { public: explicit Foo(int) {} };
17478 static void TakeFoo(const Foo& foo) { }
17479
17480 int
17481 main ()
17482 {
17483
17484 TakeFoo(17);
17485 return 0;
17486
17487 ;
17488 return 0;
17489 }
17490 _ACEOF
17491 rm -f conftest.$ac_objext
17492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17493 (eval $ac_compile) 2>&5
17494 ac_status=$?
17495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17496 (exit $ac_status); } &&
17497 { ac_try='test -s conftest.$ac_objext'
17498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17499 (eval $ac_try) 2>&5
17500 ac_status=$?
17501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17502 (exit $ac_status); }; }; then
17503 wx_cv_explicit=no
17504 else
17505 echo "$as_me: failed program was:" >&5
17506 sed 's/^/| /' conftest.$ac_ext >&5
17507
17508 wx_cv_explicit=yes
17509
17510 fi
17511 rm -f conftest.$ac_objext conftest.$ac_ext
17512
17513 else
17514 echo "$as_me: failed program was:" >&5
17515 sed 's/^/| /' conftest.$ac_ext >&5
17516
17517 wx_cv_explicit=no
17518
17519 fi
17520 rm -f conftest.$ac_objext conftest.$ac_ext
17521
17522 ac_ext=c
17523 ac_cpp='$CPP $CPPFLAGS'
17524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17527
17528
17529 fi
17530 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17531 echo "${ECHO_T}$wx_cv_explicit" >&6
17532
17533 if test "$wx_cv_explicit" = "yes"; then
17534 cat >>confdefs.h <<\_ACEOF
17535 #define HAVE_EXPLICIT 1
17536 _ACEOF
17537
17538 fi
17539
17540
17541 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17542 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17543 if test "${ac_cv_cxx_const_cast+set}" = set; then
17544 echo $ECHO_N "(cached) $ECHO_C" >&6
17545 else
17546
17547
17548 ac_ext=cc
17549 ac_cpp='$CXXCPP $CPPFLAGS'
17550 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17551 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17552 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17553
17554 cat >conftest.$ac_ext <<_ACEOF
17555 #line $LINENO "configure"
17556 /* confdefs.h. */
17557 _ACEOF
17558 cat confdefs.h >>conftest.$ac_ext
17559 cat >>conftest.$ac_ext <<_ACEOF
17560 /* end confdefs.h. */
17561
17562 int
17563 main ()
17564 {
17565 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
17566 ;
17567 return 0;
17568 }
17569 _ACEOF
17570 rm -f conftest.$ac_objext
17571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17572 (eval $ac_compile) 2>&5
17573 ac_status=$?
17574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); } &&
17576 { ac_try='test -s conftest.$ac_objext'
17577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17578 (eval $ac_try) 2>&5
17579 ac_status=$?
17580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581 (exit $ac_status); }; }; then
17582 ac_cv_cxx_const_cast=yes
17583 else
17584 echo "$as_me: failed program was:" >&5
17585 sed 's/^/| /' conftest.$ac_ext >&5
17586
17587 ac_cv_cxx_const_cast=no
17588 fi
17589 rm -f conftest.$ac_objext conftest.$ac_ext
17590 ac_ext=c
17591 ac_cpp='$CPP $CPPFLAGS'
17592 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17593 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17594 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17595
17596
17597 fi
17598 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17599 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
17600 if test "$ac_cv_cxx_const_cast" = yes; then
17601
17602 cat >>confdefs.h <<\_ACEOF
17603 #define HAVE_CONST_CAST
17604 _ACEOF
17605
17606 fi
17607
17608
17609
17610 SEARCH_INCLUDE="\
17611 /usr/local/include \
17612 \
17613 /usr/Motif-1.2/include \
17614 /usr/Motif-2.1/include \
17615 \
17616 /usr/include/Motif1.2 \
17617 /opt/xpm/include/X11 \
17618 /opt/GBxpm/include/ \
17619 /opt/GBxpm/X11/include/ \
17620 \
17621 /usr/Motif1.2/include \
17622 /usr/dt/include \
17623 /usr/openwin/include \
17624 \
17625 /usr/include/Xm \
17626 \
17627 /usr/X11R6/include \
17628 /usr/X11R6.4/include \
17629 /usr/X11R5/include \
17630 /usr/X11R4/include \
17631 \
17632 /usr/include/X11R6 \
17633 /usr/include/X11R5 \
17634 /usr/include/X11R4 \
17635 \
17636 /usr/local/X11R6/include \
17637 /usr/local/X11R5/include \
17638 /usr/local/X11R4/include \
17639 \
17640 /usr/local/include/X11R6 \
17641 /usr/local/include/X11R5 \
17642 /usr/local/include/X11R4 \
17643 \
17644 /usr/X11/include \
17645 /usr/include/X11 \
17646 /usr/local/X11/include \
17647 /usr/local/include/X11 \
17648 \
17649 /usr/X386/include \
17650 /usr/x386/include \
17651 /usr/XFree86/include/X11 \
17652 \
17653 X:/XFree86/include \
17654 X:/XFree86/include/X11 \
17655 \
17656 /usr/include/gtk \
17657 /usr/local/include/gtk \
17658 /usr/include/glib \
17659 /usr/local/include/glib \
17660 \
17661 /usr/include/qt \
17662 /usr/local/include/qt \
17663 \
17664 /usr/include/windows \
17665 /usr/include/wine \
17666 /usr/local/include/wine \
17667 \
17668 /usr/unsupported/include \
17669 /usr/athena/include \
17670 /usr/local/x11r5/include \
17671 /usr/lpp/Xamples/include \
17672 \
17673 /usr/openwin/share/include"
17674
17675 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17676
17677
17678 cat >confcache <<\_ACEOF
17679 # This file is a shell script that caches the results of configure
17680 # tests run on this system so they can be shared between configure
17681 # scripts and configure runs, see configure's option --config-cache.
17682 # It is not useful on other systems. If it contains results you don't
17683 # want to keep, you may remove or edit it.
17684 #
17685 # config.status only pays attention to the cache file if you give it
17686 # the --recheck option to rerun configure.
17687 #
17688 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17689 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17690 # following values.
17691
17692 _ACEOF
17693
17694 # The following way of writing the cache mishandles newlines in values,
17695 # but we know of no workaround that is simple, portable, and efficient.
17696 # So, don't put newlines in cache variables' values.
17697 # Ultrix sh set writes to stderr and can't be redirected directly,
17698 # and sets the high bit in the cache file unless we assign to the vars.
17699 {
17700 (set) 2>&1 |
17701 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17702 *ac_space=\ *)
17703 # `set' does not quote correctly, so add quotes (double-quote
17704 # substitution turns \\\\ into \\, and sed turns \\ into \).
17705 sed -n \
17706 "s/'/'\\\\''/g;
17707 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17708 ;;
17709 *)
17710 # `set' quotes correctly as required by POSIX, so do not add quotes.
17711 sed -n \
17712 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17713 ;;
17714 esac;
17715 } |
17716 sed '
17717 t clear
17718 : clear
17719 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17720 t end
17721 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17722 : end' >>confcache
17723 if diff $cache_file confcache >/dev/null 2>&1; then :; else
17724 if test -w $cache_file; then
17725 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17726 cat confcache >$cache_file
17727 else
17728 echo "not updating unwritable cache $cache_file"
17729 fi
17730 fi
17731 rm -f confcache
17732
17733 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
17734 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
17735 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
17736 if test "${wx_cv_lib_glibc21+set}" = set; then
17737 echo $ECHO_N "(cached) $ECHO_C" >&6
17738 else
17739
17740 cat >conftest.$ac_ext <<_ACEOF
17741 #line $LINENO "configure"
17742 /* confdefs.h. */
17743 _ACEOF
17744 cat confdefs.h >>conftest.$ac_ext
17745 cat >>conftest.$ac_ext <<_ACEOF
17746 /* end confdefs.h. */
17747 #include <features.h>
17748 int
17749 main ()
17750 {
17751
17752 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
17753 #error not glibc2.1
17754 #endif
17755
17756 ;
17757 return 0;
17758 }
17759 _ACEOF
17760 rm -f conftest.$ac_objext
17761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17762 (eval $ac_compile) 2>&5
17763 ac_status=$?
17764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17765 (exit $ac_status); } &&
17766 { ac_try='test -s conftest.$ac_objext'
17767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17768 (eval $ac_try) 2>&5
17769 ac_status=$?
17770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17771 (exit $ac_status); }; }; then
17772
17773 wx_cv_lib_glibc21=yes
17774
17775 else
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17778
17779
17780 wx_cv_lib_glibc21=no
17781
17782
17783 fi
17784 rm -f conftest.$ac_objext conftest.$ac_ext
17785
17786 fi
17787 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
17788 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
17789 if test "$wx_cv_lib_glibc21" = "yes"; then
17790 cat >>confdefs.h <<\_ACEOF
17791 #define wxHAVE_GLIBC2 1
17792 _ACEOF
17793
17794 fi
17795 fi
17796
17797 if test "x$wx_cv_lib_glibc21" = "xyes"; then
17798 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
17799 cat >>confdefs.h <<\_ACEOF
17800 #define _GNU_SOURCE 1
17801 _ACEOF
17802
17803 fi
17804 fi
17805
17806
17807
17808 REGEX_INCLUDE=
17809 if test "$wxUSE_REGEX" != "no"; then
17810 cat >>confdefs.h <<\_ACEOF
17811 #define wxUSE_REGEX 1
17812 _ACEOF
17813
17814
17815 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
17816 if test "${ac_cv_header_regex_h+set}" = set; then
17817 echo "$as_me:$LINENO: checking for regex.h" >&5
17818 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17819 if test "${ac_cv_header_regex_h+set}" = set; then
17820 echo $ECHO_N "(cached) $ECHO_C" >&6
17821 fi
17822 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17823 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17824 else
17825 # Is the header compilable?
17826 echo "$as_me:$LINENO: checking regex.h usability" >&5
17827 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
17828 cat >conftest.$ac_ext <<_ACEOF
17829 #line $LINENO "configure"
17830 /* confdefs.h. */
17831 _ACEOF
17832 cat confdefs.h >>conftest.$ac_ext
17833 cat >>conftest.$ac_ext <<_ACEOF
17834 /* end confdefs.h. */
17835 $ac_includes_default
17836 #include <regex.h>
17837 _ACEOF
17838 rm -f conftest.$ac_objext
17839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17840 (eval $ac_compile) 2>&5
17841 ac_status=$?
17842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17843 (exit $ac_status); } &&
17844 { ac_try='test -s conftest.$ac_objext'
17845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17846 (eval $ac_try) 2>&5
17847 ac_status=$?
17848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17849 (exit $ac_status); }; }; then
17850 ac_header_compiler=yes
17851 else
17852 echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.$ac_ext >&5
17854
17855 ac_header_compiler=no
17856 fi
17857 rm -f conftest.$ac_objext conftest.$ac_ext
17858 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17859 echo "${ECHO_T}$ac_header_compiler" >&6
17860
17861 # Is the header present?
17862 echo "$as_me:$LINENO: checking regex.h presence" >&5
17863 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
17864 cat >conftest.$ac_ext <<_ACEOF
17865 #line $LINENO "configure"
17866 /* confdefs.h. */
17867 _ACEOF
17868 cat confdefs.h >>conftest.$ac_ext
17869 cat >>conftest.$ac_ext <<_ACEOF
17870 /* end confdefs.h. */
17871 #include <regex.h>
17872 _ACEOF
17873 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17874 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17875 ac_status=$?
17876 grep -v '^ *+' conftest.er1 >conftest.err
17877 rm -f conftest.er1
17878 cat conftest.err >&5
17879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17880 (exit $ac_status); } >/dev/null; then
17881 if test -s conftest.err; then
17882 ac_cpp_err=$ac_c_preproc_warn_flag
17883 else
17884 ac_cpp_err=
17885 fi
17886 else
17887 ac_cpp_err=yes
17888 fi
17889 if test -z "$ac_cpp_err"; then
17890 ac_header_preproc=yes
17891 else
17892 echo "$as_me: failed program was:" >&5
17893 sed 's/^/| /' conftest.$ac_ext >&5
17894
17895 ac_header_preproc=no
17896 fi
17897 rm -f conftest.err conftest.$ac_ext
17898 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17899 echo "${ECHO_T}$ac_header_preproc" >&6
17900
17901 # So? What about this header?
17902 case $ac_header_compiler:$ac_header_preproc in
17903 yes:no )
17904 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
17905 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17906 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17907 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17908 (
17909 cat <<\_ASBOX
17910 ## ------------------------------------ ##
17911 ## Report this to bug-autoconf@gnu.org. ##
17912 ## ------------------------------------ ##
17913 _ASBOX
17914 ) |
17915 sed "s/^/$as_me: WARNING: /" >&2
17916 ;;
17917 no:yes )
17918 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
17919 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
17920 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
17921 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
17922 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17923 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17924 (
17925 cat <<\_ASBOX
17926 ## ------------------------------------ ##
17927 ## Report this to bug-autoconf@gnu.org. ##
17928 ## ------------------------------------ ##
17929 _ASBOX
17930 ) |
17931 sed "s/^/$as_me: WARNING: /" >&2
17932 ;;
17933 esac
17934 echo "$as_me:$LINENO: checking for regex.h" >&5
17935 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17936 if test "${ac_cv_header_regex_h+set}" = set; then
17937 echo $ECHO_N "(cached) $ECHO_C" >&6
17938 else
17939 ac_cv_header_regex_h=$ac_header_preproc
17940 fi
17941 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17942 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17943
17944 fi
17945 if test $ac_cv_header_regex_h = yes; then
17946
17947 for ac_func in regcomp
17948 do
17949 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17950 echo "$as_me:$LINENO: checking for $ac_func" >&5
17951 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17952 if eval "test \"\${$as_ac_var+set}\" = set"; then
17953 echo $ECHO_N "(cached) $ECHO_C" >&6
17954 else
17955 cat >conftest.$ac_ext <<_ACEOF
17956 #line $LINENO "configure"
17957 /* confdefs.h. */
17958 _ACEOF
17959 cat confdefs.h >>conftest.$ac_ext
17960 cat >>conftest.$ac_ext <<_ACEOF
17961 /* end confdefs.h. */
17962 /* System header to define __stub macros and hopefully few prototypes,
17963 which can conflict with char $ac_func (); below.
17964 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17965 <limits.h> exists even on freestanding compilers. */
17966 #ifdef __STDC__
17967 # include <limits.h>
17968 #else
17969 # include <assert.h>
17970 #endif
17971 /* Override any gcc2 internal prototype to avoid an error. */
17972 #ifdef __cplusplus
17973 extern "C"
17974 {
17975 #endif
17976 /* We use char because int might match the return type of a gcc2
17977 builtin and then its argument prototype would still apply. */
17978 char $ac_func ();
17979 /* The GNU C library defines this for functions which it implements
17980 to always fail with ENOSYS. Some functions are actually named
17981 something starting with __ and the normal name is an alias. */
17982 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17983 choke me
17984 #else
17985 char (*f) () = $ac_func;
17986 #endif
17987 #ifdef __cplusplus
17988 }
17989 #endif
17990
17991 int
17992 main ()
17993 {
17994 return f != $ac_func;
17995 ;
17996 return 0;
17997 }
17998 _ACEOF
17999 rm -f conftest.$ac_objext conftest$ac_exeext
18000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18001 (eval $ac_link) 2>&5
18002 ac_status=$?
18003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18004 (exit $ac_status); } &&
18005 { ac_try='test -s conftest$ac_exeext'
18006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18007 (eval $ac_try) 2>&5
18008 ac_status=$?
18009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18010 (exit $ac_status); }; }; then
18011 eval "$as_ac_var=yes"
18012 else
18013 echo "$as_me: failed program was:" >&5
18014 sed 's/^/| /' conftest.$ac_ext >&5
18015
18016 eval "$as_ac_var=no"
18017 fi
18018 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18019 fi
18020 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18021 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18022 if test `eval echo '${'$as_ac_var'}'` = yes; then
18023 cat >>confdefs.h <<_ACEOF
18024 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18025 _ACEOF
18026
18027 fi
18028 done
18029
18030 fi
18031
18032
18033
18034 if test "x$ac_cv_func_regcomp" != "xyes"; then
18035 if test "$wxUSE_REGEX" = "sys" ; then
18036 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18037 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18038 { (exit 1); exit 1; }; }
18039 else
18040 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18041 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
18042 wxUSE_REGEX=builtin
18043 fi
18044 else
18045 wxUSE_REGEX=sys
18046 fi
18047 fi
18048
18049 if test "$wxUSE_REGEX" = "builtin" ; then
18050 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
18051 fi
18052 fi
18053
18054
18055 ZLIB_INCLUDE=
18056 ZLIB_LINK=
18057 if test "$wxUSE_ZLIB" != "no" ; then
18058 cat >>confdefs.h <<\_ACEOF
18059 #define wxUSE_ZLIB 1
18060 _ACEOF
18061
18062
18063 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
18064 if test "$USE_DARWIN" = 1; then
18065 system_zlib_h_ok="yes"
18066 else
18067 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18068 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18069 if test "${ac_cv_header_zlib_h+set}" = set; then
18070 echo $ECHO_N "(cached) $ECHO_C" >&6
18071 else
18072 if test "$cross_compiling" = yes; then
18073 unset ac_cv_header_zlib_h
18074
18075 else
18076 cat >conftest.$ac_ext <<_ACEOF
18077 #line $LINENO "configure"
18078 /* confdefs.h. */
18079 _ACEOF
18080 cat confdefs.h >>conftest.$ac_ext
18081 cat >>conftest.$ac_ext <<_ACEOF
18082 /* end confdefs.h. */
18083
18084 #include <zlib.h>
18085 #include <stdio.h>
18086
18087 int main()
18088 {
18089 FILE *f=fopen("conftestval", "w");
18090 if (!f) exit(1);
18091 fprintf(f, "%s",
18092 ZLIB_VERSION[0] == '1' &&
18093 (ZLIB_VERSION[2] > '1' ||
18094 (ZLIB_VERSION[2] == '1' &&
18095 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18096 exit(0);
18097 }
18098
18099 _ACEOF
18100 rm -f conftest$ac_exeext
18101 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18102 (eval $ac_link) 2>&5
18103 ac_status=$?
18104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18107 (eval $ac_try) 2>&5
18108 ac_status=$?
18109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18110 (exit $ac_status); }; }; then
18111 ac_cv_header_zlib_h=`cat conftestval`
18112 else
18113 echo "$as_me: program exited with status $ac_status" >&5
18114 echo "$as_me: failed program was:" >&5
18115 sed 's/^/| /' conftest.$ac_ext >&5
18116
18117 ( exit $ac_status )
18118 ac_cv_header_zlib_h=no
18119 fi
18120 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18121 fi
18122
18123 fi
18124 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18125 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18126 if test "${ac_cv_header_zlib_h+set}" = set; then
18127 echo "$as_me:$LINENO: checking for zlib.h" >&5
18128 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18129 if test "${ac_cv_header_zlib_h+set}" = set; then
18130 echo $ECHO_N "(cached) $ECHO_C" >&6
18131 fi
18132 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18133 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18134 else
18135 # Is the header compilable?
18136 echo "$as_me:$LINENO: checking zlib.h usability" >&5
18137 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18138 cat >conftest.$ac_ext <<_ACEOF
18139 #line $LINENO "configure"
18140 /* confdefs.h. */
18141 _ACEOF
18142 cat confdefs.h >>conftest.$ac_ext
18143 cat >>conftest.$ac_ext <<_ACEOF
18144 /* end confdefs.h. */
18145 $ac_includes_default
18146 #include <zlib.h>
18147 _ACEOF
18148 rm -f conftest.$ac_objext
18149 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18150 (eval $ac_compile) 2>&5
18151 ac_status=$?
18152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18153 (exit $ac_status); } &&
18154 { ac_try='test -s conftest.$ac_objext'
18155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18156 (eval $ac_try) 2>&5
18157 ac_status=$?
18158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18159 (exit $ac_status); }; }; then
18160 ac_header_compiler=yes
18161 else
18162 echo "$as_me: failed program was:" >&5
18163 sed 's/^/| /' conftest.$ac_ext >&5
18164
18165 ac_header_compiler=no
18166 fi
18167 rm -f conftest.$ac_objext conftest.$ac_ext
18168 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18169 echo "${ECHO_T}$ac_header_compiler" >&6
18170
18171 # Is the header present?
18172 echo "$as_me:$LINENO: checking zlib.h presence" >&5
18173 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18174 cat >conftest.$ac_ext <<_ACEOF
18175 #line $LINENO "configure"
18176 /* confdefs.h. */
18177 _ACEOF
18178 cat confdefs.h >>conftest.$ac_ext
18179 cat >>conftest.$ac_ext <<_ACEOF
18180 /* end confdefs.h. */
18181 #include <zlib.h>
18182 _ACEOF
18183 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18184 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18185 ac_status=$?
18186 grep -v '^ *+' conftest.er1 >conftest.err
18187 rm -f conftest.er1
18188 cat conftest.err >&5
18189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18190 (exit $ac_status); } >/dev/null; then
18191 if test -s conftest.err; then
18192 ac_cpp_err=$ac_c_preproc_warn_flag
18193 else
18194 ac_cpp_err=
18195 fi
18196 else
18197 ac_cpp_err=yes
18198 fi
18199 if test -z "$ac_cpp_err"; then
18200 ac_header_preproc=yes
18201 else
18202 echo "$as_me: failed program was:" >&5
18203 sed 's/^/| /' conftest.$ac_ext >&5
18204
18205 ac_header_preproc=no
18206 fi
18207 rm -f conftest.err conftest.$ac_ext
18208 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18209 echo "${ECHO_T}$ac_header_preproc" >&6
18210
18211 # So? What about this header?
18212 case $ac_header_compiler:$ac_header_preproc in
18213 yes:no )
18214 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18215 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18216 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18217 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18218 (
18219 cat <<\_ASBOX
18220 ## ------------------------------------ ##
18221 ## Report this to bug-autoconf@gnu.org. ##
18222 ## ------------------------------------ ##
18223 _ASBOX
18224 ) |
18225 sed "s/^/$as_me: WARNING: /" >&2
18226 ;;
18227 no:yes )
18228 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18229 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18230 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18231 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18232 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18233 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18234 (
18235 cat <<\_ASBOX
18236 ## ------------------------------------ ##
18237 ## Report this to bug-autoconf@gnu.org. ##
18238 ## ------------------------------------ ##
18239 _ASBOX
18240 ) |
18241 sed "s/^/$as_me: WARNING: /" >&2
18242 ;;
18243 esac
18244 echo "$as_me:$LINENO: checking for zlib.h" >&5
18245 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18246 if test "${ac_cv_header_zlib_h+set}" = set; then
18247 echo $ECHO_N "(cached) $ECHO_C" >&6
18248 else
18249 ac_cv_header_zlib_h=$ac_header_preproc
18250 fi
18251 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18252 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18253
18254 fi
18255
18256
18257
18258 system_zlib_h_ok=$ac_cv_header_zlib_h
18259 fi
18260
18261 if test "$system_zlib_h_ok" = "yes"; then
18262 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18263 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18264 if test "${ac_cv_lib_z_deflate+set}" = set; then
18265 echo $ECHO_N "(cached) $ECHO_C" >&6
18266 else
18267 ac_check_lib_save_LIBS=$LIBS
18268 LIBS="-lz $LIBS"
18269 cat >conftest.$ac_ext <<_ACEOF
18270 #line $LINENO "configure"
18271 /* confdefs.h. */
18272 _ACEOF
18273 cat confdefs.h >>conftest.$ac_ext
18274 cat >>conftest.$ac_ext <<_ACEOF
18275 /* end confdefs.h. */
18276
18277 /* Override any gcc2 internal prototype to avoid an error. */
18278 #ifdef __cplusplus
18279 extern "C"
18280 #endif
18281 /* We use char because int might match the return type of a gcc2
18282 builtin and then its argument prototype would still apply. */
18283 char deflate ();
18284 int
18285 main ()
18286 {
18287 deflate ();
18288 ;
18289 return 0;
18290 }
18291 _ACEOF
18292 rm -f conftest.$ac_objext conftest$ac_exeext
18293 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18294 (eval $ac_link) 2>&5
18295 ac_status=$?
18296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18297 (exit $ac_status); } &&
18298 { ac_try='test -s conftest$ac_exeext'
18299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18300 (eval $ac_try) 2>&5
18301 ac_status=$?
18302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18303 (exit $ac_status); }; }; then
18304 ac_cv_lib_z_deflate=yes
18305 else
18306 echo "$as_me: failed program was:" >&5
18307 sed 's/^/| /' conftest.$ac_ext >&5
18308
18309 ac_cv_lib_z_deflate=no
18310 fi
18311 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18312 LIBS=$ac_check_lib_save_LIBS
18313 fi
18314 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18315 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18316 if test $ac_cv_lib_z_deflate = yes; then
18317 ZLIB_LINK=" -lz"
18318 fi
18319
18320 fi
18321
18322 if test "x$ZLIB_LINK" = "x" ; then
18323 if test "$wxUSE_ZLIB" = "sys" ; then
18324 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18325 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18326 { (exit 1); exit 1; }; }
18327 else
18328 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18329 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
18330 wxUSE_ZLIB=builtin
18331 fi
18332 else
18333 wxUSE_ZLIB=sys
18334 fi
18335 fi
18336
18337 if test "$wxUSE_ZLIB" = "builtin" ; then
18338 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
18339 fi
18340 fi
18341
18342
18343 PNG_INCLUDE=
18344 PNG_LINK=
18345 if test "$wxUSE_LIBPNG" != "no" ; then
18346 cat >>confdefs.h <<\_ACEOF
18347 #define wxUSE_LIBPNG 1
18348 _ACEOF
18349
18350
18351 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
18352 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18353 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
18354 wxUSE_LIBPNG=sys
18355 fi
18356
18357 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
18358 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18359 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
18360 wxUSE_LIBPNG=builtin
18361 fi
18362
18363 if test "$wxUSE_MGL" != 1 ; then
18364 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
18365 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18366 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18367 if test "${ac_cv_header_png_h+set}" = set; then
18368 echo $ECHO_N "(cached) $ECHO_C" >&6
18369 else
18370 if test "$cross_compiling" = yes; then
18371 unset ac_cv_header_png_h
18372
18373 else
18374 cat >conftest.$ac_ext <<_ACEOF
18375 #line $LINENO "configure"
18376 /* confdefs.h. */
18377 _ACEOF
18378 cat confdefs.h >>conftest.$ac_ext
18379 cat >>conftest.$ac_ext <<_ACEOF
18380 /* end confdefs.h. */
18381
18382 #include <png.h>
18383 #include <stdio.h>
18384
18385 int main()
18386 {
18387 FILE *f=fopen("conftestval", "w");
18388 if (!f) exit(1);
18389 fprintf(f, "%s",
18390 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18391 exit(0);
18392 }
18393
18394 _ACEOF
18395 rm -f conftest$ac_exeext
18396 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18397 (eval $ac_link) 2>&5
18398 ac_status=$?
18399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18402 (eval $ac_try) 2>&5
18403 ac_status=$?
18404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18405 (exit $ac_status); }; }; then
18406 ac_cv_header_png_h=`cat conftestval`
18407 else
18408 echo "$as_me: program exited with status $ac_status" >&5
18409 echo "$as_me: failed program was:" >&5
18410 sed 's/^/| /' conftest.$ac_ext >&5
18411
18412 ( exit $ac_status )
18413 ac_cv_header_png_h=no
18414 fi
18415 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18416 fi
18417
18418 fi
18419 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18420 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18421 if test "${ac_cv_header_png_h+set}" = set; then
18422 echo "$as_me:$LINENO: checking for png.h" >&5
18423 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18424 if test "${ac_cv_header_png_h+set}" = set; then
18425 echo $ECHO_N "(cached) $ECHO_C" >&6
18426 fi
18427 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18428 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18429 else
18430 # Is the header compilable?
18431 echo "$as_me:$LINENO: checking png.h usability" >&5
18432 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18433 cat >conftest.$ac_ext <<_ACEOF
18434 #line $LINENO "configure"
18435 /* confdefs.h. */
18436 _ACEOF
18437 cat confdefs.h >>conftest.$ac_ext
18438 cat >>conftest.$ac_ext <<_ACEOF
18439 /* end confdefs.h. */
18440 $ac_includes_default
18441 #include <png.h>
18442 _ACEOF
18443 rm -f conftest.$ac_objext
18444 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18445 (eval $ac_compile) 2>&5
18446 ac_status=$?
18447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18448 (exit $ac_status); } &&
18449 { ac_try='test -s conftest.$ac_objext'
18450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18451 (eval $ac_try) 2>&5
18452 ac_status=$?
18453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18454 (exit $ac_status); }; }; then
18455 ac_header_compiler=yes
18456 else
18457 echo "$as_me: failed program was:" >&5
18458 sed 's/^/| /' conftest.$ac_ext >&5
18459
18460 ac_header_compiler=no
18461 fi
18462 rm -f conftest.$ac_objext conftest.$ac_ext
18463 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18464 echo "${ECHO_T}$ac_header_compiler" >&6
18465
18466 # Is the header present?
18467 echo "$as_me:$LINENO: checking png.h presence" >&5
18468 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18469 cat >conftest.$ac_ext <<_ACEOF
18470 #line $LINENO "configure"
18471 /* confdefs.h. */
18472 _ACEOF
18473 cat confdefs.h >>conftest.$ac_ext
18474 cat >>conftest.$ac_ext <<_ACEOF
18475 /* end confdefs.h. */
18476 #include <png.h>
18477 _ACEOF
18478 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18479 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18480 ac_status=$?
18481 grep -v '^ *+' conftest.er1 >conftest.err
18482 rm -f conftest.er1
18483 cat conftest.err >&5
18484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18485 (exit $ac_status); } >/dev/null; then
18486 if test -s conftest.err; then
18487 ac_cpp_err=$ac_c_preproc_warn_flag
18488 else
18489 ac_cpp_err=
18490 fi
18491 else
18492 ac_cpp_err=yes
18493 fi
18494 if test -z "$ac_cpp_err"; then
18495 ac_header_preproc=yes
18496 else
18497 echo "$as_me: failed program was:" >&5
18498 sed 's/^/| /' conftest.$ac_ext >&5
18499
18500 ac_header_preproc=no
18501 fi
18502 rm -f conftest.err conftest.$ac_ext
18503 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18504 echo "${ECHO_T}$ac_header_preproc" >&6
18505
18506 # So? What about this header?
18507 case $ac_header_compiler:$ac_header_preproc in
18508 yes:no )
18509 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18510 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18511 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18512 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18513 (
18514 cat <<\_ASBOX
18515 ## ------------------------------------ ##
18516 ## Report this to bug-autoconf@gnu.org. ##
18517 ## ------------------------------------ ##
18518 _ASBOX
18519 ) |
18520 sed "s/^/$as_me: WARNING: /" >&2
18521 ;;
18522 no:yes )
18523 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18524 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18525 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18526 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18527 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18528 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18529 (
18530 cat <<\_ASBOX
18531 ## ------------------------------------ ##
18532 ## Report this to bug-autoconf@gnu.org. ##
18533 ## ------------------------------------ ##
18534 _ASBOX
18535 ) |
18536 sed "s/^/$as_me: WARNING: /" >&2
18537 ;;
18538 esac
18539 echo "$as_me:$LINENO: checking for png.h" >&5
18540 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18541 if test "${ac_cv_header_png_h+set}" = set; then
18542 echo $ECHO_N "(cached) $ECHO_C" >&6
18543 else
18544 ac_cv_header_png_h=$ac_header_preproc
18545 fi
18546 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18547 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18548
18549 fi
18550
18551
18552
18553 if test "$ac_cv_header_png_h" = "yes"; then
18554 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18555 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18556 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18557 echo $ECHO_N "(cached) $ECHO_C" >&6
18558 else
18559 ac_check_lib_save_LIBS=$LIBS
18560 LIBS="-lpng -lz -lm $LIBS"
18561 cat >conftest.$ac_ext <<_ACEOF
18562 #line $LINENO "configure"
18563 /* confdefs.h. */
18564 _ACEOF
18565 cat confdefs.h >>conftest.$ac_ext
18566 cat >>conftest.$ac_ext <<_ACEOF
18567 /* end confdefs.h. */
18568
18569 /* Override any gcc2 internal prototype to avoid an error. */
18570 #ifdef __cplusplus
18571 extern "C"
18572 #endif
18573 /* We use char because int might match the return type of a gcc2
18574 builtin and then its argument prototype would still apply. */
18575 char png_check_sig ();
18576 int
18577 main ()
18578 {
18579 png_check_sig ();
18580 ;
18581 return 0;
18582 }
18583 _ACEOF
18584 rm -f conftest.$ac_objext conftest$ac_exeext
18585 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18586 (eval $ac_link) 2>&5
18587 ac_status=$?
18588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18589 (exit $ac_status); } &&
18590 { ac_try='test -s conftest$ac_exeext'
18591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18592 (eval $ac_try) 2>&5
18593 ac_status=$?
18594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18595 (exit $ac_status); }; }; then
18596 ac_cv_lib_png_png_check_sig=yes
18597 else
18598 echo "$as_me: failed program was:" >&5
18599 sed 's/^/| /' conftest.$ac_ext >&5
18600
18601 ac_cv_lib_png_png_check_sig=no
18602 fi
18603 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18604 LIBS=$ac_check_lib_save_LIBS
18605 fi
18606 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18607 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18608 if test $ac_cv_lib_png_png_check_sig = yes; then
18609 PNG_LINK=" -lpng"
18610 fi
18611
18612 fi
18613
18614 if test "x$PNG_LINK" = "x" ; then
18615 if test "$wxUSE_LIBPNG" = "sys" ; then
18616 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18617 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18618 { (exit 1); exit 1; }; }
18619 else
18620 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18621 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
18622 wxUSE_LIBPNG=builtin
18623 fi
18624 else
18625 wxUSE_LIBPNG=sys
18626 fi
18627 fi
18628 fi
18629
18630 if test "$wxUSE_LIBPNG" = "builtin" ; then
18631 PNG_INCLUDE="-I\${top_srcdir}/src/png"
18632 fi
18633
18634 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
18635 fi
18636
18637
18638 JPEG_INCLUDE=
18639 JPEG_LINK=
18640 if test "$wxUSE_LIBJPEG" != "no" ; then
18641 cat >>confdefs.h <<\_ACEOF
18642 #define wxUSE_LIBJPEG 1
18643 _ACEOF
18644
18645
18646 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
18647 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18648 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
18649 wxUSE_LIBJPEG=sys
18650 fi
18651
18652 if test "$wxUSE_MGL" != 1 ; then
18653 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
18654 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18655 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18656 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18657 echo $ECHO_N "(cached) $ECHO_C" >&6
18658 else
18659 cat >conftest.$ac_ext <<_ACEOF
18660 #line $LINENO "configure"
18661 /* confdefs.h. */
18662 _ACEOF
18663 cat confdefs.h >>conftest.$ac_ext
18664 cat >>conftest.$ac_ext <<_ACEOF
18665 /* end confdefs.h. */
18666
18667 #undef HAVE_STDLIB_H
18668 #include <stdio.h>
18669 #include <jpeglib.h>
18670
18671 int
18672 main ()
18673 {
18674
18675
18676 ;
18677 return 0;
18678 }
18679 _ACEOF
18680 rm -f conftest.$ac_objext
18681 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18682 (eval $ac_compile) 2>&5
18683 ac_status=$?
18684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18685 (exit $ac_status); } &&
18686 { ac_try='test -s conftest.$ac_objext'
18687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18688 (eval $ac_try) 2>&5
18689 ac_status=$?
18690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18691 (exit $ac_status); }; }; then
18692 ac_cv_header_jpeglib_h=yes
18693 else
18694 echo "$as_me: failed program was:" >&5
18695 sed 's/^/| /' conftest.$ac_ext >&5
18696
18697 ac_cv_header_jpeglib_h=no
18698
18699 fi
18700 rm -f conftest.$ac_objext conftest.$ac_ext
18701
18702 fi
18703
18704 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18705 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
18706
18707 if test "$ac_cv_header_jpeglib_h" = "yes"; then
18708 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18709 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18710 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18711 echo $ECHO_N "(cached) $ECHO_C" >&6
18712 else
18713 ac_check_lib_save_LIBS=$LIBS
18714 LIBS="-ljpeg $LIBS"
18715 cat >conftest.$ac_ext <<_ACEOF
18716 #line $LINENO "configure"
18717 /* confdefs.h. */
18718 _ACEOF
18719 cat confdefs.h >>conftest.$ac_ext
18720 cat >>conftest.$ac_ext <<_ACEOF
18721 /* end confdefs.h. */
18722
18723 /* Override any gcc2 internal prototype to avoid an error. */
18724 #ifdef __cplusplus
18725 extern "C"
18726 #endif
18727 /* We use char because int might match the return type of a gcc2
18728 builtin and then its argument prototype would still apply. */
18729 char jpeg_read_header ();
18730 int
18731 main ()
18732 {
18733 jpeg_read_header ();
18734 ;
18735 return 0;
18736 }
18737 _ACEOF
18738 rm -f conftest.$ac_objext conftest$ac_exeext
18739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18740 (eval $ac_link) 2>&5
18741 ac_status=$?
18742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18743 (exit $ac_status); } &&
18744 { ac_try='test -s conftest$ac_exeext'
18745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18746 (eval $ac_try) 2>&5
18747 ac_status=$?
18748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18749 (exit $ac_status); }; }; then
18750 ac_cv_lib_jpeg_jpeg_read_header=yes
18751 else
18752 echo "$as_me: failed program was:" >&5
18753 sed 's/^/| /' conftest.$ac_ext >&5
18754
18755 ac_cv_lib_jpeg_jpeg_read_header=no
18756 fi
18757 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18758 LIBS=$ac_check_lib_save_LIBS
18759 fi
18760 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
18761 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
18762 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
18763 JPEG_LINK=" -ljpeg"
18764 fi
18765
18766 fi
18767
18768 if test "x$JPEG_LINK" = "x" ; then
18769 if test "$wxUSE_LIBJPEG" = "sys" ; then
18770 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
18771 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
18772 { (exit 1); exit 1; }; }
18773 else
18774 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
18775 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
18776 wxUSE_LIBJPEG=builtin
18777 fi
18778 else
18779 wxUSE_LIBJPEG=sys
18780 fi
18781 fi
18782 fi
18783
18784 if test "$wxUSE_LIBJPEG" = "builtin" ; then
18785 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
18786 fi
18787 fi
18788
18789
18790 TIFF_INCLUDE=
18791 TIFF_LINK=
18792 TIFF_PREREQ_LINKS=-lm
18793 if test "$wxUSE_LIBTIFF" != "no" ; then
18794 cat >>confdefs.h <<\_ACEOF
18795 #define wxUSE_LIBTIFF 1
18796 _ACEOF
18797
18798
18799 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
18800 if test "$wxUSE_LIBJPEG" = "sys"; then
18801 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
18802 fi
18803 if test "$wxUSE_ZLIB" = "sys"; then
18804 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
18805 fi
18806 if test "${ac_cv_header_tiffio_h+set}" = set; then
18807 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18808 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18809 if test "${ac_cv_header_tiffio_h+set}" = set; then
18810 echo $ECHO_N "(cached) $ECHO_C" >&6
18811 fi
18812 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18813 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18814 else
18815 # Is the header compilable?
18816 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
18817 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
18818 cat >conftest.$ac_ext <<_ACEOF
18819 #line $LINENO "configure"
18820 /* confdefs.h. */
18821 _ACEOF
18822 cat confdefs.h >>conftest.$ac_ext
18823 cat >>conftest.$ac_ext <<_ACEOF
18824 /* end confdefs.h. */
18825 $ac_includes_default
18826 #include <tiffio.h>
18827 _ACEOF
18828 rm -f conftest.$ac_objext
18829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18830 (eval $ac_compile) 2>&5
18831 ac_status=$?
18832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18833 (exit $ac_status); } &&
18834 { ac_try='test -s conftest.$ac_objext'
18835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18836 (eval $ac_try) 2>&5
18837 ac_status=$?
18838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18839 (exit $ac_status); }; }; then
18840 ac_header_compiler=yes
18841 else
18842 echo "$as_me: failed program was:" >&5
18843 sed 's/^/| /' conftest.$ac_ext >&5
18844
18845 ac_header_compiler=no
18846 fi
18847 rm -f conftest.$ac_objext conftest.$ac_ext
18848 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18849 echo "${ECHO_T}$ac_header_compiler" >&6
18850
18851 # Is the header present?
18852 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
18853 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
18854 cat >conftest.$ac_ext <<_ACEOF
18855 #line $LINENO "configure"
18856 /* confdefs.h. */
18857 _ACEOF
18858 cat confdefs.h >>conftest.$ac_ext
18859 cat >>conftest.$ac_ext <<_ACEOF
18860 /* end confdefs.h. */
18861 #include <tiffio.h>
18862 _ACEOF
18863 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18864 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18865 ac_status=$?
18866 grep -v '^ *+' conftest.er1 >conftest.err
18867 rm -f conftest.er1
18868 cat conftest.err >&5
18869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18870 (exit $ac_status); } >/dev/null; then
18871 if test -s conftest.err; then
18872 ac_cpp_err=$ac_c_preproc_warn_flag
18873 else
18874 ac_cpp_err=
18875 fi
18876 else
18877 ac_cpp_err=yes
18878 fi
18879 if test -z "$ac_cpp_err"; then
18880 ac_header_preproc=yes
18881 else
18882 echo "$as_me: failed program was:" >&5
18883 sed 's/^/| /' conftest.$ac_ext >&5
18884
18885 ac_header_preproc=no
18886 fi
18887 rm -f conftest.err conftest.$ac_ext
18888 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18889 echo "${ECHO_T}$ac_header_preproc" >&6
18890
18891 # So? What about this header?
18892 case $ac_header_compiler:$ac_header_preproc in
18893 yes:no )
18894 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
18895 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18896 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18897 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18898 (
18899 cat <<\_ASBOX
18900 ## ------------------------------------ ##
18901 ## Report this to bug-autoconf@gnu.org. ##
18902 ## ------------------------------------ ##
18903 _ASBOX
18904 ) |
18905 sed "s/^/$as_me: WARNING: /" >&2
18906 ;;
18907 no:yes )
18908 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
18909 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
18910 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
18911 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
18912 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18913 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18914 (
18915 cat <<\_ASBOX
18916 ## ------------------------------------ ##
18917 ## Report this to bug-autoconf@gnu.org. ##
18918 ## ------------------------------------ ##
18919 _ASBOX
18920 ) |
18921 sed "s/^/$as_me: WARNING: /" >&2
18922 ;;
18923 esac
18924 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18925 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18926 if test "${ac_cv_header_tiffio_h+set}" = set; then
18927 echo $ECHO_N "(cached) $ECHO_C" >&6
18928 else
18929 ac_cv_header_tiffio_h=$ac_header_preproc
18930 fi
18931 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18932 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18933
18934 fi
18935 if test $ac_cv_header_tiffio_h = yes; then
18936 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
18937 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
18938 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
18939 echo $ECHO_N "(cached) $ECHO_C" >&6
18940 else
18941 ac_check_lib_save_LIBS=$LIBS
18942 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
18943 cat >conftest.$ac_ext <<_ACEOF
18944 #line $LINENO "configure"
18945 /* confdefs.h. */
18946 _ACEOF
18947 cat confdefs.h >>conftest.$ac_ext
18948 cat >>conftest.$ac_ext <<_ACEOF
18949 /* end confdefs.h. */
18950
18951 /* Override any gcc2 internal prototype to avoid an error. */
18952 #ifdef __cplusplus
18953 extern "C"
18954 #endif
18955 /* We use char because int might match the return type of a gcc2
18956 builtin and then its argument prototype would still apply. */
18957 char TIFFError ();
18958 int
18959 main ()
18960 {
18961 TIFFError ();
18962 ;
18963 return 0;
18964 }
18965 _ACEOF
18966 rm -f conftest.$ac_objext conftest$ac_exeext
18967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18968 (eval $ac_link) 2>&5
18969 ac_status=$?
18970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18971 (exit $ac_status); } &&
18972 { ac_try='test -s conftest$ac_exeext'
18973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18974 (eval $ac_try) 2>&5
18975 ac_status=$?
18976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18977 (exit $ac_status); }; }; then
18978 ac_cv_lib_tiff_TIFFError=yes
18979 else
18980 echo "$as_me: failed program was:" >&5
18981 sed 's/^/| /' conftest.$ac_ext >&5
18982
18983 ac_cv_lib_tiff_TIFFError=no
18984 fi
18985 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18986 LIBS=$ac_check_lib_save_LIBS
18987 fi
18988 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
18989 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
18990 if test $ac_cv_lib_tiff_TIFFError = yes; then
18991 TIFF_LINK=" -ltiff"
18992 fi
18993
18994
18995 fi
18996
18997
18998
18999 if test "x$TIFF_LINK" = "x" ; then
19000 if test "$wxUSE_LIBTIFF" = "sys" ; then
19001 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
19002 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19003 { (exit 1); exit 1; }; }
19004 else
19005 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19006 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
19007 wxUSE_LIBTIFF=builtin
19008 fi
19009 else
19010 wxUSE_LIBTIFF=sys
19011 fi
19012 fi
19013
19014 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19015 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
19016 fi
19017 fi
19018
19019
19020 AFMINSTALL=
19021 WIN32INSTALL=
19022
19023 TOOLKIT=
19024 TOOLKIT_INCLUDE=
19025 WIDGET_SET=
19026
19027 if test "$USE_WIN32" = 1 ; then
19028
19029 for ac_header in w32api.h
19030 do
19031 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19033 echo "$as_me:$LINENO: checking for $ac_header" >&5
19034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19035 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19036 echo $ECHO_N "(cached) $ECHO_C" >&6
19037 fi
19038 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19039 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19040 else
19041 # Is the header compilable?
19042 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19043 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19044 cat >conftest.$ac_ext <<_ACEOF
19045 #line $LINENO "configure"
19046 /* confdefs.h. */
19047 _ACEOF
19048 cat confdefs.h >>conftest.$ac_ext
19049 cat >>conftest.$ac_ext <<_ACEOF
19050 /* end confdefs.h. */
19051 $ac_includes_default
19052 #include <$ac_header>
19053 _ACEOF
19054 rm -f conftest.$ac_objext
19055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19056 (eval $ac_compile) 2>&5
19057 ac_status=$?
19058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19059 (exit $ac_status); } &&
19060 { ac_try='test -s conftest.$ac_objext'
19061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19062 (eval $ac_try) 2>&5
19063 ac_status=$?
19064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19065 (exit $ac_status); }; }; then
19066 ac_header_compiler=yes
19067 else
19068 echo "$as_me: failed program was:" >&5
19069 sed 's/^/| /' conftest.$ac_ext >&5
19070
19071 ac_header_compiler=no
19072 fi
19073 rm -f conftest.$ac_objext conftest.$ac_ext
19074 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19075 echo "${ECHO_T}$ac_header_compiler" >&6
19076
19077 # Is the header present?
19078 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19079 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19080 cat >conftest.$ac_ext <<_ACEOF
19081 #line $LINENO "configure"
19082 /* confdefs.h. */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h. */
19087 #include <$ac_header>
19088 _ACEOF
19089 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19090 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19091 ac_status=$?
19092 grep -v '^ *+' conftest.er1 >conftest.err
19093 rm -f conftest.er1
19094 cat conftest.err >&5
19095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19096 (exit $ac_status); } >/dev/null; then
19097 if test -s conftest.err; then
19098 ac_cpp_err=$ac_c_preproc_warn_flag
19099 else
19100 ac_cpp_err=
19101 fi
19102 else
19103 ac_cpp_err=yes
19104 fi
19105 if test -z "$ac_cpp_err"; then
19106 ac_header_preproc=yes
19107 else
19108 echo "$as_me: failed program was:" >&5
19109 sed 's/^/| /' conftest.$ac_ext >&5
19110
19111 ac_header_preproc=no
19112 fi
19113 rm -f conftest.err conftest.$ac_ext
19114 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19115 echo "${ECHO_T}$ac_header_preproc" >&6
19116
19117 # So? What about this header?
19118 case $ac_header_compiler:$ac_header_preproc in
19119 yes:no )
19120 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19121 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19123 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19124 (
19125 cat <<\_ASBOX
19126 ## ------------------------------------ ##
19127 ## Report this to bug-autoconf@gnu.org. ##
19128 ## ------------------------------------ ##
19129 _ASBOX
19130 ) |
19131 sed "s/^/$as_me: WARNING: /" >&2
19132 ;;
19133 no:yes )
19134 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19135 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19136 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19137 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19138 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19139 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19140 (
19141 cat <<\_ASBOX
19142 ## ------------------------------------ ##
19143 ## Report this to bug-autoconf@gnu.org. ##
19144 ## ------------------------------------ ##
19145 _ASBOX
19146 ) |
19147 sed "s/^/$as_me: WARNING: /" >&2
19148 ;;
19149 esac
19150 echo "$as_me:$LINENO: checking for $ac_header" >&5
19151 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19152 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19153 echo $ECHO_N "(cached) $ECHO_C" >&6
19154 else
19155 eval "$as_ac_Header=$ac_header_preproc"
19156 fi
19157 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19158 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19159
19160 fi
19161 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19162 cat >>confdefs.h <<_ACEOF
19163 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19164 _ACEOF
19165
19166 fi
19167
19168 done
19169
19170 if test "${ac_cv_header_windows_h+set}" = set; then
19171 echo "$as_me:$LINENO: checking for windows.h" >&5
19172 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19173 if test "${ac_cv_header_windows_h+set}" = set; then
19174 echo $ECHO_N "(cached) $ECHO_C" >&6
19175 fi
19176 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19177 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19178 else
19179 # Is the header compilable?
19180 echo "$as_me:$LINENO: checking windows.h usability" >&5
19181 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19182 cat >conftest.$ac_ext <<_ACEOF
19183 #line $LINENO "configure"
19184 /* confdefs.h. */
19185 _ACEOF
19186 cat confdefs.h >>conftest.$ac_ext
19187 cat >>conftest.$ac_ext <<_ACEOF
19188 /* end confdefs.h. */
19189 $ac_includes_default
19190 #include <windows.h>
19191 _ACEOF
19192 rm -f conftest.$ac_objext
19193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19194 (eval $ac_compile) 2>&5
19195 ac_status=$?
19196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19197 (exit $ac_status); } &&
19198 { ac_try='test -s conftest.$ac_objext'
19199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19200 (eval $ac_try) 2>&5
19201 ac_status=$?
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); }; }; then
19204 ac_header_compiler=yes
19205 else
19206 echo "$as_me: failed program was:" >&5
19207 sed 's/^/| /' conftest.$ac_ext >&5
19208
19209 ac_header_compiler=no
19210 fi
19211 rm -f conftest.$ac_objext conftest.$ac_ext
19212 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19213 echo "${ECHO_T}$ac_header_compiler" >&6
19214
19215 # Is the header present?
19216 echo "$as_me:$LINENO: checking windows.h presence" >&5
19217 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19218 cat >conftest.$ac_ext <<_ACEOF
19219 #line $LINENO "configure"
19220 /* confdefs.h. */
19221 _ACEOF
19222 cat confdefs.h >>conftest.$ac_ext
19223 cat >>conftest.$ac_ext <<_ACEOF
19224 /* end confdefs.h. */
19225 #include <windows.h>
19226 _ACEOF
19227 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19228 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19229 ac_status=$?
19230 grep -v '^ *+' conftest.er1 >conftest.err
19231 rm -f conftest.er1
19232 cat conftest.err >&5
19233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19234 (exit $ac_status); } >/dev/null; then
19235 if test -s conftest.err; then
19236 ac_cpp_err=$ac_c_preproc_warn_flag
19237 else
19238 ac_cpp_err=
19239 fi
19240 else
19241 ac_cpp_err=yes
19242 fi
19243 if test -z "$ac_cpp_err"; then
19244 ac_header_preproc=yes
19245 else
19246 echo "$as_me: failed program was:" >&5
19247 sed 's/^/| /' conftest.$ac_ext >&5
19248
19249 ac_header_preproc=no
19250 fi
19251 rm -f conftest.err conftest.$ac_ext
19252 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19253 echo "${ECHO_T}$ac_header_preproc" >&6
19254
19255 # So? What about this header?
19256 case $ac_header_compiler:$ac_header_preproc in
19257 yes:no )
19258 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19259 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19260 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19261 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19262 (
19263 cat <<\_ASBOX
19264 ## ------------------------------------ ##
19265 ## Report this to bug-autoconf@gnu.org. ##
19266 ## ------------------------------------ ##
19267 _ASBOX
19268 ) |
19269 sed "s/^/$as_me: WARNING: /" >&2
19270 ;;
19271 no:yes )
19272 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19273 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19274 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19275 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19276 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19277 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19278 (
19279 cat <<\_ASBOX
19280 ## ------------------------------------ ##
19281 ## Report this to bug-autoconf@gnu.org. ##
19282 ## ------------------------------------ ##
19283 _ASBOX
19284 ) |
19285 sed "s/^/$as_me: WARNING: /" >&2
19286 ;;
19287 esac
19288 echo "$as_me:$LINENO: checking for windows.h" >&5
19289 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19290 if test "${ac_cv_header_windows_h+set}" = set; then
19291 echo $ECHO_N "(cached) $ECHO_C" >&6
19292 else
19293 ac_cv_header_windows_h=$ac_header_preproc
19294 fi
19295 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19296 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19297
19298 fi
19299 if test $ac_cv_header_windows_h = yes; then
19300 :
19301 else
19302
19303 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19304 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19305 { (exit 1); exit 1; }; }
19306
19307 fi
19308
19309
19310
19311 echo "$as_me:$LINENO: checking if w32api has good enough MSIE support" >&5
19312 echo $ECHO_N "checking if w32api has good enough MSIE support... $ECHO_C" >&6
19313 if test "${wx_cv_w32api_win32_ie+set}" = set; then
19314 echo $ECHO_N "(cached) $ECHO_C" >&6
19315 else
19316
19317 cat >conftest.$ac_ext <<_ACEOF
19318 #line $LINENO "configure"
19319 /* confdefs.h. */
19320 _ACEOF
19321 cat confdefs.h >>conftest.$ac_ext
19322 cat >>conftest.$ac_ext <<_ACEOF
19323 /* end confdefs.h. */
19324 #include <w32api.h>
19325 int
19326 main ()
19327 {
19328
19329 #define wxCHECK_W32API_VERSION( major, minor ) \
19330 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
19331 && ( ( __W32API_MAJOR_VERSION > (major) ) \
19332 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
19333
19334 #if !wxCHECK_W32API_VERSION(1,1)
19335 #error You need w32api 1.1 or newer
19336 #endif
19337
19338 ;
19339 return 0;
19340 }
19341 _ACEOF
19342 rm -f conftest.$ac_objext
19343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19344 (eval $ac_compile) 2>&5
19345 ac_status=$?
19346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347 (exit $ac_status); } &&
19348 { ac_try='test -s conftest.$ac_objext'
19349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19350 (eval $ac_try) 2>&5
19351 ac_status=$?
19352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19353 (exit $ac_status); }; }; then
19354
19355 wx_cv_w32api_win32_ie=yes
19356
19357 else
19358 echo "$as_me: failed program was:" >&5
19359 sed 's/^/| /' conftest.$ac_ext >&5
19360
19361
19362 wx_cv_w32api_win32_ie=no
19363
19364 fi
19365 rm -f conftest.$ac_objext conftest.$ac_ext
19366
19367 fi
19368 echo "$as_me:$LINENO: result: $wx_cv_w32api_win32_ie" >&5
19369 echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6
19370 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
19371 CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
19372 fi
19373
19374 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
19375
19376 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19377 LIBS="$LIBS -loleacc"
19378 fi
19379
19380 case "${host}" in
19381 *-*-cygwin* )
19382 LIBS="$LIBS -lkernel32 -luser32 -lcomdlg32"
19383 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
19384 esac
19385
19386 if test "$wxUSE_ODBC" = "sys" ; then
19387 wxUSE_ODBC = "yes"
19388 fi
19389 if test "$wxUSE_ODBC" = "yes" ; then
19390 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
19391 cat >>confdefs.h <<\_ACEOF
19392 #define wxUSE_ODBC 1
19393 _ACEOF
19394
19395 fi
19396
19397 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19398 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
19399
19400 WIN32INSTALL=win32install
19401 fi
19402
19403 if test "$USE_DARWIN" = 1; then
19404 if test "$wxUSE_PRECOMP" = "yes"; then
19405 CPPFLAGS="$CPPFLAGS -cpp-precomp"
19406 else
19407 CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
19408 fi
19409 fi
19410
19411 if test "$wxUSE_GUI" = "yes"; then
19412 USE_GUI=1
19413
19414 GUI_TK_LIBRARY=
19415
19416 WXGTK12=
19417 WXGTK127=
19418 WXGTK20=
19419
19420 if test "$wxUSE_MSW" = 1 ; then
19421 TOOLKIT=MSW
19422 GUIDIST=MSW_DIST
19423 fi
19424
19425 if test "$wxUSE_GTK" = 1; then
19426 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19427 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
19428
19429 gtk_version_cached=1
19430 if test "${wx_cv_lib_gtk+set}" = set; then
19431 echo $ECHO_N "(cached) $ECHO_C" >&6
19432 else
19433
19434 gtk_version_cached=0
19435 echo "$as_me:$LINENO: result: " >&5
19436 echo "${ECHO_T}" >&6
19437
19438 GTK_MODULES=
19439 if test "$wxUSE_THREADS" = "yes"; then
19440 GTK_MODULES=gthread
19441 fi
19442
19443 wx_cv_lib_gtk=
19444 if test "x$wxUSE_GTK2" = "xyes"; then
19445 # Check whether --enable-gtktest or --disable-gtktest was given.
19446 if test "${enable_gtktest+set}" = set; then
19447 enableval="$enable_gtktest"
19448
19449 else
19450 enable_gtktest=yes
19451 fi;
19452
19453 pkg_config_args=gtk+-2.0
19454 for module in . $GTK_MODULES
19455 do
19456 case "$module" in
19457 gthread)
19458 pkg_config_args="$pkg_config_args gthread-2.0"
19459 ;;
19460 esac
19461 done
19462
19463 no_gtk=""
19464
19465 # Extract the first word of "pkg-config", so it can be a program name with args.
19466 set dummy pkg-config; ac_word=$2
19467 echo "$as_me:$LINENO: checking for $ac_word" >&5
19468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19469 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19470 echo $ECHO_N "(cached) $ECHO_C" >&6
19471 else
19472 case $PKG_CONFIG in
19473 [\\/]* | ?:[\\/]*)
19474 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
19475 ;;
19476 *)
19477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19478 for as_dir in $PATH
19479 do
19480 IFS=$as_save_IFS
19481 test -z "$as_dir" && as_dir=.
19482 for ac_exec_ext in '' $ac_executable_extensions; do
19483 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19484 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19486 break 2
19487 fi
19488 done
19489 done
19490
19491 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
19492 ;;
19493 esac
19494 fi
19495 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
19496
19497 if test -n "$PKG_CONFIG"; then
19498 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19499 echo "${ECHO_T}$PKG_CONFIG" >&6
19500 else
19501 echo "$as_me:$LINENO: result: no" >&5
19502 echo "${ECHO_T}no" >&6
19503 fi
19504
19505
19506 if test x$PKG_CONFIG != xno ; then
19507 if pkg-config --atleast-pkgconfig-version 0.7 ; then
19508 :
19509 else
19510 echo *** pkg-config too old; version 0.7 or better required.
19511 no_gtk=yes
19512 PKG_CONFIG=no
19513 fi
19514 else
19515 no_gtk=yes
19516 fi
19517
19518 min_gtk_version=2.0.0
19519 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
19520 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
19521
19522 if test x$PKG_CONFIG != xno ; then
19523 ## don't try to run the test against uninstalled libtool libs
19524 if $PKG_CONFIG --uninstalled $pkg_config_args; then
19525 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
19526 enable_gtktest=no
19527 fi
19528
19529 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
19530 :
19531 else
19532 no_gtk=yes
19533 fi
19534 fi
19535
19536 if test x"$no_gtk" = x ; then
19537 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
19538 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
19539 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
19540 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19541 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
19542 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19543 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
19544 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19545 if test "x$enable_gtktest" = "xyes" ; then
19546 ac_save_CFLAGS="$CFLAGS"
19547 ac_save_LIBS="$LIBS"
19548 CFLAGS="$CFLAGS $GTK_CFLAGS"
19549 LIBS="$GTK_LIBS $LIBS"
19550 rm -f conf.gtktest
19551 if test "$cross_compiling" = yes; then
19552 echo $ac_n "cross compiling; assumed OK... $ac_c"
19553 else
19554 cat >conftest.$ac_ext <<_ACEOF
19555 #line $LINENO "configure"
19556 /* confdefs.h. */
19557 _ACEOF
19558 cat confdefs.h >>conftest.$ac_ext
19559 cat >>conftest.$ac_ext <<_ACEOF
19560 /* end confdefs.h. */
19561
19562 #include <gtk/gtk.h>
19563 #include <stdio.h>
19564 #include <stdlib.h>
19565
19566 int
19567 main ()
19568 {
19569 int major, minor, micro;
19570 char *tmp_version;
19571
19572 system ("touch conf.gtktest");
19573
19574 /* HP/UX 9 (%@#!) writes to sscanf strings */
19575 tmp_version = g_strdup("$min_gtk_version");
19576 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
19577 printf("%s, bad version string\n", "$min_gtk_version");
19578 exit(1);
19579 }
19580
19581 if ((gtk_major_version != $gtk_config_major_version) ||
19582 (gtk_minor_version != $gtk_config_minor_version) ||
19583 (gtk_micro_version != $gtk_config_micro_version))
19584 {
19585 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
19586 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19587 gtk_major_version, gtk_minor_version, gtk_micro_version);
19588 printf ("*** was found! If pkg-config was correct, then it is best\n");
19589 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19590 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19591 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19592 printf("*** required on your system.\n");
19593 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
19594 printf("*** to point to the correct configuration files\n");
19595 }
19596 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19597 (gtk_minor_version != GTK_MINOR_VERSION) ||
19598 (gtk_micro_version != GTK_MICRO_VERSION))
19599 {
19600 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19601 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19602 printf("*** library (version %d.%d.%d)\n",
19603 gtk_major_version, gtk_minor_version, gtk_micro_version);
19604 }
19605 else
19606 {
19607 if ((gtk_major_version > major) ||
19608 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19609 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19610 {
19611 return 0;
19612 }
19613 else
19614 {
19615 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19616 gtk_major_version, gtk_minor_version, gtk_micro_version);
19617 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19618 major, minor, micro);
19619 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19620 printf("***\n");
19621 printf("*** If you have already installed a sufficiently new version, this error\n");
19622 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
19623 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19624 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
19625 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
19626 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19627 printf("*** so that the correct libraries are found at run-time))\n");
19628 }
19629 }
19630 return 1;
19631 }
19632
19633 _ACEOF
19634 rm -f conftest$ac_exeext
19635 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19636 (eval $ac_link) 2>&5
19637 ac_status=$?
19638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19639 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19641 (eval $ac_try) 2>&5
19642 ac_status=$?
19643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19644 (exit $ac_status); }; }; then
19645 :
19646 else
19647 echo "$as_me: program exited with status $ac_status" >&5
19648 echo "$as_me: failed program was:" >&5
19649 sed 's/^/| /' conftest.$ac_ext >&5
19650
19651 ( exit $ac_status )
19652 no_gtk=yes
19653 fi
19654 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19655 fi
19656 CFLAGS="$ac_save_CFLAGS"
19657 LIBS="$ac_save_LIBS"
19658 fi
19659 fi
19660 if test "x$no_gtk" = x ; then
19661 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
19662 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
19663 wx_cv_lib_gtk=2.0
19664 else
19665 echo "$as_me:$LINENO: result: no" >&5
19666 echo "${ECHO_T}no" >&6
19667 if test "$PKG_CONFIG" = "no" ; then
19668 echo "*** A new enough version of pkg-config was not found."
19669 echo "*** See http://pkgconfig.sourceforge.net"
19670 else
19671 if test -f conf.gtktest ; then
19672 :
19673 else
19674 echo "*** Could not run GTK+ test program, checking why..."
19675 ac_save_CFLAGS="$CFLAGS"
19676 ac_save_LIBS="$LIBS"
19677 CFLAGS="$CFLAGS $GTK_CFLAGS"
19678 LIBS="$LIBS $GTK_LIBS"
19679 cat >conftest.$ac_ext <<_ACEOF
19680 #line $LINENO "configure"
19681 /* confdefs.h. */
19682 _ACEOF
19683 cat confdefs.h >>conftest.$ac_ext
19684 cat >>conftest.$ac_ext <<_ACEOF
19685 /* end confdefs.h. */
19686
19687 #include <gtk/gtk.h>
19688 #include <stdio.h>
19689
19690 int
19691 main ()
19692 {
19693 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
19694 ;
19695 return 0;
19696 }
19697 _ACEOF
19698 rm -f conftest.$ac_objext conftest$ac_exeext
19699 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19700 (eval $ac_link) 2>&5
19701 ac_status=$?
19702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703 (exit $ac_status); } &&
19704 { ac_try='test -s conftest$ac_exeext'
19705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19706 (eval $ac_try) 2>&5
19707 ac_status=$?
19708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19709 (exit $ac_status); }; }; then
19710 echo "*** The test program compiled, but did not run. This usually means"
19711 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
19712 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
19713 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
19714 echo "*** to the installed location Also, make sure you have run ldconfig if that"
19715 echo "*** is required on your system"
19716 echo "***"
19717 echo "*** If you have an old version installed, it is best to remove it, although"
19718 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
19719 else
19720 echo "$as_me: failed program was:" >&5
19721 sed 's/^/| /' conftest.$ac_ext >&5
19722
19723 echo "*** The test program failed to compile or link. See the file config.log for the"
19724 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
19725 fi
19726 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19727 CFLAGS="$ac_save_CFLAGS"
19728 LIBS="$ac_save_LIBS"
19729 fi
19730 fi
19731 GTK_CFLAGS=""
19732 GTK_LIBS=""
19733 :
19734 fi
19735
19736
19737 rm -f conf.gtktest
19738
19739 else
19740
19741 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
19742 if test "${with_gtk_prefix+set}" = set; then
19743 withval="$with_gtk_prefix"
19744 gtk_config_prefix="$withval"
19745 else
19746 gtk_config_prefix=""
19747 fi;
19748
19749 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
19750 if test "${with_gtk_exec_prefix+set}" = set; then
19751 withval="$with_gtk_exec_prefix"
19752 gtk_config_exec_prefix="$withval"
19753 else
19754 gtk_config_exec_prefix=""
19755 fi;
19756 # Check whether --enable-gtktest or --disable-gtktest was given.
19757 if test "${enable_gtktest+set}" = set; then
19758 enableval="$enable_gtktest"
19759
19760 else
19761 enable_gtktest=yes
19762 fi;
19763
19764 for module in . $GTK_MODULES
19765 do
19766 case "$module" in
19767 gthread)
19768 gtk_config_args="$gtk_config_args gthread"
19769 ;;
19770 esac
19771 done
19772
19773 if test x$gtk_config_exec_prefix != x ; then
19774 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
19775 if test x${GTK_CONFIG+set} != xset ; then
19776 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
19777 fi
19778 fi
19779 if test x$gtk_config_prefix != x ; then
19780 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
19781 if test x${GTK_CONFIG+set} != xset ; then
19782 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
19783 fi
19784 fi
19785
19786 # Extract the first word of "gtk-config", so it can be a program name with args.
19787 set dummy gtk-config; ac_word=$2
19788 echo "$as_me:$LINENO: checking for $ac_word" >&5
19789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19790 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
19791 echo $ECHO_N "(cached) $ECHO_C" >&6
19792 else
19793 case $GTK_CONFIG in
19794 [\\/]* | ?:[\\/]*)
19795 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
19796 ;;
19797 *)
19798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19799 for as_dir in $PATH
19800 do
19801 IFS=$as_save_IFS
19802 test -z "$as_dir" && as_dir=.
19803 for ac_exec_ext in '' $ac_executable_extensions; do
19804 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19805 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19806 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19807 break 2
19808 fi
19809 done
19810 done
19811
19812 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
19813 ;;
19814 esac
19815 fi
19816 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
19817
19818 if test -n "$GTK_CONFIG"; then
19819 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
19820 echo "${ECHO_T}$GTK_CONFIG" >&6
19821 else
19822 echo "$as_me:$LINENO: result: no" >&5
19823 echo "${ECHO_T}no" >&6
19824 fi
19825
19826 min_gtk_version=1.2.7
19827 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
19828 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
19829 no_gtk=""
19830 if test "$GTK_CONFIG" = "no" ; then
19831 no_gtk=yes
19832 else
19833 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
19834 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
19835 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
19836 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19837 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
19838 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19839 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
19840 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19841 if test "x$enable_gtktest" = "xyes" ; then
19842 ac_save_CFLAGS="$CFLAGS"
19843 ac_save_LIBS="$LIBS"
19844 CFLAGS="$CFLAGS $GTK_CFLAGS"
19845 LIBS="$GTK_LIBS $LIBS"
19846 rm -f conf.gtktest
19847 if test "$cross_compiling" = yes; then
19848 echo $ac_n "cross compiling; assumed OK... $ac_c"
19849 else
19850 cat >conftest.$ac_ext <<_ACEOF
19851 #line $LINENO "configure"
19852 /* confdefs.h. */
19853 _ACEOF
19854 cat confdefs.h >>conftest.$ac_ext
19855 cat >>conftest.$ac_ext <<_ACEOF
19856 /* end confdefs.h. */
19857
19858 #include <gtk/gtk.h>
19859 #include <stdio.h>
19860 #include <stdlib.h>
19861
19862 int
19863 main ()
19864 {
19865 int major, minor, micro;
19866 char *tmp_version;
19867
19868 system ("touch conf.gtktest");
19869
19870 /* HP/UX 9 (%@#!) writes to sscanf strings */
19871 tmp_version = g_strdup("$min_gtk_version");
19872 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
19873 printf("%s, bad version string\n", "$min_gtk_version");
19874 exit(1);
19875 }
19876
19877 if ((gtk_major_version != $gtk_config_major_version) ||
19878 (gtk_minor_version != $gtk_config_minor_version) ||
19879 (gtk_micro_version != $gtk_config_micro_version))
19880 {
19881 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
19882 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19883 gtk_major_version, gtk_minor_version, gtk_micro_version);
19884 printf ("*** was found! If gtk-config was correct, then it is best\n");
19885 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19886 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19887 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19888 printf("*** required on your system.\n");
19889 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
19890 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
19891 printf("*** before re-running configure\n");
19892 }
19893 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
19894 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19895 (gtk_minor_version != GTK_MINOR_VERSION) ||
19896 (gtk_micro_version != GTK_MICRO_VERSION))
19897 {
19898 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19899 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19900 printf("*** library (version %d.%d.%d)\n",
19901 gtk_major_version, gtk_minor_version, gtk_micro_version);
19902 }
19903 #endif /* defined (GTK_MAJOR_VERSION) ... */
19904 else
19905 {
19906 if ((gtk_major_version > major) ||
19907 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19908 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19909 {
19910 return 0;
19911 }
19912 else
19913 {
19914 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19915 gtk_major_version, gtk_minor_version, gtk_micro_version);
19916 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19917 major, minor, micro);
19918 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19919 printf("***\n");
19920 printf("*** If you have already installed a sufficiently new version, this error\n");
19921 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
19922 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19923 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
19924 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
19925 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19926 printf("*** so that the correct libraries are found at run-time))\n");
19927 }
19928 }
19929 return 1;
19930 }
19931
19932 _ACEOF
19933 rm -f conftest$ac_exeext
19934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19935 (eval $ac_link) 2>&5
19936 ac_status=$?
19937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19938 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19940 (eval $ac_try) 2>&5
19941 ac_status=$?
19942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19943 (exit $ac_status); }; }; then
19944 :
19945 else
19946 echo "$as_me: program exited with status $ac_status" >&5
19947 echo "$as_me: failed program was:" >&5
19948 sed 's/^/| /' conftest.$ac_ext >&5
19949
19950 ( exit $ac_status )
19951 no_gtk=yes
19952 fi
19953 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19954 fi
19955 CFLAGS="$ac_save_CFLAGS"
19956 LIBS="$ac_save_LIBS"
19957 fi
19958 fi
19959 if test "x$no_gtk" = x ; then
19960 echo "$as_me:$LINENO: result: yes" >&5
19961 echo "${ECHO_T}yes" >&6
19962 wx_cv_lib_gtk=1.2.7
19963 else
19964 echo "$as_me:$LINENO: result: no" >&5
19965 echo "${ECHO_T}no" >&6
19966 if test "$GTK_CONFIG" = "no" ; then
19967 echo "*** The gtk-config script installed by GTK could not be found"
19968 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
19969 echo "*** your path, or set the GTK_CONFIG environment variable to the"
19970 echo "*** full path to gtk-config."
19971 else
19972 if test -f conf.gtktest ; then
19973 :
19974 else
19975 echo "*** Could not run GTK test program, checking why..."
19976 CFLAGS="$CFLAGS $GTK_CFLAGS"
19977 LIBS="$LIBS $GTK_LIBS"
19978 cat >conftest.$ac_ext <<_ACEOF
19979 #line $LINENO "configure"
19980 /* confdefs.h. */
19981 _ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985
19986 #include <gtk/gtk.h>
19987 #include <stdio.h>
19988
19989 int
19990 main ()
19991 {
19992 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
19993 ;
19994 return 0;
19995 }
19996 _ACEOF
19997 rm -f conftest.$ac_objext conftest$ac_exeext
19998 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19999 (eval $ac_link) 2>&5
20000 ac_status=$?
20001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002 (exit $ac_status); } &&
20003 { ac_try='test -s conftest$ac_exeext'
20004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20005 (eval $ac_try) 2>&5
20006 ac_status=$?
20007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20008 (exit $ac_status); }; }; then
20009 echo "*** The test program compiled, but did not run. This usually means"
20010 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20011 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20012 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20013 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20014 echo "*** is required on your system"
20015 echo "***"
20016 echo "*** If you have an old version installed, it is best to remove it, although"
20017 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20018 echo "***"
20019 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20020 echo "*** came with the system with the command"
20021 echo "***"
20022 echo "*** rpm --erase --nodeps gtk gtk-devel"
20023 else
20024 echo "$as_me: failed program was:" >&5
20025 sed 's/^/| /' conftest.$ac_ext >&5
20026
20027 echo "*** The test program failed to compile or link. See the file config.log for the"
20028 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20029 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20030 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20031 fi
20032 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20033 CFLAGS="$ac_save_CFLAGS"
20034 LIBS="$ac_save_LIBS"
20035 fi
20036 fi
20037 GTK_CFLAGS=""
20038 GTK_LIBS=""
20039 :
20040 fi
20041
20042
20043 rm -f conf.gtktest
20044
20045
20046 if test -z "$wx_cv_lib_gtk"; then
20047
20048 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20049 if test "${with_gtk_prefix+set}" = set; then
20050 withval="$with_gtk_prefix"
20051 gtk_config_prefix="$withval"
20052 else
20053 gtk_config_prefix=""
20054 fi;
20055
20056 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20057 if test "${with_gtk_exec_prefix+set}" = set; then
20058 withval="$with_gtk_exec_prefix"
20059 gtk_config_exec_prefix="$withval"
20060 else
20061 gtk_config_exec_prefix=""
20062 fi;
20063 # Check whether --enable-gtktest or --disable-gtktest was given.
20064 if test "${enable_gtktest+set}" = set; then
20065 enableval="$enable_gtktest"
20066
20067 else
20068 enable_gtktest=yes
20069 fi;
20070
20071 for module in . $GTK_MODULES
20072 do
20073 case "$module" in
20074 gthread)
20075 gtk_config_args="$gtk_config_args gthread"
20076 ;;
20077 esac
20078 done
20079
20080 if test x$gtk_config_exec_prefix != x ; then
20081 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20082 if test x${GTK_CONFIG+set} != xset ; then
20083 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
20084 fi
20085 fi
20086 if test x$gtk_config_prefix != x ; then
20087 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
20088 if test x${GTK_CONFIG+set} != xset ; then
20089 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
20090 fi
20091 fi
20092
20093 # Extract the first word of "gtk-config", so it can be a program name with args.
20094 set dummy gtk-config; ac_word=$2
20095 echo "$as_me:$LINENO: checking for $ac_word" >&5
20096 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20097 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20098 echo $ECHO_N "(cached) $ECHO_C" >&6
20099 else
20100 case $GTK_CONFIG in
20101 [\\/]* | ?:[\\/]*)
20102 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
20103 ;;
20104 *)
20105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20106 for as_dir in $PATH
20107 do
20108 IFS=$as_save_IFS
20109 test -z "$as_dir" && as_dir=.
20110 for ac_exec_ext in '' $ac_executable_extensions; do
20111 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20112 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20113 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20114 break 2
20115 fi
20116 done
20117 done
20118
20119 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
20120 ;;
20121 esac
20122 fi
20123 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
20124
20125 if test -n "$GTK_CONFIG"; then
20126 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20127 echo "${ECHO_T}$GTK_CONFIG" >&6
20128 else
20129 echo "$as_me:$LINENO: result: no" >&5
20130 echo "${ECHO_T}no" >&6
20131 fi
20132
20133 min_gtk_version=1.2.3
20134 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20135 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20136 no_gtk=""
20137 if test "$GTK_CONFIG" = "no" ; then
20138 no_gtk=yes
20139 else
20140 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
20141 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
20142 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
20143 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20144 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
20145 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20146 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
20147 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20148 if test "x$enable_gtktest" = "xyes" ; then
20149 ac_save_CFLAGS="$CFLAGS"
20150 ac_save_LIBS="$LIBS"
20151 CFLAGS="$CFLAGS $GTK_CFLAGS"
20152 LIBS="$GTK_LIBS $LIBS"
20153 rm -f conf.gtktest
20154 if test "$cross_compiling" = yes; then
20155 echo $ac_n "cross compiling; assumed OK... $ac_c"
20156 else
20157 cat >conftest.$ac_ext <<_ACEOF
20158 #line $LINENO "configure"
20159 /* confdefs.h. */
20160 _ACEOF
20161 cat confdefs.h >>conftest.$ac_ext
20162 cat >>conftest.$ac_ext <<_ACEOF
20163 /* end confdefs.h. */
20164
20165 #include <gtk/gtk.h>
20166 #include <stdio.h>
20167 #include <stdlib.h>
20168
20169 int
20170 main ()
20171 {
20172 int major, minor, micro;
20173 char *tmp_version;
20174
20175 system ("touch conf.gtktest");
20176
20177 /* HP/UX 9 (%@#!) writes to sscanf strings */
20178 tmp_version = g_strdup("$min_gtk_version");
20179 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20180 printf("%s, bad version string\n", "$min_gtk_version");
20181 exit(1);
20182 }
20183
20184 if ((gtk_major_version != $gtk_config_major_version) ||
20185 (gtk_minor_version != $gtk_config_minor_version) ||
20186 (gtk_micro_version != $gtk_config_micro_version))
20187 {
20188 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20189 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20190 gtk_major_version, gtk_minor_version, gtk_micro_version);
20191 printf ("*** was found! If gtk-config was correct, then it is best\n");
20192 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20193 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20194 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20195 printf("*** required on your system.\n");
20196 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20197 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20198 printf("*** before re-running configure\n");
20199 }
20200 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20201 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20202 (gtk_minor_version != GTK_MINOR_VERSION) ||
20203 (gtk_micro_version != GTK_MICRO_VERSION))
20204 {
20205 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20206 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20207 printf("*** library (version %d.%d.%d)\n",
20208 gtk_major_version, gtk_minor_version, gtk_micro_version);
20209 }
20210 #endif /* defined (GTK_MAJOR_VERSION) ... */
20211 else
20212 {
20213 if ((gtk_major_version > major) ||
20214 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20215 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20216 {
20217 return 0;
20218 }
20219 else
20220 {
20221 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20222 gtk_major_version, gtk_minor_version, gtk_micro_version);
20223 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20224 major, minor, micro);
20225 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20226 printf("***\n");
20227 printf("*** If you have already installed a sufficiently new version, this error\n");
20228 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20229 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20230 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20231 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20232 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20233 printf("*** so that the correct libraries are found at run-time))\n");
20234 }
20235 }
20236 return 1;
20237 }
20238
20239 _ACEOF
20240 rm -f conftest$ac_exeext
20241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20242 (eval $ac_link) 2>&5
20243 ac_status=$?
20244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20245 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20247 (eval $ac_try) 2>&5
20248 ac_status=$?
20249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20250 (exit $ac_status); }; }; then
20251 :
20252 else
20253 echo "$as_me: program exited with status $ac_status" >&5
20254 echo "$as_me: failed program was:" >&5
20255 sed 's/^/| /' conftest.$ac_ext >&5
20256
20257 ( exit $ac_status )
20258 no_gtk=yes
20259 fi
20260 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20261 fi
20262 CFLAGS="$ac_save_CFLAGS"
20263 LIBS="$ac_save_LIBS"
20264 fi
20265 fi
20266 if test "x$no_gtk" = x ; then
20267 echo "$as_me:$LINENO: result: yes" >&5
20268 echo "${ECHO_T}yes" >&6
20269 wx_cv_lib_gtk=1.2.3
20270 else
20271 echo "$as_me:$LINENO: result: no" >&5
20272 echo "${ECHO_T}no" >&6
20273 if test "$GTK_CONFIG" = "no" ; then
20274 echo "*** The gtk-config script installed by GTK could not be found"
20275 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20276 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20277 echo "*** full path to gtk-config."
20278 else
20279 if test -f conf.gtktest ; then
20280 :
20281 else
20282 echo "*** Could not run GTK test program, checking why..."
20283 CFLAGS="$CFLAGS $GTK_CFLAGS"
20284 LIBS="$LIBS $GTK_LIBS"
20285 cat >conftest.$ac_ext <<_ACEOF
20286 #line $LINENO "configure"
20287 /* confdefs.h. */
20288 _ACEOF
20289 cat confdefs.h >>conftest.$ac_ext
20290 cat >>conftest.$ac_ext <<_ACEOF
20291 /* end confdefs.h. */
20292
20293 #include <gtk/gtk.h>
20294 #include <stdio.h>
20295
20296 int
20297 main ()
20298 {
20299 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20300 ;
20301 return 0;
20302 }
20303 _ACEOF
20304 rm -f conftest.$ac_objext conftest$ac_exeext
20305 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20306 (eval $ac_link) 2>&5
20307 ac_status=$?
20308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20309 (exit $ac_status); } &&
20310 { ac_try='test -s conftest$ac_exeext'
20311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20312 (eval $ac_try) 2>&5
20313 ac_status=$?
20314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20315 (exit $ac_status); }; }; then
20316 echo "*** The test program compiled, but did not run. This usually means"
20317 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20318 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20319 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20320 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20321 echo "*** is required on your system"
20322 echo "***"
20323 echo "*** If you have an old version installed, it is best to remove it, although"
20324 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20325 echo "***"
20326 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20327 echo "*** came with the system with the command"
20328 echo "***"
20329 echo "*** rpm --erase --nodeps gtk gtk-devel"
20330 else
20331 echo "$as_me: failed program was:" >&5
20332 sed 's/^/| /' conftest.$ac_ext >&5
20333
20334 echo "*** The test program failed to compile or link. See the file config.log for the"
20335 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20336 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20337 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20338 fi
20339 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20340 CFLAGS="$ac_save_CFLAGS"
20341 LIBS="$ac_save_LIBS"
20342 fi
20343 fi
20344 GTK_CFLAGS=""
20345 GTK_LIBS=""
20346 :
20347 fi
20348
20349
20350 rm -f conf.gtktest
20351
20352 fi
20353 fi
20354
20355 if test -z "$wx_cv_lib_gtk"; then
20356 wx_cv_lib_gtk=none
20357 else
20358 wx_cv_cflags_gtk=$GTK_CFLAGS
20359 wx_cv_libs_gtk=$GTK_LIBS
20360 fi
20361
20362
20363 fi
20364
20365
20366 if test "$gtk_version_cached" = 1; then
20367 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20368 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
20369 fi
20370
20371 case "$wx_cv_lib_gtk" in
20372 2.0) WXGTK20=1
20373 TOOLKIT_VERSION=2
20374 ;;
20375 1.2.7) WXGTK127=1
20376 WXGTK12=1
20377 ;;
20378 1.2.3) WXGTK12=1
20379 ;;
20380 *) { { echo "$as_me:$LINENO: error:
20381 Please check that gtk-config is in path, the directory
20382 where GTK+ libraries are installed (returned by
20383 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20384 equivalent variable and GTK+ is version 1.2.3 or above.
20385 " >&5
20386 echo "$as_me: error:
20387 Please check that gtk-config is in path, the directory
20388 where GTK+ libraries are installed (returned by
20389 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20390 equivalent variable and GTK+ is version 1.2.3 or above.
20391 " >&2;}
20392 { (exit 1); exit 1; }; }
20393 ;;
20394 esac
20395
20396 if test "$WXGTK20" = 1; then
20397 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
20398
20399 succeeded=no
20400
20401 if test -z "$PKG_CONFIG"; then
20402 # Extract the first word of "pkg-config", so it can be a program name with args.
20403 set dummy pkg-config; ac_word=$2
20404 echo "$as_me:$LINENO: checking for $ac_word" >&5
20405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20406 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20407 echo $ECHO_N "(cached) $ECHO_C" >&6
20408 else
20409 case $PKG_CONFIG in
20410 [\\/]* | ?:[\\/]*)
20411 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
20412 ;;
20413 *)
20414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20415 for as_dir in $PATH
20416 do
20417 IFS=$as_save_IFS
20418 test -z "$as_dir" && as_dir=.
20419 for ac_exec_ext in '' $ac_executable_extensions; do
20420 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20421 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20422 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20423 break 2
20424 fi
20425 done
20426 done
20427
20428 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
20429 ;;
20430 esac
20431 fi
20432 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
20433
20434 if test -n "$PKG_CONFIG"; then
20435 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20436 echo "${ECHO_T}$PKG_CONFIG" >&6
20437 else
20438 echo "$as_me:$LINENO: result: no" >&5
20439 echo "${ECHO_T}no" >&6
20440 fi
20441
20442 fi
20443
20444 if test "$PKG_CONFIG" = "no" ; then
20445 echo "*** The pkg-config script could not be found. Make sure it is"
20446 echo "*** in your path, or set the PKG_CONFIG environment variable"
20447 echo "*** to the full path to pkg-config."
20448 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20449 else
20450 PKG_CONFIG_MIN_VERSION=0.9.0
20451 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
20452 echo "$as_me:$LINENO: checking for pangoft2" >&5
20453 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
20454
20455 if $PKG_CONFIG --exists "pangoft2" ; then
20456 echo "$as_me:$LINENO: result: yes" >&5
20457 echo "${ECHO_T}yes" >&6
20458 succeeded=yes
20459
20460 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20461 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
20462 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
20463 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20464 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
20465
20466 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20467 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
20468 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
20469 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20470 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
20471 else
20472 PANGOFT2_CFLAGS=""
20473 PANGOFT2_LIBS=""
20474 ## If we have a custom action on failure, don't print errors, but
20475 ## do set a variable so people can do so.
20476 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
20477
20478 fi
20479
20480
20481
20482 else
20483 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20484 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20485 fi
20486 fi
20487
20488 if test $succeeded = yes; then
20489
20490 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
20491 LIBS="$LIBS $PANGOFT2_LIBS"
20492
20493 else
20494
20495 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20496 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
20497 wxUSE_PRINTING_ARCHITECTURE="no"
20498
20499
20500 fi
20501
20502 fi
20503 else
20504 if test "$wxUSE_UNICODE" = "yes"; then
20505 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
20506 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
20507 wxUSE_UNICODE=no
20508 fi
20509 fi
20510
20511 if test "$USE_DARWIN" != 1; then
20512
20513 for ac_func in poll
20514 do
20515 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20516 echo "$as_me:$LINENO: checking for $ac_func" >&5
20517 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20518 if eval "test \"\${$as_ac_var+set}\" = set"; then
20519 echo $ECHO_N "(cached) $ECHO_C" >&6
20520 else
20521 cat >conftest.$ac_ext <<_ACEOF
20522 #line $LINENO "configure"
20523 /* confdefs.h. */
20524 _ACEOF
20525 cat confdefs.h >>conftest.$ac_ext
20526 cat >>conftest.$ac_ext <<_ACEOF
20527 /* end confdefs.h. */
20528 /* System header to define __stub macros and hopefully few prototypes,
20529 which can conflict with char $ac_func (); below.
20530 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20531 <limits.h> exists even on freestanding compilers. */
20532 #ifdef __STDC__
20533 # include <limits.h>
20534 #else
20535 # include <assert.h>
20536 #endif
20537 /* Override any gcc2 internal prototype to avoid an error. */
20538 #ifdef __cplusplus
20539 extern "C"
20540 {
20541 #endif
20542 /* We use char because int might match the return type of a gcc2
20543 builtin and then its argument prototype would still apply. */
20544 char $ac_func ();
20545 /* The GNU C library defines this for functions which it implements
20546 to always fail with ENOSYS. Some functions are actually named
20547 something starting with __ and the normal name is an alias. */
20548 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20549 choke me
20550 #else
20551 char (*f) () = $ac_func;
20552 #endif
20553 #ifdef __cplusplus
20554 }
20555 #endif
20556
20557 int
20558 main ()
20559 {
20560 return f != $ac_func;
20561 ;
20562 return 0;
20563 }
20564 _ACEOF
20565 rm -f conftest.$ac_objext conftest$ac_exeext
20566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20567 (eval $ac_link) 2>&5
20568 ac_status=$?
20569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20570 (exit $ac_status); } &&
20571 { ac_try='test -s conftest$ac_exeext'
20572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20573 (eval $ac_try) 2>&5
20574 ac_status=$?
20575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20576 (exit $ac_status); }; }; then
20577 eval "$as_ac_var=yes"
20578 else
20579 echo "$as_me: failed program was:" >&5
20580 sed 's/^/| /' conftest.$ac_ext >&5
20581
20582 eval "$as_ac_var=no"
20583 fi
20584 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20585 fi
20586 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20587 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20588 if test `eval echo '${'$as_ac_var'}'` = yes; then
20589 cat >>confdefs.h <<_ACEOF
20590 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20591 _ACEOF
20592
20593 fi
20594 done
20595
20596 fi
20597
20598 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
20599 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
20600
20601 AFMINSTALL=afminstall
20602 TOOLKIT=GTK
20603 GUIDIST=GTK_DIST
20604
20605 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
20606 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
20607 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
20608 echo $ECHO_N "(cached) $ECHO_C" >&6
20609 else
20610 ac_check_lib_save_LIBS=$LIBS
20611 LIBS="-lgdk $LIBS"
20612 cat >conftest.$ac_ext <<_ACEOF
20613 #line $LINENO "configure"
20614 /* confdefs.h. */
20615 _ACEOF
20616 cat confdefs.h >>conftest.$ac_ext
20617 cat >>conftest.$ac_ext <<_ACEOF
20618 /* end confdefs.h. */
20619
20620 /* Override any gcc2 internal prototype to avoid an error. */
20621 #ifdef __cplusplus
20622 extern "C"
20623 #endif
20624 /* We use char because int might match the return type of a gcc2
20625 builtin and then its argument prototype would still apply. */
20626 char gdk_im_open ();
20627 int
20628 main ()
20629 {
20630 gdk_im_open ();
20631 ;
20632 return 0;
20633 }
20634 _ACEOF
20635 rm -f conftest.$ac_objext conftest$ac_exeext
20636 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20637 (eval $ac_link) 2>&5
20638 ac_status=$?
20639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); } &&
20641 { ac_try='test -s conftest$ac_exeext'
20642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20643 (eval $ac_try) 2>&5
20644 ac_status=$?
20645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20646 (exit $ac_status); }; }; then
20647 ac_cv_lib_gdk_gdk_im_open=yes
20648 else
20649 echo "$as_me: failed program was:" >&5
20650 sed 's/^/| /' conftest.$ac_ext >&5
20651
20652 ac_cv_lib_gdk_gdk_im_open=no
20653 fi
20654 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20655 LIBS=$ac_check_lib_save_LIBS
20656 fi
20657 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
20658 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
20659 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
20660 cat >>confdefs.h <<\_ACEOF
20661 #define HAVE_XIM 1
20662 _ACEOF
20663
20664 fi
20665
20666 fi
20667
20668 if test "$wxUSE_MGL" = 1; then
20669 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
20670 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
20671 if test "x$MGL_ROOT" = x ; then
20672 echo "$as_me:$LINENO: result: not found" >&5
20673 echo "${ECHO_T}not found" >&6
20674 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
20675 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
20676 { (exit 1); exit 1; }; }
20677 else
20678 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
20679 echo "${ECHO_T}$MGL_ROOT" >&6
20680 fi
20681
20682 echo "$as_me:$LINENO: checking for libmgl location" >&5
20683 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
20684 case "${host}" in
20685 *-*-linux* )
20686 if test "x$wxUSE_SHARED" = xyes ; then
20687 mgl_os_candidates="linux/gcc/glibc.so linux/gcc/glibc"
20688 else
20689 mgl_os_candidates="linux/gcc/glibc linux/gcc/glibc.so"
20690 fi
20691 ;;
20692 *-pc-msdosdjgpp )
20693 mgl_os_candidates="dos32/dj2"
20694 ;;
20695 *)
20696 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
20697 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
20698 { (exit 1); exit 1; }; }
20699 esac
20700
20701 mgl_lib_type=""
20702 mgl_os=""
20703
20704 for mgl_os_i in $mgl_os_candidates ; do
20705 if test "x$mgl_os" = x ; then
20706 if test "$wxUSE_DEBUG_FLAG" = yes ; then
20707 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
20708 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
20709 mgl_lib_type=debug
20710 mgl_os=$mgl_os_i
20711 fi
20712 fi
20713 if test "x$mgl_lib_type" = x ; then
20714 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
20715 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
20716 mgl_lib_type=release
20717 mgl_os=$mgl_os_i
20718 fi
20719 fi
20720 fi
20721 done
20722
20723 if test "x$mgl_os" = x ; then
20724 echo "$as_me:$LINENO: result: not found" >&5
20725 echo "${ECHO_T}not found" >&6
20726 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
20727 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
20728 { (exit 1); exit 1; }; }
20729 fi
20730 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
20731 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
20732
20733 wxUSE_UNIVERSAL="yes"
20734
20735 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
20736 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
20737
20738 AFMINSTALL=afminstall
20739 TOOLKIT=MGL
20740 GUIDIST=MGL_DIST
20741 fi
20742
20743 if test "$wxUSE_MICROWIN" = 1; then
20744 echo "$as_me:$LINENO: checking for MicroWindows" >&5
20745 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
20746 if test "x$MICROWINDOWS" = x ; then
20747 echo "$as_me:$LINENO: result: not found" >&5
20748 echo "${ECHO_T}not found" >&6
20749 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
20750 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
20751 { (exit 1); exit 1; }; }
20752 else
20753 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
20754 echo "${ECHO_T}$MICROWINDOWS" >&6
20755 fi
20756
20757 if test -f $MICROWINDOWS/lib/libmwin.a; then
20758 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
20759 echo "${ECHO_T}MicroWindows' libraries found." >&6
20760 else
20761 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
20762 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
20763 { (exit 1); exit 1; }; }
20764 fi
20765
20766 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
20767 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
20768
20769 wxUSE_UNIVERSAL="yes"
20770
20771 AFMINSTALL=afminstall
20772 TOOLKIT=MICROWIN
20773 GUIDIST=MICROWIN_DIST
20774
20775 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
20776 fi
20777
20778 if test "$wxUSE_X11" = 1; then
20779 echo "$as_me:$LINENO: checking for X" >&5
20780 echo $ECHO_N "checking for X... $ECHO_C" >&6
20781
20782
20783 # Check whether --with-x or --without-x was given.
20784 if test "${with_x+set}" = set; then
20785 withval="$with_x"
20786
20787 fi;
20788 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
20789 if test "x$with_x" = xno; then
20790 # The user explicitly disabled X.
20791 have_x=disabled
20792 else
20793 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
20794 # Both variables are already set.
20795 have_x=yes
20796 else
20797 if test "${ac_cv_have_x+set}" = set; then
20798 echo $ECHO_N "(cached) $ECHO_C" >&6
20799 else
20800 # One or both of the vars are not set, and there is no cached value.
20801 ac_x_includes=no ac_x_libraries=no
20802 rm -fr conftest.dir
20803 if mkdir conftest.dir; then
20804 cd conftest.dir
20805 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
20806 cat >Imakefile <<'_ACEOF'
20807 acfindx:
20808 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
20809 _ACEOF
20810 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
20811 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
20812 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
20813 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
20814 for ac_extension in a so sl; do
20815 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
20816 test -f $ac_im_libdir/libX11.$ac_extension; then
20817 ac_im_usrlibdir=$ac_im_libdir; break
20818 fi
20819 done
20820 # Screen out bogus values from the imake configuration. They are
20821 # bogus both because they are the default anyway, and because
20822 # using them would break gcc on systems where it needs fixed includes.
20823 case $ac_im_incroot in
20824 /usr/include) ;;
20825 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
20826 esac
20827 case $ac_im_usrlibdir in
20828 /usr/lib | /lib) ;;
20829 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
20830 esac
20831 fi
20832 cd ..
20833 rm -fr conftest.dir
20834 fi
20835
20836 # Standard set of common directories for X headers.
20837 # Check X11 before X11Rn because it is often a symlink to the current release.
20838 ac_x_header_dirs='
20839 /usr/X11/include
20840 /usr/X11R6/include
20841 /usr/X11R5/include
20842 /usr/X11R4/include
20843
20844 /usr/include/X11
20845 /usr/include/X11R6
20846 /usr/include/X11R5
20847 /usr/include/X11R4
20848
20849 /usr/local/X11/include
20850 /usr/local/X11R6/include
20851 /usr/local/X11R5/include
20852 /usr/local/X11R4/include
20853
20854 /usr/local/include/X11
20855 /usr/local/include/X11R6
20856 /usr/local/include/X11R5
20857 /usr/local/include/X11R4
20858
20859 /usr/X386/include
20860 /usr/x386/include
20861 /usr/XFree86/include/X11
20862
20863 /usr/include
20864 /usr/local/include
20865 /usr/unsupported/include
20866 /usr/athena/include
20867 /usr/local/x11r5/include
20868 /usr/lpp/Xamples/include
20869
20870 /usr/openwin/include
20871 /usr/openwin/share/include'
20872
20873 if test "$ac_x_includes" = no; then
20874 # Guess where to find include files, by looking for Intrinsic.h.
20875 # First, try using that file with no special directory specified.
20876 cat >conftest.$ac_ext <<_ACEOF
20877 #line $LINENO "configure"
20878 /* confdefs.h. */
20879 _ACEOF
20880 cat confdefs.h >>conftest.$ac_ext
20881 cat >>conftest.$ac_ext <<_ACEOF
20882 /* end confdefs.h. */
20883 #include <X11/Intrinsic.h>
20884 _ACEOF
20885 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20886 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20887 ac_status=$?
20888 grep -v '^ *+' conftest.er1 >conftest.err
20889 rm -f conftest.er1
20890 cat conftest.err >&5
20891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892 (exit $ac_status); } >/dev/null; then
20893 if test -s conftest.err; then
20894 ac_cpp_err=$ac_c_preproc_warn_flag
20895 else
20896 ac_cpp_err=
20897 fi
20898 else
20899 ac_cpp_err=yes
20900 fi
20901 if test -z "$ac_cpp_err"; then
20902 # We can compile using X headers with no special include directory.
20903 ac_x_includes=
20904 else
20905 echo "$as_me: failed program was:" >&5
20906 sed 's/^/| /' conftest.$ac_ext >&5
20907
20908 for ac_dir in $ac_x_header_dirs; do
20909 if test -r "$ac_dir/X11/Intrinsic.h"; then
20910 ac_x_includes=$ac_dir
20911 break
20912 fi
20913 done
20914 fi
20915 rm -f conftest.err conftest.$ac_ext
20916 fi # $ac_x_includes = no
20917
20918 if test "$ac_x_libraries" = no; then
20919 # Check for the libraries.
20920 # See if we find them without any special options.
20921 # Don't add to $LIBS permanently.
20922 ac_save_LIBS=$LIBS
20923 LIBS="-lXt $LIBS"
20924 cat >conftest.$ac_ext <<_ACEOF
20925 #line $LINENO "configure"
20926 /* confdefs.h. */
20927 _ACEOF
20928 cat confdefs.h >>conftest.$ac_ext
20929 cat >>conftest.$ac_ext <<_ACEOF
20930 /* end confdefs.h. */
20931 #include <X11/Intrinsic.h>
20932 int
20933 main ()
20934 {
20935 XtMalloc (0)
20936 ;
20937 return 0;
20938 }
20939 _ACEOF
20940 rm -f conftest.$ac_objext conftest$ac_exeext
20941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20942 (eval $ac_link) 2>&5
20943 ac_status=$?
20944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20945 (exit $ac_status); } &&
20946 { ac_try='test -s conftest$ac_exeext'
20947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20948 (eval $ac_try) 2>&5
20949 ac_status=$?
20950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20951 (exit $ac_status); }; }; then
20952 LIBS=$ac_save_LIBS
20953 # We can link X programs with no special library path.
20954 ac_x_libraries=
20955 else
20956 echo "$as_me: failed program was:" >&5
20957 sed 's/^/| /' conftest.$ac_ext >&5
20958
20959 LIBS=$ac_save_LIBS
20960 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
20961 do
20962 # Don't even attempt the hair of trying to link an X program!
20963 for ac_extension in a so sl; do
20964 if test -r $ac_dir/libXt.$ac_extension; then
20965 ac_x_libraries=$ac_dir
20966 break 2
20967 fi
20968 done
20969 done
20970 fi
20971 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20972 fi # $ac_x_libraries = no
20973
20974 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
20975 # Didn't find X anywhere. Cache the known absence of X.
20976 ac_cv_have_x="have_x=no"
20977 else
20978 # Record where we found X for the cache.
20979 ac_cv_have_x="have_x=yes \
20980 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
20981 fi
20982 fi
20983
20984 fi
20985 eval "$ac_cv_have_x"
20986 fi # $with_x != no
20987
20988 if test "$have_x" != yes; then
20989 echo "$as_me:$LINENO: result: $have_x" >&5
20990 echo "${ECHO_T}$have_x" >&6
20991 no_x=yes
20992 else
20993 # If each of the values was on the command line, it overrides each guess.
20994 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
20995 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
20996 # Update the cache value to reflect the command line values.
20997 ac_cv_have_x="have_x=yes \
20998 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
20999 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21000 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21001 fi
21002
21003 if test "$no_x" = yes; then
21004 # Not all programs may use this symbol, but it does not hurt to define it.
21005
21006 cat >>confdefs.h <<\_ACEOF
21007 #define X_DISPLAY_MISSING 1
21008 _ACEOF
21009
21010 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
21011 else
21012 if test -n "$x_includes"; then
21013 X_CFLAGS="$X_CFLAGS -I$x_includes"
21014 fi
21015
21016 # It would also be nice to do this for all -L options, not just this one.
21017 if test -n "$x_libraries"; then
21018 X_LIBS="$X_LIBS -L$x_libraries"
21019 # For Solaris; some versions of Sun CC require a space after -R and
21020 # others require no space. Words are not sufficient . . . .
21021 case `(uname -sr) 2>/dev/null` in
21022 "SunOS 5"*)
21023 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21024 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21025 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
21026 cat >conftest.$ac_ext <<_ACEOF
21027 #line $LINENO "configure"
21028 /* confdefs.h. */
21029 _ACEOF
21030 cat confdefs.h >>conftest.$ac_ext
21031 cat >>conftest.$ac_ext <<_ACEOF
21032 /* end confdefs.h. */
21033
21034 int
21035 main ()
21036 {
21037
21038 ;
21039 return 0;
21040 }
21041 _ACEOF
21042 rm -f conftest.$ac_objext conftest$ac_exeext
21043 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21044 (eval $ac_link) 2>&5
21045 ac_status=$?
21046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21047 (exit $ac_status); } &&
21048 { ac_try='test -s conftest$ac_exeext'
21049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21050 (eval $ac_try) 2>&5
21051 ac_status=$?
21052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21053 (exit $ac_status); }; }; then
21054 ac_R_nospace=yes
21055 else
21056 echo "$as_me: failed program was:" >&5
21057 sed 's/^/| /' conftest.$ac_ext >&5
21058
21059 ac_R_nospace=no
21060 fi
21061 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21062 if test $ac_R_nospace = yes; then
21063 echo "$as_me:$LINENO: result: no" >&5
21064 echo "${ECHO_T}no" >&6
21065 X_LIBS="$X_LIBS -R$x_libraries"
21066 else
21067 LIBS="$ac_xsave_LIBS -R $x_libraries"
21068 cat >conftest.$ac_ext <<_ACEOF
21069 #line $LINENO "configure"
21070 /* confdefs.h. */
21071 _ACEOF
21072 cat confdefs.h >>conftest.$ac_ext
21073 cat >>conftest.$ac_ext <<_ACEOF
21074 /* end confdefs.h. */
21075
21076 int
21077 main ()
21078 {
21079
21080 ;
21081 return 0;
21082 }
21083 _ACEOF
21084 rm -f conftest.$ac_objext conftest$ac_exeext
21085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21086 (eval $ac_link) 2>&5
21087 ac_status=$?
21088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21089 (exit $ac_status); } &&
21090 { ac_try='test -s conftest$ac_exeext'
21091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21092 (eval $ac_try) 2>&5
21093 ac_status=$?
21094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21095 (exit $ac_status); }; }; then
21096 ac_R_space=yes
21097 else
21098 echo "$as_me: failed program was:" >&5
21099 sed 's/^/| /' conftest.$ac_ext >&5
21100
21101 ac_R_space=no
21102 fi
21103 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21104 if test $ac_R_space = yes; then
21105 echo "$as_me:$LINENO: result: yes" >&5
21106 echo "${ECHO_T}yes" >&6
21107 X_LIBS="$X_LIBS -R $x_libraries"
21108 else
21109 echo "$as_me:$LINENO: result: neither works" >&5
21110 echo "${ECHO_T}neither works" >&6
21111 fi
21112 fi
21113 LIBS=$ac_xsave_LIBS
21114 esac
21115 fi
21116
21117 # Check for system-dependent libraries X programs must link with.
21118 # Do this before checking for the system-independent R6 libraries
21119 # (-lICE), since we may need -lsocket or whatever for X linking.
21120
21121 if test "$ISC" = yes; then
21122 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
21123 else
21124 # Martyn Johnson says this is needed for Ultrix, if the X
21125 # libraries were built with DECnet support. And Karl Berry says
21126 # the Alpha needs dnet_stub (dnet does not exist).
21127 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
21128 cat >conftest.$ac_ext <<_ACEOF
21129 #line $LINENO "configure"
21130 /* confdefs.h. */
21131 _ACEOF
21132 cat confdefs.h >>conftest.$ac_ext
21133 cat >>conftest.$ac_ext <<_ACEOF
21134 /* end confdefs.h. */
21135
21136 /* Override any gcc2 internal prototype to avoid an error. */
21137 #ifdef __cplusplus
21138 extern "C"
21139 #endif
21140 /* We use char because int might match the return type of a gcc2
21141 builtin and then its argument prototype would still apply. */
21142 char XOpenDisplay ();
21143 int
21144 main ()
21145 {
21146 XOpenDisplay ();
21147 ;
21148 return 0;
21149 }
21150 _ACEOF
21151 rm -f conftest.$ac_objext conftest$ac_exeext
21152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21153 (eval $ac_link) 2>&5
21154 ac_status=$?
21155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21156 (exit $ac_status); } &&
21157 { ac_try='test -s conftest$ac_exeext'
21158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21159 (eval $ac_try) 2>&5
21160 ac_status=$?
21161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21162 (exit $ac_status); }; }; then
21163 :
21164 else
21165 echo "$as_me: failed program was:" >&5
21166 sed 's/^/| /' conftest.$ac_ext >&5
21167
21168 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21169 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21170 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21171 echo $ECHO_N "(cached) $ECHO_C" >&6
21172 else
21173 ac_check_lib_save_LIBS=$LIBS
21174 LIBS="-ldnet $LIBS"
21175 cat >conftest.$ac_ext <<_ACEOF
21176 #line $LINENO "configure"
21177 /* confdefs.h. */
21178 _ACEOF
21179 cat confdefs.h >>conftest.$ac_ext
21180 cat >>conftest.$ac_ext <<_ACEOF
21181 /* end confdefs.h. */
21182
21183 /* Override any gcc2 internal prototype to avoid an error. */
21184 #ifdef __cplusplus
21185 extern "C"
21186 #endif
21187 /* We use char because int might match the return type of a gcc2
21188 builtin and then its argument prototype would still apply. */
21189 char dnet_ntoa ();
21190 int
21191 main ()
21192 {
21193 dnet_ntoa ();
21194 ;
21195 return 0;
21196 }
21197 _ACEOF
21198 rm -f conftest.$ac_objext conftest$ac_exeext
21199 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21200 (eval $ac_link) 2>&5
21201 ac_status=$?
21202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21203 (exit $ac_status); } &&
21204 { ac_try='test -s conftest$ac_exeext'
21205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21206 (eval $ac_try) 2>&5
21207 ac_status=$?
21208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21209 (exit $ac_status); }; }; then
21210 ac_cv_lib_dnet_dnet_ntoa=yes
21211 else
21212 echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.$ac_ext >&5
21214
21215 ac_cv_lib_dnet_dnet_ntoa=no
21216 fi
21217 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21218 LIBS=$ac_check_lib_save_LIBS
21219 fi
21220 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21221 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21222 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21223 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
21224 fi
21225
21226 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
21227 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21228 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21229 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21230 echo $ECHO_N "(cached) $ECHO_C" >&6
21231 else
21232 ac_check_lib_save_LIBS=$LIBS
21233 LIBS="-ldnet_stub $LIBS"
21234 cat >conftest.$ac_ext <<_ACEOF
21235 #line $LINENO "configure"
21236 /* confdefs.h. */
21237 _ACEOF
21238 cat confdefs.h >>conftest.$ac_ext
21239 cat >>conftest.$ac_ext <<_ACEOF
21240 /* end confdefs.h. */
21241
21242 /* Override any gcc2 internal prototype to avoid an error. */
21243 #ifdef __cplusplus
21244 extern "C"
21245 #endif
21246 /* We use char because int might match the return type of a gcc2
21247 builtin and then its argument prototype would still apply. */
21248 char dnet_ntoa ();
21249 int
21250 main ()
21251 {
21252 dnet_ntoa ();
21253 ;
21254 return 0;
21255 }
21256 _ACEOF
21257 rm -f conftest.$ac_objext conftest$ac_exeext
21258 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21259 (eval $ac_link) 2>&5
21260 ac_status=$?
21261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21262 (exit $ac_status); } &&
21263 { ac_try='test -s conftest$ac_exeext'
21264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21265 (eval $ac_try) 2>&5
21266 ac_status=$?
21267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21268 (exit $ac_status); }; }; then
21269 ac_cv_lib_dnet_stub_dnet_ntoa=yes
21270 else
21271 echo "$as_me: failed program was:" >&5
21272 sed 's/^/| /' conftest.$ac_ext >&5
21273
21274 ac_cv_lib_dnet_stub_dnet_ntoa=no
21275 fi
21276 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21277 LIBS=$ac_check_lib_save_LIBS
21278 fi
21279 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21280 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21281 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21282 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
21283 fi
21284
21285 fi
21286 fi
21287 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21288 LIBS="$ac_xsave_LIBS"
21289
21290 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21291 # to get the SysV transport functions.
21292 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21293 # needs -lnsl.
21294 # The nsl library prevents programs from opening the X display
21295 # on Irix 5.2, according to T.E. Dickey.
21296 # The functions gethostbyname, getservbyname, and inet_addr are
21297 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21298 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21299 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21300 if test "${ac_cv_func_gethostbyname+set}" = set; then
21301 echo $ECHO_N "(cached) $ECHO_C" >&6
21302 else
21303 cat >conftest.$ac_ext <<_ACEOF
21304 #line $LINENO "configure"
21305 /* confdefs.h. */
21306 _ACEOF
21307 cat confdefs.h >>conftest.$ac_ext
21308 cat >>conftest.$ac_ext <<_ACEOF
21309 /* end confdefs.h. */
21310 /* System header to define __stub macros and hopefully few prototypes,
21311 which can conflict with char gethostbyname (); below.
21312 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21313 <limits.h> exists even on freestanding compilers. */
21314 #ifdef __STDC__
21315 # include <limits.h>
21316 #else
21317 # include <assert.h>
21318 #endif
21319 /* Override any gcc2 internal prototype to avoid an error. */
21320 #ifdef __cplusplus
21321 extern "C"
21322 {
21323 #endif
21324 /* We use char because int might match the return type of a gcc2
21325 builtin and then its argument prototype would still apply. */
21326 char gethostbyname ();
21327 /* The GNU C library defines this for functions which it implements
21328 to always fail with ENOSYS. Some functions are actually named
21329 something starting with __ and the normal name is an alias. */
21330 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21331 choke me
21332 #else
21333 char (*f) () = gethostbyname;
21334 #endif
21335 #ifdef __cplusplus
21336 }
21337 #endif
21338
21339 int
21340 main ()
21341 {
21342 return f != gethostbyname;
21343 ;
21344 return 0;
21345 }
21346 _ACEOF
21347 rm -f conftest.$ac_objext conftest$ac_exeext
21348 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21349 (eval $ac_link) 2>&5
21350 ac_status=$?
21351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21352 (exit $ac_status); } &&
21353 { ac_try='test -s conftest$ac_exeext'
21354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21355 (eval $ac_try) 2>&5
21356 ac_status=$?
21357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21358 (exit $ac_status); }; }; then
21359 ac_cv_func_gethostbyname=yes
21360 else
21361 echo "$as_me: failed program was:" >&5
21362 sed 's/^/| /' conftest.$ac_ext >&5
21363
21364 ac_cv_func_gethostbyname=no
21365 fi
21366 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21367 fi
21368 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21369 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
21370
21371 if test $ac_cv_func_gethostbyname = no; then
21372 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21373 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21374 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21375 echo $ECHO_N "(cached) $ECHO_C" >&6
21376 else
21377 ac_check_lib_save_LIBS=$LIBS
21378 LIBS="-lnsl $LIBS"
21379 cat >conftest.$ac_ext <<_ACEOF
21380 #line $LINENO "configure"
21381 /* confdefs.h. */
21382 _ACEOF
21383 cat confdefs.h >>conftest.$ac_ext
21384 cat >>conftest.$ac_ext <<_ACEOF
21385 /* end confdefs.h. */
21386
21387 /* Override any gcc2 internal prototype to avoid an error. */
21388 #ifdef __cplusplus
21389 extern "C"
21390 #endif
21391 /* We use char because int might match the return type of a gcc2
21392 builtin and then its argument prototype would still apply. */
21393 char gethostbyname ();
21394 int
21395 main ()
21396 {
21397 gethostbyname ();
21398 ;
21399 return 0;
21400 }
21401 _ACEOF
21402 rm -f conftest.$ac_objext conftest$ac_exeext
21403 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21404 (eval $ac_link) 2>&5
21405 ac_status=$?
21406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21407 (exit $ac_status); } &&
21408 { ac_try='test -s conftest$ac_exeext'
21409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21410 (eval $ac_try) 2>&5
21411 ac_status=$?
21412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21413 (exit $ac_status); }; }; then
21414 ac_cv_lib_nsl_gethostbyname=yes
21415 else
21416 echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21418
21419 ac_cv_lib_nsl_gethostbyname=no
21420 fi
21421 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21422 LIBS=$ac_check_lib_save_LIBS
21423 fi
21424 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21425 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21426 if test $ac_cv_lib_nsl_gethostbyname = yes; then
21427 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
21428 fi
21429
21430 if test $ac_cv_lib_nsl_gethostbyname = no; then
21431 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21432 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21433 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21434 echo $ECHO_N "(cached) $ECHO_C" >&6
21435 else
21436 ac_check_lib_save_LIBS=$LIBS
21437 LIBS="-lbsd $LIBS"
21438 cat >conftest.$ac_ext <<_ACEOF
21439 #line $LINENO "configure"
21440 /* confdefs.h. */
21441 _ACEOF
21442 cat confdefs.h >>conftest.$ac_ext
21443 cat >>conftest.$ac_ext <<_ACEOF
21444 /* end confdefs.h. */
21445
21446 /* Override any gcc2 internal prototype to avoid an error. */
21447 #ifdef __cplusplus
21448 extern "C"
21449 #endif
21450 /* We use char because int might match the return type of a gcc2
21451 builtin and then its argument prototype would still apply. */
21452 char gethostbyname ();
21453 int
21454 main ()
21455 {
21456 gethostbyname ();
21457 ;
21458 return 0;
21459 }
21460 _ACEOF
21461 rm -f conftest.$ac_objext conftest$ac_exeext
21462 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21463 (eval $ac_link) 2>&5
21464 ac_status=$?
21465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21466 (exit $ac_status); } &&
21467 { ac_try='test -s conftest$ac_exeext'
21468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21469 (eval $ac_try) 2>&5
21470 ac_status=$?
21471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21472 (exit $ac_status); }; }; then
21473 ac_cv_lib_bsd_gethostbyname=yes
21474 else
21475 echo "$as_me: failed program was:" >&5
21476 sed 's/^/| /' conftest.$ac_ext >&5
21477
21478 ac_cv_lib_bsd_gethostbyname=no
21479 fi
21480 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21481 LIBS=$ac_check_lib_save_LIBS
21482 fi
21483 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21484 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21485 if test $ac_cv_lib_bsd_gethostbyname = yes; then
21486 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
21487 fi
21488
21489 fi
21490 fi
21491
21492 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21493 # socket/setsockopt and other routines are undefined under SCO ODT
21494 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
21495 # on later versions), says Simon Leinen: it contains gethostby*
21496 # variants that don't use the name server (or something). -lsocket
21497 # must be given before -lnsl if both are needed. We assume that
21498 # if connect needs -lnsl, so does gethostbyname.
21499 echo "$as_me:$LINENO: checking for connect" >&5
21500 echo $ECHO_N "checking for connect... $ECHO_C" >&6
21501 if test "${ac_cv_func_connect+set}" = set; then
21502 echo $ECHO_N "(cached) $ECHO_C" >&6
21503 else
21504 cat >conftest.$ac_ext <<_ACEOF
21505 #line $LINENO "configure"
21506 /* confdefs.h. */
21507 _ACEOF
21508 cat confdefs.h >>conftest.$ac_ext
21509 cat >>conftest.$ac_ext <<_ACEOF
21510 /* end confdefs.h. */
21511 /* System header to define __stub macros and hopefully few prototypes,
21512 which can conflict with char connect (); below.
21513 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21514 <limits.h> exists even on freestanding compilers. */
21515 #ifdef __STDC__
21516 # include <limits.h>
21517 #else
21518 # include <assert.h>
21519 #endif
21520 /* Override any gcc2 internal prototype to avoid an error. */
21521 #ifdef __cplusplus
21522 extern "C"
21523 {
21524 #endif
21525 /* We use char because int might match the return type of a gcc2
21526 builtin and then its argument prototype would still apply. */
21527 char connect ();
21528 /* The GNU C library defines this for functions which it implements
21529 to always fail with ENOSYS. Some functions are actually named
21530 something starting with __ and the normal name is an alias. */
21531 #if defined (__stub_connect) || defined (__stub___connect)
21532 choke me
21533 #else
21534 char (*f) () = connect;
21535 #endif
21536 #ifdef __cplusplus
21537 }
21538 #endif
21539
21540 int
21541 main ()
21542 {
21543 return f != connect;
21544 ;
21545 return 0;
21546 }
21547 _ACEOF
21548 rm -f conftest.$ac_objext conftest$ac_exeext
21549 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21550 (eval $ac_link) 2>&5
21551 ac_status=$?
21552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21553 (exit $ac_status); } &&
21554 { ac_try='test -s conftest$ac_exeext'
21555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21556 (eval $ac_try) 2>&5
21557 ac_status=$?
21558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21559 (exit $ac_status); }; }; then
21560 ac_cv_func_connect=yes
21561 else
21562 echo "$as_me: failed program was:" >&5
21563 sed 's/^/| /' conftest.$ac_ext >&5
21564
21565 ac_cv_func_connect=no
21566 fi
21567 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21568 fi
21569 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
21570 echo "${ECHO_T}$ac_cv_func_connect" >&6
21571
21572 if test $ac_cv_func_connect = no; then
21573 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
21574 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
21575 if test "${ac_cv_lib_socket_connect+set}" = set; then
21576 echo $ECHO_N "(cached) $ECHO_C" >&6
21577 else
21578 ac_check_lib_save_LIBS=$LIBS
21579 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
21580 cat >conftest.$ac_ext <<_ACEOF
21581 #line $LINENO "configure"
21582 /* confdefs.h. */
21583 _ACEOF
21584 cat confdefs.h >>conftest.$ac_ext
21585 cat >>conftest.$ac_ext <<_ACEOF
21586 /* end confdefs.h. */
21587
21588 /* Override any gcc2 internal prototype to avoid an error. */
21589 #ifdef __cplusplus
21590 extern "C"
21591 #endif
21592 /* We use char because int might match the return type of a gcc2
21593 builtin and then its argument prototype would still apply. */
21594 char connect ();
21595 int
21596 main ()
21597 {
21598 connect ();
21599 ;
21600 return 0;
21601 }
21602 _ACEOF
21603 rm -f conftest.$ac_objext conftest$ac_exeext
21604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21605 (eval $ac_link) 2>&5
21606 ac_status=$?
21607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21608 (exit $ac_status); } &&
21609 { ac_try='test -s conftest$ac_exeext'
21610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21611 (eval $ac_try) 2>&5
21612 ac_status=$?
21613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21614 (exit $ac_status); }; }; then
21615 ac_cv_lib_socket_connect=yes
21616 else
21617 echo "$as_me: failed program was:" >&5
21618 sed 's/^/| /' conftest.$ac_ext >&5
21619
21620 ac_cv_lib_socket_connect=no
21621 fi
21622 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21623 LIBS=$ac_check_lib_save_LIBS
21624 fi
21625 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
21626 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
21627 if test $ac_cv_lib_socket_connect = yes; then
21628 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
21629 fi
21630
21631 fi
21632
21633 # Guillermo Gomez says -lposix is necessary on A/UX.
21634 echo "$as_me:$LINENO: checking for remove" >&5
21635 echo $ECHO_N "checking for remove... $ECHO_C" >&6
21636 if test "${ac_cv_func_remove+set}" = set; then
21637 echo $ECHO_N "(cached) $ECHO_C" >&6
21638 else
21639 cat >conftest.$ac_ext <<_ACEOF
21640 #line $LINENO "configure"
21641 /* confdefs.h. */
21642 _ACEOF
21643 cat confdefs.h >>conftest.$ac_ext
21644 cat >>conftest.$ac_ext <<_ACEOF
21645 /* end confdefs.h. */
21646 /* System header to define __stub macros and hopefully few prototypes,
21647 which can conflict with char remove (); below.
21648 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21649 <limits.h> exists even on freestanding compilers. */
21650 #ifdef __STDC__
21651 # include <limits.h>
21652 #else
21653 # include <assert.h>
21654 #endif
21655 /* Override any gcc2 internal prototype to avoid an error. */
21656 #ifdef __cplusplus
21657 extern "C"
21658 {
21659 #endif
21660 /* We use char because int might match the return type of a gcc2
21661 builtin and then its argument prototype would still apply. */
21662 char remove ();
21663 /* The GNU C library defines this for functions which it implements
21664 to always fail with ENOSYS. Some functions are actually named
21665 something starting with __ and the normal name is an alias. */
21666 #if defined (__stub_remove) || defined (__stub___remove)
21667 choke me
21668 #else
21669 char (*f) () = remove;
21670 #endif
21671 #ifdef __cplusplus
21672 }
21673 #endif
21674
21675 int
21676 main ()
21677 {
21678 return f != remove;
21679 ;
21680 return 0;
21681 }
21682 _ACEOF
21683 rm -f conftest.$ac_objext conftest$ac_exeext
21684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21685 (eval $ac_link) 2>&5
21686 ac_status=$?
21687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21688 (exit $ac_status); } &&
21689 { ac_try='test -s conftest$ac_exeext'
21690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21691 (eval $ac_try) 2>&5
21692 ac_status=$?
21693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21694 (exit $ac_status); }; }; then
21695 ac_cv_func_remove=yes
21696 else
21697 echo "$as_me: failed program was:" >&5
21698 sed 's/^/| /' conftest.$ac_ext >&5
21699
21700 ac_cv_func_remove=no
21701 fi
21702 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21703 fi
21704 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
21705 echo "${ECHO_T}$ac_cv_func_remove" >&6
21706
21707 if test $ac_cv_func_remove = no; then
21708 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
21709 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
21710 if test "${ac_cv_lib_posix_remove+set}" = set; then
21711 echo $ECHO_N "(cached) $ECHO_C" >&6
21712 else
21713 ac_check_lib_save_LIBS=$LIBS
21714 LIBS="-lposix $LIBS"
21715 cat >conftest.$ac_ext <<_ACEOF
21716 #line $LINENO "configure"
21717 /* confdefs.h. */
21718 _ACEOF
21719 cat confdefs.h >>conftest.$ac_ext
21720 cat >>conftest.$ac_ext <<_ACEOF
21721 /* end confdefs.h. */
21722
21723 /* Override any gcc2 internal prototype to avoid an error. */
21724 #ifdef __cplusplus
21725 extern "C"
21726 #endif
21727 /* We use char because int might match the return type of a gcc2
21728 builtin and then its argument prototype would still apply. */
21729 char remove ();
21730 int
21731 main ()
21732 {
21733 remove ();
21734 ;
21735 return 0;
21736 }
21737 _ACEOF
21738 rm -f conftest.$ac_objext conftest$ac_exeext
21739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21740 (eval $ac_link) 2>&5
21741 ac_status=$?
21742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743 (exit $ac_status); } &&
21744 { ac_try='test -s conftest$ac_exeext'
21745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21746 (eval $ac_try) 2>&5
21747 ac_status=$?
21748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21749 (exit $ac_status); }; }; then
21750 ac_cv_lib_posix_remove=yes
21751 else
21752 echo "$as_me: failed program was:" >&5
21753 sed 's/^/| /' conftest.$ac_ext >&5
21754
21755 ac_cv_lib_posix_remove=no
21756 fi
21757 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21758 LIBS=$ac_check_lib_save_LIBS
21759 fi
21760 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
21761 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
21762 if test $ac_cv_lib_posix_remove = yes; then
21763 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
21764 fi
21765
21766 fi
21767
21768 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
21769 echo "$as_me:$LINENO: checking for shmat" >&5
21770 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
21771 if test "${ac_cv_func_shmat+set}" = set; then
21772 echo $ECHO_N "(cached) $ECHO_C" >&6
21773 else
21774 cat >conftest.$ac_ext <<_ACEOF
21775 #line $LINENO "configure"
21776 /* confdefs.h. */
21777 _ACEOF
21778 cat confdefs.h >>conftest.$ac_ext
21779 cat >>conftest.$ac_ext <<_ACEOF
21780 /* end confdefs.h. */
21781 /* System header to define __stub macros and hopefully few prototypes,
21782 which can conflict with char shmat (); below.
21783 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21784 <limits.h> exists even on freestanding compilers. */
21785 #ifdef __STDC__
21786 # include <limits.h>
21787 #else
21788 # include <assert.h>
21789 #endif
21790 /* Override any gcc2 internal prototype to avoid an error. */
21791 #ifdef __cplusplus
21792 extern "C"
21793 {
21794 #endif
21795 /* We use char because int might match the return type of a gcc2
21796 builtin and then its argument prototype would still apply. */
21797 char shmat ();
21798 /* The GNU C library defines this for functions which it implements
21799 to always fail with ENOSYS. Some functions are actually named
21800 something starting with __ and the normal name is an alias. */
21801 #if defined (__stub_shmat) || defined (__stub___shmat)
21802 choke me
21803 #else
21804 char (*f) () = shmat;
21805 #endif
21806 #ifdef __cplusplus
21807 }
21808 #endif
21809
21810 int
21811 main ()
21812 {
21813 return f != shmat;
21814 ;
21815 return 0;
21816 }
21817 _ACEOF
21818 rm -f conftest.$ac_objext conftest$ac_exeext
21819 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21820 (eval $ac_link) 2>&5
21821 ac_status=$?
21822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21823 (exit $ac_status); } &&
21824 { ac_try='test -s conftest$ac_exeext'
21825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21826 (eval $ac_try) 2>&5
21827 ac_status=$?
21828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21829 (exit $ac_status); }; }; then
21830 ac_cv_func_shmat=yes
21831 else
21832 echo "$as_me: failed program was:" >&5
21833 sed 's/^/| /' conftest.$ac_ext >&5
21834
21835 ac_cv_func_shmat=no
21836 fi
21837 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21838 fi
21839 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
21840 echo "${ECHO_T}$ac_cv_func_shmat" >&6
21841
21842 if test $ac_cv_func_shmat = no; then
21843 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
21844 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
21845 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
21846 echo $ECHO_N "(cached) $ECHO_C" >&6
21847 else
21848 ac_check_lib_save_LIBS=$LIBS
21849 LIBS="-lipc $LIBS"
21850 cat >conftest.$ac_ext <<_ACEOF
21851 #line $LINENO "configure"
21852 /* confdefs.h. */
21853 _ACEOF
21854 cat confdefs.h >>conftest.$ac_ext
21855 cat >>conftest.$ac_ext <<_ACEOF
21856 /* end confdefs.h. */
21857
21858 /* Override any gcc2 internal prototype to avoid an error. */
21859 #ifdef __cplusplus
21860 extern "C"
21861 #endif
21862 /* We use char because int might match the return type of a gcc2
21863 builtin and then its argument prototype would still apply. */
21864 char shmat ();
21865 int
21866 main ()
21867 {
21868 shmat ();
21869 ;
21870 return 0;
21871 }
21872 _ACEOF
21873 rm -f conftest.$ac_objext conftest$ac_exeext
21874 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21875 (eval $ac_link) 2>&5
21876 ac_status=$?
21877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21878 (exit $ac_status); } &&
21879 { ac_try='test -s conftest$ac_exeext'
21880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21881 (eval $ac_try) 2>&5
21882 ac_status=$?
21883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884 (exit $ac_status); }; }; then
21885 ac_cv_lib_ipc_shmat=yes
21886 else
21887 echo "$as_me: failed program was:" >&5
21888 sed 's/^/| /' conftest.$ac_ext >&5
21889
21890 ac_cv_lib_ipc_shmat=no
21891 fi
21892 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21893 LIBS=$ac_check_lib_save_LIBS
21894 fi
21895 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
21896 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
21897 if test $ac_cv_lib_ipc_shmat = yes; then
21898 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
21899 fi
21900
21901 fi
21902 fi
21903
21904 # Check for libraries that X11R6 Xt/Xaw programs need.
21905 ac_save_LDFLAGS=$LDFLAGS
21906 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
21907 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
21908 # check for ICE first), but we must link in the order -lSM -lICE or
21909 # we get undefined symbols. So assume we have SM if we have ICE.
21910 # These have to be linked with before -lX11, unlike the other
21911 # libraries we check for below, so use a different variable.
21912 # John Interrante, Karl Berry
21913 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
21914 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
21915 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
21916 echo $ECHO_N "(cached) $ECHO_C" >&6
21917 else
21918 ac_check_lib_save_LIBS=$LIBS
21919 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
21920 cat >conftest.$ac_ext <<_ACEOF
21921 #line $LINENO "configure"
21922 /* confdefs.h. */
21923 _ACEOF
21924 cat confdefs.h >>conftest.$ac_ext
21925 cat >>conftest.$ac_ext <<_ACEOF
21926 /* end confdefs.h. */
21927
21928 /* Override any gcc2 internal prototype to avoid an error. */
21929 #ifdef __cplusplus
21930 extern "C"
21931 #endif
21932 /* We use char because int might match the return type of a gcc2
21933 builtin and then its argument prototype would still apply. */
21934 char IceConnectionNumber ();
21935 int
21936 main ()
21937 {
21938 IceConnectionNumber ();
21939 ;
21940 return 0;
21941 }
21942 _ACEOF
21943 rm -f conftest.$ac_objext conftest$ac_exeext
21944 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21945 (eval $ac_link) 2>&5
21946 ac_status=$?
21947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21948 (exit $ac_status); } &&
21949 { ac_try='test -s conftest$ac_exeext'
21950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21951 (eval $ac_try) 2>&5
21952 ac_status=$?
21953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21954 (exit $ac_status); }; }; then
21955 ac_cv_lib_ICE_IceConnectionNumber=yes
21956 else
21957 echo "$as_me: failed program was:" >&5
21958 sed 's/^/| /' conftest.$ac_ext >&5
21959
21960 ac_cv_lib_ICE_IceConnectionNumber=no
21961 fi
21962 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21963 LIBS=$ac_check_lib_save_LIBS
21964 fi
21965 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
21966 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
21967 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
21968 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
21969 fi
21970
21971 LDFLAGS=$ac_save_LDFLAGS
21972
21973 fi
21974
21975
21976 if test "$no_x" = "yes"; then
21977 { { echo "$as_me:$LINENO: error: X11 not found" >&5
21978 echo "$as_me: error: X11 not found" >&2;}
21979 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
21980 fi
21981
21982 GUI_TK_LIBRARY="$X_LIBS"
21983 TOOLKIT_INCLUDE="$X_CFLAGS"
21984 AFMINSTALL=afminstall
21985 COMPILED_X_PROGRAM=0
21986
21987 if test "$wxUSE_NANOX" = "yes"; then
21988 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
21989 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
21990 if test "x$MICROWIN" = x ; then
21991 echo "$as_me:$LINENO: result: not found" >&5
21992 echo "${ECHO_T}not found" >&6
21993 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
21994 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
21995 { (exit 1); exit 1; }; }
21996 else
21997 echo "$as_me:$LINENO: result: $MICROWIN" >&5
21998 echo "${ECHO_T}$MICROWIN" >&6
21999 cat >>confdefs.h <<\_ACEOF
22000 #define wxUSE_NANOX 1
22001 _ACEOF
22002
22003 fi
22004 fi
22005
22006 xpm_link=
22007 echo "$as_me:$LINENO: checking for Xpm library" >&5
22008 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22009
22010 ac_find_libraries=
22011 for ac_dir in $SEARCH_LIB /usr/lib;
22012 do
22013 for ac_extension in a so sl dylib; do
22014 if test -f "$ac_dir/libXpm.$ac_extension"; then
22015 ac_find_libraries=$ac_dir
22016 break 2
22017 fi
22018 done
22019 done
22020
22021 if test "$ac_find_libraries" != "" ; then
22022
22023 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
22024 result=$?
22025 if test $result = 0; then
22026 ac_path_to_link=""
22027 else
22028 ac_path_to_link=" -L$ac_find_libraries"
22029 fi
22030
22031 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
22032 xpm_link=" -lXpm"
22033 cat >>confdefs.h <<\_ACEOF
22034 #define wxHAVE_LIB_XPM 1
22035 _ACEOF
22036
22037 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22038 echo "${ECHO_T}found at $ac_find_libraries" >&6
22039 else
22040 cat >conftest.$ac_ext <<_ACEOF
22041 #line $LINENO "configure"
22042 /* confdefs.h. */
22043 _ACEOF
22044 cat confdefs.h >>conftest.$ac_ext
22045 cat >>conftest.$ac_ext <<_ACEOF
22046 /* end confdefs.h. */
22047
22048 #include <X11/xpm.h>
22049
22050 int
22051 main ()
22052 {
22053
22054 int version;
22055 version = XpmLibraryVersion();
22056
22057 ;
22058 return 0;
22059 }
22060 _ACEOF
22061 rm -f conftest.$ac_objext
22062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22063 (eval $ac_compile) 2>&5
22064 ac_status=$?
22065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22066 (exit $ac_status); } &&
22067 { ac_try='test -s conftest.$ac_objext'
22068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22069 (eval $ac_try) 2>&5
22070 ac_status=$?
22071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22072 (exit $ac_status); }; }; then
22073
22074 xpm_link=" -lXpm"
22075 cat >>confdefs.h <<\_ACEOF
22076 #define wxHAVE_LIB_XPM 1
22077 _ACEOF
22078
22079 echo "$as_me:$LINENO: result: found in default search path" >&5
22080 echo "${ECHO_T}found in default search path" >&6
22081 COMPILED_X_PROGRAM=0
22082
22083 else
22084 echo "$as_me: failed program was:" >&5
22085 sed 's/^/| /' conftest.$ac_ext >&5
22086
22087
22088 echo "$as_me:$LINENO: result: no" >&5
22089 echo "${ECHO_T}no" >&6
22090 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22091 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22092
22093
22094 fi
22095 rm -f conftest.$ac_objext conftest.$ac_ext
22096 fi
22097
22098 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22099 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22100 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22101 echo $ECHO_N "(cached) $ECHO_C" >&6
22102 else
22103 ac_check_lib_save_LIBS=$LIBS
22104 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
22105 cat >conftest.$ac_ext <<_ACEOF
22106 #line $LINENO "configure"
22107 /* confdefs.h. */
22108 _ACEOF
22109 cat confdefs.h >>conftest.$ac_ext
22110 cat >>conftest.$ac_ext <<_ACEOF
22111 /* end confdefs.h. */
22112
22113 /* Override any gcc2 internal prototype to avoid an error. */
22114 #ifdef __cplusplus
22115 extern "C"
22116 #endif
22117 /* We use char because int might match the return type of a gcc2
22118 builtin and then its argument prototype would still apply. */
22119 char XShapeQueryExtension ();
22120 int
22121 main ()
22122 {
22123 XShapeQueryExtension ();
22124 ;
22125 return 0;
22126 }
22127 _ACEOF
22128 rm -f conftest.$ac_objext conftest$ac_exeext
22129 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22130 (eval $ac_link) 2>&5
22131 ac_status=$?
22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133 (exit $ac_status); } &&
22134 { ac_try='test -s conftest$ac_exeext'
22135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22136 (eval $ac_try) 2>&5
22137 ac_status=$?
22138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139 (exit $ac_status); }; }; then
22140 ac_cv_lib_Xext_XShapeQueryExtension=yes
22141 else
22142 echo "$as_me: failed program was:" >&5
22143 sed 's/^/| /' conftest.$ac_ext >&5
22144
22145 ac_cv_lib_Xext_XShapeQueryExtension=no
22146 fi
22147 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22148 LIBS=$ac_check_lib_save_LIBS
22149 fi
22150 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22151 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22152 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
22153
22154 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
22155 wxHAVE_XEXT_LIB=1
22156
22157 fi
22158
22159
22160 if test "$wxUSE_UNICODE" = "yes"; then
22161
22162 succeeded=no
22163
22164 if test -z "$PKG_CONFIG"; then
22165 # Extract the first word of "pkg-config", so it can be a program name with args.
22166 set dummy pkg-config; ac_word=$2
22167 echo "$as_me:$LINENO: checking for $ac_word" >&5
22168 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22169 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22170 echo $ECHO_N "(cached) $ECHO_C" >&6
22171 else
22172 case $PKG_CONFIG in
22173 [\\/]* | ?:[\\/]*)
22174 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22175 ;;
22176 *)
22177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22178 for as_dir in $PATH
22179 do
22180 IFS=$as_save_IFS
22181 test -z "$as_dir" && as_dir=.
22182 for ac_exec_ext in '' $ac_executable_extensions; do
22183 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22184 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22185 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22186 break 2
22187 fi
22188 done
22189 done
22190
22191 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22192 ;;
22193 esac
22194 fi
22195 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22196
22197 if test -n "$PKG_CONFIG"; then
22198 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22199 echo "${ECHO_T}$PKG_CONFIG" >&6
22200 else
22201 echo "$as_me:$LINENO: result: no" >&5
22202 echo "${ECHO_T}no" >&6
22203 fi
22204
22205 fi
22206
22207 if test "$PKG_CONFIG" = "no" ; then
22208 echo "*** The pkg-config script could not be found. Make sure it is"
22209 echo "*** in your path, or set the PKG_CONFIG environment variable"
22210 echo "*** to the full path to pkg-config."
22211 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22212 else
22213 PKG_CONFIG_MIN_VERSION=0.9.0
22214 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22215 echo "$as_me:$LINENO: checking for pangox" >&5
22216 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
22217
22218 if $PKG_CONFIG --exists "pangox" ; then
22219 echo "$as_me:$LINENO: result: yes" >&5
22220 echo "${ECHO_T}yes" >&6
22221 succeeded=yes
22222
22223 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22224 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
22225 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
22226 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22227 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
22228
22229 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22230 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
22231 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
22232 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22233 echo "${ECHO_T}$PANGOX_LIBS" >&6
22234 else
22235 PANGOX_CFLAGS=""
22236 PANGOX_LIBS=""
22237 ## If we have a custom action on failure, don't print errors, but
22238 ## do set a variable so people can do so.
22239 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
22240
22241 fi
22242
22243
22244
22245 else
22246 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22247 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22248 fi
22249 fi
22250
22251 if test $succeeded = yes; then
22252
22253 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
22254 LIBS="$LIBS $PANGOX_LIBS"
22255
22256 else
22257
22258 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22259 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22260 { (exit 1); exit 1; }; }
22261
22262
22263 fi
22264
22265
22266 succeeded=no
22267
22268 if test -z "$PKG_CONFIG"; then
22269 # Extract the first word of "pkg-config", so it can be a program name with args.
22270 set dummy pkg-config; ac_word=$2
22271 echo "$as_me:$LINENO: checking for $ac_word" >&5
22272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22273 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22274 echo $ECHO_N "(cached) $ECHO_C" >&6
22275 else
22276 case $PKG_CONFIG in
22277 [\\/]* | ?:[\\/]*)
22278 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22279 ;;
22280 *)
22281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22282 for as_dir in $PATH
22283 do
22284 IFS=$as_save_IFS
22285 test -z "$as_dir" && as_dir=.
22286 for ac_exec_ext in '' $ac_executable_extensions; do
22287 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22288 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22289 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22290 break 2
22291 fi
22292 done
22293 done
22294
22295 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22296 ;;
22297 esac
22298 fi
22299 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22300
22301 if test -n "$PKG_CONFIG"; then
22302 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22303 echo "${ECHO_T}$PKG_CONFIG" >&6
22304 else
22305 echo "$as_me:$LINENO: result: no" >&5
22306 echo "${ECHO_T}no" >&6
22307 fi
22308
22309 fi
22310
22311 if test "$PKG_CONFIG" = "no" ; then
22312 echo "*** The pkg-config script could not be found. Make sure it is"
22313 echo "*** in your path, or set the PKG_CONFIG environment variable"
22314 echo "*** to the full path to pkg-config."
22315 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22316 else
22317 PKG_CONFIG_MIN_VERSION=0.9.0
22318 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22319 echo "$as_me:$LINENO: checking for pangoft2" >&5
22320 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
22321
22322 if $PKG_CONFIG --exists "pangoft2" ; then
22323 echo "$as_me:$LINENO: result: yes" >&5
22324 echo "${ECHO_T}yes" >&6
22325 succeeded=yes
22326
22327 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22328 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
22329 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
22330 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22331 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
22332
22333 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22334 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
22335 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
22336 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22337 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
22338 else
22339 PANGOFT2_CFLAGS=""
22340 PANGOFT2_LIBS=""
22341 ## If we have a custom action on failure, don't print errors, but
22342 ## do set a variable so people can do so.
22343 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
22344
22345 fi
22346
22347
22348
22349 else
22350 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22351 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22352 fi
22353 fi
22354
22355 if test $succeeded = yes; then
22356
22357 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
22358 LIBS="$LIBS $PANGOFT2_LIBS"
22359
22360 else
22361
22362 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22363 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
22364 wxUSE_PRINTING_ARCHITECTURE="no"
22365
22366
22367 fi
22368
22369
22370 succeeded=no
22371
22372 if test -z "$PKG_CONFIG"; then
22373 # Extract the first word of "pkg-config", so it can be a program name with args.
22374 set dummy pkg-config; ac_word=$2
22375 echo "$as_me:$LINENO: checking for $ac_word" >&5
22376 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22377 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22378 echo $ECHO_N "(cached) $ECHO_C" >&6
22379 else
22380 case $PKG_CONFIG in
22381 [\\/]* | ?:[\\/]*)
22382 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22383 ;;
22384 *)
22385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22386 for as_dir in $PATH
22387 do
22388 IFS=$as_save_IFS
22389 test -z "$as_dir" && as_dir=.
22390 for ac_exec_ext in '' $ac_executable_extensions; do
22391 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22392 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22393 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22394 break 2
22395 fi
22396 done
22397 done
22398
22399 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22400 ;;
22401 esac
22402 fi
22403 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22404
22405 if test -n "$PKG_CONFIG"; then
22406 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22407 echo "${ECHO_T}$PKG_CONFIG" >&6
22408 else
22409 echo "$as_me:$LINENO: result: no" >&5
22410 echo "${ECHO_T}no" >&6
22411 fi
22412
22413 fi
22414
22415 if test "$PKG_CONFIG" = "no" ; then
22416 echo "*** The pkg-config script could not be found. Make sure it is"
22417 echo "*** in your path, or set the PKG_CONFIG environment variable"
22418 echo "*** to the full path to pkg-config."
22419 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22420 else
22421 PKG_CONFIG_MIN_VERSION=0.9.0
22422 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22423 echo "$as_me:$LINENO: checking for pangoxft" >&5
22424 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
22425
22426 if $PKG_CONFIG --exists "pangoxft" ; then
22427 echo "$as_me:$LINENO: result: yes" >&5
22428 echo "${ECHO_T}yes" >&6
22429 succeeded=yes
22430
22431 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22432 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
22433 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
22434 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22435 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
22436
22437 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22438 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
22439 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
22440 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22441 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
22442 else
22443 PANGOXFT_CFLAGS=""
22444 PANGOXFT_LIBS=""
22445 ## If we have a custom action on failure, don't print errors, but
22446 ## do set a variable so people can do so.
22447 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
22448
22449 fi
22450
22451
22452
22453 else
22454 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22455 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22456 fi
22457 fi
22458
22459 if test $succeeded = yes; then
22460
22461 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
22462 LIBS="$LIBS $PANGOXFT_LIBS"
22463
22464 else
22465
22466 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22467 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22468
22469
22470 fi
22471
22472 fi
22473
22474 wxUSE_UNIVERSAL="yes"
22475
22476 if test "$wxUSE_NANOX" = "yes"; then
22477 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
22478 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"
22479 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22480 else
22481 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
22482 fi
22483
22484 TOOLKIT_VPATH="\${top_srcdir}/src/x11"
22485 TOOLKIT=X11
22486 GUIDIST=X11_DIST
22487 fi
22488
22489 if test "$wxUSE_MOTIF" = 1; then
22490 if test "$no_x" = yes; then
22491 # Not all programs may use this symbol, but it does not hurt to define it.
22492
22493 cat >>confdefs.h <<\_ACEOF
22494 #define X_DISPLAY_MISSING 1
22495 _ACEOF
22496
22497 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
22498 else
22499 if test -n "$x_includes"; then
22500 X_CFLAGS="$X_CFLAGS -I$x_includes"
22501 fi
22502
22503 # It would also be nice to do this for all -L options, not just this one.
22504 if test -n "$x_libraries"; then
22505 X_LIBS="$X_LIBS -L$x_libraries"
22506 # For Solaris; some versions of Sun CC require a space after -R and
22507 # others require no space. Words are not sufficient . . . .
22508 case `(uname -sr) 2>/dev/null` in
22509 "SunOS 5"*)
22510 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
22511 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
22512 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
22513 cat >conftest.$ac_ext <<_ACEOF
22514 #line $LINENO "configure"
22515 /* confdefs.h. */
22516 _ACEOF
22517 cat confdefs.h >>conftest.$ac_ext
22518 cat >>conftest.$ac_ext <<_ACEOF
22519 /* end confdefs.h. */
22520
22521 int
22522 main ()
22523 {
22524
22525 ;
22526 return 0;
22527 }
22528 _ACEOF
22529 rm -f conftest.$ac_objext conftest$ac_exeext
22530 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22531 (eval $ac_link) 2>&5
22532 ac_status=$?
22533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22534 (exit $ac_status); } &&
22535 { ac_try='test -s conftest$ac_exeext'
22536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22537 (eval $ac_try) 2>&5
22538 ac_status=$?
22539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22540 (exit $ac_status); }; }; then
22541 ac_R_nospace=yes
22542 else
22543 echo "$as_me: failed program was:" >&5
22544 sed 's/^/| /' conftest.$ac_ext >&5
22545
22546 ac_R_nospace=no
22547 fi
22548 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22549 if test $ac_R_nospace = yes; then
22550 echo "$as_me:$LINENO: result: no" >&5
22551 echo "${ECHO_T}no" >&6
22552 X_LIBS="$X_LIBS -R$x_libraries"
22553 else
22554 LIBS="$ac_xsave_LIBS -R $x_libraries"
22555 cat >conftest.$ac_ext <<_ACEOF
22556 #line $LINENO "configure"
22557 /* confdefs.h. */
22558 _ACEOF
22559 cat confdefs.h >>conftest.$ac_ext
22560 cat >>conftest.$ac_ext <<_ACEOF
22561 /* end confdefs.h. */
22562
22563 int
22564 main ()
22565 {
22566
22567 ;
22568 return 0;
22569 }
22570 _ACEOF
22571 rm -f conftest.$ac_objext conftest$ac_exeext
22572 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22573 (eval $ac_link) 2>&5
22574 ac_status=$?
22575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22576 (exit $ac_status); } &&
22577 { ac_try='test -s conftest$ac_exeext'
22578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22579 (eval $ac_try) 2>&5
22580 ac_status=$?
22581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22582 (exit $ac_status); }; }; then
22583 ac_R_space=yes
22584 else
22585 echo "$as_me: failed program was:" >&5
22586 sed 's/^/| /' conftest.$ac_ext >&5
22587
22588 ac_R_space=no
22589 fi
22590 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22591 if test $ac_R_space = yes; then
22592 echo "$as_me:$LINENO: result: yes" >&5
22593 echo "${ECHO_T}yes" >&6
22594 X_LIBS="$X_LIBS -R $x_libraries"
22595 else
22596 echo "$as_me:$LINENO: result: neither works" >&5
22597 echo "${ECHO_T}neither works" >&6
22598 fi
22599 fi
22600 LIBS=$ac_xsave_LIBS
22601 esac
22602 fi
22603
22604 # Check for system-dependent libraries X programs must link with.
22605 # Do this before checking for the system-independent R6 libraries
22606 # (-lICE), since we may need -lsocket or whatever for X linking.
22607
22608 if test "$ISC" = yes; then
22609 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
22610 else
22611 # Martyn Johnson says this is needed for Ultrix, if the X
22612 # libraries were built with DECnet support. And Karl Berry says
22613 # the Alpha needs dnet_stub (dnet does not exist).
22614 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
22615 cat >conftest.$ac_ext <<_ACEOF
22616 #line $LINENO "configure"
22617 /* confdefs.h. */
22618 _ACEOF
22619 cat confdefs.h >>conftest.$ac_ext
22620 cat >>conftest.$ac_ext <<_ACEOF
22621 /* end confdefs.h. */
22622
22623 /* Override any gcc2 internal prototype to avoid an error. */
22624 #ifdef __cplusplus
22625 extern "C"
22626 #endif
22627 /* We use char because int might match the return type of a gcc2
22628 builtin and then its argument prototype would still apply. */
22629 char XOpenDisplay ();
22630 int
22631 main ()
22632 {
22633 XOpenDisplay ();
22634 ;
22635 return 0;
22636 }
22637 _ACEOF
22638 rm -f conftest.$ac_objext conftest$ac_exeext
22639 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22640 (eval $ac_link) 2>&5
22641 ac_status=$?
22642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22643 (exit $ac_status); } &&
22644 { ac_try='test -s conftest$ac_exeext'
22645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22646 (eval $ac_try) 2>&5
22647 ac_status=$?
22648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649 (exit $ac_status); }; }; then
22650 :
22651 else
22652 echo "$as_me: failed program was:" >&5
22653 sed 's/^/| /' conftest.$ac_ext >&5
22654
22655 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
22656 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
22657 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
22658 echo $ECHO_N "(cached) $ECHO_C" >&6
22659 else
22660 ac_check_lib_save_LIBS=$LIBS
22661 LIBS="-ldnet $LIBS"
22662 cat >conftest.$ac_ext <<_ACEOF
22663 #line $LINENO "configure"
22664 /* confdefs.h. */
22665 _ACEOF
22666 cat confdefs.h >>conftest.$ac_ext
22667 cat >>conftest.$ac_ext <<_ACEOF
22668 /* end confdefs.h. */
22669
22670 /* Override any gcc2 internal prototype to avoid an error. */
22671 #ifdef __cplusplus
22672 extern "C"
22673 #endif
22674 /* We use char because int might match the return type of a gcc2
22675 builtin and then its argument prototype would still apply. */
22676 char dnet_ntoa ();
22677 int
22678 main ()
22679 {
22680 dnet_ntoa ();
22681 ;
22682 return 0;
22683 }
22684 _ACEOF
22685 rm -f conftest.$ac_objext conftest$ac_exeext
22686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22687 (eval $ac_link) 2>&5
22688 ac_status=$?
22689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22690 (exit $ac_status); } &&
22691 { ac_try='test -s conftest$ac_exeext'
22692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22693 (eval $ac_try) 2>&5
22694 ac_status=$?
22695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22696 (exit $ac_status); }; }; then
22697 ac_cv_lib_dnet_dnet_ntoa=yes
22698 else
22699 echo "$as_me: failed program was:" >&5
22700 sed 's/^/| /' conftest.$ac_ext >&5
22701
22702 ac_cv_lib_dnet_dnet_ntoa=no
22703 fi
22704 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22705 LIBS=$ac_check_lib_save_LIBS
22706 fi
22707 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
22708 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
22709 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
22710 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
22711 fi
22712
22713 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
22714 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
22715 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
22716 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
22717 echo $ECHO_N "(cached) $ECHO_C" >&6
22718 else
22719 ac_check_lib_save_LIBS=$LIBS
22720 LIBS="-ldnet_stub $LIBS"
22721 cat >conftest.$ac_ext <<_ACEOF
22722 #line $LINENO "configure"
22723 /* confdefs.h. */
22724 _ACEOF
22725 cat confdefs.h >>conftest.$ac_ext
22726 cat >>conftest.$ac_ext <<_ACEOF
22727 /* end confdefs.h. */
22728
22729 /* Override any gcc2 internal prototype to avoid an error. */
22730 #ifdef __cplusplus
22731 extern "C"
22732 #endif
22733 /* We use char because int might match the return type of a gcc2
22734 builtin and then its argument prototype would still apply. */
22735 char dnet_ntoa ();
22736 int
22737 main ()
22738 {
22739 dnet_ntoa ();
22740 ;
22741 return 0;
22742 }
22743 _ACEOF
22744 rm -f conftest.$ac_objext conftest$ac_exeext
22745 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22746 (eval $ac_link) 2>&5
22747 ac_status=$?
22748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22749 (exit $ac_status); } &&
22750 { ac_try='test -s conftest$ac_exeext'
22751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22752 (eval $ac_try) 2>&5
22753 ac_status=$?
22754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22755 (exit $ac_status); }; }; then
22756 ac_cv_lib_dnet_stub_dnet_ntoa=yes
22757 else
22758 echo "$as_me: failed program was:" >&5
22759 sed 's/^/| /' conftest.$ac_ext >&5
22760
22761 ac_cv_lib_dnet_stub_dnet_ntoa=no
22762 fi
22763 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22764 LIBS=$ac_check_lib_save_LIBS
22765 fi
22766 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
22767 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
22768 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
22769 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
22770 fi
22771
22772 fi
22773 fi
22774 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22775 LIBS="$ac_xsave_LIBS"
22776
22777 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
22778 # to get the SysV transport functions.
22779 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
22780 # needs -lnsl.
22781 # The nsl library prevents programs from opening the X display
22782 # on Irix 5.2, according to T.E. Dickey.
22783 # The functions gethostbyname, getservbyname, and inet_addr are
22784 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
22785 echo "$as_me:$LINENO: checking for gethostbyname" >&5
22786 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
22787 if test "${ac_cv_func_gethostbyname+set}" = set; then
22788 echo $ECHO_N "(cached) $ECHO_C" >&6
22789 else
22790 cat >conftest.$ac_ext <<_ACEOF
22791 #line $LINENO "configure"
22792 /* confdefs.h. */
22793 _ACEOF
22794 cat confdefs.h >>conftest.$ac_ext
22795 cat >>conftest.$ac_ext <<_ACEOF
22796 /* end confdefs.h. */
22797 /* System header to define __stub macros and hopefully few prototypes,
22798 which can conflict with char gethostbyname (); below.
22799 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22800 <limits.h> exists even on freestanding compilers. */
22801 #ifdef __STDC__
22802 # include <limits.h>
22803 #else
22804 # include <assert.h>
22805 #endif
22806 /* Override any gcc2 internal prototype to avoid an error. */
22807 #ifdef __cplusplus
22808 extern "C"
22809 {
22810 #endif
22811 /* We use char because int might match the return type of a gcc2
22812 builtin and then its argument prototype would still apply. */
22813 char gethostbyname ();
22814 /* The GNU C library defines this for functions which it implements
22815 to always fail with ENOSYS. Some functions are actually named
22816 something starting with __ and the normal name is an alias. */
22817 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
22818 choke me
22819 #else
22820 char (*f) () = gethostbyname;
22821 #endif
22822 #ifdef __cplusplus
22823 }
22824 #endif
22825
22826 int
22827 main ()
22828 {
22829 return f != gethostbyname;
22830 ;
22831 return 0;
22832 }
22833 _ACEOF
22834 rm -f conftest.$ac_objext conftest$ac_exeext
22835 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22836 (eval $ac_link) 2>&5
22837 ac_status=$?
22838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22839 (exit $ac_status); } &&
22840 { ac_try='test -s conftest$ac_exeext'
22841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22842 (eval $ac_try) 2>&5
22843 ac_status=$?
22844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22845 (exit $ac_status); }; }; then
22846 ac_cv_func_gethostbyname=yes
22847 else
22848 echo "$as_me: failed program was:" >&5
22849 sed 's/^/| /' conftest.$ac_ext >&5
22850
22851 ac_cv_func_gethostbyname=no
22852 fi
22853 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22854 fi
22855 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
22856 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
22857
22858 if test $ac_cv_func_gethostbyname = no; then
22859 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
22860 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
22861 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
22862 echo $ECHO_N "(cached) $ECHO_C" >&6
22863 else
22864 ac_check_lib_save_LIBS=$LIBS
22865 LIBS="-lnsl $LIBS"
22866 cat >conftest.$ac_ext <<_ACEOF
22867 #line $LINENO "configure"
22868 /* confdefs.h. */
22869 _ACEOF
22870 cat confdefs.h >>conftest.$ac_ext
22871 cat >>conftest.$ac_ext <<_ACEOF
22872 /* end confdefs.h. */
22873
22874 /* Override any gcc2 internal prototype to avoid an error. */
22875 #ifdef __cplusplus
22876 extern "C"
22877 #endif
22878 /* We use char because int might match the return type of a gcc2
22879 builtin and then its argument prototype would still apply. */
22880 char gethostbyname ();
22881 int
22882 main ()
22883 {
22884 gethostbyname ();
22885 ;
22886 return 0;
22887 }
22888 _ACEOF
22889 rm -f conftest.$ac_objext conftest$ac_exeext
22890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22891 (eval $ac_link) 2>&5
22892 ac_status=$?
22893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22894 (exit $ac_status); } &&
22895 { ac_try='test -s conftest$ac_exeext'
22896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22897 (eval $ac_try) 2>&5
22898 ac_status=$?
22899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22900 (exit $ac_status); }; }; then
22901 ac_cv_lib_nsl_gethostbyname=yes
22902 else
22903 echo "$as_me: failed program was:" >&5
22904 sed 's/^/| /' conftest.$ac_ext >&5
22905
22906 ac_cv_lib_nsl_gethostbyname=no
22907 fi
22908 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22909 LIBS=$ac_check_lib_save_LIBS
22910 fi
22911 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
22912 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
22913 if test $ac_cv_lib_nsl_gethostbyname = yes; then
22914 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
22915 fi
22916
22917 if test $ac_cv_lib_nsl_gethostbyname = no; then
22918 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
22919 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
22920 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
22921 echo $ECHO_N "(cached) $ECHO_C" >&6
22922 else
22923 ac_check_lib_save_LIBS=$LIBS
22924 LIBS="-lbsd $LIBS"
22925 cat >conftest.$ac_ext <<_ACEOF
22926 #line $LINENO "configure"
22927 /* confdefs.h. */
22928 _ACEOF
22929 cat confdefs.h >>conftest.$ac_ext
22930 cat >>conftest.$ac_ext <<_ACEOF
22931 /* end confdefs.h. */
22932
22933 /* Override any gcc2 internal prototype to avoid an error. */
22934 #ifdef __cplusplus
22935 extern "C"
22936 #endif
22937 /* We use char because int might match the return type of a gcc2
22938 builtin and then its argument prototype would still apply. */
22939 char gethostbyname ();
22940 int
22941 main ()
22942 {
22943 gethostbyname ();
22944 ;
22945 return 0;
22946 }
22947 _ACEOF
22948 rm -f conftest.$ac_objext conftest$ac_exeext
22949 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22950 (eval $ac_link) 2>&5
22951 ac_status=$?
22952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22953 (exit $ac_status); } &&
22954 { ac_try='test -s conftest$ac_exeext'
22955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22956 (eval $ac_try) 2>&5
22957 ac_status=$?
22958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22959 (exit $ac_status); }; }; then
22960 ac_cv_lib_bsd_gethostbyname=yes
22961 else
22962 echo "$as_me: failed program was:" >&5
22963 sed 's/^/| /' conftest.$ac_ext >&5
22964
22965 ac_cv_lib_bsd_gethostbyname=no
22966 fi
22967 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22968 LIBS=$ac_check_lib_save_LIBS
22969 fi
22970 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
22971 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
22972 if test $ac_cv_lib_bsd_gethostbyname = yes; then
22973 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
22974 fi
22975
22976 fi
22977 fi
22978
22979 # lieder@skyler.mavd.honeywell.com says without -lsocket,
22980 # socket/setsockopt and other routines are undefined under SCO ODT
22981 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
22982 # on later versions), says Simon Leinen: it contains gethostby*
22983 # variants that don't use the name server (or something). -lsocket
22984 # must be given before -lnsl if both are needed. We assume that
22985 # if connect needs -lnsl, so does gethostbyname.
22986 echo "$as_me:$LINENO: checking for connect" >&5
22987 echo $ECHO_N "checking for connect... $ECHO_C" >&6
22988 if test "${ac_cv_func_connect+set}" = set; then
22989 echo $ECHO_N "(cached) $ECHO_C" >&6
22990 else
22991 cat >conftest.$ac_ext <<_ACEOF
22992 #line $LINENO "configure"
22993 /* confdefs.h. */
22994 _ACEOF
22995 cat confdefs.h >>conftest.$ac_ext
22996 cat >>conftest.$ac_ext <<_ACEOF
22997 /* end confdefs.h. */
22998 /* System header to define __stub macros and hopefully few prototypes,
22999 which can conflict with char connect (); below.
23000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23001 <limits.h> exists even on freestanding compilers. */
23002 #ifdef __STDC__
23003 # include <limits.h>
23004 #else
23005 # include <assert.h>
23006 #endif
23007 /* Override any gcc2 internal prototype to avoid an error. */
23008 #ifdef __cplusplus
23009 extern "C"
23010 {
23011 #endif
23012 /* We use char because int might match the return type of a gcc2
23013 builtin and then its argument prototype would still apply. */
23014 char connect ();
23015 /* The GNU C library defines this for functions which it implements
23016 to always fail with ENOSYS. Some functions are actually named
23017 something starting with __ and the normal name is an alias. */
23018 #if defined (__stub_connect) || defined (__stub___connect)
23019 choke me
23020 #else
23021 char (*f) () = connect;
23022 #endif
23023 #ifdef __cplusplus
23024 }
23025 #endif
23026
23027 int
23028 main ()
23029 {
23030 return f != connect;
23031 ;
23032 return 0;
23033 }
23034 _ACEOF
23035 rm -f conftest.$ac_objext conftest$ac_exeext
23036 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23037 (eval $ac_link) 2>&5
23038 ac_status=$?
23039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23040 (exit $ac_status); } &&
23041 { ac_try='test -s conftest$ac_exeext'
23042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23043 (eval $ac_try) 2>&5
23044 ac_status=$?
23045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23046 (exit $ac_status); }; }; then
23047 ac_cv_func_connect=yes
23048 else
23049 echo "$as_me: failed program was:" >&5
23050 sed 's/^/| /' conftest.$ac_ext >&5
23051
23052 ac_cv_func_connect=no
23053 fi
23054 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23055 fi
23056 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23057 echo "${ECHO_T}$ac_cv_func_connect" >&6
23058
23059 if test $ac_cv_func_connect = no; then
23060 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23061 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23062 if test "${ac_cv_lib_socket_connect+set}" = set; then
23063 echo $ECHO_N "(cached) $ECHO_C" >&6
23064 else
23065 ac_check_lib_save_LIBS=$LIBS
23066 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
23067 cat >conftest.$ac_ext <<_ACEOF
23068 #line $LINENO "configure"
23069 /* confdefs.h. */
23070 _ACEOF
23071 cat confdefs.h >>conftest.$ac_ext
23072 cat >>conftest.$ac_ext <<_ACEOF
23073 /* end confdefs.h. */
23074
23075 /* Override any gcc2 internal prototype to avoid an error. */
23076 #ifdef __cplusplus
23077 extern "C"
23078 #endif
23079 /* We use char because int might match the return type of a gcc2
23080 builtin and then its argument prototype would still apply. */
23081 char connect ();
23082 int
23083 main ()
23084 {
23085 connect ();
23086 ;
23087 return 0;
23088 }
23089 _ACEOF
23090 rm -f conftest.$ac_objext conftest$ac_exeext
23091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23092 (eval $ac_link) 2>&5
23093 ac_status=$?
23094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23095 (exit $ac_status); } &&
23096 { ac_try='test -s conftest$ac_exeext'
23097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23098 (eval $ac_try) 2>&5
23099 ac_status=$?
23100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23101 (exit $ac_status); }; }; then
23102 ac_cv_lib_socket_connect=yes
23103 else
23104 echo "$as_me: failed program was:" >&5
23105 sed 's/^/| /' conftest.$ac_ext >&5
23106
23107 ac_cv_lib_socket_connect=no
23108 fi
23109 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23110 LIBS=$ac_check_lib_save_LIBS
23111 fi
23112 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23113 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23114 if test $ac_cv_lib_socket_connect = yes; then
23115 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
23116 fi
23117
23118 fi
23119
23120 # Guillermo Gomez says -lposix is necessary on A/UX.
23121 echo "$as_me:$LINENO: checking for remove" >&5
23122 echo $ECHO_N "checking for remove... $ECHO_C" >&6
23123 if test "${ac_cv_func_remove+set}" = set; then
23124 echo $ECHO_N "(cached) $ECHO_C" >&6
23125 else
23126 cat >conftest.$ac_ext <<_ACEOF
23127 #line $LINENO "configure"
23128 /* confdefs.h. */
23129 _ACEOF
23130 cat confdefs.h >>conftest.$ac_ext
23131 cat >>conftest.$ac_ext <<_ACEOF
23132 /* end confdefs.h. */
23133 /* System header to define __stub macros and hopefully few prototypes,
23134 which can conflict with char remove (); below.
23135 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23136 <limits.h> exists even on freestanding compilers. */
23137 #ifdef __STDC__
23138 # include <limits.h>
23139 #else
23140 # include <assert.h>
23141 #endif
23142 /* Override any gcc2 internal prototype to avoid an error. */
23143 #ifdef __cplusplus
23144 extern "C"
23145 {
23146 #endif
23147 /* We use char because int might match the return type of a gcc2
23148 builtin and then its argument prototype would still apply. */
23149 char remove ();
23150 /* The GNU C library defines this for functions which it implements
23151 to always fail with ENOSYS. Some functions are actually named
23152 something starting with __ and the normal name is an alias. */
23153 #if defined (__stub_remove) || defined (__stub___remove)
23154 choke me
23155 #else
23156 char (*f) () = remove;
23157 #endif
23158 #ifdef __cplusplus
23159 }
23160 #endif
23161
23162 int
23163 main ()
23164 {
23165 return f != remove;
23166 ;
23167 return 0;
23168 }
23169 _ACEOF
23170 rm -f conftest.$ac_objext conftest$ac_exeext
23171 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23172 (eval $ac_link) 2>&5
23173 ac_status=$?
23174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23175 (exit $ac_status); } &&
23176 { ac_try='test -s conftest$ac_exeext'
23177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23178 (eval $ac_try) 2>&5
23179 ac_status=$?
23180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23181 (exit $ac_status); }; }; then
23182 ac_cv_func_remove=yes
23183 else
23184 echo "$as_me: failed program was:" >&5
23185 sed 's/^/| /' conftest.$ac_ext >&5
23186
23187 ac_cv_func_remove=no
23188 fi
23189 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23190 fi
23191 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23192 echo "${ECHO_T}$ac_cv_func_remove" >&6
23193
23194 if test $ac_cv_func_remove = no; then
23195 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23196 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23197 if test "${ac_cv_lib_posix_remove+set}" = set; then
23198 echo $ECHO_N "(cached) $ECHO_C" >&6
23199 else
23200 ac_check_lib_save_LIBS=$LIBS
23201 LIBS="-lposix $LIBS"
23202 cat >conftest.$ac_ext <<_ACEOF
23203 #line $LINENO "configure"
23204 /* confdefs.h. */
23205 _ACEOF
23206 cat confdefs.h >>conftest.$ac_ext
23207 cat >>conftest.$ac_ext <<_ACEOF
23208 /* end confdefs.h. */
23209
23210 /* Override any gcc2 internal prototype to avoid an error. */
23211 #ifdef __cplusplus
23212 extern "C"
23213 #endif
23214 /* We use char because int might match the return type of a gcc2
23215 builtin and then its argument prototype would still apply. */
23216 char remove ();
23217 int
23218 main ()
23219 {
23220 remove ();
23221 ;
23222 return 0;
23223 }
23224 _ACEOF
23225 rm -f conftest.$ac_objext conftest$ac_exeext
23226 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23227 (eval $ac_link) 2>&5
23228 ac_status=$?
23229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23230 (exit $ac_status); } &&
23231 { ac_try='test -s conftest$ac_exeext'
23232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23233 (eval $ac_try) 2>&5
23234 ac_status=$?
23235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23236 (exit $ac_status); }; }; then
23237 ac_cv_lib_posix_remove=yes
23238 else
23239 echo "$as_me: failed program was:" >&5
23240 sed 's/^/| /' conftest.$ac_ext >&5
23241
23242 ac_cv_lib_posix_remove=no
23243 fi
23244 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23245 LIBS=$ac_check_lib_save_LIBS
23246 fi
23247 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23248 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23249 if test $ac_cv_lib_posix_remove = yes; then
23250 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
23251 fi
23252
23253 fi
23254
23255 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
23256 echo "$as_me:$LINENO: checking for shmat" >&5
23257 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23258 if test "${ac_cv_func_shmat+set}" = set; then
23259 echo $ECHO_N "(cached) $ECHO_C" >&6
23260 else
23261 cat >conftest.$ac_ext <<_ACEOF
23262 #line $LINENO "configure"
23263 /* confdefs.h. */
23264 _ACEOF
23265 cat confdefs.h >>conftest.$ac_ext
23266 cat >>conftest.$ac_ext <<_ACEOF
23267 /* end confdefs.h. */
23268 /* System header to define __stub macros and hopefully few prototypes,
23269 which can conflict with char shmat (); below.
23270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23271 <limits.h> exists even on freestanding compilers. */
23272 #ifdef __STDC__
23273 # include <limits.h>
23274 #else
23275 # include <assert.h>
23276 #endif
23277 /* Override any gcc2 internal prototype to avoid an error. */
23278 #ifdef __cplusplus
23279 extern "C"
23280 {
23281 #endif
23282 /* We use char because int might match the return type of a gcc2
23283 builtin and then its argument prototype would still apply. */
23284 char shmat ();
23285 /* The GNU C library defines this for functions which it implements
23286 to always fail with ENOSYS. Some functions are actually named
23287 something starting with __ and the normal name is an alias. */
23288 #if defined (__stub_shmat) || defined (__stub___shmat)
23289 choke me
23290 #else
23291 char (*f) () = shmat;
23292 #endif
23293 #ifdef __cplusplus
23294 }
23295 #endif
23296
23297 int
23298 main ()
23299 {
23300 return f != shmat;
23301 ;
23302 return 0;
23303 }
23304 _ACEOF
23305 rm -f conftest.$ac_objext conftest$ac_exeext
23306 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23307 (eval $ac_link) 2>&5
23308 ac_status=$?
23309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23310 (exit $ac_status); } &&
23311 { ac_try='test -s conftest$ac_exeext'
23312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23313 (eval $ac_try) 2>&5
23314 ac_status=$?
23315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23316 (exit $ac_status); }; }; then
23317 ac_cv_func_shmat=yes
23318 else
23319 echo "$as_me: failed program was:" >&5
23320 sed 's/^/| /' conftest.$ac_ext >&5
23321
23322 ac_cv_func_shmat=no
23323 fi
23324 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23325 fi
23326 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23327 echo "${ECHO_T}$ac_cv_func_shmat" >&6
23328
23329 if test $ac_cv_func_shmat = no; then
23330 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23331 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23332 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23333 echo $ECHO_N "(cached) $ECHO_C" >&6
23334 else
23335 ac_check_lib_save_LIBS=$LIBS
23336 LIBS="-lipc $LIBS"
23337 cat >conftest.$ac_ext <<_ACEOF
23338 #line $LINENO "configure"
23339 /* confdefs.h. */
23340 _ACEOF
23341 cat confdefs.h >>conftest.$ac_ext
23342 cat >>conftest.$ac_ext <<_ACEOF
23343 /* end confdefs.h. */
23344
23345 /* Override any gcc2 internal prototype to avoid an error. */
23346 #ifdef __cplusplus
23347 extern "C"
23348 #endif
23349 /* We use char because int might match the return type of a gcc2
23350 builtin and then its argument prototype would still apply. */
23351 char shmat ();
23352 int
23353 main ()
23354 {
23355 shmat ();
23356 ;
23357 return 0;
23358 }
23359 _ACEOF
23360 rm -f conftest.$ac_objext conftest$ac_exeext
23361 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23362 (eval $ac_link) 2>&5
23363 ac_status=$?
23364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23365 (exit $ac_status); } &&
23366 { ac_try='test -s conftest$ac_exeext'
23367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23368 (eval $ac_try) 2>&5
23369 ac_status=$?
23370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23371 (exit $ac_status); }; }; then
23372 ac_cv_lib_ipc_shmat=yes
23373 else
23374 echo "$as_me: failed program was:" >&5
23375 sed 's/^/| /' conftest.$ac_ext >&5
23376
23377 ac_cv_lib_ipc_shmat=no
23378 fi
23379 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23380 LIBS=$ac_check_lib_save_LIBS
23381 fi
23382 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23383 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23384 if test $ac_cv_lib_ipc_shmat = yes; then
23385 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
23386 fi
23387
23388 fi
23389 fi
23390
23391 # Check for libraries that X11R6 Xt/Xaw programs need.
23392 ac_save_LDFLAGS=$LDFLAGS
23393 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
23394 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23395 # check for ICE first), but we must link in the order -lSM -lICE or
23396 # we get undefined symbols. So assume we have SM if we have ICE.
23397 # These have to be linked with before -lX11, unlike the other
23398 # libraries we check for below, so use a different variable.
23399 # John Interrante, Karl Berry
23400 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23401 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23402 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23403 echo $ECHO_N "(cached) $ECHO_C" >&6
23404 else
23405 ac_check_lib_save_LIBS=$LIBS
23406 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
23407 cat >conftest.$ac_ext <<_ACEOF
23408 #line $LINENO "configure"
23409 /* confdefs.h. */
23410 _ACEOF
23411 cat confdefs.h >>conftest.$ac_ext
23412 cat >>conftest.$ac_ext <<_ACEOF
23413 /* end confdefs.h. */
23414
23415 /* Override any gcc2 internal prototype to avoid an error. */
23416 #ifdef __cplusplus
23417 extern "C"
23418 #endif
23419 /* We use char because int might match the return type of a gcc2
23420 builtin and then its argument prototype would still apply. */
23421 char IceConnectionNumber ();
23422 int
23423 main ()
23424 {
23425 IceConnectionNumber ();
23426 ;
23427 return 0;
23428 }
23429 _ACEOF
23430 rm -f conftest.$ac_objext conftest$ac_exeext
23431 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23432 (eval $ac_link) 2>&5
23433 ac_status=$?
23434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23435 (exit $ac_status); } &&
23436 { ac_try='test -s conftest$ac_exeext'
23437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23438 (eval $ac_try) 2>&5
23439 ac_status=$?
23440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23441 (exit $ac_status); }; }; then
23442 ac_cv_lib_ICE_IceConnectionNumber=yes
23443 else
23444 echo "$as_me: failed program was:" >&5
23445 sed 's/^/| /' conftest.$ac_ext >&5
23446
23447 ac_cv_lib_ICE_IceConnectionNumber=no
23448 fi
23449 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23450 LIBS=$ac_check_lib_save_LIBS
23451 fi
23452 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23453 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23454 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
23455 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
23456 fi
23457
23458 LDFLAGS=$ac_save_LDFLAGS
23459
23460 fi
23461
23462
23463 if test "$no_x" = "yes"; then
23464 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23465 echo "$as_me: error: X11 not found" >&2;}
23466 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
23467 fi
23468
23469 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//'`
23470 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
23471 AFMINSTALL=afminstall
23472 COMPILED_X_PROGRAM=0
23473
23474 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23475 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23476
23477 ac_find_includes=
23478 for ac_dir in $SEARCH_INCLUDE /usr/include;
23479 do
23480 if test -f "$ac_dir/Xm/Xm.h"; then
23481 ac_find_includes=$ac_dir
23482 break
23483 fi
23484 done
23485
23486 if test "$ac_find_includes" != "" ; then
23487 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23488 echo "${ECHO_T}found in $ac_find_includes" >&6
23489
23490 if test "x$ac_find_includes" = "x/usr/include"; then
23491 ac_path_to_include=""
23492 else
23493 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
23494 result=$?
23495 if test $result = 0; then
23496 ac_path_to_include=""
23497 else
23498 ac_path_to_include=" -I$ac_find_includes"
23499 fi
23500 fi
23501
23502 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
23503 else
23504 cat >conftest.$ac_ext <<_ACEOF
23505 #line $LINENO "configure"
23506 /* confdefs.h. */
23507 _ACEOF
23508 cat confdefs.h >>conftest.$ac_ext
23509 cat >>conftest.$ac_ext <<_ACEOF
23510 /* end confdefs.h. */
23511
23512 #include <Xm/Xm.h>
23513
23514 int
23515 main ()
23516 {
23517
23518 int version;
23519 version = xmUseVersion;
23520
23521 ;
23522 return 0;
23523 }
23524 _ACEOF
23525 rm -f conftest.$ac_objext
23526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23527 (eval $ac_compile) 2>&5
23528 ac_status=$?
23529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23530 (exit $ac_status); } &&
23531 { ac_try='test -s conftest.$ac_objext'
23532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23533 (eval $ac_try) 2>&5
23534 ac_status=$?
23535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23536 (exit $ac_status); }; }; then
23537
23538 echo "$as_me:$LINENO: result: found in default search path" >&5
23539 echo "${ECHO_T}found in default search path" >&6
23540 COMPILED_X_PROGRAM=1
23541
23542 else
23543 echo "$as_me: failed program was:" >&5
23544 sed 's/^/| /' conftest.$ac_ext >&5
23545
23546
23547 echo "$as_me:$LINENO: result: no" >&5
23548 echo "${ECHO_T}no" >&6
23549 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
23550 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
23551 { (exit 1); exit 1; }; }
23552
23553
23554 fi
23555 rm -f conftest.$ac_objext conftest.$ac_ext
23556 fi
23557
23558 if test "$COMPILED_X_PROGRAM" = 0; then
23559 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
23560 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
23561
23562 ac_find_libraries=
23563 for ac_dir in $SEARCH_LIB /usr/lib;
23564 do
23565 for ac_extension in a so sl dylib; do
23566 if test -f "$ac_dir/libXm.$ac_extension"; then
23567 ac_find_libraries=$ac_dir
23568 break 2
23569 fi
23570 done
23571 done
23572
23573 if test "$ac_find_libraries" != "" ; then
23574 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23575 echo "${ECHO_T}found at $ac_find_libraries" >&6
23576
23577
23578 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
23579 result=$?
23580 if test $result = 0; then
23581 ac_path_to_link=""
23582 else
23583 ac_path_to_link=" -L$ac_find_libraries"
23584 fi
23585
23586 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
23587 else
23588 save_CFLAGS=$CFLAGS
23589 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23590
23591 cat >conftest.$ac_ext <<_ACEOF
23592 #line $LINENO "configure"
23593 /* confdefs.h. */
23594 _ACEOF
23595 cat confdefs.h >>conftest.$ac_ext
23596 cat >>conftest.$ac_ext <<_ACEOF
23597 /* end confdefs.h. */
23598
23599 #include <Xm/Xm.h>
23600
23601 int
23602 main ()
23603 {
23604
23605 int version;
23606 version = xmUseVersion;
23607
23608 ;
23609 return 0;
23610 }
23611 _ACEOF
23612 rm -f conftest.$ac_objext
23613 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23614 (eval $ac_compile) 2>&5
23615 ac_status=$?
23616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23617 (exit $ac_status); } &&
23618 { ac_try='test -s conftest.$ac_objext'
23619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23620 (eval $ac_try) 2>&5
23621 ac_status=$?
23622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23623 (exit $ac_status); }; }; then
23624
23625 echo "$as_me:$LINENO: result: found in default search path" >&5
23626 echo "${ECHO_T}found in default search path" >&6
23627 COMPILED_X_PROGRAM=1
23628
23629 else
23630 echo "$as_me: failed program was:" >&5
23631 sed 's/^/| /' conftest.$ac_ext >&5
23632
23633
23634 echo "$as_me:$LINENO: result: no" >&5
23635 echo "${ECHO_T}no" >&6
23636 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
23637 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
23638 { (exit 1); exit 1; }; }
23639
23640
23641 fi
23642 rm -f conftest.$ac_objext conftest.$ac_ext
23643
23644 CFLAGS=$save_CFLAGS
23645 fi
23646 fi
23647
23648 xpm_link=
23649 echo "$as_me:$LINENO: checking for Xpm library" >&5
23650 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
23651
23652 ac_find_libraries=
23653 for ac_dir in $SEARCH_LIB /usr/lib;
23654 do
23655 for ac_extension in a so sl dylib; do
23656 if test -f "$ac_dir/libXpm.$ac_extension"; then
23657 ac_find_libraries=$ac_dir
23658 break 2
23659 fi
23660 done
23661 done
23662
23663 if test "$ac_find_libraries" != "" ; then
23664
23665 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
23666 result=$?
23667 if test $result = 0; then
23668 ac_path_to_link=""
23669 else
23670 ac_path_to_link=" -L$ac_find_libraries"
23671 fi
23672
23673 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
23674
23675 xpm_link=" -lXpm"
23676 cat >>confdefs.h <<\_ACEOF
23677 #define wxHAVE_LIB_XPM 1
23678 _ACEOF
23679
23680 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23681 echo "${ECHO_T}found at $ac_find_libraries" >&6
23682 else
23683 save_CFLAGS=$CFLAGS
23684 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23685
23686 cat >conftest.$ac_ext <<_ACEOF
23687 #line $LINENO "configure"
23688 /* confdefs.h. */
23689 _ACEOF
23690 cat confdefs.h >>conftest.$ac_ext
23691 cat >>conftest.$ac_ext <<_ACEOF
23692 /* end confdefs.h. */
23693
23694 #include <X11/xpm.h>
23695
23696 int
23697 main ()
23698 {
23699
23700 int version;
23701 version = XpmLibraryVersion();
23702
23703 ;
23704 return 0;
23705 }
23706 _ACEOF
23707 rm -f conftest.$ac_objext
23708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23709 (eval $ac_compile) 2>&5
23710 ac_status=$?
23711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23712 (exit $ac_status); } &&
23713 { ac_try='test -s conftest.$ac_objext'
23714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23715 (eval $ac_try) 2>&5
23716 ac_status=$?
23717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23718 (exit $ac_status); }; }; then
23719
23720 xpm_link=" -lXpm"
23721 cat >>confdefs.h <<\_ACEOF
23722 #define wxHAVE_LIB_XPM 1
23723 _ACEOF
23724
23725 echo "$as_me:$LINENO: result: found in default search path" >&5
23726 echo "${ECHO_T}found in default search path" >&6
23727 COMPILED_X_PROGRAM=0
23728
23729 else
23730 echo "$as_me: failed program was:" >&5
23731 sed 's/^/| /' conftest.$ac_ext >&5
23732
23733
23734 echo "$as_me:$LINENO: result: no" >&5
23735 echo "${ECHO_T}no" >&6
23736 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
23737 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
23738
23739
23740 fi
23741 rm -f conftest.$ac_objext conftest.$ac_ext
23742
23743 CFLAGS=$save_CFLAGS
23744 fi
23745
23746 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
23747 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
23748 libp_link=""
23749 libsm_ice_link=""
23750 libs_found=0
23751 for libp in "" " -lXp"; do
23752 if test "$libs_found" = "0"; then
23753 for libsm_ice in " -lSM -lICE"; do
23754 if test "$libs_found" = "0"; then
23755 save_LIBS="$LIBS"
23756 LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
23757 save_CFLAGS=$CFLAGS
23758 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23759
23760 cat >conftest.$ac_ext <<_ACEOF
23761 #line $LINENO "configure"
23762 /* confdefs.h. */
23763 _ACEOF
23764 cat confdefs.h >>conftest.$ac_ext
23765 cat >>conftest.$ac_ext <<_ACEOF
23766 /* end confdefs.h. */
23767
23768 #include <Xm/Xm.h>
23769 #include <Xm/List.h>
23770
23771 int
23772 main ()
23773 {
23774
23775 XmString string = NULL;
23776 Widget w = NULL;
23777 int position = 0;
23778 XmListAddItem(w, string, position);
23779
23780 ;
23781 return 0;
23782 }
23783 _ACEOF
23784 rm -f conftest.$ac_objext conftest$ac_exeext
23785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23786 (eval $ac_link) 2>&5
23787 ac_status=$?
23788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23789 (exit $ac_status); } &&
23790 { ac_try='test -s conftest$ac_exeext'
23791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23792 (eval $ac_try) 2>&5
23793 ac_status=$?
23794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23795 (exit $ac_status); }; }; then
23796
23797 libp_link="$libp"
23798 libsm_ice_link="$libsm_ice"
23799 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
23800 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
23801 libs_found=1
23802
23803 else
23804 echo "$as_me: failed program was:" >&5
23805 sed 's/^/| /' conftest.$ac_ext >&5
23806
23807
23808
23809 fi
23810 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23811
23812 LIBS="$save_LIBS"
23813 CFLAGS=$save_CFLAGS
23814 fi
23815 done
23816 fi
23817 done
23818
23819 if test "$libs_found" = "0"; then
23820 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
23821 echo "${ECHO_T}can't find the right libraries" >&6
23822 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
23823 echo "$as_me: error: can't link a simple motif program" >&2;}
23824 { (exit 1); exit 1; }; }
23825 fi
23826
23827 save_CFLAGS=$CFLAGS
23828 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23829 echo "$as_me:$LINENO: checking for Motif 2" >&5
23830 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
23831 cat >conftest.$ac_ext <<_ACEOF
23832 #line $LINENO "configure"
23833 /* confdefs.h. */
23834 _ACEOF
23835 cat confdefs.h >>conftest.$ac_ext
23836 cat >>conftest.$ac_ext <<_ACEOF
23837 /* end confdefs.h. */
23838
23839 #include <Xm/Xm.h>
23840
23841 int
23842 main ()
23843 {
23844
23845 #if XmVersion < 2000
23846 #error "Not Motif 2"
23847 #endif
23848
23849 ;
23850 return 0;
23851 }
23852 _ACEOF
23853 rm -f conftest.$ac_objext
23854 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23855 (eval $ac_compile) 2>&5
23856 ac_status=$?
23857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23858 (exit $ac_status); } &&
23859 { ac_try='test -s conftest.$ac_objext'
23860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23861 (eval $ac_try) 2>&5
23862 ac_status=$?
23863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23864 (exit $ac_status); }; }; then
23865
23866 cat >>confdefs.h <<\_ACEOF
23867 #define __WXMOTIF20__ 1
23868 _ACEOF
23869
23870 echo "$as_me:$LINENO: result: found" >&5
23871 echo "${ECHO_T}found" >&6
23872
23873 else
23874 echo "$as_me: failed program was:" >&5
23875 sed 's/^/| /' conftest.$ac_ext >&5
23876
23877
23878 cat >>confdefs.h <<\_ACEOF
23879 #define __WXMOTIF20__ 0
23880 _ACEOF
23881
23882 echo "$as_me:$LINENO: result: not found" >&5
23883 echo "${ECHO_T}not found" >&6
23884
23885 fi
23886 rm -f conftest.$ac_objext conftest.$ac_ext
23887 CFLAGS=$save_CFLAGS
23888
23889 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
23890 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
23891 TOOLKIT=MOTIF
23892 GUIDIST=MOTIF_DIST
23893 wxHAVE_XEXT_LIB=1
23894 fi
23895
23896 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
23897 test "$wxHAVE_XEXT_LIB" = 1; then
23898 save_CFLAGS="$CFLAGS"
23899 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23900
23901 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
23902 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
23903 cat >conftest.$ac_ext <<_ACEOF
23904 #line $LINENO "configure"
23905 /* confdefs.h. */
23906 _ACEOF
23907 cat confdefs.h >>conftest.$ac_ext
23908 cat >>conftest.$ac_ext <<_ACEOF
23909 /* end confdefs.h. */
23910
23911 #include <X11/Xlib.h>
23912 #include <X11/extensions/shape.h>
23913
23914 int
23915 main ()
23916 {
23917
23918 int dummy1, dummy2;
23919 XShapeQueryExtension((Display*)NULL,
23920 (int*)NULL, (int*)NULL);
23921
23922 ;
23923 return 0;
23924 }
23925 _ACEOF
23926 rm -f conftest.$ac_objext
23927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23928 (eval $ac_compile) 2>&5
23929 ac_status=$?
23930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23931 (exit $ac_status); } &&
23932 { ac_try='test -s conftest.$ac_objext'
23933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23934 (eval $ac_try) 2>&5
23935 ac_status=$?
23936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23937 (exit $ac_status); }; }; then
23938
23939 cat >>confdefs.h <<\_ACEOF
23940 #define HAVE_XSHAPE 1
23941 _ACEOF
23942
23943 echo "$as_me:$LINENO: result: found" >&5
23944 echo "${ECHO_T}found" >&6
23945
23946 else
23947 echo "$as_me: failed program was:" >&5
23948 sed 's/^/| /' conftest.$ac_ext >&5
23949
23950
23951 echo "$as_me:$LINENO: result: not found" >&5
23952 echo "${ECHO_T}not found" >&6
23953
23954 fi
23955 rm -f conftest.$ac_objext conftest.$ac_ext
23956 CFLAGS="$save_CFLAGS"
23957 fi
23958
23959 if test "$wxUSE_MAC" = 1; then
23960 CPPFLAGS="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
23961
23962 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
23963 TOOLKIT=MAC
23964 GUIDIST=MACX_DIST
23965 fi
23966
23967 if test "$wxUSE_COCOA" = 1; then
23968 TOOLKIT_VPATH="\${top_srcdir}/src/cocoa"
23969 TOOLKIT=COCOA
23970 GUIDIST=COCOA_DIST
23971 fi
23972
23973 if test "$wxUSE_PM" = 1; then
23974 TOOLKIT=PM
23975 GUIDIST=GTK_DIST
23976 { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5
23977 echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;}
23978 wxUSE_THREADS="no"
23979 fi
23980
23981 if test "$TOOLKIT" = "PM" ; then
23982 TOOLKIT_DIR="os2"
23983 else
23984 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
23985 fi
23986
23987 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
23988
23989 if test "$wxUSE_UNIVERSAL" = "yes"; then
23990 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
23991
23992 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
23993 ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
23994
23995 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
23996 if test "$wxUSE_X11" = 1; then
23997 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
23998 else
23999 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
24000 fi
24001 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24002 WIDGET_SET=univ
24003 else
24004 ALL_OBJECTS="\$(GUIOBJS)"
24005 ALL_SOURCES="\$(ALL_SOURCES)"
24006 ALL_HEADERS="\$(ALL_HEADERS)"
24007 fi
24008
24009 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24010
24011 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24012 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
24013 fi
24014
24015 if test "$wxUSE_HTML" = "yes"; then
24016 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
24017 fi
24018
24019 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24020 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
24021 fi
24022 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24023 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
24024 fi
24025 if test "$wxUSE_LIBPNG" = "builtin" ; then
24026 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
24027 fi
24028
24029 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24030 DISTDIR="wx\$(TOOLKIT)"
24031 else
24032 USE_GUI=0
24033
24034 TOOLKIT_DIR="base"
24035
24036 if test "$USE_WIN32" = 1 ; then
24037 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24038 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
24039
24040 TOOLKIT="MSW"
24041 else
24042 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24043 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
24044 fi
24045
24046 ALL_SOURCES="\$(ALL_SOURCES)"
24047 ALL_HEADERS="\$(ALL_HEADERS)"
24048
24049 PORT_FILES="\${top_srcdir}/src/files.lst"
24050
24051 GUIDIST="BASE_DIST"
24052 DISTDIR="wxBase"
24053 fi
24054
24055
24056
24057
24058 IODBC_C_SRC=""
24059
24060
24061 if test "$TOOLKIT" != "MSW" ; then
24062
24063 if test "$wxUSE_ODBC" != "no" ; then
24064 cat >>confdefs.h <<\_ACEOF
24065 #define wxUSE_ODBC 1
24066 _ACEOF
24067
24068 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
24069
24070 WXODBCFLAG="-D_IODBC_"
24071
24072
24073 if test "$wxUSE_ODBC" = "sys" ; then
24074
24075 if test "${ac_cv_header_sql_h+set}" = set; then
24076 echo "$as_me:$LINENO: checking for sql.h" >&5
24077 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24078 if test "${ac_cv_header_sql_h+set}" = set; then
24079 echo $ECHO_N "(cached) $ECHO_C" >&6
24080 fi
24081 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24082 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24083 else
24084 # Is the header compilable?
24085 echo "$as_me:$LINENO: checking sql.h usability" >&5
24086 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24087 cat >conftest.$ac_ext <<_ACEOF
24088 #line $LINENO "configure"
24089 /* confdefs.h. */
24090 _ACEOF
24091 cat confdefs.h >>conftest.$ac_ext
24092 cat >>conftest.$ac_ext <<_ACEOF
24093 /* end confdefs.h. */
24094 $ac_includes_default
24095 #include <sql.h>
24096 _ACEOF
24097 rm -f conftest.$ac_objext
24098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24099 (eval $ac_compile) 2>&5
24100 ac_status=$?
24101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24102 (exit $ac_status); } &&
24103 { ac_try='test -s conftest.$ac_objext'
24104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24105 (eval $ac_try) 2>&5
24106 ac_status=$?
24107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24108 (exit $ac_status); }; }; then
24109 ac_header_compiler=yes
24110 else
24111 echo "$as_me: failed program was:" >&5
24112 sed 's/^/| /' conftest.$ac_ext >&5
24113
24114 ac_header_compiler=no
24115 fi
24116 rm -f conftest.$ac_objext conftest.$ac_ext
24117 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24118 echo "${ECHO_T}$ac_header_compiler" >&6
24119
24120 # Is the header present?
24121 echo "$as_me:$LINENO: checking sql.h presence" >&5
24122 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24123 cat >conftest.$ac_ext <<_ACEOF
24124 #line $LINENO "configure"
24125 /* confdefs.h. */
24126 _ACEOF
24127 cat confdefs.h >>conftest.$ac_ext
24128 cat >>conftest.$ac_ext <<_ACEOF
24129 /* end confdefs.h. */
24130 #include <sql.h>
24131 _ACEOF
24132 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24133 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24134 ac_status=$?
24135 grep -v '^ *+' conftest.er1 >conftest.err
24136 rm -f conftest.er1
24137 cat conftest.err >&5
24138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24139 (exit $ac_status); } >/dev/null; then
24140 if test -s conftest.err; then
24141 ac_cpp_err=$ac_c_preproc_warn_flag
24142 else
24143 ac_cpp_err=
24144 fi
24145 else
24146 ac_cpp_err=yes
24147 fi
24148 if test -z "$ac_cpp_err"; then
24149 ac_header_preproc=yes
24150 else
24151 echo "$as_me: failed program was:" >&5
24152 sed 's/^/| /' conftest.$ac_ext >&5
24153
24154 ac_header_preproc=no
24155 fi
24156 rm -f conftest.err conftest.$ac_ext
24157 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24158 echo "${ECHO_T}$ac_header_preproc" >&6
24159
24160 # So? What about this header?
24161 case $ac_header_compiler:$ac_header_preproc in
24162 yes:no )
24163 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24164 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24165 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24166 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24167 (
24168 cat <<\_ASBOX
24169 ## ------------------------------------ ##
24170 ## Report this to bug-autoconf@gnu.org. ##
24171 ## ------------------------------------ ##
24172 _ASBOX
24173 ) |
24174 sed "s/^/$as_me: WARNING: /" >&2
24175 ;;
24176 no:yes )
24177 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24178 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24179 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24180 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24181 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24182 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24183 (
24184 cat <<\_ASBOX
24185 ## ------------------------------------ ##
24186 ## Report this to bug-autoconf@gnu.org. ##
24187 ## ------------------------------------ ##
24188 _ASBOX
24189 ) |
24190 sed "s/^/$as_me: WARNING: /" >&2
24191 ;;
24192 esac
24193 echo "$as_me:$LINENO: checking for sql.h" >&5
24194 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24195 if test "${ac_cv_header_sql_h+set}" = set; then
24196 echo $ECHO_N "(cached) $ECHO_C" >&6
24197 else
24198 ac_cv_header_sql_h=$ac_header_preproc
24199 fi
24200 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24201 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24202
24203 fi
24204
24205
24206 echo "$as_me:$LINENO: checking for library containing SQLAllocEnv" >&5
24207 echo $ECHO_N "checking for library containing SQLAllocEnv... $ECHO_C" >&6
24208 if test "${ac_cv_search_SQLAllocEnv+set}" = set; then
24209 echo $ECHO_N "(cached) $ECHO_C" >&6
24210 else
24211 ac_func_search_save_LIBS=$LIBS
24212 ac_cv_search_SQLAllocEnv=no
24213 cat >conftest.$ac_ext <<_ACEOF
24214 #line $LINENO "configure"
24215 /* confdefs.h. */
24216 _ACEOF
24217 cat confdefs.h >>conftest.$ac_ext
24218 cat >>conftest.$ac_ext <<_ACEOF
24219 /* end confdefs.h. */
24220
24221 /* Override any gcc2 internal prototype to avoid an error. */
24222 #ifdef __cplusplus
24223 extern "C"
24224 #endif
24225 /* We use char because int might match the return type of a gcc2
24226 builtin and then its argument prototype would still apply. */
24227 char SQLAllocEnv ();
24228 int
24229 main ()
24230 {
24231 SQLAllocEnv ();
24232 ;
24233 return 0;
24234 }
24235 _ACEOF
24236 rm -f conftest.$ac_objext conftest$ac_exeext
24237 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24238 (eval $ac_link) 2>&5
24239 ac_status=$?
24240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24241 (exit $ac_status); } &&
24242 { ac_try='test -s conftest$ac_exeext'
24243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24244 (eval $ac_try) 2>&5
24245 ac_status=$?
24246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24247 (exit $ac_status); }; }; then
24248 ac_cv_search_SQLAllocEnv="none required"
24249 else
24250 echo "$as_me: failed program was:" >&5
24251 sed 's/^/| /' conftest.$ac_ext >&5
24252
24253 fi
24254 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24255 if test "$ac_cv_search_SQLAllocEnv" = no; then
24256 for ac_lib in iodbc unixodbc odbc ; do
24257 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
24258 cat >conftest.$ac_ext <<_ACEOF
24259 #line $LINENO "configure"
24260 /* confdefs.h. */
24261 _ACEOF
24262 cat confdefs.h >>conftest.$ac_ext
24263 cat >>conftest.$ac_ext <<_ACEOF
24264 /* end confdefs.h. */
24265
24266 /* Override any gcc2 internal prototype to avoid an error. */
24267 #ifdef __cplusplus
24268 extern "C"
24269 #endif
24270 /* We use char because int might match the return type of a gcc2
24271 builtin and then its argument prototype would still apply. */
24272 char SQLAllocEnv ();
24273 int
24274 main ()
24275 {
24276 SQLAllocEnv ();
24277 ;
24278 return 0;
24279 }
24280 _ACEOF
24281 rm -f conftest.$ac_objext conftest$ac_exeext
24282 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24283 (eval $ac_link) 2>&5
24284 ac_status=$?
24285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24286 (exit $ac_status); } &&
24287 { ac_try='test -s conftest$ac_exeext'
24288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24289 (eval $ac_try) 2>&5
24290 ac_status=$?
24291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24292 (exit $ac_status); }; }; then
24293 ac_cv_search_SQLAllocEnv="-l$ac_lib"
24294 break
24295 else
24296 echo "$as_me: failed program was:" >&5
24297 sed 's/^/| /' conftest.$ac_ext >&5
24298
24299 fi
24300 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24301 done
24302 fi
24303 LIBS=$ac_func_search_save_LIBS
24304 fi
24305 echo "$as_me:$LINENO: result: $ac_cv_search_SQLAllocEnv" >&5
24306 echo "${ECHO_T}$ac_cv_search_SQLAllocEnv" >&6
24307 if test "$ac_cv_search_SQLAllocEnv" != no; then
24308 test "$ac_cv_search_SQLAllocEnv" = "none required" || LIBS="$ac_cv_search_SQLAllocEnv $LIBS"
24309
24310 else
24311
24312 wxUSE_ODBC=builtin;
24313 { echo "$as_me:$LINENO: WARNING: can't find system Odbc library falling back to builtin " >&5
24314 echo "$as_me: WARNING: can't find system Odbc library falling back to builtin " >&2;}
24315
24316 fi
24317
24318 fi
24319 if test "$wxUSE_ODBC" != "sys" ; then
24320 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
24321 fi
24322
24323 fi
24324
24325 fi
24326
24327 if test "$wxUSE_REGEX" = "builtin" ; then
24328 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
24329 fi
24330 if test "$wxUSE_ZLIB" = "builtin" ; then
24331 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
24332 fi
24333
24334
24335 if test "$wxUSE_OPENGL" = "yes"; then
24336 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
24337 OPENGL_LIBS="-framework OpenGL -framework AGL"
24338 elif test "$wxUSE_MSW" = 1; then
24339 OPENGL_LIBS="-lopengl32 -lglu32"
24340 else
24341
24342
24343 ac_find_includes=
24344 for ac_dir in $SEARCH_INCLUDE /usr/include;
24345 do
24346 if test -f "$ac_dir/GL/gl.h"; then
24347 ac_find_includes=$ac_dir
24348 break
24349 fi
24350 done
24351
24352 if test "$ac_find_includes" != "" ; then
24353 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24354 echo "${ECHO_T}found in $ac_find_includes" >&6
24355 set -x
24356
24357 if test "x$ac_find_includes" = "x/usr/include"; then
24358 ac_path_to_include=""
24359 else
24360 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
24361 result=$?
24362 if test $result = 0; then
24363 ac_path_to_include=""
24364 else
24365 ac_path_to_include=" -I$ac_find_includes"
24366 fi
24367 fi
24368
24369 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
24370 set +x
24371 fi
24372
24373 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24374 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24375 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24376 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24377 echo $ECHO_N "(cached) $ECHO_C" >&6
24378 fi
24379 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24380 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24381 else
24382 # Is the header compilable?
24383 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24384 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24385 cat >conftest.$ac_ext <<_ACEOF
24386 #line $LINENO "configure"
24387 /* confdefs.h. */
24388 _ACEOF
24389 cat confdefs.h >>conftest.$ac_ext
24390 cat >>conftest.$ac_ext <<_ACEOF
24391 /* end confdefs.h. */
24392 $ac_includes_default
24393 #include <GL/gl.h>
24394 _ACEOF
24395 rm -f conftest.$ac_objext
24396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24397 (eval $ac_compile) 2>&5
24398 ac_status=$?
24399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24400 (exit $ac_status); } &&
24401 { ac_try='test -s conftest.$ac_objext'
24402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24403 (eval $ac_try) 2>&5
24404 ac_status=$?
24405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24406 (exit $ac_status); }; }; then
24407 ac_header_compiler=yes
24408 else
24409 echo "$as_me: failed program was:" >&5
24410 sed 's/^/| /' conftest.$ac_ext >&5
24411
24412 ac_header_compiler=no
24413 fi
24414 rm -f conftest.$ac_objext conftest.$ac_ext
24415 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24416 echo "${ECHO_T}$ac_header_compiler" >&6
24417
24418 # Is the header present?
24419 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24420 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24421 cat >conftest.$ac_ext <<_ACEOF
24422 #line $LINENO "configure"
24423 /* confdefs.h. */
24424 _ACEOF
24425 cat confdefs.h >>conftest.$ac_ext
24426 cat >>conftest.$ac_ext <<_ACEOF
24427 /* end confdefs.h. */
24428 #include <GL/gl.h>
24429 _ACEOF
24430 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24431 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24432 ac_status=$?
24433 grep -v '^ *+' conftest.er1 >conftest.err
24434 rm -f conftest.er1
24435 cat conftest.err >&5
24436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24437 (exit $ac_status); } >/dev/null; then
24438 if test -s conftest.err; then
24439 ac_cpp_err=$ac_c_preproc_warn_flag
24440 else
24441 ac_cpp_err=
24442 fi
24443 else
24444 ac_cpp_err=yes
24445 fi
24446 if test -z "$ac_cpp_err"; then
24447 ac_header_preproc=yes
24448 else
24449 echo "$as_me: failed program was:" >&5
24450 sed 's/^/| /' conftest.$ac_ext >&5
24451
24452 ac_header_preproc=no
24453 fi
24454 rm -f conftest.err conftest.$ac_ext
24455 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24456 echo "${ECHO_T}$ac_header_preproc" >&6
24457
24458 # So? What about this header?
24459 case $ac_header_compiler:$ac_header_preproc in
24460 yes:no )
24461 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
24462 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24463 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24464 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24465 (
24466 cat <<\_ASBOX
24467 ## ------------------------------------ ##
24468 ## Report this to bug-autoconf@gnu.org. ##
24469 ## ------------------------------------ ##
24470 _ASBOX
24471 ) |
24472 sed "s/^/$as_me: WARNING: /" >&2
24473 ;;
24474 no:yes )
24475 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
24476 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
24477 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
24478 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
24479 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24480 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24481 (
24482 cat <<\_ASBOX
24483 ## ------------------------------------ ##
24484 ## Report this to bug-autoconf@gnu.org. ##
24485 ## ------------------------------------ ##
24486 _ASBOX
24487 ) |
24488 sed "s/^/$as_me: WARNING: /" >&2
24489 ;;
24490 esac
24491 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24492 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24493 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24494 echo $ECHO_N "(cached) $ECHO_C" >&6
24495 else
24496 ac_cv_header_GL_gl_h=$ac_header_preproc
24497 fi
24498 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24499 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24500
24501 fi
24502 if test $ac_cv_header_GL_gl_h = yes; then
24503
24504 found_gl=0
24505
24506 echo "$as_me:$LINENO: checking for -lGL" >&5
24507 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
24508
24509 ac_find_libraries=
24510 for ac_dir in $SEARCH_LIB /usr/lib;
24511 do
24512 for ac_extension in a so sl dylib; do
24513 if test -f "$ac_dir/libGL.$ac_extension"; then
24514 ac_find_libraries=$ac_dir
24515 break 2
24516 fi
24517 done
24518 done
24519
24520 if test "$ac_find_libraries" != "" ; then
24521
24522 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
24523 result=$?
24524 if test $result = 0; then
24525 ac_path_to_link=""
24526 else
24527 ac_path_to_link=" -L$ac_find_libraries"
24528 fi
24529
24530 if test "$ac_path_to_link" != " -L/usr/lib" ; then
24531 LDFLAGS_GL="$ac_path_to_link"
24532 fi
24533
24534
24535 ac_find_libraries=
24536 for ac_dir in $SEARCH_LIB /usr/lib;
24537 do
24538 for ac_extension in a so sl dylib; do
24539 if test -f "$ac_dir/libGLU.$ac_extension"; then
24540 ac_find_libraries=$ac_dir
24541 break 2
24542 fi
24543 done
24544 done
24545
24546 if test "$ac_find_libraries" != "" ; then
24547
24548 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
24549 result=$?
24550 if test $result = 0; then
24551 ac_path_to_link=""
24552 else
24553 ac_path_to_link=" -L$ac_find_libraries"
24554 fi
24555
24556 if test "$ac_path_to_link" != " -L/usr/lib" -a \
24557 "$ac_path_to_link" != "$LDFLAGS_GL"; then
24558 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
24559 fi
24560
24561 found_gl=1
24562 OPENGL_LIBS="-lGL -lGLU"
24563 echo "$as_me:$LINENO: result: yes" >&5
24564 echo "${ECHO_T}yes" >&6
24565 fi
24566 fi
24567
24568 if "$found_gl" != 1; then
24569 echo "$as_me:$LINENO: result: no" >&5
24570 echo "${ECHO_T}no" >&6
24571 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
24572 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
24573
24574 ac_find_libraries=
24575 for ac_dir in $SEARCH_LIB /usr/lib;
24576 do
24577 for ac_extension in a so sl dylib; do
24578 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
24579 ac_find_libraries=$ac_dir
24580 break 2
24581 fi
24582 done
24583 done
24584
24585 if test "$ac_find_libraries" != "" ; then
24586
24587 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
24588 result=$?
24589 if test $result = 0; then
24590 ac_path_to_link=""
24591 else
24592 ac_path_to_link=" -L$ac_find_libraries"
24593 fi
24594
24595 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
24596 OPENGL_LIBS="-lMesaGL -lMesaGLU"
24597 echo "$as_me:$LINENO: result: yes" >&5
24598 echo "${ECHO_T}yes" >&6
24599 else
24600 echo "$as_me:$LINENO: result: no" >&5
24601 echo "${ECHO_T}no" >&6
24602 fi
24603 fi
24604
24605 fi
24606
24607
24608
24609 if test "x$OPENGL_LIBS" = "x"; then
24610 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
24611 echo "$as_me: error: OpenGL libraries not available" >&2;}
24612 { (exit 1); exit 1; }; }
24613 fi
24614 fi
24615
24616 if test "$wxUSE_OPENGL" = "yes"; then
24617 cat >>confdefs.h <<\_ACEOF
24618 #define wxUSE_OPENGL 1
24619 _ACEOF
24620
24621 cat >>confdefs.h <<\_ACEOF
24622 #define wxUSE_GLCANVAS 1
24623 _ACEOF
24624
24625 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
24626 fi
24627 fi
24628
24629 if test -z "$TOOLKIT_VPATH" ; then
24630 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
24631 fi
24632
24633 if test -n "$TOOLKIT" ; then
24634 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
24635 fi
24636
24637 UNICODE=0
24638 lib_unicode_suffix=
24639 if test "$wxUSE_UNICODE" = "yes"; then
24640 lib_unicode_suffix=u
24641 UNICODE=1
24642 fi
24643
24644 lib_debug_suffix=
24645 BUILD=release
24646 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
24647 lib_debug_suffix=d
24648 BUILD=debug
24649 fi
24650
24651 WX_VERSION_TAG=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
24652
24653 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
24654 TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
24655
24656 if test "$cross_compiling" = "yes"; then
24657 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
24658 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
24659 fi
24660
24661 WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
24662 WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
24663 WX_LIBRARY_BASENAME="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
24664
24665 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24666 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24667
24668 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
24669 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
24670 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
24671 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24672
24673 case "${host}" in
24674 *-*-cygwin* | *-*-mingw32* )
24675
24676
24677
24678 if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then
24679 WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
24680 WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
24681 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
24682 WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
24683 else
24684 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
24685 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24686 fi
24687 ;;
24688
24689 *-*-darwin* )
24690
24691 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24692 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24693
24694 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
24695 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
24696 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
24697 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24698
24699 if test "$wxUSE_MAC" = 1; then
24700 WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.${WX_CURRENT}.r"
24701 WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
24702 fi
24703 ;;
24704 esac
24705
24706 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
24707 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
24708
24709 WXCONFIG_LIBS="-l${WX_LIBRARY}"
24710 WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
24711
24712 if test "$wxUSE_OPENGL" = "yes"; then
24713 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
24714 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
24715 fi
24716
24717
24718
24719 if test "$wxUSE_SHARED" = "yes"; then
24720 case "${host}" in
24721 *-pc-os2_emx | *-pc-os2-emx | \
24722 *-pc-msdosdjgpp )
24723 wxUSE_SHARED=no
24724 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
24725 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
24726 ;;
24727 esac
24728 fi
24729
24730 SHARED=0
24731 if test "$wxUSE_SHARED" = "yes"; then
24732 SHARED=1
24733
24734 if test "$wxUSE_OPENGL" = "yes"; then
24735 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
24736 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
24737 else
24738 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
24739 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
24740 fi
24741
24742 if test "$GCC" = "yes"; then
24743 PIC_FLAG="-fPIC"
24744 fi
24745
24746
24747
24748 found_versioning=no
24749
24750
24751 if test $found_versioning = no ; then
24752 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
24753 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
24754 if test "${wx_cv_version_script+set}" = set; then
24755 echo $ECHO_N "(cached) $ECHO_C" >&6
24756 else
24757
24758 echo "VER_1 { *; };" >conftest.sym
24759 echo "int main() { return 0; }" >conftest.cpp
24760
24761 if { ac_try='
24762 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
24763 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
24764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24765 (eval $ac_try) 2>&5
24766 ac_status=$?
24767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24768 (exit $ac_status); }; } ; then
24769 if test -s conftest.stderr ; then
24770 wx_cv_version_script=no
24771 else
24772 wx_cv_version_script=yes
24773 fi
24774 else
24775 wx_cv_version_script=no
24776 fi
24777 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
24778
24779 fi
24780 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
24781 echo "${ECHO_T}$wx_cv_version_script" >&6
24782 if test $wx_cv_version_script = yes ; then
24783 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
24784 fi
24785 fi
24786
24787
24788 SHARED_LD="${CXX} -shared -o"
24789
24790 case "${host}" in
24791 *-hp-hpux* )
24792 if test "$GCC" = "yes"; then
24793 SHARED_LD="${CXX} -shared ${PIC_FLAG} -o"
24794 else
24795 LDFLAGS="$LDFLAGS -L/usr/lib"
24796
24797 SHARED_LD="${CXX} -b -o"
24798 PIC_FLAG="+Z"
24799 fi
24800
24801 if test "$wxUSE_OPENGL" = "yes"; then
24802 WX_ALL_INSTALLED="preinstall_gl"
24803 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
24804 else
24805 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
24806 fi
24807 ;;
24808
24809 *-*-linux* | *-*-gnu* )
24810 if test "$GCC" != "yes"; then
24811 echo "$as_me:$LINENO: checking for Intel compiler" >&5
24812 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
24813 if test "${wx_cv_prog_icc+set}" = set; then
24814 echo $ECHO_N "(cached) $ECHO_C" >&6
24815 else
24816
24817 cat >conftest.$ac_ext <<_ACEOF
24818 #line $LINENO "configure"
24819 /* confdefs.h. */
24820 _ACEOF
24821 cat confdefs.h >>conftest.$ac_ext
24822 cat >>conftest.$ac_ext <<_ACEOF
24823 /* end confdefs.h. */
24824
24825 int
24826 main ()
24827 {
24828
24829 #ifndef __INTEL_COMPILER
24830 #error Not icc
24831 #endif
24832
24833 ;
24834 return 0;
24835 }
24836 _ACEOF
24837 rm -f conftest.$ac_objext
24838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24839 (eval $ac_compile) 2>&5
24840 ac_status=$?
24841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24842 (exit $ac_status); } &&
24843 { ac_try='test -s conftest.$ac_objext'
24844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24845 (eval $ac_try) 2>&5
24846 ac_status=$?
24847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24848 (exit $ac_status); }; }; then
24849 wx_cv_prog_icc=yes
24850 else
24851 echo "$as_me: failed program was:" >&5
24852 sed 's/^/| /' conftest.$ac_ext >&5
24853
24854 wx_cv_prog_icc=no
24855
24856 fi
24857 rm -f conftest.$ac_objext conftest.$ac_ext
24858
24859 fi
24860 echo "$as_me:$LINENO: result: $wx_cv_prog_icc" >&5
24861 echo "${ECHO_T}$wx_cv_prog_icc" >&6
24862 if test "$wx_cv_prog_icc" = "yes"; then
24863 PIC_FLAG="-KPIC"
24864 fi
24865 fi
24866
24867 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
24868 ;;
24869
24870 *-*-solaris2* )
24871 if test "$GCC" = yes ; then
24872 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
24873
24874 saveLdflags="$LDFLAGS"
24875 LDFLAGS="$saveLdflags -Wl,-rpath,/"
24876 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
24877 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
24878 cat >conftest.$ac_ext <<_ACEOF
24879 #line $LINENO "configure"
24880 /* confdefs.h. */
24881 _ACEOF
24882 cat confdefs.h >>conftest.$ac_ext
24883 cat >>conftest.$ac_ext <<_ACEOF
24884 /* end confdefs.h. */
24885
24886 int
24887 main ()
24888 {
24889
24890 ;
24891 return 0;
24892 }
24893 _ACEOF
24894 rm -f conftest.$ac_objext conftest$ac_exeext
24895 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24896 (eval $ac_link) 2>&5
24897 ac_status=$?
24898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24899 (exit $ac_status); } &&
24900 { ac_try='test -s conftest$ac_exeext'
24901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24902 (eval $ac_try) 2>&5
24903 ac_status=$?
24904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24905 (exit $ac_status); }; }; then
24906
24907 echo "$as_me:$LINENO: result: yes" >&5
24908 echo "${ECHO_T}yes" >&6
24909 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
24910
24911 else
24912 echo "$as_me: failed program was:" >&5
24913 sed 's/^/| /' conftest.$ac_ext >&5
24914
24915
24916 echo "$as_me:$LINENO: result: no" >&5
24917 echo "${ECHO_T}no" >&6
24918 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
24919 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
24920 LDFLAGS="$saveLdflags -Wl,-R,/"
24921 cat >conftest.$ac_ext <<_ACEOF
24922 #line $LINENO "configure"
24923 /* confdefs.h. */
24924 _ACEOF
24925 cat confdefs.h >>conftest.$ac_ext
24926 cat >>conftest.$ac_ext <<_ACEOF
24927 /* end confdefs.h. */
24928
24929 int
24930 main ()
24931 {
24932
24933 ;
24934 return 0;
24935 }
24936 _ACEOF
24937 rm -f conftest.$ac_objext conftest$ac_exeext
24938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24939 (eval $ac_link) 2>&5
24940 ac_status=$?
24941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24942 (exit $ac_status); } &&
24943 { ac_try='test -s conftest$ac_exeext'
24944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24945 (eval $ac_try) 2>&5
24946 ac_status=$?
24947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24948 (exit $ac_status); }; }; then
24949
24950 echo "$as_me:$LINENO: result: yes" >&5
24951 echo "${ECHO_T}yes" >&6
24952 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
24953 else
24954 echo "$as_me: failed program was:" >&5
24955 sed 's/^/| /' conftest.$ac_ext >&5
24956
24957
24958 echo "$as_me:$LINENO: result: no" >&5
24959 echo "${ECHO_T}no" >&6
24960
24961 fi
24962 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24963
24964 fi
24965 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24966 LDFLAGS="$saveLdflags"
24967 else
24968 SHARED_LD="${CXX} -G -o"
24969 PIC_FLAG="-KPIC"
24970 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
24971 fi
24972 ;;
24973
24974 *-*-darwin* )
24975 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXMAKINGDLL"
24976 CFLAGS="$CFLAGS -fno-common"
24977 CXXFLAGS="$CXXFLAGS -fno-common"
24978 SHARED_LD="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o"
24979 PIC_FLAG="-dynamic -fPIC"
24980 ;;
24981
24982 *-*-aix* )
24983 if test "$GCC" != "yes"; then
24984 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
24985 set dummy makeC++SharedLib; ac_word=$2
24986 echo "$as_me:$LINENO: checking for $ac_word" >&5
24987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24988 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
24989 echo $ECHO_N "(cached) $ECHO_C" >&6
24990 else
24991 if test -n "$AIX_CXX_LD"; then
24992 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
24993 else
24994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24995 for as_dir in $PATH
24996 do
24997 IFS=$as_save_IFS
24998 test -z "$as_dir" && as_dir=.
24999 for ac_exec_ext in '' $ac_executable_extensions; do
25000 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25001 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
25002 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25003 break 2
25004 fi
25005 done
25006 done
25007
25008 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
25009 fi
25010 fi
25011 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
25012 if test -n "$AIX_CXX_LD"; then
25013 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
25014 echo "${ECHO_T}$AIX_CXX_LD" >&6
25015 else
25016 echo "$as_me:$LINENO: result: no" >&5
25017 echo "${ECHO_T}no" >&6
25018 fi
25019
25020
25021 SHARED_LD="$(AIX_CXX_LD) -p 0 -o"
25022 fi
25023 ;;
25024
25025 *-*-cygwin* | *-*-mingw32* )
25026 WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
25027
25028 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
25029 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
25030
25031 PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
25032
25033 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
25034 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
25035
25036 if test "$wxUSE_OPENGL" = "yes"; then
25037 LIBS="${LIBS} ${OPENGL_LIBS}"
25038 fi
25039 ;;
25040
25041 *-*-beos* )
25042 SHARED_LD="${LD} -shared -o"
25043 ;;
25044
25045 *-*-irix* )
25046 if test "$GCC" != "yes"; then
25047 PIC_FLAG="-KPIC"
25048 fi
25049 ;;
25050
25051 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
25052 *-*-sunos4* | \
25053 *-*-osf* | \
25054 *-*-dgux5* | \
25055 *-*-sysv5* )
25056 ;;
25057
25058 *)
25059 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
25060 echo "$as_me: error: unknown system type $host." >&2;}
25061 { (exit 1); exit 1; }; }
25062 esac
25063
25064 if test "x$WX_TARGET_LIBRARY" = "x"; then
25065 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
25066 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
25067 fi
25068
25069 WX_TARGET_LIBRARY_TYPE="so"
25070 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
25071 fi
25072
25073 if test "$wxUSE_SHARED" = "no"; then
25074
25075 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25076 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25077 fi
25078
25079 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
25080 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25081 fi
25082
25083 if test "$wxUSE_OPENGL" = "yes"; then
25084 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
25085 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25086 else
25087 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25088 fi
25089
25090 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
25091 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
25092
25093 WX_TARGET_LIBRARY_TYPE="a"
25094 INSTALL_LIBRARY='$(INSTALL_DATA)'
25095
25096 STATIC_FLAG="yes"
25097 else
25098 STATIC_FLAG="no"
25099 fi
25100
25101 MACRESCOMP="@#"
25102 MACSETFILE="@#"
25103 MACRESWXCONFIG="#"
25104 if test "$wxUSE_MAC" = 1; then
25105 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
25106 WX_ALL="${WX_ALL} ${LIBWXMACRES}"
25107 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
25108 # Extract the first word of "Rez", so it can be a program name with args.
25109 set dummy Rez; ac_word=$2
25110 echo "$as_me:$LINENO: checking for $ac_word" >&5
25111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25112 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25113 echo $ECHO_N "(cached) $ECHO_C" >&6
25114 else
25115 if test -n "$RESCOMP"; then
25116 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
25117 else
25118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25119 for as_dir in $PATH
25120 do
25121 IFS=$as_save_IFS
25122 test -z "$as_dir" && as_dir=.
25123 for ac_exec_ext in '' $ac_executable_extensions; do
25124 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25125 ac_cv_prog_RESCOMP="Rez"
25126 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25127 break 2
25128 fi
25129 done
25130 done
25131
25132 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
25133 fi
25134 fi
25135 RESCOMP=$ac_cv_prog_RESCOMP
25136 if test -n "$RESCOMP"; then
25137 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25138 echo "${ECHO_T}$RESCOMP" >&6
25139 else
25140 echo "$as_me:$LINENO: result: no" >&5
25141 echo "${ECHO_T}no" >&6
25142 fi
25143
25144 # Extract the first word of "DeRez", so it can be a program name with args.
25145 set dummy DeRez; ac_word=$2
25146 echo "$as_me:$LINENO: checking for $ac_word" >&5
25147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25148 if test "${ac_cv_prog_DEREZ+set}" = set; then
25149 echo $ECHO_N "(cached) $ECHO_C" >&6
25150 else
25151 if test -n "$DEREZ"; then
25152 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
25153 else
25154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25155 for as_dir in $PATH
25156 do
25157 IFS=$as_save_IFS
25158 test -z "$as_dir" && as_dir=.
25159 for ac_exec_ext in '' $ac_executable_extensions; do
25160 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25161 ac_cv_prog_DEREZ="DeRez"
25162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25163 break 2
25164 fi
25165 done
25166 done
25167
25168 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
25169 fi
25170 fi
25171 DEREZ=$ac_cv_prog_DEREZ
25172 if test -n "$DEREZ"; then
25173 echo "$as_me:$LINENO: result: $DEREZ" >&5
25174 echo "${ECHO_T}$DEREZ" >&6
25175 else
25176 echo "$as_me:$LINENO: result: no" >&5
25177 echo "${ECHO_T}no" >&6
25178 fi
25179
25180 # Extract the first word of "SetFile", so it can be a program name with args.
25181 set dummy SetFile; ac_word=$2
25182 echo "$as_me:$LINENO: checking for $ac_word" >&5
25183 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25184 if test "${ac_cv_prog_SETFILE+set}" = set; then
25185 echo $ECHO_N "(cached) $ECHO_C" >&6
25186 else
25187 if test -n "$SETFILE"; then
25188 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25189 else
25190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25191 for as_dir in $PATH
25192 do
25193 IFS=$as_save_IFS
25194 test -z "$as_dir" && as_dir=.
25195 for ac_exec_ext in '' $ac_executable_extensions; do
25196 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25197 ac_cv_prog_SETFILE="SetFile"
25198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25199 break 2
25200 fi
25201 done
25202 done
25203
25204 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25205 fi
25206 fi
25207 SETFILE=$ac_cv_prog_SETFILE
25208 if test -n "$SETFILE"; then
25209 echo "$as_me:$LINENO: result: $SETFILE" >&5
25210 echo "${ECHO_T}$SETFILE" >&6
25211 else
25212 echo "$as_me:$LINENO: result: no" >&5
25213 echo "${ECHO_T}no" >&6
25214 fi
25215
25216 MACOSX_BUNDLE="bundle"
25217 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25218 MACSETFILE="\$(SETFILE)"
25219 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25220 elif test "$wxUSE_COCOA" = 1; then
25221 # Extract the first word of "Rez", so it can be a program name with args.
25222 set dummy Rez; ac_word=$2
25223 echo "$as_me:$LINENO: checking for $ac_word" >&5
25224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25225 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25226 echo $ECHO_N "(cached) $ECHO_C" >&6
25227 else
25228 if test -n "$RESCOMP"; then
25229 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
25230 else
25231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25232 for as_dir in $PATH
25233 do
25234 IFS=$as_save_IFS
25235 test -z "$as_dir" && as_dir=.
25236 for ac_exec_ext in '' $ac_executable_extensions; do
25237 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25238 ac_cv_prog_RESCOMP="Rez"
25239 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25240 break 2
25241 fi
25242 done
25243 done
25244
25245 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
25246 fi
25247 fi
25248 RESCOMP=$ac_cv_prog_RESCOMP
25249 if test -n "$RESCOMP"; then
25250 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25251 echo "${ECHO_T}$RESCOMP" >&6
25252 else
25253 echo "$as_me:$LINENO: result: no" >&5
25254 echo "${ECHO_T}no" >&6
25255 fi
25256
25257 # Extract the first word of "DeRez", so it can be a program name with args.
25258 set dummy DeRez; ac_word=$2
25259 echo "$as_me:$LINENO: checking for $ac_word" >&5
25260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25261 if test "${ac_cv_prog_DEREZ+set}" = set; then
25262 echo $ECHO_N "(cached) $ECHO_C" >&6
25263 else
25264 if test -n "$DEREZ"; then
25265 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
25266 else
25267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25268 for as_dir in $PATH
25269 do
25270 IFS=$as_save_IFS
25271 test -z "$as_dir" && as_dir=.
25272 for ac_exec_ext in '' $ac_executable_extensions; do
25273 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25274 ac_cv_prog_DEREZ="DeRez"
25275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25276 break 2
25277 fi
25278 done
25279 done
25280
25281 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
25282 fi
25283 fi
25284 DEREZ=$ac_cv_prog_DEREZ
25285 if test -n "$DEREZ"; then
25286 echo "$as_me:$LINENO: result: $DEREZ" >&5
25287 echo "${ECHO_T}$DEREZ" >&6
25288 else
25289 echo "$as_me:$LINENO: result: no" >&5
25290 echo "${ECHO_T}no" >&6
25291 fi
25292
25293 # Extract the first word of "SetFile", so it can be a program name with args.
25294 set dummy SetFile; ac_word=$2
25295 echo "$as_me:$LINENO: checking for $ac_word" >&5
25296 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25297 if test "${ac_cv_prog_SETFILE+set}" = set; then
25298 echo $ECHO_N "(cached) $ECHO_C" >&6
25299 else
25300 if test -n "$SETFILE"; then
25301 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25302 else
25303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25304 for as_dir in $PATH
25305 do
25306 IFS=$as_save_IFS
25307 test -z "$as_dir" && as_dir=.
25308 for ac_exec_ext in '' $ac_executable_extensions; do
25309 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25310 ac_cv_prog_SETFILE="SetFile"
25311 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25312 break 2
25313 fi
25314 done
25315 done
25316
25317 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25318 fi
25319 fi
25320 SETFILE=$ac_cv_prog_SETFILE
25321 if test -n "$SETFILE"; then
25322 echo "$as_me:$LINENO: result: $SETFILE" >&5
25323 echo "${ECHO_T}$SETFILE" >&6
25324 else
25325 echo "$as_me:$LINENO: result: no" >&5
25326 echo "${ECHO_T}no" >&6
25327 fi
25328
25329 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25330 MACSETFILE="\$(SETFILE)"
25331 MACRESWXCONFIG="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25332 else
25333 if test "$wxUSE_PM" = 1; then
25334 MACRESCOMP="emxbind -ep"
25335 fi
25336 fi
25337
25338
25339 echo "$as_me:$LINENO: checking for mode_t" >&5
25340 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25341 if test "${ac_cv_type_mode_t+set}" = set; then
25342 echo $ECHO_N "(cached) $ECHO_C" >&6
25343 else
25344 cat >conftest.$ac_ext <<_ACEOF
25345 #line $LINENO "configure"
25346 /* confdefs.h. */
25347 _ACEOF
25348 cat confdefs.h >>conftest.$ac_ext
25349 cat >>conftest.$ac_ext <<_ACEOF
25350 /* end confdefs.h. */
25351 $ac_includes_default
25352 int
25353 main ()
25354 {
25355 if ((mode_t *) 0)
25356 return 0;
25357 if (sizeof (mode_t))
25358 return 0;
25359 ;
25360 return 0;
25361 }
25362 _ACEOF
25363 rm -f conftest.$ac_objext
25364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25365 (eval $ac_compile) 2>&5
25366 ac_status=$?
25367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25368 (exit $ac_status); } &&
25369 { ac_try='test -s conftest.$ac_objext'
25370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25371 (eval $ac_try) 2>&5
25372 ac_status=$?
25373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25374 (exit $ac_status); }; }; then
25375 ac_cv_type_mode_t=yes
25376 else
25377 echo "$as_me: failed program was:" >&5
25378 sed 's/^/| /' conftest.$ac_ext >&5
25379
25380 ac_cv_type_mode_t=no
25381 fi
25382 rm -f conftest.$ac_objext conftest.$ac_ext
25383 fi
25384 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25385 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25386 if test $ac_cv_type_mode_t = yes; then
25387 :
25388 else
25389
25390 cat >>confdefs.h <<_ACEOF
25391 #define mode_t int
25392 _ACEOF
25393
25394 fi
25395
25396 echo "$as_me:$LINENO: checking for off_t" >&5
25397 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25398 if test "${ac_cv_type_off_t+set}" = set; then
25399 echo $ECHO_N "(cached) $ECHO_C" >&6
25400 else
25401 cat >conftest.$ac_ext <<_ACEOF
25402 #line $LINENO "configure"
25403 /* confdefs.h. */
25404 _ACEOF
25405 cat confdefs.h >>conftest.$ac_ext
25406 cat >>conftest.$ac_ext <<_ACEOF
25407 /* end confdefs.h. */
25408 $ac_includes_default
25409 int
25410 main ()
25411 {
25412 if ((off_t *) 0)
25413 return 0;
25414 if (sizeof (off_t))
25415 return 0;
25416 ;
25417 return 0;
25418 }
25419 _ACEOF
25420 rm -f conftest.$ac_objext
25421 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25422 (eval $ac_compile) 2>&5
25423 ac_status=$?
25424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25425 (exit $ac_status); } &&
25426 { ac_try='test -s conftest.$ac_objext'
25427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25428 (eval $ac_try) 2>&5
25429 ac_status=$?
25430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25431 (exit $ac_status); }; }; then
25432 ac_cv_type_off_t=yes
25433 else
25434 echo "$as_me: failed program was:" >&5
25435 sed 's/^/| /' conftest.$ac_ext >&5
25436
25437 ac_cv_type_off_t=no
25438 fi
25439 rm -f conftest.$ac_objext conftest.$ac_ext
25440 fi
25441 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25442 echo "${ECHO_T}$ac_cv_type_off_t" >&6
25443 if test $ac_cv_type_off_t = yes; then
25444 :
25445 else
25446
25447 cat >>confdefs.h <<_ACEOF
25448 #define off_t long
25449 _ACEOF
25450
25451 fi
25452
25453 echo "$as_me:$LINENO: checking for pid_t" >&5
25454 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25455 if test "${ac_cv_type_pid_t+set}" = set; then
25456 echo $ECHO_N "(cached) $ECHO_C" >&6
25457 else
25458 cat >conftest.$ac_ext <<_ACEOF
25459 #line $LINENO "configure"
25460 /* confdefs.h. */
25461 _ACEOF
25462 cat confdefs.h >>conftest.$ac_ext
25463 cat >>conftest.$ac_ext <<_ACEOF
25464 /* end confdefs.h. */
25465 $ac_includes_default
25466 int
25467 main ()
25468 {
25469 if ((pid_t *) 0)
25470 return 0;
25471 if (sizeof (pid_t))
25472 return 0;
25473 ;
25474 return 0;
25475 }
25476 _ACEOF
25477 rm -f conftest.$ac_objext
25478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25479 (eval $ac_compile) 2>&5
25480 ac_status=$?
25481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25482 (exit $ac_status); } &&
25483 { ac_try='test -s conftest.$ac_objext'
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_type_pid_t=yes
25490 else
25491 echo "$as_me: failed program was:" >&5
25492 sed 's/^/| /' conftest.$ac_ext >&5
25493
25494 ac_cv_type_pid_t=no
25495 fi
25496 rm -f conftest.$ac_objext conftest.$ac_ext
25497 fi
25498 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25499 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25500 if test $ac_cv_type_pid_t = yes; then
25501 :
25502 else
25503
25504 cat >>confdefs.h <<_ACEOF
25505 #define pid_t int
25506 _ACEOF
25507
25508 fi
25509
25510 echo "$as_me:$LINENO: checking for size_t" >&5
25511 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25512 if test "${ac_cv_type_size_t+set}" = set; then
25513 echo $ECHO_N "(cached) $ECHO_C" >&6
25514 else
25515 cat >conftest.$ac_ext <<_ACEOF
25516 #line $LINENO "configure"
25517 /* confdefs.h. */
25518 _ACEOF
25519 cat confdefs.h >>conftest.$ac_ext
25520 cat >>conftest.$ac_ext <<_ACEOF
25521 /* end confdefs.h. */
25522 $ac_includes_default
25523 int
25524 main ()
25525 {
25526 if ((size_t *) 0)
25527 return 0;
25528 if (sizeof (size_t))
25529 return 0;
25530 ;
25531 return 0;
25532 }
25533 _ACEOF
25534 rm -f conftest.$ac_objext
25535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25536 (eval $ac_compile) 2>&5
25537 ac_status=$?
25538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25539 (exit $ac_status); } &&
25540 { ac_try='test -s conftest.$ac_objext'
25541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25542 (eval $ac_try) 2>&5
25543 ac_status=$?
25544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25545 (exit $ac_status); }; }; then
25546 ac_cv_type_size_t=yes
25547 else
25548 echo "$as_me: failed program was:" >&5
25549 sed 's/^/| /' conftest.$ac_ext >&5
25550
25551 ac_cv_type_size_t=no
25552 fi
25553 rm -f conftest.$ac_objext conftest.$ac_ext
25554 fi
25555 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25556 echo "${ECHO_T}$ac_cv_type_size_t" >&6
25557 if test $ac_cv_type_size_t = yes; then
25558 :
25559 else
25560
25561 cat >>confdefs.h <<_ACEOF
25562 #define size_t unsigned
25563 _ACEOF
25564
25565 fi
25566
25567 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25568 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25569 if test "${ac_cv_type_uid_t+set}" = set; then
25570 echo $ECHO_N "(cached) $ECHO_C" >&6
25571 else
25572 cat >conftest.$ac_ext <<_ACEOF
25573 #line $LINENO "configure"
25574 /* confdefs.h. */
25575 _ACEOF
25576 cat confdefs.h >>conftest.$ac_ext
25577 cat >>conftest.$ac_ext <<_ACEOF
25578 /* end confdefs.h. */
25579 #include <sys/types.h>
25580
25581 _ACEOF
25582 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25583 $EGREP "uid_t" >/dev/null 2>&1; then
25584 ac_cv_type_uid_t=yes
25585 else
25586 ac_cv_type_uid_t=no
25587 fi
25588 rm -f conftest*
25589
25590 fi
25591 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
25592 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
25593 if test $ac_cv_type_uid_t = no; then
25594
25595 cat >>confdefs.h <<\_ACEOF
25596 #define uid_t int
25597 _ACEOF
25598
25599
25600 cat >>confdefs.h <<\_ACEOF
25601 #define gid_t int
25602 _ACEOF
25603
25604 fi
25605
25606
25607
25608
25609 ac_ext=cc
25610 ac_cpp='$CXXCPP $CPPFLAGS'
25611 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25612 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25613 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25614
25615 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
25616 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
25617 if test "${wx_cv_size_t_is_uint+set}" = set; then
25618 echo $ECHO_N "(cached) $ECHO_C" >&6
25619 else
25620
25621 cat >conftest.$ac_ext <<_ACEOF
25622 #line $LINENO "configure"
25623 /* confdefs.h. */
25624 _ACEOF
25625 cat confdefs.h >>conftest.$ac_ext
25626 cat >>conftest.$ac_ext <<_ACEOF
25627 /* end confdefs.h. */
25628 #include <stddef.h>
25629 int
25630 main ()
25631 {
25632
25633 return 0; }
25634
25635 struct Foo { void foo(size_t); void foo(unsigned int); };
25636
25637 int bar() {
25638
25639 ;
25640 return 0;
25641 }
25642 _ACEOF
25643 rm -f conftest.$ac_objext
25644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25645 (eval $ac_compile) 2>&5
25646 ac_status=$?
25647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25648 (exit $ac_status); } &&
25649 { ac_try='test -s conftest.$ac_objext'
25650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25651 (eval $ac_try) 2>&5
25652 ac_status=$?
25653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25654 (exit $ac_status); }; }; then
25655 wx_cv_size_t_is_uint=no
25656 else
25657 echo "$as_me: failed program was:" >&5
25658 sed 's/^/| /' conftest.$ac_ext >&5
25659
25660 wx_cv_size_t_is_uint=yes
25661
25662 fi
25663 rm -f conftest.$ac_objext conftest.$ac_ext
25664
25665
25666 fi
25667 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
25668 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
25669
25670 if test "$wx_cv_size_t_is_uint" = "yes"; then
25671 cat >>confdefs.h <<\_ACEOF
25672 #define wxSIZE_T_IS_UINT 1
25673 _ACEOF
25674
25675 else
25676 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
25677 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
25678 if test "${wx_cv_size_t_is_ulong+set}" = set; then
25679 echo $ECHO_N "(cached) $ECHO_C" >&6
25680 else
25681 cat >conftest.$ac_ext <<_ACEOF
25682 #line $LINENO "configure"
25683 /* confdefs.h. */
25684 _ACEOF
25685 cat confdefs.h >>conftest.$ac_ext
25686 cat >>conftest.$ac_ext <<_ACEOF
25687 /* end confdefs.h. */
25688 #include <stddef.h>
25689 int
25690 main ()
25691 {
25692
25693 return 0; }
25694
25695 struct Foo { void foo(size_t); void foo(unsigned long); };
25696
25697 int bar() {
25698
25699 ;
25700 return 0;
25701 }
25702 _ACEOF
25703 rm -f conftest.$ac_objext
25704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25705 (eval $ac_compile) 2>&5
25706 ac_status=$?
25707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25708 (exit $ac_status); } &&
25709 { ac_try='test -s conftest.$ac_objext'
25710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25711 (eval $ac_try) 2>&5
25712 ac_status=$?
25713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25714 (exit $ac_status); }; }; then
25715 wx_cv_size_t_is_ulong=no
25716 else
25717 echo "$as_me: failed program was:" >&5
25718 sed 's/^/| /' conftest.$ac_ext >&5
25719
25720 wx_cv_size_t_is_ulong=yes
25721
25722 fi
25723 rm -f conftest.$ac_objext conftest.$ac_ext
25724
25725 fi
25726 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
25727 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
25728
25729 if test "$wx_cv_size_t_is_ulong" = "yes"; then
25730 cat >>confdefs.h <<\_ACEOF
25731 #define wxSIZE_T_IS_ULONG 1
25732 _ACEOF
25733
25734 fi
25735 fi
25736
25737 ac_ext=c
25738 ac_cpp='$CPP $CPPFLAGS'
25739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25742
25743
25744
25745 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
25746 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
25747 if test "${wx_cv_struct_pw_gecos+set}" = set; then
25748 echo $ECHO_N "(cached) $ECHO_C" >&6
25749 else
25750
25751 cat >conftest.$ac_ext <<_ACEOF
25752 #line $LINENO "configure"
25753 /* confdefs.h. */
25754 _ACEOF
25755 cat confdefs.h >>conftest.$ac_ext
25756 cat >>conftest.$ac_ext <<_ACEOF
25757 /* end confdefs.h. */
25758 #include <pwd.h>
25759 int
25760 main ()
25761 {
25762
25763 char *p;
25764 struct passwd *pw;
25765 p = pw->pw_gecos;
25766
25767 ;
25768 return 0;
25769 }
25770 _ACEOF
25771 rm -f conftest.$ac_objext
25772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25773 (eval $ac_compile) 2>&5
25774 ac_status=$?
25775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25776 (exit $ac_status); } &&
25777 { ac_try='test -s conftest.$ac_objext'
25778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25779 (eval $ac_try) 2>&5
25780 ac_status=$?
25781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25782 (exit $ac_status); }; }; then
25783
25784 wx_cv_struct_pw_gecos=yes
25785
25786 else
25787 echo "$as_me: failed program was:" >&5
25788 sed 's/^/| /' conftest.$ac_ext >&5
25789
25790
25791 wx_cv_struct_pw_gecos=no
25792
25793
25794 fi
25795 rm -f conftest.$ac_objext conftest.$ac_ext
25796
25797
25798 fi
25799 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
25800 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
25801
25802 if test "$wx_cv_struct_pw_gecos" = "yes"; then
25803 cat >>confdefs.h <<\_ACEOF
25804 #define HAVE_PW_GECOS 1
25805 _ACEOF
25806
25807 fi
25808
25809
25810 if test "$wx_cv_sizeof_wchar_t" != "0"; then
25811 cat >>confdefs.h <<\_ACEOF
25812 #define wxUSE_WCHAR_T 1
25813 _ACEOF
25814
25815
25816 WCSLEN_FOUND=0
25817 WCHAR_LINK=
25818
25819 for ac_func in wcslen
25820 do
25821 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25822 echo "$as_me:$LINENO: checking for $ac_func" >&5
25823 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25824 if eval "test \"\${$as_ac_var+set}\" = set"; then
25825 echo $ECHO_N "(cached) $ECHO_C" >&6
25826 else
25827 cat >conftest.$ac_ext <<_ACEOF
25828 #line $LINENO "configure"
25829 /* confdefs.h. */
25830 _ACEOF
25831 cat confdefs.h >>conftest.$ac_ext
25832 cat >>conftest.$ac_ext <<_ACEOF
25833 /* end confdefs.h. */
25834 /* System header to define __stub macros and hopefully few prototypes,
25835 which can conflict with char $ac_func (); below.
25836 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25837 <limits.h> exists even on freestanding compilers. */
25838 #ifdef __STDC__
25839 # include <limits.h>
25840 #else
25841 # include <assert.h>
25842 #endif
25843 /* Override any gcc2 internal prototype to avoid an error. */
25844 #ifdef __cplusplus
25845 extern "C"
25846 {
25847 #endif
25848 /* We use char because int might match the return type of a gcc2
25849 builtin and then its argument prototype would still apply. */
25850 char $ac_func ();
25851 /* The GNU C library defines this for functions which it implements
25852 to always fail with ENOSYS. Some functions are actually named
25853 something starting with __ and the normal name is an alias. */
25854 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25855 choke me
25856 #else
25857 char (*f) () = $ac_func;
25858 #endif
25859 #ifdef __cplusplus
25860 }
25861 #endif
25862
25863 int
25864 main ()
25865 {
25866 return f != $ac_func;
25867 ;
25868 return 0;
25869 }
25870 _ACEOF
25871 rm -f conftest.$ac_objext conftest$ac_exeext
25872 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25873 (eval $ac_link) 2>&5
25874 ac_status=$?
25875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25876 (exit $ac_status); } &&
25877 { ac_try='test -s conftest$ac_exeext'
25878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25879 (eval $ac_try) 2>&5
25880 ac_status=$?
25881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25882 (exit $ac_status); }; }; then
25883 eval "$as_ac_var=yes"
25884 else
25885 echo "$as_me: failed program was:" >&5
25886 sed 's/^/| /' conftest.$ac_ext >&5
25887
25888 eval "$as_ac_var=no"
25889 fi
25890 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25891 fi
25892 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25893 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25894 if test `eval echo '${'$as_ac_var'}'` = yes; then
25895 cat >>confdefs.h <<_ACEOF
25896 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25897 _ACEOF
25898 WCSLEN_FOUND=1
25899 fi
25900 done
25901
25902
25903 if test "$WCSLEN_FOUND" = 0; then
25904 if test "$TOOLKIT" = "MSW"; then
25905 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
25906 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
25907 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
25908 echo $ECHO_N "(cached) $ECHO_C" >&6
25909 else
25910 ac_check_lib_save_LIBS=$LIBS
25911 LIBS="-lmsvcrt $LIBS"
25912 cat >conftest.$ac_ext <<_ACEOF
25913 #line $LINENO "configure"
25914 /* confdefs.h. */
25915 _ACEOF
25916 cat confdefs.h >>conftest.$ac_ext
25917 cat >>conftest.$ac_ext <<_ACEOF
25918 /* end confdefs.h. */
25919
25920 /* Override any gcc2 internal prototype to avoid an error. */
25921 #ifdef __cplusplus
25922 extern "C"
25923 #endif
25924 /* We use char because int might match the return type of a gcc2
25925 builtin and then its argument prototype would still apply. */
25926 char wcslen ();
25927 int
25928 main ()
25929 {
25930 wcslen ();
25931 ;
25932 return 0;
25933 }
25934 _ACEOF
25935 rm -f conftest.$ac_objext conftest$ac_exeext
25936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25937 (eval $ac_link) 2>&5
25938 ac_status=$?
25939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25940 (exit $ac_status); } &&
25941 { ac_try='test -s conftest$ac_exeext'
25942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25943 (eval $ac_try) 2>&5
25944 ac_status=$?
25945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25946 (exit $ac_status); }; }; then
25947 ac_cv_lib_msvcrt_wcslen=yes
25948 else
25949 echo "$as_me: failed program was:" >&5
25950 sed 's/^/| /' conftest.$ac_ext >&5
25951
25952 ac_cv_lib_msvcrt_wcslen=no
25953 fi
25954 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25955 LIBS=$ac_check_lib_save_LIBS
25956 fi
25957 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
25958 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
25959 if test $ac_cv_lib_msvcrt_wcslen = yes; then
25960 WCHAR_OK=1
25961 fi
25962
25963 else
25964 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
25965 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
25966 if test "${ac_cv_lib_w_wcslen+set}" = set; then
25967 echo $ECHO_N "(cached) $ECHO_C" >&6
25968 else
25969 ac_check_lib_save_LIBS=$LIBS
25970 LIBS="-lw $LIBS"
25971 cat >conftest.$ac_ext <<_ACEOF
25972 #line $LINENO "configure"
25973 /* confdefs.h. */
25974 _ACEOF
25975 cat confdefs.h >>conftest.$ac_ext
25976 cat >>conftest.$ac_ext <<_ACEOF
25977 /* end confdefs.h. */
25978
25979 /* Override any gcc2 internal prototype to avoid an error. */
25980 #ifdef __cplusplus
25981 extern "C"
25982 #endif
25983 /* We use char because int might match the return type of a gcc2
25984 builtin and then its argument prototype would still apply. */
25985 char wcslen ();
25986 int
25987 main ()
25988 {
25989 wcslen ();
25990 ;
25991 return 0;
25992 }
25993 _ACEOF
25994 rm -f conftest.$ac_objext conftest$ac_exeext
25995 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25996 (eval $ac_link) 2>&5
25997 ac_status=$?
25998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25999 (exit $ac_status); } &&
26000 { ac_try='test -s conftest$ac_exeext'
26001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26002 (eval $ac_try) 2>&5
26003 ac_status=$?
26004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26005 (exit $ac_status); }; }; then
26006 ac_cv_lib_w_wcslen=yes
26007 else
26008 echo "$as_me: failed program was:" >&5
26009 sed 's/^/| /' conftest.$ac_ext >&5
26010
26011 ac_cv_lib_w_wcslen=no
26012 fi
26013 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26014 LIBS=$ac_check_lib_save_LIBS
26015 fi
26016 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26017 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26018 if test $ac_cv_lib_w_wcslen = yes; then
26019
26020 WCHAR_LINK=" -lw"
26021 WCSLEN_FOUND=1
26022
26023 fi
26024
26025 fi
26026 fi
26027
26028 if test "$WCSLEN_FOUND" = 1; then
26029 cat >>confdefs.h <<\_ACEOF
26030 #define HAVE_WCSLEN 1
26031 _ACEOF
26032
26033 fi
26034
26035
26036 for ac_func in wcsrtombs
26037 do
26038 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26039 echo "$as_me:$LINENO: checking for $ac_func" >&5
26040 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26041 if eval "test \"\${$as_ac_var+set}\" = set"; then
26042 echo $ECHO_N "(cached) $ECHO_C" >&6
26043 else
26044 cat >conftest.$ac_ext <<_ACEOF
26045 #line $LINENO "configure"
26046 /* confdefs.h. */
26047 _ACEOF
26048 cat confdefs.h >>conftest.$ac_ext
26049 cat >>conftest.$ac_ext <<_ACEOF
26050 /* end confdefs.h. */
26051 /* System header to define __stub macros and hopefully few prototypes,
26052 which can conflict with char $ac_func (); below.
26053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26054 <limits.h> exists even on freestanding compilers. */
26055 #ifdef __STDC__
26056 # include <limits.h>
26057 #else
26058 # include <assert.h>
26059 #endif
26060 /* Override any gcc2 internal prototype to avoid an error. */
26061 #ifdef __cplusplus
26062 extern "C"
26063 {
26064 #endif
26065 /* We use char because int might match the return type of a gcc2
26066 builtin and then its argument prototype would still apply. */
26067 char $ac_func ();
26068 /* The GNU C library defines this for functions which it implements
26069 to always fail with ENOSYS. Some functions are actually named
26070 something starting with __ and the normal name is an alias. */
26071 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26072 choke me
26073 #else
26074 char (*f) () = $ac_func;
26075 #endif
26076 #ifdef __cplusplus
26077 }
26078 #endif
26079
26080 int
26081 main ()
26082 {
26083 return f != $ac_func;
26084 ;
26085 return 0;
26086 }
26087 _ACEOF
26088 rm -f conftest.$ac_objext conftest$ac_exeext
26089 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26090 (eval $ac_link) 2>&5
26091 ac_status=$?
26092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26093 (exit $ac_status); } &&
26094 { ac_try='test -s conftest$ac_exeext'
26095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26096 (eval $ac_try) 2>&5
26097 ac_status=$?
26098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26099 (exit $ac_status); }; }; then
26100 eval "$as_ac_var=yes"
26101 else
26102 echo "$as_me: failed program was:" >&5
26103 sed 's/^/| /' conftest.$ac_ext >&5
26104
26105 eval "$as_ac_var=no"
26106 fi
26107 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26108 fi
26109 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26110 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26111 if test `eval echo '${'$as_ac_var'}'` = yes; then
26112 cat >>confdefs.h <<_ACEOF
26113 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26114 _ACEOF
26115
26116 fi
26117 done
26118
26119 else
26120 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26121 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
26122 fi
26123
26124
26125
26126 ac_ext=cc
26127 ac_cpp='$CXXCPP $CPPFLAGS'
26128 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26129 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26130 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26131
26132
26133
26134 for ac_func in vsnprintf
26135 do
26136 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26137 echo "$as_me:$LINENO: checking for $ac_func" >&5
26138 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26139 if eval "test \"\${$as_ac_var+set}\" = set"; then
26140 echo $ECHO_N "(cached) $ECHO_C" >&6
26141 else
26142 cat >conftest.$ac_ext <<_ACEOF
26143 #line $LINENO "configure"
26144 /* confdefs.h. */
26145 _ACEOF
26146 cat confdefs.h >>conftest.$ac_ext
26147 cat >>conftest.$ac_ext <<_ACEOF
26148 /* end confdefs.h. */
26149 /* System header to define __stub macros and hopefully few prototypes,
26150 which can conflict with char $ac_func (); below.
26151 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26152 <limits.h> exists even on freestanding compilers. */
26153 #ifdef __STDC__
26154 # include <limits.h>
26155 #else
26156 # include <assert.h>
26157 #endif
26158 /* Override any gcc2 internal prototype to avoid an error. */
26159 #ifdef __cplusplus
26160 extern "C"
26161 {
26162 #endif
26163 /* We use char because int might match the return type of a gcc2
26164 builtin and then its argument prototype would still apply. */
26165 char $ac_func ();
26166 /* The GNU C library defines this for functions which it implements
26167 to always fail with ENOSYS. Some functions are actually named
26168 something starting with __ and the normal name is an alias. */
26169 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26170 choke me
26171 #else
26172 char (*f) () = $ac_func;
26173 #endif
26174 #ifdef __cplusplus
26175 }
26176 #endif
26177
26178 int
26179 main ()
26180 {
26181 return f != $ac_func;
26182 ;
26183 return 0;
26184 }
26185 _ACEOF
26186 rm -f conftest.$ac_objext conftest$ac_exeext
26187 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26188 (eval $ac_link) 2>&5
26189 ac_status=$?
26190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26191 (exit $ac_status); } &&
26192 { ac_try='test -s conftest$ac_exeext'
26193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26194 (eval $ac_try) 2>&5
26195 ac_status=$?
26196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26197 (exit $ac_status); }; }; then
26198 eval "$as_ac_var=yes"
26199 else
26200 echo "$as_me: failed program was:" >&5
26201 sed 's/^/| /' conftest.$ac_ext >&5
26202
26203 eval "$as_ac_var=no"
26204 fi
26205 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26206 fi
26207 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26208 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26209 if test `eval echo '${'$as_ac_var'}'` = yes; then
26210 cat >>confdefs.h <<_ACEOF
26211 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26212 _ACEOF
26213
26214 fi
26215 done
26216
26217
26218 if test "$ac_cv_func_vsnprintf" = "yes"; then
26219 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26220 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26221 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26222 echo $ECHO_N "(cached) $ECHO_C" >&6
26223 else
26224
26225 cat >conftest.$ac_ext <<_ACEOF
26226 #line $LINENO "configure"
26227 /* confdefs.h. */
26228 _ACEOF
26229 cat confdefs.h >>conftest.$ac_ext
26230 cat >>conftest.$ac_ext <<_ACEOF
26231 /* end confdefs.h. */
26232
26233 #include <stdio.h>
26234 #include <stdarg.h>
26235
26236 int
26237 main ()
26238 {
26239
26240 char *buf;
26241 va_list ap;
26242 vsnprintf(buf, 10u, "%s", ap);
26243
26244 ;
26245 return 0;
26246 }
26247 _ACEOF
26248 rm -f conftest.$ac_objext
26249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26250 (eval $ac_compile) 2>&5
26251 ac_status=$?
26252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26253 (exit $ac_status); } &&
26254 { ac_try='test -s conftest.$ac_objext'
26255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26256 (eval $ac_try) 2>&5
26257 ac_status=$?
26258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26259 (exit $ac_status); }; }; then
26260 wx_cv_func_vsnprintf_decl=yes
26261 else
26262 echo "$as_me: failed program was:" >&5
26263 sed 's/^/| /' conftest.$ac_ext >&5
26264
26265 wx_cv_func_vsnprintf_decl=no
26266
26267 fi
26268 rm -f conftest.$ac_objext conftest.$ac_ext
26269
26270
26271 fi
26272 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26273 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
26274
26275 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
26276 cat >>confdefs.h <<\_ACEOF
26277 #define HAVE_VSNPRINTF_DECL 1
26278 _ACEOF
26279
26280 fi
26281 fi
26282
26283 if test "$wxUSE_UNICODE" = yes; then
26284
26285
26286
26287 for ac_func in fputwc wprintf vswprintf
26288 do
26289 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26290 echo "$as_me:$LINENO: checking for $ac_func" >&5
26291 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26292 if eval "test \"\${$as_ac_var+set}\" = set"; then
26293 echo $ECHO_N "(cached) $ECHO_C" >&6
26294 else
26295 cat >conftest.$ac_ext <<_ACEOF
26296 #line $LINENO "configure"
26297 /* confdefs.h. */
26298 _ACEOF
26299 cat confdefs.h >>conftest.$ac_ext
26300 cat >>conftest.$ac_ext <<_ACEOF
26301 /* end confdefs.h. */
26302 /* System header to define __stub macros and hopefully few prototypes,
26303 which can conflict with char $ac_func (); below.
26304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26305 <limits.h> exists even on freestanding compilers. */
26306 #ifdef __STDC__
26307 # include <limits.h>
26308 #else
26309 # include <assert.h>
26310 #endif
26311 /* Override any gcc2 internal prototype to avoid an error. */
26312 #ifdef __cplusplus
26313 extern "C"
26314 {
26315 #endif
26316 /* We use char because int might match the return type of a gcc2
26317 builtin and then its argument prototype would still apply. */
26318 char $ac_func ();
26319 /* The GNU C library defines this for functions which it implements
26320 to always fail with ENOSYS. Some functions are actually named
26321 something starting with __ and the normal name is an alias. */
26322 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26323 choke me
26324 #else
26325 char (*f) () = $ac_func;
26326 #endif
26327 #ifdef __cplusplus
26328 }
26329 #endif
26330
26331 int
26332 main ()
26333 {
26334 return f != $ac_func;
26335 ;
26336 return 0;
26337 }
26338 _ACEOF
26339 rm -f conftest.$ac_objext conftest$ac_exeext
26340 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26341 (eval $ac_link) 2>&5
26342 ac_status=$?
26343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26344 (exit $ac_status); } &&
26345 { ac_try='test -s conftest$ac_exeext'
26346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26347 (eval $ac_try) 2>&5
26348 ac_status=$?
26349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26350 (exit $ac_status); }; }; then
26351 eval "$as_ac_var=yes"
26352 else
26353 echo "$as_me: failed program was:" >&5
26354 sed 's/^/| /' conftest.$ac_ext >&5
26355
26356 eval "$as_ac_var=no"
26357 fi
26358 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26359 fi
26360 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26361 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26362 if test `eval echo '${'$as_ac_var'}'` = yes; then
26363 cat >>confdefs.h <<_ACEOF
26364 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26365 _ACEOF
26366
26367 fi
26368 done
26369
26370
26371 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26372 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26373 cat >conftest.$ac_ext <<_ACEOF
26374 #line $LINENO "configure"
26375 /* confdefs.h. */
26376 _ACEOF
26377 cat confdefs.h >>conftest.$ac_ext
26378 cat >>conftest.$ac_ext <<_ACEOF
26379 /* end confdefs.h. */
26380 #include <wchar.h>
26381 int
26382 main ()
26383 {
26384 &_vsnwprintf;
26385 ;
26386 return 0;
26387 }
26388 _ACEOF
26389 rm -f conftest.$ac_objext
26390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26391 (eval $ac_compile) 2>&5
26392 ac_status=$?
26393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26394 (exit $ac_status); } &&
26395 { ac_try='test -s conftest.$ac_objext'
26396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26397 (eval $ac_try) 2>&5
26398 ac_status=$?
26399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26400 (exit $ac_status); }; }; then
26401 echo "$as_me:$LINENO: result: yes" >&5
26402 echo "${ECHO_T}yes" >&6
26403 cat >>confdefs.h <<\_ACEOF
26404 #define HAVE__VSNWPRINTF 1
26405 _ACEOF
26406
26407 else
26408 echo "$as_me: failed program was:" >&5
26409 sed 's/^/| /' conftest.$ac_ext >&5
26410
26411 echo "$as_me:$LINENO: result: no" >&5
26412 echo "${ECHO_T}no" >&6
26413 fi
26414 rm -f conftest.$ac_objext conftest.$ac_ext;
26415 fi
26416
26417 ac_ext=c
26418 ac_cpp='$CPP $CPPFLAGS'
26419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26422
26423
26424
26425
26426 if test "$TOOLKIT" != "MSW"; then
26427
26428
26429
26430
26431 ac_ext=cc
26432 ac_cpp='$CXXCPP $CPPFLAGS'
26433 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26434 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26435 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26436
26437
26438
26439
26440 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
26441 if test "${with_libiconv_prefix+set}" = set; then
26442 withval="$with_libiconv_prefix"
26443
26444 for dir in `echo "$withval" | tr : ' '`; do
26445 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
26446 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
26447 done
26448
26449 fi;
26450
26451 echo "$as_me:$LINENO: checking for iconv" >&5
26452 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26453 if test "${am_cv_func_iconv+set}" = set; then
26454 echo $ECHO_N "(cached) $ECHO_C" >&6
26455 else
26456
26457 am_cv_func_iconv="no, consider installing GNU libiconv"
26458 am_cv_lib_iconv=no
26459 cat >conftest.$ac_ext <<_ACEOF
26460 #line $LINENO "configure"
26461 /* confdefs.h. */
26462 _ACEOF
26463 cat confdefs.h >>conftest.$ac_ext
26464 cat >>conftest.$ac_ext <<_ACEOF
26465 /* end confdefs.h. */
26466 #include <stdlib.h>
26467 #include <iconv.h>
26468 int
26469 main ()
26470 {
26471 iconv_t cd = iconv_open("","");
26472 iconv(cd,NULL,NULL,NULL,NULL);
26473 iconv_close(cd);
26474 ;
26475 return 0;
26476 }
26477 _ACEOF
26478 rm -f conftest.$ac_objext conftest$ac_exeext
26479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26480 (eval $ac_link) 2>&5
26481 ac_status=$?
26482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26483 (exit $ac_status); } &&
26484 { ac_try='test -s conftest$ac_exeext'
26485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26486 (eval $ac_try) 2>&5
26487 ac_status=$?
26488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26489 (exit $ac_status); }; }; then
26490 am_cv_func_iconv=yes
26491 else
26492 echo "$as_me: failed program was:" >&5
26493 sed 's/^/| /' conftest.$ac_ext >&5
26494
26495 fi
26496 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26497 if test "$am_cv_func_iconv" != yes; then
26498 am_save_LIBS="$LIBS"
26499 LIBS="$LIBS -liconv"
26500 cat >conftest.$ac_ext <<_ACEOF
26501 #line $LINENO "configure"
26502 /* confdefs.h. */
26503 _ACEOF
26504 cat confdefs.h >>conftest.$ac_ext
26505 cat >>conftest.$ac_ext <<_ACEOF
26506 /* end confdefs.h. */
26507 #include <stdlib.h>
26508 #include <iconv.h>
26509 int
26510 main ()
26511 {
26512 iconv_t cd = iconv_open("","");
26513 iconv(cd,NULL,NULL,NULL,NULL);
26514 iconv_close(cd);
26515 ;
26516 return 0;
26517 }
26518 _ACEOF
26519 rm -f conftest.$ac_objext conftest$ac_exeext
26520 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26521 (eval $ac_link) 2>&5
26522 ac_status=$?
26523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26524 (exit $ac_status); } &&
26525 { ac_try='test -s conftest$ac_exeext'
26526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26527 (eval $ac_try) 2>&5
26528 ac_status=$?
26529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26530 (exit $ac_status); }; }; then
26531 am_cv_lib_iconv=yes
26532 am_cv_func_iconv=yes
26533 else
26534 echo "$as_me: failed program was:" >&5
26535 sed 's/^/| /' conftest.$ac_ext >&5
26536
26537 fi
26538 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26539 LIBS="$am_save_LIBS"
26540 fi
26541
26542 fi
26543 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26544 echo "${ECHO_T}$am_cv_func_iconv" >&6
26545 if test "$am_cv_func_iconv" = yes; then
26546
26547 cat >>confdefs.h <<\_ACEOF
26548 #define HAVE_ICONV 1
26549 _ACEOF
26550
26551 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26552 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26553 if test "${wx_cv_func_iconv_const+set}" = set; then
26554 echo $ECHO_N "(cached) $ECHO_C" >&6
26555 else
26556 cat >conftest.$ac_ext <<_ACEOF
26557 #line $LINENO "configure"
26558 /* confdefs.h. */
26559 _ACEOF
26560 cat confdefs.h >>conftest.$ac_ext
26561 cat >>conftest.$ac_ext <<_ACEOF
26562 /* end confdefs.h. */
26563
26564 #include <stdlib.h>
26565 #include <iconv.h>
26566 extern
26567 #ifdef __cplusplus
26568 "C"
26569 #endif
26570 #if defined(__STDC__) || defined(__cplusplus)
26571 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26572 #else
26573 size_t iconv();
26574 #endif
26575
26576 int
26577 main ()
26578 {
26579
26580 ;
26581 return 0;
26582 }
26583 _ACEOF
26584 rm -f conftest.$ac_objext
26585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26586 (eval $ac_compile) 2>&5
26587 ac_status=$?
26588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26589 (exit $ac_status); } &&
26590 { ac_try='test -s conftest.$ac_objext'
26591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26592 (eval $ac_try) 2>&5
26593 ac_status=$?
26594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26595 (exit $ac_status); }; }; then
26596 wx_cv_func_iconv_const="no"
26597 else
26598 echo "$as_me: failed program was:" >&5
26599 sed 's/^/| /' conftest.$ac_ext >&5
26600
26601 wx_cv_func_iconv_const="yes"
26602
26603 fi
26604 rm -f conftest.$ac_objext conftest.$ac_ext
26605
26606 fi
26607 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
26608 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
26609
26610 iconv_const=
26611 if test "x$wx_cv_func_iconv_const" = "xyes"; then
26612 iconv_const="const"
26613 fi
26614
26615
26616 cat >>confdefs.h <<_ACEOF
26617 #define ICONV_CONST $iconv_const
26618 _ACEOF
26619
26620 fi
26621 LIBICONV=
26622 if test "$am_cv_lib_iconv" = yes; then
26623 LIBICONV="-liconv"
26624 fi
26625
26626
26627 LIBS="$LIBICONV $LIBS"
26628 ac_ext=c
26629 ac_cpp='$CPP $CPPFLAGS'
26630 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26631 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26632 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26633
26634
26635 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
26636
26637 for ac_func in sigaction
26638 do
26639 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26640 echo "$as_me:$LINENO: checking for $ac_func" >&5
26641 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26642 if eval "test \"\${$as_ac_var+set}\" = set"; then
26643 echo $ECHO_N "(cached) $ECHO_C" >&6
26644 else
26645 cat >conftest.$ac_ext <<_ACEOF
26646 #line $LINENO "configure"
26647 /* confdefs.h. */
26648 _ACEOF
26649 cat confdefs.h >>conftest.$ac_ext
26650 cat >>conftest.$ac_ext <<_ACEOF
26651 /* end confdefs.h. */
26652 /* System header to define __stub macros and hopefully few prototypes,
26653 which can conflict with char $ac_func (); below.
26654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26655 <limits.h> exists even on freestanding compilers. */
26656 #ifdef __STDC__
26657 # include <limits.h>
26658 #else
26659 # include <assert.h>
26660 #endif
26661 /* Override any gcc2 internal prototype to avoid an error. */
26662 #ifdef __cplusplus
26663 extern "C"
26664 {
26665 #endif
26666 /* We use char because int might match the return type of a gcc2
26667 builtin and then its argument prototype would still apply. */
26668 char $ac_func ();
26669 /* The GNU C library defines this for functions which it implements
26670 to always fail with ENOSYS. Some functions are actually named
26671 something starting with __ and the normal name is an alias. */
26672 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26673 choke me
26674 #else
26675 char (*f) () = $ac_func;
26676 #endif
26677 #ifdef __cplusplus
26678 }
26679 #endif
26680
26681 int
26682 main ()
26683 {
26684 return f != $ac_func;
26685 ;
26686 return 0;
26687 }
26688 _ACEOF
26689 rm -f conftest.$ac_objext conftest$ac_exeext
26690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26691 (eval $ac_link) 2>&5
26692 ac_status=$?
26693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26694 (exit $ac_status); } &&
26695 { ac_try='test -s conftest$ac_exeext'
26696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26697 (eval $ac_try) 2>&5
26698 ac_status=$?
26699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26700 (exit $ac_status); }; }; then
26701 eval "$as_ac_var=yes"
26702 else
26703 echo "$as_me: failed program was:" >&5
26704 sed 's/^/| /' conftest.$ac_ext >&5
26705
26706 eval "$as_ac_var=no"
26707 fi
26708 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26709 fi
26710 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26711 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26712 if test `eval echo '${'$as_ac_var'}'` = yes; then
26713 cat >>confdefs.h <<_ACEOF
26714 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26715 _ACEOF
26716
26717 fi
26718 done
26719
26720
26721 if test "$ac_cv_func_sigaction" = "no"; then
26722 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
26723 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
26724 wxUSE_ON_FATAL_EXCEPTION=no
26725 fi
26726
26727 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
26728
26729
26730 ac_ext=cc
26731 ac_cpp='$CXXCPP $CPPFLAGS'
26732 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26733 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26734 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26735
26736
26737 echo "$as_me:$LINENO: checking for sa_handler type" >&5
26738 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
26739 if test "${wx_cv_type_sa_handler+set}" = set; then
26740 echo $ECHO_N "(cached) $ECHO_C" >&6
26741 else
26742
26743 cat >conftest.$ac_ext <<_ACEOF
26744 #line $LINENO "configure"
26745 /* confdefs.h. */
26746 _ACEOF
26747 cat confdefs.h >>conftest.$ac_ext
26748 cat >>conftest.$ac_ext <<_ACEOF
26749 /* end confdefs.h. */
26750 #include <signal.h>
26751 int
26752 main ()
26753 {
26754
26755 extern void testSigHandler(int);
26756
26757 struct sigaction sa;
26758 sa.sa_handler = testSigHandler;
26759
26760 ;
26761 return 0;
26762 }
26763 _ACEOF
26764 rm -f conftest.$ac_objext
26765 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26766 (eval $ac_compile) 2>&5
26767 ac_status=$?
26768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26769 (exit $ac_status); } &&
26770 { ac_try='test -s conftest.$ac_objext'
26771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26772 (eval $ac_try) 2>&5
26773 ac_status=$?
26774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26775 (exit $ac_status); }; }; then
26776
26777 wx_cv_type_sa_handler=int
26778
26779 else
26780 echo "$as_me: failed program was:" >&5
26781 sed 's/^/| /' conftest.$ac_ext >&5
26782
26783
26784 wx_cv_type_sa_handler=void
26785
26786 fi
26787 rm -f conftest.$ac_objext conftest.$ac_ext
26788
26789 fi
26790 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
26791 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
26792
26793 ac_ext=c
26794 ac_cpp='$CPP $CPPFLAGS'
26795 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26796 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26797 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26798
26799
26800 cat >>confdefs.h <<_ACEOF
26801 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
26802 _ACEOF
26803
26804 fi
26805 fi
26806
26807
26808
26809 for ac_func in mkstemp mktemp
26810 do
26811 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26812 echo "$as_me:$LINENO: checking for $ac_func" >&5
26813 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26814 if eval "test \"\${$as_ac_var+set}\" = set"; then
26815 echo $ECHO_N "(cached) $ECHO_C" >&6
26816 else
26817 cat >conftest.$ac_ext <<_ACEOF
26818 #line $LINENO "configure"
26819 /* confdefs.h. */
26820 _ACEOF
26821 cat confdefs.h >>conftest.$ac_ext
26822 cat >>conftest.$ac_ext <<_ACEOF
26823 /* end confdefs.h. */
26824 /* System header to define __stub macros and hopefully few prototypes,
26825 which can conflict with char $ac_func (); below.
26826 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26827 <limits.h> exists even on freestanding compilers. */
26828 #ifdef __STDC__
26829 # include <limits.h>
26830 #else
26831 # include <assert.h>
26832 #endif
26833 /* Override any gcc2 internal prototype to avoid an error. */
26834 #ifdef __cplusplus
26835 extern "C"
26836 {
26837 #endif
26838 /* We use char because int might match the return type of a gcc2
26839 builtin and then its argument prototype would still apply. */
26840 char $ac_func ();
26841 /* The GNU C library defines this for functions which it implements
26842 to always fail with ENOSYS. Some functions are actually named
26843 something starting with __ and the normal name is an alias. */
26844 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26845 choke me
26846 #else
26847 char (*f) () = $ac_func;
26848 #endif
26849 #ifdef __cplusplus
26850 }
26851 #endif
26852
26853 int
26854 main ()
26855 {
26856 return f != $ac_func;
26857 ;
26858 return 0;
26859 }
26860 _ACEOF
26861 rm -f conftest.$ac_objext conftest$ac_exeext
26862 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26863 (eval $ac_link) 2>&5
26864 ac_status=$?
26865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26866 (exit $ac_status); } &&
26867 { ac_try='test -s conftest$ac_exeext'
26868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26869 (eval $ac_try) 2>&5
26870 ac_status=$?
26871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26872 (exit $ac_status); }; }; then
26873 eval "$as_ac_var=yes"
26874 else
26875 echo "$as_me: failed program was:" >&5
26876 sed 's/^/| /' conftest.$ac_ext >&5
26877
26878 eval "$as_ac_var=no"
26879 fi
26880 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26881 fi
26882 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26883 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26884 if test `eval echo '${'$as_ac_var'}'` = yes; then
26885 cat >>confdefs.h <<_ACEOF
26886 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26887 _ACEOF
26888 break
26889 fi
26890 done
26891
26892
26893 echo "$as_me:$LINENO: checking for statfs" >&5
26894 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
26895 if test "${wx_cv_func_statfs+set}" = set; then
26896 echo $ECHO_N "(cached) $ECHO_C" >&6
26897 else
26898 cat >conftest.$ac_ext <<_ACEOF
26899 #line $LINENO "configure"
26900 /* confdefs.h. */
26901 _ACEOF
26902 cat confdefs.h >>conftest.$ac_ext
26903 cat >>conftest.$ac_ext <<_ACEOF
26904 /* end confdefs.h. */
26905
26906 #if defined(__BSD__)
26907 #include <sys/param.h>
26908 #include <sys/mount.h>
26909 #else
26910 #include <sys/vfs.h>
26911 #endif
26912
26913 int
26914 main ()
26915 {
26916
26917 long l;
26918 struct statfs fs;
26919 statfs("/", &fs);
26920 l = fs.f_bsize;
26921 l += fs.f_blocks;
26922 l += fs.f_bavail;
26923
26924 ;
26925 return 0;
26926 }
26927 _ACEOF
26928 rm -f conftest.$ac_objext
26929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26930 (eval $ac_compile) 2>&5
26931 ac_status=$?
26932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26933 (exit $ac_status); } &&
26934 { ac_try='test -s conftest.$ac_objext'
26935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26936 (eval $ac_try) 2>&5
26937 ac_status=$?
26938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26939 (exit $ac_status); }; }; then
26940
26941 wx_cv_func_statfs=yes
26942
26943 else
26944 echo "$as_me: failed program was:" >&5
26945 sed 's/^/| /' conftest.$ac_ext >&5
26946
26947
26948 wx_cv_func_statfs=no
26949
26950
26951 fi
26952 rm -f conftest.$ac_objext conftest.$ac_ext
26953
26954 fi
26955 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
26956 echo "${ECHO_T}$wx_cv_func_statfs" >&6
26957
26958 if test "$wx_cv_func_statfs" = "yes"; then
26959 wx_cv_type_statvfs_t="struct statfs"
26960 cat >>confdefs.h <<\_ACEOF
26961 #define HAVE_STATFS 1
26962 _ACEOF
26963
26964 else
26965 echo "$as_me:$LINENO: checking for statvfs" >&5
26966 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
26967 if test "${wx_cv_func_statvfs+set}" = set; then
26968 echo $ECHO_N "(cached) $ECHO_C" >&6
26969 else
26970 cat >conftest.$ac_ext <<_ACEOF
26971 #line $LINENO "configure"
26972 /* confdefs.h. */
26973 _ACEOF
26974 cat confdefs.h >>conftest.$ac_ext
26975 cat >>conftest.$ac_ext <<_ACEOF
26976 /* end confdefs.h. */
26977
26978 #include <stddef.h>
26979 #include <sys/statvfs.h>
26980
26981 int
26982 main ()
26983 {
26984
26985 statvfs("/", NULL);
26986
26987 ;
26988 return 0;
26989 }
26990 _ACEOF
26991 rm -f conftest.$ac_objext
26992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26993 (eval $ac_compile) 2>&5
26994 ac_status=$?
26995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26996 (exit $ac_status); } &&
26997 { ac_try='test -s conftest.$ac_objext'
26998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26999 (eval $ac_try) 2>&5
27000 ac_status=$?
27001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27002 (exit $ac_status); }; }; then
27003 wx_cv_func_statvfs=yes
27004 else
27005 echo "$as_me: failed program was:" >&5
27006 sed 's/^/| /' conftest.$ac_ext >&5
27007
27008 wx_cv_func_statvfs=no
27009
27010 fi
27011 rm -f conftest.$ac_objext conftest.$ac_ext
27012
27013 fi
27014 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27015 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
27016
27017 if test "$wx_cv_func_statvfs" = "yes"; then
27018
27019
27020 ac_ext=cc
27021 ac_cpp='$CXXCPP $CPPFLAGS'
27022 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27023 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27024 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27025
27026
27027 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27028 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27029 if test "${wx_cv_type_statvfs_t+set}" = set; then
27030 echo $ECHO_N "(cached) $ECHO_C" >&6
27031 else
27032 cat >conftest.$ac_ext <<_ACEOF
27033 #line $LINENO "configure"
27034 /* confdefs.h. */
27035 _ACEOF
27036 cat confdefs.h >>conftest.$ac_ext
27037 cat >>conftest.$ac_ext <<_ACEOF
27038 /* end confdefs.h. */
27039
27040 #include <sys/statvfs.h>
27041
27042 int
27043 main ()
27044 {
27045
27046 long l;
27047 statvfs_t fs;
27048 statvfs("/", &fs);
27049 l = fs.f_bsize;
27050 l += fs.f_blocks;
27051 l += fs.f_bavail;
27052
27053 ;
27054 return 0;
27055 }
27056 _ACEOF
27057 rm -f conftest.$ac_objext
27058 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27059 (eval $ac_compile) 2>&5
27060 ac_status=$?
27061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27062 (exit $ac_status); } &&
27063 { ac_try='test -s conftest.$ac_objext'
27064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27065 (eval $ac_try) 2>&5
27066 ac_status=$?
27067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27068 (exit $ac_status); }; }; then
27069 wx_cv_type_statvfs_t=statvfs_t
27070 else
27071 echo "$as_me: failed program was:" >&5
27072 sed 's/^/| /' conftest.$ac_ext >&5
27073
27074
27075 cat >conftest.$ac_ext <<_ACEOF
27076 #line $LINENO "configure"
27077 /* confdefs.h. */
27078 _ACEOF
27079 cat confdefs.h >>conftest.$ac_ext
27080 cat >>conftest.$ac_ext <<_ACEOF
27081 /* end confdefs.h. */
27082
27083 #include <sys/statvfs.h>
27084
27085 int
27086 main ()
27087 {
27088
27089 long l;
27090 struct statvfs fs;
27091 statvfs("/", &fs);
27092 l = fs.f_bsize;
27093 l += fs.f_blocks;
27094 l += fs.f_bavail;
27095
27096 ;
27097 return 0;
27098 }
27099 _ACEOF
27100 rm -f conftest.$ac_objext
27101 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27102 (eval $ac_compile) 2>&5
27103 ac_status=$?
27104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27105 (exit $ac_status); } &&
27106 { ac_try='test -s conftest.$ac_objext'
27107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27108 (eval $ac_try) 2>&5
27109 ac_status=$?
27110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27111 (exit $ac_status); }; }; then
27112 wx_cv_type_statvfs_t="struct statvfs"
27113 else
27114 echo "$as_me: failed program was:" >&5
27115 sed 's/^/| /' conftest.$ac_ext >&5
27116
27117 wx_cv_type_statvfs_t="unknown"
27118
27119 fi
27120 rm -f conftest.$ac_objext conftest.$ac_ext
27121
27122
27123 fi
27124 rm -f conftest.$ac_objext conftest.$ac_ext
27125
27126 fi
27127 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27128 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
27129
27130 ac_ext=c
27131 ac_cpp='$CPP $CPPFLAGS'
27132 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27133 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27134 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27135
27136
27137 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27138 cat >>confdefs.h <<\_ACEOF
27139 #define HAVE_STATVFS 1
27140 _ACEOF
27141
27142 fi
27143 else
27144 wx_cv_type_statvfs_t="unknown"
27145 fi
27146 fi
27147
27148 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27149 cat >>confdefs.h <<_ACEOF
27150 #define WX_STATFS_T $wx_cv_type_statvfs_t
27151 _ACEOF
27152
27153 else
27154 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27155 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
27156 fi
27157
27158 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
27159
27160
27161 for ac_func in fcntl flock
27162 do
27163 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27164 echo "$as_me:$LINENO: checking for $ac_func" >&5
27165 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27166 if eval "test \"\${$as_ac_var+set}\" = set"; then
27167 echo $ECHO_N "(cached) $ECHO_C" >&6
27168 else
27169 cat >conftest.$ac_ext <<_ACEOF
27170 #line $LINENO "configure"
27171 /* confdefs.h. */
27172 _ACEOF
27173 cat confdefs.h >>conftest.$ac_ext
27174 cat >>conftest.$ac_ext <<_ACEOF
27175 /* end confdefs.h. */
27176 /* System header to define __stub macros and hopefully few prototypes,
27177 which can conflict with char $ac_func (); below.
27178 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27179 <limits.h> exists even on freestanding compilers. */
27180 #ifdef __STDC__
27181 # include <limits.h>
27182 #else
27183 # include <assert.h>
27184 #endif
27185 /* Override any gcc2 internal prototype to avoid an error. */
27186 #ifdef __cplusplus
27187 extern "C"
27188 {
27189 #endif
27190 /* We use char because int might match the return type of a gcc2
27191 builtin and then its argument prototype would still apply. */
27192 char $ac_func ();
27193 /* The GNU C library defines this for functions which it implements
27194 to always fail with ENOSYS. Some functions are actually named
27195 something starting with __ and the normal name is an alias. */
27196 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27197 choke me
27198 #else
27199 char (*f) () = $ac_func;
27200 #endif
27201 #ifdef __cplusplus
27202 }
27203 #endif
27204
27205 int
27206 main ()
27207 {
27208 return f != $ac_func;
27209 ;
27210 return 0;
27211 }
27212 _ACEOF
27213 rm -f conftest.$ac_objext conftest$ac_exeext
27214 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27215 (eval $ac_link) 2>&5
27216 ac_status=$?
27217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27218 (exit $ac_status); } &&
27219 { ac_try='test -s conftest$ac_exeext'
27220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27221 (eval $ac_try) 2>&5
27222 ac_status=$?
27223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27224 (exit $ac_status); }; }; then
27225 eval "$as_ac_var=yes"
27226 else
27227 echo "$as_me: failed program was:" >&5
27228 sed 's/^/| /' conftest.$ac_ext >&5
27229
27230 eval "$as_ac_var=no"
27231 fi
27232 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27233 fi
27234 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27235 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27236 if test `eval echo '${'$as_ac_var'}'` = yes; then
27237 cat >>confdefs.h <<_ACEOF
27238 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27239 _ACEOF
27240 break
27241 fi
27242 done
27243
27244
27245 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
27246 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27247 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
27248 wxUSE_SNGLINST_CHECKER=no
27249 fi
27250 fi
27251
27252
27253 for ac_func in timegm
27254 do
27255 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27256 echo "$as_me:$LINENO: checking for $ac_func" >&5
27257 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27258 if eval "test \"\${$as_ac_var+set}\" = set"; then
27259 echo $ECHO_N "(cached) $ECHO_C" >&6
27260 else
27261 cat >conftest.$ac_ext <<_ACEOF
27262 #line $LINENO "configure"
27263 /* confdefs.h. */
27264 _ACEOF
27265 cat confdefs.h >>conftest.$ac_ext
27266 cat >>conftest.$ac_ext <<_ACEOF
27267 /* end confdefs.h. */
27268 /* System header to define __stub macros and hopefully few prototypes,
27269 which can conflict with char $ac_func (); below.
27270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27271 <limits.h> exists even on freestanding compilers. */
27272 #ifdef __STDC__
27273 # include <limits.h>
27274 #else
27275 # include <assert.h>
27276 #endif
27277 /* Override any gcc2 internal prototype to avoid an error. */
27278 #ifdef __cplusplus
27279 extern "C"
27280 {
27281 #endif
27282 /* We use char because int might match the return type of a gcc2
27283 builtin and then its argument prototype would still apply. */
27284 char $ac_func ();
27285 /* The GNU C library defines this for functions which it implements
27286 to always fail with ENOSYS. Some functions are actually named
27287 something starting with __ and the normal name is an alias. */
27288 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27289 choke me
27290 #else
27291 char (*f) () = $ac_func;
27292 #endif
27293 #ifdef __cplusplus
27294 }
27295 #endif
27296
27297 int
27298 main ()
27299 {
27300 return f != $ac_func;
27301 ;
27302 return 0;
27303 }
27304 _ACEOF
27305 rm -f conftest.$ac_objext conftest$ac_exeext
27306 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27307 (eval $ac_link) 2>&5
27308 ac_status=$?
27309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27310 (exit $ac_status); } &&
27311 { ac_try='test -s conftest$ac_exeext'
27312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27313 (eval $ac_try) 2>&5
27314 ac_status=$?
27315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27316 (exit $ac_status); }; }; then
27317 eval "$as_ac_var=yes"
27318 else
27319 echo "$as_me: failed program was:" >&5
27320 sed 's/^/| /' conftest.$ac_ext >&5
27321
27322 eval "$as_ac_var=no"
27323 fi
27324 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27325 fi
27326 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27327 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27328 if test `eval echo '${'$as_ac_var'}'` = yes; then
27329 cat >>confdefs.h <<_ACEOF
27330 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27331 _ACEOF
27332
27333 fi
27334 done
27335
27336
27337
27338
27339 for ac_func in putenv setenv
27340 do
27341 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27342 echo "$as_me:$LINENO: checking for $ac_func" >&5
27343 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27344 if eval "test \"\${$as_ac_var+set}\" = set"; then
27345 echo $ECHO_N "(cached) $ECHO_C" >&6
27346 else
27347 cat >conftest.$ac_ext <<_ACEOF
27348 #line $LINENO "configure"
27349 /* confdefs.h. */
27350 _ACEOF
27351 cat confdefs.h >>conftest.$ac_ext
27352 cat >>conftest.$ac_ext <<_ACEOF
27353 /* end confdefs.h. */
27354 /* System header to define __stub macros and hopefully few prototypes,
27355 which can conflict with char $ac_func (); below.
27356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27357 <limits.h> exists even on freestanding compilers. */
27358 #ifdef __STDC__
27359 # include <limits.h>
27360 #else
27361 # include <assert.h>
27362 #endif
27363 /* Override any gcc2 internal prototype to avoid an error. */
27364 #ifdef __cplusplus
27365 extern "C"
27366 {
27367 #endif
27368 /* We use char because int might match the return type of a gcc2
27369 builtin and then its argument prototype would still apply. */
27370 char $ac_func ();
27371 /* The GNU C library defines this for functions which it implements
27372 to always fail with ENOSYS. Some functions are actually named
27373 something starting with __ and the normal name is an alias. */
27374 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27375 choke me
27376 #else
27377 char (*f) () = $ac_func;
27378 #endif
27379 #ifdef __cplusplus
27380 }
27381 #endif
27382
27383 int
27384 main ()
27385 {
27386 return f != $ac_func;
27387 ;
27388 return 0;
27389 }
27390 _ACEOF
27391 rm -f conftest.$ac_objext conftest$ac_exeext
27392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27393 (eval $ac_link) 2>&5
27394 ac_status=$?
27395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27396 (exit $ac_status); } &&
27397 { ac_try='test -s conftest$ac_exeext'
27398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27399 (eval $ac_try) 2>&5
27400 ac_status=$?
27401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27402 (exit $ac_status); }; }; then
27403 eval "$as_ac_var=yes"
27404 else
27405 echo "$as_me: failed program was:" >&5
27406 sed 's/^/| /' conftest.$ac_ext >&5
27407
27408 eval "$as_ac_var=no"
27409 fi
27410 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27411 fi
27412 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27413 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27414 if test `eval echo '${'$as_ac_var'}'` = yes; then
27415 cat >>confdefs.h <<_ACEOF
27416 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27417 _ACEOF
27418 break
27419 fi
27420 done
27421
27422
27423 HAVE_SOME_SLEEP_FUNC=0
27424 if test "$USE_BEOS" = 1; then
27425 cat >>confdefs.h <<\_ACEOF
27426 #define HAVE_SLEEP 1
27427 _ACEOF
27428
27429 HAVE_SOME_SLEEP_FUNC=1
27430 fi
27431
27432 if test "$USE_DARWIN" = 1; then
27433 cat >>confdefs.h <<\_ACEOF
27434 #define HAVE_USLEEP 1
27435 _ACEOF
27436
27437 HAVE_SOME_SLEEP_FUNC=1
27438 fi
27439
27440 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27441 POSIX4_LINK=
27442
27443 for ac_func in nanosleep
27444 do
27445 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27446 echo "$as_me:$LINENO: checking for $ac_func" >&5
27447 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27448 if eval "test \"\${$as_ac_var+set}\" = set"; then
27449 echo $ECHO_N "(cached) $ECHO_C" >&6
27450 else
27451 cat >conftest.$ac_ext <<_ACEOF
27452 #line $LINENO "configure"
27453 /* confdefs.h. */
27454 _ACEOF
27455 cat confdefs.h >>conftest.$ac_ext
27456 cat >>conftest.$ac_ext <<_ACEOF
27457 /* end confdefs.h. */
27458 /* System header to define __stub macros and hopefully few prototypes,
27459 which can conflict with char $ac_func (); below.
27460 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27461 <limits.h> exists even on freestanding compilers. */
27462 #ifdef __STDC__
27463 # include <limits.h>
27464 #else
27465 # include <assert.h>
27466 #endif
27467 /* Override any gcc2 internal prototype to avoid an error. */
27468 #ifdef __cplusplus
27469 extern "C"
27470 {
27471 #endif
27472 /* We use char because int might match the return type of a gcc2
27473 builtin and then its argument prototype would still apply. */
27474 char $ac_func ();
27475 /* The GNU C library defines this for functions which it implements
27476 to always fail with ENOSYS. Some functions are actually named
27477 something starting with __ and the normal name is an alias. */
27478 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27479 choke me
27480 #else
27481 char (*f) () = $ac_func;
27482 #endif
27483 #ifdef __cplusplus
27484 }
27485 #endif
27486
27487 int
27488 main ()
27489 {
27490 return f != $ac_func;
27491 ;
27492 return 0;
27493 }
27494 _ACEOF
27495 rm -f conftest.$ac_objext conftest$ac_exeext
27496 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27497 (eval $ac_link) 2>&5
27498 ac_status=$?
27499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27500 (exit $ac_status); } &&
27501 { ac_try='test -s conftest$ac_exeext'
27502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27503 (eval $ac_try) 2>&5
27504 ac_status=$?
27505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27506 (exit $ac_status); }; }; then
27507 eval "$as_ac_var=yes"
27508 else
27509 echo "$as_me: failed program was:" >&5
27510 sed 's/^/| /' conftest.$ac_ext >&5
27511
27512 eval "$as_ac_var=no"
27513 fi
27514 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27515 fi
27516 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27517 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27518 if test `eval echo '${'$as_ac_var'}'` = yes; then
27519 cat >>confdefs.h <<_ACEOF
27520 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27521 _ACEOF
27522 cat >>confdefs.h <<\_ACEOF
27523 #define HAVE_NANOSLEEP 1
27524 _ACEOF
27525
27526 else
27527
27528 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27529 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27530 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27531 echo $ECHO_N "(cached) $ECHO_C" >&6
27532 else
27533 ac_check_lib_save_LIBS=$LIBS
27534 LIBS="-lposix4 $LIBS"
27535 cat >conftest.$ac_ext <<_ACEOF
27536 #line $LINENO "configure"
27537 /* confdefs.h. */
27538 _ACEOF
27539 cat confdefs.h >>conftest.$ac_ext
27540 cat >>conftest.$ac_ext <<_ACEOF
27541 /* end confdefs.h. */
27542
27543 /* Override any gcc2 internal prototype to avoid an error. */
27544 #ifdef __cplusplus
27545 extern "C"
27546 #endif
27547 /* We use char because int might match the return type of a gcc2
27548 builtin and then its argument prototype would still apply. */
27549 char nanosleep ();
27550 int
27551 main ()
27552 {
27553 nanosleep ();
27554 ;
27555 return 0;
27556 }
27557 _ACEOF
27558 rm -f conftest.$ac_objext conftest$ac_exeext
27559 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27560 (eval $ac_link) 2>&5
27561 ac_status=$?
27562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27563 (exit $ac_status); } &&
27564 { ac_try='test -s conftest$ac_exeext'
27565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27566 (eval $ac_try) 2>&5
27567 ac_status=$?
27568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27569 (exit $ac_status); }; }; then
27570 ac_cv_lib_posix4_nanosleep=yes
27571 else
27572 echo "$as_me: failed program was:" >&5
27573 sed 's/^/| /' conftest.$ac_ext >&5
27574
27575 ac_cv_lib_posix4_nanosleep=no
27576 fi
27577 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27578 LIBS=$ac_check_lib_save_LIBS
27579 fi
27580 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27581 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27582 if test $ac_cv_lib_posix4_nanosleep = yes; then
27583
27584 cat >>confdefs.h <<\_ACEOF
27585 #define HAVE_NANOSLEEP 1
27586 _ACEOF
27587
27588 POSIX4_LINK=" -lposix4"
27589
27590 else
27591
27592
27593 for ac_func in usleep
27594 do
27595 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27596 echo "$as_me:$LINENO: checking for $ac_func" >&5
27597 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27598 if eval "test \"\${$as_ac_var+set}\" = set"; then
27599 echo $ECHO_N "(cached) $ECHO_C" >&6
27600 else
27601 cat >conftest.$ac_ext <<_ACEOF
27602 #line $LINENO "configure"
27603 /* confdefs.h. */
27604 _ACEOF
27605 cat confdefs.h >>conftest.$ac_ext
27606 cat >>conftest.$ac_ext <<_ACEOF
27607 /* end confdefs.h. */
27608 /* System header to define __stub macros and hopefully few prototypes,
27609 which can conflict with char $ac_func (); below.
27610 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27611 <limits.h> exists even on freestanding compilers. */
27612 #ifdef __STDC__
27613 # include <limits.h>
27614 #else
27615 # include <assert.h>
27616 #endif
27617 /* Override any gcc2 internal prototype to avoid an error. */
27618 #ifdef __cplusplus
27619 extern "C"
27620 {
27621 #endif
27622 /* We use char because int might match the return type of a gcc2
27623 builtin and then its argument prototype would still apply. */
27624 char $ac_func ();
27625 /* The GNU C library defines this for functions which it implements
27626 to always fail with ENOSYS. Some functions are actually named
27627 something starting with __ and the normal name is an alias. */
27628 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27629 choke me
27630 #else
27631 char (*f) () = $ac_func;
27632 #endif
27633 #ifdef __cplusplus
27634 }
27635 #endif
27636
27637 int
27638 main ()
27639 {
27640 return f != $ac_func;
27641 ;
27642 return 0;
27643 }
27644 _ACEOF
27645 rm -f conftest.$ac_objext conftest$ac_exeext
27646 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27647 (eval $ac_link) 2>&5
27648 ac_status=$?
27649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27650 (exit $ac_status); } &&
27651 { ac_try='test -s conftest$ac_exeext'
27652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27653 (eval $ac_try) 2>&5
27654 ac_status=$?
27655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27656 (exit $ac_status); }; }; then
27657 eval "$as_ac_var=yes"
27658 else
27659 echo "$as_me: failed program was:" >&5
27660 sed 's/^/| /' conftest.$ac_ext >&5
27661
27662 eval "$as_ac_var=no"
27663 fi
27664 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27665 fi
27666 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27667 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27668 if test `eval echo '${'$as_ac_var'}'` = yes; then
27669 cat >>confdefs.h <<_ACEOF
27670 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27671 _ACEOF
27672 cat >>confdefs.h <<\_ACEOF
27673 #define HAVE_USLEEP 1
27674 _ACEOF
27675
27676 else
27677 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
27678 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
27679
27680 fi
27681 done
27682
27683
27684
27685 fi
27686
27687
27688
27689 fi
27690 done
27691
27692 fi
27693
27694
27695
27696 for ac_func in uname gethostname
27697 do
27698 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27699 echo "$as_me:$LINENO: checking for $ac_func" >&5
27700 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27701 if eval "test \"\${$as_ac_var+set}\" = set"; then
27702 echo $ECHO_N "(cached) $ECHO_C" >&6
27703 else
27704 cat >conftest.$ac_ext <<_ACEOF
27705 #line $LINENO "configure"
27706 /* confdefs.h. */
27707 _ACEOF
27708 cat confdefs.h >>conftest.$ac_ext
27709 cat >>conftest.$ac_ext <<_ACEOF
27710 /* end confdefs.h. */
27711 /* System header to define __stub macros and hopefully few prototypes,
27712 which can conflict with char $ac_func (); below.
27713 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27714 <limits.h> exists even on freestanding compilers. */
27715 #ifdef __STDC__
27716 # include <limits.h>
27717 #else
27718 # include <assert.h>
27719 #endif
27720 /* Override any gcc2 internal prototype to avoid an error. */
27721 #ifdef __cplusplus
27722 extern "C"
27723 {
27724 #endif
27725 /* We use char because int might match the return type of a gcc2
27726 builtin and then its argument prototype would still apply. */
27727 char $ac_func ();
27728 /* The GNU C library defines this for functions which it implements
27729 to always fail with ENOSYS. Some functions are actually named
27730 something starting with __ and the normal name is an alias. */
27731 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27732 choke me
27733 #else
27734 char (*f) () = $ac_func;
27735 #endif
27736 #ifdef __cplusplus
27737 }
27738 #endif
27739
27740 int
27741 main ()
27742 {
27743 return f != $ac_func;
27744 ;
27745 return 0;
27746 }
27747 _ACEOF
27748 rm -f conftest.$ac_objext conftest$ac_exeext
27749 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27750 (eval $ac_link) 2>&5
27751 ac_status=$?
27752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27753 (exit $ac_status); } &&
27754 { ac_try='test -s conftest$ac_exeext'
27755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27756 (eval $ac_try) 2>&5
27757 ac_status=$?
27758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27759 (exit $ac_status); }; }; then
27760 eval "$as_ac_var=yes"
27761 else
27762 echo "$as_me: failed program was:" >&5
27763 sed 's/^/| /' conftest.$ac_ext >&5
27764
27765 eval "$as_ac_var=no"
27766 fi
27767 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27768 fi
27769 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27770 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27771 if test `eval echo '${'$as_ac_var'}'` = yes; then
27772 cat >>confdefs.h <<_ACEOF
27773 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27774 _ACEOF
27775 break
27776 fi
27777 done
27778
27779
27780
27781
27782 ac_ext=cc
27783 ac_cpp='$CXXCPP $CPPFLAGS'
27784 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27785 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27786 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27787
27788
27789
27790 for ac_func in strtok_r
27791 do
27792 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27793 echo "$as_me:$LINENO: checking for $ac_func" >&5
27794 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27795 if eval "test \"\${$as_ac_var+set}\" = set"; then
27796 echo $ECHO_N "(cached) $ECHO_C" >&6
27797 else
27798 cat >conftest.$ac_ext <<_ACEOF
27799 #line $LINENO "configure"
27800 /* confdefs.h. */
27801 _ACEOF
27802 cat confdefs.h >>conftest.$ac_ext
27803 cat >>conftest.$ac_ext <<_ACEOF
27804 /* end confdefs.h. */
27805 /* System header to define __stub macros and hopefully few prototypes,
27806 which can conflict with char $ac_func (); below.
27807 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27808 <limits.h> exists even on freestanding compilers. */
27809 #ifdef __STDC__
27810 # include <limits.h>
27811 #else
27812 # include <assert.h>
27813 #endif
27814 /* Override any gcc2 internal prototype to avoid an error. */
27815 #ifdef __cplusplus
27816 extern "C"
27817 {
27818 #endif
27819 /* We use char because int might match the return type of a gcc2
27820 builtin and then its argument prototype would still apply. */
27821 char $ac_func ();
27822 /* The GNU C library defines this for functions which it implements
27823 to always fail with ENOSYS. Some functions are actually named
27824 something starting with __ and the normal name is an alias. */
27825 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27826 choke me
27827 #else
27828 char (*f) () = $ac_func;
27829 #endif
27830 #ifdef __cplusplus
27831 }
27832 #endif
27833
27834 int
27835 main ()
27836 {
27837 return f != $ac_func;
27838 ;
27839 return 0;
27840 }
27841 _ACEOF
27842 rm -f conftest.$ac_objext conftest$ac_exeext
27843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27844 (eval $ac_link) 2>&5
27845 ac_status=$?
27846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27847 (exit $ac_status); } &&
27848 { ac_try='test -s conftest$ac_exeext'
27849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27850 (eval $ac_try) 2>&5
27851 ac_status=$?
27852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27853 (exit $ac_status); }; }; then
27854 eval "$as_ac_var=yes"
27855 else
27856 echo "$as_me: failed program was:" >&5
27857 sed 's/^/| /' conftest.$ac_ext >&5
27858
27859 eval "$as_ac_var=no"
27860 fi
27861 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27862 fi
27863 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27864 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27865 if test `eval echo '${'$as_ac_var'}'` = yes; then
27866 cat >>confdefs.h <<_ACEOF
27867 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27868 _ACEOF
27869
27870 fi
27871 done
27872
27873
27874 ac_ext=c
27875 ac_cpp='$CPP $CPPFLAGS'
27876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27879
27880
27881 INET_LINK=
27882
27883 for ac_func in inet_addr
27884 do
27885 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27886 echo "$as_me:$LINENO: checking for $ac_func" >&5
27887 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27888 if eval "test \"\${$as_ac_var+set}\" = set"; then
27889 echo $ECHO_N "(cached) $ECHO_C" >&6
27890 else
27891 cat >conftest.$ac_ext <<_ACEOF
27892 #line $LINENO "configure"
27893 /* confdefs.h. */
27894 _ACEOF
27895 cat confdefs.h >>conftest.$ac_ext
27896 cat >>conftest.$ac_ext <<_ACEOF
27897 /* end confdefs.h. */
27898 /* System header to define __stub macros and hopefully few prototypes,
27899 which can conflict with char $ac_func (); below.
27900 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27901 <limits.h> exists even on freestanding compilers. */
27902 #ifdef __STDC__
27903 # include <limits.h>
27904 #else
27905 # include <assert.h>
27906 #endif
27907 /* Override any gcc2 internal prototype to avoid an error. */
27908 #ifdef __cplusplus
27909 extern "C"
27910 {
27911 #endif
27912 /* We use char because int might match the return type of a gcc2
27913 builtin and then its argument prototype would still apply. */
27914 char $ac_func ();
27915 /* The GNU C library defines this for functions which it implements
27916 to always fail with ENOSYS. Some functions are actually named
27917 something starting with __ and the normal name is an alias. */
27918 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27919 choke me
27920 #else
27921 char (*f) () = $ac_func;
27922 #endif
27923 #ifdef __cplusplus
27924 }
27925 #endif
27926
27927 int
27928 main ()
27929 {
27930 return f != $ac_func;
27931 ;
27932 return 0;
27933 }
27934 _ACEOF
27935 rm -f conftest.$ac_objext conftest$ac_exeext
27936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27937 (eval $ac_link) 2>&5
27938 ac_status=$?
27939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27940 (exit $ac_status); } &&
27941 { ac_try='test -s conftest$ac_exeext'
27942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27943 (eval $ac_try) 2>&5
27944 ac_status=$?
27945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27946 (exit $ac_status); }; }; then
27947 eval "$as_ac_var=yes"
27948 else
27949 echo "$as_me: failed program was:" >&5
27950 sed 's/^/| /' conftest.$ac_ext >&5
27951
27952 eval "$as_ac_var=no"
27953 fi
27954 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27955 fi
27956 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27957 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27958 if test `eval echo '${'$as_ac_var'}'` = yes; then
27959 cat >>confdefs.h <<_ACEOF
27960 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27961 _ACEOF
27962 cat >>confdefs.h <<\_ACEOF
27963 #define HAVE_INET_ADDR 1
27964 _ACEOF
27965
27966 else
27967
27968 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
27969 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
27970 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
27971 echo $ECHO_N "(cached) $ECHO_C" >&6
27972 else
27973 ac_check_lib_save_LIBS=$LIBS
27974 LIBS="-lnsl $LIBS"
27975 cat >conftest.$ac_ext <<_ACEOF
27976 #line $LINENO "configure"
27977 /* confdefs.h. */
27978 _ACEOF
27979 cat confdefs.h >>conftest.$ac_ext
27980 cat >>conftest.$ac_ext <<_ACEOF
27981 /* end confdefs.h. */
27982
27983 /* Override any gcc2 internal prototype to avoid an error. */
27984 #ifdef __cplusplus
27985 extern "C"
27986 #endif
27987 /* We use char because int might match the return type of a gcc2
27988 builtin and then its argument prototype would still apply. */
27989 char inet_addr ();
27990 int
27991 main ()
27992 {
27993 inet_addr ();
27994 ;
27995 return 0;
27996 }
27997 _ACEOF
27998 rm -f conftest.$ac_objext conftest$ac_exeext
27999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28000 (eval $ac_link) 2>&5
28001 ac_status=$?
28002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28003 (exit $ac_status); } &&
28004 { ac_try='test -s conftest$ac_exeext'
28005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28006 (eval $ac_try) 2>&5
28007 ac_status=$?
28008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28009 (exit $ac_status); }; }; then
28010 ac_cv_lib_nsl_inet_addr=yes
28011 else
28012 echo "$as_me: failed program was:" >&5
28013 sed 's/^/| /' conftest.$ac_ext >&5
28014
28015 ac_cv_lib_nsl_inet_addr=no
28016 fi
28017 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28018 LIBS=$ac_check_lib_save_LIBS
28019 fi
28020 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28021 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28022 if test $ac_cv_lib_nsl_inet_addr = yes; then
28023 INET_LINK="nsl"
28024 else
28025 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28026 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28027 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28028 echo $ECHO_N "(cached) $ECHO_C" >&6
28029 else
28030 ac_check_lib_save_LIBS=$LIBS
28031 LIBS="-lresolv $LIBS"
28032 cat >conftest.$ac_ext <<_ACEOF
28033 #line $LINENO "configure"
28034 /* confdefs.h. */
28035 _ACEOF
28036 cat confdefs.h >>conftest.$ac_ext
28037 cat >>conftest.$ac_ext <<_ACEOF
28038 /* end confdefs.h. */
28039
28040 /* Override any gcc2 internal prototype to avoid an error. */
28041 #ifdef __cplusplus
28042 extern "C"
28043 #endif
28044 /* We use char because int might match the return type of a gcc2
28045 builtin and then its argument prototype would still apply. */
28046 char inet_addr ();
28047 int
28048 main ()
28049 {
28050 inet_addr ();
28051 ;
28052 return 0;
28053 }
28054 _ACEOF
28055 rm -f conftest.$ac_objext conftest$ac_exeext
28056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28057 (eval $ac_link) 2>&5
28058 ac_status=$?
28059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28060 (exit $ac_status); } &&
28061 { ac_try='test -s conftest$ac_exeext'
28062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28063 (eval $ac_try) 2>&5
28064 ac_status=$?
28065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28066 (exit $ac_status); }; }; then
28067 ac_cv_lib_resolv_inet_addr=yes
28068 else
28069 echo "$as_me: failed program was:" >&5
28070 sed 's/^/| /' conftest.$ac_ext >&5
28071
28072 ac_cv_lib_resolv_inet_addr=no
28073 fi
28074 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28075 LIBS=$ac_check_lib_save_LIBS
28076 fi
28077 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28078 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28079 if test $ac_cv_lib_resolv_inet_addr = yes; then
28080 INET_LINK="resolv"
28081 else
28082 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28083 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28084 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28085 echo $ECHO_N "(cached) $ECHO_C" >&6
28086 else
28087 ac_check_lib_save_LIBS=$LIBS
28088 LIBS="-lsocket $LIBS"
28089 cat >conftest.$ac_ext <<_ACEOF
28090 #line $LINENO "configure"
28091 /* confdefs.h. */
28092 _ACEOF
28093 cat confdefs.h >>conftest.$ac_ext
28094 cat >>conftest.$ac_ext <<_ACEOF
28095 /* end confdefs.h. */
28096
28097 /* Override any gcc2 internal prototype to avoid an error. */
28098 #ifdef __cplusplus
28099 extern "C"
28100 #endif
28101 /* We use char because int might match the return type of a gcc2
28102 builtin and then its argument prototype would still apply. */
28103 char inet_addr ();
28104 int
28105 main ()
28106 {
28107 inet_addr ();
28108 ;
28109 return 0;
28110 }
28111 _ACEOF
28112 rm -f conftest.$ac_objext conftest$ac_exeext
28113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28114 (eval $ac_link) 2>&5
28115 ac_status=$?
28116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28117 (exit $ac_status); } &&
28118 { ac_try='test -s conftest$ac_exeext'
28119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28120 (eval $ac_try) 2>&5
28121 ac_status=$?
28122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28123 (exit $ac_status); }; }; then
28124 ac_cv_lib_socket_inet_addr=yes
28125 else
28126 echo "$as_me: failed program was:" >&5
28127 sed 's/^/| /' conftest.$ac_ext >&5
28128
28129 ac_cv_lib_socket_inet_addr=no
28130 fi
28131 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28132 LIBS=$ac_check_lib_save_LIBS
28133 fi
28134 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28135 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28136 if test $ac_cv_lib_socket_inet_addr = yes; then
28137 INET_LINK="socket"
28138
28139 fi
28140
28141
28142 fi
28143
28144
28145 fi
28146
28147
28148
28149 fi
28150 done
28151
28152
28153
28154 for ac_func in inet_aton
28155 do
28156 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28157 echo "$as_me:$LINENO: checking for $ac_func" >&5
28158 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28159 if eval "test \"\${$as_ac_var+set}\" = set"; then
28160 echo $ECHO_N "(cached) $ECHO_C" >&6
28161 else
28162 cat >conftest.$ac_ext <<_ACEOF
28163 #line $LINENO "configure"
28164 /* confdefs.h. */
28165 _ACEOF
28166 cat confdefs.h >>conftest.$ac_ext
28167 cat >>conftest.$ac_ext <<_ACEOF
28168 /* end confdefs.h. */
28169 /* System header to define __stub macros and hopefully few prototypes,
28170 which can conflict with char $ac_func (); below.
28171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28172 <limits.h> exists even on freestanding compilers. */
28173 #ifdef __STDC__
28174 # include <limits.h>
28175 #else
28176 # include <assert.h>
28177 #endif
28178 /* Override any gcc2 internal prototype to avoid an error. */
28179 #ifdef __cplusplus
28180 extern "C"
28181 {
28182 #endif
28183 /* We use char because int might match the return type of a gcc2
28184 builtin and then its argument prototype would still apply. */
28185 char $ac_func ();
28186 /* The GNU C library defines this for functions which it implements
28187 to always fail with ENOSYS. Some functions are actually named
28188 something starting with __ and the normal name is an alias. */
28189 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28190 choke me
28191 #else
28192 char (*f) () = $ac_func;
28193 #endif
28194 #ifdef __cplusplus
28195 }
28196 #endif
28197
28198 int
28199 main ()
28200 {
28201 return f != $ac_func;
28202 ;
28203 return 0;
28204 }
28205 _ACEOF
28206 rm -f conftest.$ac_objext conftest$ac_exeext
28207 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28208 (eval $ac_link) 2>&5
28209 ac_status=$?
28210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28211 (exit $ac_status); } &&
28212 { ac_try='test -s conftest$ac_exeext'
28213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28214 (eval $ac_try) 2>&5
28215 ac_status=$?
28216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28217 (exit $ac_status); }; }; then
28218 eval "$as_ac_var=yes"
28219 else
28220 echo "$as_me: failed program was:" >&5
28221 sed 's/^/| /' conftest.$ac_ext >&5
28222
28223 eval "$as_ac_var=no"
28224 fi
28225 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28226 fi
28227 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28228 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28229 if test `eval echo '${'$as_ac_var'}'` = yes; then
28230 cat >>confdefs.h <<_ACEOF
28231 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28232 _ACEOF
28233 cat >>confdefs.h <<\_ACEOF
28234 #define HAVE_INET_ATON 1
28235 _ACEOF
28236
28237 else
28238
28239 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28240 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28241 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28242 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28243 echo $ECHO_N "(cached) $ECHO_C" >&6
28244 else
28245 ac_check_lib_save_LIBS=$LIBS
28246 LIBS="-l$INET_LINK $LIBS"
28247 cat >conftest.$ac_ext <<_ACEOF
28248 #line $LINENO "configure"
28249 /* confdefs.h. */
28250 _ACEOF
28251 cat confdefs.h >>conftest.$ac_ext
28252 cat >>conftest.$ac_ext <<_ACEOF
28253 /* end confdefs.h. */
28254
28255 /* Override any gcc2 internal prototype to avoid an error. */
28256 #ifdef __cplusplus
28257 extern "C"
28258 #endif
28259 /* We use char because int might match the return type of a gcc2
28260 builtin and then its argument prototype would still apply. */
28261 char inet_aton ();
28262 int
28263 main ()
28264 {
28265 inet_aton ();
28266 ;
28267 return 0;
28268 }
28269 _ACEOF
28270 rm -f conftest.$ac_objext conftest$ac_exeext
28271 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28272 (eval $ac_link) 2>&5
28273 ac_status=$?
28274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28275 (exit $ac_status); } &&
28276 { ac_try='test -s conftest$ac_exeext'
28277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28278 (eval $ac_try) 2>&5
28279 ac_status=$?
28280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28281 (exit $ac_status); }; }; then
28282 eval "$as_ac_Lib=yes"
28283 else
28284 echo "$as_me: failed program was:" >&5
28285 sed 's/^/| /' conftest.$ac_ext >&5
28286
28287 eval "$as_ac_Lib=no"
28288 fi
28289 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28290 LIBS=$ac_check_lib_save_LIBS
28291 fi
28292 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28293 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28294 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28295 cat >>confdefs.h <<\_ACEOF
28296 #define HAVE_INET_ATON 1
28297 _ACEOF
28298
28299 fi
28300
28301
28302 fi
28303 done
28304
28305
28306 if test "x$INET_LINK" != "x"; then
28307 cat >>confdefs.h <<\_ACEOF
28308 #define HAVE_INET_ADDR 1
28309 _ACEOF
28310
28311 INET_LINK=" -l$INET_LINK"
28312 fi
28313
28314 fi
28315
28316
28317
28318 ESD_LINK=
28319 if test "${ac_cv_header_esd_h+set}" = set; then
28320 echo "$as_me:$LINENO: checking for esd.h" >&5
28321 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28322 if test "${ac_cv_header_esd_h+set}" = set; then
28323 echo $ECHO_N "(cached) $ECHO_C" >&6
28324 fi
28325 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28326 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28327 else
28328 # Is the header compilable?
28329 echo "$as_me:$LINENO: checking esd.h usability" >&5
28330 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6
28331 cat >conftest.$ac_ext <<_ACEOF
28332 #line $LINENO "configure"
28333 /* confdefs.h. */
28334 _ACEOF
28335 cat confdefs.h >>conftest.$ac_ext
28336 cat >>conftest.$ac_ext <<_ACEOF
28337 /* end confdefs.h. */
28338 $ac_includes_default
28339 #include <esd.h>
28340 _ACEOF
28341 rm -f conftest.$ac_objext
28342 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28343 (eval $ac_compile) 2>&5
28344 ac_status=$?
28345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28346 (exit $ac_status); } &&
28347 { ac_try='test -s conftest.$ac_objext'
28348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28349 (eval $ac_try) 2>&5
28350 ac_status=$?
28351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28352 (exit $ac_status); }; }; then
28353 ac_header_compiler=yes
28354 else
28355 echo "$as_me: failed program was:" >&5
28356 sed 's/^/| /' conftest.$ac_ext >&5
28357
28358 ac_header_compiler=no
28359 fi
28360 rm -f conftest.$ac_objext conftest.$ac_ext
28361 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28362 echo "${ECHO_T}$ac_header_compiler" >&6
28363
28364 # Is the header present?
28365 echo "$as_me:$LINENO: checking esd.h presence" >&5
28366 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6
28367 cat >conftest.$ac_ext <<_ACEOF
28368 #line $LINENO "configure"
28369 /* confdefs.h. */
28370 _ACEOF
28371 cat confdefs.h >>conftest.$ac_ext
28372 cat >>conftest.$ac_ext <<_ACEOF
28373 /* end confdefs.h. */
28374 #include <esd.h>
28375 _ACEOF
28376 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28377 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28378 ac_status=$?
28379 grep -v '^ *+' conftest.er1 >conftest.err
28380 rm -f conftest.er1
28381 cat conftest.err >&5
28382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28383 (exit $ac_status); } >/dev/null; then
28384 if test -s conftest.err; then
28385 ac_cpp_err=$ac_c_preproc_warn_flag
28386 else
28387 ac_cpp_err=
28388 fi
28389 else
28390 ac_cpp_err=yes
28391 fi
28392 if test -z "$ac_cpp_err"; then
28393 ac_header_preproc=yes
28394 else
28395 echo "$as_me: failed program was:" >&5
28396 sed 's/^/| /' conftest.$ac_ext >&5
28397
28398 ac_header_preproc=no
28399 fi
28400 rm -f conftest.err conftest.$ac_ext
28401 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28402 echo "${ECHO_T}$ac_header_preproc" >&6
28403
28404 # So? What about this header?
28405 case $ac_header_compiler:$ac_header_preproc in
28406 yes:no )
28407 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
28408 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28409 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28410 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28411 (
28412 cat <<\_ASBOX
28413 ## ------------------------------------ ##
28414 ## Report this to bug-autoconf@gnu.org. ##
28415 ## ------------------------------------ ##
28416 _ASBOX
28417 ) |
28418 sed "s/^/$as_me: WARNING: /" >&2
28419 ;;
28420 no:yes )
28421 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
28422 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
28423 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
28424 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
28425 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28426 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28427 (
28428 cat <<\_ASBOX
28429 ## ------------------------------------ ##
28430 ## Report this to bug-autoconf@gnu.org. ##
28431 ## ------------------------------------ ##
28432 _ASBOX
28433 ) |
28434 sed "s/^/$as_me: WARNING: /" >&2
28435 ;;
28436 esac
28437 echo "$as_me:$LINENO: checking for esd.h" >&5
28438 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28439 if test "${ac_cv_header_esd_h+set}" = set; then
28440 echo $ECHO_N "(cached) $ECHO_C" >&6
28441 else
28442 ac_cv_header_esd_h=$ac_header_preproc
28443 fi
28444 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28445 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28446
28447 fi
28448 if test $ac_cv_header_esd_h = yes; then
28449
28450 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28451 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28452 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28453 echo $ECHO_N "(cached) $ECHO_C" >&6
28454 else
28455 ac_check_lib_save_LIBS=$LIBS
28456 LIBS="-lesd $LIBS"
28457 cat >conftest.$ac_ext <<_ACEOF
28458 #line $LINENO "configure"
28459 /* confdefs.h. */
28460 _ACEOF
28461 cat confdefs.h >>conftest.$ac_ext
28462 cat >>conftest.$ac_ext <<_ACEOF
28463 /* end confdefs.h. */
28464
28465 /* Override any gcc2 internal prototype to avoid an error. */
28466 #ifdef __cplusplus
28467 extern "C"
28468 #endif
28469 /* We use char because int might match the return type of a gcc2
28470 builtin and then its argument prototype would still apply. */
28471 char esd_close ();
28472 int
28473 main ()
28474 {
28475 esd_close ();
28476 ;
28477 return 0;
28478 }
28479 _ACEOF
28480 rm -f conftest.$ac_objext conftest$ac_exeext
28481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28482 (eval $ac_link) 2>&5
28483 ac_status=$?
28484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28485 (exit $ac_status); } &&
28486 { ac_try='test -s conftest$ac_exeext'
28487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28488 (eval $ac_try) 2>&5
28489 ac_status=$?
28490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28491 (exit $ac_status); }; }; then
28492 ac_cv_lib_esd_esd_close=yes
28493 else
28494 echo "$as_me: failed program was:" >&5
28495 sed 's/^/| /' conftest.$ac_ext >&5
28496
28497 ac_cv_lib_esd_esd_close=no
28498 fi
28499 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28500 LIBS=$ac_check_lib_save_LIBS
28501 fi
28502 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28503 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28504 if test $ac_cv_lib_esd_esd_close = yes; then
28505
28506 ESD_LINK="-lesd"
28507
28508 fi
28509
28510
28511 fi
28512
28513
28514
28515
28516
28517 cat >confcache <<\_ACEOF
28518 # This file is a shell script that caches the results of configure
28519 # tests run on this system so they can be shared between configure
28520 # scripts and configure runs, see configure's option --config-cache.
28521 # It is not useful on other systems. If it contains results you don't
28522 # want to keep, you may remove or edit it.
28523 #
28524 # config.status only pays attention to the cache file if you give it
28525 # the --recheck option to rerun configure.
28526 #
28527 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28528 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28529 # following values.
28530
28531 _ACEOF
28532
28533 # The following way of writing the cache mishandles newlines in values,
28534 # but we know of no workaround that is simple, portable, and efficient.
28535 # So, don't put newlines in cache variables' values.
28536 # Ultrix sh set writes to stderr and can't be redirected directly,
28537 # and sets the high bit in the cache file unless we assign to the vars.
28538 {
28539 (set) 2>&1 |
28540 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28541 *ac_space=\ *)
28542 # `set' does not quote correctly, so add quotes (double-quote
28543 # substitution turns \\\\ into \\, and sed turns \\ into \).
28544 sed -n \
28545 "s/'/'\\\\''/g;
28546 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28547 ;;
28548 *)
28549 # `set' quotes correctly as required by POSIX, so do not add quotes.
28550 sed -n \
28551 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28552 ;;
28553 esac;
28554 } |
28555 sed '
28556 t clear
28557 : clear
28558 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28559 t end
28560 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28561 : end' >>confcache
28562 if diff $cache_file confcache >/dev/null 2>&1; then :; else
28563 if test -w $cache_file; then
28564 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28565 cat confcache >$cache_file
28566 else
28567 echo "not updating unwritable cache $cache_file"
28568 fi
28569 fi
28570 rm -f confcache
28571
28572
28573 CPP_MT_FLAG=
28574 if test "$TOOLKIT" != "MSW"; then
28575
28576
28577 THREADS_LINK=
28578 THREADS_CFLAGS=
28579
28580 if test "$wxUSE_THREADS" = "yes" ; then
28581 if test "$USE_BEOS" = 1; then
28582 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
28583 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
28584 wxUSE_THREADS="no"
28585 fi
28586 fi
28587
28588 if test "$wxUSE_THREADS" = "yes" ; then
28589
28590
28591 THREAD_OPTS="-pthread"
28592 case "${host}" in
28593 *-*-solaris2* | *-*-sunos4* )
28594 if test "x$GCC" = "xyes"; then
28595 THREAD_OPTS="-pthreads $THREAD_OPTS"
28596 else
28597 THREAD_OPTS="-mt $THREAD_OPTS"
28598 fi
28599 ;;
28600 *-*-freebsd*)
28601 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
28602 ;;
28603 *-*-darwin* | *-*-cygwin* )
28604 THREAD_OPTS=""
28605 ;;
28606 *-*-aix*)
28607 THREAD_OPTS="pthreads"
28608 ;;
28609 *-hp-hpux* )
28610 if test "x$GCC" != "xyes"; then
28611 THREAD_OPTS=""
28612 fi
28613 ;;
28614
28615 *-*-irix* )
28616 if test "x$GCC" = "xyes"; then
28617 THREAD_OPTS=""
28618 fi
28619 ;;
28620
28621 *-*-*UnixWare*)
28622 if test "x$GCC" != "xyes"; then
28623 THREAD_OPTS="-Ethread"
28624 fi
28625 ;;
28626 esac
28627
28628 THREAD_OPTS="$THREAD_OPTS pthread none"
28629
28630 THREADS_OK=no
28631 for flag in $THREAD_OPTS; do
28632 case $flag in
28633 none)
28634 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
28635 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
28636 ;;
28637
28638 -*)
28639 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
28640 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
28641 THREADS_CFLAGS="$flag"
28642 ;;
28643
28644 *)
28645 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
28646 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
28647 THREADS_LINK="-l$flag"
28648 ;;
28649 esac
28650
28651 save_LIBS="$LIBS"
28652 save_CFLAGS="$CFLAGS"
28653 LIBS="$THREADS_LINK $LIBS"
28654 CFLAGS="$THREADS_CFLAGS $CFLAGS"
28655
28656 cat >conftest.$ac_ext <<_ACEOF
28657 #line $LINENO "configure"
28658 /* confdefs.h. */
28659 _ACEOF
28660 cat confdefs.h >>conftest.$ac_ext
28661 cat >>conftest.$ac_ext <<_ACEOF
28662 /* end confdefs.h. */
28663 #include <pthread.h>
28664 int
28665 main ()
28666 {
28667 pthread_create(0,0,0,0);
28668 ;
28669 return 0;
28670 }
28671 _ACEOF
28672 rm -f conftest.$ac_objext conftest$ac_exeext
28673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28674 (eval $ac_link) 2>&5
28675 ac_status=$?
28676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28677 (exit $ac_status); } &&
28678 { ac_try='test -s conftest$ac_exeext'
28679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28680 (eval $ac_try) 2>&5
28681 ac_status=$?
28682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28683 (exit $ac_status); }; }; then
28684 THREADS_OK=yes
28685 else
28686 echo "$as_me: failed program was:" >&5
28687 sed 's/^/| /' conftest.$ac_ext >&5
28688
28689 fi
28690 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28691
28692 LIBS="$save_LIBS"
28693 CFLAGS="$save_CFLAGS"
28694
28695 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
28696 echo "${ECHO_T}$THREADS_OK" >&6
28697 if test "x$THREADS_OK" = "xyes"; then
28698 break;
28699 fi
28700
28701 THREADS_LINK=""
28702 THREADS_CFLAGS=""
28703 done
28704
28705 if test "x$THREADS_OK" != "xyes"; then
28706 wxUSE_THREADS=no
28707 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
28708 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
28709 else
28710 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
28711 LIBS="$THREADS_LINK $LIBS"
28712
28713 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
28714 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
28715 flag=no
28716 case "${host}" in
28717 *-aix*)
28718 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
28719 flag="-D_THREAD_SAFE"
28720 ;;
28721 *-freebsd*)
28722 flag="-D_THREAD_SAFE"
28723 ;;
28724 *-hp-hpux* )
28725 flag="-D_REENTRANT"
28726 if test "x$GCC" != "xyes"; then
28727 flag="$flag -D_RWSTD_MULTI_THREAD"
28728 fi
28729 ;;
28730 *solaris* | alpha*-osf*)
28731 flag="-D_REENTRANT"
28732 ;;
28733 esac
28734 echo "$as_me:$LINENO: result: ${flag}" >&5
28735 echo "${ECHO_T}${flag}" >&6
28736 if test "x$flag" != xno; then
28737 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
28738 fi
28739
28740 if test "x$THREADS_CFLAGS" != "x"; then
28741 CFLAGS="$CFLAGS $THREADS_CFLAGS"
28742 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
28743 fi
28744 fi
28745 fi
28746
28747 if test "$wxUSE_THREADS" = "yes" ; then
28748
28749 for ac_func in thr_setconcurrency
28750 do
28751 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28752 echo "$as_me:$LINENO: checking for $ac_func" >&5
28753 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28754 if eval "test \"\${$as_ac_var+set}\" = set"; then
28755 echo $ECHO_N "(cached) $ECHO_C" >&6
28756 else
28757 cat >conftest.$ac_ext <<_ACEOF
28758 #line $LINENO "configure"
28759 /* confdefs.h. */
28760 _ACEOF
28761 cat confdefs.h >>conftest.$ac_ext
28762 cat >>conftest.$ac_ext <<_ACEOF
28763 /* end confdefs.h. */
28764 /* System header to define __stub macros and hopefully few prototypes,
28765 which can conflict with char $ac_func (); below.
28766 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28767 <limits.h> exists even on freestanding compilers. */
28768 #ifdef __STDC__
28769 # include <limits.h>
28770 #else
28771 # include <assert.h>
28772 #endif
28773 /* Override any gcc2 internal prototype to avoid an error. */
28774 #ifdef __cplusplus
28775 extern "C"
28776 {
28777 #endif
28778 /* We use char because int might match the return type of a gcc2
28779 builtin and then its argument prototype would still apply. */
28780 char $ac_func ();
28781 /* The GNU C library defines this for functions which it implements
28782 to always fail with ENOSYS. Some functions are actually named
28783 something starting with __ and the normal name is an alias. */
28784 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28785 choke me
28786 #else
28787 char (*f) () = $ac_func;
28788 #endif
28789 #ifdef __cplusplus
28790 }
28791 #endif
28792
28793 int
28794 main ()
28795 {
28796 return f != $ac_func;
28797 ;
28798 return 0;
28799 }
28800 _ACEOF
28801 rm -f conftest.$ac_objext conftest$ac_exeext
28802 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28803 (eval $ac_link) 2>&5
28804 ac_status=$?
28805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28806 (exit $ac_status); } &&
28807 { ac_try='test -s conftest$ac_exeext'
28808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28809 (eval $ac_try) 2>&5
28810 ac_status=$?
28811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28812 (exit $ac_status); }; }; then
28813 eval "$as_ac_var=yes"
28814 else
28815 echo "$as_me: failed program was:" >&5
28816 sed 's/^/| /' conftest.$ac_ext >&5
28817
28818 eval "$as_ac_var=no"
28819 fi
28820 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28821 fi
28822 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28823 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28824 if test `eval echo '${'$as_ac_var'}'` = yes; then
28825 cat >>confdefs.h <<_ACEOF
28826 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28827 _ACEOF
28828
28829 fi
28830 done
28831
28832
28833
28834 for ac_header in sched.h
28835 do
28836 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28837 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28838 echo "$as_me:$LINENO: checking for $ac_header" >&5
28839 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28840 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28841 echo $ECHO_N "(cached) $ECHO_C" >&6
28842 fi
28843 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28844 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28845 else
28846 # Is the header compilable?
28847 echo "$as_me:$LINENO: checking $ac_header usability" >&5
28848 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
28849 cat >conftest.$ac_ext <<_ACEOF
28850 #line $LINENO "configure"
28851 /* confdefs.h. */
28852 _ACEOF
28853 cat confdefs.h >>conftest.$ac_ext
28854 cat >>conftest.$ac_ext <<_ACEOF
28855 /* end confdefs.h. */
28856 $ac_includes_default
28857 #include <$ac_header>
28858 _ACEOF
28859 rm -f conftest.$ac_objext
28860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28861 (eval $ac_compile) 2>&5
28862 ac_status=$?
28863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28864 (exit $ac_status); } &&
28865 { ac_try='test -s conftest.$ac_objext'
28866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28867 (eval $ac_try) 2>&5
28868 ac_status=$?
28869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28870 (exit $ac_status); }; }; then
28871 ac_header_compiler=yes
28872 else
28873 echo "$as_me: failed program was:" >&5
28874 sed 's/^/| /' conftest.$ac_ext >&5
28875
28876 ac_header_compiler=no
28877 fi
28878 rm -f conftest.$ac_objext conftest.$ac_ext
28879 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28880 echo "${ECHO_T}$ac_header_compiler" >&6
28881
28882 # Is the header present?
28883 echo "$as_me:$LINENO: checking $ac_header presence" >&5
28884 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
28885 cat >conftest.$ac_ext <<_ACEOF
28886 #line $LINENO "configure"
28887 /* confdefs.h. */
28888 _ACEOF
28889 cat confdefs.h >>conftest.$ac_ext
28890 cat >>conftest.$ac_ext <<_ACEOF
28891 /* end confdefs.h. */
28892 #include <$ac_header>
28893 _ACEOF
28894 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28895 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28896 ac_status=$?
28897 grep -v '^ *+' conftest.er1 >conftest.err
28898 rm -f conftest.er1
28899 cat conftest.err >&5
28900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28901 (exit $ac_status); } >/dev/null; then
28902 if test -s conftest.err; then
28903 ac_cpp_err=$ac_c_preproc_warn_flag
28904 else
28905 ac_cpp_err=
28906 fi
28907 else
28908 ac_cpp_err=yes
28909 fi
28910 if test -z "$ac_cpp_err"; then
28911 ac_header_preproc=yes
28912 else
28913 echo "$as_me: failed program was:" >&5
28914 sed 's/^/| /' conftest.$ac_ext >&5
28915
28916 ac_header_preproc=no
28917 fi
28918 rm -f conftest.err conftest.$ac_ext
28919 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28920 echo "${ECHO_T}$ac_header_preproc" >&6
28921
28922 # So? What about this header?
28923 case $ac_header_compiler:$ac_header_preproc in
28924 yes:no )
28925 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28926 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28927 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28928 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28929 (
28930 cat <<\_ASBOX
28931 ## ------------------------------------ ##
28932 ## Report this to bug-autoconf@gnu.org. ##
28933 ## ------------------------------------ ##
28934 _ASBOX
28935 ) |
28936 sed "s/^/$as_me: WARNING: /" >&2
28937 ;;
28938 no:yes )
28939 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28940 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28941 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
28942 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
28943 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28944 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28945 (
28946 cat <<\_ASBOX
28947 ## ------------------------------------ ##
28948 ## Report this to bug-autoconf@gnu.org. ##
28949 ## ------------------------------------ ##
28950 _ASBOX
28951 ) |
28952 sed "s/^/$as_me: WARNING: /" >&2
28953 ;;
28954 esac
28955 echo "$as_me:$LINENO: checking for $ac_header" >&5
28956 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28957 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28958 echo $ECHO_N "(cached) $ECHO_C" >&6
28959 else
28960 eval "$as_ac_Header=$ac_header_preproc"
28961 fi
28962 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28963 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28964
28965 fi
28966 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28967 cat >>confdefs.h <<_ACEOF
28968 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28969 _ACEOF
28970
28971 fi
28972
28973 done
28974
28975 if test "$ac_cv_header_sched_h" = "yes"; then
28976 echo "$as_me:$LINENO: checking for sched_yield" >&5
28977 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
28978 if test "${ac_cv_func_sched_yield+set}" = set; then
28979 echo $ECHO_N "(cached) $ECHO_C" >&6
28980 else
28981 cat >conftest.$ac_ext <<_ACEOF
28982 #line $LINENO "configure"
28983 /* confdefs.h. */
28984 _ACEOF
28985 cat confdefs.h >>conftest.$ac_ext
28986 cat >>conftest.$ac_ext <<_ACEOF
28987 /* end confdefs.h. */
28988 /* System header to define __stub macros and hopefully few prototypes,
28989 which can conflict with char sched_yield (); below.
28990 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28991 <limits.h> exists even on freestanding compilers. */
28992 #ifdef __STDC__
28993 # include <limits.h>
28994 #else
28995 # include <assert.h>
28996 #endif
28997 /* Override any gcc2 internal prototype to avoid an error. */
28998 #ifdef __cplusplus
28999 extern "C"
29000 {
29001 #endif
29002 /* We use char because int might match the return type of a gcc2
29003 builtin and then its argument prototype would still apply. */
29004 char sched_yield ();
29005 /* The GNU C library defines this for functions which it implements
29006 to always fail with ENOSYS. Some functions are actually named
29007 something starting with __ and the normal name is an alias. */
29008 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29009 choke me
29010 #else
29011 char (*f) () = sched_yield;
29012 #endif
29013 #ifdef __cplusplus
29014 }
29015 #endif
29016
29017 int
29018 main ()
29019 {
29020 return f != sched_yield;
29021 ;
29022 return 0;
29023 }
29024 _ACEOF
29025 rm -f conftest.$ac_objext conftest$ac_exeext
29026 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29027 (eval $ac_link) 2>&5
29028 ac_status=$?
29029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29030 (exit $ac_status); } &&
29031 { ac_try='test -s conftest$ac_exeext'
29032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29033 (eval $ac_try) 2>&5
29034 ac_status=$?
29035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29036 (exit $ac_status); }; }; then
29037 ac_cv_func_sched_yield=yes
29038 else
29039 echo "$as_me: failed program was:" >&5
29040 sed 's/^/| /' conftest.$ac_ext >&5
29041
29042 ac_cv_func_sched_yield=no
29043 fi
29044 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29045 fi
29046 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29047 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29048 if test $ac_cv_func_sched_yield = yes; then
29049 cat >>confdefs.h <<\_ACEOF
29050 #define HAVE_SCHED_YIELD 1
29051 _ACEOF
29052
29053 else
29054
29055 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29056 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29057 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29058 echo $ECHO_N "(cached) $ECHO_C" >&6
29059 else
29060 ac_check_lib_save_LIBS=$LIBS
29061 LIBS="-lposix4 $LIBS"
29062 cat >conftest.$ac_ext <<_ACEOF
29063 #line $LINENO "configure"
29064 /* confdefs.h. */
29065 _ACEOF
29066 cat confdefs.h >>conftest.$ac_ext
29067 cat >>conftest.$ac_ext <<_ACEOF
29068 /* end confdefs.h. */
29069
29070 /* Override any gcc2 internal prototype to avoid an error. */
29071 #ifdef __cplusplus
29072 extern "C"
29073 #endif
29074 /* We use char because int might match the return type of a gcc2
29075 builtin and then its argument prototype would still apply. */
29076 char sched_yield ();
29077 int
29078 main ()
29079 {
29080 sched_yield ();
29081 ;
29082 return 0;
29083 }
29084 _ACEOF
29085 rm -f conftest.$ac_objext conftest$ac_exeext
29086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29087 (eval $ac_link) 2>&5
29088 ac_status=$?
29089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29090 (exit $ac_status); } &&
29091 { ac_try='test -s conftest$ac_exeext'
29092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29093 (eval $ac_try) 2>&5
29094 ac_status=$?
29095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29096 (exit $ac_status); }; }; then
29097 ac_cv_lib_posix4_sched_yield=yes
29098 else
29099 echo "$as_me: failed program was:" >&5
29100 sed 's/^/| /' conftest.$ac_ext >&5
29101
29102 ac_cv_lib_posix4_sched_yield=no
29103 fi
29104 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29105 LIBS=$ac_check_lib_save_LIBS
29106 fi
29107 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29108 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29109 if test $ac_cv_lib_posix4_sched_yield = yes; then
29110 cat >>confdefs.h <<\_ACEOF
29111 #define HAVE_SCHED_YIELD 1
29112 _ACEOF
29113 POSIX4_LINK=" -lposix4"
29114 else
29115 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29116 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29117
29118 fi
29119
29120
29121
29122 fi
29123
29124 fi
29125
29126 HAVE_PRIOR_FUNCS=0
29127 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29128 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29129 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29130 echo $ECHO_N "(cached) $ECHO_C" >&6
29131 else
29132 cat >conftest.$ac_ext <<_ACEOF
29133 #line $LINENO "configure"
29134 /* confdefs.h. */
29135 _ACEOF
29136 cat confdefs.h >>conftest.$ac_ext
29137 cat >>conftest.$ac_ext <<_ACEOF
29138 /* end confdefs.h. */
29139 /* System header to define __stub macros and hopefully few prototypes,
29140 which can conflict with char pthread_attr_getschedpolicy (); below.
29141 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29142 <limits.h> exists even on freestanding compilers. */
29143 #ifdef __STDC__
29144 # include <limits.h>
29145 #else
29146 # include <assert.h>
29147 #endif
29148 /* Override any gcc2 internal prototype to avoid an error. */
29149 #ifdef __cplusplus
29150 extern "C"
29151 {
29152 #endif
29153 /* We use char because int might match the return type of a gcc2
29154 builtin and then its argument prototype would still apply. */
29155 char pthread_attr_getschedpolicy ();
29156 /* The GNU C library defines this for functions which it implements
29157 to always fail with ENOSYS. Some functions are actually named
29158 something starting with __ and the normal name is an alias. */
29159 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29160 choke me
29161 #else
29162 char (*f) () = pthread_attr_getschedpolicy;
29163 #endif
29164 #ifdef __cplusplus
29165 }
29166 #endif
29167
29168 int
29169 main ()
29170 {
29171 return f != pthread_attr_getschedpolicy;
29172 ;
29173 return 0;
29174 }
29175 _ACEOF
29176 rm -f conftest.$ac_objext conftest$ac_exeext
29177 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29178 (eval $ac_link) 2>&5
29179 ac_status=$?
29180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29181 (exit $ac_status); } &&
29182 { ac_try='test -s conftest$ac_exeext'
29183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29184 (eval $ac_try) 2>&5
29185 ac_status=$?
29186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29187 (exit $ac_status); }; }; then
29188 ac_cv_func_pthread_attr_getschedpolicy=yes
29189 else
29190 echo "$as_me: failed program was:" >&5
29191 sed 's/^/| /' conftest.$ac_ext >&5
29192
29193 ac_cv_func_pthread_attr_getschedpolicy=no
29194 fi
29195 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29196 fi
29197 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29198 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29199 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29200 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29201 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29202 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29203 echo $ECHO_N "(cached) $ECHO_C" >&6
29204 else
29205 cat >conftest.$ac_ext <<_ACEOF
29206 #line $LINENO "configure"
29207 /* confdefs.h. */
29208 _ACEOF
29209 cat confdefs.h >>conftest.$ac_ext
29210 cat >>conftest.$ac_ext <<_ACEOF
29211 /* end confdefs.h. */
29212 /* System header to define __stub macros and hopefully few prototypes,
29213 which can conflict with char pthread_attr_setschedparam (); below.
29214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29215 <limits.h> exists even on freestanding compilers. */
29216 #ifdef __STDC__
29217 # include <limits.h>
29218 #else
29219 # include <assert.h>
29220 #endif
29221 /* Override any gcc2 internal prototype to avoid an error. */
29222 #ifdef __cplusplus
29223 extern "C"
29224 {
29225 #endif
29226 /* We use char because int might match the return type of a gcc2
29227 builtin and then its argument prototype would still apply. */
29228 char pthread_attr_setschedparam ();
29229 /* The GNU C library defines this for functions which it implements
29230 to always fail with ENOSYS. Some functions are actually named
29231 something starting with __ and the normal name is an alias. */
29232 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29233 choke me
29234 #else
29235 char (*f) () = pthread_attr_setschedparam;
29236 #endif
29237 #ifdef __cplusplus
29238 }
29239 #endif
29240
29241 int
29242 main ()
29243 {
29244 return f != pthread_attr_setschedparam;
29245 ;
29246 return 0;
29247 }
29248 _ACEOF
29249 rm -f conftest.$ac_objext conftest$ac_exeext
29250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29251 (eval $ac_link) 2>&5
29252 ac_status=$?
29253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29254 (exit $ac_status); } &&
29255 { ac_try='test -s conftest$ac_exeext'
29256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29257 (eval $ac_try) 2>&5
29258 ac_status=$?
29259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29260 (exit $ac_status); }; }; then
29261 ac_cv_func_pthread_attr_setschedparam=yes
29262 else
29263 echo "$as_me: failed program was:" >&5
29264 sed 's/^/| /' conftest.$ac_ext >&5
29265
29266 ac_cv_func_pthread_attr_setschedparam=no
29267 fi
29268 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29269 fi
29270 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29271 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29272 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29273 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29274 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29275 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29276 echo $ECHO_N "(cached) $ECHO_C" >&6
29277 else
29278 cat >conftest.$ac_ext <<_ACEOF
29279 #line $LINENO "configure"
29280 /* confdefs.h. */
29281 _ACEOF
29282 cat confdefs.h >>conftest.$ac_ext
29283 cat >>conftest.$ac_ext <<_ACEOF
29284 /* end confdefs.h. */
29285 /* System header to define __stub macros and hopefully few prototypes,
29286 which can conflict with char sched_get_priority_max (); below.
29287 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29288 <limits.h> exists even on freestanding compilers. */
29289 #ifdef __STDC__
29290 # include <limits.h>
29291 #else
29292 # include <assert.h>
29293 #endif
29294 /* Override any gcc2 internal prototype to avoid an error. */
29295 #ifdef __cplusplus
29296 extern "C"
29297 {
29298 #endif
29299 /* We use char because int might match the return type of a gcc2
29300 builtin and then its argument prototype would still apply. */
29301 char sched_get_priority_max ();
29302 /* The GNU C library defines this for functions which it implements
29303 to always fail with ENOSYS. Some functions are actually named
29304 something starting with __ and the normal name is an alias. */
29305 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29306 choke me
29307 #else
29308 char (*f) () = sched_get_priority_max;
29309 #endif
29310 #ifdef __cplusplus
29311 }
29312 #endif
29313
29314 int
29315 main ()
29316 {
29317 return f != sched_get_priority_max;
29318 ;
29319 return 0;
29320 }
29321 _ACEOF
29322 rm -f conftest.$ac_objext conftest$ac_exeext
29323 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29324 (eval $ac_link) 2>&5
29325 ac_status=$?
29326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29327 (exit $ac_status); } &&
29328 { ac_try='test -s conftest$ac_exeext'
29329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29330 (eval $ac_try) 2>&5
29331 ac_status=$?
29332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29333 (exit $ac_status); }; }; then
29334 ac_cv_func_sched_get_priority_max=yes
29335 else
29336 echo "$as_me: failed program was:" >&5
29337 sed 's/^/| /' conftest.$ac_ext >&5
29338
29339 ac_cv_func_sched_get_priority_max=no
29340 fi
29341 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29342 fi
29343 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29344 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29345 if test $ac_cv_func_sched_get_priority_max = yes; then
29346 HAVE_PRIOR_FUNCS=1
29347 else
29348 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29349 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29350 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29351 echo $ECHO_N "(cached) $ECHO_C" >&6
29352 else
29353 ac_check_lib_save_LIBS=$LIBS
29354 LIBS="-lposix4 $LIBS"
29355 cat >conftest.$ac_ext <<_ACEOF
29356 #line $LINENO "configure"
29357 /* confdefs.h. */
29358 _ACEOF
29359 cat confdefs.h >>conftest.$ac_ext
29360 cat >>conftest.$ac_ext <<_ACEOF
29361 /* end confdefs.h. */
29362
29363 /* Override any gcc2 internal prototype to avoid an error. */
29364 #ifdef __cplusplus
29365 extern "C"
29366 #endif
29367 /* We use char because int might match the return type of a gcc2
29368 builtin and then its argument prototype would still apply. */
29369 char sched_get_priority_max ();
29370 int
29371 main ()
29372 {
29373 sched_get_priority_max ();
29374 ;
29375 return 0;
29376 }
29377 _ACEOF
29378 rm -f conftest.$ac_objext conftest$ac_exeext
29379 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29380 (eval $ac_link) 2>&5
29381 ac_status=$?
29382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29383 (exit $ac_status); } &&
29384 { ac_try='test -s conftest$ac_exeext'
29385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29386 (eval $ac_try) 2>&5
29387 ac_status=$?
29388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29389 (exit $ac_status); }; }; then
29390 ac_cv_lib_posix4_sched_get_priority_max=yes
29391 else
29392 echo "$as_me: failed program was:" >&5
29393 sed 's/^/| /' conftest.$ac_ext >&5
29394
29395 ac_cv_lib_posix4_sched_get_priority_max=no
29396 fi
29397 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29398 LIBS=$ac_check_lib_save_LIBS
29399 fi
29400 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29401 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29402 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
29403
29404 HAVE_PRIOR_FUNCS=1
29405 POSIX4_LINK=" -lposix4"
29406
29407 fi
29408
29409
29410 fi
29411
29412
29413 fi
29414
29415
29416 fi
29417
29418
29419 if test "$HAVE_PRIOR_FUNCS" = 1; then
29420 cat >>confdefs.h <<\_ACEOF
29421 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
29422 _ACEOF
29423
29424 else
29425 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29426 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
29427 fi
29428
29429 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29430 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29431 if test "${ac_cv_func_pthread_cancel+set}" = set; then
29432 echo $ECHO_N "(cached) $ECHO_C" >&6
29433 else
29434 cat >conftest.$ac_ext <<_ACEOF
29435 #line $LINENO "configure"
29436 /* confdefs.h. */
29437 _ACEOF
29438 cat confdefs.h >>conftest.$ac_ext
29439 cat >>conftest.$ac_ext <<_ACEOF
29440 /* end confdefs.h. */
29441 /* System header to define __stub macros and hopefully few prototypes,
29442 which can conflict with char pthread_cancel (); below.
29443 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29444 <limits.h> exists even on freestanding compilers. */
29445 #ifdef __STDC__
29446 # include <limits.h>
29447 #else
29448 # include <assert.h>
29449 #endif
29450 /* Override any gcc2 internal prototype to avoid an error. */
29451 #ifdef __cplusplus
29452 extern "C"
29453 {
29454 #endif
29455 /* We use char because int might match the return type of a gcc2
29456 builtin and then its argument prototype would still apply. */
29457 char pthread_cancel ();
29458 /* The GNU C library defines this for functions which it implements
29459 to always fail with ENOSYS. Some functions are actually named
29460 something starting with __ and the normal name is an alias. */
29461 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29462 choke me
29463 #else
29464 char (*f) () = pthread_cancel;
29465 #endif
29466 #ifdef __cplusplus
29467 }
29468 #endif
29469
29470 int
29471 main ()
29472 {
29473 return f != pthread_cancel;
29474 ;
29475 return 0;
29476 }
29477 _ACEOF
29478 rm -f conftest.$ac_objext conftest$ac_exeext
29479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29480 (eval $ac_link) 2>&5
29481 ac_status=$?
29482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29483 (exit $ac_status); } &&
29484 { ac_try='test -s conftest$ac_exeext'
29485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29486 (eval $ac_try) 2>&5
29487 ac_status=$?
29488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29489 (exit $ac_status); }; }; then
29490 ac_cv_func_pthread_cancel=yes
29491 else
29492 echo "$as_me: failed program was:" >&5
29493 sed 's/^/| /' conftest.$ac_ext >&5
29494
29495 ac_cv_func_pthread_cancel=no
29496 fi
29497 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29498 fi
29499 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29500 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29501 if test $ac_cv_func_pthread_cancel = yes; then
29502 cat >>confdefs.h <<\_ACEOF
29503 #define HAVE_PTHREAD_CANCEL 1
29504 _ACEOF
29505
29506 else
29507 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29508 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
29509 fi
29510
29511
29512 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29513 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29514 if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29515 echo $ECHO_N "(cached) $ECHO_C" >&6
29516 else
29517
29518 cat >conftest.$ac_ext <<_ACEOF
29519 #line $LINENO "configure"
29520 /* confdefs.h. */
29521 _ACEOF
29522 cat confdefs.h >>conftest.$ac_ext
29523 cat >>conftest.$ac_ext <<_ACEOF
29524 /* end confdefs.h. */
29525 #include <pthread.h>
29526 int
29527 main ()
29528 {
29529
29530 pthread_cleanup_push(NULL, NULL);
29531 pthread_cleanup_pop(0);
29532
29533 ;
29534 return 0;
29535 }
29536 _ACEOF
29537 rm -f conftest.$ac_objext
29538 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29539 (eval $ac_compile) 2>&5
29540 ac_status=$?
29541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29542 (exit $ac_status); } &&
29543 { ac_try='test -s conftest.$ac_objext'
29544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29545 (eval $ac_try) 2>&5
29546 ac_status=$?
29547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29548 (exit $ac_status); }; }; then
29549
29550 wx_cv_func_pthread_cleanup_push=yes
29551
29552 else
29553 echo "$as_me: failed program was:" >&5
29554 sed 's/^/| /' conftest.$ac_ext >&5
29555
29556
29557 wx_cv_func_pthread_cleanup_push=no
29558
29559 fi
29560 rm -f conftest.$ac_objext conftest.$ac_ext
29561
29562 fi
29563 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29564 echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
29565
29566 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
29567 cat >>confdefs.h <<\_ACEOF
29568 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
29569 _ACEOF
29570
29571 fi
29572
29573
29574 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29575 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29576 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29577 echo $ECHO_N "(cached) $ECHO_C" >&6
29578 else
29579
29580 cat >conftest.$ac_ext <<_ACEOF
29581 #line $LINENO "configure"
29582 /* confdefs.h. */
29583 _ACEOF
29584 cat confdefs.h >>conftest.$ac_ext
29585 cat >>conftest.$ac_ext <<_ACEOF
29586 /* end confdefs.h. */
29587 #include <pthread.h>
29588 int
29589 main ()
29590 {
29591
29592 pthread_mutexattr_t attr;
29593 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
29594
29595 ;
29596 return 0;
29597 }
29598 _ACEOF
29599 rm -f conftest.$ac_objext
29600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29601 (eval $ac_compile) 2>&5
29602 ac_status=$?
29603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29604 (exit $ac_status); } &&
29605 { ac_try='test -s conftest.$ac_objext'
29606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29607 (eval $ac_try) 2>&5
29608 ac_status=$?
29609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29610 (exit $ac_status); }; }; then
29611
29612 wx_cv_type_pthread_mutexattr_t=yes
29613
29614 else
29615 echo "$as_me: failed program was:" >&5
29616 sed 's/^/| /' conftest.$ac_ext >&5
29617
29618
29619 wx_cv_type_pthread_mutexattr_t=no
29620
29621
29622 fi
29623 rm -f conftest.$ac_objext conftest.$ac_ext
29624
29625 fi
29626 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
29627 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
29628
29629 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
29630 cat >>confdefs.h <<\_ACEOF
29631 #define HAVE_PTHREAD_MUTEXATTR_T 1
29632 _ACEOF
29633
29634 else
29635 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
29636 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
29637 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
29638 echo $ECHO_N "(cached) $ECHO_C" >&6
29639 else
29640
29641 cat >conftest.$ac_ext <<_ACEOF
29642 #line $LINENO "configure"
29643 /* confdefs.h. */
29644 _ACEOF
29645 cat confdefs.h >>conftest.$ac_ext
29646 cat >>conftest.$ac_ext <<_ACEOF
29647 /* end confdefs.h. */
29648 #include <pthread.h>
29649 int
29650 main ()
29651 {
29652
29653 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
29654
29655 ;
29656 return 0;
29657 }
29658 _ACEOF
29659 rm -f conftest.$ac_objext
29660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29661 (eval $ac_compile) 2>&5
29662 ac_status=$?
29663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29664 (exit $ac_status); } &&
29665 { ac_try='test -s conftest.$ac_objext'
29666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29667 (eval $ac_try) 2>&5
29668 ac_status=$?
29669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29670 (exit $ac_status); }; }; then
29671
29672 wx_cv_type_pthread_rec_mutex_init=yes
29673
29674 else
29675 echo "$as_me: failed program was:" >&5
29676 sed 's/^/| /' conftest.$ac_ext >&5
29677
29678
29679 wx_cv_type_pthread_rec_mutex_init=no
29680
29681
29682 fi
29683 rm -f conftest.$ac_objext conftest.$ac_ext
29684
29685 fi
29686 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
29687 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
29688 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
29689 cat >>confdefs.h <<\_ACEOF
29690 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
29691 _ACEOF
29692
29693 else
29694 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
29695 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
29696 fi
29697 fi
29698 fi
29699
29700 else
29701 if test "$wxUSE_THREADS" = "yes" ; then
29702 case "${host}" in
29703 *-*-mingw32* )
29704 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
29705 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
29706 if test "${wx_cv_cflags_mthread+set}" = set; then
29707 echo $ECHO_N "(cached) $ECHO_C" >&6
29708 else
29709
29710 CFLAGS_OLD="$CFLAGS"
29711 CFLAGS="$CFLAGS -mthreads"
29712 cat >conftest.$ac_ext <<_ACEOF
29713 #line $LINENO "configure"
29714 /* confdefs.h. */
29715 _ACEOF
29716 cat confdefs.h >>conftest.$ac_ext
29717 cat >>conftest.$ac_ext <<_ACEOF
29718 /* end confdefs.h. */
29719
29720 int
29721 main ()
29722 {
29723
29724 ;
29725 return 0;
29726 }
29727 _ACEOF
29728 rm -f conftest.$ac_objext
29729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29730 (eval $ac_compile) 2>&5
29731 ac_status=$?
29732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29733 (exit $ac_status); } &&
29734 { ac_try='test -s conftest.$ac_objext'
29735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29736 (eval $ac_try) 2>&5
29737 ac_status=$?
29738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29739 (exit $ac_status); }; }; then
29740 wx_cv_cflags_mthread=yes
29741 else
29742 echo "$as_me: failed program was:" >&5
29743 sed 's/^/| /' conftest.$ac_ext >&5
29744
29745 wx_cv_cflags_mthread=no
29746
29747 fi
29748 rm -f conftest.$ac_objext conftest.$ac_ext
29749
29750
29751 fi
29752 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
29753 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
29754
29755 if test "$wx_cv_cflags_mthread" = "yes"; then
29756 CXXFLAGS="$CXXFLAGS -mthreads"
29757 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
29758 LDFLAGS="$LDFLAGS -mthreads"
29759 else
29760 CFLAGS="$CFLAGS_OLD"
29761 fi
29762 ;;
29763 esac
29764 fi
29765 fi
29766
29767 if test "$wxUSE_THREADS" = "yes"; then
29768 cat >>confdefs.h <<\_ACEOF
29769 #define wxUSE_THREADS 1
29770 _ACEOF
29771
29772
29773 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
29774 else
29775 if test "$ac_cv_func_strtok_r" = "yes"; then
29776 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
29777 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
29778 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
29779 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
29780 echo "$as_me:$LINENO: result: yes" >&5
29781 echo "${ECHO_T}yes" >&6
29782 else
29783 echo "$as_me:$LINENO: result: no" >&5
29784 echo "${ECHO_T}no" >&6
29785 fi
29786 fi
29787 fi
29788
29789 if test "$WXGTK20" = 1 ; then
29790 cat >>confdefs.h <<_ACEOF
29791 #define __WXGTK20__ $WXGTK20
29792 _ACEOF
29793
29794 WXGTK12=1
29795 fi
29796
29797 if test "$WXGTK12" = 1 ; then
29798 cat >>confdefs.h <<_ACEOF
29799 #define __WXGTK12__ $WXGTK12
29800 _ACEOF
29801
29802 fi
29803
29804 if test "$WXGTK127" = 1 ; then
29805 cat >>confdefs.h <<_ACEOF
29806 #define __WXGTK127__ $WXGTK127
29807 _ACEOF
29808
29809 fi
29810
29811 WXDEBUG=
29812
29813 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
29814 WXDEBUG="-g"
29815 wxUSE_OPTIMISE=no
29816 fi
29817
29818 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
29819 wxUSE_DEBUG_INFO=yes
29820 WXDEBUG="-ggdb"
29821 fi
29822
29823 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
29824 cat >>confdefs.h <<\_ACEOF
29825 #define WXDEBUG 1
29826 _ACEOF
29827
29828 WXDEBUG_DEFINE="-D__WXDEBUG__"
29829 else
29830 if test "$wxUSE_GTK" = 1 ; then
29831 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
29832 fi
29833 fi
29834
29835 if test "$wxUSE_MEM_TRACING" = "yes" ; then
29836 cat >>confdefs.h <<\_ACEOF
29837 #define wxUSE_MEMORY_TRACING 1
29838 _ACEOF
29839
29840 cat >>confdefs.h <<\_ACEOF
29841 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
29842 _ACEOF
29843
29844 cat >>confdefs.h <<\_ACEOF
29845 #define wxUSE_DEBUG_NEW_ALWAYS 1
29846 _ACEOF
29847
29848 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
29849 fi
29850
29851 if test "$wxUSE_DMALLOC" = "yes" ; then
29852 DMALLOC_LIBS="-ldmalloc"
29853 fi
29854
29855 PROFILE=
29856 if test "$wxUSE_PROFILE" = "yes" ; then
29857 PROFILE=" -pg"
29858 fi
29859
29860 CODE_GEN_FLAGS=
29861 CODE_GEN_FLAGS_CXX=
29862 if test "$GCC" = "yes" ; then
29863 if test "$wxUSE_NO_RTTI" = "yes" ; then
29864 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
29865 fi
29866 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
29867 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
29868 fi
29869 if test "$wxUSE_PERMISSIVE" = "yes" ; then
29870 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
29871 fi
29872 if test "$USE_WIN32" = 1 ; then
29873 # I'm not even really sure what this was ever added to solve,
29874 # but someone added it for mingw native builds, so I guess
29875 # they had a reason, right??
29876 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
29877 fi
29878
29879 case "${host}" in
29880 powerpc*-*-aix* )
29881 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
29882 ;;
29883 *-hppa* )
29884 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
29885 ;;
29886 esac
29887 fi
29888
29889 OPTIMISE=
29890 if test "$wxUSE_OPTIMISE" = "no" ; then
29891 if test "$GCC" = yes ; then
29892 OPTIMISE="-O0"
29893 fi
29894 else
29895 if test "$GCC" = yes ; then
29896 OPTIMISE="-O2"
29897
29898 case "${host}" in
29899 i586-*-*|i686-*-* )
29900 OPTIMISE="${OPTIMISE} "
29901 ;;
29902 esac
29903 else
29904 OPTIMISE="-O"
29905 fi
29906 fi
29907
29908
29909 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
29910 cat >>confdefs.h <<\_ACEOF
29911 #define WXWIN_COMPATIBILITY_2 1
29912 _ACEOF
29913
29914
29915 WXWIN_COMPATIBILITY_2_2="yes"
29916 fi
29917
29918 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
29919 cat >>confdefs.h <<\_ACEOF
29920 #define WXWIN_COMPATIBILITY_2_2 1
29921 _ACEOF
29922
29923
29924 WXWIN_COMPATIBILITY_2_4="yes"
29925 fi
29926
29927 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
29928 cat >>confdefs.h <<\_ACEOF
29929 #define WXWIN_COMPATIBILITY_2_4 1
29930 _ACEOF
29931
29932 fi
29933
29934
29935 if test "$wxUSE_GUI" = "yes"; then
29936 cat >>confdefs.h <<\_ACEOF
29937 #define wxUSE_GUI 1
29938 _ACEOF
29939
29940
29941 else
29942 cat >>confdefs.h <<\_ACEOF
29943 #define wxUSE_NOGUI 1
29944 _ACEOF
29945
29946 fi
29947
29948
29949 if test "$wxUSE_UNIX" = "yes"; then
29950 cat >>confdefs.h <<\_ACEOF
29951 #define wxUSE_UNIX 1
29952 _ACEOF
29953
29954 fi
29955
29956
29957 if test "$wxUSE_APPLE_IEEE" = "yes"; then
29958 cat >>confdefs.h <<\_ACEOF
29959 #define wxUSE_APPLE_IEEE 1
29960 _ACEOF
29961
29962 fi
29963
29964 if test "$wxUSE_TIMER" = "yes"; then
29965 cat >>confdefs.h <<\_ACEOF
29966 #define wxUSE_TIMER 1
29967 _ACEOF
29968
29969 fi
29970
29971 if test "$wxUSE_WAVE" = "yes"; then
29972 cat >>confdefs.h <<\_ACEOF
29973 #define wxUSE_WAVE 1
29974 _ACEOF
29975
29976 fi
29977
29978 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
29979 cat >>confdefs.h <<\_ACEOF
29980 #define wxUSE_CMDLINE_PARSER 1
29981 _ACEOF
29982
29983 fi
29984
29985 if test "$wxUSE_STOPWATCH" = "yes"; then
29986 cat >>confdefs.h <<\_ACEOF
29987 #define wxUSE_STOPWATCH 1
29988 _ACEOF
29989
29990 fi
29991
29992 if test "$wxUSE_DATETIME" = "yes"; then
29993 cat >>confdefs.h <<\_ACEOF
29994 #define wxUSE_DATETIME 1
29995 _ACEOF
29996
29997 fi
29998
29999 if test "$wxUSE_FILE" = "yes"; then
30000 cat >>confdefs.h <<\_ACEOF
30001 #define wxUSE_FILE 1
30002 _ACEOF
30003
30004 fi
30005
30006 if test "$wxUSE_FFILE" = "yes"; then
30007 cat >>confdefs.h <<\_ACEOF
30008 #define wxUSE_FFILE 1
30009 _ACEOF
30010
30011 fi
30012
30013 if test "$wxUSE_FILESYSTEM" = "yes"; then
30014 cat >>confdefs.h <<\_ACEOF
30015 #define wxUSE_FILESYSTEM 1
30016 _ACEOF
30017
30018 fi
30019
30020 if test "$wxUSE_FS_INET" = "yes"; then
30021 cat >>confdefs.h <<\_ACEOF
30022 #define wxUSE_FS_INET 1
30023 _ACEOF
30024
30025 fi
30026
30027 if test "$wxUSE_FS_ZIP" = "yes"; then
30028 cat >>confdefs.h <<\_ACEOF
30029 #define wxUSE_FS_ZIP 1
30030 _ACEOF
30031
30032 fi
30033
30034 if test "$wxUSE_ZIPSTREAM" = "yes"; then
30035 cat >>confdefs.h <<\_ACEOF
30036 #define wxUSE_ZIPSTREAM 1
30037 _ACEOF
30038
30039 fi
30040
30041 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30042 cat >>confdefs.h <<\_ACEOF
30043 #define wxUSE_ON_FATAL_EXCEPTION 1
30044 _ACEOF
30045
30046 fi
30047
30048 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30049 cat >>confdefs.h <<\_ACEOF
30050 #define wxUSE_SNGLINST_CHECKER 1
30051 _ACEOF
30052
30053 fi
30054
30055 if test "$wxUSE_BUSYINFO" = "yes"; then
30056 cat >>confdefs.h <<\_ACEOF
30057 #define wxUSE_BUSYINFO 1
30058 _ACEOF
30059
30060 fi
30061
30062 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
30063 cat >>confdefs.h <<\_ACEOF
30064 #define wxUSE_STD_IOSTREAM 1
30065 _ACEOF
30066
30067 fi
30068
30069 if test "$wxUSE_TEXTBUFFER" = "yes"; then
30070 cat >>confdefs.h <<\_ACEOF
30071 #define wxUSE_TEXTBUFFER 1
30072 _ACEOF
30073
30074 fi
30075
30076 if test "$wxUSE_TEXTFILE" = "yes"; then
30077 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
30078 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30079 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
30080 else
30081 cat >>confdefs.h <<\_ACEOF
30082 #define wxUSE_TEXTFILE 1
30083 _ACEOF
30084
30085 fi
30086 fi
30087
30088 if test "$wxUSE_CONFIG" = "yes" ; then
30089 if test "$wxUSE_TEXTFILE" != "yes"; then
30090 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30091 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
30092 else
30093 cat >>confdefs.h <<\_ACEOF
30094 #define wxUSE_CONFIG 1
30095 _ACEOF
30096
30097 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
30098 fi
30099 fi
30100
30101 if test "$wxUSE_INTL" = "yes" ; then
30102 if test "$wxUSE_FILE" != "yes"; then
30103 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30104 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
30105 else
30106 cat >>confdefs.h <<\_ACEOF
30107 #define wxUSE_INTL 1
30108 _ACEOF
30109
30110 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
30111 GUIDIST="$GUIDIST INTL_DIST"
30112 fi
30113 fi
30114
30115 if test "$wxUSE_LOG" = "yes"; then
30116 cat >>confdefs.h <<\_ACEOF
30117 #define wxUSE_LOG 1
30118 _ACEOF
30119
30120
30121 if test "$wxUSE_LOGGUI" = "yes"; then
30122 cat >>confdefs.h <<\_ACEOF
30123 #define wxUSE_LOGGUI 1
30124 _ACEOF
30125
30126 fi
30127
30128 if test "$wxUSE_LOGWINDOW" = "yes"; then
30129 cat >>confdefs.h <<\_ACEOF
30130 #define wxUSE_LOGWINDOW 1
30131 _ACEOF
30132
30133 fi
30134
30135 if test "$wxUSE_LOGDIALOG" = "yes"; then
30136 cat >>confdefs.h <<\_ACEOF
30137 #define wxUSE_LOG_DIALOG 1
30138 _ACEOF
30139
30140 fi
30141 fi
30142
30143 if test "$wxUSE_LONGLONG" = "yes"; then
30144 cat >>confdefs.h <<\_ACEOF
30145 #define wxUSE_LONGLONG 1
30146 _ACEOF
30147
30148 fi
30149
30150 if test "$wxUSE_GEOMETRY" = "yes"; then
30151 cat >>confdefs.h <<\_ACEOF
30152 #define wxUSE_GEOMETRY 1
30153 _ACEOF
30154
30155 fi
30156
30157 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
30158 cat >>confdefs.h <<\_ACEOF
30159 #define wxUSE_DIALUP_MANAGER 1
30160 _ACEOF
30161
30162 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
30163 fi
30164
30165 if test "$wxUSE_STREAMS" = "yes" ; then
30166 cat >>confdefs.h <<\_ACEOF
30167 #define wxUSE_STREAMS 1
30168 _ACEOF
30169
30170 fi
30171
30172
30173 if test "$wxUSE_DATETIME" = "yes"; then
30174
30175 for ac_func in strptime
30176 do
30177 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30178 echo "$as_me:$LINENO: checking for $ac_func" >&5
30179 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30180 if eval "test \"\${$as_ac_var+set}\" = set"; then
30181 echo $ECHO_N "(cached) $ECHO_C" >&6
30182 else
30183 cat >conftest.$ac_ext <<_ACEOF
30184 #line $LINENO "configure"
30185 /* confdefs.h. */
30186 _ACEOF
30187 cat confdefs.h >>conftest.$ac_ext
30188 cat >>conftest.$ac_ext <<_ACEOF
30189 /* end confdefs.h. */
30190 /* System header to define __stub macros and hopefully few prototypes,
30191 which can conflict with char $ac_func (); below.
30192 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30193 <limits.h> exists even on freestanding compilers. */
30194 #ifdef __STDC__
30195 # include <limits.h>
30196 #else
30197 # include <assert.h>
30198 #endif
30199 /* Override any gcc2 internal prototype to avoid an error. */
30200 #ifdef __cplusplus
30201 extern "C"
30202 {
30203 #endif
30204 /* We use char because int might match the return type of a gcc2
30205 builtin and then its argument prototype would still apply. */
30206 char $ac_func ();
30207 /* The GNU C library defines this for functions which it implements
30208 to always fail with ENOSYS. Some functions are actually named
30209 something starting with __ and the normal name is an alias. */
30210 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30211 choke me
30212 #else
30213 char (*f) () = $ac_func;
30214 #endif
30215 #ifdef __cplusplus
30216 }
30217 #endif
30218
30219 int
30220 main ()
30221 {
30222 return f != $ac_func;
30223 ;
30224 return 0;
30225 }
30226 _ACEOF
30227 rm -f conftest.$ac_objext conftest$ac_exeext
30228 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30229 (eval $ac_link) 2>&5
30230 ac_status=$?
30231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30232 (exit $ac_status); } &&
30233 { ac_try='test -s conftest$ac_exeext'
30234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30235 (eval $ac_try) 2>&5
30236 ac_status=$?
30237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30238 (exit $ac_status); }; }; then
30239 eval "$as_ac_var=yes"
30240 else
30241 echo "$as_me: failed program was:" >&5
30242 sed 's/^/| /' conftest.$ac_ext >&5
30243
30244 eval "$as_ac_var=no"
30245 fi
30246 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30247 fi
30248 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30249 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30250 if test `eval echo '${'$as_ac_var'}'` = yes; then
30251 cat >>confdefs.h <<_ACEOF
30252 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30253 _ACEOF
30254
30255 fi
30256 done
30257
30258
30259 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30260 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30261 if test "${wx_cv_var_timezone+set}" = set; then
30262 echo $ECHO_N "(cached) $ECHO_C" >&6
30263 else
30264
30265 cat >conftest.$ac_ext <<_ACEOF
30266 #line $LINENO "configure"
30267 /* confdefs.h. */
30268 _ACEOF
30269 cat confdefs.h >>conftest.$ac_ext
30270 cat >>conftest.$ac_ext <<_ACEOF
30271 /* end confdefs.h. */
30272
30273 #include <time.h>
30274
30275 int
30276 main ()
30277 {
30278
30279 int tz;
30280 tz = timezone;
30281
30282 ;
30283 return 0;
30284 }
30285 _ACEOF
30286 rm -f conftest.$ac_objext
30287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30288 (eval $ac_compile) 2>&5
30289 ac_status=$?
30290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30291 (exit $ac_status); } &&
30292 { ac_try='test -s conftest.$ac_objext'
30293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30294 (eval $ac_try) 2>&5
30295 ac_status=$?
30296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30297 (exit $ac_status); }; }; then
30298
30299 wx_cv_var_timezone=timezone
30300
30301 else
30302 echo "$as_me: failed program was:" >&5
30303 sed 's/^/| /' conftest.$ac_ext >&5
30304
30305
30306 cat >conftest.$ac_ext <<_ACEOF
30307 #line $LINENO "configure"
30308 /* confdefs.h. */
30309 _ACEOF
30310 cat confdefs.h >>conftest.$ac_ext
30311 cat >>conftest.$ac_ext <<_ACEOF
30312 /* end confdefs.h. */
30313
30314 #include <time.h>
30315
30316 int
30317 main ()
30318 {
30319
30320 int tz;
30321 tz = _timezone;
30322
30323 ;
30324 return 0;
30325 }
30326 _ACEOF
30327 rm -f conftest.$ac_objext
30328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30329 (eval $ac_compile) 2>&5
30330 ac_status=$?
30331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30332 (exit $ac_status); } &&
30333 { ac_try='test -s conftest.$ac_objext'
30334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30335 (eval $ac_try) 2>&5
30336 ac_status=$?
30337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30338 (exit $ac_status); }; }; then
30339
30340 wx_cv_var_timezone=_timezone
30341
30342 else
30343 echo "$as_me: failed program was:" >&5
30344 sed 's/^/| /' conftest.$ac_ext >&5
30345
30346
30347 cat >conftest.$ac_ext <<_ACEOF
30348 #line $LINENO "configure"
30349 /* confdefs.h. */
30350 _ACEOF
30351 cat confdefs.h >>conftest.$ac_ext
30352 cat >>conftest.$ac_ext <<_ACEOF
30353 /* end confdefs.h. */
30354
30355 #include <time.h>
30356
30357 int
30358 main ()
30359 {
30360
30361 int tz;
30362 tz = __timezone;
30363
30364 ;
30365 return 0;
30366 }
30367 _ACEOF
30368 rm -f conftest.$ac_objext
30369 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30370 (eval $ac_compile) 2>&5
30371 ac_status=$?
30372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30373 (exit $ac_status); } &&
30374 { ac_try='test -s conftest.$ac_objext'
30375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30376 (eval $ac_try) 2>&5
30377 ac_status=$?
30378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30379 (exit $ac_status); }; }; then
30380
30381 wx_cv_var_timezone=__timezone
30382
30383 else
30384 echo "$as_me: failed program was:" >&5
30385 sed 's/^/| /' conftest.$ac_ext >&5
30386
30387
30388 if test "$USE_DOS" = 0 ; then
30389 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30390 echo "$as_me: WARNING: no timezone variable" >&2;}
30391 fi
30392
30393
30394 fi
30395 rm -f conftest.$ac_objext conftest.$ac_ext
30396
30397
30398 fi
30399 rm -f conftest.$ac_objext conftest.$ac_ext
30400
30401
30402 fi
30403 rm -f conftest.$ac_objext conftest.$ac_ext
30404
30405
30406 fi
30407 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30408 echo "${ECHO_T}$wx_cv_var_timezone" >&6
30409
30410 if test "x$wx_cv_var_timezone" != x ; then
30411 cat >>confdefs.h <<_ACEOF
30412 #define WX_TIMEZONE $wx_cv_var_timezone
30413 _ACEOF
30414
30415 fi
30416
30417
30418 for ac_func in localtime
30419 do
30420 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30421 echo "$as_me:$LINENO: checking for $ac_func" >&5
30422 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30423 if eval "test \"\${$as_ac_var+set}\" = set"; then
30424 echo $ECHO_N "(cached) $ECHO_C" >&6
30425 else
30426 cat >conftest.$ac_ext <<_ACEOF
30427 #line $LINENO "configure"
30428 /* confdefs.h. */
30429 _ACEOF
30430 cat confdefs.h >>conftest.$ac_ext
30431 cat >>conftest.$ac_ext <<_ACEOF
30432 /* end confdefs.h. */
30433 /* System header to define __stub macros and hopefully few prototypes,
30434 which can conflict with char $ac_func (); below.
30435 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30436 <limits.h> exists even on freestanding compilers. */
30437 #ifdef __STDC__
30438 # include <limits.h>
30439 #else
30440 # include <assert.h>
30441 #endif
30442 /* Override any gcc2 internal prototype to avoid an error. */
30443 #ifdef __cplusplus
30444 extern "C"
30445 {
30446 #endif
30447 /* We use char because int might match the return type of a gcc2
30448 builtin and then its argument prototype would still apply. */
30449 char $ac_func ();
30450 /* The GNU C library defines this for functions which it implements
30451 to always fail with ENOSYS. Some functions are actually named
30452 something starting with __ and the normal name is an alias. */
30453 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30454 choke me
30455 #else
30456 char (*f) () = $ac_func;
30457 #endif
30458 #ifdef __cplusplus
30459 }
30460 #endif
30461
30462 int
30463 main ()
30464 {
30465 return f != $ac_func;
30466 ;
30467 return 0;
30468 }
30469 _ACEOF
30470 rm -f conftest.$ac_objext conftest$ac_exeext
30471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30472 (eval $ac_link) 2>&5
30473 ac_status=$?
30474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30475 (exit $ac_status); } &&
30476 { ac_try='test -s conftest$ac_exeext'
30477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30478 (eval $ac_try) 2>&5
30479 ac_status=$?
30480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30481 (exit $ac_status); }; }; then
30482 eval "$as_ac_var=yes"
30483 else
30484 echo "$as_me: failed program was:" >&5
30485 sed 's/^/| /' conftest.$ac_ext >&5
30486
30487 eval "$as_ac_var=no"
30488 fi
30489 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30490 fi
30491 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30492 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30493 if test `eval echo '${'$as_ac_var'}'` = yes; then
30494 cat >>confdefs.h <<_ACEOF
30495 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30496 _ACEOF
30497
30498 fi
30499 done
30500
30501
30502 if test "$ac_cv_func_localtime" = "yes"; then
30503 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30504 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30505 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30506 echo $ECHO_N "(cached) $ECHO_C" >&6
30507 else
30508
30509 cat >conftest.$ac_ext <<_ACEOF
30510 #line $LINENO "configure"
30511 /* confdefs.h. */
30512 _ACEOF
30513 cat confdefs.h >>conftest.$ac_ext
30514 cat >>conftest.$ac_ext <<_ACEOF
30515 /* end confdefs.h. */
30516
30517 #include <time.h>
30518
30519 int
30520 main ()
30521 {
30522
30523 struct tm tm;
30524 tm.tm_gmtoff++;
30525
30526 ;
30527 return 0;
30528 }
30529 _ACEOF
30530 rm -f conftest.$ac_objext
30531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30532 (eval $ac_compile) 2>&5
30533 ac_status=$?
30534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30535 (exit $ac_status); } &&
30536 { ac_try='test -s conftest.$ac_objext'
30537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30538 (eval $ac_try) 2>&5
30539 ac_status=$?
30540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30541 (exit $ac_status); }; }; then
30542
30543 wx_cv_struct_tm_has_gmtoff=yes
30544
30545 else
30546 echo "$as_me: failed program was:" >&5
30547 sed 's/^/| /' conftest.$ac_ext >&5
30548
30549 wx_cv_struct_tm_has_gmtoff=no
30550
30551 fi
30552 rm -f conftest.$ac_objext conftest.$ac_ext
30553
30554 fi
30555 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30556 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
30557 fi
30558
30559 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
30560 cat >>confdefs.h <<\_ACEOF
30561 #define WX_GMTOFF_IN_TM 1
30562 _ACEOF
30563
30564 fi
30565
30566
30567
30568 for ac_func in gettimeofday ftime
30569 do
30570 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30571 echo "$as_me:$LINENO: checking for $ac_func" >&5
30572 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30573 if eval "test \"\${$as_ac_var+set}\" = set"; then
30574 echo $ECHO_N "(cached) $ECHO_C" >&6
30575 else
30576 cat >conftest.$ac_ext <<_ACEOF
30577 #line $LINENO "configure"
30578 /* confdefs.h. */
30579 _ACEOF
30580 cat confdefs.h >>conftest.$ac_ext
30581 cat >>conftest.$ac_ext <<_ACEOF
30582 /* end confdefs.h. */
30583 /* System header to define __stub macros and hopefully few prototypes,
30584 which can conflict with char $ac_func (); below.
30585 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30586 <limits.h> exists even on freestanding compilers. */
30587 #ifdef __STDC__
30588 # include <limits.h>
30589 #else
30590 # include <assert.h>
30591 #endif
30592 /* Override any gcc2 internal prototype to avoid an error. */
30593 #ifdef __cplusplus
30594 extern "C"
30595 {
30596 #endif
30597 /* We use char because int might match the return type of a gcc2
30598 builtin and then its argument prototype would still apply. */
30599 char $ac_func ();
30600 /* The GNU C library defines this for functions which it implements
30601 to always fail with ENOSYS. Some functions are actually named
30602 something starting with __ and the normal name is an alias. */
30603 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30604 choke me
30605 #else
30606 char (*f) () = $ac_func;
30607 #endif
30608 #ifdef __cplusplus
30609 }
30610 #endif
30611
30612 int
30613 main ()
30614 {
30615 return f != $ac_func;
30616 ;
30617 return 0;
30618 }
30619 _ACEOF
30620 rm -f conftest.$ac_objext conftest$ac_exeext
30621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30622 (eval $ac_link) 2>&5
30623 ac_status=$?
30624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30625 (exit $ac_status); } &&
30626 { ac_try='test -s conftest$ac_exeext'
30627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30628 (eval $ac_try) 2>&5
30629 ac_status=$?
30630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30631 (exit $ac_status); }; }; then
30632 eval "$as_ac_var=yes"
30633 else
30634 echo "$as_me: failed program was:" >&5
30635 sed 's/^/| /' conftest.$ac_ext >&5
30636
30637 eval "$as_ac_var=no"
30638 fi
30639 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30640 fi
30641 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30642 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30643 if test `eval echo '${'$as_ac_var'}'` = yes; then
30644 cat >>confdefs.h <<_ACEOF
30645 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30646 _ACEOF
30647 break
30648 fi
30649 done
30650
30651
30652 if test "$ac_cv_func_gettimeofday" = "yes"; then
30653 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
30654 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
30655 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
30656 echo $ECHO_N "(cached) $ECHO_C" >&6
30657 else
30658
30659
30660
30661 ac_ext=cc
30662 ac_cpp='$CXXCPP $CPPFLAGS'
30663 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30664 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30665 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30666
30667
30668 cat >conftest.$ac_ext <<_ACEOF
30669 #line $LINENO "configure"
30670 /* confdefs.h. */
30671 _ACEOF
30672 cat confdefs.h >>conftest.$ac_ext
30673 cat >>conftest.$ac_ext <<_ACEOF
30674 /* end confdefs.h. */
30675
30676 #include <sys/time.h>
30677 #include <unistd.h>
30678
30679 int
30680 main ()
30681 {
30682
30683 struct timeval tv;
30684 gettimeofday(&tv, NULL);
30685
30686 ;
30687 return 0;
30688 }
30689 _ACEOF
30690 rm -f conftest.$ac_objext
30691 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30692 (eval $ac_compile) 2>&5
30693 ac_status=$?
30694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30695 (exit $ac_status); } &&
30696 { ac_try='test -s conftest.$ac_objext'
30697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30698 (eval $ac_try) 2>&5
30699 ac_status=$?
30700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30701 (exit $ac_status); }; }; then
30702 wx_cv_func_gettimeofday_has_2_args=yes
30703 else
30704 echo "$as_me: failed program was:" >&5
30705 sed 's/^/| /' conftest.$ac_ext >&5
30706
30707 cat >conftest.$ac_ext <<_ACEOF
30708 #line $LINENO "configure"
30709 /* confdefs.h. */
30710 _ACEOF
30711 cat confdefs.h >>conftest.$ac_ext
30712 cat >>conftest.$ac_ext <<_ACEOF
30713 /* end confdefs.h. */
30714
30715 #include <sys/time.h>
30716 #include <unistd.h>
30717
30718 int
30719 main ()
30720 {
30721
30722 struct timeval tv;
30723 gettimeofday(&tv);
30724
30725 ;
30726 return 0;
30727 }
30728 _ACEOF
30729 rm -f conftest.$ac_objext
30730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30731 (eval $ac_compile) 2>&5
30732 ac_status=$?
30733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30734 (exit $ac_status); } &&
30735 { ac_try='test -s conftest.$ac_objext'
30736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30737 (eval $ac_try) 2>&5
30738 ac_status=$?
30739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30740 (exit $ac_status); }; }; then
30741 wx_cv_func_gettimeofday_has_2_args=no
30742 else
30743 echo "$as_me: failed program was:" >&5
30744 sed 's/^/| /' conftest.$ac_ext >&5
30745
30746
30747 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
30748 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
30749 wx_cv_func_gettimeofday_has_2_args=unknown
30750
30751
30752 fi
30753 rm -f conftest.$ac_objext conftest.$ac_ext
30754
30755 fi
30756 rm -f conftest.$ac_objext conftest.$ac_ext
30757 ac_ext=c
30758 ac_cpp='$CPP $CPPFLAGS'
30759 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30760 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30761 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30762
30763
30764 fi
30765 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
30766 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
30767
30768 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
30769 cat >>confdefs.h <<\_ACEOF
30770 #define WX_GETTIMEOFDAY_NO_TZ 1
30771 _ACEOF
30772
30773 fi
30774 fi
30775
30776 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
30777 fi
30778
30779
30780 if test "$wxUSE_SOCKETS" = "yes"; then
30781 if test "$wxUSE_MGL" = "1"; then
30782 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
30783 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
30784 wxUSE_SOCKETS="no"
30785 fi
30786 fi
30787
30788 if test "$wxUSE_SOCKETS" = "yes"; then
30789 if test "$TOOLKIT" != "MSW"; then
30790 echo "$as_me:$LINENO: checking for socket" >&5
30791 echo $ECHO_N "checking for socket... $ECHO_C" >&6
30792 if test "${ac_cv_func_socket+set}" = set; then
30793 echo $ECHO_N "(cached) $ECHO_C" >&6
30794 else
30795 cat >conftest.$ac_ext <<_ACEOF
30796 #line $LINENO "configure"
30797 /* confdefs.h. */
30798 _ACEOF
30799 cat confdefs.h >>conftest.$ac_ext
30800 cat >>conftest.$ac_ext <<_ACEOF
30801 /* end confdefs.h. */
30802 /* System header to define __stub macros and hopefully few prototypes,
30803 which can conflict with char socket (); below.
30804 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30805 <limits.h> exists even on freestanding compilers. */
30806 #ifdef __STDC__
30807 # include <limits.h>
30808 #else
30809 # include <assert.h>
30810 #endif
30811 /* Override any gcc2 internal prototype to avoid an error. */
30812 #ifdef __cplusplus
30813 extern "C"
30814 {
30815 #endif
30816 /* We use char because int might match the return type of a gcc2
30817 builtin and then its argument prototype would still apply. */
30818 char socket ();
30819 /* The GNU C library defines this for functions which it implements
30820 to always fail with ENOSYS. Some functions are actually named
30821 something starting with __ and the normal name is an alias. */
30822 #if defined (__stub_socket) || defined (__stub___socket)
30823 choke me
30824 #else
30825 char (*f) () = socket;
30826 #endif
30827 #ifdef __cplusplus
30828 }
30829 #endif
30830
30831 int
30832 main ()
30833 {
30834 return f != socket;
30835 ;
30836 return 0;
30837 }
30838 _ACEOF
30839 rm -f conftest.$ac_objext conftest$ac_exeext
30840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30841 (eval $ac_link) 2>&5
30842 ac_status=$?
30843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30844 (exit $ac_status); } &&
30845 { ac_try='test -s conftest$ac_exeext'
30846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30847 (eval $ac_try) 2>&5
30848 ac_status=$?
30849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30850 (exit $ac_status); }; }; then
30851 ac_cv_func_socket=yes
30852 else
30853 echo "$as_me: failed program was:" >&5
30854 sed 's/^/| /' conftest.$ac_ext >&5
30855
30856 ac_cv_func_socket=no
30857 fi
30858 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30859 fi
30860 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
30861 echo "${ECHO_T}$ac_cv_func_socket" >&6
30862 if test $ac_cv_func_socket = yes; then
30863 :
30864 else
30865 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
30866 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
30867 if test "${ac_cv_lib_socket_socket+set}" = set; then
30868 echo $ECHO_N "(cached) $ECHO_C" >&6
30869 else
30870 ac_check_lib_save_LIBS=$LIBS
30871 LIBS="-lsocket $LIBS"
30872 cat >conftest.$ac_ext <<_ACEOF
30873 #line $LINENO "configure"
30874 /* confdefs.h. */
30875 _ACEOF
30876 cat confdefs.h >>conftest.$ac_ext
30877 cat >>conftest.$ac_ext <<_ACEOF
30878 /* end confdefs.h. */
30879
30880 /* Override any gcc2 internal prototype to avoid an error. */
30881 #ifdef __cplusplus
30882 extern "C"
30883 #endif
30884 /* We use char because int might match the return type of a gcc2
30885 builtin and then its argument prototype would still apply. */
30886 char socket ();
30887 int
30888 main ()
30889 {
30890 socket ();
30891 ;
30892 return 0;
30893 }
30894 _ACEOF
30895 rm -f conftest.$ac_objext conftest$ac_exeext
30896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30897 (eval $ac_link) 2>&5
30898 ac_status=$?
30899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30900 (exit $ac_status); } &&
30901 { ac_try='test -s conftest$ac_exeext'
30902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30903 (eval $ac_try) 2>&5
30904 ac_status=$?
30905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30906 (exit $ac_status); }; }; then
30907 ac_cv_lib_socket_socket=yes
30908 else
30909 echo "$as_me: failed program was:" >&5
30910 sed 's/^/| /' conftest.$ac_ext >&5
30911
30912 ac_cv_lib_socket_socket=no
30913 fi
30914 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30915 LIBS=$ac_check_lib_save_LIBS
30916 fi
30917 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
30918 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
30919 if test $ac_cv_lib_socket_socket = yes; then
30920 if test "$INET_LINK" != " -lsocket"; then
30921 INET_LINK="$INET_LINK -lsocket"
30922 fi
30923 else
30924
30925 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
30926 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
30927 wxUSE_SOCKETS=no
30928
30929
30930 fi
30931
30932
30933 fi
30934
30935 fi
30936 fi
30937
30938 if test "$wxUSE_SOCKETS" = "yes" ; then
30939 if test "$TOOLKIT" != "MSW"; then
30940 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
30941 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
30942 if test "${wx_cv_type_getsockname3+set}" = set; then
30943 echo $ECHO_N "(cached) $ECHO_C" >&6
30944 else
30945
30946 cat >conftest.$ac_ext <<_ACEOF
30947 #line $LINENO "configure"
30948 /* confdefs.h. */
30949 _ACEOF
30950 cat confdefs.h >>conftest.$ac_ext
30951 cat >>conftest.$ac_ext <<_ACEOF
30952 /* end confdefs.h. */
30953
30954 #include <sys/types.h>
30955 #include <sys/socket.h>
30956
30957 int
30958 main ()
30959 {
30960
30961 socklen_t len;
30962 getsockname(0, 0, &len);
30963
30964 ;
30965 return 0;
30966 }
30967 _ACEOF
30968 rm -f conftest.$ac_objext
30969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30970 (eval $ac_compile) 2>&5
30971 ac_status=$?
30972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30973 (exit $ac_status); } &&
30974 { ac_try='test -s conftest.$ac_objext'
30975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30976 (eval $ac_try) 2>&5
30977 ac_status=$?
30978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30979 (exit $ac_status); }; }; then
30980 wx_cv_type_getsockname3=socklen_t
30981 else
30982 echo "$as_me: failed program was:" >&5
30983 sed 's/^/| /' conftest.$ac_ext >&5
30984
30985
30986 CFLAGS_OLD="$CFLAGS"
30987 if test "$GCC" = yes ; then
30988 CFLAGS="$CFLAGS -Werror"
30989 fi
30990
30991 cat >conftest.$ac_ext <<_ACEOF
30992 #line $LINENO "configure"
30993 /* confdefs.h. */
30994 _ACEOF
30995 cat confdefs.h >>conftest.$ac_ext
30996 cat >>conftest.$ac_ext <<_ACEOF
30997 /* end confdefs.h. */
30998
30999 #include <sys/types.h>
31000 #include <sys/socket.h>
31001
31002 int
31003 main ()
31004 {
31005
31006 size_t len;
31007 getsockname(0, 0, &len);
31008
31009 ;
31010 return 0;
31011 }
31012 _ACEOF
31013 rm -f conftest.$ac_objext
31014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31015 (eval $ac_compile) 2>&5
31016 ac_status=$?
31017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31018 (exit $ac_status); } &&
31019 { ac_try='test -s conftest.$ac_objext'
31020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31021 (eval $ac_try) 2>&5
31022 ac_status=$?
31023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31024 (exit $ac_status); }; }; then
31025 wx_cv_type_getsockname3=size_t
31026 else
31027 echo "$as_me: failed program was:" >&5
31028 sed 's/^/| /' conftest.$ac_ext >&5
31029
31030 cat >conftest.$ac_ext <<_ACEOF
31031 #line $LINENO "configure"
31032 /* confdefs.h. */
31033 _ACEOF
31034 cat confdefs.h >>conftest.$ac_ext
31035 cat >>conftest.$ac_ext <<_ACEOF
31036 /* end confdefs.h. */
31037
31038 #include <sys/types.h>
31039 #include <sys/socket.h>
31040
31041 int
31042 main ()
31043 {
31044
31045 int len;
31046 getsockname(0, 0, &len);
31047
31048 ;
31049 return 0;
31050 }
31051 _ACEOF
31052 rm -f conftest.$ac_objext
31053 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31054 (eval $ac_compile) 2>&5
31055 ac_status=$?
31056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31057 (exit $ac_status); } &&
31058 { ac_try='test -s conftest.$ac_objext'
31059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31060 (eval $ac_try) 2>&5
31061 ac_status=$?
31062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31063 (exit $ac_status); }; }; then
31064 wx_cv_type_getsockname3=int
31065 else
31066 echo "$as_me: failed program was:" >&5
31067 sed 's/^/| /' conftest.$ac_ext >&5
31068
31069 wx_cv_type_getsockname3=unknown
31070
31071 fi
31072 rm -f conftest.$ac_objext conftest.$ac_ext
31073
31074 fi
31075 rm -f conftest.$ac_objext conftest.$ac_ext
31076
31077 CFLAGS="$CFLAGS_OLD"
31078
31079
31080 fi
31081 rm -f conftest.$ac_objext conftest.$ac_ext
31082
31083 fi
31084 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31085 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
31086
31087 if test "$wx_cv_type_getsockname3" = "unknown"; then
31088 wxUSE_SOCKETS=no
31089 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31090 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
31091 else
31092 cat >>confdefs.h <<_ACEOF
31093 #define SOCKLEN_T $wx_cv_type_getsockname3
31094 _ACEOF
31095
31096 fi
31097 fi
31098 fi
31099
31100 if test "$wxUSE_SOCKETS" = "yes" ; then
31101 cat >>confdefs.h <<\_ACEOF
31102 #define wxUSE_SOCKETS 1
31103 _ACEOF
31104
31105 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
31106 fi
31107
31108
31109 if test "$wxUSE_GUI" = "yes"; then
31110
31111 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
31112 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31113 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
31114 wxUSE_JOYSTICK=no
31115 fi
31116 if test "$TOOLKIT" = "MOTIF"; then
31117 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Motif... disabled" >&5
31118 echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;}
31119 wxUSE_JOYSTICK=no
31120 fi
31121 if test "$TOOLKIT" = "X11"; then
31122 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under X11... disabled" >&5
31123 echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
31124 wxUSE_JOYSTICK=no
31125 fi
31126
31127 if test "$TOOLKIT" != "MSW"; then
31128 if test "$wxUSE_JOYSTICK" = "yes"; then
31129
31130 for ac_header in linux/joystick.h
31131 do
31132 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31133 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31134 echo "$as_me:$LINENO: checking for $ac_header" >&5
31135 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31136 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31137 echo $ECHO_N "(cached) $ECHO_C" >&6
31138 fi
31139 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31140 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31141 else
31142 # Is the header compilable?
31143 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31144 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31145 cat >conftest.$ac_ext <<_ACEOF
31146 #line $LINENO "configure"
31147 /* confdefs.h. */
31148 _ACEOF
31149 cat confdefs.h >>conftest.$ac_ext
31150 cat >>conftest.$ac_ext <<_ACEOF
31151 /* end confdefs.h. */
31152 $ac_includes_default
31153 #include <$ac_header>
31154 _ACEOF
31155 rm -f conftest.$ac_objext
31156 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31157 (eval $ac_compile) 2>&5
31158 ac_status=$?
31159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31160 (exit $ac_status); } &&
31161 { ac_try='test -s conftest.$ac_objext'
31162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31163 (eval $ac_try) 2>&5
31164 ac_status=$?
31165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31166 (exit $ac_status); }; }; then
31167 ac_header_compiler=yes
31168 else
31169 echo "$as_me: failed program was:" >&5
31170 sed 's/^/| /' conftest.$ac_ext >&5
31171
31172 ac_header_compiler=no
31173 fi
31174 rm -f conftest.$ac_objext conftest.$ac_ext
31175 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31176 echo "${ECHO_T}$ac_header_compiler" >&6
31177
31178 # Is the header present?
31179 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31180 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31181 cat >conftest.$ac_ext <<_ACEOF
31182 #line $LINENO "configure"
31183 /* confdefs.h. */
31184 _ACEOF
31185 cat confdefs.h >>conftest.$ac_ext
31186 cat >>conftest.$ac_ext <<_ACEOF
31187 /* end confdefs.h. */
31188 #include <$ac_header>
31189 _ACEOF
31190 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31191 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31192 ac_status=$?
31193 grep -v '^ *+' conftest.er1 >conftest.err
31194 rm -f conftest.er1
31195 cat conftest.err >&5
31196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31197 (exit $ac_status); } >/dev/null; then
31198 if test -s conftest.err; then
31199 ac_cpp_err=$ac_c_preproc_warn_flag
31200 else
31201 ac_cpp_err=
31202 fi
31203 else
31204 ac_cpp_err=yes
31205 fi
31206 if test -z "$ac_cpp_err"; then
31207 ac_header_preproc=yes
31208 else
31209 echo "$as_me: failed program was:" >&5
31210 sed 's/^/| /' conftest.$ac_ext >&5
31211
31212 ac_header_preproc=no
31213 fi
31214 rm -f conftest.err conftest.$ac_ext
31215 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31216 echo "${ECHO_T}$ac_header_preproc" >&6
31217
31218 # So? What about this header?
31219 case $ac_header_compiler:$ac_header_preproc in
31220 yes:no )
31221 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31222 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31223 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31224 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31225 (
31226 cat <<\_ASBOX
31227 ## ------------------------------------ ##
31228 ## Report this to bug-autoconf@gnu.org. ##
31229 ## ------------------------------------ ##
31230 _ASBOX
31231 ) |
31232 sed "s/^/$as_me: WARNING: /" >&2
31233 ;;
31234 no:yes )
31235 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31236 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31237 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31238 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31239 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31240 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31241 (
31242 cat <<\_ASBOX
31243 ## ------------------------------------ ##
31244 ## Report this to bug-autoconf@gnu.org. ##
31245 ## ------------------------------------ ##
31246 _ASBOX
31247 ) |
31248 sed "s/^/$as_me: WARNING: /" >&2
31249 ;;
31250 esac
31251 echo "$as_me:$LINENO: checking for $ac_header" >&5
31252 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31253 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31254 echo $ECHO_N "(cached) $ECHO_C" >&6
31255 else
31256 eval "$as_ac_Header=$ac_header_preproc"
31257 fi
31258 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31259 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31260
31261 fi
31262 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31263 cat >>confdefs.h <<_ACEOF
31264 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31265 _ACEOF
31266
31267 fi
31268
31269 done
31270
31271 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31272 wxUSE_JOYSTICK=no
31273 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31274 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
31275 fi
31276 fi
31277 fi
31278
31279 if test "$wxUSE_JOYSTICK" = "yes"; then
31280 cat >>confdefs.h <<\_ACEOF
31281 #define wxUSE_JOYSTICK 1
31282 _ACEOF
31283
31284 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
31285 fi
31286 fi
31287
31288
31289 if test "$TOOLKIT" != "MSW"; then
31290
31291 HAVE_DL_FUNCS=0
31292 HAVE_SHL_FUNCS=0
31293 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31294 if test "$USE_DARWIN" = 1; then
31295 HAVE_DL_FUNCS=1
31296 else
31297
31298 for ac_func in dlopen
31299 do
31300 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31301 echo "$as_me:$LINENO: checking for $ac_func" >&5
31302 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31303 if eval "test \"\${$as_ac_var+set}\" = set"; then
31304 echo $ECHO_N "(cached) $ECHO_C" >&6
31305 else
31306 cat >conftest.$ac_ext <<_ACEOF
31307 #line $LINENO "configure"
31308 /* confdefs.h. */
31309 _ACEOF
31310 cat confdefs.h >>conftest.$ac_ext
31311 cat >>conftest.$ac_ext <<_ACEOF
31312 /* end confdefs.h. */
31313 /* System header to define __stub macros and hopefully few prototypes,
31314 which can conflict with char $ac_func (); below.
31315 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31316 <limits.h> exists even on freestanding compilers. */
31317 #ifdef __STDC__
31318 # include <limits.h>
31319 #else
31320 # include <assert.h>
31321 #endif
31322 /* Override any gcc2 internal prototype to avoid an error. */
31323 #ifdef __cplusplus
31324 extern "C"
31325 {
31326 #endif
31327 /* We use char because int might match the return type of a gcc2
31328 builtin and then its argument prototype would still apply. */
31329 char $ac_func ();
31330 /* The GNU C library defines this for functions which it implements
31331 to always fail with ENOSYS. Some functions are actually named
31332 something starting with __ and the normal name is an alias. */
31333 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31334 choke me
31335 #else
31336 char (*f) () = $ac_func;
31337 #endif
31338 #ifdef __cplusplus
31339 }
31340 #endif
31341
31342 int
31343 main ()
31344 {
31345 return f != $ac_func;
31346 ;
31347 return 0;
31348 }
31349 _ACEOF
31350 rm -f conftest.$ac_objext conftest$ac_exeext
31351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31352 (eval $ac_link) 2>&5
31353 ac_status=$?
31354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31355 (exit $ac_status); } &&
31356 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
31362 eval "$as_ac_var=yes"
31363 else
31364 echo "$as_me: failed program was:" >&5
31365 sed 's/^/| /' conftest.$ac_ext >&5
31366
31367 eval "$as_ac_var=no"
31368 fi
31369 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31370 fi
31371 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31372 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31373 if test `eval echo '${'$as_ac_var'}'` = yes; then
31374 cat >>confdefs.h <<_ACEOF
31375 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31376 _ACEOF
31377
31378 cat >>confdefs.h <<\_ACEOF
31379 #define HAVE_DLOPEN 1
31380 _ACEOF
31381
31382 HAVE_DL_FUNCS=1
31383
31384 else
31385
31386 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31387 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31388 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31389 echo $ECHO_N "(cached) $ECHO_C" >&6
31390 else
31391 ac_check_lib_save_LIBS=$LIBS
31392 LIBS="-ldl $LIBS"
31393 cat >conftest.$ac_ext <<_ACEOF
31394 #line $LINENO "configure"
31395 /* confdefs.h. */
31396 _ACEOF
31397 cat confdefs.h >>conftest.$ac_ext
31398 cat >>conftest.$ac_ext <<_ACEOF
31399 /* end confdefs.h. */
31400
31401 /* Override any gcc2 internal prototype to avoid an error. */
31402 #ifdef __cplusplus
31403 extern "C"
31404 #endif
31405 /* We use char because int might match the return type of a gcc2
31406 builtin and then its argument prototype would still apply. */
31407 char dlopen ();
31408 int
31409 main ()
31410 {
31411 dlopen ();
31412 ;
31413 return 0;
31414 }
31415 _ACEOF
31416 rm -f conftest.$ac_objext conftest$ac_exeext
31417 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31418 (eval $ac_link) 2>&5
31419 ac_status=$?
31420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31421 (exit $ac_status); } &&
31422 { ac_try='test -s conftest$ac_exeext'
31423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31424 (eval $ac_try) 2>&5
31425 ac_status=$?
31426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31427 (exit $ac_status); }; }; then
31428 ac_cv_lib_dl_dlopen=yes
31429 else
31430 echo "$as_me: failed program was:" >&5
31431 sed 's/^/| /' conftest.$ac_ext >&5
31432
31433 ac_cv_lib_dl_dlopen=no
31434 fi
31435 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31436 LIBS=$ac_check_lib_save_LIBS
31437 fi
31438 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31439 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31440 if test $ac_cv_lib_dl_dlopen = yes; then
31441
31442 cat >>confdefs.h <<\_ACEOF
31443 #define HAVE_DLOPEN 1
31444 _ACEOF
31445
31446 HAVE_DL_FUNCS=1
31447 DL_LINK=" -ldl$DL_LINK"
31448
31449 else
31450
31451
31452 for ac_func in shl_load
31453 do
31454 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31455 echo "$as_me:$LINENO: checking for $ac_func" >&5
31456 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31457 if eval "test \"\${$as_ac_var+set}\" = set"; then
31458 echo $ECHO_N "(cached) $ECHO_C" >&6
31459 else
31460 cat >conftest.$ac_ext <<_ACEOF
31461 #line $LINENO "configure"
31462 /* confdefs.h. */
31463 _ACEOF
31464 cat confdefs.h >>conftest.$ac_ext
31465 cat >>conftest.$ac_ext <<_ACEOF
31466 /* end confdefs.h. */
31467 /* System header to define __stub macros and hopefully few prototypes,
31468 which can conflict with char $ac_func (); below.
31469 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31470 <limits.h> exists even on freestanding compilers. */
31471 #ifdef __STDC__
31472 # include <limits.h>
31473 #else
31474 # include <assert.h>
31475 #endif
31476 /* Override any gcc2 internal prototype to avoid an error. */
31477 #ifdef __cplusplus
31478 extern "C"
31479 {
31480 #endif
31481 /* We use char because int might match the return type of a gcc2
31482 builtin and then its argument prototype would still apply. */
31483 char $ac_func ();
31484 /* The GNU C library defines this for functions which it implements
31485 to always fail with ENOSYS. Some functions are actually named
31486 something starting with __ and the normal name is an alias. */
31487 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31488 choke me
31489 #else
31490 char (*f) () = $ac_func;
31491 #endif
31492 #ifdef __cplusplus
31493 }
31494 #endif
31495
31496 int
31497 main ()
31498 {
31499 return f != $ac_func;
31500 ;
31501 return 0;
31502 }
31503 _ACEOF
31504 rm -f conftest.$ac_objext conftest$ac_exeext
31505 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31506 (eval $ac_link) 2>&5
31507 ac_status=$?
31508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31509 (exit $ac_status); } &&
31510 { ac_try='test -s conftest$ac_exeext'
31511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31512 (eval $ac_try) 2>&5
31513 ac_status=$?
31514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31515 (exit $ac_status); }; }; then
31516 eval "$as_ac_var=yes"
31517 else
31518 echo "$as_me: failed program was:" >&5
31519 sed 's/^/| /' conftest.$ac_ext >&5
31520
31521 eval "$as_ac_var=no"
31522 fi
31523 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31524 fi
31525 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31526 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31527 if test `eval echo '${'$as_ac_var'}'` = yes; then
31528 cat >>confdefs.h <<_ACEOF
31529 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31530 _ACEOF
31531
31532 cat >>confdefs.h <<\_ACEOF
31533 #define HAVE_SHL_LOAD 1
31534 _ACEOF
31535
31536 HAVE_SHL_FUNCS=1
31537
31538 else
31539
31540 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
31541 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
31542 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
31543 echo $ECHO_N "(cached) $ECHO_C" >&6
31544 else
31545 ac_check_lib_save_LIBS=$LIBS
31546 LIBS="-lshl_load $LIBS"
31547 cat >conftest.$ac_ext <<_ACEOF
31548 #line $LINENO "configure"
31549 /* confdefs.h. */
31550 _ACEOF
31551 cat confdefs.h >>conftest.$ac_ext
31552 cat >>conftest.$ac_ext <<_ACEOF
31553 /* end confdefs.h. */
31554
31555 /* Override any gcc2 internal prototype to avoid an error. */
31556 #ifdef __cplusplus
31557 extern "C"
31558 #endif
31559 /* We use char because int might match the return type of a gcc2
31560 builtin and then its argument prototype would still apply. */
31561 char dld ();
31562 int
31563 main ()
31564 {
31565 dld ();
31566 ;
31567 return 0;
31568 }
31569 _ACEOF
31570 rm -f conftest.$ac_objext conftest$ac_exeext
31571 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31572 (eval $ac_link) 2>&5
31573 ac_status=$?
31574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31575 (exit $ac_status); } &&
31576 { ac_try='test -s conftest$ac_exeext'
31577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31578 (eval $ac_try) 2>&5
31579 ac_status=$?
31580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31581 (exit $ac_status); }; }; then
31582 ac_cv_lib_shl_load_dld=yes
31583 else
31584 echo "$as_me: failed program was:" >&5
31585 sed 's/^/| /' conftest.$ac_ext >&5
31586
31587 ac_cv_lib_shl_load_dld=no
31588 fi
31589 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31590 LIBS=$ac_check_lib_save_LIBS
31591 fi
31592 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
31593 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
31594 if test $ac_cv_lib_shl_load_dld = yes; then
31595
31596 HAVE_SHL_FUNCS=1
31597 DL_LINK=" -ldld$DL_LINK"
31598
31599 fi
31600
31601
31602 fi
31603 done
31604
31605
31606 fi
31607
31608
31609 fi
31610 done
31611
31612
31613 if test "$HAVE_DL_FUNCS" = 1; then
31614
31615 for ac_func in dlerror
31616 do
31617 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31618 echo "$as_me:$LINENO: checking for $ac_func" >&5
31619 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31620 if eval "test \"\${$as_ac_var+set}\" = set"; then
31621 echo $ECHO_N "(cached) $ECHO_C" >&6
31622 else
31623 cat >conftest.$ac_ext <<_ACEOF
31624 #line $LINENO "configure"
31625 /* confdefs.h. */
31626 _ACEOF
31627 cat confdefs.h >>conftest.$ac_ext
31628 cat >>conftest.$ac_ext <<_ACEOF
31629 /* end confdefs.h. */
31630 /* System header to define __stub macros and hopefully few prototypes,
31631 which can conflict with char $ac_func (); below.
31632 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31633 <limits.h> exists even on freestanding compilers. */
31634 #ifdef __STDC__
31635 # include <limits.h>
31636 #else
31637 # include <assert.h>
31638 #endif
31639 /* Override any gcc2 internal prototype to avoid an error. */
31640 #ifdef __cplusplus
31641 extern "C"
31642 {
31643 #endif
31644 /* We use char because int might match the return type of a gcc2
31645 builtin and then its argument prototype would still apply. */
31646 char $ac_func ();
31647 /* The GNU C library defines this for functions which it implements
31648 to always fail with ENOSYS. Some functions are actually named
31649 something starting with __ and the normal name is an alias. */
31650 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31651 choke me
31652 #else
31653 char (*f) () = $ac_func;
31654 #endif
31655 #ifdef __cplusplus
31656 }
31657 #endif
31658
31659 int
31660 main ()
31661 {
31662 return f != $ac_func;
31663 ;
31664 return 0;
31665 }
31666 _ACEOF
31667 rm -f conftest.$ac_objext conftest$ac_exeext
31668 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31669 (eval $ac_link) 2>&5
31670 ac_status=$?
31671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31672 (exit $ac_status); } &&
31673 { ac_try='test -s conftest$ac_exeext'
31674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31675 (eval $ac_try) 2>&5
31676 ac_status=$?
31677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31678 (exit $ac_status); }; }; then
31679 eval "$as_ac_var=yes"
31680 else
31681 echo "$as_me: failed program was:" >&5
31682 sed 's/^/| /' conftest.$ac_ext >&5
31683
31684 eval "$as_ac_var=no"
31685 fi
31686 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31687 fi
31688 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31689 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31690 if test `eval echo '${'$as_ac_var'}'` = yes; then
31691 cat >>confdefs.h <<_ACEOF
31692 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31693 _ACEOF
31694 cat >>confdefs.h <<\_ACEOF
31695 #define HAVE_DLERROR 1
31696 _ACEOF
31697
31698 else
31699 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
31700 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
31701 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
31702 echo $ECHO_N "(cached) $ECHO_C" >&6
31703 else
31704 ac_check_lib_save_LIBS=$LIBS
31705 LIBS="-ldl $LIBS"
31706 cat >conftest.$ac_ext <<_ACEOF
31707 #line $LINENO "configure"
31708 /* confdefs.h. */
31709 _ACEOF
31710 cat confdefs.h >>conftest.$ac_ext
31711 cat >>conftest.$ac_ext <<_ACEOF
31712 /* end confdefs.h. */
31713
31714 /* Override any gcc2 internal prototype to avoid an error. */
31715 #ifdef __cplusplus
31716 extern "C"
31717 #endif
31718 /* We use char because int might match the return type of a gcc2
31719 builtin and then its argument prototype would still apply. */
31720 char dlerror ();
31721 int
31722 main ()
31723 {
31724 dlerror ();
31725 ;
31726 return 0;
31727 }
31728 _ACEOF
31729 rm -f conftest.$ac_objext conftest$ac_exeext
31730 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31731 (eval $ac_link) 2>&5
31732 ac_status=$?
31733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31734 (exit $ac_status); } &&
31735 { ac_try='test -s conftest$ac_exeext'
31736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31737 (eval $ac_try) 2>&5
31738 ac_status=$?
31739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31740 (exit $ac_status); }; }; then
31741 ac_cv_lib_dl_dlerror=yes
31742 else
31743 echo "$as_me: failed program was:" >&5
31744 sed 's/^/| /' conftest.$ac_ext >&5
31745
31746 ac_cv_lib_dl_dlerror=no
31747 fi
31748 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31749 LIBS=$ac_check_lib_save_LIBS
31750 fi
31751 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
31752 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
31753 if test $ac_cv_lib_dl_dlerror = yes; then
31754 cat >>confdefs.h <<\_ACEOF
31755 #define HAVE_DLERROR 1
31756 _ACEOF
31757
31758 fi
31759
31760 fi
31761 done
31762
31763 fi
31764 fi
31765
31766 if test "$HAVE_DL_FUNCS" = 0; then
31767 if test "$HAVE_SHL_FUNCS" = 0; then
31768 if test "$USE_UNIX" = 1; then
31769 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
31770 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
31771 wxUSE_DYNAMIC_LOADER=no
31772 wxUSE_DYNLIB_CLASS=no
31773 else
31774 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
31775 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
31776 fi
31777 fi
31778 fi
31779 fi
31780 fi
31781
31782 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
31783 cat >>confdefs.h <<\_ACEOF
31784 #define wxUSE_DYNAMIC_LOADER 1
31785 _ACEOF
31786
31787 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31788 cat >>confdefs.h <<\_ACEOF
31789 #define wxUSE_DYNLIB_CLASS 1
31790 _ACEOF
31791
31792 fi
31793
31794
31795 if test "$wxUSE_FONTMAP" = "yes" ; then
31796 cat >>confdefs.h <<\_ACEOF
31797 #define wxUSE_FONTMAP 1
31798 _ACEOF
31799
31800 fi
31801
31802 if test "$wxUSE_UNICODE" = "yes" ; then
31803 cat >>confdefs.h <<\_ACEOF
31804 #define wxUSE_UNICODE 1
31805 _ACEOF
31806
31807
31808 if test "$wxUSE_MSW" != 1; then
31809 wxUSE_UNICODE_MSLU=no
31810 fi
31811
31812 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
31813 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
31814 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
31815 if test "${ac_cv_lib_unicows_main+set}" = set; then
31816 echo $ECHO_N "(cached) $ECHO_C" >&6
31817 else
31818 ac_check_lib_save_LIBS=$LIBS
31819 LIBS="-lunicows $LIBS"
31820 cat >conftest.$ac_ext <<_ACEOF
31821 #line $LINENO "configure"
31822 /* confdefs.h. */
31823 _ACEOF
31824 cat confdefs.h >>conftest.$ac_ext
31825 cat >>conftest.$ac_ext <<_ACEOF
31826 /* end confdefs.h. */
31827
31828
31829 int
31830 main ()
31831 {
31832 main ();
31833 ;
31834 return 0;
31835 }
31836 _ACEOF
31837 rm -f conftest.$ac_objext conftest$ac_exeext
31838 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31839 (eval $ac_link) 2>&5
31840 ac_status=$?
31841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31842 (exit $ac_status); } &&
31843 { ac_try='test -s conftest$ac_exeext'
31844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31845 (eval $ac_try) 2>&5
31846 ac_status=$?
31847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31848 (exit $ac_status); }; }; then
31849 ac_cv_lib_unicows_main=yes
31850 else
31851 echo "$as_me: failed program was:" >&5
31852 sed 's/^/| /' conftest.$ac_ext >&5
31853
31854 ac_cv_lib_unicows_main=no
31855 fi
31856 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31857 LIBS=$ac_check_lib_save_LIBS
31858 fi
31859 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
31860 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
31861 if test $ac_cv_lib_unicows_main = yes; then
31862
31863 cat >>confdefs.h <<\_ACEOF
31864 #define wxUSE_UNICODE_MSLU 1
31865 _ACEOF
31866
31867
31868 else
31869
31870 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31871 Applications will only run on Windows NT/2000/XP!" >&5
31872 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31873 Applications will only run on Windows NT/2000/XP!" >&2;}
31874 wxUSE_UNICODE_MSLU=no
31875
31876 fi
31877
31878 fi
31879 fi
31880
31881 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
31882 cat >>confdefs.h <<\_ACEOF
31883 #define wxUSE_EXPERIMENTAL_PRINTF 1
31884 _ACEOF
31885
31886 fi
31887
31888
31889 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
31890 cat >>confdefs.h <<\_ACEOF
31891 #define wxUSE_POSTSCRIPT 1
31892 _ACEOF
31893
31894 fi
31895
31896 cat >>confdefs.h <<\_ACEOF
31897 #define wxUSE_AFM_FOR_POSTSCRIPT 1
31898 _ACEOF
31899
31900
31901 cat >>confdefs.h <<\_ACEOF
31902 #define wxUSE_NORMALIZED_PS_FONTS 1
31903 _ACEOF
31904
31905
31906
31907 if test "$wxUSE_CONSTRAINTS" = "yes"; then
31908 cat >>confdefs.h <<\_ACEOF
31909 #define wxUSE_CONSTRAINTS 1
31910 _ACEOF
31911
31912 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
31913 fi
31914
31915 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31916
31917
31918 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31919 cat >>confdefs.h <<\_ACEOF
31920 #define wxUSE_MDI_ARCHITECTURE 1
31921 _ACEOF
31922
31923 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
31924 fi
31925 fi
31926
31927 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
31928 cat >>confdefs.h <<\_ACEOF
31929 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
31930 _ACEOF
31931
31932 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
31933 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31934 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
31935 fi
31936 fi
31937
31938 if test "$wxUSE_HELP" = "yes"; then
31939 cat >>confdefs.h <<\_ACEOF
31940 #define wxUSE_HELP 1
31941 _ACEOF
31942
31943 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
31944
31945 if test "$wxUSE_MSW" = 1; then
31946 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
31947 cat >>confdefs.h <<\_ACEOF
31948 #define wxUSE_MS_HTML_HELP 1
31949 _ACEOF
31950
31951 fi
31952 fi
31953
31954 if test "$wxUSE_WXHTML_HELP" = "yes"; then
31955 if test "$wxUSE_HTML" = "yes"; then
31956 cat >>confdefs.h <<\_ACEOF
31957 #define wxUSE_WXHTML_HELP 1
31958 _ACEOF
31959
31960 else
31961 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
31962 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
31963 wxUSE_WXHTML_HELP=no
31964 fi
31965 fi
31966 fi
31967
31968 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
31969 if test "$wxUSE_CONSTRAINTS" != "yes"; then
31970 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
31971 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
31972 else
31973 cat >>confdefs.h <<\_ACEOF
31974 #define wxUSE_PRINTING_ARCHITECTURE 1
31975 _ACEOF
31976
31977 fi
31978 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
31979 fi
31980
31981 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
31982 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
31983 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
31984 { (exit 1); exit 1; }; }
31985 fi
31986
31987
31988 if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
31989 -o "$wxUSE_CLIPBOARD" = "yes" \
31990 -o "$wxUSE_OLE" = "yes" \
31991 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
31992
31993 for ac_header in ole2.h
31994 do
31995 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31996 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31997 echo "$as_me:$LINENO: checking for $ac_header" >&5
31998 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31999 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32000 echo $ECHO_N "(cached) $ECHO_C" >&6
32001 fi
32002 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32003 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32004 else
32005 # Is the header compilable?
32006 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32007 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32008 cat >conftest.$ac_ext <<_ACEOF
32009 #line $LINENO "configure"
32010 /* confdefs.h. */
32011 _ACEOF
32012 cat confdefs.h >>conftest.$ac_ext
32013 cat >>conftest.$ac_ext <<_ACEOF
32014 /* end confdefs.h. */
32015 $ac_includes_default
32016 #include <$ac_header>
32017 _ACEOF
32018 rm -f conftest.$ac_objext
32019 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32020 (eval $ac_compile) 2>&5
32021 ac_status=$?
32022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32023 (exit $ac_status); } &&
32024 { ac_try='test -s conftest.$ac_objext'
32025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32026 (eval $ac_try) 2>&5
32027 ac_status=$?
32028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32029 (exit $ac_status); }; }; then
32030 ac_header_compiler=yes
32031 else
32032 echo "$as_me: failed program was:" >&5
32033 sed 's/^/| /' conftest.$ac_ext >&5
32034
32035 ac_header_compiler=no
32036 fi
32037 rm -f conftest.$ac_objext conftest.$ac_ext
32038 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32039 echo "${ECHO_T}$ac_header_compiler" >&6
32040
32041 # Is the header present?
32042 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32043 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32044 cat >conftest.$ac_ext <<_ACEOF
32045 #line $LINENO "configure"
32046 /* confdefs.h. */
32047 _ACEOF
32048 cat confdefs.h >>conftest.$ac_ext
32049 cat >>conftest.$ac_ext <<_ACEOF
32050 /* end confdefs.h. */
32051 #include <$ac_header>
32052 _ACEOF
32053 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32054 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32055 ac_status=$?
32056 grep -v '^ *+' conftest.er1 >conftest.err
32057 rm -f conftest.er1
32058 cat conftest.err >&5
32059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32060 (exit $ac_status); } >/dev/null; then
32061 if test -s conftest.err; then
32062 ac_cpp_err=$ac_c_preproc_warn_flag
32063 else
32064 ac_cpp_err=
32065 fi
32066 else
32067 ac_cpp_err=yes
32068 fi
32069 if test -z "$ac_cpp_err"; then
32070 ac_header_preproc=yes
32071 else
32072 echo "$as_me: failed program was:" >&5
32073 sed 's/^/| /' conftest.$ac_ext >&5
32074
32075 ac_header_preproc=no
32076 fi
32077 rm -f conftest.err conftest.$ac_ext
32078 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32079 echo "${ECHO_T}$ac_header_preproc" >&6
32080
32081 # So? What about this header?
32082 case $ac_header_compiler:$ac_header_preproc in
32083 yes:no )
32084 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32085 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32086 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32087 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32088 (
32089 cat <<\_ASBOX
32090 ## ------------------------------------ ##
32091 ## Report this to bug-autoconf@gnu.org. ##
32092 ## ------------------------------------ ##
32093 _ASBOX
32094 ) |
32095 sed "s/^/$as_me: WARNING: /" >&2
32096 ;;
32097 no:yes )
32098 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32099 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32100 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32101 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32102 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32103 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32104 (
32105 cat <<\_ASBOX
32106 ## ------------------------------------ ##
32107 ## Report this to bug-autoconf@gnu.org. ##
32108 ## ------------------------------------ ##
32109 _ASBOX
32110 ) |
32111 sed "s/^/$as_me: WARNING: /" >&2
32112 ;;
32113 esac
32114 echo "$as_me:$LINENO: checking for $ac_header" >&5
32115 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32116 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32117 echo $ECHO_N "(cached) $ECHO_C" >&6
32118 else
32119 eval "$as_ac_Header=$ac_header_preproc"
32120 fi
32121 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32122 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32123
32124 fi
32125 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32126 cat >>confdefs.h <<_ACEOF
32127 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32128 _ACEOF
32129
32130 fi
32131
32132 done
32133
32134
32135 if test "$ac_cv_header_ole2_h" = "yes" ; then
32136 if test "$GCC" = yes ; then
32137
32138
32139 ac_ext=cc
32140 ac_cpp='$CXXCPP $CPPFLAGS'
32141 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32142 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32143 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32144
32145
32146 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32147 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32148 cat >conftest.$ac_ext <<_ACEOF
32149 #line $LINENO "configure"
32150 /* confdefs.h. */
32151 _ACEOF
32152 cat confdefs.h >>conftest.$ac_ext
32153 cat >>conftest.$ac_ext <<_ACEOF
32154 /* end confdefs.h. */
32155 #include <windows.h>
32156 #include <ole2.h>
32157 int
32158 main ()
32159 {
32160
32161 ;
32162 return 0;
32163 }
32164 _ACEOF
32165 rm -f conftest.$ac_objext
32166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32167 (eval $ac_compile) 2>&5
32168 ac_status=$?
32169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32170 (exit $ac_status); } &&
32171 { ac_try='test -s conftest.$ac_objext'
32172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32173 (eval $ac_try) 2>&5
32174 ac_status=$?
32175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32176 (exit $ac_status); }; }; then
32177 echo "$as_me:$LINENO: result: no" >&5
32178 echo "${ECHO_T}no" >&6
32179 else
32180 echo "$as_me: failed program was:" >&5
32181 sed 's/^/| /' conftest.$ac_ext >&5
32182
32183 echo "$as_me:$LINENO: result: yes" >&5
32184 echo "${ECHO_T}yes" >&6
32185 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32186 fi
32187 rm -f conftest.$ac_objext conftest.$ac_ext
32188 ac_ext=c
32189 ac_cpp='$CPP $CPPFLAGS'
32190 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32191 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32192 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32193
32194 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
32195 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
32196 cat >>confdefs.h <<\_ACEOF
32197 #define wxUSE_OLE 1
32198 _ACEOF
32199
32200
32201 fi
32202
32203 cat >>confdefs.h <<\_ACEOF
32204 #define wxUSE_DATAOBJ 1
32205 _ACEOF
32206
32207 else
32208 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32209 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
32210
32211 wxUSE_CLIPBOARD=no
32212 wxUSE_DRAG_AND_DROP=no
32213 wxUSE_DATAOBJ=no
32214 wxUSE_OLE=no
32215 fi
32216
32217 if test "$wxUSE_METAFILE" = "yes"; then
32218 cat >>confdefs.h <<\_ACEOF
32219 #define wxUSE_METAFILE 1
32220 _ACEOF
32221
32222
32223 cat >>confdefs.h <<\_ACEOF
32224 #define wxUSE_ENH_METAFILE 1
32225 _ACEOF
32226
32227 fi
32228 fi
32229
32230 if test "$wxUSE_IPC" = "yes"; then
32231 if test "$wxUSE_SOCKETS" != "yes"; then
32232 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32233 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
32234 fi
32235
32236 cat >>confdefs.h <<\_ACEOF
32237 #define wxUSE_IPC 1
32238 _ACEOF
32239
32240 fi
32241
32242 if test "$wxUSE_CLIPBOARD" = "yes"; then
32243 if test "$wxUSE_MGL" = 1; then
32244 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32245 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
32246 wxUSE_CLIPBOARD=no
32247 fi
32248
32249 if test "$wxUSE_CLIPBOARD" = "yes"; then
32250 cat >>confdefs.h <<\_ACEOF
32251 #define wxUSE_CLIPBOARD 1
32252 _ACEOF
32253
32254
32255 cat >>confdefs.h <<\_ACEOF
32256 #define wxUSE_DATAOBJ 1
32257 _ACEOF
32258
32259 fi
32260 fi
32261
32262 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32263 if test "$wxUSE_GTK" = 1; then
32264 if test "$WXGTK12" != 1; then
32265 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32266 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
32267 wxUSE_DRAG_AND_DROP=no
32268 fi
32269 fi
32270
32271 if test "$wxUSE_MOTIF" = 1; then
32272 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32273 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
32274 wxUSE_DRAG_AND_DROP=no
32275 fi
32276
32277 if test "$wxUSE_X11" = 1; then
32278 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32279 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
32280 wxUSE_DRAG_AND_DROP=no
32281 fi
32282
32283 if test "$wxUSE_MGL" = 1; then
32284 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32285 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
32286 wxUSE_DRAG_AND_DROP=no
32287 fi
32288
32289 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
32290 cat >>confdefs.h <<\_ACEOF
32291 #define wxUSE_DRAG_AND_DROP 1
32292 _ACEOF
32293
32294 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
32295 fi
32296
32297 fi
32298
32299 if test "$wxUSE_SPLINES" = "yes" ; then
32300 cat >>confdefs.h <<\_ACEOF
32301 #define wxUSE_SPLINES 1
32302 _ACEOF
32303
32304 fi
32305
32306
32307 USES_CONTROLS=0
32308 if test "$wxUSE_CONTROLS" = "yes"; then
32309 USES_CONTROLS=1
32310 fi
32311
32312 if test "$wxUSE_ACCEL" = "yes"; then
32313 cat >>confdefs.h <<\_ACEOF
32314 #define wxUSE_ACCEL 1
32315 _ACEOF
32316
32317 USES_CONTROLS=1
32318 fi
32319
32320 if test "$wxUSE_BUTTON" = "yes"; then
32321 cat >>confdefs.h <<\_ACEOF
32322 #define wxUSE_BUTTON 1
32323 _ACEOF
32324
32325 USES_CONTROLS=1
32326 fi
32327
32328 if test "$wxUSE_BMPBUTTON" = "yes"; then
32329 cat >>confdefs.h <<\_ACEOF
32330 #define wxUSE_BMPBUTTON 1
32331 _ACEOF
32332
32333 USES_CONTROLS=1
32334 fi
32335
32336 if test "$wxUSE_CALCTRL" = "yes"; then
32337 cat >>confdefs.h <<\_ACEOF
32338 #define wxUSE_CALENDARCTRL 1
32339 _ACEOF
32340
32341 USES_CONTROLS=1
32342 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
32343 fi
32344
32345 if test "$wxUSE_CARET" = "yes"; then
32346 cat >>confdefs.h <<\_ACEOF
32347 #define wxUSE_CARET 1
32348 _ACEOF
32349
32350 USES_CONTROLS=1
32351 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
32352 fi
32353
32354 if test "$wxUSE_COMBOBOX" = "yes"; then
32355 cat >>confdefs.h <<\_ACEOF
32356 #define wxUSE_COMBOBOX 1
32357 _ACEOF
32358
32359 USES_CONTROLS=1
32360 fi
32361
32362 if test "$wxUSE_CHOICE" = "yes"; then
32363 cat >>confdefs.h <<\_ACEOF
32364 #define wxUSE_CHOICE 1
32365 _ACEOF
32366
32367 USES_CONTROLS=1
32368 fi
32369
32370 if test "$wxUSE_CHECKBOX" = "yes"; then
32371 cat >>confdefs.h <<\_ACEOF
32372 #define wxUSE_CHECKBOX 1
32373 _ACEOF
32374
32375 USES_CONTROLS=1
32376 fi
32377
32378 if test "$wxUSE_CHECKLST" = "yes"; then
32379 cat >>confdefs.h <<\_ACEOF
32380 #define wxUSE_CHECKLISTBOX 1
32381 _ACEOF
32382
32383 USES_CONTROLS=1
32384 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
32385 fi
32386
32387 if test "$wxUSE_DISPLAY" = "yes"; then
32388 cat >>confdefs.h <<\_ACEOF
32389 #define wxUSE_DISPLAY 1
32390 _ACEOF
32391
32392 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
32393 fi
32394
32395 if test "$wxUSE_GAUGE" = "yes"; then
32396 cat >>confdefs.h <<\_ACEOF
32397 #define wxUSE_GAUGE 1
32398 _ACEOF
32399
32400 USES_CONTROLS=1
32401 fi
32402
32403 if test "$wxUSE_GRID" = "yes"; then
32404 cat >>confdefs.h <<\_ACEOF
32405 #define wxUSE_GRID 1
32406 _ACEOF
32407
32408 USES_CONTROLS=1
32409 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
32410 fi
32411
32412 if test "$wxUSE_IMAGLIST" = "yes"; then
32413 cat >>confdefs.h <<\_ACEOF
32414 #define wxUSE_IMAGLIST 1
32415 _ACEOF
32416
32417 fi
32418
32419 if test "$wxUSE_LISTBOX" = "yes"; then
32420 cat >>confdefs.h <<\_ACEOF
32421 #define wxUSE_LISTBOX 1
32422 _ACEOF
32423
32424 USES_CONTROLS=1
32425 fi
32426
32427 if test "$wxUSE_LISTCTRL" = "yes"; then
32428 if test "$wxUSE_IMAGLIST" = "yes"; then
32429 cat >>confdefs.h <<\_ACEOF
32430 #define wxUSE_LISTCTRL 1
32431 _ACEOF
32432
32433 USES_CONTROLS=1
32434 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
32435 else
32436 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32437 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
32438 fi
32439 fi
32440
32441 if test "$wxUSE_NOTEBOOK" = "yes"; then
32442 cat >>confdefs.h <<\_ACEOF
32443 #define wxUSE_NOTEBOOK 1
32444 _ACEOF
32445
32446 USES_CONTROLS=1
32447 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
32448 fi
32449
32450
32451 if test "$wxUSE_RADIOBOX" = "yes"; then
32452 cat >>confdefs.h <<\_ACEOF
32453 #define wxUSE_RADIOBOX 1
32454 _ACEOF
32455
32456 USES_CONTROLS=1
32457 fi
32458
32459 if test "$wxUSE_RADIOBTN" = "yes"; then
32460 cat >>confdefs.h <<\_ACEOF
32461 #define wxUSE_RADIOBTN 1
32462 _ACEOF
32463
32464 USES_CONTROLS=1
32465 fi
32466
32467 if test "$wxUSE_SASH" = "yes"; then
32468 cat >>confdefs.h <<\_ACEOF
32469 #define wxUSE_SASH 1
32470 _ACEOF
32471
32472 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
32473 fi
32474
32475 if test "$wxUSE_SCROLLBAR" = "yes"; then
32476 cat >>confdefs.h <<\_ACEOF
32477 #define wxUSE_SCROLLBAR 1
32478 _ACEOF
32479
32480 USES_CONTROLS=1
32481 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
32482 fi
32483
32484 if test "$wxUSE_SLIDER" = "yes"; then
32485 cat >>confdefs.h <<\_ACEOF
32486 #define wxUSE_SLIDER 1
32487 _ACEOF
32488
32489 USES_CONTROLS=1
32490 fi
32491
32492 if test "$wxUSE_SPINBTN" = "yes"; then
32493 cat >>confdefs.h <<\_ACEOF
32494 #define wxUSE_SPINBTN 1
32495 _ACEOF
32496
32497 USES_CONTROLS=1
32498 fi
32499
32500 if test "$wxUSE_SPINCTRL" = "yes"; then
32501 cat >>confdefs.h <<\_ACEOF
32502 #define wxUSE_SPINCTRL 1
32503 _ACEOF
32504
32505 USES_CONTROLS=1
32506 fi
32507
32508 if test "$wxUSE_SPLITTER" = "yes"; then
32509 cat >>confdefs.h <<\_ACEOF
32510 #define wxUSE_SPLITTER 1
32511 _ACEOF
32512
32513 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
32514 fi
32515
32516 if test "$wxUSE_STATBMP" = "yes"; then
32517 cat >>confdefs.h <<\_ACEOF
32518 #define wxUSE_STATBMP 1
32519 _ACEOF
32520
32521 USES_CONTROLS=1
32522 fi
32523
32524 if test "$wxUSE_STATBOX" = "yes"; then
32525 cat >>confdefs.h <<\_ACEOF
32526 #define wxUSE_STATBOX 1
32527 _ACEOF
32528
32529 USES_CONTROLS=1
32530 fi
32531
32532 if test "$wxUSE_STATTEXT" = "yes"; then
32533 cat >>confdefs.h <<\_ACEOF
32534 #define wxUSE_STATTEXT 1
32535 _ACEOF
32536
32537 USES_CONTROLS=1
32538 fi
32539
32540 if test "$wxUSE_STATLINE" = "yes"; then
32541 cat >>confdefs.h <<\_ACEOF
32542 #define wxUSE_STATLINE 1
32543 _ACEOF
32544
32545 USES_CONTROLS=1
32546 fi
32547
32548 if test "$wxUSE_STATUSBAR" = "yes"; then
32549 cat >>confdefs.h <<\_ACEOF
32550 #define wxUSE_STATUSBAR 1
32551 _ACEOF
32552
32553 USES_CONTROLS=1
32554
32555 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
32556 fi
32557
32558 if test "$wxUSE_TABDIALOG" = "yes"; then
32559 cat >>confdefs.h <<\_ACEOF
32560 #define wxUSE_TAB_DIALOG 1
32561 _ACEOF
32562
32563 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
32564 fi
32565
32566 if test "$wxUSE_TEXTCTRL" = "yes"; then
32567 cat >>confdefs.h <<\_ACEOF
32568 #define wxUSE_TEXTCTRL 1
32569 _ACEOF
32570
32571 USES_CONTROLS=1
32572 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
32573 fi
32574
32575 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32576 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32577 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
32578 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
32579 wxUSE_TOGGLEBTN=no
32580 fi
32581 if test "$wxUSE_UNIVERSAL" = "yes"; then
32582 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
32583 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
32584 wxUSE_TOGGLEBTN=no
32585 fi
32586
32587 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32588 cat >>confdefs.h <<\_ACEOF
32589 #define wxUSE_TOGGLEBTN 1
32590 _ACEOF
32591
32592 USES_CONTROLS=1
32593 fi
32594 fi
32595
32596 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
32597 cat >>confdefs.h <<\_ACEOF
32598 #define wxUSE_TOOLBAR_SIMPLE 1
32599 _ACEOF
32600
32601 wxUSE_TOOLBAR="yes"
32602 USES_CONTROLS=1
32603 fi
32604
32605 if test "$wxUSE_TOOLBAR" = "yes"; then
32606 cat >>confdefs.h <<\_ACEOF
32607 #define wxUSE_TOOLBAR 1
32608 _ACEOF
32609
32610 USES_CONTROLS=1
32611
32612 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
32613 wxUSE_TOOLBAR_NATIVE="yes"
32614 fi
32615
32616 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
32617 cat >>confdefs.h <<\_ACEOF
32618 #define wxUSE_TOOLBAR_NATIVE 1
32619 _ACEOF
32620
32621 USES_CONTROLS=1
32622 fi
32623
32624 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
32625 fi
32626
32627 if test "$wxUSE_TOOLTIPS" = "yes"; then
32628 if test "$wxUSE_MOTIF" = 1; then
32629 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
32630 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
32631 else
32632 if test "$wxUSE_UNIVERSAL" = "yes"; then
32633 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
32634 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
32635 else
32636 cat >>confdefs.h <<\_ACEOF
32637 #define wxUSE_TOOLTIPS 1
32638 _ACEOF
32639
32640 fi
32641 fi
32642 fi
32643
32644 if test "$wxUSE_TREECTRL" = "yes"; then
32645 if test "$wxUSE_IMAGLIST" = "yes"; then
32646 cat >>confdefs.h <<\_ACEOF
32647 #define wxUSE_TREECTRL 1
32648 _ACEOF
32649
32650 USES_CONTROLS=1
32651 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
32652 else
32653 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
32654 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
32655 fi
32656 fi
32657
32658 if test "$wxUSE_POPUPWIN" = "yes"; then
32659 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32660 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
32661 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
32662 else
32663 if test "$wxUSE_MOTIF" = 1; then
32664 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
32665 echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
32666 else
32667 if test "$wxUSE_PM" = 1; then
32668 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
32669 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
32670 else
32671 cat >>confdefs.h <<\_ACEOF
32672 #define wxUSE_POPUPWIN 1
32673 _ACEOF
32674
32675
32676 USES_CONTROLS=1
32677 fi
32678 fi
32679 fi
32680 fi
32681
32682 if test "$wxUSE_TIPWINDOW" = "yes"; then
32683 if test "$wxUSE_PM" = 1; then
32684 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
32685 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
32686 else
32687 cat >>confdefs.h <<\_ACEOF
32688 #define wxUSE_TIPWINDOW 1
32689 _ACEOF
32690
32691 fi
32692 fi
32693
32694 if test "$USES_CONTROLS" = 1; then
32695 cat >>confdefs.h <<\_ACEOF
32696 #define wxUSE_CONTROLS 1
32697 _ACEOF
32698
32699 fi
32700
32701
32702
32703 if test "$wxUSE_DRAGIMAGE" = "yes"; then
32704 cat >>confdefs.h <<\_ACEOF
32705 #define wxUSE_DRAGIMAGE 1
32706 _ACEOF
32707
32708 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
32709 fi
32710
32711 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
32712 cat >>confdefs.h <<\_ACEOF
32713 #define wxUSE_ACCESSIBILITY 1
32714 _ACEOF
32715
32716 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
32717 fi
32718
32719 if test "$wxUSE_MENUS" = "yes"; then
32720 cat >>confdefs.h <<\_ACEOF
32721 #define wxUSE_MENUS 1
32722 _ACEOF
32723
32724 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
32725 fi
32726
32727 if test "$wxUSE_METAFILE" = "yes"; then
32728 cat >>confdefs.h <<\_ACEOF
32729 #define wxUSE_METAFILE 1
32730 _ACEOF
32731
32732 fi
32733
32734 if test "$wxUSE_MIMETYPE" = "yes"; then
32735 cat >>confdefs.h <<\_ACEOF
32736 #define wxUSE_MIMETYPE 1
32737 _ACEOF
32738
32739 fi
32740
32741 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
32742 cat >>confdefs.h <<\_ACEOF
32743 #define wxUSE_SYSTEM_OPTIONS 1
32744 _ACEOF
32745
32746 if test "$TOOLKIT" = "MSW"; then
32747 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
32748 fi
32749
32750 fi
32751
32752 if test "$wxUSE_PROTOCOL" = "yes"; then
32753 if test "$wxUSE_SOCKETS" != "yes"; then
32754 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
32755 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
32756 wxUSE_PROTOCOL=no
32757 fi
32758
32759 if test "$wxUSE_PROTOCOL" = "yes"; then
32760 cat >>confdefs.h <<\_ACEOF
32761 #define wxUSE_PROTOCOL 1
32762 _ACEOF
32763
32764
32765 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
32766 cat >>confdefs.h <<\_ACEOF
32767 #define wxUSE_PROTOCOL_HTTP 1
32768 _ACEOF
32769
32770 fi
32771 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
32772 cat >>confdefs.h <<\_ACEOF
32773 #define wxUSE_PROTOCOL_FTP 1
32774 _ACEOF
32775
32776 fi
32777 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
32778 cat >>confdefs.h <<\_ACEOF
32779 #define wxUSE_PROTOCOL_FILE 1
32780 _ACEOF
32781
32782 fi
32783 fi
32784 fi
32785
32786 if test "$wxUSE_URL" = "yes"; then
32787 if test "$wxUSE_PROTOCOL" != "yes"; then
32788 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
32789 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
32790 wxUSE_URL=no
32791 fi
32792 if test "$wxUSE_URL" = "yes"; then
32793 cat >>confdefs.h <<\_ACEOF
32794 #define wxUSE_URL 1
32795 _ACEOF
32796
32797 fi
32798 fi
32799
32800 if test "$wxUSE_MINIFRAME" = "yes"; then
32801 cat >>confdefs.h <<\_ACEOF
32802 #define wxUSE_MINIFRAME 1
32803 _ACEOF
32804
32805 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
32806 fi
32807
32808 if test "$wxUSE_HTML" = "yes"; then
32809 cat >>confdefs.h <<\_ACEOF
32810 #define wxUSE_HTML 1
32811 _ACEOF
32812
32813 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html htlbox"
32814 fi
32815
32816 if test "$wxUSE_VALIDATORS" = "yes"; then
32817 cat >>confdefs.h <<\_ACEOF
32818 #define wxUSE_VALIDATORS 1
32819 _ACEOF
32820
32821 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
32822 fi
32823
32824 if test "$wxUSE_PALETTE" = "yes" ; then
32825 cat >>confdefs.h <<\_ACEOF
32826 #define wxUSE_PALETTE 1
32827 _ACEOF
32828
32829 fi
32830
32831 if test "$wxUSE_IMAGE" = "yes" ; then
32832 cat >>confdefs.h <<\_ACEOF
32833 #define wxUSE_IMAGE 1
32834 _ACEOF
32835
32836 fi
32837
32838 if test "$wxUSE_GIF" = "yes" ; then
32839 cat >>confdefs.h <<\_ACEOF
32840 #define wxUSE_GIF 1
32841 _ACEOF
32842
32843 fi
32844
32845 if test "$wxUSE_PCX" = "yes" ; then
32846 cat >>confdefs.h <<\_ACEOF
32847 #define wxUSE_PCX 1
32848 _ACEOF
32849
32850 fi
32851
32852 if test "$wxUSE_IFF" = "yes" ; then
32853 cat >>confdefs.h <<\_ACEOF
32854 #define wxUSE_IFF 1
32855 _ACEOF
32856
32857 fi
32858
32859 if test "$wxUSE_PNM" = "yes" ; then
32860 cat >>confdefs.h <<\_ACEOF
32861 #define wxUSE_PNM 1
32862 _ACEOF
32863
32864 fi
32865
32866 if test "$wxUSE_XPM" = "yes" ; then
32867 cat >>confdefs.h <<\_ACEOF
32868 #define wxUSE_XPM 1
32869 _ACEOF
32870
32871 fi
32872
32873 if test "$wxUSE_ICO_CUR" = "yes" ; then
32874 cat >>confdefs.h <<\_ACEOF
32875 #define wxUSE_ICO_CUR 1
32876 _ACEOF
32877
32878 fi
32879
32880 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
32881 LIBS=" -lunicows $LIBS"
32882 fi
32883
32884
32885 if test "$wxUSE_CHOICEDLG" = "yes"; then
32886 cat >>confdefs.h <<\_ACEOF
32887 #define wxUSE_CHOICEDLG 1
32888 _ACEOF
32889
32890 fi
32891
32892 if test "$wxUSE_COLOURDLG" = "yes"; then
32893 cat >>confdefs.h <<\_ACEOF
32894 #define wxUSE_COLOURDLG 1
32895 _ACEOF
32896
32897 fi
32898
32899 if test "$wxUSE_FILEDLG" = "yes"; then
32900 cat >>confdefs.h <<\_ACEOF
32901 #define wxUSE_FILEDLG 1
32902 _ACEOF
32903
32904 fi
32905
32906 if test "$wxUSE_FINDREPLDLG" = "yes"; then
32907 cat >>confdefs.h <<\_ACEOF
32908 #define wxUSE_FINDREPLDLG 1
32909 _ACEOF
32910
32911 fi
32912
32913 if test "$wxUSE_FONTDLG" = "yes"; then
32914 cat >>confdefs.h <<\_ACEOF
32915 #define wxUSE_FONTDLG 1
32916 _ACEOF
32917
32918 fi
32919
32920 if test "$wxUSE_DIRDLG" = "yes"; then
32921 if test "$wxUSE_TREECTRL" != "yes"; then
32922 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
32923 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
32924 else
32925 cat >>confdefs.h <<\_ACEOF
32926 #define wxUSE_DIRDLG 1
32927 _ACEOF
32928
32929 fi
32930 fi
32931
32932 if test "$wxUSE_MSGDLG" = "yes"; then
32933 cat >>confdefs.h <<\_ACEOF
32934 #define wxUSE_MSGDLG 1
32935 _ACEOF
32936
32937 fi
32938
32939 if test "$wxUSE_NUMBERDLG" = "yes"; then
32940 cat >>confdefs.h <<\_ACEOF
32941 #define wxUSE_NUMBERDLG 1
32942 _ACEOF
32943
32944 fi
32945
32946 if test "$wxUSE_PROGRESSDLG" = "yes"; then
32947 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32948 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
32949 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
32950 else
32951 cat >>confdefs.h <<\_ACEOF
32952 #define wxUSE_PROGRESSDLG 1
32953 _ACEOF
32954
32955 fi
32956 fi
32957
32958 if test "$wxUSE_SPLASH" = "yes"; then
32959 cat >>confdefs.h <<\_ACEOF
32960 #define wxUSE_SPLASH 1
32961 _ACEOF
32962
32963 fi
32964
32965 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
32966 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32967 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
32968 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
32969 else
32970 cat >>confdefs.h <<\_ACEOF
32971 #define wxUSE_STARTUP_TIPS 1
32972 _ACEOF
32973
32974 fi
32975 fi
32976
32977 if test "$wxUSE_TEXTDLG" = "yes"; then
32978 cat >>confdefs.h <<\_ACEOF
32979 #define wxUSE_TEXTDLG 1
32980 _ACEOF
32981
32982 fi
32983
32984 if test "$wxUSE_WIZARDDLG" = "yes"; then
32985 cat >>confdefs.h <<\_ACEOF
32986 #define wxUSE_WIZARDDLG 1
32987 _ACEOF
32988
32989 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
32990 fi
32991
32992
32993 if test "$cross_compiling" = "yes"; then
32994 OSINFO="\"$host\""
32995 else
32996 OSINFO=`uname -s -r -m`
32997 OSINFO="\"$OSINFO\""
32998 fi
32999
33000 cat >>confdefs.h <<_ACEOF
33001 #define WXWIN_OS_DESCRIPTION $OSINFO
33002 _ACEOF
33003
33004
33005
33006 if test "x$prefix" != "xNONE"; then
33007 wxPREFIX=$prefix
33008 else
33009 wxPREFIX=$ac_default_prefix
33010 fi
33011
33012 cat >>confdefs.h <<_ACEOF
33013 #define wxINSTALL_PREFIX "$wxPREFIX"
33014 _ACEOF
33015
33016
33017 top_builddir_wxconfig=`pwd`
33018
33019
33020
33021
33022 if test "$wxUSE_MAC" = 1 ; then
33023 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
33024 fi
33025 if test "$wxUSE_COCOA" = 1 ; then
33026 LDFLAGS="$LDFLAGS -framework Cocoa -framework System"
33027 fi
33028
33029
33030 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33031
33032 have_cos=0
33033 have_floor=0
33034
33035 for ac_func in cos
33036 do
33037 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33038 echo "$as_me:$LINENO: checking for $ac_func" >&5
33039 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33040 if eval "test \"\${$as_ac_var+set}\" = set"; then
33041 echo $ECHO_N "(cached) $ECHO_C" >&6
33042 else
33043 cat >conftest.$ac_ext <<_ACEOF
33044 #line $LINENO "configure"
33045 /* confdefs.h. */
33046 _ACEOF
33047 cat confdefs.h >>conftest.$ac_ext
33048 cat >>conftest.$ac_ext <<_ACEOF
33049 /* end confdefs.h. */
33050 /* System header to define __stub macros and hopefully few prototypes,
33051 which can conflict with char $ac_func (); below.
33052 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33053 <limits.h> exists even on freestanding compilers. */
33054 #ifdef __STDC__
33055 # include <limits.h>
33056 #else
33057 # include <assert.h>
33058 #endif
33059 /* Override any gcc2 internal prototype to avoid an error. */
33060 #ifdef __cplusplus
33061 extern "C"
33062 {
33063 #endif
33064 /* We use char because int might match the return type of a gcc2
33065 builtin and then its argument prototype would still apply. */
33066 char $ac_func ();
33067 /* The GNU C library defines this for functions which it implements
33068 to always fail with ENOSYS. Some functions are actually named
33069 something starting with __ and the normal name is an alias. */
33070 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33071 choke me
33072 #else
33073 char (*f) () = $ac_func;
33074 #endif
33075 #ifdef __cplusplus
33076 }
33077 #endif
33078
33079 int
33080 main ()
33081 {
33082 return f != $ac_func;
33083 ;
33084 return 0;
33085 }
33086 _ACEOF
33087 rm -f conftest.$ac_objext conftest$ac_exeext
33088 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33089 (eval $ac_link) 2>&5
33090 ac_status=$?
33091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33092 (exit $ac_status); } &&
33093 { ac_try='test -s conftest$ac_exeext'
33094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33095 (eval $ac_try) 2>&5
33096 ac_status=$?
33097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33098 (exit $ac_status); }; }; then
33099 eval "$as_ac_var=yes"
33100 else
33101 echo "$as_me: failed program was:" >&5
33102 sed 's/^/| /' conftest.$ac_ext >&5
33103
33104 eval "$as_ac_var=no"
33105 fi
33106 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33107 fi
33108 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33109 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33110 if test `eval echo '${'$as_ac_var'}'` = yes; then
33111 cat >>confdefs.h <<_ACEOF
33112 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33113 _ACEOF
33114 have_cos=1
33115 fi
33116 done
33117
33118
33119 for ac_func in floor
33120 do
33121 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33122 echo "$as_me:$LINENO: checking for $ac_func" >&5
33123 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33124 if eval "test \"\${$as_ac_var+set}\" = set"; then
33125 echo $ECHO_N "(cached) $ECHO_C" >&6
33126 else
33127 cat >conftest.$ac_ext <<_ACEOF
33128 #line $LINENO "configure"
33129 /* confdefs.h. */
33130 _ACEOF
33131 cat confdefs.h >>conftest.$ac_ext
33132 cat >>conftest.$ac_ext <<_ACEOF
33133 /* end confdefs.h. */
33134 /* System header to define __stub macros and hopefully few prototypes,
33135 which can conflict with char $ac_func (); below.
33136 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33137 <limits.h> exists even on freestanding compilers. */
33138 #ifdef __STDC__
33139 # include <limits.h>
33140 #else
33141 # include <assert.h>
33142 #endif
33143 /* Override any gcc2 internal prototype to avoid an error. */
33144 #ifdef __cplusplus
33145 extern "C"
33146 {
33147 #endif
33148 /* We use char because int might match the return type of a gcc2
33149 builtin and then its argument prototype would still apply. */
33150 char $ac_func ();
33151 /* The GNU C library defines this for functions which it implements
33152 to always fail with ENOSYS. Some functions are actually named
33153 something starting with __ and the normal name is an alias. */
33154 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33155 choke me
33156 #else
33157 char (*f) () = $ac_func;
33158 #endif
33159 #ifdef __cplusplus
33160 }
33161 #endif
33162
33163 int
33164 main ()
33165 {
33166 return f != $ac_func;
33167 ;
33168 return 0;
33169 }
33170 _ACEOF
33171 rm -f conftest.$ac_objext conftest$ac_exeext
33172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33173 (eval $ac_link) 2>&5
33174 ac_status=$?
33175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33176 (exit $ac_status); } &&
33177 { ac_try='test -s conftest$ac_exeext'
33178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33179 (eval $ac_try) 2>&5
33180 ac_status=$?
33181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33182 (exit $ac_status); }; }; then
33183 eval "$as_ac_var=yes"
33184 else
33185 echo "$as_me: failed program was:" >&5
33186 sed 's/^/| /' conftest.$ac_ext >&5
33187
33188 eval "$as_ac_var=no"
33189 fi
33190 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33191 fi
33192 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33193 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33194 if test `eval echo '${'$as_ac_var'}'` = yes; then
33195 cat >>confdefs.h <<_ACEOF
33196 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33197 _ACEOF
33198 have_floor=1
33199 fi
33200 done
33201
33202 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33203 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
33204 if test "$have_cos" = 1 -a "$have_floor" = 1; then
33205 echo "$as_me:$LINENO: result: yes" >&5
33206 echo "${ECHO_T}yes" >&6
33207 else
33208 echo "$as_me:$LINENO: result: no" >&5
33209 echo "${ECHO_T}no" >&6
33210 LIBS="$LIBS -lm"
33211 # use different functions to avoid configure caching
33212 have_sin=0
33213 have_ceil=0
33214
33215 for ac_func in sin
33216 do
33217 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33218 echo "$as_me:$LINENO: checking for $ac_func" >&5
33219 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33220 if eval "test \"\${$as_ac_var+set}\" = set"; then
33221 echo $ECHO_N "(cached) $ECHO_C" >&6
33222 else
33223 cat >conftest.$ac_ext <<_ACEOF
33224 #line $LINENO "configure"
33225 /* confdefs.h. */
33226 _ACEOF
33227 cat confdefs.h >>conftest.$ac_ext
33228 cat >>conftest.$ac_ext <<_ACEOF
33229 /* end confdefs.h. */
33230 /* System header to define __stub macros and hopefully few prototypes,
33231 which can conflict with char $ac_func (); below.
33232 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33233 <limits.h> exists even on freestanding compilers. */
33234 #ifdef __STDC__
33235 # include <limits.h>
33236 #else
33237 # include <assert.h>
33238 #endif
33239 /* Override any gcc2 internal prototype to avoid an error. */
33240 #ifdef __cplusplus
33241 extern "C"
33242 {
33243 #endif
33244 /* We use char because int might match the return type of a gcc2
33245 builtin and then its argument prototype would still apply. */
33246 char $ac_func ();
33247 /* The GNU C library defines this for functions which it implements
33248 to always fail with ENOSYS. Some functions are actually named
33249 something starting with __ and the normal name is an alias. */
33250 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33251 choke me
33252 #else
33253 char (*f) () = $ac_func;
33254 #endif
33255 #ifdef __cplusplus
33256 }
33257 #endif
33258
33259 int
33260 main ()
33261 {
33262 return f != $ac_func;
33263 ;
33264 return 0;
33265 }
33266 _ACEOF
33267 rm -f conftest.$ac_objext conftest$ac_exeext
33268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33269 (eval $ac_link) 2>&5
33270 ac_status=$?
33271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33272 (exit $ac_status); } &&
33273 { ac_try='test -s conftest$ac_exeext'
33274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33275 (eval $ac_try) 2>&5
33276 ac_status=$?
33277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33278 (exit $ac_status); }; }; then
33279 eval "$as_ac_var=yes"
33280 else
33281 echo "$as_me: failed program was:" >&5
33282 sed 's/^/| /' conftest.$ac_ext >&5
33283
33284 eval "$as_ac_var=no"
33285 fi
33286 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33287 fi
33288 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33289 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33290 if test `eval echo '${'$as_ac_var'}'` = yes; then
33291 cat >>confdefs.h <<_ACEOF
33292 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33293 _ACEOF
33294 have_sin=1
33295 fi
33296 done
33297
33298
33299 for ac_func in ceil
33300 do
33301 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33302 echo "$as_me:$LINENO: checking for $ac_func" >&5
33303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33304 if eval "test \"\${$as_ac_var+set}\" = set"; then
33305 echo $ECHO_N "(cached) $ECHO_C" >&6
33306 else
33307 cat >conftest.$ac_ext <<_ACEOF
33308 #line $LINENO "configure"
33309 /* confdefs.h. */
33310 _ACEOF
33311 cat confdefs.h >>conftest.$ac_ext
33312 cat >>conftest.$ac_ext <<_ACEOF
33313 /* end confdefs.h. */
33314 /* System header to define __stub macros and hopefully few prototypes,
33315 which can conflict with char $ac_func (); below.
33316 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33317 <limits.h> exists even on freestanding compilers. */
33318 #ifdef __STDC__
33319 # include <limits.h>
33320 #else
33321 # include <assert.h>
33322 #endif
33323 /* Override any gcc2 internal prototype to avoid an error. */
33324 #ifdef __cplusplus
33325 extern "C"
33326 {
33327 #endif
33328 /* We use char because int might match the return type of a gcc2
33329 builtin and then its argument prototype would still apply. */
33330 char $ac_func ();
33331 /* The GNU C library defines this for functions which it implements
33332 to always fail with ENOSYS. Some functions are actually named
33333 something starting with __ and the normal name is an alias. */
33334 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33335 choke me
33336 #else
33337 char (*f) () = $ac_func;
33338 #endif
33339 #ifdef __cplusplus
33340 }
33341 #endif
33342
33343 int
33344 main ()
33345 {
33346 return f != $ac_func;
33347 ;
33348 return 0;
33349 }
33350 _ACEOF
33351 rm -f conftest.$ac_objext conftest$ac_exeext
33352 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33353 (eval $ac_link) 2>&5
33354 ac_status=$?
33355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33356 (exit $ac_status); } &&
33357 { ac_try='test -s conftest$ac_exeext'
33358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33359 (eval $ac_try) 2>&5
33360 ac_status=$?
33361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33362 (exit $ac_status); }; }; then
33363 eval "$as_ac_var=yes"
33364 else
33365 echo "$as_me: failed program was:" >&5
33366 sed 's/^/| /' conftest.$ac_ext >&5
33367
33368 eval "$as_ac_var=no"
33369 fi
33370 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33371 fi
33372 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33373 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33374 if test `eval echo '${'$as_ac_var'}'` = yes; then
33375 cat >>confdefs.h <<_ACEOF
33376 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33377 _ACEOF
33378 have_ceil=1
33379 fi
33380 done
33381
33382 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33383 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
33384 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
33385 echo "$as_me:$LINENO: result: yes" >&5
33386 echo "${ECHO_T}yes" >&6
33387 else
33388 echo "$as_me:$LINENO: result: no" >&5
33389 echo "${ECHO_T}no" >&6
33390 # not sure we should warn the user, crash, etc.
33391 fi
33392 fi
33393
33394 if test "$wxUSE_GUI" = "yes"; then
33395
33396 LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
33397
33398
33399 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
33400 drawing dynamic erase event exec font image \
33401 minimal propsize rotate shaped widgets"
33402
33403 if test "$wxUSE_MONOLITHIC" != "yes"; then
33404 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
33405 fi
33406 else
33407 SAMPLES_SUBDIRS="console"
33408 fi
33409
33410
33411 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
33412 -I\${top_srcdir}/include \
33413 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33414 $TOOLKIT_INCLUDE"
33415
33416 if test "$GXX" = yes ; then
33417 CXXWARNINGS="-Wall"
33418 fi
33419
33420 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
33421
33422 CPPFLAGS=`echo $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
33423 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
33424 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
33425 LIBS=`echo $LIBS | sed 's/ \+/ /g'`
33426
33427 LDFLAGS="$LDFLAGS $PROFILE"
33428
33429 if test "$wxUSE_GTK" = 1; then
33430 WXCONFIG_INCLUDE=
33431 else
33432 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
33433 fi
33434
33435 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33436 WXUNIV=1
33437 else
33438 WXUNIV=0
33439 fi
33440
33441
33442
33443
33444
33445
33446
33447
33448 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
33449
33450 if test $wxUSE_MONOLITHIC = "yes" ; then
33451 MONOLITHIC=1
33452 else
33453 MONOLITHIC=0
33454 fi
33455
33456 VENDOR="custom"
33457 OFFICIAL_BUILD=0
33458
33459
33460
33461
33462
33463
33464
33465
33466
33467 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr [A-Z] [a-z]`
33468
33469
33470
33471
33472
33473 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
33474
33475 if test -n "$ac_tool_prefix"; then
33476 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33477 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
33478 echo "$as_me:$LINENO: checking for $ac_word" >&5
33479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33480 if test "${ac_cv_prog_RANLIB+set}" = set; then
33481 echo $ECHO_N "(cached) $ECHO_C" >&6
33482 else
33483 if test -n "$RANLIB"; then
33484 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
33485 else
33486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33487 for as_dir in $PATH
33488 do
33489 IFS=$as_save_IFS
33490 test -z "$as_dir" && as_dir=.
33491 for ac_exec_ext in '' $ac_executable_extensions; do
33492 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33493 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
33494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33495 break 2
33496 fi
33497 done
33498 done
33499
33500 fi
33501 fi
33502 RANLIB=$ac_cv_prog_RANLIB
33503 if test -n "$RANLIB"; then
33504 echo "$as_me:$LINENO: result: $RANLIB" >&5
33505 echo "${ECHO_T}$RANLIB" >&6
33506 else
33507 echo "$as_me:$LINENO: result: no" >&5
33508 echo "${ECHO_T}no" >&6
33509 fi
33510
33511 fi
33512 if test -z "$ac_cv_prog_RANLIB"; then
33513 ac_ct_RANLIB=$RANLIB
33514 # Extract the first word of "ranlib", so it can be a program name with args.
33515 set dummy ranlib; ac_word=$2
33516 echo "$as_me:$LINENO: checking for $ac_word" >&5
33517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33518 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
33519 echo $ECHO_N "(cached) $ECHO_C" >&6
33520 else
33521 if test -n "$ac_ct_RANLIB"; then
33522 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
33523 else
33524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33525 for as_dir in $PATH
33526 do
33527 IFS=$as_save_IFS
33528 test -z "$as_dir" && as_dir=.
33529 for ac_exec_ext in '' $ac_executable_extensions; do
33530 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33531 ac_cv_prog_ac_ct_RANLIB="ranlib"
33532 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33533 break 2
33534 fi
33535 done
33536 done
33537
33538 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
33539 fi
33540 fi
33541 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
33542 if test -n "$ac_ct_RANLIB"; then
33543 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
33544 echo "${ECHO_T}$ac_ct_RANLIB" >&6
33545 else
33546 echo "$as_me:$LINENO: result: no" >&5
33547 echo "${ECHO_T}no" >&6
33548 fi
33549
33550 RANLIB=$ac_ct_RANLIB
33551 else
33552 RANLIB="$ac_cv_prog_RANLIB"
33553 fi
33554
33555 # Find a good install program. We prefer a C program (faster),
33556 # so one script is as good as another. But avoid the broken or
33557 # incompatible versions:
33558 # SysV /etc/install, /usr/sbin/install
33559 # SunOS /usr/etc/install
33560 # IRIX /sbin/install
33561 # AIX /bin/install
33562 # AmigaOS /C/install, which installs bootblocks on floppy discs
33563 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
33564 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
33565 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
33566 # ./install, which can be erroneously created by make from ./install.sh.
33567 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
33568 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
33569 if test -z "$INSTALL"; then
33570 if test "${ac_cv_path_install+set}" = set; then
33571 echo $ECHO_N "(cached) $ECHO_C" >&6
33572 else
33573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33574 for as_dir in $PATH
33575 do
33576 IFS=$as_save_IFS
33577 test -z "$as_dir" && as_dir=.
33578 # Account for people who put trailing slashes in PATH elements.
33579 case $as_dir/ in
33580 ./ | .// | /cC/* | \
33581 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
33582 /usr/ucb/* ) ;;
33583 *)
33584 # OSF1 and SCO ODT 3.0 have their own names for install.
33585 # Don't use installbsd from OSF since it installs stuff as root
33586 # by default.
33587 for ac_prog in ginstall scoinst install; do
33588 for ac_exec_ext in '' $ac_executable_extensions; do
33589 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
33590 if test $ac_prog = install &&
33591 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33592 # AIX install. It has an incompatible calling convention.
33593 :
33594 elif test $ac_prog = install &&
33595 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33596 # program-specific install script used by HP pwplus--don't use.
33597 :
33598 else
33599 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
33600 break 3
33601 fi
33602 fi
33603 done
33604 done
33605 ;;
33606 esac
33607 done
33608
33609
33610 fi
33611 if test "${ac_cv_path_install+set}" = set; then
33612 INSTALL=$ac_cv_path_install
33613 else
33614 # As a last resort, use the slow shell script. We don't cache a
33615 # path for INSTALL within a source directory, because that will
33616 # break other packages using the cache if that directory is
33617 # removed, or if the path is relative.
33618 INSTALL=$ac_install_sh
33619 fi
33620 fi
33621 echo "$as_me:$LINENO: result: $INSTALL" >&5
33622 echo "${ECHO_T}$INSTALL" >&6
33623
33624 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
33625 # It thinks the first close brace ends the variable substitution.
33626 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
33627
33628 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
33629
33630 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
33631
33632 echo "$as_me:$LINENO: checking whether ln -s works" >&5
33633 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
33634 LN_S=$as_ln_s
33635 if test "$LN_S" = "ln -s"; then
33636 echo "$as_me:$LINENO: result: yes" >&5
33637 echo "${ECHO_T}yes" >&6
33638 else
33639 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
33640 echo "${ECHO_T}no, using $LN_S" >&6
33641 fi
33642
33643
33644 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
33645 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
33646 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
33647 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
33648 echo $ECHO_N "(cached) $ECHO_C" >&6
33649 else
33650 cat >conftest.make <<\_ACEOF
33651 all:
33652 @echo 'ac_maketemp="$(MAKE)"'
33653 _ACEOF
33654 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
33655 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
33656 if test -n "$ac_maketemp"; then
33657 eval ac_cv_prog_make_${ac_make}_set=yes
33658 else
33659 eval ac_cv_prog_make_${ac_make}_set=no
33660 fi
33661 rm -f conftest.make
33662 fi
33663 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
33664 echo "$as_me:$LINENO: result: yes" >&5
33665 echo "${ECHO_T}yes" >&6
33666 SET_MAKE=
33667 else
33668 echo "$as_me:$LINENO: result: no" >&5
33669 echo "${ECHO_T}no" >&6
33670 SET_MAKE="MAKE=${MAKE-make}"
33671 fi
33672
33673
33674
33675 if test "$build" != "$host" ; then
33676 AR=$host_alias-ar
33677 STRIP=$host_alias-strip
33678 else
33679 # Extract the first word of "ar", so it can be a program name with args.
33680 set dummy ar; ac_word=$2
33681 echo "$as_me:$LINENO: checking for $ac_word" >&5
33682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33683 if test "${ac_cv_prog_AR+set}" = set; then
33684 echo $ECHO_N "(cached) $ECHO_C" >&6
33685 else
33686 if test -n "$AR"; then
33687 ac_cv_prog_AR="$AR" # Let the user override the test.
33688 else
33689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33690 for as_dir in $PATH
33691 do
33692 IFS=$as_save_IFS
33693 test -z "$as_dir" && as_dir=.
33694 for ac_exec_ext in '' $ac_executable_extensions; do
33695 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33696 ac_cv_prog_AR="ar"
33697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33698 break 2
33699 fi
33700 done
33701 done
33702
33703 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
33704 fi
33705 fi
33706 AR=$ac_cv_prog_AR
33707 if test -n "$AR"; then
33708 echo "$as_me:$LINENO: result: $AR" >&5
33709 echo "${ECHO_T}$AR" >&6
33710 else
33711 echo "$as_me:$LINENO: result: no" >&5
33712 echo "${ECHO_T}no" >&6
33713 fi
33714
33715 # Extract the first word of "strip", so it can be a program name with args.
33716 set dummy strip; ac_word=$2
33717 echo "$as_me:$LINENO: checking for $ac_word" >&5
33718 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33719 if test "${ac_cv_prog_STRIP+set}" = set; then
33720 echo $ECHO_N "(cached) $ECHO_C" >&6
33721 else
33722 if test -n "$STRIP"; then
33723 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
33724 else
33725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33726 for as_dir in $PATH
33727 do
33728 IFS=$as_save_IFS
33729 test -z "$as_dir" && as_dir=.
33730 for ac_exec_ext in '' $ac_executable_extensions; do
33731 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33732 ac_cv_prog_STRIP="strip"
33733 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33734 break 2
33735 fi
33736 done
33737 done
33738
33739 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
33740 fi
33741 fi
33742 STRIP=$ac_cv_prog_STRIP
33743 if test -n "$STRIP"; then
33744 echo "$as_me:$LINENO: result: $STRIP" >&5
33745 echo "${ECHO_T}$STRIP" >&6
33746 else
33747 echo "$as_me:$LINENO: result: no" >&5
33748 echo "${ECHO_T}no" >&6
33749 fi
33750
33751 fi
33752
33753 case ${host} in
33754 *-hp-hpux* )
33755 INSTALL_DIR="mkdir"
33756 ;;
33757 *) INSTALL_DIR="$INSTALL -d"
33758 ;;
33759 esac
33760
33761
33762 LDFLAGS_GUI=
33763 case ${host} in
33764 *-*-cygwin* | *-*-mingw32* )
33765 LDFLAGS_GUI="-Wl,--subsystem,windows -mwindows"
33766 esac
33767
33768
33769 fi
33770
33771 echo "$as_me:$LINENO: checking if make is GNU make" >&5
33772 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
33773 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
33774 echo $ECHO_N "(cached) $ECHO_C" >&6
33775 else
33776
33777 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
33778 egrep -s GNU > /dev/null); then
33779 bakefile_cv_prog_makeisgnu="yes"
33780 else
33781 bakefile_cv_prog_makeisgnu="no"
33782 fi
33783
33784 fi
33785 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
33786 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
33787
33788 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
33789 IF_GNU_MAKE=""
33790 else
33791 IF_GNU_MAKE="#"
33792 fi
33793
33794
33795
33796 PLATFORM_UNIX=0
33797 PLATFORM_WIN32=0
33798 PLATFORM_MSDOS=0
33799 PLATFORM_MAC=0
33800 PLATFORM_MACOSX=0
33801
33802 case "${host}" in
33803 *-*-cygwin* | *-*-mingw32* )
33804 PLATFORM_WIN32=1
33805 ;;
33806 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33807 PLATFORM_MSDOS=1
33808 ;;
33809 powerpc-*-darwin* )
33810 PLATFORM_MAC=1
33811 PLATFORM_MACOSX=1
33812 ;;
33813 * )
33814 PLATFORM_UNIX=1
33815 ;;
33816 esac
33817
33818
33819
33820
33821
33822
33823
33824
33825 SO_SUFFIX="so"
33826 EXEEXT=""
33827 DLLPREFIX=lib
33828
33829 case "${host}" in
33830 *-hp-hpux* )
33831 SO_SUFFIX="sl"
33832 ;;
33833 *-*-aix* )
33834 SO_SUFFIX="a"
33835 ;;
33836 *-*-cygwin* | *-*-mingw32* )
33837 SO_SUFFIX="dll"
33838 EXEEXT=".exe"
33839 DLLPREFIX=""
33840 ;;
33841 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33842 EXEEXT=".exe"
33843 DLLPREFIX=""
33844 ;;
33845 powerpc-*-darwin* )
33846 SO_SUFFIX="dylib"
33847 ;;
33848 esac
33849
33850
33851
33852
33853
33854
33855 SHARED_LD_CC="\$(CC) -shared -o"
33856 SHARED_LD_CXX="\$(CXX) -shared -o"
33857
33858 if test "x$GCC" = "xyes"; then
33859 PIC_FLAG="-fPIC"
33860 fi
33861
33862 case "${host}" in
33863 *-hp-hpux* )
33864 if test "x$GCC" = "xyes"; then
33865 SHARED_LD_CC="${CC} -shared ${PIC_FLAG} -o"
33866 SHARED_LD_CXX="${CXX} -shared ${PIC_FLAG} -o"
33867 else
33868 LDFLAGS="$LDFLAGS -L/usr/lib"
33869
33870 SHARED_LD_CC="${CC} -b -o"
33871 SHARED_LD_CXX="${CXX} -b -o"
33872 PIC_FLAG="+Z"
33873 fi
33874 ;;
33875
33876 *-*-linux* )
33877 if test "x$GCC" != "xyes"; then
33878 echo "$as_me:$LINENO: checking for Intel compiler" >&5
33879 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
33880 if test "${bakefile_cv_prog_icc+set}" = set; then
33881 echo $ECHO_N "(cached) $ECHO_C" >&6
33882 else
33883
33884 cat >conftest.$ac_ext <<_ACEOF
33885 #line $LINENO "configure"
33886 /* confdefs.h. */
33887 _ACEOF
33888 cat confdefs.h >>conftest.$ac_ext
33889 cat >>conftest.$ac_ext <<_ACEOF
33890 /* end confdefs.h. */
33891
33892 int
33893 main ()
33894 {
33895
33896 #ifndef __INTEL_COMPILER
33897 #error Not icc
33898 #endif
33899
33900 ;
33901 return 0;
33902 }
33903 _ACEOF
33904 rm -f conftest.$ac_objext
33905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33906 (eval $ac_compile) 2>&5
33907 ac_status=$?
33908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33909 (exit $ac_status); } &&
33910 { ac_try='test -s conftest.$ac_objext'
33911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33912 (eval $ac_try) 2>&5
33913 ac_status=$?
33914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33915 (exit $ac_status); }; }; then
33916 bakefile_cv_prog_icc=yes
33917 else
33918 echo "$as_me: failed program was:" >&5
33919 sed 's/^/| /' conftest.$ac_ext >&5
33920
33921 bakefile_cv_prog_icc=no
33922
33923 fi
33924 rm -f conftest.$ac_objext conftest.$ac_ext
33925
33926 fi
33927 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
33928 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
33929 if test "$bakefile_cv_prog_icc" = "yes"; then
33930 PIC_FLAG="-KPIC"
33931 fi
33932 fi
33933 ;;
33934
33935 *-*-solaris2* )
33936 if test "x$GCC" != xyes ; then
33937 SHARED_LD_CC="${CC} -G -o"
33938 SHARED_LD_CXX="${CXX} -G -o"
33939 PIC_FLAG="-KPIC"
33940 fi
33941 ;;
33942
33943 *-*-darwin* )
33944 CFLAGS="$CFLAGS -fno-common"
33945 CXXFLAGS="$CXXFLAGS -fno-common"
33946
33947
33948 cat <<EOF >shared-ld-sh
33949 #!/bin/sh
33950 #-----------------------------------------------------------------------------
33951 #-- Name: distrib/mac/shared-ld-sh
33952 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
33953 #-- Author: Gilles Depeyrot
33954 #-- Copyright: (c) 2002 Gilles Depeyrot
33955 #-- Licence: any use permitted
33956 #-----------------------------------------------------------------------------
33957
33958 verbose=0
33959 args=""
33960 objects=""
33961
33962 while test \${#} -gt 0; do
33963 case \${1} in
33964
33965 -v)
33966 verbose=1
33967 ;;
33968
33969 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
33970 # collect these options and values
33971 args="\${args} \${1} \${2}"
33972 shift
33973 ;;
33974
33975 -l*|-L*|-flat_namespace)
33976 # collect these options
33977 args="\${args} \${1}"
33978 ;;
33979
33980 -dynamiclib)
33981 # skip these options
33982 ;;
33983
33984 -*)
33985 echo "shared-ld: unhandled option '\${1}'"
33986 exit 1
33987 ;;
33988
33989 *.o | *.a)
33990 # collect object files
33991 objects="\${objects} \${1}"
33992 ;;
33993
33994 *)
33995 echo "shared-ld: unhandled argument '\${1}'"
33996 exit 1
33997 ;;
33998
33999 esac
34000 shift
34001 done
34002
34003 #
34004 # Link one module containing all the others
34005 #
34006 if test \${verbose} = 1; then
34007 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
34008 fi
34009 c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
34010 status=\$?
34011 if test \${status} != 0; then
34012 exit \${status}
34013 fi
34014
34015 #
34016 # Link the shared library from the single module created
34017 #
34018 if test \${verbose} = 1; then
34019 echo "cc -dynamiclib master.\$\$.o \${args}"
34020 fi
34021 c++ -dynamiclib master.\$\$.o \${args}
34022 status=\$?
34023 if test \${status} != 0; then
34024 exit \${status}
34025 fi
34026
34027 #
34028 # Remove intermediate module
34029 #
34030 rm -f master.\$\$.o
34031
34032 exit 0
34033 EOF
34034 chmod +x shared-ld-sh
34035
34036 SHARED_LD_CC="`pwd`/shared-ld-sh -undefined suppress -flat_namespace -o"
34037 SHARED_LD_CXX="$SHARED_LD_CC"
34038 PIC_FLAG="-dynamic -fPIC"
34039 ;;
34040
34041 *-*-aix* )
34042 if test "x$GCC" != "xyes"; then
34043 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34044 set dummy makeC++SharedLib; ac_word=$2
34045 echo "$as_me:$LINENO: checking for $ac_word" >&5
34046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34047 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34048 echo $ECHO_N "(cached) $ECHO_C" >&6
34049 else
34050 if test -n "$AIX_CXX_LD"; then
34051 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
34052 else
34053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34054 for as_dir in $PATH
34055 do
34056 IFS=$as_save_IFS
34057 test -z "$as_dir" && as_dir=.
34058 for ac_exec_ext in '' $ac_executable_extensions; do
34059 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34060 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
34061 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34062 break 2
34063 fi
34064 done
34065 done
34066
34067 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
34068 fi
34069 fi
34070 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
34071 if test -n "$AIX_CXX_LD"; then
34072 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34073 echo "${ECHO_T}$AIX_CXX_LD" >&6
34074 else
34075 echo "$as_me:$LINENO: result: no" >&5
34076 echo "${ECHO_T}no" >&6
34077 fi
34078
34079 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
34080 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
34081 fi
34082 ;;
34083
34084 *-*-beos* )
34085 SHARED_LD_CC="${LD} -shared -o"
34086 SHARED_LD_CXX="${LD} -shared -o"
34087 ;;
34088
34089 *-*-irix* )
34090 if test "x$GCC" != "xyes"; then
34091 PIC_FLAG="-KPIC"
34092 fi
34093 ;;
34094
34095 *-*-cygwin* | *-*-mingw32* )
34096 PIC_FLAG=""
34097 ;;
34098
34099 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34100 *-*-sunos4* | \
34101 *-*-osf* | \
34102 *-*-dgux5* | \
34103 *-*-sysv5* )
34104 ;;
34105
34106 *)
34107 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34108 echo "$as_me: error: unknown system type $host." >&2;}
34109 { (exit 1); exit 1; }; }
34110 esac
34111
34112
34113
34114
34115
34116
34117 USE_SOVERSION=0
34118 USE_SOVERLINUX=0
34119 USE_SOVERSOLARIS=0
34120 USE_SOSYMLINKS=0
34121 USE_MACVERSION=0
34122 SONAME_FLAG=
34123
34124 case "${host}" in
34125 *-*-linux* )
34126 SONAME_FLAG="-Wl,-soname,"
34127 USE_SOVERSION=1
34128 USE_SOVERLINUX=1
34129 USE_SOSYMLINKS=1
34130 ;;
34131
34132 *-*-solaris2* )
34133 SONAME_FLAG="-h "
34134 USE_SOVERSION=1
34135 USE_SOVERSOLARIS=1
34136 USE_SOSYMLINKS=1
34137 ;;
34138
34139 *-*-darwin* )
34140 USE_MACVERSION=1
34141 USE_SOVERSION=1
34142 USE_SOSYMLINKS=1
34143 ;;
34144 esac
34145
34146
34147
34148
34149
34150
34151
34152
34153
34154 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34155 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34156 DEPS_TRACKING=0
34157
34158 if test "x$GCC" = "xyes"; then
34159 DEPSMODE=gcc
34160 DEPS_TRACKING=1
34161 echo "$as_me:$LINENO: result: gcc" >&5
34162 echo "${ECHO_T}gcc" >&6
34163 else
34164 echo "$as_me:$LINENO: result: none" >&5
34165 echo "${ECHO_T}none" >&6
34166 fi
34167
34168 if test $DEPS_TRACKING = 1 ; then
34169 cat <<EOF >bk-deps
34170 #!/bin/sh
34171
34172 # This script is part of Bakefile (http://bakefile.sf.net) autoconf script.
34173 # It is used to track C/C++ files dependencies in portable way.
34174 #
34175 # Permission is given to use this file in any way.
34176
34177 DEPSMODE=$DEPSMODE
34178 DEPSDIR=.deps
34179
34180 mkdir -p \$DEPSDIR
34181
34182 if test \$DEPSMODE = gcc ; then
34183 \${*} -MMD
34184 status=\${?}
34185 if test \${status} != 0 ; then
34186 exit \${status}
34187 fi
34188 # move created file to the location we want it in:
34189 while test \${#} -gt 0; do
34190 case "\${1}" in
34191 -o )
34192 shift
34193 objfile=\${1}
34194 ;;
34195 -* )
34196 ;;
34197 * )
34198 srcfile=\${1}
34199 ;;
34200 esac
34201 shift
34202 done
34203 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34204 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
34205 if test -f \$depfile ; then
34206 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34207 rm -f \$depfile
34208 else
34209 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34210 if test -f \$depfile ; then
34211 sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34212 rm -f \$depfile
34213 fi
34214 fi
34215 exit 0
34216 else
34217 \${*}
34218 exit \${?}
34219 fi
34220 EOF
34221 chmod +x bk-deps
34222 fi
34223
34224
34225
34226
34227 RESCOMP=
34228 SETFILE=
34229
34230 case ${host} in
34231 *-*-cygwin* | *-*-mingw32* )
34232 if test "$build" != "$host" ; then
34233 RESCOMP=$host_alias-windres
34234 else
34235 # Extract the first word of "windres", so it can be a program name with args.
34236 set dummy windres; ac_word=$2
34237 echo "$as_me:$LINENO: checking for $ac_word" >&5
34238 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34239 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34240 echo $ECHO_N "(cached) $ECHO_C" >&6
34241 else
34242 if test -n "$RESCOMP"; then
34243 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34244 else
34245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34246 for as_dir in $PATH
34247 do
34248 IFS=$as_save_IFS
34249 test -z "$as_dir" && as_dir=.
34250 for ac_exec_ext in '' $ac_executable_extensions; do
34251 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34252 ac_cv_prog_RESCOMP="windres"
34253 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34254 break 2
34255 fi
34256 done
34257 done
34258
34259 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
34260 fi
34261 fi
34262 RESCOMP=$ac_cv_prog_RESCOMP
34263 if test -n "$RESCOMP"; then
34264 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34265 echo "${ECHO_T}$RESCOMP" >&6
34266 else
34267 echo "$as_me:$LINENO: result: no" >&5
34268 echo "${ECHO_T}no" >&6
34269 fi
34270
34271 fi
34272 ;;
34273
34274 *-*-darwin* )
34275 # Extract the first word of "Rez", so it can be a program name with args.
34276 set dummy Rez; ac_word=$2
34277 echo "$as_me:$LINENO: checking for $ac_word" >&5
34278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34279 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34280 echo $ECHO_N "(cached) $ECHO_C" >&6
34281 else
34282 if test -n "$RESCOMP"; then
34283 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34284 else
34285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34286 for as_dir in $PATH
34287 do
34288 IFS=$as_save_IFS
34289 test -z "$as_dir" && as_dir=.
34290 for ac_exec_ext in '' $ac_executable_extensions; do
34291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34292 ac_cv_prog_RESCOMP="Rez"
34293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34294 break 2
34295 fi
34296 done
34297 done
34298
34299 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
34300 fi
34301 fi
34302 RESCOMP=$ac_cv_prog_RESCOMP
34303 if test -n "$RESCOMP"; then
34304 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34305 echo "${ECHO_T}$RESCOMP" >&6
34306 else
34307 echo "$as_me:$LINENO: result: no" >&5
34308 echo "${ECHO_T}no" >&6
34309 fi
34310
34311 # Extract the first word of "SetFile", so it can be a program name with args.
34312 set dummy SetFile; ac_word=$2
34313 echo "$as_me:$LINENO: checking for $ac_word" >&5
34314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34315 if test "${ac_cv_prog_SETFILE+set}" = set; then
34316 echo $ECHO_N "(cached) $ECHO_C" >&6
34317 else
34318 if test -n "$SETFILE"; then
34319 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
34320 else
34321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34322 for as_dir in $PATH
34323 do
34324 IFS=$as_save_IFS
34325 test -z "$as_dir" && as_dir=.
34326 for ac_exec_ext in '' $ac_executable_extensions; do
34327 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34328 ac_cv_prog_SETFILE="SetFile"
34329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34330 break 2
34331 fi
34332 done
34333 done
34334
34335 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
34336 fi
34337 fi
34338 SETFILE=$ac_cv_prog_SETFILE
34339 if test -n "$SETFILE"; then
34340 echo "$as_me:$LINENO: result: $SETFILE" >&5
34341 echo "${ECHO_T}$SETFILE" >&6
34342 else
34343 echo "$as_me:$LINENO: result: no" >&5
34344 echo "${ECHO_T}no" >&6
34345 fi
34346
34347 ;;
34348 esac
34349
34350
34351
34352
34353
34354
34355
34356 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
34357 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34358 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
34359 fi
34360
34361 COND_DEPS_TRACKING_0="#"
34362 if test "x$DEPS_TRACKING" = "x0" ; then
34363 COND_DEPS_TRACKING_0=""
34364 fi
34365
34366 COND_DEPS_TRACKING_1="#"
34367 if test "x$DEPS_TRACKING" = "x1" ; then
34368 COND_DEPS_TRACKING_1=""
34369 fi
34370
34371 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
34372 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
34373 COND_TOOLKIT_MOTIF_USE_GUI_1=""
34374 fi
34375
34376 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
34377 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34378 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
34379 fi
34380
34381 COND_TOOLKIT_COCOA_USE_GUI_1="#"
34382 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
34383 COND_TOOLKIT_COCOA_USE_GUI_1=""
34384 fi
34385
34386 COND_USE_SOVERSOLARIS_1="#"
34387 if test "x$USE_SOVERSOLARIS" = "x1" ; then
34388 COND_USE_SOVERSOLARIS_1=""
34389 fi
34390
34391 COND_MONOLITHIC_1="#"
34392 if test "x$MONOLITHIC" = "x1" ; then
34393 COND_MONOLITHIC_1=""
34394 fi
34395
34396 COND_UNICODE_1="#"
34397 if test "x$UNICODE" = "x1" ; then
34398 COND_UNICODE_1=""
34399 fi
34400
34401 COND_MONOLITHIC_0="#"
34402 if test "x$MONOLITHIC" = "x0" ; then
34403 COND_MONOLITHIC_0=""
34404 fi
34405
34406 COND_TOOLKIT_MGL="#"
34407 if test "x$TOOLKIT" = "xMGL" ; then
34408 COND_TOOLKIT_MGL=""
34409 fi
34410
34411 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
34412 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34413 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
34414 fi
34415
34416 COND_WXUSE_ODBC_BUILTIN="#"
34417 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
34418 COND_WXUSE_ODBC_BUILTIN=""
34419 fi
34420
34421 COND_USE_SOVERSION_0="#"
34422 if test "x$USE_SOVERSION" = "x0" ; then
34423 COND_USE_SOVERSION_0=""
34424 fi
34425
34426 COND_WXUNIV_1="#"
34427 if test "x$WXUNIV" = "x1" ; then
34428 COND_WXUNIV_1=""
34429 fi
34430
34431 COND_PLATFORM_UNIX_1="#"
34432 if test "x$PLATFORM_UNIX" = "x1" ; then
34433 COND_PLATFORM_UNIX_1=""
34434 fi
34435
34436 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
34437 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34438 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
34439 fi
34440
34441 COND_WXUSE_REGEX_BUILTIN="#"
34442 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
34443 COND_WXUSE_REGEX_BUILTIN=""
34444 fi
34445
34446 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1="#"
34447 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34448 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1=""
34449 fi
34450
34451 COND_MONOLITHIC_1_SHARED_0="#"
34452 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
34453 COND_MONOLITHIC_1_SHARED_0=""
34454 fi
34455
34456 COND_MONOLITHIC_1_SHARED_1="#"
34457 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
34458 COND_MONOLITHIC_1_SHARED_1=""
34459 fi
34460
34461 COND_TOOLKIT_X11="#"
34462 if test "x$TOOLKIT" = "xX11" ; then
34463 COND_TOOLKIT_X11=""
34464 fi
34465
34466 COND_OFFICIAL_BUILD_0="#"
34467 if test "x$OFFICIAL_BUILD" = "x0" ; then
34468 COND_OFFICIAL_BUILD_0=""
34469 fi
34470
34471 COND_TOOLKIT_OS2="#"
34472 if test "x$TOOLKIT" = "xOS2" ; then
34473 COND_TOOLKIT_OS2=""
34474 fi
34475
34476 COND_TOOLKIT_MGL_USE_GUI_1="#"
34477 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
34478 COND_TOOLKIT_MGL_USE_GUI_1=""
34479 fi
34480
34481 COND_WXUSE_ZLIB_BUILTIN="#"
34482 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
34483 COND_WXUSE_ZLIB_BUILTIN=""
34484 fi
34485
34486 COND_TOOLKIT_MOTIF="#"
34487 if test "x$TOOLKIT" = "xMOTIF" ; then
34488 COND_TOOLKIT_MOTIF=""
34489 fi
34490
34491 COND_MONOLITHIC_0_SHARED_1="#"
34492 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
34493 COND_MONOLITHIC_0_SHARED_1=""
34494 fi
34495
34496 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
34497 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
34498 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
34499 fi
34500
34501 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
34502 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34503 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
34504 fi
34505
34506 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1="#"
34507 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34508 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1=""
34509 fi
34510
34511 COND_MONOLITHIC_0_SHARED_0="#"
34512 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
34513 COND_MONOLITHIC_0_SHARED_0=""
34514 fi
34515
34516 COND_USE_GUI_1="#"
34517 if test "x$USE_GUI" = "x1" ; then
34518 COND_USE_GUI_1=""
34519 fi
34520
34521 COND_USE_GUI_0="#"
34522 if test "x$USE_GUI" = "x0" ; then
34523 COND_USE_GUI_0=""
34524 fi
34525
34526 COND_TOOLKIT_MSW="#"
34527 if test "x$TOOLKIT" = "xMSW" ; then
34528 COND_TOOLKIT_MSW=""
34529 fi
34530
34531 COND_TOOLKIT_X11_USE_GUI_1="#"
34532 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
34533 COND_TOOLKIT_X11_USE_GUI_1=""
34534 fi
34535
34536 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0="#"
34537 if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34538 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0=""
34539 fi
34540
34541 COND_BUILD_DEBUG="#"
34542 if test "x$BUILD" = "xdebug" ; then
34543 COND_BUILD_DEBUG=""
34544 fi
34545
34546 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1="#"
34547 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34548 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1=""
34549 fi
34550
34551 COND_WXUSE_LIBTIFF_BUILTIN="#"
34552 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
34553 COND_WXUSE_LIBTIFF_BUILTIN=""
34554 fi
34555
34556 COND_OFFICIAL_BUILD_1="#"
34557 if test "x$OFFICIAL_BUILD" = "x1" ; then
34558 COND_OFFICIAL_BUILD_1=""
34559 fi
34560
34561 COND_BUILD_RELEASE="#"
34562 if test "x$BUILD" = "xrelease" ; then
34563 COND_BUILD_RELEASE=""
34564 fi
34565
34566 COND_USE_SOVERLINUX_1="#"
34567 if test "x$USE_SOVERLINUX" = "x1" ; then
34568 COND_USE_SOVERLINUX_1=""
34569 fi
34570
34571 COND_USE_SOSYMLINKS_1="#"
34572 if test "x$USE_SOSYMLINKS" = "x1" ; then
34573 COND_USE_SOSYMLINKS_1=""
34574 fi
34575
34576 COND_TOOLKIT_COCOA="#"
34577 if test "x$TOOLKIT" = "xCOCOA" ; then
34578 COND_TOOLKIT_COCOA=""
34579 fi
34580
34581 COND_PLATFORM_MACOSX_1="#"
34582 if test "x$PLATFORM_MACOSX" = "x1" ; then
34583 COND_PLATFORM_MACOSX_1=""
34584 fi
34585
34586 COND_WXUSE_LIBJPEG_BUILTIN="#"
34587 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
34588 COND_WXUSE_LIBJPEG_BUILTIN=""
34589 fi
34590
34591 COND_WXUSE_LIBPNG_BUILTIN="#"
34592 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
34593 COND_WXUSE_LIBPNG_BUILTIN=""
34594 fi
34595
34596 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
34597 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
34598 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
34599 fi
34600
34601 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
34602 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
34603 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
34604 fi
34605
34606 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1="#"
34607 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34608 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1=""
34609 fi
34610
34611 COND_USE_GUI_1_WXUNIV_0="#"
34612 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34613 COND_USE_GUI_1_WXUNIV_0=""
34614 fi
34615
34616 COND_USE_GUI_1_WXUNIV_1="#"
34617 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34618 COND_USE_GUI_1_WXUNIV_1=""
34619 fi
34620
34621 COND_TOOLKIT_GTK="#"
34622 if test "x$TOOLKIT" = "xGTK" ; then
34623 COND_TOOLKIT_GTK=""
34624 fi
34625
34626 COND_PLATFORM_WIN32_0="#"
34627 if test "x$PLATFORM_WIN32" = "x0" ; then
34628 COND_PLATFORM_WIN32_0=""
34629 fi
34630
34631 COND_PLATFORM_WIN32_1="#"
34632 if test "x$PLATFORM_WIN32" = "x1" ; then
34633 COND_PLATFORM_WIN32_1=""
34634 fi
34635
34636 COND_TOOLKIT_GTK_USE_GUI_1="#"
34637 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
34638 COND_TOOLKIT_GTK_USE_GUI_1=""
34639 fi
34640
34641 COND_TOOLKIT_MAC="#"
34642 if test "x$TOOLKIT" = "xMAC" ; then
34643 COND_TOOLKIT_MAC=""
34644 fi
34645
34646 COND_TOOLKIT_MSW_USE_GUI_1="#"
34647 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
34648 COND_TOOLKIT_MSW_USE_GUI_1=""
34649 fi
34650
34651 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
34652 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
34653 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
34654 fi
34655
34656 COND_SHARED_1="#"
34657 if test "x$SHARED" = "x1" ; then
34658 COND_SHARED_1=""
34659 fi
34660
34661 COND_PLATFORM_MAC_1="#"
34662 if test "x$PLATFORM_MAC" = "x1" ; then
34663 COND_PLATFORM_MAC_1=""
34664 fi
34665
34666 COND_SHARED_0="#"
34667 if test "x$SHARED" = "x0" ; then
34668 COND_SHARED_0=""
34669 fi
34670
34671 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
34672 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
34673 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
34674 fi
34675
34676 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
34677 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
34678 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
34679 fi
34680
34681
34682
34683
34684
34685
34686 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
34687
34688
34689
34690
34691
34692
34693
34694
34695
34696
34697
34698
34699
34700
34701
34702
34703
34704
34705
34706
34707
34708
34709
34710
34711
34712
34713
34714
34715
34716
34717
34718
34719
34720
34721
34722
34723
34724
34725
34726
34727
34728
34729
34730
34731
34732
34733
34734
34735
34736
34737
34738
34739
34740
34741
34742
34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
34765
34766
34767
34768
34769
34770
34771
34772
34773
34774
34775
34776
34777
34778
34779
34780
34781
34782
34783
34784
34785
34786
34787 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
34788 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
34789 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
34790 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
34791 echo $ECHO_N "(cached) $ECHO_C" >&6
34792 else
34793 cat >conftest.make <<\_ACEOF
34794 all:
34795 @echo 'ac_maketemp="$(MAKE)"'
34796 _ACEOF
34797 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
34798 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
34799 if test -n "$ac_maketemp"; then
34800 eval ac_cv_prog_make_${ac_make}_set=yes
34801 else
34802 eval ac_cv_prog_make_${ac_make}_set=no
34803 fi
34804 rm -f conftest.make
34805 fi
34806 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
34807 echo "$as_me:$LINENO: result: yes" >&5
34808 echo "${ECHO_T}yes" >&6
34809 SET_MAKE=
34810 else
34811 echo "$as_me:$LINENO: result: no" >&5
34812 echo "${ECHO_T}no" >&6
34813 SET_MAKE="MAKE=${MAKE-make}"
34814 fi
34815
34816
34817 if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
34818 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
34819 fi
34820
34821 ac_config_headers="$ac_config_headers setup.h"
34822
34823
34824 ac_config_files="$ac_config_files
34825 wx-config
34826 version-script
34827 Makefile
34828 "
34829
34830
34831 ac_config_commands="$ac_config_commands default"
34832
34833
34834
34835 if test "$wxUSE_GUI" = "yes"; then
34836 SUBDIRS="samples demos utils contrib"
34837 else SUBDIRS="samples utils"
34838 fi
34839
34840 for subdir in `echo $SUBDIRS`; do
34841 if test -d ${srcdir}/${subdir} ; then
34842 if test "$wxUSE_GUI" = "yes"; then
34843 if test ${subdir} = "samples"; then
34844 for sample in `echo $SAMPLES_SUBDIRS`; do
34845 if test -d $srcdir/samples/$sample; then
34846 makefiles="samples/$sample/Makefile.in $makefiles"
34847 fi
34848 done
34849 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
34850 fi
34851 else if test ${subdir} = "samples"; then
34852 makefiles="samples/console/Makefile.in"
34853 else makefiles="utils/HelpGen/Makefile.in \
34854 utils/HelpGen/src/Makefile.in \
34855 utils/makegen/Makefile.in"
34856 fi
34857 fi
34858
34859 for mkin in $makefiles ; do
34860 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
34861 ac_config_files="$ac_config_files $mk"
34862
34863 done
34864 fi
34865 done
34866
34867
34868 cat >confcache <<\_ACEOF
34869 # This file is a shell script that caches the results of configure
34870 # tests run on this system so they can be shared between configure
34871 # scripts and configure runs, see configure's option --config-cache.
34872 # It is not useful on other systems. If it contains results you don't
34873 # want to keep, you may remove or edit it.
34874 #
34875 # config.status only pays attention to the cache file if you give it
34876 # the --recheck option to rerun configure.
34877 #
34878 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34879 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34880 # following values.
34881
34882 _ACEOF
34883
34884 # The following way of writing the cache mishandles newlines in values,
34885 # but we know of no workaround that is simple, portable, and efficient.
34886 # So, don't put newlines in cache variables' values.
34887 # Ultrix sh set writes to stderr and can't be redirected directly,
34888 # and sets the high bit in the cache file unless we assign to the vars.
34889 {
34890 (set) 2>&1 |
34891 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34892 *ac_space=\ *)
34893 # `set' does not quote correctly, so add quotes (double-quote
34894 # substitution turns \\\\ into \\, and sed turns \\ into \).
34895 sed -n \
34896 "s/'/'\\\\''/g;
34897 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34898 ;;
34899 *)
34900 # `set' quotes correctly as required by POSIX, so do not add quotes.
34901 sed -n \
34902 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34903 ;;
34904 esac;
34905 } |
34906 sed '
34907 t clear
34908 : clear
34909 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34910 t end
34911 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34912 : end' >>confcache
34913 if diff $cache_file confcache >/dev/null 2>&1; then :; else
34914 if test -w $cache_file; then
34915 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34916 cat confcache >$cache_file
34917 else
34918 echo "not updating unwritable cache $cache_file"
34919 fi
34920 fi
34921 rm -f confcache
34922
34923 test "x$prefix" = xNONE && prefix=$ac_default_prefix
34924 # Let make expand exec_prefix.
34925 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
34926
34927 # VPATH may cause trouble with some makes, so we remove $(srcdir),
34928 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
34929 # trailing colons and then remove the whole line if VPATH becomes empty
34930 # (actually we leave an empty line to preserve line numbers).
34931 if test "x$srcdir" = x.; then
34932 ac_vpsub='/^[ ]*VPATH[ ]*=/{
34933 s/:*\$(srcdir):*/:/;
34934 s/:*\${srcdir}:*/:/;
34935 s/:*@srcdir@:*/:/;
34936 s/^\([^=]*=[ ]*\):*/\1/;
34937 s/:*$//;
34938 s/^[^=]*=[ ]*$//;
34939 }'
34940 fi
34941
34942 DEFS=-DHAVE_CONFIG_H
34943
34944 ac_libobjs=
34945 ac_ltlibobjs=
34946 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
34947 # 1. Remove the extension, and $U if already installed.
34948 ac_i=`echo "$ac_i" |
34949 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
34950 # 2. Add them.
34951 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
34952 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
34953 done
34954 LIBOBJS=$ac_libobjs
34955
34956 LTLIBOBJS=$ac_ltlibobjs
34957
34958
34959
34960 : ${CONFIG_STATUS=./config.status}
34961 ac_clean_files_save=$ac_clean_files
34962 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
34963 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
34964 echo "$as_me: creating $CONFIG_STATUS" >&6;}
34965 cat >$CONFIG_STATUS <<_ACEOF
34966 #! $SHELL
34967 # Generated by $as_me.
34968 # Run this file to recreate the current configuration.
34969 # Compiler output produced by configure, useful for debugging
34970 # configure, is in config.log if it exists.
34971
34972 debug=false
34973 ac_cs_recheck=false
34974 ac_cs_silent=false
34975 SHELL=\${CONFIG_SHELL-$SHELL}
34976 _ACEOF
34977
34978 cat >>$CONFIG_STATUS <<\_ACEOF
34979 ## --------------------- ##
34980 ## M4sh Initialization. ##
34981 ## --------------------- ##
34982
34983 # Be Bourne compatible
34984 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34985 emulate sh
34986 NULLCMD=:
34987 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
34988 # is contrary to our usage. Disable this feature.
34989 alias -g '${1+"$@"}'='"$@"'
34990 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
34991 set -o posix
34992 fi
34993
34994 # Support unset when possible.
34995 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
34996 as_unset=unset
34997 else
34998 as_unset=false
34999 fi
35000
35001
35002 # Work around bugs in pre-3.0 UWIN ksh.
35003 $as_unset ENV MAIL MAILPATH
35004 PS1='$ '
35005 PS2='> '
35006 PS4='+ '
35007
35008 # NLS nuisances.
35009 for as_var in \
35010 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
35011 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
35012 LC_TELEPHONE LC_TIME
35013 do
35014 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
35015 eval $as_var=C; export $as_var
35016 else
35017 $as_unset $as_var
35018 fi
35019 done
35020
35021 # Required to use basename.
35022 if expr a : '\(a\)' >/dev/null 2>&1; then
35023 as_expr=expr
35024 else
35025 as_expr=false
35026 fi
35027
35028 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
35029 as_basename=basename
35030 else
35031 as_basename=false
35032 fi
35033
35034
35035 # Name of the executable.
35036 as_me=`$as_basename "$0" ||
35037 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
35038 X"$0" : 'X\(//\)$' \| \
35039 X"$0" : 'X\(/\)$' \| \
35040 . : '\(.\)' 2>/dev/null ||
35041 echo X/"$0" |
35042 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
35043 /^X\/\(\/\/\)$/{ s//\1/; q; }
35044 /^X\/\(\/\).*/{ s//\1/; q; }
35045 s/.*/./; q'`
35046
35047
35048 # PATH needs CR, and LINENO needs CR and PATH.
35049 # Avoid depending upon Character Ranges.
35050 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35051 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35052 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35053 as_cr_digits='0123456789'
35054 as_cr_alnum=$as_cr_Letters$as_cr_digits
35055
35056 # The user is always right.
35057 if test "${PATH_SEPARATOR+set}" != set; then
35058 echo "#! /bin/sh" >conf$$.sh
35059 echo "exit 0" >>conf$$.sh
35060 chmod +x conf$$.sh
35061 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
35062 PATH_SEPARATOR=';'
35063 else
35064 PATH_SEPARATOR=:
35065 fi
35066 rm -f conf$$.sh
35067 fi
35068
35069
35070 as_lineno_1=$LINENO
35071 as_lineno_2=$LINENO
35072 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35073 test "x$as_lineno_1" != "x$as_lineno_2" &&
35074 test "x$as_lineno_3" = "x$as_lineno_2" || {
35075 # Find who we are. Look in the path if we contain no path at all
35076 # relative or not.
35077 case $0 in
35078 *[\\/]* ) as_myself=$0 ;;
35079 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35080 for as_dir in $PATH
35081 do
35082 IFS=$as_save_IFS
35083 test -z "$as_dir" && as_dir=.
35084 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
35085 done
35086
35087 ;;
35088 esac
35089 # We did not find ourselves, most probably we were run as `sh COMMAND'
35090 # in which case we are not to be found in the path.
35091 if test "x$as_myself" = x; then
35092 as_myself=$0
35093 fi
35094 if test ! -f "$as_myself"; then
35095 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
35096 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
35097 { (exit 1); exit 1; }; }
35098 fi
35099 case $CONFIG_SHELL in
35100 '')
35101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35102 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
35103 do
35104 IFS=$as_save_IFS
35105 test -z "$as_dir" && as_dir=.
35106 for as_base in sh bash ksh sh5; do
35107 case $as_dir in
35108 /*)
35109 if ("$as_dir/$as_base" -c '
35110 as_lineno_1=$LINENO
35111 as_lineno_2=$LINENO
35112 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35113 test "x$as_lineno_1" != "x$as_lineno_2" &&
35114 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
35115 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
35116 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
35117 CONFIG_SHELL=$as_dir/$as_base
35118 export CONFIG_SHELL
35119 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
35120 fi;;
35121 esac
35122 done
35123 done
35124 ;;
35125 esac
35126
35127 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
35128 # uniformly replaced by the line number. The first 'sed' inserts a
35129 # line-number line before each line; the second 'sed' does the real
35130 # work. The second script uses 'N' to pair each line-number line
35131 # with the numbered line, and appends trailing '-' during
35132 # substitution so that $LINENO is not a special case at line end.
35133 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
35134 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
35135 sed '=' <$as_myself |
35136 sed '
35137 N
35138 s,$,-,
35139 : loop
35140 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
35141 t loop
35142 s,-$,,
35143 s,^['$as_cr_digits']*\n,,
35144 ' >$as_me.lineno &&
35145 chmod +x $as_me.lineno ||
35146 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
35147 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
35148 { (exit 1); exit 1; }; }
35149
35150 # Don't try to exec as it changes $[0], causing all sort of problems
35151 # (the dirname of $[0] is not the place where we might find the
35152 # original and so on. Autoconf is especially sensible to this).
35153 . ./$as_me.lineno
35154 # Exit status is that of the last command.
35155 exit
35156 }
35157
35158
35159 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
35160 *c*,-n*) ECHO_N= ECHO_C='
35161 ' ECHO_T=' ' ;;
35162 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
35163 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
35164 esac
35165
35166 if expr a : '\(a\)' >/dev/null 2>&1; then
35167 as_expr=expr
35168 else
35169 as_expr=false
35170 fi
35171
35172 rm -f conf$$ conf$$.exe conf$$.file
35173 echo >conf$$.file
35174 if ln -s conf$$.file conf$$ 2>/dev/null; then
35175 # We could just check for DJGPP; but this test a) works b) is more generic
35176 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
35177 if test -f conf$$.exe; then
35178 # Don't use ln at all; we don't have any links
35179 as_ln_s='cp -p'
35180 else
35181 as_ln_s='ln -s'
35182 fi
35183 elif ln conf$$.file conf$$ 2>/dev/null; then
35184 as_ln_s=ln
35185 else
35186 as_ln_s='cp -p'
35187 fi
35188 rm -f conf$$ conf$$.exe conf$$.file
35189
35190 if mkdir -p . 2>/dev/null; then
35191 as_mkdir_p=:
35192 else
35193 as_mkdir_p=false
35194 fi
35195
35196 as_executable_p="test -f"
35197
35198 # Sed expression to map a string onto a valid CPP name.
35199 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
35200
35201 # Sed expression to map a string onto a valid variable name.
35202 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
35203
35204
35205 # IFS
35206 # We need space, tab and new line, in precisely that order.
35207 as_nl='
35208 '
35209 IFS=" $as_nl"
35210
35211 # CDPATH.
35212 $as_unset CDPATH
35213
35214 exec 6>&1
35215
35216 # Open the log real soon, to keep \$[0] and so on meaningful, and to
35217 # report actual input values of CONFIG_FILES etc. instead of their
35218 # values after options handling. Logging --version etc. is OK.
35219 exec 5>>config.log
35220 {
35221 echo
35222 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
35223 ## Running $as_me. ##
35224 _ASBOX
35225 } >&5
35226 cat >&5 <<_CSEOF
35227
35228 This file was extended by wxWindows $as_me 2.5.0, which was
35229 generated by GNU Autoconf 2.57. Invocation command line was
35230
35231 CONFIG_FILES = $CONFIG_FILES
35232 CONFIG_HEADERS = $CONFIG_HEADERS
35233 CONFIG_LINKS = $CONFIG_LINKS
35234 CONFIG_COMMANDS = $CONFIG_COMMANDS
35235 $ $0 $@
35236
35237 _CSEOF
35238 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
35239 echo >&5
35240 _ACEOF
35241
35242 # Files that config.status was made for.
35243 if test -n "$ac_config_files"; then
35244 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
35245 fi
35246
35247 if test -n "$ac_config_headers"; then
35248 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
35249 fi
35250
35251 if test -n "$ac_config_links"; then
35252 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
35253 fi
35254
35255 if test -n "$ac_config_commands"; then
35256 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
35257 fi
35258
35259 cat >>$CONFIG_STATUS <<\_ACEOF
35260
35261 ac_cs_usage="\
35262 \`$as_me' instantiates files from templates according to the
35263 current configuration.
35264
35265 Usage: $0 [OPTIONS] [FILE]...
35266
35267 -h, --help print this help, then exit
35268 -V, --version print version number, then exit
35269 -q, --quiet do not print progress messages
35270 -d, --debug don't remove temporary files
35271 --recheck update $as_me by reconfiguring in the same conditions
35272 --file=FILE[:TEMPLATE]
35273 instantiate the configuration file FILE
35274 --header=FILE[:TEMPLATE]
35275 instantiate the configuration header FILE
35276
35277 Configuration files:
35278 $config_files
35279
35280 Configuration headers:
35281 $config_headers
35282
35283 Configuration commands:
35284 $config_commands
35285
35286 Report bugs to <bug-autoconf@gnu.org>."
35287 _ACEOF
35288
35289 cat >>$CONFIG_STATUS <<_ACEOF
35290 ac_cs_version="\\
35291 wxWindows config.status 2.5.0
35292 configured by $0, generated by GNU Autoconf 2.57,
35293 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
35294
35295 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
35296 Free Software Foundation, Inc.
35297 This config.status script is free software; the Free Software Foundation
35298 gives unlimited permission to copy, distribute and modify it."
35299 srcdir=$srcdir
35300 INSTALL="$INSTALL"
35301 _ACEOF
35302
35303 cat >>$CONFIG_STATUS <<\_ACEOF
35304 # If no file are specified by the user, then we need to provide default
35305 # value. By we need to know if files were specified by the user.
35306 ac_need_defaults=:
35307 while test $# != 0
35308 do
35309 case $1 in
35310 --*=*)
35311 ac_option=`expr "x$1" : 'x\([^=]*\)='`
35312 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
35313 ac_shift=:
35314 ;;
35315 -*)
35316 ac_option=$1
35317 ac_optarg=$2
35318 ac_shift=shift
35319 ;;
35320 *) # This is not an option, so the user has probably given explicit
35321 # arguments.
35322 ac_option=$1
35323 ac_need_defaults=false;;
35324 esac
35325
35326 case $ac_option in
35327 # Handling of the options.
35328 _ACEOF
35329 cat >>$CONFIG_STATUS <<\_ACEOF
35330 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
35331 ac_cs_recheck=: ;;
35332 --version | --vers* | -V )
35333 echo "$ac_cs_version"; exit 0 ;;
35334 --he | --h)
35335 # Conflict between --help and --header
35336 { { echo "$as_me:$LINENO: error: ambiguous option: $1
35337 Try \`$0 --help' for more information." >&5
35338 echo "$as_me: error: ambiguous option: $1
35339 Try \`$0 --help' for more information." >&2;}
35340 { (exit 1); exit 1; }; };;
35341 --help | --hel | -h )
35342 echo "$ac_cs_usage"; exit 0 ;;
35343 --debug | --d* | -d )
35344 debug=: ;;
35345 --file | --fil | --fi | --f )
35346 $ac_shift
35347 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
35348 ac_need_defaults=false;;
35349 --header | --heade | --head | --hea )
35350 $ac_shift
35351 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
35352 ac_need_defaults=false;;
35353 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
35354 | -silent | --silent | --silen | --sile | --sil | --si | --s)
35355 ac_cs_silent=: ;;
35356
35357 # This is an error.
35358 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
35359 Try \`$0 --help' for more information." >&5
35360 echo "$as_me: error: unrecognized option: $1
35361 Try \`$0 --help' for more information." >&2;}
35362 { (exit 1); exit 1; }; } ;;
35363
35364 *) ac_config_targets="$ac_config_targets $1" ;;
35365
35366 esac
35367 shift
35368 done
35369
35370 ac_configure_extra_args=
35371
35372 if $ac_cs_silent; then
35373 exec 6>/dev/null
35374 ac_configure_extra_args="$ac_configure_extra_args --silent"
35375 fi
35376
35377 _ACEOF
35378 cat >>$CONFIG_STATUS <<_ACEOF
35379 if \$ac_cs_recheck; then
35380 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
35381 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
35382 fi
35383
35384 _ACEOF
35385
35386 cat >>$CONFIG_STATUS <<_ACEOF
35387 #
35388 # INIT-COMMANDS section.
35389 #
35390
35391
35392 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
35393 LN_S="${LN_S}"
35394
35395
35396
35397 _ACEOF
35398
35399
35400
35401 cat >>$CONFIG_STATUS <<\_ACEOF
35402 for ac_config_target in $ac_config_targets
35403 do
35404 case "$ac_config_target" in
35405 # Handling of arguments.
35406 "
35407 " ) CONFIG_FILES="$CONFIG_FILES
35408 " ;;
35409 "wx-config
35410 " ) CONFIG_FILES="$CONFIG_FILES wx-config
35411 " ;;
35412 "version-script
35413 " ) CONFIG_FILES="$CONFIG_FILES version-script
35414 " ;;
35415 "Makefile
35416 " ) CONFIG_FILES="$CONFIG_FILES Makefile
35417 " ;;
35418 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
35419 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
35420 "setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS setup.h" ;;
35421 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
35422 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
35423 { (exit 1); exit 1; }; };;
35424 esac
35425 done
35426
35427 # If the user did not use the arguments to specify the items to instantiate,
35428 # then the envvar interface is used. Set only those that are not.
35429 # We use the long form for the default assignment because of an extremely
35430 # bizarre bug on SunOS 4.1.3.
35431 if $ac_need_defaults; then
35432 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
35433 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
35434 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
35435 fi
35436
35437 # Have a temporary directory for convenience. Make it in the build tree
35438 # simply because there is no reason to put it here, and in addition,
35439 # creating and moving files from /tmp can sometimes cause problems.
35440 # Create a temporary directory, and hook for its removal unless debugging.
35441 $debug ||
35442 {
35443 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
35444 trap '{ (exit 1); exit 1; }' 1 2 13 15
35445 }
35446
35447 # Create a (secure) tmp directory for tmp files.
35448
35449 {
35450 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
35451 test -n "$tmp" && test -d "$tmp"
35452 } ||
35453 {
35454 tmp=./confstat$$-$RANDOM
35455 (umask 077 && mkdir $tmp)
35456 } ||
35457 {
35458 echo "$me: cannot create a temporary directory in ." >&2
35459 { (exit 1); exit 1; }
35460 }
35461
35462 _ACEOF
35463
35464 cat >>$CONFIG_STATUS <<_ACEOF
35465
35466 #
35467 # CONFIG_FILES section.
35468 #
35469
35470 # No need to generate the scripts if there are no CONFIG_FILES.
35471 # This happens for instance when ./config.status config.h
35472 if test -n "\$CONFIG_FILES"; then
35473 # Protect against being on the right side of a sed subst in config.status.
35474 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
35475 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
35476 s,@SHELL@,$SHELL,;t t
35477 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
35478 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
35479 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
35480 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
35481 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
35482 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
35483 s,@exec_prefix@,$exec_prefix,;t t
35484 s,@prefix@,$prefix,;t t
35485 s,@program_transform_name@,$program_transform_name,;t t
35486 s,@bindir@,$bindir,;t t
35487 s,@sbindir@,$sbindir,;t t
35488 s,@libexecdir@,$libexecdir,;t t
35489 s,@datadir@,$datadir,;t t
35490 s,@sysconfdir@,$sysconfdir,;t t
35491 s,@sharedstatedir@,$sharedstatedir,;t t
35492 s,@localstatedir@,$localstatedir,;t t
35493 s,@libdir@,$libdir,;t t
35494 s,@includedir@,$includedir,;t t
35495 s,@oldincludedir@,$oldincludedir,;t t
35496 s,@infodir@,$infodir,;t t
35497 s,@mandir@,$mandir,;t t
35498 s,@build_alias@,$build_alias,;t t
35499 s,@host_alias@,$host_alias,;t t
35500 s,@target_alias@,$target_alias,;t t
35501 s,@DEFS@,$DEFS,;t t
35502 s,@ECHO_C@,$ECHO_C,;t t
35503 s,@ECHO_N@,$ECHO_N,;t t
35504 s,@ECHO_T@,$ECHO_T,;t t
35505 s,@LIBS@,$LIBS,;t t
35506 s,@build@,$build,;t t
35507 s,@build_cpu@,$build_cpu,;t t
35508 s,@build_vendor@,$build_vendor,;t t
35509 s,@build_os@,$build_os,;t t
35510 s,@host@,$host,;t t
35511 s,@host_cpu@,$host_cpu,;t t
35512 s,@host_vendor@,$host_vendor,;t t
35513 s,@host_os@,$host_os,;t t
35514 s,@target@,$target,;t t
35515 s,@target_cpu@,$target_cpu,;t t
35516 s,@target_vendor@,$target_vendor,;t t
35517 s,@target_os@,$target_os,;t t
35518 s,@CC@,$CC,;t t
35519 s,@CFLAGS@,$CFLAGS,;t t
35520 s,@LDFLAGS@,$LDFLAGS,;t t
35521 s,@CPPFLAGS@,$CPPFLAGS,;t t
35522 s,@ac_ct_CC@,$ac_ct_CC,;t t
35523 s,@EXEEXT@,$EXEEXT,;t t
35524 s,@OBJEXT@,$OBJEXT,;t t
35525 s,@CPP@,$CPP,;t t
35526 s,@EGREP@,$EGREP,;t t
35527 s,@CXX@,$CXX,;t t
35528 s,@CXXFLAGS@,$CXXFLAGS,;t t
35529 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
35530 s,@RANLIB@,$RANLIB,;t t
35531 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
35532 s,@AR@,$AR,;t t
35533 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
35534 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
35535 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
35536 s,@STRIP@,$STRIP,;t t
35537 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
35538 s,@YACC@,$YACC,;t t
35539 s,@LEX@,$LEX,;t t
35540 s,@LEXLIB@,$LEXLIB,;t t
35541 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
35542 s,@LN_S@,$LN_S,;t t
35543 s,@CXXCPP@,$CXXCPP,;t t
35544 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
35545 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
35546 s,@GTK_LIBS@,$GTK_LIBS,;t t
35547 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
35548 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
35549 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
35550 s,@X_CFLAGS@,$X_CFLAGS,;t t
35551 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
35552 s,@X_LIBS@,$X_LIBS,;t t
35553 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
35554 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
35555 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
35556 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
35557 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
35558 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
35559 s,@RESCOMP@,$RESCOMP,;t t
35560 s,@DEREZ@,$DEREZ,;t t
35561 s,@SETFILE@,$SETFILE,;t t
35562 s,@LIBICONV@,$LIBICONV,;t t
35563 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
35564 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
35565 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
35566 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
35567 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
35568 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
35569 s,@VENDOR@,$VENDOR,;t t
35570 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
35571 s,@WXUNIV@,$WXUNIV,;t t
35572 s,@MONOLITHIC@,$MONOLITHIC,;t t
35573 s,@EXTRALIBS@,$EXTRALIBS,;t t
35574 s,@UNICODE@,$UNICODE,;t t
35575 s,@BUILD@,$BUILD,;t t
35576 s,@SHARED@,$SHARED,;t t
35577 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
35578 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
35579 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
35580 s,@SET_MAKE@,$SET_MAKE,;t t
35581 s,@MAKE_SET@,$MAKE_SET,;t t
35582 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
35583 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
35584 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
35585 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
35586 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
35587 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
35588 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
35589 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
35590 s,@DLLPREFIX@,$DLLPREFIX,;t t
35591 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
35592 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
35593 s,@PIC_FLAG@,$PIC_FLAG,;t t
35594 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
35595 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
35596 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
35597 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
35598 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
35599 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
35600 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
35601 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
35602 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
35603 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
35604 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
35605 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
35606 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
35607 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
35608 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
35609 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
35610 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
35611 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
35612 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
35613 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
35614 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
35615 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
35616 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
35617 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
35618 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
35619 s,@COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1,;t t
35620 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
35621 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
35622 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
35623 s,@COND_OFFICIAL_BUILD_0@,$COND_OFFICIAL_BUILD_0,;t t
35624 s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t
35625 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
35626 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
35627 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
35628 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
35629 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
35630 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
35631 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1,;t t
35632 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
35633 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
35634 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
35635 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
35636 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
35637 s,@COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0,;t t
35638 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
35639 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1,;t t
35640 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
35641 s,@COND_OFFICIAL_BUILD_1@,$COND_OFFICIAL_BUILD_1,;t t
35642 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
35643 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
35644 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
35645 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
35646 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
35647 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
35648 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
35649 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
35650 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
35651 s,@COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1,;t t
35652 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
35653 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
35654 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
35655 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
35656 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
35657 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
35658 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
35659 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
35660 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
35661 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
35662 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
35663 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
35664 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
35665 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
35666 s,@LEX_STEM@,$LEX_STEM,;t t
35667 s,@PATH_IFS@,$PATH_IFS,;t t
35668 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
35669 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
35670 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
35671 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
35672 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
35673 s,@WX_LIBRARY_BASENAME@,$WX_LIBRARY_BASENAME,;t t
35674 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
35675 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
35676 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
35677 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
35678 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
35679 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
35680 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
35681 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
35682 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
35683 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
35684 s,@WX_ALL@,$WX_ALL,;t t
35685 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
35686 s,@SHARED_LD@,$SHARED_LD,;t t
35687 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
35688 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
35689 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
35690 s,@USE_GUI@,$USE_GUI,;t t
35691 s,@AFMINSTALL@,$AFMINSTALL,;t t
35692 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
35693 s,@TOOLKIT@,$TOOLKIT,;t t
35694 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
35695 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
35696 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
35697 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
35698 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
35699 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
35700 s,@cross_compiling@,$cross_compiling,;t t
35701 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
35702 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
35703 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
35704 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
35705 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
35706 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
35707 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
35708 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
35709 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
35710 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
35711 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
35712 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
35713 s,@GUIDIST@,$GUIDIST,;t t
35714 s,@PORT_FILES@,$PORT_FILES,;t t
35715 s,@DISTDIR@,$DISTDIR,;t t
35716 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
35717 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
35718 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
35719 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
35720 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
35721 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
35722 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
35723 s,@RESFLAGS@,$RESFLAGS,;t t
35724 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
35725 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
35726 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
35727 s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
35728 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
35729 s,@MACRESCOMP@,$MACRESCOMP,;t t
35730 s,@MACSETFILE@,$MACSETFILE,;t t
35731 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
35732 s,@GCC@,$GCC,;t t
35733 s,@DLLTOOL@,$DLLTOOL,;t t
35734 s,@AS@,$AS,;t t
35735 s,@NM@,$NM,;t t
35736 s,@LD@,$LD,;t t
35737 s,@MAKEINFO@,$MAKEINFO,;t t
35738 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
35739 s,@ESD_LINK@,$ESD_LINK,;t t
35740 s,@LIBOBJS@,$LIBOBJS,;t t
35741 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
35742 CEOF
35743
35744 _ACEOF
35745
35746 cat >>$CONFIG_STATUS <<\_ACEOF
35747 # Split the substitutions into bite-sized pieces for seds with
35748 # small command number limits, like on Digital OSF/1 and HP-UX.
35749 ac_max_sed_lines=48
35750 ac_sed_frag=1 # Number of current file.
35751 ac_beg=1 # First line for current file.
35752 ac_end=$ac_max_sed_lines # Line after last line for current file.
35753 ac_more_lines=:
35754 ac_sed_cmds=
35755 while $ac_more_lines; do
35756 if test $ac_beg -gt 1; then
35757 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
35758 else
35759 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
35760 fi
35761 if test ! -s $tmp/subs.frag; then
35762 ac_more_lines=false
35763 else
35764 # The purpose of the label and of the branching condition is to
35765 # speed up the sed processing (if there are no `@' at all, there
35766 # is no need to browse any of the substitutions).
35767 # These are the two extra sed commands mentioned above.
35768 (echo ':t
35769 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
35770 if test -z "$ac_sed_cmds"; then
35771 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
35772 else
35773 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
35774 fi
35775 ac_sed_frag=`expr $ac_sed_frag + 1`
35776 ac_beg=$ac_end
35777 ac_end=`expr $ac_end + $ac_max_sed_lines`
35778 fi
35779 done
35780 if test -z "$ac_sed_cmds"; then
35781 ac_sed_cmds=cat
35782 fi
35783 fi # test -n "$CONFIG_FILES"
35784
35785 _ACEOF
35786 cat >>$CONFIG_STATUS <<\_ACEOF
35787 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
35788 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35789 case $ac_file in
35790 - | *:- | *:-:* ) # input from stdin
35791 cat >$tmp/stdin
35792 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35793 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35794 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35795 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35796 * ) ac_file_in=$ac_file.in ;;
35797 esac
35798
35799 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
35800 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
35801 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35802 X"$ac_file" : 'X\(//\)[^/]' \| \
35803 X"$ac_file" : 'X\(//\)$' \| \
35804 X"$ac_file" : 'X\(/\)' \| \
35805 . : '\(.\)' 2>/dev/null ||
35806 echo X"$ac_file" |
35807 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35808 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35809 /^X\(\/\/\)$/{ s//\1/; q; }
35810 /^X\(\/\).*/{ s//\1/; q; }
35811 s/.*/./; q'`
35812 { if $as_mkdir_p; then
35813 mkdir -p "$ac_dir"
35814 else
35815 as_dir="$ac_dir"
35816 as_dirs=
35817 while test ! -d "$as_dir"; do
35818 as_dirs="$as_dir $as_dirs"
35819 as_dir=`(dirname "$as_dir") 2>/dev/null ||
35820 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35821 X"$as_dir" : 'X\(//\)[^/]' \| \
35822 X"$as_dir" : 'X\(//\)$' \| \
35823 X"$as_dir" : 'X\(/\)' \| \
35824 . : '\(.\)' 2>/dev/null ||
35825 echo X"$as_dir" |
35826 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35827 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35828 /^X\(\/\/\)$/{ s//\1/; q; }
35829 /^X\(\/\).*/{ s//\1/; q; }
35830 s/.*/./; q'`
35831 done
35832 test ! -n "$as_dirs" || mkdir $as_dirs
35833 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
35834 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
35835 { (exit 1); exit 1; }; }; }
35836
35837 ac_builddir=.
35838
35839 if test "$ac_dir" != .; then
35840 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
35841 # A "../" for each directory in $ac_dir_suffix.
35842 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
35843 else
35844 ac_dir_suffix= ac_top_builddir=
35845 fi
35846
35847 case $srcdir in
35848 .) # No --srcdir option. We are building in place.
35849 ac_srcdir=.
35850 if test -z "$ac_top_builddir"; then
35851 ac_top_srcdir=.
35852 else
35853 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
35854 fi ;;
35855 [\\/]* | ?:[\\/]* ) # Absolute path.
35856 ac_srcdir=$srcdir$ac_dir_suffix;
35857 ac_top_srcdir=$srcdir ;;
35858 *) # Relative path.
35859 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
35860 ac_top_srcdir=$ac_top_builddir$srcdir ;;
35861 esac
35862 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
35863 # absolute.
35864 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
35865 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
35866 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
35867 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
35868
35869
35870 case $INSTALL in
35871 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
35872 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
35873 esac
35874
35875 if test x"$ac_file" != x-; then
35876 { echo "$as_me:$LINENO: creating $ac_file" >&5
35877 echo "$as_me: creating $ac_file" >&6;}
35878 rm -f "$ac_file"
35879 fi
35880 # Let's still pretend it is `configure' which instantiates (i.e., don't
35881 # use $as_me), people would be surprised to read:
35882 # /* config.h. Generated by config.status. */
35883 if test x"$ac_file" = x-; then
35884 configure_input=
35885 else
35886 configure_input="$ac_file. "
35887 fi
35888 configure_input=$configure_input"Generated from `echo $ac_file_in |
35889 sed 's,.*/,,'` by configure."
35890
35891 # First look for the input files in the build tree, otherwise in the
35892 # src tree.
35893 ac_file_inputs=`IFS=:
35894 for f in $ac_file_in; do
35895 case $f in
35896 -) echo $tmp/stdin ;;
35897 [\\/$]*)
35898 # Absolute (can't be DOS-style, as IFS=:)
35899 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35900 echo "$as_me: error: cannot find input file: $f" >&2;}
35901 { (exit 1); exit 1; }; }
35902 echo $f;;
35903 *) # Relative
35904 if test -f "$f"; then
35905 # Build tree
35906 echo $f
35907 elif test -f "$srcdir/$f"; then
35908 # Source tree
35909 echo $srcdir/$f
35910 else
35911 # /dev/null tree
35912 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35913 echo "$as_me: error: cannot find input file: $f" >&2;}
35914 { (exit 1); exit 1; }; }
35915 fi;;
35916 esac
35917 done` || { (exit 1); exit 1; }
35918 _ACEOF
35919 cat >>$CONFIG_STATUS <<_ACEOF
35920 sed "$ac_vpsub
35921 $extrasub
35922 _ACEOF
35923 cat >>$CONFIG_STATUS <<\_ACEOF
35924 :t
35925 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
35926 s,@configure_input@,$configure_input,;t t
35927 s,@srcdir@,$ac_srcdir,;t t
35928 s,@abs_srcdir@,$ac_abs_srcdir,;t t
35929 s,@top_srcdir@,$ac_top_srcdir,;t t
35930 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
35931 s,@builddir@,$ac_builddir,;t t
35932 s,@abs_builddir@,$ac_abs_builddir,;t t
35933 s,@top_builddir@,$ac_top_builddir,;t t
35934 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
35935 s,@INSTALL@,$ac_INSTALL,;t t
35936 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
35937 rm -f $tmp/stdin
35938 if test x"$ac_file" != x-; then
35939 mv $tmp/out $ac_file
35940 else
35941 cat $tmp/out
35942 rm -f $tmp/out
35943 fi
35944
35945 done
35946 _ACEOF
35947 cat >>$CONFIG_STATUS <<\_ACEOF
35948
35949 #
35950 # CONFIG_HEADER section.
35951 #
35952
35953 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
35954 # NAME is the cpp macro being defined and VALUE is the value it is being given.
35955 #
35956 # ac_d sets the value in "#define NAME VALUE" lines.
35957 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
35958 ac_dB='[ ].*$,\1#\2'
35959 ac_dC=' '
35960 ac_dD=',;t'
35961 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
35962 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
35963 ac_uB='$,\1#\2define\3'
35964 ac_uC=' '
35965 ac_uD=',;t'
35966
35967 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
35968 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35969 case $ac_file in
35970 - | *:- | *:-:* ) # input from stdin
35971 cat >$tmp/stdin
35972 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35973 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35974 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35975 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35976 * ) ac_file_in=$ac_file.in ;;
35977 esac
35978
35979 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
35980 echo "$as_me: creating $ac_file" >&6;}
35981
35982 # First look for the input files in the build tree, otherwise in the
35983 # src tree.
35984 ac_file_inputs=`IFS=:
35985 for f in $ac_file_in; do
35986 case $f in
35987 -) echo $tmp/stdin ;;
35988 [\\/$]*)
35989 # Absolute (can't be DOS-style, as IFS=:)
35990 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35991 echo "$as_me: error: cannot find input file: $f" >&2;}
35992 { (exit 1); exit 1; }; }
35993 echo $f;;
35994 *) # Relative
35995 if test -f "$f"; then
35996 # Build tree
35997 echo $f
35998 elif test -f "$srcdir/$f"; then
35999 # Source tree
36000 echo $srcdir/$f
36001 else
36002 # /dev/null tree
36003 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36004 echo "$as_me: error: cannot find input file: $f" >&2;}
36005 { (exit 1); exit 1; }; }
36006 fi;;
36007 esac
36008 done` || { (exit 1); exit 1; }
36009 # Remove the trailing spaces.
36010 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
36011
36012 _ACEOF
36013
36014 # Transform confdefs.h into two sed scripts, `conftest.defines' and
36015 # `conftest.undefs', that substitutes the proper values into
36016 # config.h.in to produce config.h. The first handles `#define'
36017 # templates, and the second `#undef' templates.
36018 # And first: Protect against being on the right side of a sed subst in
36019 # config.status. Protect against being in an unquoted here document
36020 # in config.status.
36021 rm -f conftest.defines conftest.undefs
36022 # Using a here document instead of a string reduces the quoting nightmare.
36023 # Putting comments in sed scripts is not portable.
36024 #
36025 # `end' is used to avoid that the second main sed command (meant for
36026 # 0-ary CPP macros) applies to n-ary macro definitions.
36027 # See the Autoconf documentation for `clear'.
36028 cat >confdef2sed.sed <<\_ACEOF
36029 s/[\\&,]/\\&/g
36030 s,[\\$`],\\&,g
36031 t clear
36032 : clear
36033 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
36034 t end
36035 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
36036 : end
36037 _ACEOF
36038 # If some macros were called several times there might be several times
36039 # the same #defines, which is useless. Nevertheless, we may not want to
36040 # sort them, since we want the *last* AC-DEFINE to be honored.
36041 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
36042 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
36043 rm -f confdef2sed.sed
36044
36045 # This sed command replaces #undef with comments. This is necessary, for
36046 # example, in the case of _POSIX_SOURCE, which is predefined and required
36047 # on some systems where configure will not decide to define it.
36048 cat >>conftest.undefs <<\_ACEOF
36049 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
36050 _ACEOF
36051
36052 # Break up conftest.defines because some shells have a limit on the size
36053 # of here documents, and old seds have small limits too (100 cmds).
36054 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
36055 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
36056 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
36057 echo ' :' >>$CONFIG_STATUS
36058 rm -f conftest.tail
36059 while grep . conftest.defines >/dev/null
36060 do
36061 # Write a limited-size here document to $tmp/defines.sed.
36062 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
36063 # Speed up: don't consider the non `#define' lines.
36064 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
36065 # Work around the forget-to-reset-the-flag bug.
36066 echo 't clr' >>$CONFIG_STATUS
36067 echo ': clr' >>$CONFIG_STATUS
36068 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
36069 echo 'CEOF
36070 sed -f $tmp/defines.sed $tmp/in >$tmp/out
36071 rm -f $tmp/in
36072 mv $tmp/out $tmp/in
36073 ' >>$CONFIG_STATUS
36074 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
36075 rm -f conftest.defines
36076 mv conftest.tail conftest.defines
36077 done
36078 rm -f conftest.defines
36079 echo ' fi # grep' >>$CONFIG_STATUS
36080 echo >>$CONFIG_STATUS
36081
36082 # Break up conftest.undefs because some shells have a limit on the size
36083 # of here documents, and old seds have small limits too (100 cmds).
36084 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
36085 rm -f conftest.tail
36086 while grep . conftest.undefs >/dev/null
36087 do
36088 # Write a limited-size here document to $tmp/undefs.sed.
36089 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
36090 # Speed up: don't consider the non `#undef'
36091 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
36092 # Work around the forget-to-reset-the-flag bug.
36093 echo 't clr' >>$CONFIG_STATUS
36094 echo ': clr' >>$CONFIG_STATUS
36095 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
36096 echo 'CEOF
36097 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
36098 rm -f $tmp/in
36099 mv $tmp/out $tmp/in
36100 ' >>$CONFIG_STATUS
36101 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
36102 rm -f conftest.undefs
36103 mv conftest.tail conftest.undefs
36104 done
36105 rm -f conftest.undefs
36106
36107 cat >>$CONFIG_STATUS <<\_ACEOF
36108 # Let's still pretend it is `configure' which instantiates (i.e., don't
36109 # use $as_me), people would be surprised to read:
36110 # /* config.h. Generated by config.status. */
36111 if test x"$ac_file" = x-; then
36112 echo "/* Generated by configure. */" >$tmp/config.h
36113 else
36114 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
36115 fi
36116 cat $tmp/in >>$tmp/config.h
36117 rm -f $tmp/in
36118 if test x"$ac_file" != x-; then
36119 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
36120 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
36121 echo "$as_me: $ac_file is unchanged" >&6;}
36122 else
36123 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
36124 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36125 X"$ac_file" : 'X\(//\)[^/]' \| \
36126 X"$ac_file" : 'X\(//\)$' \| \
36127 X"$ac_file" : 'X\(/\)' \| \
36128 . : '\(.\)' 2>/dev/null ||
36129 echo X"$ac_file" |
36130 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36131 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36132 /^X\(\/\/\)$/{ s//\1/; q; }
36133 /^X\(\/\).*/{ s//\1/; q; }
36134 s/.*/./; q'`
36135 { if $as_mkdir_p; then
36136 mkdir -p "$ac_dir"
36137 else
36138 as_dir="$ac_dir"
36139 as_dirs=
36140 while test ! -d "$as_dir"; do
36141 as_dirs="$as_dir $as_dirs"
36142 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36143 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36144 X"$as_dir" : 'X\(//\)[^/]' \| \
36145 X"$as_dir" : 'X\(//\)$' \| \
36146 X"$as_dir" : 'X\(/\)' \| \
36147 . : '\(.\)' 2>/dev/null ||
36148 echo X"$as_dir" |
36149 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36150 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36151 /^X\(\/\/\)$/{ s//\1/; q; }
36152 /^X\(\/\).*/{ s//\1/; q; }
36153 s/.*/./; q'`
36154 done
36155 test ! -n "$as_dirs" || mkdir $as_dirs
36156 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36157 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36158 { (exit 1); exit 1; }; }; }
36159
36160 rm -f $ac_file
36161 mv $tmp/config.h $ac_file
36162 fi
36163 else
36164 cat $tmp/config.h
36165 rm -f $tmp/config.h
36166 fi
36167 done
36168 _ACEOF
36169 cat >>$CONFIG_STATUS <<\_ACEOF
36170
36171 #
36172 # CONFIG_COMMANDS section.
36173 #
36174 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
36175 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
36176 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
36177 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
36178 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36179 X"$ac_dest" : 'X\(//\)[^/]' \| \
36180 X"$ac_dest" : 'X\(//\)$' \| \
36181 X"$ac_dest" : 'X\(/\)' \| \
36182 . : '\(.\)' 2>/dev/null ||
36183 echo X"$ac_dest" |
36184 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36185 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36186 /^X\(\/\/\)$/{ s//\1/; q; }
36187 /^X\(\/\).*/{ s//\1/; q; }
36188 s/.*/./; q'`
36189 ac_builddir=.
36190
36191 if test "$ac_dir" != .; then
36192 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36193 # A "../" for each directory in $ac_dir_suffix.
36194 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36195 else
36196 ac_dir_suffix= ac_top_builddir=
36197 fi
36198
36199 case $srcdir in
36200 .) # No --srcdir option. We are building in place.
36201 ac_srcdir=.
36202 if test -z "$ac_top_builddir"; then
36203 ac_top_srcdir=.
36204 else
36205 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
36206 fi ;;
36207 [\\/]* | ?:[\\/]* ) # Absolute path.
36208 ac_srcdir=$srcdir$ac_dir_suffix;
36209 ac_top_srcdir=$srcdir ;;
36210 *) # Relative path.
36211 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36212 ac_top_srcdir=$ac_top_builddir$srcdir ;;
36213 esac
36214 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36215 # absolute.
36216 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
36217 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36218 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36219 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36220
36221
36222 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36223 echo "$as_me: executing $ac_dest commands" >&6;}
36224 case $ac_dest in
36225 default )
36226 if test ! -h wx-config; then
36227 chmod +x wx-config
36228 mv wx-config wx${TOOLCHAIN_NAME}-config
36229 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
36230 fi
36231
36232 if test ! -d lib; then
36233 mkdir lib
36234 fi
36235 if test ! -d lib/wx; then
36236 mkdir lib/wx
36237 fi
36238 if test ! -d lib/wx/include; then
36239 mkdir lib/wx/include
36240 fi
36241 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
36242 mkdir lib/wx/include/${TOOLCHAIN_NAME}
36243 fi
36244 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
36245 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
36246 fi
36247 if test -f setup.h; then
36248 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
36249 fi
36250 ;;
36251 esac
36252 done
36253 _ACEOF
36254
36255 cat >>$CONFIG_STATUS <<\_ACEOF
36256
36257 { (exit 0); exit 0; }
36258 _ACEOF
36259 chmod +x $CONFIG_STATUS
36260 ac_clean_files=$ac_clean_files_save
36261
36262
36263 # configure is writing to config.log, and then calls config.status.
36264 # config.status does its own redirection, appending to config.log.
36265 # Unfortunately, on DOS this fails, as config.log is still kept open
36266 # by configure, so config.status won't be able to write to it; its
36267 # output is simply discarded. So we exec the FD to /dev/null,
36268 # effectively closing config.log, so it can be properly (re)opened and
36269 # appended to by config.status. When coming back to configure, we
36270 # need to make the FD available again.
36271 if test "$no_create" != yes; then
36272 ac_cs_success=:
36273 ac_config_status_args=
36274 test "$silent" = yes &&
36275 ac_config_status_args="$ac_config_status_args --quiet"
36276 exec 5>/dev/null
36277 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
36278 exec 5>>config.log
36279 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
36280 # would make configure fail if this is the last instruction.
36281 $ac_cs_success || { (exit 1); exit 1; }
36282 fi
36283
36284
36285 echo
36286 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
36287 echo ""
36288 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
36289 echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
36290
36291 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
36292 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
36293 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
36294
36295 echo " What level of wxWindows compatibility should be enabled?"
36296 echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
36297 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
36298 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
36299
36300 echo " Which libraries should wxWindows use?"
36301 echo " jpeg ${wxUSE_LIBJPEG-none}"
36302 echo " png ${wxUSE_LIBPNG-none}"
36303 echo " regex ${wxUSE_REGEX}"
36304 echo " tiff ${wxUSE_LIBTIFF-none}"
36305 echo " zlib ${wxUSE_ZLIB}"
36306 echo " odbc ${wxUSE_ODBC}"
36307
36308 echo ""
36309