]> git.saurik.com Git - wxWidgets.git/blob - configure
versioned symbols no longer contain toolkit name, only WX(unicode)(build)_(release)
[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_subdirs_all="$ac_subdirs_all src/expat"
315 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 subdirs 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 RESCOMP DEREZ SETFILE LIBICONV wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC EXTRALIBS EXTRALIBS_XML EXTRALIBS_GUI EXTRALIBS_OPENGL UNICODE BUILD SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG HOST_SUFFIX SET_MAKE MAKE_SET INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX SO_SUFFIX DLLPREFIX AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING COND_BUILD_DEBUG COND_BUILD_RELEASE COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_UNIX_1 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_OS2 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1 COND_UNICODE_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN COND_PLATFORM_MAC_1 COND_SHARED_1 COND_SHARED_0 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_NOGUI WX_LIBRARY_BASENAME_GUI 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_EXTRALIBS 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'
316 ac_subst_files=''
317
318 # Initialize some variables set by options.
319 ac_init_help=
320 ac_init_version=false
321 # The variables have the same names as the options, with
322 # dashes changed to underlines.
323 cache_file=/dev/null
324 exec_prefix=NONE
325 no_create=
326 no_recursion=
327 prefix=NONE
328 program_prefix=NONE
329 program_suffix=NONE
330 program_transform_name=s,x,x,
331 silent=
332 site=
333 srcdir=
334 verbose=
335 x_includes=NONE
336 x_libraries=NONE
337
338 # Installation directory options.
339 # These are left unexpanded so users can "make install exec_prefix=/foo"
340 # and all the variables that are supposed to be based on exec_prefix
341 # by default will actually change.
342 # Use braces instead of parens because sh, perl, etc. also accept them.
343 bindir='${exec_prefix}/bin'
344 sbindir='${exec_prefix}/sbin'
345 libexecdir='${exec_prefix}/libexec'
346 datadir='${prefix}/share'
347 sysconfdir='${prefix}/etc'
348 sharedstatedir='${prefix}/com'
349 localstatedir='${prefix}/var'
350 libdir='${exec_prefix}/lib'
351 includedir='${prefix}/include'
352 oldincludedir='/usr/include'
353 infodir='${prefix}/info'
354 mandir='${prefix}/man'
355
356 ac_prev=
357 for ac_option
358 do
359 # If the previous option needs an argument, assign it.
360 if test -n "$ac_prev"; then
361 eval "$ac_prev=\$ac_option"
362 ac_prev=
363 continue
364 fi
365
366 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
367
368 # Accept the important Cygnus configure options, so we can diagnose typos.
369
370 case $ac_option in
371
372 -bindir | --bindir | --bindi | --bind | --bin | --bi)
373 ac_prev=bindir ;;
374 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
375 bindir=$ac_optarg ;;
376
377 -build | --build | --buil | --bui | --bu)
378 ac_prev=build_alias ;;
379 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
380 build_alias=$ac_optarg ;;
381
382 -cache-file | --cache-file | --cache-fil | --cache-fi \
383 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
384 ac_prev=cache_file ;;
385 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
386 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
387 cache_file=$ac_optarg ;;
388
389 --config-cache | -C)
390 cache_file=config.cache ;;
391
392 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
393 ac_prev=datadir ;;
394 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
395 | --da=*)
396 datadir=$ac_optarg ;;
397
398 -disable-* | --disable-*)
399 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
400 # Reject names that are not valid shell variable names.
401 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
402 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
403 { (exit 1); exit 1; }; }
404 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
405 eval "enable_$ac_feature=no" ;;
406
407 -enable-* | --enable-*)
408 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
409 # Reject names that are not valid shell variable names.
410 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
411 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
412 { (exit 1); exit 1; }; }
413 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
414 case $ac_option in
415 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
416 *) ac_optarg=yes ;;
417 esac
418 eval "enable_$ac_feature='$ac_optarg'" ;;
419
420 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
421 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
422 | --exec | --exe | --ex)
423 ac_prev=exec_prefix ;;
424 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
425 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
426 | --exec=* | --exe=* | --ex=*)
427 exec_prefix=$ac_optarg ;;
428
429 -gas | --gas | --ga | --g)
430 # Obsolete; use --with-gas.
431 with_gas=yes ;;
432
433 -help | --help | --hel | --he | -h)
434 ac_init_help=long ;;
435 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
436 ac_init_help=recursive ;;
437 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
438 ac_init_help=short ;;
439
440 -host | --host | --hos | --ho)
441 ac_prev=host_alias ;;
442 -host=* | --host=* | --hos=* | --ho=*)
443 host_alias=$ac_optarg ;;
444
445 -includedir | --includedir | --includedi | --included | --include \
446 | --includ | --inclu | --incl | --inc)
447 ac_prev=includedir ;;
448 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
449 | --includ=* | --inclu=* | --incl=* | --inc=*)
450 includedir=$ac_optarg ;;
451
452 -infodir | --infodir | --infodi | --infod | --info | --inf)
453 ac_prev=infodir ;;
454 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
455 infodir=$ac_optarg ;;
456
457 -libdir | --libdir | --libdi | --libd)
458 ac_prev=libdir ;;
459 -libdir=* | --libdir=* | --libdi=* | --libd=*)
460 libdir=$ac_optarg ;;
461
462 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
463 | --libexe | --libex | --libe)
464 ac_prev=libexecdir ;;
465 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
466 | --libexe=* | --libex=* | --libe=*)
467 libexecdir=$ac_optarg ;;
468
469 -localstatedir | --localstatedir | --localstatedi | --localstated \
470 | --localstate | --localstat | --localsta | --localst \
471 | --locals | --local | --loca | --loc | --lo)
472 ac_prev=localstatedir ;;
473 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
474 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
475 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
476 localstatedir=$ac_optarg ;;
477
478 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
479 ac_prev=mandir ;;
480 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
481 mandir=$ac_optarg ;;
482
483 -nfp | --nfp | --nf)
484 # Obsolete; use --without-fp.
485 with_fp=no ;;
486
487 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
488 | --no-cr | --no-c | -n)
489 no_create=yes ;;
490
491 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
492 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
493 no_recursion=yes ;;
494
495 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
496 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
497 | --oldin | --oldi | --old | --ol | --o)
498 ac_prev=oldincludedir ;;
499 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
500 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
501 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
502 oldincludedir=$ac_optarg ;;
503
504 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
505 ac_prev=prefix ;;
506 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
507 prefix=$ac_optarg ;;
508
509 -program-prefix | --program-prefix | --program-prefi | --program-pref \
510 | --program-pre | --program-pr | --program-p)
511 ac_prev=program_prefix ;;
512 -program-prefix=* | --program-prefix=* | --program-prefi=* \
513 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
514 program_prefix=$ac_optarg ;;
515
516 -program-suffix | --program-suffix | --program-suffi | --program-suff \
517 | --program-suf | --program-su | --program-s)
518 ac_prev=program_suffix ;;
519 -program-suffix=* | --program-suffix=* | --program-suffi=* \
520 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
521 program_suffix=$ac_optarg ;;
522
523 -program-transform-name | --program-transform-name \
524 | --program-transform-nam | --program-transform-na \
525 | --program-transform-n | --program-transform- \
526 | --program-transform | --program-transfor \
527 | --program-transfo | --program-transf \
528 | --program-trans | --program-tran \
529 | --progr-tra | --program-tr | --program-t)
530 ac_prev=program_transform_name ;;
531 -program-transform-name=* | --program-transform-name=* \
532 | --program-transform-nam=* | --program-transform-na=* \
533 | --program-transform-n=* | --program-transform-=* \
534 | --program-transform=* | --program-transfor=* \
535 | --program-transfo=* | --program-transf=* \
536 | --program-trans=* | --program-tran=* \
537 | --progr-tra=* | --program-tr=* | --program-t=*)
538 program_transform_name=$ac_optarg ;;
539
540 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
541 | -silent | --silent | --silen | --sile | --sil)
542 silent=yes ;;
543
544 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
545 ac_prev=sbindir ;;
546 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
547 | --sbi=* | --sb=*)
548 sbindir=$ac_optarg ;;
549
550 -sharedstatedir | --sharedstatedir | --sharedstatedi \
551 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
552 | --sharedst | --shareds | --shared | --share | --shar \
553 | --sha | --sh)
554 ac_prev=sharedstatedir ;;
555 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
556 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
557 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
558 | --sha=* | --sh=*)
559 sharedstatedir=$ac_optarg ;;
560
561 -site | --site | --sit)
562 ac_prev=site ;;
563 -site=* | --site=* | --sit=*)
564 site=$ac_optarg ;;
565
566 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
567 ac_prev=srcdir ;;
568 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
569 srcdir=$ac_optarg ;;
570
571 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
572 | --syscon | --sysco | --sysc | --sys | --sy)
573 ac_prev=sysconfdir ;;
574 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
575 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
576 sysconfdir=$ac_optarg ;;
577
578 -target | --target | --targe | --targ | --tar | --ta | --t)
579 ac_prev=target_alias ;;
580 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
581 target_alias=$ac_optarg ;;
582
583 -v | -verbose | --verbose | --verbos | --verbo | --verb)
584 verbose=yes ;;
585
586 -version | --version | --versio | --versi | --vers | -V)
587 ac_init_version=: ;;
588
589 -with-* | --with-*)
590 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
591 # Reject names that are not valid shell variable names.
592 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
593 { echo "$as_me: error: invalid package name: $ac_package" >&2
594 { (exit 1); exit 1; }; }
595 ac_package=`echo $ac_package| sed 's/-/_/g'`
596 case $ac_option in
597 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
598 *) ac_optarg=yes ;;
599 esac
600 eval "with_$ac_package='$ac_optarg'" ;;
601
602 -without-* | --without-*)
603 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
604 # Reject names that are not valid shell variable names.
605 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
606 { echo "$as_me: error: invalid package name: $ac_package" >&2
607 { (exit 1); exit 1; }; }
608 ac_package=`echo $ac_package | sed 's/-/_/g'`
609 eval "with_$ac_package=no" ;;
610
611 --x)
612 # Obsolete; use --with-x.
613 with_x=yes ;;
614
615 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
616 | --x-incl | --x-inc | --x-in | --x-i)
617 ac_prev=x_includes ;;
618 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
619 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
620 x_includes=$ac_optarg ;;
621
622 -x-libraries | --x-libraries | --x-librarie | --x-librari \
623 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
624 ac_prev=x_libraries ;;
625 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
626 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
627 x_libraries=$ac_optarg ;;
628
629 -*) { echo "$as_me: error: unrecognized option: $ac_option
630 Try \`$0 --help' for more information." >&2
631 { (exit 1); exit 1; }; }
632 ;;
633
634 *=*)
635 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
636 # Reject names that are not valid shell variable names.
637 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
638 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
639 { (exit 1); exit 1; }; }
640 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
641 eval "$ac_envvar='$ac_optarg'"
642 export $ac_envvar ;;
643
644 *)
645 # FIXME: should be removed in autoconf 3.0.
646 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
647 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
648 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
649 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
650 ;;
651
652 esac
653 done
654
655 if test -n "$ac_prev"; then
656 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
657 { echo "$as_me: error: missing argument to $ac_option" >&2
658 { (exit 1); exit 1; }; }
659 fi
660
661 # Be sure to have absolute paths.
662 for ac_var in exec_prefix prefix
663 do
664 eval ac_val=$`echo $ac_var`
665 case $ac_val in
666 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
667 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
668 { (exit 1); exit 1; }; };;
669 esac
670 done
671
672 # Be sure to have absolute paths.
673 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
674 localstatedir libdir includedir oldincludedir infodir mandir
675 do
676 eval ac_val=$`echo $ac_var`
677 case $ac_val in
678 [\\/$]* | ?:[\\/]* ) ;;
679 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
680 { (exit 1); exit 1; }; };;
681 esac
682 done
683
684 # There might be people who depend on the old broken behavior: `$host'
685 # used to hold the argument of --host etc.
686 # FIXME: To remove some day.
687 build=$build_alias
688 host=$host_alias
689 target=$target_alias
690
691 # FIXME: To remove some day.
692 if test "x$host_alias" != x; then
693 if test "x$build_alias" = x; then
694 cross_compiling=maybe
695 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
696 If a cross compiler is detected then cross compile mode will be used." >&2
697 elif test "x$build_alias" != "x$host_alias"; then
698 cross_compiling=yes
699 fi
700 fi
701
702 ac_tool_prefix=
703 test -n "$host_alias" && ac_tool_prefix=$host_alias-
704
705 test "$silent" = yes && exec 6>/dev/null
706
707
708 # Find the source files, if location was not specified.
709 if test -z "$srcdir"; then
710 ac_srcdir_defaulted=yes
711 # Try the directory containing this script, then its parent.
712 ac_confdir=`(dirname "$0") 2>/dev/null ||
713 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
714 X"$0" : 'X\(//\)[^/]' \| \
715 X"$0" : 'X\(//\)$' \| \
716 X"$0" : 'X\(/\)' \| \
717 . : '\(.\)' 2>/dev/null ||
718 echo X"$0" |
719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
720 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
721 /^X\(\/\/\)$/{ s//\1/; q; }
722 /^X\(\/\).*/{ s//\1/; q; }
723 s/.*/./; q'`
724 srcdir=$ac_confdir
725 if test ! -r $srcdir/$ac_unique_file; then
726 srcdir=..
727 fi
728 else
729 ac_srcdir_defaulted=no
730 fi
731 if test ! -r $srcdir/$ac_unique_file; then
732 if test "$ac_srcdir_defaulted" = yes; then
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
734 { (exit 1); exit 1; }; }
735 else
736 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
737 { (exit 1); exit 1; }; }
738 fi
739 fi
740 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
741 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
742 { (exit 1); exit 1; }; }
743 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
744 ac_env_build_alias_set=${build_alias+set}
745 ac_env_build_alias_value=$build_alias
746 ac_cv_env_build_alias_set=${build_alias+set}
747 ac_cv_env_build_alias_value=$build_alias
748 ac_env_host_alias_set=${host_alias+set}
749 ac_env_host_alias_value=$host_alias
750 ac_cv_env_host_alias_set=${host_alias+set}
751 ac_cv_env_host_alias_value=$host_alias
752 ac_env_target_alias_set=${target_alias+set}
753 ac_env_target_alias_value=$target_alias
754 ac_cv_env_target_alias_set=${target_alias+set}
755 ac_cv_env_target_alias_value=$target_alias
756 ac_env_CC_set=${CC+set}
757 ac_env_CC_value=$CC
758 ac_cv_env_CC_set=${CC+set}
759 ac_cv_env_CC_value=$CC
760 ac_env_CFLAGS_set=${CFLAGS+set}
761 ac_env_CFLAGS_value=$CFLAGS
762 ac_cv_env_CFLAGS_set=${CFLAGS+set}
763 ac_cv_env_CFLAGS_value=$CFLAGS
764 ac_env_LDFLAGS_set=${LDFLAGS+set}
765 ac_env_LDFLAGS_value=$LDFLAGS
766 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
767 ac_cv_env_LDFLAGS_value=$LDFLAGS
768 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
769 ac_env_CPPFLAGS_value=$CPPFLAGS
770 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
771 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
772 ac_env_CPP_set=${CPP+set}
773 ac_env_CPP_value=$CPP
774 ac_cv_env_CPP_set=${CPP+set}
775 ac_cv_env_CPP_value=$CPP
776 ac_env_CXX_set=${CXX+set}
777 ac_env_CXX_value=$CXX
778 ac_cv_env_CXX_set=${CXX+set}
779 ac_cv_env_CXX_value=$CXX
780 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
781 ac_env_CXXFLAGS_value=$CXXFLAGS
782 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
783 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
784 ac_env_CXXCPP_set=${CXXCPP+set}
785 ac_env_CXXCPP_value=$CXXCPP
786 ac_cv_env_CXXCPP_set=${CXXCPP+set}
787 ac_cv_env_CXXCPP_value=$CXXCPP
788
789 #
790 # Report the --help message.
791 #
792 if test "$ac_init_help" = "long"; then
793 # Omit some internal or obsolete options to make the list less imposing.
794 # This message is too long to be a string in the A/UX 3.1 sh.
795 cat <<_ACEOF
796 \`configure' configures wxWindows 2.5.0 to adapt to many kinds of systems.
797
798 Usage: $0 [OPTION]... [VAR=VALUE]...
799
800 To assign environment variables (e.g., CC, CFLAGS...), specify them as
801 VAR=VALUE. See below for descriptions of some of the useful variables.
802
803 Defaults for the options are specified in brackets.
804
805 Configuration:
806 -h, --help display this help and exit
807 --help=short display options specific to this package
808 --help=recursive display the short help of all the included packages
809 -V, --version display version information and exit
810 -q, --quiet, --silent do not print \`checking...' messages
811 --cache-file=FILE cache test results in FILE [disabled]
812 -C, --config-cache alias for \`--cache-file=config.cache'
813 -n, --no-create do not create output files
814 --srcdir=DIR find the sources in DIR [configure dir or \`..']
815
816 _ACEOF
817
818 cat <<_ACEOF
819 Installation directories:
820 --prefix=PREFIX install architecture-independent files in PREFIX
821 [$ac_default_prefix]
822 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
823 [PREFIX]
824
825 By default, \`make install' will install all the files in
826 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
827 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
828 for instance \`--prefix=\$HOME'.
829
830 For better control, use the options below.
831
832 Fine tuning of the installation directories:
833 --bindir=DIR user executables [EPREFIX/bin]
834 --sbindir=DIR system admin executables [EPREFIX/sbin]
835 --libexecdir=DIR program executables [EPREFIX/libexec]
836 --datadir=DIR read-only architecture-independent data [PREFIX/share]
837 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
838 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
839 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
840 --libdir=DIR object code libraries [EPREFIX/lib]
841 --includedir=DIR C header files [PREFIX/include]
842 --oldincludedir=DIR C header files for non-gcc [/usr/include]
843 --infodir=DIR info documentation [PREFIX/info]
844 --mandir=DIR man documentation [PREFIX/man]
845 _ACEOF
846
847 cat <<\_ACEOF
848
849 X features:
850 --x-includes=DIR X include files are in DIR
851 --x-libraries=DIR X library files are in DIR
852
853 System types:
854 --build=BUILD configure for building on BUILD [guessed]
855 --host=HOST cross-compile to build programs to run on HOST [BUILD]
856 --target=TARGET configure for building compilers for TARGET [HOST]
857 _ACEOF
858 fi
859
860 if test -n "$ac_init_help"; then
861 case $ac_init_help in
862 short | recursive ) echo "Configuration of wxWindows 2.5.0:";;
863 esac
864 cat <<\_ACEOF
865
866 Optional Features:
867 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
868 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
869 --enable-gui use GUI classes
870 --disable-monolithic don't build wxWindows as single library
871 --enable-universal use wxWindows GUI controls instead of native ones
872 --enable-nanox use NanoX
873 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
874 --enable-shared create shared library code
875 --enable-optimise create optimised code
876 --enable-debug same as debug_flag and debug_info
877 --enable-stl use STL for containers
878 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
879 --enable-debug_info create code with debugging information
880 --enable-debug_gdb create code with extra GDB debugging information
881 --enable-debug_cntxt use wxDebugContext
882 --enable-mem_tracing create code with memory tracing
883 --enable-profile create code with profiling information
884 --enable-no_rtti create code without RTTI information
885 --enable-no_exceptions create code without C++ exceptions handling
886 --enable-permissive compile code disregarding strict ANSI
887 --enable-no_deps create code without dependency information
888 --enable-compat20 enable wxWindows 2.0 compatibility
889 --enable-compat22 enable wxWindows 2.2 compatibility
890 --disable-compat24 disable wxWindows 2.4 compatibility
891 --enable-rpath=DIR output the rpath flag from wx-config
892 --enable-intl use internationalization system
893 --enable-config use wxConfig (and derived) classes
894 --enable-protocols use wxProtocol and derived classes
895 --enable-ftp use wxFTP (requires wxProtocol
896 --enable-http use wxHTTP (requires wxProtocol
897 --enable-fileproto use wxFileProto class (requires wxProtocol
898 --enable-sockets use socket/network classes
899 --enable-ole use OLE classes
900 --enable-dataobj use data object classes
901 --enable-ipc use interprocess communication (wxSocket etc.)
902 --enable-cmdline use wxCmdLineParser class
903 --enable-datetime use wxDateTime class
904 --enable-stopwatch use wxStopWatch class
905 --enable-dialupman use dialup network classes
906 --enable-apple_ieee use the Apple IEEE codec
907 --enable-timer use wxTimer class
908 --enable-wave use wxWave class
909 --enable-fraction use wxFraction class
910 --enable-dynlib use wxLibrary class for DLL loading
911 --enable-dynamicloader use (new) wxDynamicLibrary class
912 --enable-longlong use wxLongLong class
913 --enable-geometry use geometry class
914 --enable-log use logging system
915 --enable-streams use wxStream etc classes
916 --enable-file use wxFile classes
917 --enable-ffile use wxFFile classes
918 --enable-textbuf use wxTextBuffer class
919 --enable-textfile use wxTextFile class
920 --enable-fontmap use font encodings conversion classes
921 --enable-unicode compile wxString with Unicode support
922 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)
923 --enable-wxprintfv use wxWindows implementation of vprintf()
924 --enable-std_iostreams use standard C++ stream classes
925 --enable-filesystem use virtual file systems classes
926 --enable-fs_inet use virtual HTTP/FTP filesystems
927 --enable-fs_zip use virtual ZIP filesystems
928 --enable-zipstream use wxZipInputStream
929 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException
930 --enable-snglinst use wxSingleInstanceChecker class
931 --enable-mimetype use wxMimeTypesManager
932 --enable-sysoptions use wxSystemOptions
933 --enable-url use wxURL class
934 --enable-protocol use wxProtocol class
935 --enable-protocol-http HTTP support in wxProtocol
936 --enable-protocol-ftp FTP support in wxProtocol
937 --enable-protocol-file FILE support in wxProtocol
938 --enable-threads use threads
939 --enable-docview use document view architecture
940 --enable-help use help subsystem
941 --enable-mshtmlhelp use MS HTML Help (win32)
942 --enable-html use wxHTML sub-library
943 --enable-htmlhelp use wxHTML-based help
944 --enable-constraints use layout-constraints system
945 --enable-printarch use printing architecture
946 --enable-mdi use multiple document interface architecture
947 --enable-loggui use standard GUI logger
948 --enable-logwin use wxLogWindow
949 --enable-logdialog use wxLogDialog
950 --enable-postscript use wxPostscriptDC device context (default for gtk+)
951 --enable-prologio not available; see contrib
952 --enable-resources not available; see contrib
953 --enable-clipboard use wxClipboard class
954 --enable-dnd use Drag'n'Drop classes
955 --enable-metafile use win32 metafiles
956 --enable-controls use all usual controls
957 --enable-accel use accelerators
958 --enable-button use wxButton class
959 --enable-bmpbutton use wxBitmapButton class
960 --enable-calendar use wxCalendarCtrl class
961 --enable-caret use wxCaret class
962 --enable-checkbox use wxCheckBox class
963 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
964 --enable-choice use wxChoice class
965 --enable-combobox use wxComboBox class
966 --enable-display use wxDisplay class
967 --enable-gauge use wxGauge class
968 --enable-grid use wxGrid class
969 --enable-imaglist use wxImageList class
970 --enable-listbox use wxListBox class
971 --enable-listctrl use wxListCtrl class
972 --enable-notebook use wxNotebook class
973 --enable-radiobox use wxRadioBox class
974 --enable-radiobtn use wxRadioButton class
975 --enable-sash use wxSashWindow class
976 --enable-scrollbar use wxScrollBar class and scrollable windows
977 --enable-slider use wxSlider class
978 --enable-spinbtn use wxSpinButton class
979 --enable-spinctrl use wxSpinCtrl class
980 --enable-splitter use wxSplitterWindow class
981 --enable-statbmp use wxStaticBitmap class
982 --enable-statbox use wxStaticBox class
983 --enable-statline use wxStaticLine class
984 --enable-stattext use wxStaticText class
985 --enable-statusbar use wxStatusBar class
986 --enable-tabdialog use wxTabControl class
987 --enable-textctrl use wxTextCtrl class
988 --enable-togglebtn use wxToggleButton class
989 --enable-toolbar use wxToolBar class
990 --enable-tbarnative use native wxToolBar class
991 --enable-tbarsmpl use wxToolBarSimple class
992 --enable-treectrl use wxTreeCtrl class
993 --enable-tipwindow use wxTipWindow class
994 --enable-popupwin use wxPopUpWindow class
995 --enable-commondlg use all common dialogs
996 --enable-choicedlg use wxChoiceDialog
997 --enable-coldlg use wxColourDialog
998 --enable-filedlg use wxFileDialog
999 --enable-finddlg use wxFindReplaceDialog
1000 --enable-fontdlg use wxFontDialog
1001 --enable-dirdlg use wxDirDialog
1002 --enable-msgdlg use wxMessageDialog
1003 --enable-numberdlg use wxNumberEntryDialog
1004 --enable-splash use wxSplashScreen
1005 --enable-textdlg use wxTextDialog
1006 --enable-tipdlg use startup tips
1007 --enable-progressdlg use wxProgressDialog
1008 --enable-wizarddlg use wxWizard
1009 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1010 --enable-miniframe use wxMiniFrame class
1011 --enable-tooltips use wxToolTip class
1012 --enable-splines use spline drawing code
1013 --enable-validators use wxValidator and derived classes
1014 --enable-busyinfo use wxBusyInfo
1015 --enable-joystick use wxJoystick (Linux only)
1016 --enable-metafiles use wxMetaFile (Windows only)
1017 --enable-dragimage use wxDragImage
1018 --enable-accessibility enable accessibility support
1019 --enable-palette use wxPalette class
1020 --enable-image use wxImage class
1021 --enable-gif use gif images (GIF file format)
1022 --enable-pcx use pcx images (PCX file format)
1023 --enable-iff use iff images (IFF file format)
1024 --enable-pnm use pnm images (PNM file format)
1025 --enable-xpm use xpm images (XPM file format)
1026 --enable-icocur use Windows ICO and CUR formats
1027 --enable-official_build official build of wxWindows (win32 DLL only)
1028 --enable-vendor=VENDOR vendor name (win32 DLL only)
1029 --disable-largefile omit support for large files
1030 --disable-gtktest do not try to compile and run a test GTK+ program
1031 --disable-gtktest Do not try to compile and run a test GTK program
1032
1033 Optional Packages:
1034 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1035 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1036 --with-gtk use GTK+
1037 --with-motif use Motif/Lesstif
1038 --with-mac use Mac OS X
1039 --with-cocoa use Cocoa
1040 --with-wine use Wine
1041 --with-msw use MS-Windows
1042 --with-pm use OS/2 Presentation Manager
1043 --with-mgl use SciTech MGL
1044 --with-microwin use MicroWindows
1045 --with-x11 use X11
1046 --with-libpng use libpng (PNG image format)
1047 --with-libjpeg use libjpeg (JPEG file format)
1048 --with-libtiff use libtiff (TIFF file format)
1049 --with-opengl use OpenGL (or Mesa)
1050 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1051 --with-regex enable support for wxRegEx class
1052 --with-zlib use zlib for LZW compression
1053 --with-odbc use the IODBC and wxODBC classes
1054 --with-expat enable XML support using expat parser
1055 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1056 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1057 --with-x use the X Window System
1058 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1059
1060 Some influential environment variables:
1061 CC C compiler command
1062 CFLAGS C compiler flags
1063 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1064 nonstandard directory <lib dir>
1065 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1066 headers in a nonstandard directory <include dir>
1067 CPP C preprocessor
1068 CXX C++ compiler command
1069 CXXFLAGS C++ compiler flags
1070 CXXCPP C++ preprocessor
1071
1072 Use these variables to override the choices made by `configure' or to help
1073 it to find libraries and programs with nonstandard names/locations.
1074
1075 Report bugs to <wx-dev@lists.wxwindows.org>.
1076 _ACEOF
1077 fi
1078
1079 if test "$ac_init_help" = "recursive"; then
1080 # If there are subdirs, report their specific --help.
1081 ac_popdir=`pwd`
1082 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1083 test -d $ac_dir || continue
1084 ac_builddir=.
1085
1086 if test "$ac_dir" != .; then
1087 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1088 # A "../" for each directory in $ac_dir_suffix.
1089 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1090 else
1091 ac_dir_suffix= ac_top_builddir=
1092 fi
1093
1094 case $srcdir in
1095 .) # No --srcdir option. We are building in place.
1096 ac_srcdir=.
1097 if test -z "$ac_top_builddir"; then
1098 ac_top_srcdir=.
1099 else
1100 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1101 fi ;;
1102 [\\/]* | ?:[\\/]* ) # Absolute path.
1103 ac_srcdir=$srcdir$ac_dir_suffix;
1104 ac_top_srcdir=$srcdir ;;
1105 *) # Relative path.
1106 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1107 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1108 esac
1109 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1110 # absolute.
1111 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1112 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1113 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1114 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1115
1116 cd $ac_dir
1117 # Check for guested configure; otherwise get Cygnus style configure.
1118 if test -f $ac_srcdir/configure.gnu; then
1119 echo
1120 $SHELL $ac_srcdir/configure.gnu --help=recursive
1121 elif test -f $ac_srcdir/configure; then
1122 echo
1123 $SHELL $ac_srcdir/configure --help=recursive
1124 elif test -f $ac_srcdir/configure.ac ||
1125 test -f $ac_srcdir/configure.in; then
1126 echo
1127 $ac_configure --help
1128 else
1129 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1130 fi
1131 cd $ac_popdir
1132 done
1133 fi
1134
1135 test -n "$ac_init_help" && exit 0
1136 if $ac_init_version; then
1137 cat <<\_ACEOF
1138 wxWindows configure 2.5.0
1139 generated by GNU Autoconf 2.57
1140
1141 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1142 Free Software Foundation, Inc.
1143 This configure script is free software; the Free Software Foundation
1144 gives unlimited permission to copy, distribute and modify it.
1145 _ACEOF
1146 exit 0
1147 fi
1148 exec 5>config.log
1149 cat >&5 <<_ACEOF
1150 This file contains any messages produced by compilers while
1151 running configure, to aid debugging if configure makes a mistake.
1152
1153 It was created by wxWindows $as_me 2.5.0, which was
1154 generated by GNU Autoconf 2.57. Invocation command line was
1155
1156 $ $0 $@
1157
1158 _ACEOF
1159 {
1160 cat <<_ASUNAME
1161 ## --------- ##
1162 ## Platform. ##
1163 ## --------- ##
1164
1165 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1166 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1167 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1168 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1169 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1170
1171 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1172 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1173
1174 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1175 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1176 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1177 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1178 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1179 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1180 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1181
1182 _ASUNAME
1183
1184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1185 for as_dir in $PATH
1186 do
1187 IFS=$as_save_IFS
1188 test -z "$as_dir" && as_dir=.
1189 echo "PATH: $as_dir"
1190 done
1191
1192 } >&5
1193
1194 cat >&5 <<_ACEOF
1195
1196
1197 ## ----------- ##
1198 ## Core tests. ##
1199 ## ----------- ##
1200
1201 _ACEOF
1202
1203
1204 # Keep a trace of the command line.
1205 # Strip out --no-create and --no-recursion so they do not pile up.
1206 # Strip out --silent because we don't want to record it for future runs.
1207 # Also quote any args containing shell meta-characters.
1208 # Make two passes to allow for proper duplicate-argument suppression.
1209 ac_configure_args=
1210 ac_configure_args0=
1211 ac_configure_args1=
1212 ac_sep=
1213 ac_must_keep_next=false
1214 for ac_pass in 1 2
1215 do
1216 for ac_arg
1217 do
1218 case $ac_arg in
1219 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1220 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1221 | -silent | --silent | --silen | --sile | --sil)
1222 continue ;;
1223 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1224 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1225 esac
1226 case $ac_pass in
1227 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1228 2)
1229 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1230 if test $ac_must_keep_next = true; then
1231 ac_must_keep_next=false # Got value, back to normal.
1232 else
1233 case $ac_arg in
1234 *=* | --config-cache | -C | -disable-* | --disable-* \
1235 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1236 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1237 | -with-* | --with-* | -without-* | --without-* | --x)
1238 case "$ac_configure_args0 " in
1239 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1240 esac
1241 ;;
1242 -* ) ac_must_keep_next=true ;;
1243 esac
1244 fi
1245 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1246 # Get rid of the leading space.
1247 ac_sep=" "
1248 ;;
1249 esac
1250 done
1251 done
1252 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1253 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1254
1255 # When interrupted or exit'd, cleanup temporary files, and complete
1256 # config.log. We remove comments because anyway the quotes in there
1257 # would cause problems or look ugly.
1258 # WARNING: Be sure not to use single quotes in there, as some shells,
1259 # such as our DU 5.0 friend, will then `close' the trap.
1260 trap 'exit_status=$?
1261 # Save into config.log some information that might help in debugging.
1262 {
1263 echo
1264
1265 cat <<\_ASBOX
1266 ## ---------------- ##
1267 ## Cache variables. ##
1268 ## ---------------- ##
1269 _ASBOX
1270 echo
1271 # The following way of writing the cache mishandles newlines in values,
1272 {
1273 (set) 2>&1 |
1274 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1275 *ac_space=\ *)
1276 sed -n \
1277 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1278 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1279 ;;
1280 *)
1281 sed -n \
1282 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1283 ;;
1284 esac;
1285 }
1286 echo
1287
1288 cat <<\_ASBOX
1289 ## ----------------- ##
1290 ## Output variables. ##
1291 ## ----------------- ##
1292 _ASBOX
1293 echo
1294 for ac_var in $ac_subst_vars
1295 do
1296 eval ac_val=$`echo $ac_var`
1297 echo "$ac_var='"'"'$ac_val'"'"'"
1298 done | sort
1299 echo
1300
1301 if test -n "$ac_subst_files"; then
1302 cat <<\_ASBOX
1303 ## ------------- ##
1304 ## Output files. ##
1305 ## ------------- ##
1306 _ASBOX
1307 echo
1308 for ac_var in $ac_subst_files
1309 do
1310 eval ac_val=$`echo $ac_var`
1311 echo "$ac_var='"'"'$ac_val'"'"'"
1312 done | sort
1313 echo
1314 fi
1315
1316 if test -s confdefs.h; then
1317 cat <<\_ASBOX
1318 ## ----------- ##
1319 ## confdefs.h. ##
1320 ## ----------- ##
1321 _ASBOX
1322 echo
1323 sed "/^$/d" confdefs.h | sort
1324 echo
1325 fi
1326 test "$ac_signal" != 0 &&
1327 echo "$as_me: caught signal $ac_signal"
1328 echo "$as_me: exit $exit_status"
1329 } >&5
1330 rm -f core core.* *.core &&
1331 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1332 exit $exit_status
1333 ' 0
1334 for ac_signal in 1 2 13 15; do
1335 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1336 done
1337 ac_signal=0
1338
1339 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1340 rm -rf conftest* confdefs.h
1341 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1342 echo >confdefs.h
1343
1344 # Predefined preprocessor variables.
1345
1346 cat >>confdefs.h <<_ACEOF
1347 #define PACKAGE_NAME "$PACKAGE_NAME"
1348 _ACEOF
1349
1350
1351 cat >>confdefs.h <<_ACEOF
1352 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1353 _ACEOF
1354
1355
1356 cat >>confdefs.h <<_ACEOF
1357 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1358 _ACEOF
1359
1360
1361 cat >>confdefs.h <<_ACEOF
1362 #define PACKAGE_STRING "$PACKAGE_STRING"
1363 _ACEOF
1364
1365
1366 cat >>confdefs.h <<_ACEOF
1367 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1368 _ACEOF
1369
1370
1371 # Let the site file select an alternate cache file if it wants to.
1372 # Prefer explicitly selected file to automatically selected ones.
1373 if test -z "$CONFIG_SITE"; then
1374 if test "x$prefix" != xNONE; then
1375 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1376 else
1377 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1378 fi
1379 fi
1380 for ac_site_file in $CONFIG_SITE; do
1381 if test -r "$ac_site_file"; then
1382 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1383 echo "$as_me: loading site script $ac_site_file" >&6;}
1384 sed 's/^/| /' "$ac_site_file" >&5
1385 . "$ac_site_file"
1386 fi
1387 done
1388
1389 if test -r "$cache_file"; then
1390 # Some versions of bash will fail to source /dev/null (special
1391 # files actually), so we avoid doing that.
1392 if test -f "$cache_file"; then
1393 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1394 echo "$as_me: loading cache $cache_file" >&6;}
1395 case $cache_file in
1396 [\\/]* | ?:[\\/]* ) . $cache_file;;
1397 *) . ./$cache_file;;
1398 esac
1399 fi
1400 else
1401 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1402 echo "$as_me: creating cache $cache_file" >&6;}
1403 >$cache_file
1404 fi
1405
1406 # Check that the precious variables saved in the cache have kept the same
1407 # value.
1408 ac_cache_corrupted=false
1409 for ac_var in `(set) 2>&1 |
1410 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1411 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1412 eval ac_new_set=\$ac_env_${ac_var}_set
1413 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1414 eval ac_new_val="\$ac_env_${ac_var}_value"
1415 case $ac_old_set,$ac_new_set in
1416 set,)
1417 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1418 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1419 ac_cache_corrupted=: ;;
1420 ,set)
1421 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1422 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1423 ac_cache_corrupted=: ;;
1424 ,);;
1425 *)
1426 if test "x$ac_old_val" != "x$ac_new_val"; then
1427 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1428 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1429 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1430 echo "$as_me: former value: $ac_old_val" >&2;}
1431 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1432 echo "$as_me: current value: $ac_new_val" >&2;}
1433 ac_cache_corrupted=:
1434 fi;;
1435 esac
1436 # Pass precious variables to config.status.
1437 if test "$ac_new_set" = set; then
1438 case $ac_new_val in
1439 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1440 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1441 *) ac_arg=$ac_var=$ac_new_val ;;
1442 esac
1443 case " $ac_configure_args " in
1444 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1445 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1446 esac
1447 fi
1448 done
1449 if $ac_cache_corrupted; then
1450 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1451 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1452 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1453 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1454 { (exit 1); exit 1; }; }
1455 fi
1456
1457 ac_ext=c
1458 ac_cpp='$CPP $CPPFLAGS'
1459 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1460 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1461 ac_compiler_gnu=$ac_cv_c_compiler_gnu
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
1489
1490
1491
1492 ac_aux_dir=
1493 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1494 if 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/install.sh; then
1499 ac_aux_dir=$ac_dir
1500 ac_install_sh="$ac_aux_dir/install.sh -c"
1501 break
1502 elif test -f $ac_dir/shtool; then
1503 ac_aux_dir=$ac_dir
1504 ac_install_sh="$ac_aux_dir/shtool install -c"
1505 break
1506 fi
1507 done
1508 if test -z "$ac_aux_dir"; then
1509 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1510 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1511 { (exit 1); exit 1; }; }
1512 fi
1513 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1514 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1515 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1516
1517 # Make sure we can run config.sub.
1518 $ac_config_sub sun4 >/dev/null 2>&1 ||
1519 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1520 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1521 { (exit 1); exit 1; }; }
1522
1523 echo "$as_me:$LINENO: checking build system type" >&5
1524 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1525 if test "${ac_cv_build+set}" = set; then
1526 echo $ECHO_N "(cached) $ECHO_C" >&6
1527 else
1528 ac_cv_build_alias=$build_alias
1529 test -z "$ac_cv_build_alias" &&
1530 ac_cv_build_alias=`$ac_config_guess`
1531 test -z "$ac_cv_build_alias" &&
1532 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1533 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1534 { (exit 1); exit 1; }; }
1535 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1536 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1537 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1538 { (exit 1); exit 1; }; }
1539
1540 fi
1541 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1542 echo "${ECHO_T}$ac_cv_build" >&6
1543 build=$ac_cv_build
1544 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1545 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1546 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1547
1548
1549 echo "$as_me:$LINENO: checking host system type" >&5
1550 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1551 if test "${ac_cv_host+set}" = set; then
1552 echo $ECHO_N "(cached) $ECHO_C" >&6
1553 else
1554 ac_cv_host_alias=$host_alias
1555 test -z "$ac_cv_host_alias" &&
1556 ac_cv_host_alias=$ac_cv_build_alias
1557 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1558 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1559 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1560 { (exit 1); exit 1; }; }
1561
1562 fi
1563 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1564 echo "${ECHO_T}$ac_cv_host" >&6
1565 host=$ac_cv_host
1566 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1567 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1568 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1569
1570
1571 echo "$as_me:$LINENO: checking target system type" >&5
1572 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1573 if test "${ac_cv_target+set}" = set; then
1574 echo $ECHO_N "(cached) $ECHO_C" >&6
1575 else
1576 ac_cv_target_alias=$target_alias
1577 test "x$ac_cv_target_alias" = "x" &&
1578 ac_cv_target_alias=$ac_cv_host_alias
1579 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1580 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1581 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1582 { (exit 1); exit 1; }; }
1583
1584 fi
1585 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1586 echo "${ECHO_T}$ac_cv_target" >&6
1587 target=$ac_cv_target
1588 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1589 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1590 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1591
1592
1593 # The aliases save the names the user supplied, while $host etc.
1594 # will get canonicalized.
1595 test -n "$target_alias" &&
1596 test "$program_prefix$program_suffix$program_transform_name" = \
1597 NONENONEs,x,x, &&
1598 program_prefix=${target_alias}-
1599
1600
1601
1602 WX_MAJOR_VERSION_NUMBER=2
1603 WX_MINOR_VERSION_NUMBER=5
1604 WX_RELEASE_NUMBER=0
1605
1606 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1607 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1608
1609 WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1610
1611 WX_CURRENT=0
1612 WX_REVISION=0
1613 WX_AGE=0
1614
1615
1616
1617 USE_UNIX=1
1618 USE_WIN32=0
1619 USE_DOS=0
1620 USE_BEOS=0
1621 USE_MAC=0
1622
1623 USE_AIX=
1624 USE_BSD= USE_DARWIN= USE_FREEBSD=
1625 USE_GNU= USE_HPUX=
1626 USE_LINUX=
1627 USE_NETBSD=
1628 USE_OPENBSD=
1629 USE_OSF= USE_SGI=
1630 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1631 USE_ULTRIX=
1632 USE_UNIXWARE=
1633
1634 USE_ALPHA=
1635
1636 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1637
1638 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1639
1640 DEFAULT_wxUSE_COCOA=0
1641 DEFAULT_wxUSE_GTK=0
1642 DEFAULT_wxUSE_MAC=0
1643 DEFAULT_wxUSE_MGL=0
1644 DEFAULT_wxUSE_MICROWIN=0
1645 DEFAULT_wxUSE_MOTIF=0
1646 DEFAULT_wxUSE_MSW=0
1647 DEFAULT_wxUSE_PM=0
1648 DEFAULT_wxUSE_X11=0
1649
1650 DEFAULT_DEFAULT_wxUSE_COCOA=0
1651 DEFAULT_DEFAULT_wxUSE_GTK=0
1652 DEFAULT_DEFAULT_wxUSE_MAC=0
1653 DEFAULT_DEFAULT_wxUSE_MGL=0
1654 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1655 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1656 DEFAULT_DEFAULT_wxUSE_MSW=0
1657 DEFAULT_DEFAULT_wxUSE_PM=0
1658 DEFAULT_DEFAULT_wxUSE_X11=0
1659
1660 PROGRAM_EXT=
1661 SO_SUFFIX=so
1662 SAMPLES_RPATH_FLAG=
1663
1664 case "${host}" in
1665 *-hp-hpux* )
1666 USE_HPUX=1
1667 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1668 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1669 SO_SUFFIX=sl
1670 cat >>confdefs.h <<\_ACEOF
1671 #define __HPUX__ 1
1672 _ACEOF
1673
1674 ;;
1675 *-*-linux* )
1676 USE_LINUX=1
1677 cat >>confdefs.h <<\_ACEOF
1678 #define __LINUX__ 1
1679 _ACEOF
1680
1681 TMP=`uname -m`
1682 if test "x$TMP" = "xalpha"; then
1683 USE_ALPHA=1
1684 cat >>confdefs.h <<\_ACEOF
1685 #define __ALPHA__ 1
1686 _ACEOF
1687
1688 fi
1689 DEFAULT_DEFAULT_wxUSE_GTK=1
1690 ;;
1691 *-*-gnu* )
1692 USE_GNU=1
1693 cat >>confdefs.h <<\_ACEOF
1694 #define __GNU__ 1
1695 _ACEOF
1696
1697 TMP=`uname -m`
1698 if test "x$TMP" = "xalpha"; then
1699 USE_ALPHA=1
1700 cat >>confdefs.h <<\_ACEOF
1701 #define __ALPHA__ 1
1702 _ACEOF
1703
1704 fi
1705 DEFAULT_DEFAULT_wxUSE_GTK=1
1706 ;;
1707 *-*-irix5* | *-*-irix6* )
1708 USE_SGI=1
1709 USE_SVR4=1
1710 cat >>confdefs.h <<\_ACEOF
1711 #define __SGI__ 1
1712 _ACEOF
1713
1714 cat >>confdefs.h <<\_ACEOF
1715 #define __SVR4__ 1
1716 _ACEOF
1717
1718 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1719 ;;
1720 *-*-solaris2* )
1721 USE_SUN=1
1722 USE_SOLARIS=1
1723 USE_SVR4=1
1724 cat >>confdefs.h <<\_ACEOF
1725 #define __SUN__ 1
1726 _ACEOF
1727
1728 cat >>confdefs.h <<\_ACEOF
1729 #define __SOLARIS__ 1
1730 _ACEOF
1731
1732 cat >>confdefs.h <<\_ACEOF
1733 #define __SVR4__ 1
1734 _ACEOF
1735
1736 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1737 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1738 ;;
1739 *-*-sunos4* )
1740 USE_SUN=1
1741 USE_SUNOS=1
1742 USE_BSD=1
1743 cat >>confdefs.h <<\_ACEOF
1744 #define __SUN__ 1
1745 _ACEOF
1746
1747 cat >>confdefs.h <<\_ACEOF
1748 #define __SUNOS__ 1
1749 _ACEOF
1750
1751 cat >>confdefs.h <<\_ACEOF
1752 #define __BSD__ 1
1753 _ACEOF
1754
1755 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1756 ;;
1757 *-*-freebsd*)
1758 USE_BSD=1
1759 USE_FREEBSD=1
1760 cat >>confdefs.h <<\_ACEOF
1761 #define __FREEBSD__ 1
1762 _ACEOF
1763
1764 cat >>confdefs.h <<\_ACEOF
1765 #define __BSD__ 1
1766 _ACEOF
1767
1768 DEFAULT_DEFAULT_wxUSE_GTK=1
1769 ;;
1770 *-*-openbsd*)
1771 USE_BSD=1
1772 USE_OPENBSD=1
1773 cat >>confdefs.h <<\_ACEOF
1774 #define __OPENBSD__ 1
1775 _ACEOF
1776
1777 cat >>confdefs.h <<\_ACEOF
1778 #define __BSD__ 1
1779 _ACEOF
1780
1781 DEFAULT_DEFAULT_wxUSE_GTK=1
1782 ;;
1783 *-*-netbsd*)
1784 USE_BSD=1
1785 USE_NETBSD=1
1786 cat >>confdefs.h <<\_ACEOF
1787 #define __NETBSD__ 1
1788 _ACEOF
1789
1790 cat >>confdefs.h <<\_ACEOF
1791 #define __BSD__ 1
1792 _ACEOF
1793
1794 DEFAULT_DEFAULT_wxUSE_GTK=1
1795 ;;
1796 *-*-osf* )
1797 USE_ALPHA=1
1798 USE_OSF=1
1799 cat >>confdefs.h <<\_ACEOF
1800 #define __ALPHA__ 1
1801 _ACEOF
1802
1803 cat >>confdefs.h <<\_ACEOF
1804 #define __OSF__ 1
1805 _ACEOF
1806
1807 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1808 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1809 ;;
1810 *-*-dgux5* )
1811 USE_ALPHA=1
1812 USE_SVR4=1
1813 cat >>confdefs.h <<\_ACEOF
1814 #define __ALPHA__ 1
1815 _ACEOF
1816
1817 cat >>confdefs.h <<\_ACEOF
1818 #define __SVR4__ 1
1819 _ACEOF
1820
1821 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1822 ;;
1823 *-*-sysv5* )
1824 USE_SYSV=1
1825 USE_SVR4=1
1826 cat >>confdefs.h <<\_ACEOF
1827 #define __SYSV__ 1
1828 _ACEOF
1829
1830 cat >>confdefs.h <<\_ACEOF
1831 #define __SVR4__ 1
1832 _ACEOF
1833
1834 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1835 ;;
1836 *-*-aix* )
1837 USE_AIX=1
1838 USE_SYSV=1
1839 USE_SVR4=1
1840 SO_SUFFIX=a
1841 cat >>confdefs.h <<\_ACEOF
1842 #define __AIX__ 1
1843 _ACEOF
1844
1845 cat >>confdefs.h <<\_ACEOF
1846 #define __SYSV__ 1
1847 _ACEOF
1848
1849 cat >>confdefs.h <<\_ACEOF
1850 #define __SVR4__ 1
1851 _ACEOF
1852
1853 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1854 ;;
1855
1856 *-*-*UnixWare*)
1857 USE_SYSV=1
1858 USE_SVR4=1
1859 USE_UNIXWARE=1
1860 cat >>confdefs.h <<\_ACEOF
1861 #define __UNIXWARE__ 1
1862 _ACEOF
1863
1864 ;;
1865
1866 *-*-cygwin* | *-*-mingw32* )
1867 SO_SUFFIX=dll
1868 PROGRAM_EXT=".exe"
1869 RESCOMP=windres
1870 DEFAULT_DEFAULT_wxUSE_MSW=1
1871 ;;
1872
1873 *-pc-msdosdjgpp )
1874 USE_UNIX=0
1875 USE_DOS=1
1876 cat >>confdefs.h <<\_ACEOF
1877 #define __DOS__ 1
1878 _ACEOF
1879
1880 PROGRAM_EXT=".exe"
1881 DEFAULT_DEFAULT_wxUSE_MGL=1
1882 LIBS="$LIBS -lstdc++"
1883 ;;
1884
1885 *-pc-os2_emx | *-pc-os2-emx )
1886 cat >>confdefs.h <<\_ACEOF
1887 #define __EMX__ 1
1888 _ACEOF
1889
1890 PROGRAM_EXT=".exe"
1891 DEFAULT_DEFAULT_wxUSE_PM=1
1892 ;;
1893
1894 powerpc-*-darwin* )
1895 USE_BSD=1
1896 USE_DARWIN=1
1897 SO_SUFFIX=dylib
1898 cat >>confdefs.h <<\_ACEOF
1899 #define __BSD__ 1
1900 _ACEOF
1901
1902 cat >>confdefs.h <<\_ACEOF
1903 #define __DARWIN__ 1
1904 _ACEOF
1905
1906 cat >>confdefs.h <<\_ACEOF
1907 #define __POWERPC__ 1
1908 _ACEOF
1909
1910 cat >>confdefs.h <<\_ACEOF
1911 #define TARGET_CARBON 1
1912 _ACEOF
1913
1914 DEFAULT_DEFAULT_wxUSE_MAC=1
1915 ;;
1916
1917 *-*-beos* )
1918 USE_BEOS=1
1919 cat >>confdefs.h <<\_ACEOF
1920 #define __BEOS__ 1
1921 _ACEOF
1922
1923 ;;
1924
1925 *)
1926 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1927 echo "$as_me: error: unknown system type ${host}." >&2;}
1928 { (exit 1); exit 1; }; }
1929 esac
1930
1931
1932
1933
1934 wx_arg_cache_file="configarg.cache"
1935 echo "loading argument cache $wx_arg_cache_file"
1936 rm -f ${wx_arg_cache_file}.tmp
1937 touch ${wx_arg_cache_file}.tmp
1938 touch ${wx_arg_cache_file}
1939
1940
1941 DEBUG_CONFIGURE=0
1942 if test $DEBUG_CONFIGURE = 1; then
1943 DEFAULT_wxUSE_UNIVERSAL=no
1944 DEFAULT_wxUSE_STL=no
1945
1946 DEFAULT_wxUSE_NANOX=no
1947
1948 DEFAULT_wxUSE_THREADS=yes
1949
1950 DEFAULT_wxUSE_SHARED=yes
1951 DEFAULT_wxUSE_OPTIMISE=no
1952 DEFAULT_wxUSE_PROFILE=no
1953 DEFAULT_wxUSE_NO_DEPS=no
1954 DEFAULT_wxUSE_NO_RTTI=no
1955 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1956 DEFAULT_wxUSE_PERMISSIVE=no
1957 DEFAULT_wxUSE_DEBUG_FLAG=yes
1958 DEFAULT_wxUSE_DEBUG_INFO=yes
1959 DEFAULT_wxUSE_DEBUG_GDB=yes
1960 DEFAULT_wxUSE_MEM_TRACING=no
1961 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1962 DEFAULT_wxUSE_DMALLOC=no
1963 DEFAULT_wxUSE_APPLE_IEEE=no
1964
1965 DEFAULT_wxUSE_LOG=yes
1966 DEFAULT_wxUSE_LOGWINDOW=no
1967 DEFAULT_wxUSE_LOGGUI=no
1968 DEFAULT_wxUSE_LOGDIALOG=no
1969
1970 DEFAULT_wxUSE_GUI=yes
1971 DEFAULT_wxUSE_CONTROLS=no
1972
1973 DEFAULT_wxUSE_REGEX=no
1974 DEFAULT_wxUSE_XML=no
1975 DEFAULT_wxUSE_EXPAT=no
1976 DEFAULT_wxUSE_ZLIB=no
1977 DEFAULT_wxUSE_LIBPNG=no
1978 DEFAULT_wxUSE_LIBJPEG=no
1979 DEFAULT_wxUSE_LIBTIFF=no
1980 DEFAULT_wxUSE_ODBC=no
1981 DEFAULT_wxUSE_OPENGL=no
1982
1983 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1984 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1985 DEFAULT_wxUSE_STD_IOSTREAM=no
1986 DEFAULT_wxUSE_CMDLINE_PARSER=no
1987 DEFAULT_wxUSE_DATETIME=no
1988 DEFAULT_wxUSE_TIMER=no
1989 DEFAULT_wxUSE_STOPWATCH=no
1990 DEFAULT_wxUSE_FILE=no
1991 DEFAULT_wxUSE_FFILE=no
1992 DEFAULT_wxUSE_TEXTBUFFER=no
1993 DEFAULT_wxUSE_TEXTFILE=no
1994 DEFAULT_wxUSE_WAVE=no
1995 DEFAULT_wxUSE_INTL=no
1996 DEFAULT_wxUSE_CONFIG=no
1997 DEFAULT_wxUSE_FONTMAP=no
1998 DEFAULT_wxUSE_STREAMS=no
1999 DEFAULT_wxUSE_SOCKETS=no
2000 DEFAULT_wxUSE_OLE=no
2001 DEFAULT_wxUSE_DATAOBJ=no
2002 DEFAULT_wxUSE_DIALUP_MANAGER=no
2003 DEFAULT_wxUSE_JOYSTICK=no
2004 DEFAULT_wxUSE_DYNLIB_CLASS=no
2005 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2006 DEFAULT_wxUSE_LONGLONG=no
2007 DEFAULT_wxUSE_GEOMETRY=no
2008
2009 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2010 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2011 DEFAULT_wxUSE_POSTSCRIPT=no
2012
2013 DEFAULT_wxUSE_CLIPBOARD=no
2014 DEFAULT_wxUSE_TOOLTIPS=no
2015 DEFAULT_wxUSE_DRAG_AND_DROP=no
2016 DEFAULT_wxUSE_DRAGIMAGE=no
2017 DEFAULT_wxUSE_SPLINES=no
2018
2019 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2020 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2021 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2022
2023 DEFAULT_wxUSE_RESOURCES=no
2024 DEFAULT_wxUSE_CONSTRAINTS=no
2025 DEFAULT_wxUSE_IPC=no
2026 DEFAULT_wxUSE_HELP=no
2027 DEFAULT_wxUSE_MS_HTML_HELP=no
2028 DEFAULT_wxUSE_WXHTML_HELP=no
2029 DEFAULT_wxUSE_TREELAYOUT=no
2030 DEFAULT_wxUSE_METAFILE=no
2031 DEFAULT_wxUSE_MIMETYPE=no
2032 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2033 DEFAULT_wxUSE_PROTOCOL=no
2034 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2035 DEFAULT_wxUSE_PROTOCOL_FTP=no
2036 DEFAULT_wxUSE_PROTOCOL_FILE=no
2037 DEFAULT_wxUSE_URL=no
2038
2039 DEFAULT_wxUSE_COMMONDLGS=no
2040 DEFAULT_wxUSE_CHOICEDLG=no
2041 DEFAULT_wxUSE_COLOURDLG=no
2042 DEFAULT_wxUSE_DIRDLG=no
2043 DEFAULT_wxUSE_FILEDLG=no
2044 DEFAULT_wxUSE_FINDREPLDLG=no
2045 DEFAULT_wxUSE_FONTDLG=no
2046 DEFAULT_wxUSE_MSGDLG=no
2047 DEFAULT_wxUSE_NUMBERDLG=no
2048 DEFAULT_wxUSE_TEXTDLG=no
2049 DEFAULT_wxUSE_SPLASH=no
2050 DEFAULT_wxUSE_STARTUP_TIPS=no
2051 DEFAULT_wxUSE_PROGRESSDLG=no
2052 DEFAULT_wxUSE_WIZARDDLG=no
2053
2054 DEFAULT_wxUSE_MENUS=no
2055 DEFAULT_wxUSE_MINIFRAME=no
2056 DEFAULT_wxUSE_HTML=no
2057 DEFAULT_wxUSE_FILESYSTEM=no
2058 DEFAULT_wxUSE_FS_INET=no
2059 DEFAULT_wxUSE_FS_ZIP=no
2060 DEFAULT_wxUSE_BUSYINFO=no
2061 DEFAULT_wxUSE_ZIPSTREAM=no
2062 DEFAULT_wxUSE_VALIDATORS=no
2063
2064 DEFAULT_wxUSE_ACCEL=no
2065 DEFAULT_wxUSE_BUTTON=no
2066 DEFAULT_wxUSE_BMPBUTTON=no
2067 DEFAULT_wxUSE_CALCTRL=no
2068 DEFAULT_wxUSE_CARET=no
2069 DEFAULT_wxUSE_CHECKBOX=no
2070 DEFAULT_wxUSE_CHECKLST=no
2071 DEFAULT_wxUSE_CHOICE=no
2072 DEFAULT_wxUSE_COMBOBOX=no
2073 DEFAULT_wxUSE_DISPLAY=no
2074 DEFAULT_wxUSE_GAUGE=no
2075 DEFAULT_wxUSE_GRID=no
2076 DEFAULT_wxUSE_IMAGLIST=no
2077 DEFAULT_wxUSE_LISTBOX=no
2078 DEFAULT_wxUSE_LISTCTRL=no
2079 DEFAULT_wxUSE_NOTEBOOK=no
2080 DEFAULT_wxUSE_RADIOBOX=no
2081 DEFAULT_wxUSE_RADIOBTN=no
2082 DEFAULT_wxUSE_SASH=no
2083 DEFAULT_wxUSE_SCROLLBAR=no
2084 DEFAULT_wxUSE_SLIDER=no
2085 DEFAULT_wxUSE_SPINBTN=no
2086 DEFAULT_wxUSE_SPINCTRL=no
2087 DEFAULT_wxUSE_SPLITTER=no
2088 DEFAULT_wxUSE_STATBMP=no
2089 DEFAULT_wxUSE_STATBOX=no
2090 DEFAULT_wxUSE_STATLINE=no
2091 DEFAULT_wxUSE_STATTEXT=no
2092 DEFAULT_wxUSE_STATUSBAR=yes
2093 DEFAULT_wxUSE_TABDIALOG=no
2094 DEFAULT_wxUSE_TEXTCTRL=no
2095 DEFAULT_wxUSE_TOGGLEBTN=no
2096 DEFAULT_wxUSE_TOOLBAR=no
2097 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2098 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2099 DEFAULT_wxUSE_TREECTRL=no
2100 DEFAULT_wxUSE_POPUPWIN=no
2101 DEFAULT_wxUSE_TIPWINDOW=no
2102
2103 DEFAULT_wxUSE_UNICODE=no
2104 DEFAULT_wxUSE_UNICODE_MSLU=no
2105 DEFAULT_wxUSE_WCSRTOMBS=no
2106
2107 DEFAULT_wxUSE_PALETTE=no
2108 DEFAULT_wxUSE_IMAGE=no
2109 DEFAULT_wxUSE_GIF=no
2110 DEFAULT_wxUSE_PCX=no
2111 DEFAULT_wxUSE_PNM=no
2112 DEFAULT_wxUSE_IFF=no
2113 DEFAULT_wxUSE_XPM=no
2114 DEFAULT_wxUSE_ICO_CUR=no
2115 DEFAULT_wxUSE_ACCESSIBILITY=no
2116
2117 DEFAULT_wxUSE_MONOLITHIC=yes
2118 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2119 else
2120 DEFAULT_wxUSE_UNIVERSAL=no
2121 DEFAULT_wxUSE_STL=no
2122
2123 DEFAULT_wxUSE_NANOX=no
2124
2125 DEFAULT_wxUSE_THREADS=yes
2126
2127 DEFAULT_wxUSE_SHARED=yes
2128 DEFAULT_wxUSE_OPTIMISE=yes
2129 DEFAULT_wxUSE_PROFILE=no
2130 DEFAULT_wxUSE_NO_DEPS=no
2131 DEFAULT_wxUSE_NO_RTTI=no
2132 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2133 DEFAULT_wxUSE_PERMISSIVE=no
2134 DEFAULT_wxUSE_DEBUG_FLAG=no
2135 DEFAULT_wxUSE_DEBUG_INFO=no
2136 DEFAULT_wxUSE_DEBUG_GDB=no
2137 DEFAULT_wxUSE_MEM_TRACING=no
2138 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2139 DEFAULT_wxUSE_DMALLOC=no
2140 DEFAULT_wxUSE_APPLE_IEEE=yes
2141
2142 DEFAULT_wxUSE_LOG=yes
2143 DEFAULT_wxUSE_LOGWINDOW=yes
2144 DEFAULT_wxUSE_LOGGUI=yes
2145 DEFAULT_wxUSE_LOGDIALOG=yes
2146
2147 DEFAULT_wxUSE_GUI=yes
2148
2149 DEFAULT_wxUSE_REGEX=yes
2150 DEFAULT_wxUSE_XML=yes
2151 DEFAULT_wxUSE_EXPAT=yes
2152 DEFAULT_wxUSE_ZLIB=yes
2153 DEFAULT_wxUSE_LIBPNG=yes
2154 DEFAULT_wxUSE_LIBJPEG=yes
2155 DEFAULT_wxUSE_LIBTIFF=yes
2156 DEFAULT_wxUSE_ODBC=no
2157 DEFAULT_wxUSE_OPENGL=no
2158
2159 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2160 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2161 DEFAULT_wxUSE_STD_IOSTREAM=no
2162 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2163 DEFAULT_wxUSE_DATETIME=yes
2164 DEFAULT_wxUSE_TIMER=yes
2165 DEFAULT_wxUSE_STOPWATCH=yes
2166 DEFAULT_wxUSE_FILE=yes
2167 DEFAULT_wxUSE_FFILE=yes
2168 DEFAULT_wxUSE_TEXTBUFFER=yes
2169 DEFAULT_wxUSE_TEXTFILE=yes
2170 DEFAULT_wxUSE_WAVE=no
2171 DEFAULT_wxUSE_INTL=yes
2172 DEFAULT_wxUSE_CONFIG=yes
2173 DEFAULT_wxUSE_FONTMAP=yes
2174 DEFAULT_wxUSE_STREAMS=yes
2175 DEFAULT_wxUSE_SOCKETS=yes
2176 DEFAULT_wxUSE_OLE=yes
2177 DEFAULT_wxUSE_DATAOBJ=yes
2178 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2179 DEFAULT_wxUSE_JOYSTICK=yes
2180 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2181 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2182 DEFAULT_wxUSE_LONGLONG=yes
2183 DEFAULT_wxUSE_GEOMETRY=yes
2184
2185 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2186 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2187 DEFAULT_wxUSE_POSTSCRIPT=yes
2188
2189 DEFAULT_wxUSE_CLIPBOARD=yes
2190 DEFAULT_wxUSE_TOOLTIPS=yes
2191 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2192 DEFAULT_wxUSE_DRAGIMAGE=yes
2193 DEFAULT_wxUSE_SPLINES=yes
2194
2195 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2196 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2197 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2198
2199 DEFAULT_wxUSE_RESOURCES=no
2200 DEFAULT_wxUSE_CONSTRAINTS=yes
2201 DEFAULT_wxUSE_IPC=yes
2202 DEFAULT_wxUSE_HELP=yes
2203 DEFAULT_wxUSE_MS_HTML_HELP=yes
2204 DEFAULT_wxUSE_WXHTML_HELP=yes
2205 DEFAULT_wxUSE_TREELAYOUT=yes
2206 DEFAULT_wxUSE_METAFILE=yes
2207 DEFAULT_wxUSE_MIMETYPE=yes
2208 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2209 DEFAULT_wxUSE_PROTOCOL=yes
2210 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2211 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2212 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2213 DEFAULT_wxUSE_URL=yes
2214
2215 DEFAULT_wxUSE_COMMONDLGS=yes
2216 DEFAULT_wxUSE_CHOICEDLG=yes
2217 DEFAULT_wxUSE_COLOURDLG=yes
2218 DEFAULT_wxUSE_DIRDLG=yes
2219 DEFAULT_wxUSE_FILEDLG=yes
2220 DEFAULT_wxUSE_FINDREPLDLG=yes
2221 DEFAULT_wxUSE_FONTDLG=yes
2222 DEFAULT_wxUSE_MSGDLG=yes
2223 DEFAULT_wxUSE_NUMBERDLG=yes
2224 DEFAULT_wxUSE_TEXTDLG=yes
2225 DEFAULT_wxUSE_SPLASH=yes
2226 DEFAULT_wxUSE_STARTUP_TIPS=yes
2227 DEFAULT_wxUSE_PROGRESSDLG=yes
2228 DEFAULT_wxUSE_WIZARDDLG=yes
2229
2230 DEFAULT_wxUSE_MENUS=yes
2231 DEFAULT_wxUSE_MINIFRAME=yes
2232 DEFAULT_wxUSE_HTML=yes
2233 DEFAULT_wxUSE_FILESYSTEM=yes
2234 DEFAULT_wxUSE_FS_INET=yes
2235 DEFAULT_wxUSE_FS_ZIP=yes
2236 DEFAULT_wxUSE_BUSYINFO=yes
2237 DEFAULT_wxUSE_ZIPSTREAM=yes
2238 DEFAULT_wxUSE_VALIDATORS=yes
2239
2240 DEFAULT_wxUSE_ACCEL=yes
2241 DEFAULT_wxUSE_BUTTON=yes
2242 DEFAULT_wxUSE_BMPBUTTON=yes
2243 DEFAULT_wxUSE_CALCTRL=yes
2244 DEFAULT_wxUSE_CARET=yes
2245 DEFAULT_wxUSE_CHECKBOX=yes
2246 DEFAULT_wxUSE_CHECKLST=yes
2247 DEFAULT_wxUSE_CHOICE=yes
2248 DEFAULT_wxUSE_COMBOBOX=yes
2249 DEFAULT_wxUSE_DISPLAY=no
2250 DEFAULT_wxUSE_GAUGE=yes
2251 DEFAULT_wxUSE_GRID=yes
2252 DEFAULT_wxUSE_IMAGLIST=yes
2253 DEFAULT_wxUSE_LISTBOX=yes
2254 DEFAULT_wxUSE_LISTCTRL=yes
2255 DEFAULT_wxUSE_NOTEBOOK=yes
2256 DEFAULT_wxUSE_RADIOBOX=yes
2257 DEFAULT_wxUSE_RADIOBTN=yes
2258 DEFAULT_wxUSE_SASH=yes
2259 DEFAULT_wxUSE_SCROLLBAR=yes
2260 DEFAULT_wxUSE_SLIDER=yes
2261 DEFAULT_wxUSE_SPINBTN=yes
2262 DEFAULT_wxUSE_SPINCTRL=yes
2263 DEFAULT_wxUSE_SPLITTER=yes
2264 DEFAULT_wxUSE_STATBMP=yes
2265 DEFAULT_wxUSE_STATBOX=yes
2266 DEFAULT_wxUSE_STATLINE=yes
2267 DEFAULT_wxUSE_STATTEXT=yes
2268 DEFAULT_wxUSE_STATUSBAR=yes
2269 DEFAULT_wxUSE_TABDIALOG=no
2270 DEFAULT_wxUSE_TEXTCTRL=yes
2271 DEFAULT_wxUSE_TOGGLEBTN=yes
2272 DEFAULT_wxUSE_TOOLBAR=yes
2273 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2274 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2275 DEFAULT_wxUSE_TREECTRL=yes
2276 DEFAULT_wxUSE_POPUPWIN=yes
2277 DEFAULT_wxUSE_TIPWINDOW=yes
2278
2279 DEFAULT_wxUSE_UNICODE=no
2280 DEFAULT_wxUSE_UNICODE_MSLU=yes
2281 DEFAULT_wxUSE_WCSRTOMBS=no
2282
2283 DEFAULT_wxUSE_PALETTE=yes
2284 DEFAULT_wxUSE_IMAGE=yes
2285 DEFAULT_wxUSE_GIF=yes
2286 DEFAULT_wxUSE_PCX=yes
2287 DEFAULT_wxUSE_IFF=no
2288 DEFAULT_wxUSE_PNM=yes
2289 DEFAULT_wxUSE_XPM=yes
2290 DEFAULT_wxUSE_ICO_CUR=yes
2291 DEFAULT_wxUSE_ACCESSIBILITY=no
2292
2293 DEFAULT_wxUSE_MONOLITHIC=yes
2294 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2295 fi
2296
2297
2298
2299 for toolkit in `echo $ALL_TOOLKITS`; do
2300 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2301 if test "x$LINE" != "x" ; then
2302 has_toolkit_in_cache=1
2303 eval "DEFAULT_$LINE"
2304 eval "CACHE_$toolkit=1"
2305 fi
2306 done
2307
2308
2309
2310 enablestring=
2311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2312 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2313 no_cache=0
2314 # Check whether --enable-gui or --disable-gui was given.
2315 if test "${enable_gui+set}" = set; then
2316 enableval="$enable_gui"
2317
2318 if test "$enableval" = yes; then
2319 ac_cv_use_gui='wxUSE_GUI=yes'
2320 else
2321 ac_cv_use_gui='wxUSE_GUI=no'
2322 fi
2323
2324 else
2325
2326 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2327 if test "x$LINE" != x ; then
2328 eval "DEFAULT_$LINE"
2329 else
2330 no_cache=1
2331 fi
2332
2333 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2334
2335 fi;
2336
2337 eval "$ac_cv_use_gui"
2338 if test "$no_cache" != 1; then
2339 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2340 fi
2341
2342 if test "$wxUSE_GUI" = yes; then
2343 echo "$as_me:$LINENO: result: yes" >&5
2344 echo "${ECHO_T}yes" >&6
2345 else
2346 echo "$as_me:$LINENO: result: no" >&5
2347 echo "${ECHO_T}no" >&6
2348 fi
2349
2350
2351 enablestring=
2352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2353 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2354 no_cache=0
2355 # Check whether --enable-monolithic or --disable-monolithic was given.
2356 if test "${enable_monolithic+set}" = set; then
2357 enableval="$enable_monolithic"
2358
2359 if test "$enableval" = yes; then
2360 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2361 else
2362 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2363 fi
2364
2365 else
2366
2367 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2368 if test "x$LINE" != x ; then
2369 eval "DEFAULT_$LINE"
2370 else
2371 no_cache=1
2372 fi
2373
2374 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2375
2376 fi;
2377
2378 eval "$ac_cv_use_monolithic"
2379 if test "$no_cache" != 1; then
2380 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2381 fi
2382
2383 if test "$wxUSE_MONOLITHIC" = yes; then
2384 echo "$as_me:$LINENO: result: yes" >&5
2385 echo "${ECHO_T}yes" >&6
2386 else
2387 echo "$as_me:$LINENO: result: no" >&5
2388 echo "${ECHO_T}no" >&6
2389 fi
2390
2391
2392 if test "$wxUSE_GUI" = "yes"; then
2393
2394
2395 enablestring=
2396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2397 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2398 no_cache=0
2399 # Check whether --enable-universal or --disable-universal was given.
2400 if test "${enable_universal+set}" = set; then
2401 enableval="$enable_universal"
2402
2403 if test "$enableval" = yes; then
2404 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2405 else
2406 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2407 fi
2408
2409 else
2410
2411 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2412 if test "x$LINE" != x ; then
2413 eval "DEFAULT_$LINE"
2414 else
2415 no_cache=1
2416 fi
2417
2418 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2419
2420 fi;
2421
2422 eval "$ac_cv_use_universal"
2423 if test "$no_cache" != 1; then
2424 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2425 fi
2426
2427 if test "$wxUSE_UNIVERSAL" = yes; then
2428 echo "$as_me:$LINENO: result: yes" >&5
2429 echo "${ECHO_T}yes" >&6
2430 else
2431 echo "$as_me:$LINENO: result: no" >&5
2432 echo "${ECHO_T}no" >&6
2433 fi
2434
2435
2436 # Check whether --with-gtk or --without-gtk was given.
2437 if test "${with_gtk+set}" = set; then
2438 withval="$with_gtk"
2439 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2440 fi;
2441
2442 # Check whether --with-motif or --without-motif was given.
2443 if test "${with_motif+set}" = set; then
2444 withval="$with_motif"
2445 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2446 fi;
2447
2448 # Check whether --with-mac or --without-mac was given.
2449 if test "${with_mac+set}" = set; then
2450 withval="$with_mac"
2451 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
2452 fi;
2453
2454 # Check whether --with-cocoa or --without-cocoa was given.
2455 if test "${with_cocoa+set}" = set; then
2456 withval="$with_cocoa"
2457 wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1
2458 fi;
2459
2460 # Check whether --with-wine or --without-wine was given.
2461 if test "${with_wine+set}" = set; then
2462 withval="$with_wine"
2463 wxUSE_WINE="$withval" CACHE_WINE=1
2464 fi;
2465
2466 # Check whether --with-msw or --without-msw was given.
2467 if test "${with_msw+set}" = set; then
2468 withval="$with_msw"
2469 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2470 fi;
2471
2472 # Check whether --with-pm or --without-pm was given.
2473 if test "${with_pm+set}" = set; then
2474 withval="$with_pm"
2475 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2476 fi;
2477
2478 # Check whether --with-mgl or --without-mgl was given.
2479 if test "${with_mgl+set}" = set; then
2480 withval="$with_mgl"
2481 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2482 fi;
2483
2484 # Check whether --with-microwin or --without-microwin was given.
2485 if test "${with_microwin+set}" = set; then
2486 withval="$with_microwin"
2487 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2488 fi;
2489
2490 # Check whether --with-x11 or --without-x11 was given.
2491 if test "${with_x11+set}" = set; then
2492 withval="$with_x11"
2493 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2494 fi;
2495
2496 enablestring=
2497 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2498 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2499 no_cache=0
2500 # Check whether --enable-nanox or --disable-nanox was given.
2501 if test "${enable_nanox+set}" = set; then
2502 enableval="$enable_nanox"
2503
2504 if test "$enableval" = yes; then
2505 ac_cv_use_nanox='wxUSE_NANOX=yes'
2506 else
2507 ac_cv_use_nanox='wxUSE_NANOX=no'
2508 fi
2509
2510 else
2511
2512 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2513 if test "x$LINE" != x ; then
2514 eval "DEFAULT_$LINE"
2515 else
2516 no_cache=1
2517 fi
2518
2519 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2520
2521 fi;
2522
2523 eval "$ac_cv_use_nanox"
2524 if test "$no_cache" != 1; then
2525 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2526 fi
2527
2528 if test "$wxUSE_NANOX" = yes; then
2529 echo "$as_me:$LINENO: result: yes" >&5
2530 echo "${ECHO_T}yes" >&6
2531 else
2532 echo "$as_me:$LINENO: result: no" >&5
2533 echo "${ECHO_T}no" >&6
2534 fi
2535
2536
2537
2538 enablestring=
2539 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2540 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2541 no_cache=0
2542 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2543 if test "${enable_gtk2+set}" = set; then
2544 enableval="$enable_gtk2"
2545
2546 if test "$enableval" = yes; then
2547 ac_cv_use_gtk2='wxUSE_GTK2=yes'
2548 else
2549 ac_cv_use_gtk2='wxUSE_GTK2=no'
2550 fi
2551
2552 else
2553
2554 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2555 if test "x$LINE" != x ; then
2556 eval "DEFAULT_$LINE"
2557 else
2558 no_cache=1
2559 fi
2560
2561 ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2562
2563 fi;
2564
2565 eval "$ac_cv_use_gtk2"
2566 if test "$no_cache" != 1; then
2567 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2568 fi
2569
2570 if test "$wxUSE_GTK2" = yes; then
2571 echo "$as_me:$LINENO: result: yes" >&5
2572 echo "${ECHO_T}yes" >&6
2573 else
2574 echo "$as_me:$LINENO: result: no" >&5
2575 echo "${ECHO_T}no" >&6
2576 fi
2577
2578
2579
2580 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2581 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2582 no_cache=0
2583
2584 # Check whether --with-libpng or --without-libpng was given.
2585 if test "${with_libpng+set}" = set; then
2586 withval="$with_libpng"
2587
2588 if test "$withval" = yes; then
2589 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2590 elif test "$withval" = no; then
2591 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2592 elif test "$withval" = sys; then
2593 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2594 elif test "$withval" = builtin; then
2595 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2596 else
2597 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2598 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2599 { (exit 1); exit 1; }; }
2600 fi
2601
2602 else
2603
2604 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2605 if test "x$LINE" != x ; then
2606 eval "DEFAULT_$LINE"
2607 else
2608 no_cache=1
2609 fi
2610
2611 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2612
2613 fi;
2614
2615 eval "$ac_cv_use_libpng"
2616 if test "$no_cache" != 1; then
2617 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2618 fi
2619
2620 if test "$wxUSE_LIBPNG" = yes; then
2621 echo "$as_me:$LINENO: result: yes" >&5
2622 echo "${ECHO_T}yes" >&6
2623 elif test "$wxUSE_LIBPNG" = no; then
2624 echo "$as_me:$LINENO: result: no" >&5
2625 echo "${ECHO_T}no" >&6
2626 elif test "$wxUSE_LIBPNG" = sys; then
2627 echo "$as_me:$LINENO: result: system version" >&5
2628 echo "${ECHO_T}system version" >&6
2629 elif test "$wxUSE_LIBPNG" = builtin; then
2630 echo "$as_me:$LINENO: result: builtin version" >&5
2631 echo "${ECHO_T}builtin version" >&6
2632 else
2633 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2634 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2635 { (exit 1); exit 1; }; }
2636 fi
2637
2638
2639 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2640 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2641 no_cache=0
2642
2643 # Check whether --with-libjpeg or --without-libjpeg was given.
2644 if test "${with_libjpeg+set}" = set; then
2645 withval="$with_libjpeg"
2646
2647 if test "$withval" = yes; then
2648 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2649 elif test "$withval" = no; then
2650 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2651 elif test "$withval" = sys; then
2652 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2653 elif test "$withval" = builtin; then
2654 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2655 else
2656 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2657 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2658 { (exit 1); exit 1; }; }
2659 fi
2660
2661 else
2662
2663 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2664 if test "x$LINE" != x ; then
2665 eval "DEFAULT_$LINE"
2666 else
2667 no_cache=1
2668 fi
2669
2670 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2671
2672 fi;
2673
2674 eval "$ac_cv_use_libjpeg"
2675 if test "$no_cache" != 1; then
2676 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2677 fi
2678
2679 if test "$wxUSE_LIBJPEG" = yes; then
2680 echo "$as_me:$LINENO: result: yes" >&5
2681 echo "${ECHO_T}yes" >&6
2682 elif test "$wxUSE_LIBJPEG" = no; then
2683 echo "$as_me:$LINENO: result: no" >&5
2684 echo "${ECHO_T}no" >&6
2685 elif test "$wxUSE_LIBJPEG" = sys; then
2686 echo "$as_me:$LINENO: result: system version" >&5
2687 echo "${ECHO_T}system version" >&6
2688 elif test "$wxUSE_LIBJPEG" = builtin; then
2689 echo "$as_me:$LINENO: result: builtin version" >&5
2690 echo "${ECHO_T}builtin version" >&6
2691 else
2692 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2693 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2694 { (exit 1); exit 1; }; }
2695 fi
2696
2697
2698 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2699 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2700 no_cache=0
2701
2702 # Check whether --with-libtiff or --without-libtiff was given.
2703 if test "${with_libtiff+set}" = set; then
2704 withval="$with_libtiff"
2705
2706 if test "$withval" = yes; then
2707 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2708 elif test "$withval" = no; then
2709 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2710 elif test "$withval" = sys; then
2711 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2712 elif test "$withval" = builtin; then
2713 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2714 else
2715 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2716 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2717 { (exit 1); exit 1; }; }
2718 fi
2719
2720 else
2721
2722 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2723 if test "x$LINE" != x ; then
2724 eval "DEFAULT_$LINE"
2725 else
2726 no_cache=1
2727 fi
2728
2729 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2730
2731 fi;
2732
2733 eval "$ac_cv_use_libtiff"
2734 if test "$no_cache" != 1; then
2735 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2736 fi
2737
2738 if test "$wxUSE_LIBTIFF" = yes; then
2739 echo "$as_me:$LINENO: result: yes" >&5
2740 echo "${ECHO_T}yes" >&6
2741 elif test "$wxUSE_LIBTIFF" = no; then
2742 echo "$as_me:$LINENO: result: no" >&5
2743 echo "${ECHO_T}no" >&6
2744 elif test "$wxUSE_LIBTIFF" = sys; then
2745 echo "$as_me:$LINENO: result: system version" >&5
2746 echo "${ECHO_T}system version" >&6
2747 elif test "$wxUSE_LIBTIFF" = builtin; then
2748 echo "$as_me:$LINENO: result: builtin version" >&5
2749 echo "${ECHO_T}builtin version" >&6
2750 else
2751 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2752 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2753 { (exit 1); exit 1; }; }
2754 fi
2755
2756
2757 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2758 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
2759 no_cache=0
2760
2761 # Check whether --with-opengl or --without-opengl was given.
2762 if test "${with_opengl+set}" = set; then
2763 withval="$with_opengl"
2764
2765 if test "$withval" = yes; then
2766 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2767 else
2768 ac_cv_use_opengl='wxUSE_OPENGL=no'
2769 fi
2770
2771 else
2772
2773 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2774 if test "x$LINE" != x ; then
2775 eval "DEFAULT_$LINE"
2776 else
2777 no_cache=1
2778 fi
2779
2780 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2781
2782 fi;
2783
2784 eval "$ac_cv_use_opengl"
2785 if test "$no_cache" != 1; then
2786 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2787 fi
2788
2789 if test "$wxUSE_OPENGL" = yes; then
2790 echo "$as_me:$LINENO: result: yes" >&5
2791 echo "${ECHO_T}yes" >&6
2792 else
2793 echo "$as_me:$LINENO: result: no" >&5
2794 echo "${ECHO_T}no" >&6
2795 fi
2796
2797
2798 fi
2799
2800
2801 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2802 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
2803 no_cache=0
2804
2805 # Check whether --with-dmalloc or --without-dmalloc was given.
2806 if test "${with_dmalloc+set}" = set; then
2807 withval="$with_dmalloc"
2808
2809 if test "$withval" = yes; then
2810 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2811 else
2812 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2813 fi
2814
2815 else
2816
2817 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2818 if test "x$LINE" != x ; then
2819 eval "DEFAULT_$LINE"
2820 else
2821 no_cache=1
2822 fi
2823
2824 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2825
2826 fi;
2827
2828 eval "$ac_cv_use_dmalloc"
2829 if test "$no_cache" != 1; then
2830 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2831 fi
2832
2833 if test "$wxUSE_DMALLOC" = yes; then
2834 echo "$as_me:$LINENO: result: yes" >&5
2835 echo "${ECHO_T}yes" >&6
2836 else
2837 echo "$as_me:$LINENO: result: no" >&5
2838 echo "${ECHO_T}no" >&6
2839 fi
2840
2841
2842 echo "$as_me:$LINENO: checking for --with-regex" >&5
2843 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
2844 no_cache=0
2845
2846 # Check whether --with-regex or --without-regex was given.
2847 if test "${with_regex+set}" = set; then
2848 withval="$with_regex"
2849
2850 if test "$withval" = yes; then
2851 ac_cv_use_regex='wxUSE_REGEX=yes'
2852 elif test "$withval" = no; then
2853 ac_cv_use_regex='wxUSE_REGEX=no'
2854 elif test "$withval" = sys; then
2855 ac_cv_use_regex='wxUSE_REGEX=sys'
2856 elif test "$withval" = builtin; then
2857 ac_cv_use_regex='wxUSE_REGEX=builtin'
2858 else
2859 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2860 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2861 { (exit 1); exit 1; }; }
2862 fi
2863
2864 else
2865
2866 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2867 if test "x$LINE" != x ; then
2868 eval "DEFAULT_$LINE"
2869 else
2870 no_cache=1
2871 fi
2872
2873 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2874
2875 fi;
2876
2877 eval "$ac_cv_use_regex"
2878 if test "$no_cache" != 1; then
2879 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2880 fi
2881
2882 if test "$wxUSE_REGEX" = yes; then
2883 echo "$as_me:$LINENO: result: yes" >&5
2884 echo "${ECHO_T}yes" >&6
2885 elif test "$wxUSE_REGEX" = no; then
2886 echo "$as_me:$LINENO: result: no" >&5
2887 echo "${ECHO_T}no" >&6
2888 elif test "$wxUSE_REGEX" = sys; then
2889 echo "$as_me:$LINENO: result: system version" >&5
2890 echo "${ECHO_T}system version" >&6
2891 elif test "$wxUSE_REGEX" = builtin; then
2892 echo "$as_me:$LINENO: result: builtin version" >&5
2893 echo "${ECHO_T}builtin version" >&6
2894 else
2895 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2896 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2897 { (exit 1); exit 1; }; }
2898 fi
2899
2900
2901 echo "$as_me:$LINENO: checking for --with-zlib" >&5
2902 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
2903 no_cache=0
2904
2905 # Check whether --with-zlib or --without-zlib was given.
2906 if test "${with_zlib+set}" = set; then
2907 withval="$with_zlib"
2908
2909 if test "$withval" = yes; then
2910 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2911 elif test "$withval" = no; then
2912 ac_cv_use_zlib='wxUSE_ZLIB=no'
2913 elif test "$withval" = sys; then
2914 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2915 elif test "$withval" = builtin; then
2916 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
2917 else
2918 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2919 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2920 { (exit 1); exit 1; }; }
2921 fi
2922
2923 else
2924
2925 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2926 if test "x$LINE" != x ; then
2927 eval "DEFAULT_$LINE"
2928 else
2929 no_cache=1
2930 fi
2931
2932 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2933
2934 fi;
2935
2936 eval "$ac_cv_use_zlib"
2937 if test "$no_cache" != 1; then
2938 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2939 fi
2940
2941 if test "$wxUSE_ZLIB" = yes; then
2942 echo "$as_me:$LINENO: result: yes" >&5
2943 echo "${ECHO_T}yes" >&6
2944 elif test "$wxUSE_ZLIB" = no; then
2945 echo "$as_me:$LINENO: result: no" >&5
2946 echo "${ECHO_T}no" >&6
2947 elif test "$wxUSE_ZLIB" = sys; then
2948 echo "$as_me:$LINENO: result: system version" >&5
2949 echo "${ECHO_T}system version" >&6
2950 elif test "$wxUSE_ZLIB" = builtin; then
2951 echo "$as_me:$LINENO: result: builtin version" >&5
2952 echo "${ECHO_T}builtin version" >&6
2953 else
2954 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2955 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2956 { (exit 1); exit 1; }; }
2957 fi
2958
2959
2960 echo "$as_me:$LINENO: checking for --with-odbc" >&5
2961 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
2962 no_cache=0
2963
2964 # Check whether --with-odbc or --without-odbc was given.
2965 if test "${with_odbc+set}" = set; then
2966 withval="$with_odbc"
2967
2968 if test "$withval" = yes; then
2969 ac_cv_use_odbc='wxUSE_ODBC=yes'
2970 elif test "$withval" = no; then
2971 ac_cv_use_odbc='wxUSE_ODBC=no'
2972 elif test "$withval" = sys; then
2973 ac_cv_use_odbc='wxUSE_ODBC=sys'
2974 elif test "$withval" = builtin; then
2975 ac_cv_use_odbc='wxUSE_ODBC=builtin'
2976 else
2977 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
2978 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
2979 { (exit 1); exit 1; }; }
2980 fi
2981
2982 else
2983
2984 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2985 if test "x$LINE" != x ; then
2986 eval "DEFAULT_$LINE"
2987 else
2988 no_cache=1
2989 fi
2990
2991 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2992
2993 fi;
2994
2995 eval "$ac_cv_use_odbc"
2996 if test "$no_cache" != 1; then
2997 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2998 fi
2999
3000 if test "$wxUSE_ODBC" = yes; then
3001 echo "$as_me:$LINENO: result: yes" >&5
3002 echo "${ECHO_T}yes" >&6
3003 elif test "$wxUSE_ODBC" = no; then
3004 echo "$as_me:$LINENO: result: no" >&5
3005 echo "${ECHO_T}no" >&6
3006 elif test "$wxUSE_ODBC" = sys; then
3007 echo "$as_me:$LINENO: result: system version" >&5
3008 echo "${ECHO_T}system version" >&6
3009 elif test "$wxUSE_ODBC" = builtin; then
3010 echo "$as_me:$LINENO: result: builtin version" >&5
3011 echo "${ECHO_T}builtin version" >&6
3012 else
3013 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3014 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3015 { (exit 1); exit 1; }; }
3016 fi
3017
3018
3019 echo "$as_me:$LINENO: checking for --with-expat" >&5
3020 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3021 no_cache=0
3022
3023 # Check whether --with-expat or --without-expat was given.
3024 if test "${with_expat+set}" = set; then
3025 withval="$with_expat"
3026
3027 if test "$withval" = yes; then
3028 ac_cv_use_expat='wxUSE_EXPAT=yes'
3029 elif test "$withval" = no; then
3030 ac_cv_use_expat='wxUSE_EXPAT=no'
3031 elif test "$withval" = sys; then
3032 ac_cv_use_expat='wxUSE_EXPAT=sys'
3033 elif test "$withval" = builtin; then
3034 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3035 else
3036 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3037 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3038 { (exit 1); exit 1; }; }
3039 fi
3040
3041 else
3042
3043 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3044 if test "x$LINE" != x ; then
3045 eval "DEFAULT_$LINE"
3046 else
3047 no_cache=1
3048 fi
3049
3050 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3051
3052 fi;
3053
3054 eval "$ac_cv_use_expat"
3055 if test "$no_cache" != 1; then
3056 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3057 fi
3058
3059 if test "$wxUSE_EXPAT" = yes; then
3060 echo "$as_me:$LINENO: result: yes" >&5
3061 echo "${ECHO_T}yes" >&6
3062 elif test "$wxUSE_EXPAT" = no; then
3063 echo "$as_me:$LINENO: result: no" >&5
3064 echo "${ECHO_T}no" >&6
3065 elif test "$wxUSE_EXPAT" = sys; then
3066 echo "$as_me:$LINENO: result: system version" >&5
3067 echo "${ECHO_T}system version" >&6
3068 elif test "$wxUSE_EXPAT" = builtin; then
3069 echo "$as_me:$LINENO: result: builtin version" >&5
3070 echo "${ECHO_T}builtin version" >&6
3071 else
3072 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3073 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3074 { (exit 1); exit 1; }; }
3075 fi
3076
3077
3078
3079
3080 enablestring=
3081 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3082 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3083 no_cache=0
3084 # Check whether --enable-shared or --disable-shared was given.
3085 if test "${enable_shared+set}" = set; then
3086 enableval="$enable_shared"
3087
3088 if test "$enableval" = yes; then
3089 ac_cv_use_shared='wxUSE_SHARED=yes'
3090 else
3091 ac_cv_use_shared='wxUSE_SHARED=no'
3092 fi
3093
3094 else
3095
3096 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3097 if test "x$LINE" != x ; then
3098 eval "DEFAULT_$LINE"
3099 else
3100 no_cache=1
3101 fi
3102
3103 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3104
3105 fi;
3106
3107 eval "$ac_cv_use_shared"
3108 if test "$no_cache" != 1; then
3109 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3110 fi
3111
3112 if test "$wxUSE_SHARED" = yes; then
3113 echo "$as_me:$LINENO: result: yes" >&5
3114 echo "${ECHO_T}yes" >&6
3115 else
3116 echo "$as_me:$LINENO: result: no" >&5
3117 echo "${ECHO_T}no" >&6
3118 fi
3119
3120
3121 enablestring=
3122 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3123 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3124 no_cache=0
3125 # Check whether --enable-optimise or --disable-optimise was given.
3126 if test "${enable_optimise+set}" = set; then
3127 enableval="$enable_optimise"
3128
3129 if test "$enableval" = yes; then
3130 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3131 else
3132 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3133 fi
3134
3135 else
3136
3137 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3138 if test "x$LINE" != x ; then
3139 eval "DEFAULT_$LINE"
3140 else
3141 no_cache=1
3142 fi
3143
3144 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3145
3146 fi;
3147
3148 eval "$ac_cv_use_optimise"
3149 if test "$no_cache" != 1; then
3150 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3151 fi
3152
3153 if test "$wxUSE_OPTIMISE" = yes; then
3154 echo "$as_me:$LINENO: result: yes" >&5
3155 echo "${ECHO_T}yes" >&6
3156 else
3157 echo "$as_me:$LINENO: result: no" >&5
3158 echo "${ECHO_T}no" >&6
3159 fi
3160
3161
3162 enablestring=
3163 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3164 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3165 no_cache=0
3166 # Check whether --enable-debug or --disable-debug was given.
3167 if test "${enable_debug+set}" = set; then
3168 enableval="$enable_debug"
3169
3170 if test "$enableval" = yes; then
3171 ac_cv_use_debug='wxUSE_DEBUG=yes'
3172 else
3173 ac_cv_use_debug='wxUSE_DEBUG=no'
3174 fi
3175
3176 else
3177
3178 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3179 if test "x$LINE" != x ; then
3180 eval "DEFAULT_$LINE"
3181 else
3182 no_cache=1
3183 fi
3184
3185 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3186
3187 fi;
3188
3189 eval "$ac_cv_use_debug"
3190 if test "$no_cache" != 1; then
3191 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3192 fi
3193
3194 if test "$wxUSE_DEBUG" = yes; then
3195 echo "$as_me:$LINENO: result: yes" >&5
3196 echo "${ECHO_T}yes" >&6
3197 else
3198 echo "$as_me:$LINENO: result: no" >&5
3199 echo "${ECHO_T}no" >&6
3200 fi
3201
3202
3203 enablestring=
3204 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3205 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3206 no_cache=0
3207 # Check whether --enable-stl or --disable-stl was given.
3208 if test "${enable_stl+set}" = set; then
3209 enableval="$enable_stl"
3210
3211 if test "$enableval" = yes; then
3212 ac_cv_use_stl='wxUSE_STL=yes'
3213 else
3214 ac_cv_use_stl='wxUSE_STL=no'
3215 fi
3216
3217 else
3218
3219 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3220 if test "x$LINE" != x ; then
3221 eval "DEFAULT_$LINE"
3222 else
3223 no_cache=1
3224 fi
3225
3226 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3227
3228 fi;
3229
3230 eval "$ac_cv_use_stl"
3231 if test "$no_cache" != 1; then
3232 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3233 fi
3234
3235 if test "$wxUSE_STL" = yes; then
3236 echo "$as_me:$LINENO: result: yes" >&5
3237 echo "${ECHO_T}yes" >&6
3238 else
3239 echo "$as_me:$LINENO: result: no" >&5
3240 echo "${ECHO_T}no" >&6
3241 fi
3242
3243
3244 if test "$wxUSE_DEBUG" = "yes"; then
3245 DEFAULT_wxUSE_DEBUG_FLAG=yes
3246 DEFAULT_wxUSE_DEBUG_INFO=yes
3247 elif test "$wxUSE_DEBUG" = "no"; then
3248 DEFAULT_wxUSE_DEBUG_FLAG=no
3249 DEFAULT_wxUSE_DEBUG_INFO=no
3250 fi
3251
3252
3253 enablestring=
3254 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3255 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3256 no_cache=0
3257 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3258 if test "${enable_debug_flag+set}" = set; then
3259 enableval="$enable_debug_flag"
3260
3261 if test "$enableval" = yes; then
3262 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3263 else
3264 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3265 fi
3266
3267 else
3268
3269 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3270 if test "x$LINE" != x ; then
3271 eval "DEFAULT_$LINE"
3272 else
3273 no_cache=1
3274 fi
3275
3276 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3277
3278 fi;
3279
3280 eval "$ac_cv_use_debug_flag"
3281 if test "$no_cache" != 1; then
3282 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3283 fi
3284
3285 if test "$wxUSE_DEBUG_FLAG" = yes; then
3286 echo "$as_me:$LINENO: result: yes" >&5
3287 echo "${ECHO_T}yes" >&6
3288 else
3289 echo "$as_me:$LINENO: result: no" >&5
3290 echo "${ECHO_T}no" >&6
3291 fi
3292
3293
3294 enablestring=
3295 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3296 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3297 no_cache=0
3298 # Check whether --enable-debug_info or --disable-debug_info was given.
3299 if test "${enable_debug_info+set}" = set; then
3300 enableval="$enable_debug_info"
3301
3302 if test "$enableval" = yes; then
3303 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3304 else
3305 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3306 fi
3307
3308 else
3309
3310 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3311 if test "x$LINE" != x ; then
3312 eval "DEFAULT_$LINE"
3313 else
3314 no_cache=1
3315 fi
3316
3317 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3318
3319 fi;
3320
3321 eval "$ac_cv_use_debug_info"
3322 if test "$no_cache" != 1; then
3323 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3324 fi
3325
3326 if test "$wxUSE_DEBUG_INFO" = yes; then
3327 echo "$as_me:$LINENO: result: yes" >&5
3328 echo "${ECHO_T}yes" >&6
3329 else
3330 echo "$as_me:$LINENO: result: no" >&5
3331 echo "${ECHO_T}no" >&6
3332 fi
3333
3334
3335 enablestring=
3336 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3337 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3338 no_cache=0
3339 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3340 if test "${enable_debug_gdb+set}" = set; then
3341 enableval="$enable_debug_gdb"
3342
3343 if test "$enableval" = yes; then
3344 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3345 else
3346 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3347 fi
3348
3349 else
3350
3351 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3352 if test "x$LINE" != x ; then
3353 eval "DEFAULT_$LINE"
3354 else
3355 no_cache=1
3356 fi
3357
3358 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3359
3360 fi;
3361
3362 eval "$ac_cv_use_debug_gdb"
3363 if test "$no_cache" != 1; then
3364 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3365 fi
3366
3367 if test "$wxUSE_DEBUG_GDB" = yes; then
3368 echo "$as_me:$LINENO: result: yes" >&5
3369 echo "${ECHO_T}yes" >&6
3370 else
3371 echo "$as_me:$LINENO: result: no" >&5
3372 echo "${ECHO_T}no" >&6
3373 fi
3374
3375
3376 enablestring=
3377 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3378 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3379 no_cache=0
3380 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3381 if test "${enable_debug_cntxt+set}" = set; then
3382 enableval="$enable_debug_cntxt"
3383
3384 if test "$enableval" = yes; then
3385 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3386 else
3387 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3388 fi
3389
3390 else
3391
3392 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3393 if test "x$LINE" != x ; then
3394 eval "DEFAULT_$LINE"
3395 else
3396 no_cache=1
3397 fi
3398
3399 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3400
3401 fi;
3402
3403 eval "$ac_cv_use_debug_cntxt"
3404 if test "$no_cache" != 1; then
3405 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3406 fi
3407
3408 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3409 echo "$as_me:$LINENO: result: yes" >&5
3410 echo "${ECHO_T}yes" >&6
3411 else
3412 echo "$as_me:$LINENO: result: no" >&5
3413 echo "${ECHO_T}no" >&6
3414 fi
3415
3416
3417 enablestring=
3418 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3419 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3420 no_cache=0
3421 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3422 if test "${enable_mem_tracing+set}" = set; then
3423 enableval="$enable_mem_tracing"
3424
3425 if test "$enableval" = yes; then
3426 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3427 else
3428 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3429 fi
3430
3431 else
3432
3433 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3434 if test "x$LINE" != x ; then
3435 eval "DEFAULT_$LINE"
3436 else
3437 no_cache=1
3438 fi
3439
3440 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3441
3442 fi;
3443
3444 eval "$ac_cv_use_mem_tracing"
3445 if test "$no_cache" != 1; then
3446 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3447 fi
3448
3449 if test "$wxUSE_MEM_TRACING" = yes; then
3450 echo "$as_me:$LINENO: result: yes" >&5
3451 echo "${ECHO_T}yes" >&6
3452 else
3453 echo "$as_me:$LINENO: result: no" >&5
3454 echo "${ECHO_T}no" >&6
3455 fi
3456
3457
3458 enablestring=
3459 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3460 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3461 no_cache=0
3462 # Check whether --enable-profile or --disable-profile was given.
3463 if test "${enable_profile+set}" = set; then
3464 enableval="$enable_profile"
3465
3466 if test "$enableval" = yes; then
3467 ac_cv_use_profile='wxUSE_PROFILE=yes'
3468 else
3469 ac_cv_use_profile='wxUSE_PROFILE=no'
3470 fi
3471
3472 else
3473
3474 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3475 if test "x$LINE" != x ; then
3476 eval "DEFAULT_$LINE"
3477 else
3478 no_cache=1
3479 fi
3480
3481 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3482
3483 fi;
3484
3485 eval "$ac_cv_use_profile"
3486 if test "$no_cache" != 1; then
3487 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3488 fi
3489
3490 if test "$wxUSE_PROFILE" = yes; then
3491 echo "$as_me:$LINENO: result: yes" >&5
3492 echo "${ECHO_T}yes" >&6
3493 else
3494 echo "$as_me:$LINENO: result: no" >&5
3495 echo "${ECHO_T}no" >&6
3496 fi
3497
3498
3499 enablestring=
3500 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3501 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3502 no_cache=0
3503 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3504 if test "${enable_no_rtti+set}" = set; then
3505 enableval="$enable_no_rtti"
3506
3507 if test "$enableval" = yes; then
3508 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3509 else
3510 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3511 fi
3512
3513 else
3514
3515 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3516 if test "x$LINE" != x ; then
3517 eval "DEFAULT_$LINE"
3518 else
3519 no_cache=1
3520 fi
3521
3522 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3523
3524 fi;
3525
3526 eval "$ac_cv_use_no_rtti"
3527 if test "$no_cache" != 1; then
3528 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3529 fi
3530
3531 if test "$wxUSE_NO_RTTI" = yes; then
3532 echo "$as_me:$LINENO: result: yes" >&5
3533 echo "${ECHO_T}yes" >&6
3534 else
3535 echo "$as_me:$LINENO: result: no" >&5
3536 echo "${ECHO_T}no" >&6
3537 fi
3538
3539
3540 enablestring=
3541 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3542 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3543 no_cache=0
3544 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3545 if test "${enable_no_exceptions+set}" = set; then
3546 enableval="$enable_no_exceptions"
3547
3548 if test "$enableval" = yes; then
3549 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3550 else
3551 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3552 fi
3553
3554 else
3555
3556 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3557 if test "x$LINE" != x ; then
3558 eval "DEFAULT_$LINE"
3559 else
3560 no_cache=1
3561 fi
3562
3563 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3564
3565 fi;
3566
3567 eval "$ac_cv_use_no_exceptions"
3568 if test "$no_cache" != 1; then
3569 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3570 fi
3571
3572 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3573 echo "$as_me:$LINENO: result: yes" >&5
3574 echo "${ECHO_T}yes" >&6
3575 else
3576 echo "$as_me:$LINENO: result: no" >&5
3577 echo "${ECHO_T}no" >&6
3578 fi
3579
3580
3581 enablestring=
3582 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3583 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3584 no_cache=0
3585 # Check whether --enable-permissive or --disable-permissive was given.
3586 if test "${enable_permissive+set}" = set; then
3587 enableval="$enable_permissive"
3588
3589 if test "$enableval" = yes; then
3590 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
3591 else
3592 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
3593 fi
3594
3595 else
3596
3597 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3598 if test "x$LINE" != x ; then
3599 eval "DEFAULT_$LINE"
3600 else
3601 no_cache=1
3602 fi
3603
3604 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
3605
3606 fi;
3607
3608 eval "$ac_cv_use_permissive"
3609 if test "$no_cache" != 1; then
3610 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3611 fi
3612
3613 if test "$wxUSE_PERMISSIVE" = yes; then
3614 echo "$as_me:$LINENO: result: yes" >&5
3615 echo "${ECHO_T}yes" >&6
3616 else
3617 echo "$as_me:$LINENO: result: no" >&5
3618 echo "${ECHO_T}no" >&6
3619 fi
3620
3621
3622 enablestring=
3623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3624 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3625 no_cache=0
3626 # Check whether --enable-no_deps or --disable-no_deps was given.
3627 if test "${enable_no_deps+set}" = set; then
3628 enableval="$enable_no_deps"
3629
3630 if test "$enableval" = yes; then
3631 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
3632 else
3633 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
3634 fi
3635
3636 else
3637
3638 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3639 if test "x$LINE" != x ; then
3640 eval "DEFAULT_$LINE"
3641 else
3642 no_cache=1
3643 fi
3644
3645 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
3646
3647 fi;
3648
3649 eval "$ac_cv_use_no_deps"
3650 if test "$no_cache" != 1; then
3651 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3652 fi
3653
3654 if test "$wxUSE_NO_DEPS" = yes; then
3655 echo "$as_me:$LINENO: result: yes" >&5
3656 echo "${ECHO_T}yes" >&6
3657 else
3658 echo "$as_me:$LINENO: result: no" >&5
3659 echo "${ECHO_T}no" >&6
3660 fi
3661
3662
3663
3664 enablestring=
3665 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
3666 echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
3667 no_cache=0
3668 # Check whether --enable-compat20 or --disable-compat20 was given.
3669 if test "${enable_compat20+set}" = set; then
3670 enableval="$enable_compat20"
3671
3672 if test "$enableval" = yes; then
3673 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
3674 else
3675 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
3676 fi
3677
3678 else
3679
3680 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
3681 if test "x$LINE" != x ; then
3682 eval "DEFAULT_$LINE"
3683 else
3684 no_cache=1
3685 fi
3686
3687 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
3688
3689 fi;
3690
3691 eval "$ac_cv_use_compat20"
3692 if test "$no_cache" != 1; then
3693 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3694 fi
3695
3696 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3697 echo "$as_me:$LINENO: result: yes" >&5
3698 echo "${ECHO_T}yes" >&6
3699 else
3700 echo "$as_me:$LINENO: result: no" >&5
3701 echo "${ECHO_T}no" >&6
3702 fi
3703
3704
3705 enablestring=
3706 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3707 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
3708 no_cache=0
3709 # Check whether --enable-compat22 or --disable-compat22 was given.
3710 if test "${enable_compat22+set}" = set; then
3711 enableval="$enable_compat22"
3712
3713 if test "$enableval" = yes; then
3714 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
3715 else
3716 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
3717 fi
3718
3719 else
3720
3721 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3722 if test "x$LINE" != x ; then
3723 eval "DEFAULT_$LINE"
3724 else
3725 no_cache=1
3726 fi
3727
3728 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3729
3730 fi;
3731
3732 eval "$ac_cv_use_compat22"
3733 if test "$no_cache" != 1; then
3734 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3735 fi
3736
3737 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3738 echo "$as_me:$LINENO: result: yes" >&5
3739 echo "${ECHO_T}yes" >&6
3740 else
3741 echo "$as_me:$LINENO: result: no" >&5
3742 echo "${ECHO_T}no" >&6
3743 fi
3744
3745
3746 enablestring=disable
3747 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3748 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
3749 no_cache=0
3750 # Check whether --enable-compat24 or --disable-compat24 was given.
3751 if test "${enable_compat24+set}" = set; then
3752 enableval="$enable_compat24"
3753
3754 if test "$enableval" = yes; then
3755 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
3756 else
3757 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
3758 fi
3759
3760 else
3761
3762 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3763 if test "x$LINE" != x ; then
3764 eval "DEFAULT_$LINE"
3765 else
3766 no_cache=1
3767 fi
3768
3769 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
3770
3771 fi;
3772
3773 eval "$ac_cv_use_compat24"
3774 if test "$no_cache" != 1; then
3775 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3776 fi
3777
3778 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
3779 echo "$as_me:$LINENO: result: yes" >&5
3780 echo "${ECHO_T}yes" >&6
3781 else
3782 echo "$as_me:$LINENO: result: no" >&5
3783 echo "${ECHO_T}no" >&6
3784 fi
3785
3786
3787 # Check whether --enable-rpath or --disable-rpath was given.
3788 if test "${enable_rpath+set}" = set; then
3789 enableval="$enable_rpath"
3790 wxRPATH_DIR="$enableval"
3791 fi;
3792
3793 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3794 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
3795 fi
3796
3797
3798
3799
3800 enablestring=
3801 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3802 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
3803 no_cache=0
3804 # Check whether --enable-intl or --disable-intl was given.
3805 if test "${enable_intl+set}" = set; then
3806 enableval="$enable_intl"
3807
3808 if test "$enableval" = yes; then
3809 ac_cv_use_intl='wxUSE_INTL=yes'
3810 else
3811 ac_cv_use_intl='wxUSE_INTL=no'
3812 fi
3813
3814 else
3815
3816 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3817 if test "x$LINE" != x ; then
3818 eval "DEFAULT_$LINE"
3819 else
3820 no_cache=1
3821 fi
3822
3823 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3824
3825 fi;
3826
3827 eval "$ac_cv_use_intl"
3828 if test "$no_cache" != 1; then
3829 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3830 fi
3831
3832 if test "$wxUSE_INTL" = yes; then
3833 echo "$as_me:$LINENO: result: yes" >&5
3834 echo "${ECHO_T}yes" >&6
3835 else
3836 echo "$as_me:$LINENO: result: no" >&5
3837 echo "${ECHO_T}no" >&6
3838 fi
3839
3840
3841 enablestring=
3842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3843 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
3844 no_cache=0
3845 # Check whether --enable-config or --disable-config was given.
3846 if test "${enable_config+set}" = set; then
3847 enableval="$enable_config"
3848
3849 if test "$enableval" = yes; then
3850 ac_cv_use_config='wxUSE_CONFIG=yes'
3851 else
3852 ac_cv_use_config='wxUSE_CONFIG=no'
3853 fi
3854
3855 else
3856
3857 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3858 if test "x$LINE" != x ; then
3859 eval "DEFAULT_$LINE"
3860 else
3861 no_cache=1
3862 fi
3863
3864 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3865
3866 fi;
3867
3868 eval "$ac_cv_use_config"
3869 if test "$no_cache" != 1; then
3870 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3871 fi
3872
3873 if test "$wxUSE_CONFIG" = yes; then
3874 echo "$as_me:$LINENO: result: yes" >&5
3875 echo "${ECHO_T}yes" >&6
3876 else
3877 echo "$as_me:$LINENO: result: no" >&5
3878 echo "${ECHO_T}no" >&6
3879 fi
3880
3881
3882
3883 enablestring=
3884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
3885 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
3886 no_cache=0
3887 # Check whether --enable-protocols or --disable-protocols was given.
3888 if test "${enable_protocols+set}" = set; then
3889 enableval="$enable_protocols"
3890
3891 if test "$enableval" = yes; then
3892 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3893 else
3894 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3895 fi
3896
3897 else
3898
3899 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3900 if test "x$LINE" != x ; then
3901 eval "DEFAULT_$LINE"
3902 else
3903 no_cache=1
3904 fi
3905
3906 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3907
3908 fi;
3909
3910 eval "$ac_cv_use_protocols"
3911 if test "$no_cache" != 1; then
3912 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3913 fi
3914
3915 if test "$wxUSE_PROTOCOL" = yes; then
3916 echo "$as_me:$LINENO: result: yes" >&5
3917 echo "${ECHO_T}yes" >&6
3918 else
3919 echo "$as_me:$LINENO: result: no" >&5
3920 echo "${ECHO_T}no" >&6
3921 fi
3922
3923
3924 enablestring=
3925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
3926 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
3927 no_cache=0
3928 # Check whether --enable-ftp or --disable-ftp was given.
3929 if test "${enable_ftp+set}" = set; then
3930 enableval="$enable_ftp"
3931
3932 if test "$enableval" = yes; then
3933 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3934 else
3935 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3936 fi
3937
3938 else
3939
3940 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3941 if test "x$LINE" != x ; then
3942 eval "DEFAULT_$LINE"
3943 else
3944 no_cache=1
3945 fi
3946
3947 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3948
3949 fi;
3950
3951 eval "$ac_cv_use_ftp"
3952 if test "$no_cache" != 1; then
3953 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3954 fi
3955
3956 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3957 echo "$as_me:$LINENO: result: yes" >&5
3958 echo "${ECHO_T}yes" >&6
3959 else
3960 echo "$as_me:$LINENO: result: no" >&5
3961 echo "${ECHO_T}no" >&6
3962 fi
3963
3964
3965 enablestring=
3966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
3967 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
3968 no_cache=0
3969 # Check whether --enable-http or --disable-http was given.
3970 if test "${enable_http+set}" = set; then
3971 enableval="$enable_http"
3972
3973 if test "$enableval" = yes; then
3974 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3975 else
3976 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3977 fi
3978
3979 else
3980
3981 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3982 if test "x$LINE" != x ; then
3983 eval "DEFAULT_$LINE"
3984 else
3985 no_cache=1
3986 fi
3987
3988 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3989
3990 fi;
3991
3992 eval "$ac_cv_use_http"
3993 if test "$no_cache" != 1; then
3994 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3995 fi
3996
3997 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3998 echo "$as_me:$LINENO: result: yes" >&5
3999 echo "${ECHO_T}yes" >&6
4000 else
4001 echo "$as_me:$LINENO: result: no" >&5
4002 echo "${ECHO_T}no" >&6
4003 fi
4004
4005
4006 enablestring=
4007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4008 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4009 no_cache=0
4010 # Check whether --enable-fileproto or --disable-fileproto was given.
4011 if test "${enable_fileproto+set}" = set; then
4012 enableval="$enable_fileproto"
4013
4014 if test "$enableval" = yes; then
4015 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4016 else
4017 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4018 fi
4019
4020 else
4021
4022 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4023 if test "x$LINE" != x ; then
4024 eval "DEFAULT_$LINE"
4025 else
4026 no_cache=1
4027 fi
4028
4029 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4030
4031 fi;
4032
4033 eval "$ac_cv_use_fileproto"
4034 if test "$no_cache" != 1; then
4035 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4036 fi
4037
4038 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4039 echo "$as_me:$LINENO: result: yes" >&5
4040 echo "${ECHO_T}yes" >&6
4041 else
4042 echo "$as_me:$LINENO: result: no" >&5
4043 echo "${ECHO_T}no" >&6
4044 fi
4045
4046
4047 enablestring=
4048 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4049 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4050 no_cache=0
4051 # Check whether --enable-sockets or --disable-sockets was given.
4052 if test "${enable_sockets+set}" = set; then
4053 enableval="$enable_sockets"
4054
4055 if test "$enableval" = yes; then
4056 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4057 else
4058 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4059 fi
4060
4061 else
4062
4063 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4064 if test "x$LINE" != x ; then
4065 eval "DEFAULT_$LINE"
4066 else
4067 no_cache=1
4068 fi
4069
4070 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4071
4072 fi;
4073
4074 eval "$ac_cv_use_sockets"
4075 if test "$no_cache" != 1; then
4076 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4077 fi
4078
4079 if test "$wxUSE_SOCKETS" = yes; then
4080 echo "$as_me:$LINENO: result: yes" >&5
4081 echo "${ECHO_T}yes" >&6
4082 else
4083 echo "$as_me:$LINENO: result: no" >&5
4084 echo "${ECHO_T}no" >&6
4085 fi
4086
4087
4088 enablestring=
4089 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4090 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4091 no_cache=0
4092 # Check whether --enable-ole or --disable-ole was given.
4093 if test "${enable_ole+set}" = set; then
4094 enableval="$enable_ole"
4095
4096 if test "$enableval" = yes; then
4097 ac_cv_use_ole='wxUSE_OLE=yes'
4098 else
4099 ac_cv_use_ole='wxUSE_OLE=no'
4100 fi
4101
4102 else
4103
4104 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4105 if test "x$LINE" != x ; then
4106 eval "DEFAULT_$LINE"
4107 else
4108 no_cache=1
4109 fi
4110
4111 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4112
4113 fi;
4114
4115 eval "$ac_cv_use_ole"
4116 if test "$no_cache" != 1; then
4117 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4118 fi
4119
4120 if test "$wxUSE_OLE" = yes; then
4121 echo "$as_me:$LINENO: result: yes" >&5
4122 echo "${ECHO_T}yes" >&6
4123 else
4124 echo "$as_me:$LINENO: result: no" >&5
4125 echo "${ECHO_T}no" >&6
4126 fi
4127
4128
4129 enablestring=
4130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4131 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4132 no_cache=0
4133 # Check whether --enable-dataobj or --disable-dataobj was given.
4134 if test "${enable_dataobj+set}" = set; then
4135 enableval="$enable_dataobj"
4136
4137 if test "$enableval" = yes; then
4138 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4139 else
4140 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4141 fi
4142
4143 else
4144
4145 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4146 if test "x$LINE" != x ; then
4147 eval "DEFAULT_$LINE"
4148 else
4149 no_cache=1
4150 fi
4151
4152 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4153
4154 fi;
4155
4156 eval "$ac_cv_use_dataobj"
4157 if test "$no_cache" != 1; then
4158 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4159 fi
4160
4161 if test "$wxUSE_DATAOBJ" = yes; then
4162 echo "$as_me:$LINENO: result: yes" >&5
4163 echo "${ECHO_T}yes" >&6
4164 else
4165 echo "$as_me:$LINENO: result: no" >&5
4166 echo "${ECHO_T}no" >&6
4167 fi
4168
4169
4170
4171 enablestring=
4172 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4173 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4174 no_cache=0
4175 # Check whether --enable-ipc or --disable-ipc was given.
4176 if test "${enable_ipc+set}" = set; then
4177 enableval="$enable_ipc"
4178
4179 if test "$enableval" = yes; then
4180 ac_cv_use_ipc='wxUSE_IPC=yes'
4181 else
4182 ac_cv_use_ipc='wxUSE_IPC=no'
4183 fi
4184
4185 else
4186
4187 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4188 if test "x$LINE" != x ; then
4189 eval "DEFAULT_$LINE"
4190 else
4191 no_cache=1
4192 fi
4193
4194 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4195
4196 fi;
4197
4198 eval "$ac_cv_use_ipc"
4199 if test "$no_cache" != 1; then
4200 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4201 fi
4202
4203 if test "$wxUSE_IPC" = yes; then
4204 echo "$as_me:$LINENO: result: yes" >&5
4205 echo "${ECHO_T}yes" >&6
4206 else
4207 echo "$as_me:$LINENO: result: no" >&5
4208 echo "${ECHO_T}no" >&6
4209 fi
4210
4211
4212
4213 enablestring=
4214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4215 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4216 no_cache=0
4217 # Check whether --enable-cmdline or --disable-cmdline was given.
4218 if test "${enable_cmdline+set}" = set; then
4219 enableval="$enable_cmdline"
4220
4221 if test "$enableval" = yes; then
4222 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4223 else
4224 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4225 fi
4226
4227 else
4228
4229 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4230 if test "x$LINE" != x ; then
4231 eval "DEFAULT_$LINE"
4232 else
4233 no_cache=1
4234 fi
4235
4236 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4237
4238 fi;
4239
4240 eval "$ac_cv_use_cmdline"
4241 if test "$no_cache" != 1; then
4242 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4243 fi
4244
4245 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4246 echo "$as_me:$LINENO: result: yes" >&5
4247 echo "${ECHO_T}yes" >&6
4248 else
4249 echo "$as_me:$LINENO: result: no" >&5
4250 echo "${ECHO_T}no" >&6
4251 fi
4252
4253
4254 enablestring=
4255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4256 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4257 no_cache=0
4258 # Check whether --enable-datetime or --disable-datetime was given.
4259 if test "${enable_datetime+set}" = set; then
4260 enableval="$enable_datetime"
4261
4262 if test "$enableval" = yes; then
4263 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4264 else
4265 ac_cv_use_datetime='wxUSE_DATETIME=no'
4266 fi
4267
4268 else
4269
4270 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4271 if test "x$LINE" != x ; then
4272 eval "DEFAULT_$LINE"
4273 else
4274 no_cache=1
4275 fi
4276
4277 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4278
4279 fi;
4280
4281 eval "$ac_cv_use_datetime"
4282 if test "$no_cache" != 1; then
4283 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4284 fi
4285
4286 if test "$wxUSE_DATETIME" = yes; then
4287 echo "$as_me:$LINENO: result: yes" >&5
4288 echo "${ECHO_T}yes" >&6
4289 else
4290 echo "$as_me:$LINENO: result: no" >&5
4291 echo "${ECHO_T}no" >&6
4292 fi
4293
4294
4295 enablestring=
4296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
4297 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
4298 no_cache=0
4299 # Check whether --enable-stopwatch or --disable-stopwatch was given.
4300 if test "${enable_stopwatch+set}" = set; then
4301 enableval="$enable_stopwatch"
4302
4303 if test "$enableval" = yes; then
4304 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
4305 else
4306 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
4307 fi
4308
4309 else
4310
4311 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
4312 if test "x$LINE" != x ; then
4313 eval "DEFAULT_$LINE"
4314 else
4315 no_cache=1
4316 fi
4317
4318 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
4319
4320 fi;
4321
4322 eval "$ac_cv_use_stopwatch"
4323 if test "$no_cache" != 1; then
4324 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
4325 fi
4326
4327 if test "$wxUSE_STOPWATCH" = yes; then
4328 echo "$as_me:$LINENO: result: yes" >&5
4329 echo "${ECHO_T}yes" >&6
4330 else
4331 echo "$as_me:$LINENO: result: no" >&5
4332 echo "${ECHO_T}no" >&6
4333 fi
4334
4335
4336 enablestring=
4337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4338 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4339 no_cache=0
4340 # Check whether --enable-dialupman or --disable-dialupman was given.
4341 if test "${enable_dialupman+set}" = set; then
4342 enableval="$enable_dialupman"
4343
4344 if test "$enableval" = yes; then
4345 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4346 else
4347 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4348 fi
4349
4350 else
4351
4352 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4353 if test "x$LINE" != x ; then
4354 eval "DEFAULT_$LINE"
4355 else
4356 no_cache=1
4357 fi
4358
4359 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4360
4361 fi;
4362
4363 eval "$ac_cv_use_dialupman"
4364 if test "$no_cache" != 1; then
4365 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4366 fi
4367
4368 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4369 echo "$as_me:$LINENO: result: yes" >&5
4370 echo "${ECHO_T}yes" >&6
4371 else
4372 echo "$as_me:$LINENO: result: no" >&5
4373 echo "${ECHO_T}no" >&6
4374 fi
4375
4376
4377 enablestring=
4378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4379 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4380 no_cache=0
4381 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4382 if test "${enable_apple_ieee+set}" = set; then
4383 enableval="$enable_apple_ieee"
4384
4385 if test "$enableval" = yes; then
4386 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4387 else
4388 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4389 fi
4390
4391 else
4392
4393 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4394 if test "x$LINE" != x ; then
4395 eval "DEFAULT_$LINE"
4396 else
4397 no_cache=1
4398 fi
4399
4400 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4401
4402 fi;
4403
4404 eval "$ac_cv_use_apple_ieee"
4405 if test "$no_cache" != 1; then
4406 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4407 fi
4408
4409 if test "$wxUSE_APPLE_IEEE" = yes; then
4410 echo "$as_me:$LINENO: result: yes" >&5
4411 echo "${ECHO_T}yes" >&6
4412 else
4413 echo "$as_me:$LINENO: result: no" >&5
4414 echo "${ECHO_T}no" >&6
4415 fi
4416
4417
4418 enablestring=
4419 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
4420 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
4421 no_cache=0
4422 # Check whether --enable-timer or --disable-timer was given.
4423 if test "${enable_timer+set}" = set; then
4424 enableval="$enable_timer"
4425
4426 if test "$enableval" = yes; then
4427 ac_cv_use_timer='wxUSE_TIMER=yes'
4428 else
4429 ac_cv_use_timer='wxUSE_TIMER=no'
4430 fi
4431
4432 else
4433
4434 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
4435 if test "x$LINE" != x ; then
4436 eval "DEFAULT_$LINE"
4437 else
4438 no_cache=1
4439 fi
4440
4441 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
4442
4443 fi;
4444
4445 eval "$ac_cv_use_timer"
4446 if test "$no_cache" != 1; then
4447 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
4448 fi
4449
4450 if test "$wxUSE_TIMER" = yes; then
4451 echo "$as_me:$LINENO: result: yes" >&5
4452 echo "${ECHO_T}yes" >&6
4453 else
4454 echo "$as_me:$LINENO: result: no" >&5
4455 echo "${ECHO_T}no" >&6
4456 fi
4457
4458
4459 enablestring=
4460 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
4461 echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
4462 no_cache=0
4463 # Check whether --enable-wave or --disable-wave was given.
4464 if test "${enable_wave+set}" = set; then
4465 enableval="$enable_wave"
4466
4467 if test "$enableval" = yes; then
4468 ac_cv_use_wave='wxUSE_WAVE=yes'
4469 else
4470 ac_cv_use_wave='wxUSE_WAVE=no'
4471 fi
4472
4473 else
4474
4475 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
4476 if test "x$LINE" != x ; then
4477 eval "DEFAULT_$LINE"
4478 else
4479 no_cache=1
4480 fi
4481
4482 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
4483
4484 fi;
4485
4486 eval "$ac_cv_use_wave"
4487 if test "$no_cache" != 1; then
4488 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
4489 fi
4490
4491 if test "$wxUSE_WAVE" = yes; then
4492 echo "$as_me:$LINENO: result: yes" >&5
4493 echo "${ECHO_T}yes" >&6
4494 else
4495 echo "$as_me:$LINENO: result: no" >&5
4496 echo "${ECHO_T}no" >&6
4497 fi
4498
4499
4500 enablestring=
4501 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fraction" >&5
4502 echo $ECHO_N "checking for --${enablestring:-enable}-fraction... $ECHO_C" >&6
4503 no_cache=0
4504 # Check whether --enable-fraction or --disable-fraction was given.
4505 if test "${enable_fraction+set}" = set; then
4506 enableval="$enable_fraction"
4507
4508 if test "$enableval" = yes; then
4509 ac_cv_use_fraction='wxUSE_FRACTION=yes'
4510 else
4511 ac_cv_use_fraction='wxUSE_FRACTION=no'
4512 fi
4513
4514 else
4515
4516 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
4517 if test "x$LINE" != x ; then
4518 eval "DEFAULT_$LINE"
4519 else
4520 no_cache=1
4521 fi
4522
4523 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
4524
4525 fi;
4526
4527 eval "$ac_cv_use_fraction"
4528 if test "$no_cache" != 1; then
4529 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
4530 fi
4531
4532 if test "$wxUSE_FRACTION" = yes; then
4533 echo "$as_me:$LINENO: result: yes" >&5
4534 echo "${ECHO_T}yes" >&6
4535 else
4536 echo "$as_me:$LINENO: result: no" >&5
4537 echo "${ECHO_T}no" >&6
4538 fi
4539
4540
4541 enablestring=
4542 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4543 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4544 no_cache=0
4545 # Check whether --enable-dynlib or --disable-dynlib was given.
4546 if test "${enable_dynlib+set}" = set; then
4547 enableval="$enable_dynlib"
4548
4549 if test "$enableval" = yes; then
4550 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4551 else
4552 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4553 fi
4554
4555 else
4556
4557 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4558 if test "x$LINE" != x ; then
4559 eval "DEFAULT_$LINE"
4560 else
4561 no_cache=1
4562 fi
4563
4564 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4565
4566 fi;
4567
4568 eval "$ac_cv_use_dynlib"
4569 if test "$no_cache" != 1; then
4570 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4571 fi
4572
4573 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4574 echo "$as_me:$LINENO: result: yes" >&5
4575 echo "${ECHO_T}yes" >&6
4576 else
4577 echo "$as_me:$LINENO: result: no" >&5
4578 echo "${ECHO_T}no" >&6
4579 fi
4580
4581
4582 enablestring=
4583 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4584 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4585 no_cache=0
4586 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4587 if test "${enable_dynamicloader+set}" = set; then
4588 enableval="$enable_dynamicloader"
4589
4590 if test "$enableval" = yes; then
4591 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4592 else
4593 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4594 fi
4595
4596 else
4597
4598 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4599 if test "x$LINE" != x ; then
4600 eval "DEFAULT_$LINE"
4601 else
4602 no_cache=1
4603 fi
4604
4605 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
4606
4607 fi;
4608
4609 eval "$ac_cv_use_dynamicloader"
4610 if test "$no_cache" != 1; then
4611 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4612 fi
4613
4614 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4615 echo "$as_me:$LINENO: result: yes" >&5
4616 echo "${ECHO_T}yes" >&6
4617 else
4618 echo "$as_me:$LINENO: result: no" >&5
4619 echo "${ECHO_T}no" >&6
4620 fi
4621
4622
4623 enablestring=
4624 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4625 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
4626 no_cache=0
4627 # Check whether --enable-longlong or --disable-longlong was given.
4628 if test "${enable_longlong+set}" = set; then
4629 enableval="$enable_longlong"
4630
4631 if test "$enableval" = yes; then
4632 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
4633 else
4634 ac_cv_use_longlong='wxUSE_LONGLONG=no'
4635 fi
4636
4637 else
4638
4639 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
4640 if test "x$LINE" != x ; then
4641 eval "DEFAULT_$LINE"
4642 else
4643 no_cache=1
4644 fi
4645
4646 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
4647
4648 fi;
4649
4650 eval "$ac_cv_use_longlong"
4651 if test "$no_cache" != 1; then
4652 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
4653 fi
4654
4655 if test "$wxUSE_LONGLONG" = yes; then
4656 echo "$as_me:$LINENO: result: yes" >&5
4657 echo "${ECHO_T}yes" >&6
4658 else
4659 echo "$as_me:$LINENO: result: no" >&5
4660 echo "${ECHO_T}no" >&6
4661 fi
4662
4663
4664 enablestring=
4665 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4666 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
4667 no_cache=0
4668 # Check whether --enable-geometry or --disable-geometry was given.
4669 if test "${enable_geometry+set}" = set; then
4670 enableval="$enable_geometry"
4671
4672 if test "$enableval" = yes; then
4673 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
4674 else
4675 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
4676 fi
4677
4678 else
4679
4680 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4681 if test "x$LINE" != x ; then
4682 eval "DEFAULT_$LINE"
4683 else
4684 no_cache=1
4685 fi
4686
4687 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
4688
4689 fi;
4690
4691 eval "$ac_cv_use_geometry"
4692 if test "$no_cache" != 1; then
4693 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4694 fi
4695
4696 if test "$wxUSE_GEOMETRY" = yes; then
4697 echo "$as_me:$LINENO: result: yes" >&5
4698 echo "${ECHO_T}yes" >&6
4699 else
4700 echo "$as_me:$LINENO: result: no" >&5
4701 echo "${ECHO_T}no" >&6
4702 fi
4703
4704
4705 enablestring=
4706 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4707 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
4708 no_cache=0
4709 # Check whether --enable-log or --disable-log was given.
4710 if test "${enable_log+set}" = set; then
4711 enableval="$enable_log"
4712
4713 if test "$enableval" = yes; then
4714 ac_cv_use_log='wxUSE_LOG=yes'
4715 else
4716 ac_cv_use_log='wxUSE_LOG=no'
4717 fi
4718
4719 else
4720
4721 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4722 if test "x$LINE" != x ; then
4723 eval "DEFAULT_$LINE"
4724 else
4725 no_cache=1
4726 fi
4727
4728 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
4729
4730 fi;
4731
4732 eval "$ac_cv_use_log"
4733 if test "$no_cache" != 1; then
4734 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4735 fi
4736
4737 if test "$wxUSE_LOG" = yes; then
4738 echo "$as_me:$LINENO: result: yes" >&5
4739 echo "${ECHO_T}yes" >&6
4740 else
4741 echo "$as_me:$LINENO: result: no" >&5
4742 echo "${ECHO_T}no" >&6
4743 fi
4744
4745
4746 enablestring=
4747 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
4748 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
4749 no_cache=0
4750 # Check whether --enable-streams or --disable-streams was given.
4751 if test "${enable_streams+set}" = set; then
4752 enableval="$enable_streams"
4753
4754 if test "$enableval" = yes; then
4755 ac_cv_use_streams='wxUSE_STREAMS=yes'
4756 else
4757 ac_cv_use_streams='wxUSE_STREAMS=no'
4758 fi
4759
4760 else
4761
4762 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4763 if test "x$LINE" != x ; then
4764 eval "DEFAULT_$LINE"
4765 else
4766 no_cache=1
4767 fi
4768
4769 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
4770
4771 fi;
4772
4773 eval "$ac_cv_use_streams"
4774 if test "$no_cache" != 1; then
4775 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4776 fi
4777
4778 if test "$wxUSE_STREAMS" = yes; then
4779 echo "$as_me:$LINENO: result: yes" >&5
4780 echo "${ECHO_T}yes" >&6
4781 else
4782 echo "$as_me:$LINENO: result: no" >&5
4783 echo "${ECHO_T}no" >&6
4784 fi
4785
4786
4787 enablestring=
4788 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4789 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4790 no_cache=0
4791 # Check whether --enable-file or --disable-file was given.
4792 if test "${enable_file+set}" = set; then
4793 enableval="$enable_file"
4794
4795 if test "$enableval" = yes; then
4796 ac_cv_use_file='wxUSE_FILE=yes'
4797 else
4798 ac_cv_use_file='wxUSE_FILE=no'
4799 fi
4800
4801 else
4802
4803 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4804 if test "x$LINE" != x ; then
4805 eval "DEFAULT_$LINE"
4806 else
4807 no_cache=1
4808 fi
4809
4810 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4811
4812 fi;
4813
4814 eval "$ac_cv_use_file"
4815 if test "$no_cache" != 1; then
4816 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4817 fi
4818
4819 if test "$wxUSE_FILE" = yes; then
4820 echo "$as_me:$LINENO: result: yes" >&5
4821 echo "${ECHO_T}yes" >&6
4822 else
4823 echo "$as_me:$LINENO: result: no" >&5
4824 echo "${ECHO_T}no" >&6
4825 fi
4826
4827
4828 enablestring=
4829 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4830 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4831 no_cache=0
4832 # Check whether --enable-ffile or --disable-ffile was given.
4833 if test "${enable_ffile+set}" = set; then
4834 enableval="$enable_ffile"
4835
4836 if test "$enableval" = yes; then
4837 ac_cv_use_ffile='wxUSE_FFILE=yes'
4838 else
4839 ac_cv_use_ffile='wxUSE_FFILE=no'
4840 fi
4841
4842 else
4843
4844 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4845 if test "x$LINE" != x ; then
4846 eval "DEFAULT_$LINE"
4847 else
4848 no_cache=1
4849 fi
4850
4851 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4852
4853 fi;
4854
4855 eval "$ac_cv_use_ffile"
4856 if test "$no_cache" != 1; then
4857 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4858 fi
4859
4860 if test "$wxUSE_FFILE" = yes; then
4861 echo "$as_me:$LINENO: result: yes" >&5
4862 echo "${ECHO_T}yes" >&6
4863 else
4864 echo "$as_me:$LINENO: result: no" >&5
4865 echo "${ECHO_T}no" >&6
4866 fi
4867
4868
4869 enablestring=
4870 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
4871 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
4872 no_cache=0
4873 # Check whether --enable-textbuf or --disable-textbuf was given.
4874 if test "${enable_textbuf+set}" = set; then
4875 enableval="$enable_textbuf"
4876
4877 if test "$enableval" = yes; then
4878 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
4879 else
4880 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
4881 fi
4882
4883 else
4884
4885 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4886 if test "x$LINE" != x ; then
4887 eval "DEFAULT_$LINE"
4888 else
4889 no_cache=1
4890 fi
4891
4892 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4893
4894 fi;
4895
4896 eval "$ac_cv_use_textbuf"
4897 if test "$no_cache" != 1; then
4898 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4899 fi
4900
4901 if test "$wxUSE_TEXTBUFFER" = yes; then
4902 echo "$as_me:$LINENO: result: yes" >&5
4903 echo "${ECHO_T}yes" >&6
4904 else
4905 echo "$as_me:$LINENO: result: no" >&5
4906 echo "${ECHO_T}no" >&6
4907 fi
4908
4909
4910 enablestring=
4911 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
4912 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
4913 no_cache=0
4914 # Check whether --enable-textfile or --disable-textfile was given.
4915 if test "${enable_textfile+set}" = set; then
4916 enableval="$enable_textfile"
4917
4918 if test "$enableval" = yes; then
4919 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
4920 else
4921 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
4922 fi
4923
4924 else
4925
4926 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4927 if test "x$LINE" != x ; then
4928 eval "DEFAULT_$LINE"
4929 else
4930 no_cache=1
4931 fi
4932
4933 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4934
4935 fi;
4936
4937 eval "$ac_cv_use_textfile"
4938 if test "$no_cache" != 1; then
4939 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4940 fi
4941
4942 if test "$wxUSE_TEXTFILE" = yes; then
4943 echo "$as_me:$LINENO: result: yes" >&5
4944 echo "${ECHO_T}yes" >&6
4945 else
4946 echo "$as_me:$LINENO: result: no" >&5
4947 echo "${ECHO_T}no" >&6
4948 fi
4949
4950
4951 enablestring=
4952 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4953 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4954 no_cache=0
4955 # Check whether --enable-fontmap or --disable-fontmap was given.
4956 if test "${enable_fontmap+set}" = set; then
4957 enableval="$enable_fontmap"
4958
4959 if test "$enableval" = yes; then
4960 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
4961 else
4962 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
4963 fi
4964
4965 else
4966
4967 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4968 if test "x$LINE" != x ; then
4969 eval "DEFAULT_$LINE"
4970 else
4971 no_cache=1
4972 fi
4973
4974 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4975
4976 fi;
4977
4978 eval "$ac_cv_use_fontmap"
4979 if test "$no_cache" != 1; then
4980 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4981 fi
4982
4983 if test "$wxUSE_FONTMAP" = yes; then
4984 echo "$as_me:$LINENO: result: yes" >&5
4985 echo "${ECHO_T}yes" >&6
4986 else
4987 echo "$as_me:$LINENO: result: no" >&5
4988 echo "${ECHO_T}no" >&6
4989 fi
4990
4991
4992 enablestring=
4993 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4994 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
4995 no_cache=0
4996 # Check whether --enable-unicode or --disable-unicode was given.
4997 if test "${enable_unicode+set}" = set; then
4998 enableval="$enable_unicode"
4999
5000 if test "$enableval" = yes; then
5001 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5002 else
5003 ac_cv_use_unicode='wxUSE_UNICODE=no'
5004 fi
5005
5006 else
5007
5008 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5009 if test "x$LINE" != x ; then
5010 eval "DEFAULT_$LINE"
5011 else
5012 no_cache=1
5013 fi
5014
5015 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5016
5017 fi;
5018
5019 eval "$ac_cv_use_unicode"
5020 if test "$no_cache" != 1; then
5021 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5022 fi
5023
5024 if test "$wxUSE_UNICODE" = yes; then
5025 echo "$as_me:$LINENO: result: yes" >&5
5026 echo "${ECHO_T}yes" >&6
5027 else
5028 echo "$as_me:$LINENO: result: no" >&5
5029 echo "${ECHO_T}no" >&6
5030 fi
5031
5032
5033 enablestring=
5034 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5035 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5036 no_cache=0
5037 # Check whether --enable-mslu or --disable-mslu was given.
5038 if test "${enable_mslu+set}" = set; then
5039 enableval="$enable_mslu"
5040
5041 if test "$enableval" = yes; then
5042 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5043 else
5044 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5045 fi
5046
5047 else
5048
5049 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5050 if test "x$LINE" != x ; then
5051 eval "DEFAULT_$LINE"
5052 else
5053 no_cache=1
5054 fi
5055
5056 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5057
5058 fi;
5059
5060 eval "$ac_cv_use_mslu"
5061 if test "$no_cache" != 1; then
5062 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5063 fi
5064
5065 if test "$wxUSE_UNICODE_MSLU" = yes; then
5066 echo "$as_me:$LINENO: result: yes" >&5
5067 echo "${ECHO_T}yes" >&6
5068 else
5069 echo "$as_me:$LINENO: result: no" >&5
5070 echo "${ECHO_T}no" >&6
5071 fi
5072
5073
5074 enablestring=
5075 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5076 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5077 no_cache=0
5078 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5079 if test "${enable_wxprintfv+set}" = set; then
5080 enableval="$enable_wxprintfv"
5081
5082 if test "$enableval" = yes; then
5083 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
5084 else
5085 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
5086 fi
5087
5088 else
5089
5090 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5091 if test "x$LINE" != x ; then
5092 eval "DEFAULT_$LINE"
5093 else
5094 no_cache=1
5095 fi
5096
5097 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5098
5099 fi;
5100
5101 eval "$ac_cv_use_wxprintfv"
5102 if test "$no_cache" != 1; then
5103 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5104 fi
5105
5106 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5107 echo "$as_me:$LINENO: result: yes" >&5
5108 echo "${ECHO_T}yes" >&6
5109 else
5110 echo "$as_me:$LINENO: result: no" >&5
5111 echo "${ECHO_T}no" >&6
5112 fi
5113
5114
5115 enablestring=
5116 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5117 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5118 no_cache=0
5119 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5120 if test "${enable_std_iostreams+set}" = set; then
5121 enableval="$enable_std_iostreams"
5122
5123 if test "$enableval" = yes; then
5124 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5125 else
5126 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5127 fi
5128
5129 else
5130
5131 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5132 if test "x$LINE" != x ; then
5133 eval "DEFAULT_$LINE"
5134 else
5135 no_cache=1
5136 fi
5137
5138 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5139
5140 fi;
5141
5142 eval "$ac_cv_use_std_iostreams"
5143 if test "$no_cache" != 1; then
5144 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5145 fi
5146
5147 if test "$wxUSE_STD_IOSTREAM" = yes; then
5148 echo "$as_me:$LINENO: result: yes" >&5
5149 echo "${ECHO_T}yes" >&6
5150 else
5151 echo "$as_me:$LINENO: result: no" >&5
5152 echo "${ECHO_T}no" >&6
5153 fi
5154
5155
5156 enablestring=
5157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5158 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5159 no_cache=0
5160 # Check whether --enable-filesystem or --disable-filesystem was given.
5161 if test "${enable_filesystem+set}" = set; then
5162 enableval="$enable_filesystem"
5163
5164 if test "$enableval" = yes; then
5165 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5166 else
5167 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5168 fi
5169
5170 else
5171
5172 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5173 if test "x$LINE" != x ; then
5174 eval "DEFAULT_$LINE"
5175 else
5176 no_cache=1
5177 fi
5178
5179 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5180
5181 fi;
5182
5183 eval "$ac_cv_use_filesystem"
5184 if test "$no_cache" != 1; then
5185 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5186 fi
5187
5188 if test "$wxUSE_FILESYSTEM" = yes; then
5189 echo "$as_me:$LINENO: result: yes" >&5
5190 echo "${ECHO_T}yes" >&6
5191 else
5192 echo "$as_me:$LINENO: result: no" >&5
5193 echo "${ECHO_T}no" >&6
5194 fi
5195
5196
5197 enablestring=
5198 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5199 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5200 no_cache=0
5201 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5202 if test "${enable_fs_inet+set}" = set; then
5203 enableval="$enable_fs_inet"
5204
5205 if test "$enableval" = yes; then
5206 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5207 else
5208 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5209 fi
5210
5211 else
5212
5213 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5214 if test "x$LINE" != x ; then
5215 eval "DEFAULT_$LINE"
5216 else
5217 no_cache=1
5218 fi
5219
5220 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5221
5222 fi;
5223
5224 eval "$ac_cv_use_fs_inet"
5225 if test "$no_cache" != 1; then
5226 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5227 fi
5228
5229 if test "$wxUSE_FS_INET" = yes; then
5230 echo "$as_me:$LINENO: result: yes" >&5
5231 echo "${ECHO_T}yes" >&6
5232 else
5233 echo "$as_me:$LINENO: result: no" >&5
5234 echo "${ECHO_T}no" >&6
5235 fi
5236
5237
5238 enablestring=
5239 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5240 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5241 no_cache=0
5242 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5243 if test "${enable_fs_zip+set}" = set; then
5244 enableval="$enable_fs_zip"
5245
5246 if test "$enableval" = yes; then
5247 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5248 else
5249 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5250 fi
5251
5252 else
5253
5254 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5255 if test "x$LINE" != x ; then
5256 eval "DEFAULT_$LINE"
5257 else
5258 no_cache=1
5259 fi
5260
5261 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5262
5263 fi;
5264
5265 eval "$ac_cv_use_fs_zip"
5266 if test "$no_cache" != 1; then
5267 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5268 fi
5269
5270 if test "$wxUSE_FS_ZIP" = yes; then
5271 echo "$as_me:$LINENO: result: yes" >&5
5272 echo "${ECHO_T}yes" >&6
5273 else
5274 echo "$as_me:$LINENO: result: no" >&5
5275 echo "${ECHO_T}no" >&6
5276 fi
5277
5278
5279 enablestring=
5280 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5281 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5282 no_cache=0
5283 # Check whether --enable-zipstream or --disable-zipstream was given.
5284 if test "${enable_zipstream+set}" = set; then
5285 enableval="$enable_zipstream"
5286
5287 if test "$enableval" = yes; then
5288 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
5289 else
5290 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
5291 fi
5292
5293 else
5294
5295 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5296 if test "x$LINE" != x ; then
5297 eval "DEFAULT_$LINE"
5298 else
5299 no_cache=1
5300 fi
5301
5302 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
5303
5304 fi;
5305
5306 eval "$ac_cv_use_zipstream"
5307 if test "$no_cache" != 1; then
5308 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5309 fi
5310
5311 if test "$wxUSE_ZIPSTREAM" = yes; then
5312 echo "$as_me:$LINENO: result: yes" >&5
5313 echo "${ECHO_T}yes" >&6
5314 else
5315 echo "$as_me:$LINENO: result: no" >&5
5316 echo "${ECHO_T}no" >&6
5317 fi
5318
5319
5320
5321 enablestring=
5322 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5323 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
5324 no_cache=0
5325 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5326 if test "${enable_catch_segvs+set}" = set; then
5327 enableval="$enable_catch_segvs"
5328
5329 if test "$enableval" = yes; then
5330 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
5331 else
5332 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
5333 fi
5334
5335 else
5336
5337 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5338 if test "x$LINE" != x ; then
5339 eval "DEFAULT_$LINE"
5340 else
5341 no_cache=1
5342 fi
5343
5344 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
5345
5346 fi;
5347
5348 eval "$ac_cv_use_catch_segvs"
5349 if test "$no_cache" != 1; then
5350 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5351 fi
5352
5353 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
5354 echo "$as_me:$LINENO: result: yes" >&5
5355 echo "${ECHO_T}yes" >&6
5356 else
5357 echo "$as_me:$LINENO: result: no" >&5
5358 echo "${ECHO_T}no" >&6
5359 fi
5360
5361
5362 enablestring=
5363 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5364 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5365 no_cache=0
5366 # Check whether --enable-snglinst or --disable-snglinst was given.
5367 if test "${enable_snglinst+set}" = set; then
5368 enableval="$enable_snglinst"
5369
5370 if test "$enableval" = yes; then
5371 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5372 else
5373 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5374 fi
5375
5376 else
5377
5378 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5379 if test "x$LINE" != x ; then
5380 eval "DEFAULT_$LINE"
5381 else
5382 no_cache=1
5383 fi
5384
5385 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5386
5387 fi;
5388
5389 eval "$ac_cv_use_snglinst"
5390 if test "$no_cache" != 1; then
5391 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5392 fi
5393
5394 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5395 echo "$as_me:$LINENO: result: yes" >&5
5396 echo "${ECHO_T}yes" >&6
5397 else
5398 echo "$as_me:$LINENO: result: no" >&5
5399 echo "${ECHO_T}no" >&6
5400 fi
5401
5402
5403
5404 enablestring=
5405 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5406 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5407 no_cache=0
5408 # Check whether --enable-mimetype or --disable-mimetype was given.
5409 if test "${enable_mimetype+set}" = set; then
5410 enableval="$enable_mimetype"
5411
5412 if test "$enableval" = yes; then
5413 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5414 else
5415 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5416 fi
5417
5418 else
5419
5420 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5421 if test "x$LINE" != x ; then
5422 eval "DEFAULT_$LINE"
5423 else
5424 no_cache=1
5425 fi
5426
5427 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5428
5429 fi;
5430
5431 eval "$ac_cv_use_mimetype"
5432 if test "$no_cache" != 1; then
5433 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5434 fi
5435
5436 if test "$wxUSE_MIMETYPE" = yes; then
5437 echo "$as_me:$LINENO: result: yes" >&5
5438 echo "${ECHO_T}yes" >&6
5439 else
5440 echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6
5442 fi
5443
5444
5445 enablestring=
5446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5447 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5448 no_cache=0
5449 # Check whether --enable-system_options or --disable-system_options was given.
5450 if test "${enable_system_options+set}" = set; then
5451 enableval="$enable_system_options"
5452
5453 if test "$enableval" = yes; then
5454 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5455 else
5456 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5457 fi
5458
5459 else
5460
5461 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5462 if test "x$LINE" != x ; then
5463 eval "DEFAULT_$LINE"
5464 else
5465 no_cache=1
5466 fi
5467
5468 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5469
5470 fi;
5471
5472 eval "$ac_cv_use_system_options"
5473 if test "$no_cache" != 1; then
5474 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5475 fi
5476
5477 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5478 echo "$as_me:$LINENO: result: yes" >&5
5479 echo "${ECHO_T}yes" >&6
5480 else
5481 echo "$as_me:$LINENO: result: no" >&5
5482 echo "${ECHO_T}no" >&6
5483 fi
5484
5485
5486
5487 enablestring=
5488 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5489 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5490 no_cache=0
5491 # Check whether --enable-url or --disable-url was given.
5492 if test "${enable_url+set}" = set; then
5493 enableval="$enable_url"
5494
5495 if test "$enableval" = yes; then
5496 ac_cv_use_url='wxUSE_URL=yes'
5497 else
5498 ac_cv_use_url='wxUSE_URL=no'
5499 fi
5500
5501 else
5502
5503 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5504 if test "x$LINE" != x ; then
5505 eval "DEFAULT_$LINE"
5506 else
5507 no_cache=1
5508 fi
5509
5510 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
5511
5512 fi;
5513
5514 eval "$ac_cv_use_url"
5515 if test "$no_cache" != 1; then
5516 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5517 fi
5518
5519 if test "$wxUSE_URL" = yes; then
5520 echo "$as_me:$LINENO: result: yes" >&5
5521 echo "${ECHO_T}yes" >&6
5522 else
5523 echo "$as_me:$LINENO: result: no" >&5
5524 echo "${ECHO_T}no" >&6
5525 fi
5526
5527
5528 enablestring=
5529 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5530 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5531 no_cache=0
5532 # Check whether --enable-protocol or --disable-protocol was given.
5533 if test "${enable_protocol+set}" = set; then
5534 enableval="$enable_protocol"
5535
5536 if test "$enableval" = yes; then
5537 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
5538 else
5539 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
5540 fi
5541
5542 else
5543
5544 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5545 if test "x$LINE" != x ; then
5546 eval "DEFAULT_$LINE"
5547 else
5548 no_cache=1
5549 fi
5550
5551 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
5552
5553 fi;
5554
5555 eval "$ac_cv_use_protocol"
5556 if test "$no_cache" != 1; then
5557 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5558 fi
5559
5560 if test "$wxUSE_PROTOCOL" = yes; then
5561 echo "$as_me:$LINENO: result: yes" >&5
5562 echo "${ECHO_T}yes" >&6
5563 else
5564 echo "$as_me:$LINENO: result: no" >&5
5565 echo "${ECHO_T}no" >&6
5566 fi
5567
5568
5569 enablestring=
5570 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5571 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5572 no_cache=0
5573 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5574 if test "${enable_protocol_http+set}" = set; then
5575 enableval="$enable_protocol_http"
5576
5577 if test "$enableval" = yes; then
5578 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
5579 else
5580 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
5581 fi
5582
5583 else
5584
5585 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5586 if test "x$LINE" != x ; then
5587 eval "DEFAULT_$LINE"
5588 else
5589 no_cache=1
5590 fi
5591
5592 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
5593
5594 fi;
5595
5596 eval "$ac_cv_use_protocol_http"
5597 if test "$no_cache" != 1; then
5598 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5599 fi
5600
5601 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
5602 echo "$as_me:$LINENO: result: yes" >&5
5603 echo "${ECHO_T}yes" >&6
5604 else
5605 echo "$as_me:$LINENO: result: no" >&5
5606 echo "${ECHO_T}no" >&6
5607 fi
5608
5609
5610 enablestring=
5611 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5612 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5613 no_cache=0
5614 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5615 if test "${enable_protocol_ftp+set}" = set; then
5616 enableval="$enable_protocol_ftp"
5617
5618 if test "$enableval" = yes; then
5619 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
5620 else
5621 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
5622 fi
5623
5624 else
5625
5626 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5627 if test "x$LINE" != x ; then
5628 eval "DEFAULT_$LINE"
5629 else
5630 no_cache=1
5631 fi
5632
5633 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
5634
5635 fi;
5636
5637 eval "$ac_cv_use_protocol_ftp"
5638 if test "$no_cache" != 1; then
5639 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5640 fi
5641
5642 if test "$wxUSE_PROTOCOL_FTP" = yes; then
5643 echo "$as_me:$LINENO: result: yes" >&5
5644 echo "${ECHO_T}yes" >&6
5645 else
5646 echo "$as_me:$LINENO: result: no" >&5
5647 echo "${ECHO_T}no" >&6
5648 fi
5649
5650
5651 enablestring=
5652 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5653 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5654 no_cache=0
5655 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5656 if test "${enable_protocol_file+set}" = set; then
5657 enableval="$enable_protocol_file"
5658
5659 if test "$enableval" = yes; then
5660 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
5661 else
5662 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
5663 fi
5664
5665 else
5666
5667 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5668 if test "x$LINE" != x ; then
5669 eval "DEFAULT_$LINE"
5670 else
5671 no_cache=1
5672 fi
5673
5674 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
5675
5676 fi;
5677
5678 eval "$ac_cv_use_protocol_file"
5679 if test "$no_cache" != 1; then
5680 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5681 fi
5682
5683 if test "$wxUSE_PROTOCOL_FILE" = yes; then
5684 echo "$as_me:$LINENO: result: yes" >&5
5685 echo "${ECHO_T}yes" >&6
5686 else
5687 echo "$as_me:$LINENO: result: no" >&5
5688 echo "${ECHO_T}no" >&6
5689 fi
5690
5691
5692
5693
5694
5695 enablestring=
5696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5697 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
5698 no_cache=0
5699 # Check whether --enable-threads or --disable-threads was given.
5700 if test "${enable_threads+set}" = set; then
5701 enableval="$enable_threads"
5702
5703 if test "$enableval" = yes; then
5704 ac_cv_use_threads='wxUSE_THREADS=yes'
5705 else
5706 ac_cv_use_threads='wxUSE_THREADS=no'
5707 fi
5708
5709 else
5710
5711 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5712 if test "x$LINE" != x ; then
5713 eval "DEFAULT_$LINE"
5714 else
5715 no_cache=1
5716 fi
5717
5718 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
5719
5720 fi;
5721
5722 eval "$ac_cv_use_threads"
5723 if test "$no_cache" != 1; then
5724 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5725 fi
5726
5727 if test "$wxUSE_THREADS" = yes; then
5728 echo "$as_me:$LINENO: result: yes" >&5
5729 echo "${ECHO_T}yes" >&6
5730 else
5731 echo "$as_me:$LINENO: result: no" >&5
5732 echo "${ECHO_T}no" >&6
5733 fi
5734
5735
5736 if test "$wxUSE_GUI" = "yes"; then
5737
5738
5739
5740 enablestring=
5741 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5742 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
5743 no_cache=0
5744 # Check whether --enable-docview or --disable-docview was given.
5745 if test "${enable_docview+set}" = set; then
5746 enableval="$enable_docview"
5747
5748 if test "$enableval" = yes; then
5749 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5750 else
5751 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5752 fi
5753
5754 else
5755
5756 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5757 if test "x$LINE" != x ; then
5758 eval "DEFAULT_$LINE"
5759 else
5760 no_cache=1
5761 fi
5762
5763 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5764
5765 fi;
5766
5767 eval "$ac_cv_use_docview"
5768 if test "$no_cache" != 1; then
5769 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5770 fi
5771
5772 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5773 echo "$as_me:$LINENO: result: yes" >&5
5774 echo "${ECHO_T}yes" >&6
5775 else
5776 echo "$as_me:$LINENO: result: no" >&5
5777 echo "${ECHO_T}no" >&6
5778 fi
5779
5780
5781 enablestring=
5782 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5783 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
5784 no_cache=0
5785 # Check whether --enable-help or --disable-help was given.
5786 if test "${enable_help+set}" = set; then
5787 enableval="$enable_help"
5788
5789 if test "$enableval" = yes; then
5790 ac_cv_use_help='wxUSE_HELP=yes'
5791 else
5792 ac_cv_use_help='wxUSE_HELP=no'
5793 fi
5794
5795 else
5796
5797 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5798 if test "x$LINE" != x ; then
5799 eval "DEFAULT_$LINE"
5800 else
5801 no_cache=1
5802 fi
5803
5804 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
5805
5806 fi;
5807
5808 eval "$ac_cv_use_help"
5809 if test "$no_cache" != 1; then
5810 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5811 fi
5812
5813 if test "$wxUSE_HELP" = yes; then
5814 echo "$as_me:$LINENO: result: yes" >&5
5815 echo "${ECHO_T}yes" >&6
5816 else
5817 echo "$as_me:$LINENO: result: no" >&5
5818 echo "${ECHO_T}no" >&6
5819 fi
5820
5821
5822 enablestring=
5823 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5824 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
5825 no_cache=0
5826 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5827 if test "${enable_mshtmlhelp+set}" = set; then
5828 enableval="$enable_mshtmlhelp"
5829
5830 if test "$enableval" = yes; then
5831 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
5832 else
5833 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
5834 fi
5835
5836 else
5837
5838 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5839 if test "x$LINE" != x ; then
5840 eval "DEFAULT_$LINE"
5841 else
5842 no_cache=1
5843 fi
5844
5845 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
5846
5847 fi;
5848
5849 eval "$ac_cv_use_mshtmlhelp"
5850 if test "$no_cache" != 1; then
5851 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5852 fi
5853
5854 if test "$wxUSE_MS_HTML_HELP" = yes; then
5855 echo "$as_me:$LINENO: result: yes" >&5
5856 echo "${ECHO_T}yes" >&6
5857 else
5858 echo "$as_me:$LINENO: result: no" >&5
5859 echo "${ECHO_T}no" >&6
5860 fi
5861
5862
5863 enablestring=
5864 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
5865 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
5866 no_cache=0
5867 # Check whether --enable-html or --disable-html was given.
5868 if test "${enable_html+set}" = set; then
5869 enableval="$enable_html"
5870
5871 if test "$enableval" = yes; then
5872 ac_cv_use_html='wxUSE_HTML=yes'
5873 else
5874 ac_cv_use_html='wxUSE_HTML=no'
5875 fi
5876
5877 else
5878
5879 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5880 if test "x$LINE" != x ; then
5881 eval "DEFAULT_$LINE"
5882 else
5883 no_cache=1
5884 fi
5885
5886 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5887
5888 fi;
5889
5890 eval "$ac_cv_use_html"
5891 if test "$no_cache" != 1; then
5892 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5893 fi
5894
5895 if test "$wxUSE_HTML" = yes; then
5896 echo "$as_me:$LINENO: result: yes" >&5
5897 echo "${ECHO_T}yes" >&6
5898 else
5899 echo "$as_me:$LINENO: result: no" >&5
5900 echo "${ECHO_T}no" >&6
5901 fi
5902
5903
5904 enablestring=
5905 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
5906 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
5907 no_cache=0
5908 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5909 if test "${enable_htmlhelp+set}" = set; then
5910 enableval="$enable_htmlhelp"
5911
5912 if test "$enableval" = yes; then
5913 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
5914 else
5915 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
5916 fi
5917
5918 else
5919
5920 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5921 if test "x$LINE" != x ; then
5922 eval "DEFAULT_$LINE"
5923 else
5924 no_cache=1
5925 fi
5926
5927 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5928
5929 fi;
5930
5931 eval "$ac_cv_use_htmlhelp"
5932 if test "$no_cache" != 1; then
5933 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5934 fi
5935
5936 if test "$wxUSE_WXHTML_HELP" = yes; then
5937 echo "$as_me:$LINENO: result: yes" >&5
5938 echo "${ECHO_T}yes" >&6
5939 else
5940 echo "$as_me:$LINENO: result: no" >&5
5941 echo "${ECHO_T}no" >&6
5942 fi
5943
5944
5945 enablestring=
5946 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
5947 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
5948 no_cache=0
5949 # Check whether --enable-constraints or --disable-constraints was given.
5950 if test "${enable_constraints+set}" = set; then
5951 enableval="$enable_constraints"
5952
5953 if test "$enableval" = yes; then
5954 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5955 else
5956 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5957 fi
5958
5959 else
5960
5961 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5962 if test "x$LINE" != x ; then
5963 eval "DEFAULT_$LINE"
5964 else
5965 no_cache=1
5966 fi
5967
5968 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5969
5970 fi;
5971
5972 eval "$ac_cv_use_constraints"
5973 if test "$no_cache" != 1; then
5974 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5975 fi
5976
5977 if test "$wxUSE_CONSTRAINTS" = yes; then
5978 echo "$as_me:$LINENO: result: yes" >&5
5979 echo "${ECHO_T}yes" >&6
5980 else
5981 echo "$as_me:$LINENO: result: no" >&5
5982 echo "${ECHO_T}no" >&6
5983 fi
5984
5985
5986 enablestring=
5987 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
5988 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
5989 no_cache=0
5990 # Check whether --enable-printarch or --disable-printarch was given.
5991 if test "${enable_printarch+set}" = set; then
5992 enableval="$enable_printarch"
5993
5994 if test "$enableval" = yes; then
5995 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
5996 else
5997 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
5998 fi
5999
6000 else
6001
6002 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6003 if test "x$LINE" != x ; then
6004 eval "DEFAULT_$LINE"
6005 else
6006 no_cache=1
6007 fi
6008
6009 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6010
6011 fi;
6012
6013 eval "$ac_cv_use_printarch"
6014 if test "$no_cache" != 1; then
6015 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6016 fi
6017
6018 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6019 echo "$as_me:$LINENO: result: yes" >&5
6020 echo "${ECHO_T}yes" >&6
6021 else
6022 echo "$as_me:$LINENO: result: no" >&5
6023 echo "${ECHO_T}no" >&6
6024 fi
6025
6026
6027 enablestring=
6028 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6029 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6030 no_cache=0
6031 # Check whether --enable-mdi or --disable-mdi was given.
6032 if test "${enable_mdi+set}" = set; then
6033 enableval="$enable_mdi"
6034
6035 if test "$enableval" = yes; then
6036 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
6037 else
6038 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
6039 fi
6040
6041 else
6042
6043 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6044 if test "x$LINE" != x ; then
6045 eval "DEFAULT_$LINE"
6046 else
6047 no_cache=1
6048 fi
6049
6050 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6051
6052 fi;
6053
6054 eval "$ac_cv_use_mdi"
6055 if test "$no_cache" != 1; then
6056 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6057 fi
6058
6059 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6060 echo "$as_me:$LINENO: result: yes" >&5
6061 echo "${ECHO_T}yes" >&6
6062 else
6063 echo "$as_me:$LINENO: result: no" >&5
6064 echo "${ECHO_T}no" >&6
6065 fi
6066
6067
6068 enablestring=
6069 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6070 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6071 no_cache=0
6072 # Check whether --enable-loggui or --disable-loggui was given.
6073 if test "${enable_loggui+set}" = set; then
6074 enableval="$enable_loggui"
6075
6076 if test "$enableval" = yes; then
6077 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6078 else
6079 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6080 fi
6081
6082 else
6083
6084 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6085 if test "x$LINE" != x ; then
6086 eval "DEFAULT_$LINE"
6087 else
6088 no_cache=1
6089 fi
6090
6091 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6092
6093 fi;
6094
6095 eval "$ac_cv_use_loggui"
6096 if test "$no_cache" != 1; then
6097 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6098 fi
6099
6100 if test "$wxUSE_LOGGUI" = yes; then
6101 echo "$as_me:$LINENO: result: yes" >&5
6102 echo "${ECHO_T}yes" >&6
6103 else
6104 echo "$as_me:$LINENO: result: no" >&5
6105 echo "${ECHO_T}no" >&6
6106 fi
6107
6108
6109 enablestring=
6110 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6111 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6112 no_cache=0
6113 # Check whether --enable-logwin or --disable-logwin was given.
6114 if test "${enable_logwin+set}" = set; then
6115 enableval="$enable_logwin"
6116
6117 if test "$enableval" = yes; then
6118 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6119 else
6120 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6121 fi
6122
6123 else
6124
6125 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6126 if test "x$LINE" != x ; then
6127 eval "DEFAULT_$LINE"
6128 else
6129 no_cache=1
6130 fi
6131
6132 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6133
6134 fi;
6135
6136 eval "$ac_cv_use_logwin"
6137 if test "$no_cache" != 1; then
6138 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6139 fi
6140
6141 if test "$wxUSE_LOGWINDOW" = yes; then
6142 echo "$as_me:$LINENO: result: yes" >&5
6143 echo "${ECHO_T}yes" >&6
6144 else
6145 echo "$as_me:$LINENO: result: no" >&5
6146 echo "${ECHO_T}no" >&6
6147 fi
6148
6149
6150 enablestring=
6151 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6152 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6153 no_cache=0
6154 # Check whether --enable-logdialog or --disable-logdialog was given.
6155 if test "${enable_logdialog+set}" = set; then
6156 enableval="$enable_logdialog"
6157
6158 if test "$enableval" = yes; then
6159 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6160 else
6161 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6162 fi
6163
6164 else
6165
6166 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6167 if test "x$LINE" != x ; then
6168 eval "DEFAULT_$LINE"
6169 else
6170 no_cache=1
6171 fi
6172
6173 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6174
6175 fi;
6176
6177 eval "$ac_cv_use_logdialog"
6178 if test "$no_cache" != 1; then
6179 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6180 fi
6181
6182 if test "$wxUSE_LOGDIALOG" = yes; then
6183 echo "$as_me:$LINENO: result: yes" >&5
6184 echo "${ECHO_T}yes" >&6
6185 else
6186 echo "$as_me:$LINENO: result: no" >&5
6187 echo "${ECHO_T}no" >&6
6188 fi
6189
6190
6191
6192 enablestring=
6193 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6194 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6195 no_cache=0
6196 # Check whether --enable-postscript or --disable-postscript was given.
6197 if test "${enable_postscript+set}" = set; then
6198 enableval="$enable_postscript"
6199
6200 if test "$enableval" = yes; then
6201 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6202 else
6203 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6204 fi
6205
6206 else
6207
6208 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6209 if test "x$LINE" != x ; then
6210 eval "DEFAULT_$LINE"
6211 else
6212 no_cache=1
6213 fi
6214
6215 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6216
6217 fi;
6218
6219 eval "$ac_cv_use_postscript"
6220 if test "$no_cache" != 1; then
6221 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6222 fi
6223
6224 if test "$wxUSE_POSTSCRIPT" = yes; then
6225 echo "$as_me:$LINENO: result: yes" >&5
6226 echo "${ECHO_T}yes" >&6
6227 else
6228 echo "$as_me:$LINENO: result: no" >&5
6229 echo "${ECHO_T}no" >&6
6230 fi
6231
6232
6233
6234
6235
6236 enablestring=
6237 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6238 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6239 no_cache=0
6240 # Check whether --enable-prologio or --disable-prologio was given.
6241 if test "${enable_prologio+set}" = set; then
6242 enableval="$enable_prologio"
6243
6244 if test "$enableval" = yes; then
6245 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
6246 else
6247 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
6248 fi
6249
6250 else
6251
6252 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6253 if test "x$LINE" != x ; then
6254 eval "DEFAULT_$LINE"
6255 else
6256 no_cache=1
6257 fi
6258
6259 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
6260
6261 fi;
6262
6263 eval "$ac_cv_use_prologio"
6264 if test "$no_cache" != 1; then
6265 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6266 fi
6267
6268 if test "$wxUSE_PROLOGIO" = yes; then
6269 echo "$as_me:$LINENO: result: yes" >&5
6270 echo "${ECHO_T}yes" >&6
6271 else
6272 echo "$as_me:$LINENO: result: no" >&5
6273 echo "${ECHO_T}no" >&6
6274 fi
6275
6276
6277 enablestring=
6278 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6279 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6280 no_cache=0
6281 # Check whether --enable-resources or --disable-resources was given.
6282 if test "${enable_resources+set}" = set; then
6283 enableval="$enable_resources"
6284
6285 if test "$enableval" = yes; then
6286 ac_cv_use_resources='wxUSE_RESOURCES=yes'
6287 else
6288 ac_cv_use_resources='wxUSE_RESOURCES=no'
6289 fi
6290
6291 else
6292
6293 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6294 if test "x$LINE" != x ; then
6295 eval "DEFAULT_$LINE"
6296 else
6297 no_cache=1
6298 fi
6299
6300 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
6301
6302 fi;
6303
6304 eval "$ac_cv_use_resources"
6305 if test "$no_cache" != 1; then
6306 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6307 fi
6308
6309 if test "$wxUSE_RESOURCES" = yes; then
6310 echo "$as_me:$LINENO: result: yes" >&5
6311 echo "${ECHO_T}yes" >&6
6312 else
6313 echo "$as_me:$LINENO: result: no" >&5
6314 echo "${ECHO_T}no" >&6
6315 fi
6316
6317
6318
6319
6320 enablestring=
6321 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6322 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6323 no_cache=0
6324 # Check whether --enable-clipboard or --disable-clipboard was given.
6325 if test "${enable_clipboard+set}" = set; then
6326 enableval="$enable_clipboard"
6327
6328 if test "$enableval" = yes; then
6329 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
6330 else
6331 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
6332 fi
6333
6334 else
6335
6336 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6337 if test "x$LINE" != x ; then
6338 eval "DEFAULT_$LINE"
6339 else
6340 no_cache=1
6341 fi
6342
6343 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
6344
6345 fi;
6346
6347 eval "$ac_cv_use_clipboard"
6348 if test "$no_cache" != 1; then
6349 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6350 fi
6351
6352 if test "$wxUSE_CLIPBOARD" = yes; then
6353 echo "$as_me:$LINENO: result: yes" >&5
6354 echo "${ECHO_T}yes" >&6
6355 else
6356 echo "$as_me:$LINENO: result: no" >&5
6357 echo "${ECHO_T}no" >&6
6358 fi
6359
6360
6361 enablestring=
6362 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6363 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6364 no_cache=0
6365 # Check whether --enable-dnd or --disable-dnd was given.
6366 if test "${enable_dnd+set}" = set; then
6367 enableval="$enable_dnd"
6368
6369 if test "$enableval" = yes; then
6370 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
6371 else
6372 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
6373 fi
6374
6375 else
6376
6377 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6378 if test "x$LINE" != x ; then
6379 eval "DEFAULT_$LINE"
6380 else
6381 no_cache=1
6382 fi
6383
6384 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
6385
6386 fi;
6387
6388 eval "$ac_cv_use_dnd"
6389 if test "$no_cache" != 1; then
6390 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6391 fi
6392
6393 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6394 echo "$as_me:$LINENO: result: yes" >&5
6395 echo "${ECHO_T}yes" >&6
6396 else
6397 echo "$as_me:$LINENO: result: no" >&5
6398 echo "${ECHO_T}no" >&6
6399 fi
6400
6401
6402 enablestring=
6403 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6404 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6405 no_cache=0
6406 # Check whether --enable-metafile or --disable-metafile was given.
6407 if test "${enable_metafile+set}" = set; then
6408 enableval="$enable_metafile"
6409
6410 if test "$enableval" = yes; then
6411 ac_cv_use_metafile='wxUSE_METAFILE=yes'
6412 else
6413 ac_cv_use_metafile='wxUSE_METAFILE=no'
6414 fi
6415
6416 else
6417
6418 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6419 if test "x$LINE" != x ; then
6420 eval "DEFAULT_$LINE"
6421 else
6422 no_cache=1
6423 fi
6424
6425 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
6426
6427 fi;
6428
6429 eval "$ac_cv_use_metafile"
6430 if test "$no_cache" != 1; then
6431 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6432 fi
6433
6434 if test "$wxUSE_METAFILE" = yes; then
6435 echo "$as_me:$LINENO: result: yes" >&5
6436 echo "${ECHO_T}yes" >&6
6437 else
6438 echo "$as_me:$LINENO: result: no" >&5
6439 echo "${ECHO_T}no" >&6
6440 fi
6441
6442
6443
6444
6445
6446 enablestring=
6447 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6448 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6449 no_cache=0
6450 # Check whether --enable-controls or --disable-controls was given.
6451 if test "${enable_controls+set}" = set; then
6452 enableval="$enable_controls"
6453
6454 if test "$enableval" = yes; then
6455 ac_cv_use_controls='wxUSE_CONTROLS=yes'
6456 else
6457 ac_cv_use_controls='wxUSE_CONTROLS=no'
6458 fi
6459
6460 else
6461
6462 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6463 if test "x$LINE" != x ; then
6464 eval "DEFAULT_$LINE"
6465 else
6466 no_cache=1
6467 fi
6468
6469 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
6470
6471 fi;
6472
6473 eval "$ac_cv_use_controls"
6474 if test "$no_cache" != 1; then
6475 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6476 fi
6477
6478 if test "$wxUSE_CONTROLS" = yes; then
6479 echo "$as_me:$LINENO: result: yes" >&5
6480 echo "${ECHO_T}yes" >&6
6481 else
6482 echo "$as_me:$LINENO: result: no" >&5
6483 echo "${ECHO_T}no" >&6
6484 fi
6485
6486
6487 if test "$wxUSE_CONTROLS" = "yes"; then
6488 DEFAULT_wxUSE_ACCEL=yes
6489 DEFAULT_wxUSE_BMPBUTTON=yes
6490 DEFAULT_wxUSE_BUTTON=yes
6491 DEFAULT_wxUSE_CALCTRL=no
6492 DEFAULT_wxUSE_CARET=yes
6493 DEFAULT_wxUSE_COMBOBOX=yes
6494 DEFAULT_wxUSE_CHECKBOX=yes
6495 DEFAULT_wxUSE_CHECKLISTBOX=yes
6496 DEFAULT_wxUSE_CHOICE=yes
6497 DEFAULT_wxUSE_GAUGE=yes
6498 DEFAULT_wxUSE_GRID=yes
6499 DEFAULT_wxUSE_IMAGLIST=yes
6500 DEFAULT_wxUSE_LISTBOX=yes
6501 DEFAULT_wxUSE_LISTCTRL=yes
6502 DEFAULT_wxUSE_NOTEBOOK=yes
6503 DEFAULT_wxUSE_RADIOBOX=yes
6504 DEFAULT_wxUSE_RADIOBTN=yes
6505 DEFAULT_wxUSE_SASH=yes
6506 DEFAULT_wxUSE_SCROLLBAR=yes
6507 DEFAULT_wxUSE_SLIDER=yes
6508 DEFAULT_wxUSE_SPINBTN=yes
6509 DEFAULT_wxUSE_SPINCTRL=yes
6510 DEFAULT_wxUSE_SPLITTER=yes
6511 DEFAULT_wxUSE_STATBMP=yes
6512 DEFAULT_wxUSE_STATBOX=yes
6513 DEFAULT_wxUSE_STATLINE=yes
6514 DEFAULT_wxUSE_STATUSBAR=yes
6515 DEFAULT_wxUSE_TAB_DIALOG=yes
6516 DEFAULT_wxUSE_TOGGLEBTN=yes
6517 DEFAULT_wxUSE_TOOLBAR=yes
6518 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
6519 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
6520 DEFAULT_wxUSE_TOOLTIPS=yes
6521 DEFAULT_wxUSE_TREECTRL=yes
6522 DEFAULT_wxUSE_POPUPWIN=yes
6523 DEFAULT_wxUSE_TIPWINDOW=yes
6524 elif test "$wxUSE_CONTROLS" = "no"; then
6525 DEFAULT_wxUSE_ACCEL=no
6526 DEFAULT_wxUSE_BMPBUTTON=no
6527 DEFAULT_wxUSE_BUTTON=no
6528 DEFAULT_wxUSE_CALCTRL=no
6529 DEFAULT_wxUSE_CARET=no
6530 DEFAULT_wxUSE_COMBOBOX=no
6531 DEFAULT_wxUSE_CHECKBOX=no
6532 DEFAULT_wxUSE_CHECKLISTBOX=no
6533 DEFAULT_wxUSE_CHOICE=no
6534 DEFAULT_wxUSE_GAUGE=no
6535 DEFAULT_wxUSE_GRID=no
6536 DEFAULT_wxUSE_IMAGLIST=no
6537 DEFAULT_wxUSE_LISTBOX=no
6538 DEFAULT_wxUSE_LISTCTRL=no
6539 DEFAULT_wxUSE_NOTEBOOK=no
6540 DEFAULT_wxUSE_RADIOBOX=no
6541 DEFAULT_wxUSE_RADIOBTN=no
6542 DEFAULT_wxUSE_SASH=no
6543 DEFAULT_wxUSE_SCROLLBAR=no
6544 DEFAULT_wxUSE_SLIDER=no
6545 DEFAULT_wxUSE_SPINBTN=no
6546 DEFAULT_wxUSE_SPINCTRL=no
6547 DEFAULT_wxUSE_SPLITTER=no
6548 DEFAULT_wxUSE_STATBMP=no
6549 DEFAULT_wxUSE_STATBOX=no
6550 DEFAULT_wxUSE_STATLINE=no
6551 DEFAULT_wxUSE_STATUSBAR=no
6552 DEFAULT_wxUSE_TAB_DIALOG=no
6553 DEFAULT_wxUSE_TOGGLEBTN=no
6554 DEFAULT_wxUSE_TOOLBAR=no
6555 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6556 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
6557 DEFAULT_wxUSE_TOOLTIPS=no
6558 DEFAULT_wxUSE_TREECTRL=no
6559 DEFAULT_wxUSE_POPUPWIN=no
6560 DEFAULT_wxUSE_TIPWINDOW=no
6561 fi
6562
6563 ## FIXME: This is a blatant hack
6564 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6565 wxUSE_PRINTING_ARCHITECTURE=no
6566 wxUSE_CLIPBOARD=no
6567 wxUSE_DRAG_AND_DROP=no
6568 wxUSE_DATAOBJ=no
6569 # Generic notebook requires tab dialog
6570 DEFAULT_wxUSE_TABDIALOG=yes
6571 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6572 DEFAULT_wxUSE_SCROLLBAR=no
6573 DEFAULT_wxUSE_TOOLTIPS=no
6574 DEFAULT_wxUSE_DRAGIMAGE=no
6575 fi
6576
6577
6578 enablestring=
6579 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6580 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
6581 no_cache=0
6582 # Check whether --enable-accel or --disable-accel was given.
6583 if test "${enable_accel+set}" = set; then
6584 enableval="$enable_accel"
6585
6586 if test "$enableval" = yes; then
6587 ac_cv_use_accel='wxUSE_ACCEL=yes'
6588 else
6589 ac_cv_use_accel='wxUSE_ACCEL=no'
6590 fi
6591
6592 else
6593
6594 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6595 if test "x$LINE" != x ; then
6596 eval "DEFAULT_$LINE"
6597 else
6598 no_cache=1
6599 fi
6600
6601 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
6602
6603 fi;
6604
6605 eval "$ac_cv_use_accel"
6606 if test "$no_cache" != 1; then
6607 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6608 fi
6609
6610 if test "$wxUSE_ACCEL" = yes; then
6611 echo "$as_me:$LINENO: result: yes" >&5
6612 echo "${ECHO_T}yes" >&6
6613 else
6614 echo "$as_me:$LINENO: result: no" >&5
6615 echo "${ECHO_T}no" >&6
6616 fi
6617
6618
6619 enablestring=
6620 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6621 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
6622 no_cache=0
6623 # Check whether --enable-button or --disable-button was given.
6624 if test "${enable_button+set}" = set; then
6625 enableval="$enable_button"
6626
6627 if test "$enableval" = yes; then
6628 ac_cv_use_button='wxUSE_BUTTON=yes'
6629 else
6630 ac_cv_use_button='wxUSE_BUTTON=no'
6631 fi
6632
6633 else
6634
6635 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
6636 if test "x$LINE" != x ; then
6637 eval "DEFAULT_$LINE"
6638 else
6639 no_cache=1
6640 fi
6641
6642 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
6643
6644 fi;
6645
6646 eval "$ac_cv_use_button"
6647 if test "$no_cache" != 1; then
6648 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
6649 fi
6650
6651 if test "$wxUSE_BUTTON" = yes; then
6652 echo "$as_me:$LINENO: result: yes" >&5
6653 echo "${ECHO_T}yes" >&6
6654 else
6655 echo "$as_me:$LINENO: result: no" >&5
6656 echo "${ECHO_T}no" >&6
6657 fi
6658
6659
6660 enablestring=
6661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6662 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
6663 no_cache=0
6664 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6665 if test "${enable_bmpbutton+set}" = set; then
6666 enableval="$enable_bmpbutton"
6667
6668 if test "$enableval" = yes; then
6669 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
6670 else
6671 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
6672 fi
6673
6674 else
6675
6676 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6677 if test "x$LINE" != x ; then
6678 eval "DEFAULT_$LINE"
6679 else
6680 no_cache=1
6681 fi
6682
6683 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
6684
6685 fi;
6686
6687 eval "$ac_cv_use_bmpbutton"
6688 if test "$no_cache" != 1; then
6689 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6690 fi
6691
6692 if test "$wxUSE_BMPBUTTON" = yes; then
6693 echo "$as_me:$LINENO: result: yes" >&5
6694 echo "${ECHO_T}yes" >&6
6695 else
6696 echo "$as_me:$LINENO: result: no" >&5
6697 echo "${ECHO_T}no" >&6
6698 fi
6699
6700
6701 enablestring=
6702 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6703 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
6704 no_cache=0
6705 # Check whether --enable-calendar or --disable-calendar was given.
6706 if test "${enable_calendar+set}" = set; then
6707 enableval="$enable_calendar"
6708
6709 if test "$enableval" = yes; then
6710 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
6711 else
6712 ac_cv_use_calendar='wxUSE_CALCTRL=no'
6713 fi
6714
6715 else
6716
6717 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6718 if test "x$LINE" != x ; then
6719 eval "DEFAULT_$LINE"
6720 else
6721 no_cache=1
6722 fi
6723
6724 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
6725
6726 fi;
6727
6728 eval "$ac_cv_use_calendar"
6729 if test "$no_cache" != 1; then
6730 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6731 fi
6732
6733 if test "$wxUSE_CALCTRL" = yes; then
6734 echo "$as_me:$LINENO: result: yes" >&5
6735 echo "${ECHO_T}yes" >&6
6736 else
6737 echo "$as_me:$LINENO: result: no" >&5
6738 echo "${ECHO_T}no" >&6
6739 fi
6740
6741
6742 enablestring=
6743 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6744 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
6745 no_cache=0
6746 # Check whether --enable-caret or --disable-caret was given.
6747 if test "${enable_caret+set}" = set; then
6748 enableval="$enable_caret"
6749
6750 if test "$enableval" = yes; then
6751 ac_cv_use_caret='wxUSE_CARET=yes'
6752 else
6753 ac_cv_use_caret='wxUSE_CARET=no'
6754 fi
6755
6756 else
6757
6758 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6759 if test "x$LINE" != x ; then
6760 eval "DEFAULT_$LINE"
6761 else
6762 no_cache=1
6763 fi
6764
6765 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
6766
6767 fi;
6768
6769 eval "$ac_cv_use_caret"
6770 if test "$no_cache" != 1; then
6771 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6772 fi
6773
6774 if test "$wxUSE_CARET" = yes; then
6775 echo "$as_me:$LINENO: result: yes" >&5
6776 echo "${ECHO_T}yes" >&6
6777 else
6778 echo "$as_me:$LINENO: result: no" >&5
6779 echo "${ECHO_T}no" >&6
6780 fi
6781
6782
6783 enablestring=
6784 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6785 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
6786 no_cache=0
6787 # Check whether --enable-checkbox or --disable-checkbox was given.
6788 if test "${enable_checkbox+set}" = set; then
6789 enableval="$enable_checkbox"
6790
6791 if test "$enableval" = yes; then
6792 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
6793 else
6794 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
6795 fi
6796
6797 else
6798
6799 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6800 if test "x$LINE" != x ; then
6801 eval "DEFAULT_$LINE"
6802 else
6803 no_cache=1
6804 fi
6805
6806 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
6807
6808 fi;
6809
6810 eval "$ac_cv_use_checkbox"
6811 if test "$no_cache" != 1; then
6812 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6813 fi
6814
6815 if test "$wxUSE_CHECKBOX" = yes; then
6816 echo "$as_me:$LINENO: result: yes" >&5
6817 echo "${ECHO_T}yes" >&6
6818 else
6819 echo "$as_me:$LINENO: result: no" >&5
6820 echo "${ECHO_T}no" >&6
6821 fi
6822
6823
6824 enablestring=
6825 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6826 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
6827 no_cache=0
6828 # Check whether --enable-checklst or --disable-checklst was given.
6829 if test "${enable_checklst+set}" = set; then
6830 enableval="$enable_checklst"
6831
6832 if test "$enableval" = yes; then
6833 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
6834 else
6835 ac_cv_use_checklst='wxUSE_CHECKLST=no'
6836 fi
6837
6838 else
6839
6840 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6841 if test "x$LINE" != x ; then
6842 eval "DEFAULT_$LINE"
6843 else
6844 no_cache=1
6845 fi
6846
6847 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
6848
6849 fi;
6850
6851 eval "$ac_cv_use_checklst"
6852 if test "$no_cache" != 1; then
6853 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6854 fi
6855
6856 if test "$wxUSE_CHECKLST" = yes; then
6857 echo "$as_me:$LINENO: result: yes" >&5
6858 echo "${ECHO_T}yes" >&6
6859 else
6860 echo "$as_me:$LINENO: result: no" >&5
6861 echo "${ECHO_T}no" >&6
6862 fi
6863
6864
6865 enablestring=
6866 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
6867 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
6868 no_cache=0
6869 # Check whether --enable-choice or --disable-choice was given.
6870 if test "${enable_choice+set}" = set; then
6871 enableval="$enable_choice"
6872
6873 if test "$enableval" = yes; then
6874 ac_cv_use_choice='wxUSE_CHOICE=yes'
6875 else
6876 ac_cv_use_choice='wxUSE_CHOICE=no'
6877 fi
6878
6879 else
6880
6881 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6882 if test "x$LINE" != x ; then
6883 eval "DEFAULT_$LINE"
6884 else
6885 no_cache=1
6886 fi
6887
6888 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6889
6890 fi;
6891
6892 eval "$ac_cv_use_choice"
6893 if test "$no_cache" != 1; then
6894 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6895 fi
6896
6897 if test "$wxUSE_CHOICE" = yes; then
6898 echo "$as_me:$LINENO: result: yes" >&5
6899 echo "${ECHO_T}yes" >&6
6900 else
6901 echo "$as_me:$LINENO: result: no" >&5
6902 echo "${ECHO_T}no" >&6
6903 fi
6904
6905
6906 enablestring=
6907 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
6908 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
6909 no_cache=0
6910 # Check whether --enable-combobox or --disable-combobox was given.
6911 if test "${enable_combobox+set}" = set; then
6912 enableval="$enable_combobox"
6913
6914 if test "$enableval" = yes; then
6915 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6916 else
6917 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6918 fi
6919
6920 else
6921
6922 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6923 if test "x$LINE" != x ; then
6924 eval "DEFAULT_$LINE"
6925 else
6926 no_cache=1
6927 fi
6928
6929 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6930
6931 fi;
6932
6933 eval "$ac_cv_use_combobox"
6934 if test "$no_cache" != 1; then
6935 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6936 fi
6937
6938 if test "$wxUSE_COMBOBOX" = yes; then
6939 echo "$as_me:$LINENO: result: yes" >&5
6940 echo "${ECHO_T}yes" >&6
6941 else
6942 echo "$as_me:$LINENO: result: no" >&5
6943 echo "${ECHO_T}no" >&6
6944 fi
6945
6946
6947 enablestring=
6948 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
6949 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
6950 no_cache=0
6951 # Check whether --enable-display or --disable-display was given.
6952 if test "${enable_display+set}" = set; then
6953 enableval="$enable_display"
6954
6955 if test "$enableval" = yes; then
6956 ac_cv_use_display='wxUSE_DISPLAY=yes'
6957 else
6958 ac_cv_use_display='wxUSE_DISPLAY=no'
6959 fi
6960
6961 else
6962
6963 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6964 if test "x$LINE" != x ; then
6965 eval "DEFAULT_$LINE"
6966 else
6967 no_cache=1
6968 fi
6969
6970 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
6971
6972 fi;
6973
6974 eval "$ac_cv_use_display"
6975 if test "$no_cache" != 1; then
6976 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6977 fi
6978
6979 if test "$wxUSE_DISPLAY" = yes; then
6980 echo "$as_me:$LINENO: result: yes" >&5
6981 echo "${ECHO_T}yes" >&6
6982 else
6983 echo "$as_me:$LINENO: result: no" >&5
6984 echo "${ECHO_T}no" >&6
6985 fi
6986
6987
6988 enablestring=
6989 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
6990 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
6991 no_cache=0
6992 # Check whether --enable-gauge or --disable-gauge was given.
6993 if test "${enable_gauge+set}" = set; then
6994 enableval="$enable_gauge"
6995
6996 if test "$enableval" = yes; then
6997 ac_cv_use_gauge='wxUSE_GAUGE=yes'
6998 else
6999 ac_cv_use_gauge='wxUSE_GAUGE=no'
7000 fi
7001
7002 else
7003
7004 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7005 if test "x$LINE" != x ; then
7006 eval "DEFAULT_$LINE"
7007 else
7008 no_cache=1
7009 fi
7010
7011 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7012
7013 fi;
7014
7015 eval "$ac_cv_use_gauge"
7016 if test "$no_cache" != 1; then
7017 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7018 fi
7019
7020 if test "$wxUSE_GAUGE" = yes; then
7021 echo "$as_me:$LINENO: result: yes" >&5
7022 echo "${ECHO_T}yes" >&6
7023 else
7024 echo "$as_me:$LINENO: result: no" >&5
7025 echo "${ECHO_T}no" >&6
7026 fi
7027
7028
7029 enablestring=
7030 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7031 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7032 no_cache=0
7033 # Check whether --enable-grid or --disable-grid was given.
7034 if test "${enable_grid+set}" = set; then
7035 enableval="$enable_grid"
7036
7037 if test "$enableval" = yes; then
7038 ac_cv_use_grid='wxUSE_GRID=yes'
7039 else
7040 ac_cv_use_grid='wxUSE_GRID=no'
7041 fi
7042
7043 else
7044
7045 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7046 if test "x$LINE" != x ; then
7047 eval "DEFAULT_$LINE"
7048 else
7049 no_cache=1
7050 fi
7051
7052 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7053
7054 fi;
7055
7056 eval "$ac_cv_use_grid"
7057 if test "$no_cache" != 1; then
7058 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7059 fi
7060
7061 if test "$wxUSE_GRID" = yes; then
7062 echo "$as_me:$LINENO: result: yes" >&5
7063 echo "${ECHO_T}yes" >&6
7064 else
7065 echo "$as_me:$LINENO: result: no" >&5
7066 echo "${ECHO_T}no" >&6
7067 fi
7068
7069
7070 enablestring=
7071 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7072 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7073 no_cache=0
7074 # Check whether --enable-imaglist or --disable-imaglist was given.
7075 if test "${enable_imaglist+set}" = set; then
7076 enableval="$enable_imaglist"
7077
7078 if test "$enableval" = yes; then
7079 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7080 else
7081 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7082 fi
7083
7084 else
7085
7086 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7087 if test "x$LINE" != x ; then
7088 eval "DEFAULT_$LINE"
7089 else
7090 no_cache=1
7091 fi
7092
7093 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7094
7095 fi;
7096
7097 eval "$ac_cv_use_imaglist"
7098 if test "$no_cache" != 1; then
7099 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7100 fi
7101
7102 if test "$wxUSE_IMAGLIST" = yes; then
7103 echo "$as_me:$LINENO: result: yes" >&5
7104 echo "${ECHO_T}yes" >&6
7105 else
7106 echo "$as_me:$LINENO: result: no" >&5
7107 echo "${ECHO_T}no" >&6
7108 fi
7109
7110
7111 enablestring=
7112 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7113 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7114 no_cache=0
7115 # Check whether --enable-listbox or --disable-listbox was given.
7116 if test "${enable_listbox+set}" = set; then
7117 enableval="$enable_listbox"
7118
7119 if test "$enableval" = yes; then
7120 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
7121 else
7122 ac_cv_use_listbox='wxUSE_LISTBOX=no'
7123 fi
7124
7125 else
7126
7127 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7128 if test "x$LINE" != x ; then
7129 eval "DEFAULT_$LINE"
7130 else
7131 no_cache=1
7132 fi
7133
7134 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
7135
7136 fi;
7137
7138 eval "$ac_cv_use_listbox"
7139 if test "$no_cache" != 1; then
7140 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7141 fi
7142
7143 if test "$wxUSE_LISTBOX" = yes; then
7144 echo "$as_me:$LINENO: result: yes" >&5
7145 echo "${ECHO_T}yes" >&6
7146 else
7147 echo "$as_me:$LINENO: result: no" >&5
7148 echo "${ECHO_T}no" >&6
7149 fi
7150
7151
7152 enablestring=
7153 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7154 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7155 no_cache=0
7156 # Check whether --enable-listctrl or --disable-listctrl was given.
7157 if test "${enable_listctrl+set}" = set; then
7158 enableval="$enable_listctrl"
7159
7160 if test "$enableval" = yes; then
7161 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
7162 else
7163 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
7164 fi
7165
7166 else
7167
7168 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7169 if test "x$LINE" != x ; then
7170 eval "DEFAULT_$LINE"
7171 else
7172 no_cache=1
7173 fi
7174
7175 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
7176
7177 fi;
7178
7179 eval "$ac_cv_use_listctrl"
7180 if test "$no_cache" != 1; then
7181 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7182 fi
7183
7184 if test "$wxUSE_LISTCTRL" = yes; then
7185 echo "$as_me:$LINENO: result: yes" >&5
7186 echo "${ECHO_T}yes" >&6
7187 else
7188 echo "$as_me:$LINENO: result: no" >&5
7189 echo "${ECHO_T}no" >&6
7190 fi
7191
7192
7193 enablestring=
7194 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7195 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7196 no_cache=0
7197 # Check whether --enable-notebook or --disable-notebook was given.
7198 if test "${enable_notebook+set}" = set; then
7199 enableval="$enable_notebook"
7200
7201 if test "$enableval" = yes; then
7202 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
7203 else
7204 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
7205 fi
7206
7207 else
7208
7209 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7210 if test "x$LINE" != x ; then
7211 eval "DEFAULT_$LINE"
7212 else
7213 no_cache=1
7214 fi
7215
7216 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
7217
7218 fi;
7219
7220 eval "$ac_cv_use_notebook"
7221 if test "$no_cache" != 1; then
7222 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7223 fi
7224
7225 if test "$wxUSE_NOTEBOOK" = yes; then
7226 echo "$as_me:$LINENO: result: yes" >&5
7227 echo "${ECHO_T}yes" >&6
7228 else
7229 echo "$as_me:$LINENO: result: no" >&5
7230 echo "${ECHO_T}no" >&6
7231 fi
7232
7233
7234 enablestring=
7235 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7236 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7237 no_cache=0
7238 # Check whether --enable-radiobox or --disable-radiobox was given.
7239 if test "${enable_radiobox+set}" = set; then
7240 enableval="$enable_radiobox"
7241
7242 if test "$enableval" = yes; then
7243 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
7244 else
7245 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
7246 fi
7247
7248 else
7249
7250 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7251 if test "x$LINE" != x ; then
7252 eval "DEFAULT_$LINE"
7253 else
7254 no_cache=1
7255 fi
7256
7257 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
7258
7259 fi;
7260
7261 eval "$ac_cv_use_radiobox"
7262 if test "$no_cache" != 1; then
7263 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7264 fi
7265
7266 if test "$wxUSE_RADIOBOX" = yes; then
7267 echo "$as_me:$LINENO: result: yes" >&5
7268 echo "${ECHO_T}yes" >&6
7269 else
7270 echo "$as_me:$LINENO: result: no" >&5
7271 echo "${ECHO_T}no" >&6
7272 fi
7273
7274
7275 enablestring=
7276 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7277 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7278 no_cache=0
7279 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7280 if test "${enable_radiobtn+set}" = set; then
7281 enableval="$enable_radiobtn"
7282
7283 if test "$enableval" = yes; then
7284 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
7285 else
7286 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
7287 fi
7288
7289 else
7290
7291 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7292 if test "x$LINE" != x ; then
7293 eval "DEFAULT_$LINE"
7294 else
7295 no_cache=1
7296 fi
7297
7298 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
7299
7300 fi;
7301
7302 eval "$ac_cv_use_radiobtn"
7303 if test "$no_cache" != 1; then
7304 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7305 fi
7306
7307 if test "$wxUSE_RADIOBTN" = yes; then
7308 echo "$as_me:$LINENO: result: yes" >&5
7309 echo "${ECHO_T}yes" >&6
7310 else
7311 echo "$as_me:$LINENO: result: no" >&5
7312 echo "${ECHO_T}no" >&6
7313 fi
7314
7315
7316 enablestring=
7317 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7318 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7319 no_cache=0
7320 # Check whether --enable-sash or --disable-sash was given.
7321 if test "${enable_sash+set}" = set; then
7322 enableval="$enable_sash"
7323
7324 if test "$enableval" = yes; then
7325 ac_cv_use_sash='wxUSE_SASH=yes'
7326 else
7327 ac_cv_use_sash='wxUSE_SASH=no'
7328 fi
7329
7330 else
7331
7332 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7333 if test "x$LINE" != x ; then
7334 eval "DEFAULT_$LINE"
7335 else
7336 no_cache=1
7337 fi
7338
7339 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
7340
7341 fi;
7342
7343 eval "$ac_cv_use_sash"
7344 if test "$no_cache" != 1; then
7345 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7346 fi
7347
7348 if test "$wxUSE_SASH" = yes; then
7349 echo "$as_me:$LINENO: result: yes" >&5
7350 echo "${ECHO_T}yes" >&6
7351 else
7352 echo "$as_me:$LINENO: result: no" >&5
7353 echo "${ECHO_T}no" >&6
7354 fi
7355
7356
7357 enablestring=
7358 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7359 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7360 no_cache=0
7361 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7362 if test "${enable_scrollbar+set}" = set; then
7363 enableval="$enable_scrollbar"
7364
7365 if test "$enableval" = yes; then
7366 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
7367 else
7368 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
7369 fi
7370
7371 else
7372
7373 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7374 if test "x$LINE" != x ; then
7375 eval "DEFAULT_$LINE"
7376 else
7377 no_cache=1
7378 fi
7379
7380 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
7381
7382 fi;
7383
7384 eval "$ac_cv_use_scrollbar"
7385 if test "$no_cache" != 1; then
7386 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7387 fi
7388
7389 if test "$wxUSE_SCROLLBAR" = yes; then
7390 echo "$as_me:$LINENO: result: yes" >&5
7391 echo "${ECHO_T}yes" >&6
7392 else
7393 echo "$as_me:$LINENO: result: no" >&5
7394 echo "${ECHO_T}no" >&6
7395 fi
7396
7397
7398 enablestring=
7399 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7400 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7401 no_cache=0
7402 # Check whether --enable-slider or --disable-slider was given.
7403 if test "${enable_slider+set}" = set; then
7404 enableval="$enable_slider"
7405
7406 if test "$enableval" = yes; then
7407 ac_cv_use_slider='wxUSE_SLIDER=yes'
7408 else
7409 ac_cv_use_slider='wxUSE_SLIDER=no'
7410 fi
7411
7412 else
7413
7414 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7415 if test "x$LINE" != x ; then
7416 eval "DEFAULT_$LINE"
7417 else
7418 no_cache=1
7419 fi
7420
7421 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
7422
7423 fi;
7424
7425 eval "$ac_cv_use_slider"
7426 if test "$no_cache" != 1; then
7427 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7428 fi
7429
7430 if test "$wxUSE_SLIDER" = yes; then
7431 echo "$as_me:$LINENO: result: yes" >&5
7432 echo "${ECHO_T}yes" >&6
7433 else
7434 echo "$as_me:$LINENO: result: no" >&5
7435 echo "${ECHO_T}no" >&6
7436 fi
7437
7438
7439 enablestring=
7440 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7441 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7442 no_cache=0
7443 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7444 if test "${enable_spinbtn+set}" = set; then
7445 enableval="$enable_spinbtn"
7446
7447 if test "$enableval" = yes; then
7448 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
7449 else
7450 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
7451 fi
7452
7453 else
7454
7455 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7456 if test "x$LINE" != x ; then
7457 eval "DEFAULT_$LINE"
7458 else
7459 no_cache=1
7460 fi
7461
7462 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
7463
7464 fi;
7465
7466 eval "$ac_cv_use_spinbtn"
7467 if test "$no_cache" != 1; then
7468 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7469 fi
7470
7471 if test "$wxUSE_SPINBTN" = yes; then
7472 echo "$as_me:$LINENO: result: yes" >&5
7473 echo "${ECHO_T}yes" >&6
7474 else
7475 echo "$as_me:$LINENO: result: no" >&5
7476 echo "${ECHO_T}no" >&6
7477 fi
7478
7479
7480 enablestring=
7481 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7482 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
7483 no_cache=0
7484 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7485 if test "${enable_spinctrl+set}" = set; then
7486 enableval="$enable_spinctrl"
7487
7488 if test "$enableval" = yes; then
7489 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
7490 else
7491 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
7492 fi
7493
7494 else
7495
7496 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7497 if test "x$LINE" != x ; then
7498 eval "DEFAULT_$LINE"
7499 else
7500 no_cache=1
7501 fi
7502
7503 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
7504
7505 fi;
7506
7507 eval "$ac_cv_use_spinctrl"
7508 if test "$no_cache" != 1; then
7509 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7510 fi
7511
7512 if test "$wxUSE_SPINCTRL" = yes; then
7513 echo "$as_me:$LINENO: result: yes" >&5
7514 echo "${ECHO_T}yes" >&6
7515 else
7516 echo "$as_me:$LINENO: result: no" >&5
7517 echo "${ECHO_T}no" >&6
7518 fi
7519
7520
7521 enablestring=
7522 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7523 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
7524 no_cache=0
7525 # Check whether --enable-splitter or --disable-splitter was given.
7526 if test "${enable_splitter+set}" = set; then
7527 enableval="$enable_splitter"
7528
7529 if test "$enableval" = yes; then
7530 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
7531 else
7532 ac_cv_use_splitter='wxUSE_SPLITTER=no'
7533 fi
7534
7535 else
7536
7537 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7538 if test "x$LINE" != x ; then
7539 eval "DEFAULT_$LINE"
7540 else
7541 no_cache=1
7542 fi
7543
7544 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
7545
7546 fi;
7547
7548 eval "$ac_cv_use_splitter"
7549 if test "$no_cache" != 1; then
7550 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7551 fi
7552
7553 if test "$wxUSE_SPLITTER" = yes; then
7554 echo "$as_me:$LINENO: result: yes" >&5
7555 echo "${ECHO_T}yes" >&6
7556 else
7557 echo "$as_me:$LINENO: result: no" >&5
7558 echo "${ECHO_T}no" >&6
7559 fi
7560
7561
7562 enablestring=
7563 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7564 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
7565 no_cache=0
7566 # Check whether --enable-statbmp or --disable-statbmp was given.
7567 if test "${enable_statbmp+set}" = set; then
7568 enableval="$enable_statbmp"
7569
7570 if test "$enableval" = yes; then
7571 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
7572 else
7573 ac_cv_use_statbmp='wxUSE_STATBMP=no'
7574 fi
7575
7576 else
7577
7578 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7579 if test "x$LINE" != x ; then
7580 eval "DEFAULT_$LINE"
7581 else
7582 no_cache=1
7583 fi
7584
7585 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
7586
7587 fi;
7588
7589 eval "$ac_cv_use_statbmp"
7590 if test "$no_cache" != 1; then
7591 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7592 fi
7593
7594 if test "$wxUSE_STATBMP" = yes; then
7595 echo "$as_me:$LINENO: result: yes" >&5
7596 echo "${ECHO_T}yes" >&6
7597 else
7598 echo "$as_me:$LINENO: result: no" >&5
7599 echo "${ECHO_T}no" >&6
7600 fi
7601
7602
7603 enablestring=
7604 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7605 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
7606 no_cache=0
7607 # Check whether --enable-statbox or --disable-statbox was given.
7608 if test "${enable_statbox+set}" = set; then
7609 enableval="$enable_statbox"
7610
7611 if test "$enableval" = yes; then
7612 ac_cv_use_statbox='wxUSE_STATBOX=yes'
7613 else
7614 ac_cv_use_statbox='wxUSE_STATBOX=no'
7615 fi
7616
7617 else
7618
7619 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7620 if test "x$LINE" != x ; then
7621 eval "DEFAULT_$LINE"
7622 else
7623 no_cache=1
7624 fi
7625
7626 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
7627
7628 fi;
7629
7630 eval "$ac_cv_use_statbox"
7631 if test "$no_cache" != 1; then
7632 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7633 fi
7634
7635 if test "$wxUSE_STATBOX" = yes; then
7636 echo "$as_me:$LINENO: result: yes" >&5
7637 echo "${ECHO_T}yes" >&6
7638 else
7639 echo "$as_me:$LINENO: result: no" >&5
7640 echo "${ECHO_T}no" >&6
7641 fi
7642
7643
7644 enablestring=
7645 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7646 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
7647 no_cache=0
7648 # Check whether --enable-statline or --disable-statline was given.
7649 if test "${enable_statline+set}" = set; then
7650 enableval="$enable_statline"
7651
7652 if test "$enableval" = yes; then
7653 ac_cv_use_statline='wxUSE_STATLINE=yes'
7654 else
7655 ac_cv_use_statline='wxUSE_STATLINE=no'
7656 fi
7657
7658 else
7659
7660 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7661 if test "x$LINE" != x ; then
7662 eval "DEFAULT_$LINE"
7663 else
7664 no_cache=1
7665 fi
7666
7667 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
7668
7669 fi;
7670
7671 eval "$ac_cv_use_statline"
7672 if test "$no_cache" != 1; then
7673 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7674 fi
7675
7676 if test "$wxUSE_STATLINE" = yes; then
7677 echo "$as_me:$LINENO: result: yes" >&5
7678 echo "${ECHO_T}yes" >&6
7679 else
7680 echo "$as_me:$LINENO: result: no" >&5
7681 echo "${ECHO_T}no" >&6
7682 fi
7683
7684
7685 enablestring=
7686 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7687 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
7688 no_cache=0
7689 # Check whether --enable-stattext or --disable-stattext was given.
7690 if test "${enable_stattext+set}" = set; then
7691 enableval="$enable_stattext"
7692
7693 if test "$enableval" = yes; then
7694 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
7695 else
7696 ac_cv_use_stattext='wxUSE_STATTEXT=no'
7697 fi
7698
7699 else
7700
7701 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7702 if test "x$LINE" != x ; then
7703 eval "DEFAULT_$LINE"
7704 else
7705 no_cache=1
7706 fi
7707
7708 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
7709
7710 fi;
7711
7712 eval "$ac_cv_use_stattext"
7713 if test "$no_cache" != 1; then
7714 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7715 fi
7716
7717 if test "$wxUSE_STATTEXT" = yes; then
7718 echo "$as_me:$LINENO: result: yes" >&5
7719 echo "${ECHO_T}yes" >&6
7720 else
7721 echo "$as_me:$LINENO: result: no" >&5
7722 echo "${ECHO_T}no" >&6
7723 fi
7724
7725
7726 enablestring=
7727 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7728 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
7729 no_cache=0
7730 # Check whether --enable-statusbar or --disable-statusbar was given.
7731 if test "${enable_statusbar+set}" = set; then
7732 enableval="$enable_statusbar"
7733
7734 if test "$enableval" = yes; then
7735 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
7736 else
7737 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
7738 fi
7739
7740 else
7741
7742 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7743 if test "x$LINE" != x ; then
7744 eval "DEFAULT_$LINE"
7745 else
7746 no_cache=1
7747 fi
7748
7749 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
7750
7751 fi;
7752
7753 eval "$ac_cv_use_statusbar"
7754 if test "$no_cache" != 1; then
7755 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7756 fi
7757
7758 if test "$wxUSE_STATUSBAR" = yes; then
7759 echo "$as_me:$LINENO: result: yes" >&5
7760 echo "${ECHO_T}yes" >&6
7761 else
7762 echo "$as_me:$LINENO: result: no" >&5
7763 echo "${ECHO_T}no" >&6
7764 fi
7765
7766
7767 enablestring=
7768 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7769 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
7770 no_cache=0
7771 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7772 if test "${enable_tabdialog+set}" = set; then
7773 enableval="$enable_tabdialog"
7774
7775 if test "$enableval" = yes; then
7776 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
7777 else
7778 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
7779 fi
7780
7781 else
7782
7783 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7784 if test "x$LINE" != x ; then
7785 eval "DEFAULT_$LINE"
7786 else
7787 no_cache=1
7788 fi
7789
7790 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
7791
7792 fi;
7793
7794 eval "$ac_cv_use_tabdialog"
7795 if test "$no_cache" != 1; then
7796 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7797 fi
7798
7799 if test "$wxUSE_TABDIALOG" = yes; then
7800 echo "$as_me:$LINENO: result: yes" >&5
7801 echo "${ECHO_T}yes" >&6
7802 else
7803 echo "$as_me:$LINENO: result: no" >&5
7804 echo "${ECHO_T}no" >&6
7805 fi
7806
7807
7808 enablestring=
7809 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
7810 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
7811 no_cache=0
7812 # Check whether --enable-textctrl or --disable-textctrl was given.
7813 if test "${enable_textctrl+set}" = set; then
7814 enableval="$enable_textctrl"
7815
7816 if test "$enableval" = yes; then
7817 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
7818 else
7819 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
7820 fi
7821
7822 else
7823
7824 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7825 if test "x$LINE" != x ; then
7826 eval "DEFAULT_$LINE"
7827 else
7828 no_cache=1
7829 fi
7830
7831 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
7832
7833 fi;
7834
7835 eval "$ac_cv_use_textctrl"
7836 if test "$no_cache" != 1; then
7837 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7838 fi
7839
7840 if test "$wxUSE_TEXTCTRL" = yes; then
7841 echo "$as_me:$LINENO: result: yes" >&5
7842 echo "${ECHO_T}yes" >&6
7843 else
7844 echo "$as_me:$LINENO: result: no" >&5
7845 echo "${ECHO_T}no" >&6
7846 fi
7847
7848
7849 enablestring=
7850 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
7851 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
7852 no_cache=0
7853 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7854 if test "${enable_togglebtn+set}" = set; then
7855 enableval="$enable_togglebtn"
7856
7857 if test "$enableval" = yes; then
7858 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
7859 else
7860 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
7861 fi
7862
7863 else
7864
7865 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7866 if test "x$LINE" != x ; then
7867 eval "DEFAULT_$LINE"
7868 else
7869 no_cache=1
7870 fi
7871
7872 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7873
7874 fi;
7875
7876 eval "$ac_cv_use_togglebtn"
7877 if test "$no_cache" != 1; then
7878 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7879 fi
7880
7881 if test "$wxUSE_TOGGLEBTN" = yes; then
7882 echo "$as_me:$LINENO: result: yes" >&5
7883 echo "${ECHO_T}yes" >&6
7884 else
7885 echo "$as_me:$LINENO: result: no" >&5
7886 echo "${ECHO_T}no" >&6
7887 fi
7888
7889
7890 enablestring=
7891 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
7892 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
7893 no_cache=0
7894 # Check whether --enable-toolbar or --disable-toolbar was given.
7895 if test "${enable_toolbar+set}" = set; then
7896 enableval="$enable_toolbar"
7897
7898 if test "$enableval" = yes; then
7899 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
7900 else
7901 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
7902 fi
7903
7904 else
7905
7906 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7907 if test "x$LINE" != x ; then
7908 eval "DEFAULT_$LINE"
7909 else
7910 no_cache=1
7911 fi
7912
7913 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7914
7915 fi;
7916
7917 eval "$ac_cv_use_toolbar"
7918 if test "$no_cache" != 1; then
7919 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7920 fi
7921
7922 if test "$wxUSE_TOOLBAR" = yes; then
7923 echo "$as_me:$LINENO: result: yes" >&5
7924 echo "${ECHO_T}yes" >&6
7925 else
7926 echo "$as_me:$LINENO: result: no" >&5
7927 echo "${ECHO_T}no" >&6
7928 fi
7929
7930
7931 enablestring=
7932 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
7933 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
7934 no_cache=0
7935 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7936 if test "${enable_tbarnative+set}" = set; then
7937 enableval="$enable_tbarnative"
7938
7939 if test "$enableval" = yes; then
7940 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7941 else
7942 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7943 fi
7944
7945 else
7946
7947 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7948 if test "x$LINE" != x ; then
7949 eval "DEFAULT_$LINE"
7950 else
7951 no_cache=1
7952 fi
7953
7954 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7955
7956 fi;
7957
7958 eval "$ac_cv_use_tbarnative"
7959 if test "$no_cache" != 1; then
7960 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7961 fi
7962
7963 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7964 echo "$as_me:$LINENO: result: yes" >&5
7965 echo "${ECHO_T}yes" >&6
7966 else
7967 echo "$as_me:$LINENO: result: no" >&5
7968 echo "${ECHO_T}no" >&6
7969 fi
7970
7971
7972 enablestring=
7973 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
7974 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
7975 no_cache=0
7976 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7977 if test "${enable_tbarsmpl+set}" = set; then
7978 enableval="$enable_tbarsmpl"
7979
7980 if test "$enableval" = yes; then
7981 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7982 else
7983 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7984 fi
7985
7986 else
7987
7988 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7989 if test "x$LINE" != x ; then
7990 eval "DEFAULT_$LINE"
7991 else
7992 no_cache=1
7993 fi
7994
7995 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7996
7997 fi;
7998
7999 eval "$ac_cv_use_tbarsmpl"
8000 if test "$no_cache" != 1; then
8001 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8002 fi
8003
8004 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8005 echo "$as_me:$LINENO: result: yes" >&5
8006 echo "${ECHO_T}yes" >&6
8007 else
8008 echo "$as_me:$LINENO: result: no" >&5
8009 echo "${ECHO_T}no" >&6
8010 fi
8011
8012
8013 enablestring=
8014 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8015 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8016 no_cache=0
8017 # Check whether --enable-treectrl or --disable-treectrl was given.
8018 if test "${enable_treectrl+set}" = set; then
8019 enableval="$enable_treectrl"
8020
8021 if test "$enableval" = yes; then
8022 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8023 else
8024 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8025 fi
8026
8027 else
8028
8029 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8030 if test "x$LINE" != x ; then
8031 eval "DEFAULT_$LINE"
8032 else
8033 no_cache=1
8034 fi
8035
8036 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8037
8038 fi;
8039
8040 eval "$ac_cv_use_treectrl"
8041 if test "$no_cache" != 1; then
8042 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8043 fi
8044
8045 if test "$wxUSE_TREECTRL" = yes; then
8046 echo "$as_me:$LINENO: result: yes" >&5
8047 echo "${ECHO_T}yes" >&6
8048 else
8049 echo "$as_me:$LINENO: result: no" >&5
8050 echo "${ECHO_T}no" >&6
8051 fi
8052
8053
8054 enablestring=
8055 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8056 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8057 no_cache=0
8058 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8059 if test "${enable_tipwindow+set}" = set; then
8060 enableval="$enable_tipwindow"
8061
8062 if test "$enableval" = yes; then
8063 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8064 else
8065 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8066 fi
8067
8068 else
8069
8070 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8071 if test "x$LINE" != x ; then
8072 eval "DEFAULT_$LINE"
8073 else
8074 no_cache=1
8075 fi
8076
8077 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8078
8079 fi;
8080
8081 eval "$ac_cv_use_tipwindow"
8082 if test "$no_cache" != 1; then
8083 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8084 fi
8085
8086 if test "$wxUSE_TIPWINDOW" = yes; then
8087 echo "$as_me:$LINENO: result: yes" >&5
8088 echo "${ECHO_T}yes" >&6
8089 else
8090 echo "$as_me:$LINENO: result: no" >&5
8091 echo "${ECHO_T}no" >&6
8092 fi
8093
8094
8095 enablestring=
8096 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8097 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8098 no_cache=0
8099 # Check whether --enable-popupwin or --disable-popupwin was given.
8100 if test "${enable_popupwin+set}" = set; then
8101 enableval="$enable_popupwin"
8102
8103 if test "$enableval" = yes; then
8104 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8105 else
8106 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8107 fi
8108
8109 else
8110
8111 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8112 if test "x$LINE" != x ; then
8113 eval "DEFAULT_$LINE"
8114 else
8115 no_cache=1
8116 fi
8117
8118 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8119
8120 fi;
8121
8122 eval "$ac_cv_use_popupwin"
8123 if test "$no_cache" != 1; then
8124 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8125 fi
8126
8127 if test "$wxUSE_POPUPWIN" = yes; then
8128 echo "$as_me:$LINENO: result: yes" >&5
8129 echo "${ECHO_T}yes" >&6
8130 else
8131 echo "$as_me:$LINENO: result: no" >&5
8132 echo "${ECHO_T}no" >&6
8133 fi
8134
8135
8136
8137
8138 enablestring=
8139 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8140 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8141 no_cache=0
8142 # Check whether --enable-commondlg or --disable-commondlg was given.
8143 if test "${enable_commondlg+set}" = set; then
8144 enableval="$enable_commondlg"
8145
8146 if test "$enableval" = yes; then
8147 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
8148 else
8149 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
8150 fi
8151
8152 else
8153
8154 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8155 if test "x$LINE" != x ; then
8156 eval "DEFAULT_$LINE"
8157 else
8158 no_cache=1
8159 fi
8160
8161 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
8162
8163 fi;
8164
8165 eval "$ac_cv_use_commondlg"
8166 if test "$no_cache" != 1; then
8167 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8168 fi
8169
8170 if test "$wxUSE_COMMONDLGS" = yes; then
8171 echo "$as_me:$LINENO: result: yes" >&5
8172 echo "${ECHO_T}yes" >&6
8173 else
8174 echo "$as_me:$LINENO: result: no" >&5
8175 echo "${ECHO_T}no" >&6
8176 fi
8177
8178
8179 enablestring=
8180 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8181 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8182 no_cache=0
8183 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8184 if test "${enable_choicedlg+set}" = set; then
8185 enableval="$enable_choicedlg"
8186
8187 if test "$enableval" = yes; then
8188 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
8189 else
8190 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
8191 fi
8192
8193 else
8194
8195 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8196 if test "x$LINE" != x ; then
8197 eval "DEFAULT_$LINE"
8198 else
8199 no_cache=1
8200 fi
8201
8202 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
8203
8204 fi;
8205
8206 eval "$ac_cv_use_choicedlg"
8207 if test "$no_cache" != 1; then
8208 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8209 fi
8210
8211 if test "$wxUSE_CHOICEDLG" = yes; then
8212 echo "$as_me:$LINENO: result: yes" >&5
8213 echo "${ECHO_T}yes" >&6
8214 else
8215 echo "$as_me:$LINENO: result: no" >&5
8216 echo "${ECHO_T}no" >&6
8217 fi
8218
8219
8220 enablestring=
8221 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8222 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8223 no_cache=0
8224 # Check whether --enable-coldlg or --disable-coldlg was given.
8225 if test "${enable_coldlg+set}" = set; then
8226 enableval="$enable_coldlg"
8227
8228 if test "$enableval" = yes; then
8229 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
8230 else
8231 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
8232 fi
8233
8234 else
8235
8236 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8237 if test "x$LINE" != x ; then
8238 eval "DEFAULT_$LINE"
8239 else
8240 no_cache=1
8241 fi
8242
8243 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
8244
8245 fi;
8246
8247 eval "$ac_cv_use_coldlg"
8248 if test "$no_cache" != 1; then
8249 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8250 fi
8251
8252 if test "$wxUSE_COLOURDLG" = yes; then
8253 echo "$as_me:$LINENO: result: yes" >&5
8254 echo "${ECHO_T}yes" >&6
8255 else
8256 echo "$as_me:$LINENO: result: no" >&5
8257 echo "${ECHO_T}no" >&6
8258 fi
8259
8260
8261 enablestring=
8262 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8263 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8264 no_cache=0
8265 # Check whether --enable-filedlg or --disable-filedlg was given.
8266 if test "${enable_filedlg+set}" = set; then
8267 enableval="$enable_filedlg"
8268
8269 if test "$enableval" = yes; then
8270 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
8271 else
8272 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
8273 fi
8274
8275 else
8276
8277 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8278 if test "x$LINE" != x ; then
8279 eval "DEFAULT_$LINE"
8280 else
8281 no_cache=1
8282 fi
8283
8284 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
8285
8286 fi;
8287
8288 eval "$ac_cv_use_filedlg"
8289 if test "$no_cache" != 1; then
8290 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8291 fi
8292
8293 if test "$wxUSE_FILEDLG" = yes; then
8294 echo "$as_me:$LINENO: result: yes" >&5
8295 echo "${ECHO_T}yes" >&6
8296 else
8297 echo "$as_me:$LINENO: result: no" >&5
8298 echo "${ECHO_T}no" >&6
8299 fi
8300
8301
8302 enablestring=
8303 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8304 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8305 no_cache=0
8306 # Check whether --enable-finddlg or --disable-finddlg was given.
8307 if test "${enable_finddlg+set}" = set; then
8308 enableval="$enable_finddlg"
8309
8310 if test "$enableval" = yes; then
8311 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
8312 else
8313 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
8314 fi
8315
8316 else
8317
8318 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8319 if test "x$LINE" != x ; then
8320 eval "DEFAULT_$LINE"
8321 else
8322 no_cache=1
8323 fi
8324
8325 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8326
8327 fi;
8328
8329 eval "$ac_cv_use_finddlg"
8330 if test "$no_cache" != 1; then
8331 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8332 fi
8333
8334 if test "$wxUSE_FINDREPLDLG" = yes; then
8335 echo "$as_me:$LINENO: result: yes" >&5
8336 echo "${ECHO_T}yes" >&6
8337 else
8338 echo "$as_me:$LINENO: result: no" >&5
8339 echo "${ECHO_T}no" >&6
8340 fi
8341
8342
8343 enablestring=
8344 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8345 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8346 no_cache=0
8347 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8348 if test "${enable_fontdlg+set}" = set; then
8349 enableval="$enable_fontdlg"
8350
8351 if test "$enableval" = yes; then
8352 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
8353 else
8354 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
8355 fi
8356
8357 else
8358
8359 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8360 if test "x$LINE" != x ; then
8361 eval "DEFAULT_$LINE"
8362 else
8363 no_cache=1
8364 fi
8365
8366 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
8367
8368 fi;
8369
8370 eval "$ac_cv_use_fontdlg"
8371 if test "$no_cache" != 1; then
8372 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8373 fi
8374
8375 if test "$wxUSE_FONTDLG" = yes; then
8376 echo "$as_me:$LINENO: result: yes" >&5
8377 echo "${ECHO_T}yes" >&6
8378 else
8379 echo "$as_me:$LINENO: result: no" >&5
8380 echo "${ECHO_T}no" >&6
8381 fi
8382
8383
8384 enablestring=
8385 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8386 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8387 no_cache=0
8388 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8389 if test "${enable_dirdlg+set}" = set; then
8390 enableval="$enable_dirdlg"
8391
8392 if test "$enableval" = yes; then
8393 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
8394 else
8395 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
8396 fi
8397
8398 else
8399
8400 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8401 if test "x$LINE" != x ; then
8402 eval "DEFAULT_$LINE"
8403 else
8404 no_cache=1
8405 fi
8406
8407 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
8408
8409 fi;
8410
8411 eval "$ac_cv_use_dirdlg"
8412 if test "$no_cache" != 1; then
8413 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8414 fi
8415
8416 if test "$wxUSE_DIRDLG" = yes; then
8417 echo "$as_me:$LINENO: result: yes" >&5
8418 echo "${ECHO_T}yes" >&6
8419 else
8420 echo "$as_me:$LINENO: result: no" >&5
8421 echo "${ECHO_T}no" >&6
8422 fi
8423
8424
8425 enablestring=
8426 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8427 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8428 no_cache=0
8429 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8430 if test "${enable_msgdlg+set}" = set; then
8431 enableval="$enable_msgdlg"
8432
8433 if test "$enableval" = yes; then
8434 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
8435 else
8436 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
8437 fi
8438
8439 else
8440
8441 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8442 if test "x$LINE" != x ; then
8443 eval "DEFAULT_$LINE"
8444 else
8445 no_cache=1
8446 fi
8447
8448 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
8449
8450 fi;
8451
8452 eval "$ac_cv_use_msgdlg"
8453 if test "$no_cache" != 1; then
8454 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8455 fi
8456
8457 if test "$wxUSE_MSGDLG" = yes; then
8458 echo "$as_me:$LINENO: result: yes" >&5
8459 echo "${ECHO_T}yes" >&6
8460 else
8461 echo "$as_me:$LINENO: result: no" >&5
8462 echo "${ECHO_T}no" >&6
8463 fi
8464
8465
8466 enablestring=
8467 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8468 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8469 no_cache=0
8470 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8471 if test "${enable_numberdlg+set}" = set; then
8472 enableval="$enable_numberdlg"
8473
8474 if test "$enableval" = yes; then
8475 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
8476 else
8477 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
8478 fi
8479
8480 else
8481
8482 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
8483 if test "x$LINE" != x ; then
8484 eval "DEFAULT_$LINE"
8485 else
8486 no_cache=1
8487 fi
8488
8489 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
8490
8491 fi;
8492
8493 eval "$ac_cv_use_numberdlg"
8494 if test "$no_cache" != 1; then
8495 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
8496 fi
8497
8498 if test "$wxUSE_NUMBERDLG" = yes; then
8499 echo "$as_me:$LINENO: result: yes" >&5
8500 echo "${ECHO_T}yes" >&6
8501 else
8502 echo "$as_me:$LINENO: result: no" >&5
8503 echo "${ECHO_T}no" >&6
8504 fi
8505
8506
8507 enablestring=
8508 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8509 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
8510 no_cache=0
8511 # Check whether --enable-splash or --disable-splash was given.
8512 if test "${enable_splash+set}" = set; then
8513 enableval="$enable_splash"
8514
8515 if test "$enableval" = yes; then
8516 ac_cv_use_splash='wxUSE_SPLASH=yes'
8517 else
8518 ac_cv_use_splash='wxUSE_SPLASH=no'
8519 fi
8520
8521 else
8522
8523 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8524 if test "x$LINE" != x ; then
8525 eval "DEFAULT_$LINE"
8526 else
8527 no_cache=1
8528 fi
8529
8530 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
8531
8532 fi;
8533
8534 eval "$ac_cv_use_splash"
8535 if test "$no_cache" != 1; then
8536 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8537 fi
8538
8539 if test "$wxUSE_SPLASH" = yes; then
8540 echo "$as_me:$LINENO: result: yes" >&5
8541 echo "${ECHO_T}yes" >&6
8542 else
8543 echo "$as_me:$LINENO: result: no" >&5
8544 echo "${ECHO_T}no" >&6
8545 fi
8546
8547
8548 enablestring=
8549 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8550 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
8551 no_cache=0
8552 # Check whether --enable-textdlg or --disable-textdlg was given.
8553 if test "${enable_textdlg+set}" = set; then
8554 enableval="$enable_textdlg"
8555
8556 if test "$enableval" = yes; then
8557 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
8558 else
8559 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
8560 fi
8561
8562 else
8563
8564 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8565 if test "x$LINE" != x ; then
8566 eval "DEFAULT_$LINE"
8567 else
8568 no_cache=1
8569 fi
8570
8571 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
8572
8573 fi;
8574
8575 eval "$ac_cv_use_textdlg"
8576 if test "$no_cache" != 1; then
8577 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8578 fi
8579
8580 if test "$wxUSE_TEXTDLG" = yes; then
8581 echo "$as_me:$LINENO: result: yes" >&5
8582 echo "${ECHO_T}yes" >&6
8583 else
8584 echo "$as_me:$LINENO: result: no" >&5
8585 echo "${ECHO_T}no" >&6
8586 fi
8587
8588
8589 enablestring=
8590 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8591 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
8592 no_cache=0
8593 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8594 if test "${enable_tipdlg+set}" = set; then
8595 enableval="$enable_tipdlg"
8596
8597 if test "$enableval" = yes; then
8598 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
8599 else
8600 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
8601 fi
8602
8603 else
8604
8605 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8606 if test "x$LINE" != x ; then
8607 eval "DEFAULT_$LINE"
8608 else
8609 no_cache=1
8610 fi
8611
8612 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
8613
8614 fi;
8615
8616 eval "$ac_cv_use_tipdlg"
8617 if test "$no_cache" != 1; then
8618 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8619 fi
8620
8621 if test "$wxUSE_STARTUP_TIPS" = yes; then
8622 echo "$as_me:$LINENO: result: yes" >&5
8623 echo "${ECHO_T}yes" >&6
8624 else
8625 echo "$as_me:$LINENO: result: no" >&5
8626 echo "${ECHO_T}no" >&6
8627 fi
8628
8629
8630 enablestring=
8631 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8632 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
8633 no_cache=0
8634 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8635 if test "${enable_progressdlg+set}" = set; then
8636 enableval="$enable_progressdlg"
8637
8638 if test "$enableval" = yes; then
8639 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
8640 else
8641 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
8642 fi
8643
8644 else
8645
8646 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8647 if test "x$LINE" != x ; then
8648 eval "DEFAULT_$LINE"
8649 else
8650 no_cache=1
8651 fi
8652
8653 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
8654
8655 fi;
8656
8657 eval "$ac_cv_use_progressdlg"
8658 if test "$no_cache" != 1; then
8659 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8660 fi
8661
8662 if test "$wxUSE_PROGRESSDLG" = yes; then
8663 echo "$as_me:$LINENO: result: yes" >&5
8664 echo "${ECHO_T}yes" >&6
8665 else
8666 echo "$as_me:$LINENO: result: no" >&5
8667 echo "${ECHO_T}no" >&6
8668 fi
8669
8670
8671 enablestring=
8672 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8673 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
8674 no_cache=0
8675 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8676 if test "${enable_wizarddlg+set}" = set; then
8677 enableval="$enable_wizarddlg"
8678
8679 if test "$enableval" = yes; then
8680 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
8681 else
8682 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
8683 fi
8684
8685 else
8686
8687 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8688 if test "x$LINE" != x ; then
8689 eval "DEFAULT_$LINE"
8690 else
8691 no_cache=1
8692 fi
8693
8694 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
8695
8696 fi;
8697
8698 eval "$ac_cv_use_wizarddlg"
8699 if test "$no_cache" != 1; then
8700 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8701 fi
8702
8703 if test "$wxUSE_WIZARDDLG" = yes; then
8704 echo "$as_me:$LINENO: result: yes" >&5
8705 echo "${ECHO_T}yes" >&6
8706 else
8707 echo "$as_me:$LINENO: result: no" >&5
8708 echo "${ECHO_T}no" >&6
8709 fi
8710
8711
8712
8713
8714 enablestring=
8715 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8716 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
8717 no_cache=0
8718 # Check whether --enable-menus or --disable-menus was given.
8719 if test "${enable_menus+set}" = set; then
8720 enableval="$enable_menus"
8721
8722 if test "$enableval" = yes; then
8723 ac_cv_use_menus='wxUSE_MENUS=yes'
8724 else
8725 ac_cv_use_menus='wxUSE_MENUS=no'
8726 fi
8727
8728 else
8729
8730 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8731 if test "x$LINE" != x ; then
8732 eval "DEFAULT_$LINE"
8733 else
8734 no_cache=1
8735 fi
8736
8737 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
8738
8739 fi;
8740
8741 eval "$ac_cv_use_menus"
8742 if test "$no_cache" != 1; then
8743 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8744 fi
8745
8746 if test "$wxUSE_MENUS" = yes; then
8747 echo "$as_me:$LINENO: result: yes" >&5
8748 echo "${ECHO_T}yes" >&6
8749 else
8750 echo "$as_me:$LINENO: result: no" >&5
8751 echo "${ECHO_T}no" >&6
8752 fi
8753
8754
8755 enablestring=
8756 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8757 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
8758 no_cache=0
8759 # Check whether --enable-miniframe or --disable-miniframe was given.
8760 if test "${enable_miniframe+set}" = set; then
8761 enableval="$enable_miniframe"
8762
8763 if test "$enableval" = yes; then
8764 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
8765 else
8766 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
8767 fi
8768
8769 else
8770
8771 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8772 if test "x$LINE" != x ; then
8773 eval "DEFAULT_$LINE"
8774 else
8775 no_cache=1
8776 fi
8777
8778 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
8779
8780 fi;
8781
8782 eval "$ac_cv_use_miniframe"
8783 if test "$no_cache" != 1; then
8784 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8785 fi
8786
8787 if test "$wxUSE_MINIFRAME" = yes; then
8788 echo "$as_me:$LINENO: result: yes" >&5
8789 echo "${ECHO_T}yes" >&6
8790 else
8791 echo "$as_me:$LINENO: result: no" >&5
8792 echo "${ECHO_T}no" >&6
8793 fi
8794
8795
8796 enablestring=
8797 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
8798 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
8799 no_cache=0
8800 # Check whether --enable-tooltips or --disable-tooltips was given.
8801 if test "${enable_tooltips+set}" = set; then
8802 enableval="$enable_tooltips"
8803
8804 if test "$enableval" = yes; then
8805 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
8806 else
8807 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
8808 fi
8809
8810 else
8811
8812 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8813 if test "x$LINE" != x ; then
8814 eval "DEFAULT_$LINE"
8815 else
8816 no_cache=1
8817 fi
8818
8819 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
8820
8821 fi;
8822
8823 eval "$ac_cv_use_tooltips"
8824 if test "$no_cache" != 1; then
8825 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8826 fi
8827
8828 if test "$wxUSE_TOOLTIPS" = yes; then
8829 echo "$as_me:$LINENO: result: yes" >&5
8830 echo "${ECHO_T}yes" >&6
8831 else
8832 echo "$as_me:$LINENO: result: no" >&5
8833 echo "${ECHO_T}no" >&6
8834 fi
8835
8836
8837 enablestring=
8838 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
8839 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
8840 no_cache=0
8841 # Check whether --enable-splines or --disable-splines was given.
8842 if test "${enable_splines+set}" = set; then
8843 enableval="$enable_splines"
8844
8845 if test "$enableval" = yes; then
8846 ac_cv_use_splines='wxUSE_SPLINES=yes'
8847 else
8848 ac_cv_use_splines='wxUSE_SPLINES=no'
8849 fi
8850
8851 else
8852
8853 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8854 if test "x$LINE" != x ; then
8855 eval "DEFAULT_$LINE"
8856 else
8857 no_cache=1
8858 fi
8859
8860 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
8861
8862 fi;
8863
8864 eval "$ac_cv_use_splines"
8865 if test "$no_cache" != 1; then
8866 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8867 fi
8868
8869 if test "$wxUSE_SPLINES" = yes; then
8870 echo "$as_me:$LINENO: result: yes" >&5
8871 echo "${ECHO_T}yes" >&6
8872 else
8873 echo "$as_me:$LINENO: result: no" >&5
8874 echo "${ECHO_T}no" >&6
8875 fi
8876
8877
8878 enablestring=
8879 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
8880 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
8881 no_cache=0
8882 # Check whether --enable-validators or --disable-validators was given.
8883 if test "${enable_validators+set}" = set; then
8884 enableval="$enable_validators"
8885
8886 if test "$enableval" = yes; then
8887 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
8888 else
8889 ac_cv_use_validators='wxUSE_VALIDATORS=no'
8890 fi
8891
8892 else
8893
8894 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8895 if test "x$LINE" != x ; then
8896 eval "DEFAULT_$LINE"
8897 else
8898 no_cache=1
8899 fi
8900
8901 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
8902
8903 fi;
8904
8905 eval "$ac_cv_use_validators"
8906 if test "$no_cache" != 1; then
8907 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8908 fi
8909
8910 if test "$wxUSE_VALIDATORS" = yes; then
8911 echo "$as_me:$LINENO: result: yes" >&5
8912 echo "${ECHO_T}yes" >&6
8913 else
8914 echo "$as_me:$LINENO: result: no" >&5
8915 echo "${ECHO_T}no" >&6
8916 fi
8917
8918
8919 enablestring=
8920 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
8921 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
8922 no_cache=0
8923 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8924 if test "${enable_busyinfo+set}" = set; then
8925 enableval="$enable_busyinfo"
8926
8927 if test "$enableval" = yes; then
8928 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
8929 else
8930 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
8931 fi
8932
8933 else
8934
8935 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8936 if test "x$LINE" != x ; then
8937 eval "DEFAULT_$LINE"
8938 else
8939 no_cache=1
8940 fi
8941
8942 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8943
8944 fi;
8945
8946 eval "$ac_cv_use_busyinfo"
8947 if test "$no_cache" != 1; then
8948 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8949 fi
8950
8951 if test "$wxUSE_BUSYINFO" = yes; then
8952 echo "$as_me:$LINENO: result: yes" >&5
8953 echo "${ECHO_T}yes" >&6
8954 else
8955 echo "$as_me:$LINENO: result: no" >&5
8956 echo "${ECHO_T}no" >&6
8957 fi
8958
8959
8960 enablestring=
8961 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
8962 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
8963 no_cache=0
8964 # Check whether --enable-joystick or --disable-joystick was given.
8965 if test "${enable_joystick+set}" = set; then
8966 enableval="$enable_joystick"
8967
8968 if test "$enableval" = yes; then
8969 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
8970 else
8971 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
8972 fi
8973
8974 else
8975
8976 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8977 if test "x$LINE" != x ; then
8978 eval "DEFAULT_$LINE"
8979 else
8980 no_cache=1
8981 fi
8982
8983 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8984
8985 fi;
8986
8987 eval "$ac_cv_use_joystick"
8988 if test "$no_cache" != 1; then
8989 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8990 fi
8991
8992 if test "$wxUSE_JOYSTICK" = yes; then
8993 echo "$as_me:$LINENO: result: yes" >&5
8994 echo "${ECHO_T}yes" >&6
8995 else
8996 echo "$as_me:$LINENO: result: no" >&5
8997 echo "${ECHO_T}no" >&6
8998 fi
8999
9000
9001 enablestring=
9002 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9003 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9004 no_cache=0
9005 # Check whether --enable-metafile or --disable-metafile was given.
9006 if test "${enable_metafile+set}" = set; then
9007 enableval="$enable_metafile"
9008
9009 if test "$enableval" = yes; then
9010 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9011 else
9012 ac_cv_use_metafile='wxUSE_METAFILE=no'
9013 fi
9014
9015 else
9016
9017 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9018 if test "x$LINE" != x ; then
9019 eval "DEFAULT_$LINE"
9020 else
9021 no_cache=1
9022 fi
9023
9024 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9025
9026 fi;
9027
9028 eval "$ac_cv_use_metafile"
9029 if test "$no_cache" != 1; then
9030 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9031 fi
9032
9033 if test "$wxUSE_METAFILE" = yes; then
9034 echo "$as_me:$LINENO: result: yes" >&5
9035 echo "${ECHO_T}yes" >&6
9036 else
9037 echo "$as_me:$LINENO: result: no" >&5
9038 echo "${ECHO_T}no" >&6
9039 fi
9040
9041
9042 enablestring=
9043 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9044 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9045 no_cache=0
9046 # Check whether --enable-dragimage or --disable-dragimage was given.
9047 if test "${enable_dragimage+set}" = set; then
9048 enableval="$enable_dragimage"
9049
9050 if test "$enableval" = yes; then
9051 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9052 else
9053 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9054 fi
9055
9056 else
9057
9058 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9059 if test "x$LINE" != x ; then
9060 eval "DEFAULT_$LINE"
9061 else
9062 no_cache=1
9063 fi
9064
9065 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9066
9067 fi;
9068
9069 eval "$ac_cv_use_dragimage"
9070 if test "$no_cache" != 1; then
9071 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9072 fi
9073
9074 if test "$wxUSE_DRAGIMAGE" = yes; then
9075 echo "$as_me:$LINENO: result: yes" >&5
9076 echo "${ECHO_T}yes" >&6
9077 else
9078 echo "$as_me:$LINENO: result: no" >&5
9079 echo "${ECHO_T}no" >&6
9080 fi
9081
9082
9083 enablestring=
9084 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9085 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9086 no_cache=0
9087 # Check whether --enable-accessibility or --disable-accessibility was given.
9088 if test "${enable_accessibility+set}" = set; then
9089 enableval="$enable_accessibility"
9090
9091 if test "$enableval" = yes; then
9092 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
9093 else
9094 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
9095 fi
9096
9097 else
9098
9099 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9100 if test "x$LINE" != x ; then
9101 eval "DEFAULT_$LINE"
9102 else
9103 no_cache=1
9104 fi
9105
9106 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9107
9108 fi;
9109
9110 eval "$ac_cv_use_accessibility"
9111 if test "$no_cache" != 1; then
9112 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9113 fi
9114
9115 if test "$wxUSE_ACCESSIBILITY" = yes; then
9116 echo "$as_me:$LINENO: result: yes" >&5
9117 echo "${ECHO_T}yes" >&6
9118 else
9119 echo "$as_me:$LINENO: result: no" >&5
9120 echo "${ECHO_T}no" >&6
9121 fi
9122
9123
9124
9125
9126 enablestring=
9127 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9128 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9129 no_cache=0
9130 # Check whether --enable-palette or --disable-palette was given.
9131 if test "${enable_palette+set}" = set; then
9132 enableval="$enable_palette"
9133
9134 if test "$enableval" = yes; then
9135 ac_cv_use_palette='wxUSE_PALETTE=yes'
9136 else
9137 ac_cv_use_palette='wxUSE_PALETTE=no'
9138 fi
9139
9140 else
9141
9142 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9143 if test "x$LINE" != x ; then
9144 eval "DEFAULT_$LINE"
9145 else
9146 no_cache=1
9147 fi
9148
9149 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
9150
9151 fi;
9152
9153 eval "$ac_cv_use_palette"
9154 if test "$no_cache" != 1; then
9155 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9156 fi
9157
9158 if test "$wxUSE_PALETTE" = yes; then
9159 echo "$as_me:$LINENO: result: yes" >&5
9160 echo "${ECHO_T}yes" >&6
9161 else
9162 echo "$as_me:$LINENO: result: no" >&5
9163 echo "${ECHO_T}no" >&6
9164 fi
9165
9166
9167 enablestring=
9168 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9169 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9170 no_cache=0
9171 # Check whether --enable-image or --disable-image was given.
9172 if test "${enable_image+set}" = set; then
9173 enableval="$enable_image"
9174
9175 if test "$enableval" = yes; then
9176 ac_cv_use_image='wxUSE_IMAGE=yes'
9177 else
9178 ac_cv_use_image='wxUSE_IMAGE=no'
9179 fi
9180
9181 else
9182
9183 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9184 if test "x$LINE" != x ; then
9185 eval "DEFAULT_$LINE"
9186 else
9187 no_cache=1
9188 fi
9189
9190 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
9191
9192 fi;
9193
9194 eval "$ac_cv_use_image"
9195 if test "$no_cache" != 1; then
9196 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9197 fi
9198
9199 if test "$wxUSE_IMAGE" = yes; then
9200 echo "$as_me:$LINENO: result: yes" >&5
9201 echo "${ECHO_T}yes" >&6
9202 else
9203 echo "$as_me:$LINENO: result: no" >&5
9204 echo "${ECHO_T}no" >&6
9205 fi
9206
9207
9208 enablestring=
9209 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9210 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9211 no_cache=0
9212 # Check whether --enable-gif or --disable-gif was given.
9213 if test "${enable_gif+set}" = set; then
9214 enableval="$enable_gif"
9215
9216 if test "$enableval" = yes; then
9217 ac_cv_use_gif='wxUSE_GIF=yes'
9218 else
9219 ac_cv_use_gif='wxUSE_GIF=no'
9220 fi
9221
9222 else
9223
9224 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9225 if test "x$LINE" != x ; then
9226 eval "DEFAULT_$LINE"
9227 else
9228 no_cache=1
9229 fi
9230
9231 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
9232
9233 fi;
9234
9235 eval "$ac_cv_use_gif"
9236 if test "$no_cache" != 1; then
9237 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9238 fi
9239
9240 if test "$wxUSE_GIF" = yes; then
9241 echo "$as_me:$LINENO: result: yes" >&5
9242 echo "${ECHO_T}yes" >&6
9243 else
9244 echo "$as_me:$LINENO: result: no" >&5
9245 echo "${ECHO_T}no" >&6
9246 fi
9247
9248
9249 enablestring=
9250 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9251 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9252 no_cache=0
9253 # Check whether --enable-pcx or --disable-pcx was given.
9254 if test "${enable_pcx+set}" = set; then
9255 enableval="$enable_pcx"
9256
9257 if test "$enableval" = yes; then
9258 ac_cv_use_pcx='wxUSE_PCX=yes'
9259 else
9260 ac_cv_use_pcx='wxUSE_PCX=no'
9261 fi
9262
9263 else
9264
9265 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9266 if test "x$LINE" != x ; then
9267 eval "DEFAULT_$LINE"
9268 else
9269 no_cache=1
9270 fi
9271
9272 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
9273
9274 fi;
9275
9276 eval "$ac_cv_use_pcx"
9277 if test "$no_cache" != 1; then
9278 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9279 fi
9280
9281 if test "$wxUSE_PCX" = yes; then
9282 echo "$as_me:$LINENO: result: yes" >&5
9283 echo "${ECHO_T}yes" >&6
9284 else
9285 echo "$as_me:$LINENO: result: no" >&5
9286 echo "${ECHO_T}no" >&6
9287 fi
9288
9289
9290 enablestring=
9291 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9292 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9293 no_cache=0
9294 # Check whether --enable-iff or --disable-iff was given.
9295 if test "${enable_iff+set}" = set; then
9296 enableval="$enable_iff"
9297
9298 if test "$enableval" = yes; then
9299 ac_cv_use_iff='wxUSE_IFF=yes'
9300 else
9301 ac_cv_use_iff='wxUSE_IFF=no'
9302 fi
9303
9304 else
9305
9306 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9307 if test "x$LINE" != x ; then
9308 eval "DEFAULT_$LINE"
9309 else
9310 no_cache=1
9311 fi
9312
9313 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
9314
9315 fi;
9316
9317 eval "$ac_cv_use_iff"
9318 if test "$no_cache" != 1; then
9319 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9320 fi
9321
9322 if test "$wxUSE_IFF" = yes; then
9323 echo "$as_me:$LINENO: result: yes" >&5
9324 echo "${ECHO_T}yes" >&6
9325 else
9326 echo "$as_me:$LINENO: result: no" >&5
9327 echo "${ECHO_T}no" >&6
9328 fi
9329
9330
9331 enablestring=
9332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9333 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9334 no_cache=0
9335 # Check whether --enable-pnm or --disable-pnm was given.
9336 if test "${enable_pnm+set}" = set; then
9337 enableval="$enable_pnm"
9338
9339 if test "$enableval" = yes; then
9340 ac_cv_use_pnm='wxUSE_PNM=yes'
9341 else
9342 ac_cv_use_pnm='wxUSE_PNM=no'
9343 fi
9344
9345 else
9346
9347 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9348 if test "x$LINE" != x ; then
9349 eval "DEFAULT_$LINE"
9350 else
9351 no_cache=1
9352 fi
9353
9354 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
9355
9356 fi;
9357
9358 eval "$ac_cv_use_pnm"
9359 if test "$no_cache" != 1; then
9360 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9361 fi
9362
9363 if test "$wxUSE_PNM" = yes; then
9364 echo "$as_me:$LINENO: result: yes" >&5
9365 echo "${ECHO_T}yes" >&6
9366 else
9367 echo "$as_me:$LINENO: result: no" >&5
9368 echo "${ECHO_T}no" >&6
9369 fi
9370
9371
9372 enablestring=
9373 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9374 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9375 no_cache=0
9376 # Check whether --enable-xpm or --disable-xpm was given.
9377 if test "${enable_xpm+set}" = set; then
9378 enableval="$enable_xpm"
9379
9380 if test "$enableval" = yes; then
9381 ac_cv_use_xpm='wxUSE_XPM=yes'
9382 else
9383 ac_cv_use_xpm='wxUSE_XPM=no'
9384 fi
9385
9386 else
9387
9388 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9389 if test "x$LINE" != x ; then
9390 eval "DEFAULT_$LINE"
9391 else
9392 no_cache=1
9393 fi
9394
9395 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
9396
9397 fi;
9398
9399 eval "$ac_cv_use_xpm"
9400 if test "$no_cache" != 1; then
9401 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9402 fi
9403
9404 if test "$wxUSE_XPM" = yes; then
9405 echo "$as_me:$LINENO: result: yes" >&5
9406 echo "${ECHO_T}yes" >&6
9407 else
9408 echo "$as_me:$LINENO: result: no" >&5
9409 echo "${ECHO_T}no" >&6
9410 fi
9411
9412
9413 enablestring=
9414 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9415 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9416 no_cache=0
9417 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9418 if test "${enable_ico_cur+set}" = set; then
9419 enableval="$enable_ico_cur"
9420
9421 if test "$enableval" = yes; then
9422 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
9423 else
9424 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
9425 fi
9426
9427 else
9428
9429 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9430 if test "x$LINE" != x ; then
9431 eval "DEFAULT_$LINE"
9432 else
9433 no_cache=1
9434 fi
9435
9436 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
9437
9438 fi;
9439
9440 eval "$ac_cv_use_ico_cur"
9441 if test "$no_cache" != 1; then
9442 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9443 fi
9444
9445 if test "$wxUSE_ICO_CUR" = yes; then
9446 echo "$as_me:$LINENO: result: yes" >&5
9447 echo "${ECHO_T}yes" >&6
9448 else
9449 echo "$as_me:$LINENO: result: no" >&5
9450 echo "${ECHO_T}no" >&6
9451 fi
9452
9453
9454 fi
9455
9456
9457
9458 enablestring=
9459 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
9460 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
9461 no_cache=0
9462 # Check whether --enable-official_build or --disable-official_build was given.
9463 if test "${enable_official_build+set}" = set; then
9464 enableval="$enable_official_build"
9465
9466 if test "$enableval" = yes; then
9467 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
9468 else
9469 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
9470 fi
9471
9472 else
9473
9474 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
9475 if test "x$LINE" != x ; then
9476 eval "DEFAULT_$LINE"
9477 else
9478 no_cache=1
9479 fi
9480
9481 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
9482
9483 fi;
9484
9485 eval "$ac_cv_use_official_build"
9486 if test "$no_cache" != 1; then
9487 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
9488 fi
9489
9490 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
9491 echo "$as_me:$LINENO: result: yes" >&5
9492 echo "${ECHO_T}yes" >&6
9493 else
9494 echo "$as_me:$LINENO: result: no" >&5
9495 echo "${ECHO_T}no" >&6
9496 fi
9497
9498 # Check whether --enable-vendor or --disable-vendor was given.
9499 if test "${enable_vendor+set}" = set; then
9500 enableval="$enable_vendor"
9501 VENDOR="$enableval"
9502 fi;
9503 if test "x$VENDOR" = "x"; then
9504 VENDOR="custom"
9505 fi
9506
9507 case "${host}" in
9508 *-pc-os2_emx | *-pc-os2-emx )
9509 PATH_IFS=';'
9510 LEX_STEM="lexyy"
9511 ;;
9512 *)
9513 PATH_IFS=':'
9514 LEX_STEM="lex.yy"
9515 ;;
9516 esac
9517
9518
9519
9520 echo "saving argument cache $wx_arg_cache_file"
9521 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
9522
9523
9524
9525 echo "$as_me:$LINENO: checking for toolkit" >&5
9526 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
9527
9528 # In Wine, we need to default to MSW, not GTK or MOTIF
9529 if test "$wxUSE_WINE" = "yes"; then
9530 DEFAULT_DEFAULT_wxUSE_GTK=0
9531 DEFAULT_DEFAULT_wxUSE_MOTIF=0
9532 DEFAULT_DEFAULT_wxUSE_MSW=1
9533 fi
9534
9535 if test "$wxUSE_GUI" = "yes"; then
9536
9537 if test "$USE_BEOS" = 1; then
9538 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9539 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9540 { (exit 1); exit 1; }; }
9541 fi
9542
9543 if test "$TOOLKIT_GIVEN" = 1; then
9544 for toolkit in `echo $ALL_TOOLKITS`; do
9545 var=wxUSE_$toolkit
9546 eval "value=\$${var}"
9547 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
9548 done
9549 else
9550 for toolkit in `echo $ALL_TOOLKITS`; do
9551 if test "$has_toolkit_in_cache" != 1; then
9552 var=DEFAULT_DEFAULT_wxUSE_$toolkit
9553 else
9554 var=DEFAULT_wxUSE_$toolkit
9555 fi
9556 eval "wxUSE_$toolkit=\$${var}"
9557 done
9558 fi
9559
9560 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9561 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9562 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
9563
9564 case "${host}" in
9565 *-pc-os2_emx | *-pc-os2-emx )
9566 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
9567 esac
9568
9569 case "$NUM_TOOLKITS" in
9570 1)
9571 ;;
9572 0)
9573 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9574 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9575 { (exit 1); exit 1; }; }
9576 ;;
9577 *)
9578 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9579 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9580 { (exit 1); exit 1; }; }
9581 esac
9582
9583 for toolkit in `echo $ALL_TOOLKITS`; do
9584 var=wxUSE_$toolkit
9585 eval "value=\$${var}"
9586 if test "x$value" != x; then
9587 cache_var=CACHE_$toolkit
9588 eval "cache=\$${cache_var}"
9589 if test "$cache" = 1; then
9590 echo "$var=$value" >> ${wx_arg_cache_file}
9591 fi
9592 if test "$value" = 1; then
9593 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
9594 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9595 echo "${ECHO_T}$toolkit_echo" >&6
9596 fi
9597 fi
9598 done
9599 else
9600 if test "x$host_alias" != "x"; then
9601 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
9602 echo "${ECHO_T}base ($host_alias hosted) only" >&6
9603 else
9604 echo "$as_me:$LINENO: result: base only" >&5
9605 echo "${ECHO_T}base only" >&6
9606 fi
9607 fi
9608
9609 wants_win32=0
9610 doesnt_want_win32=0
9611 case "${host}" in
9612 *-*-cygwin*)
9613 if test "$wxUSE_MSW" = 1 ; then
9614 wants_win32=1
9615 else
9616 doesnt_want_win32=1
9617 fi
9618 ;;
9619 *-*-mingw*)
9620 wants_win32=1
9621 ;;
9622 esac
9623
9624 if test "$wxUSE_WINE" = "yes"; then
9625 wants_win32=1
9626 CC=winegcc
9627 CXX=wineg++
9628 RESCOMP=wrc
9629 fi
9630
9631 if test "$wants_win32" = 1 ; then
9632 USE_UNIX=0
9633 USE_WIN32=1
9634 cat >>confdefs.h <<\_ACEOF
9635 #define __WIN32__ 1
9636 _ACEOF
9637
9638 cat >>confdefs.h <<\_ACEOF
9639 #define __WIN95__ 1
9640 _ACEOF
9641
9642 cat >>confdefs.h <<\_ACEOF
9643 #define __WINDOWS__ 1
9644 _ACEOF
9645
9646 cat >>confdefs.h <<\_ACEOF
9647 #define __GNUWIN32__ 1
9648 _ACEOF
9649
9650 cat >>confdefs.h <<\_ACEOF
9651 #define STRICT 1
9652 _ACEOF
9653
9654 cat >>confdefs.h <<\_ACEOF
9655 #define WINVER 0x0400
9656 _ACEOF
9657
9658 fi
9659 if test "$doesnt_want_win32" = 1 ; then
9660 USE_UNIX=1
9661 USE_WIN32=0
9662 fi
9663
9664 if test "$USE_UNIX" = 1 ; then
9665 wxUSE_UNIX=yes
9666 cat >>confdefs.h <<\_ACEOF
9667 #define __UNIX__ 1
9668 _ACEOF
9669
9670 fi
9671
9672
9673 cat >confcache <<\_ACEOF
9674 # This file is a shell script that caches the results of configure
9675 # tests run on this system so they can be shared between configure
9676 # scripts and configure runs, see configure's option --config-cache.
9677 # It is not useful on other systems. If it contains results you don't
9678 # want to keep, you may remove or edit it.
9679 #
9680 # config.status only pays attention to the cache file if you give it
9681 # the --recheck option to rerun configure.
9682 #
9683 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9684 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9685 # following values.
9686
9687 _ACEOF
9688
9689 # The following way of writing the cache mishandles newlines in values,
9690 # but we know of no workaround that is simple, portable, and efficient.
9691 # So, don't put newlines in cache variables' values.
9692 # Ultrix sh set writes to stderr and can't be redirected directly,
9693 # and sets the high bit in the cache file unless we assign to the vars.
9694 {
9695 (set) 2>&1 |
9696 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9697 *ac_space=\ *)
9698 # `set' does not quote correctly, so add quotes (double-quote
9699 # substitution turns \\\\ into \\, and sed turns \\ into \).
9700 sed -n \
9701 "s/'/'\\\\''/g;
9702 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9703 ;;
9704 *)
9705 # `set' quotes correctly as required by POSIX, so do not add quotes.
9706 sed -n \
9707 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9708 ;;
9709 esac;
9710 } |
9711 sed '
9712 t clear
9713 : clear
9714 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9715 t end
9716 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9717 : end' >>confcache
9718 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9719 if test -w $cache_file; then
9720 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9721 cat confcache >$cache_file
9722 else
9723 echo "not updating unwritable cache $cache_file"
9724 fi
9725 fi
9726 rm -f confcache
9727
9728 if test "$build" != "$host" ; then
9729 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
9730 CC=$host_alias-gcc
9731 CXX=$host_alias-c++
9732 AR=$host_alias-ar
9733 RANLIB=$host_alias-ranlib
9734 DLLTOOL=$host_alias-dlltool
9735 RESCOMP=$host_alias-windres
9736 LD=$host_alias-ld
9737 NM=$host_alias-nm
9738 STRIP=$host_alias-strip
9739 else
9740 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9741 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9742 { (exit 1); exit 1; }; }
9743 fi
9744 fi
9745
9746 CFLAGS=${CFLAGS:=}
9747 ac_ext=c
9748 ac_cpp='$CPP $CPPFLAGS'
9749 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9750 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9751 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9752 if test -n "$ac_tool_prefix"; then
9753 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9754 set dummy ${ac_tool_prefix}gcc; ac_word=$2
9755 echo "$as_me:$LINENO: checking for $ac_word" >&5
9756 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9757 if test "${ac_cv_prog_CC+set}" = set; then
9758 echo $ECHO_N "(cached) $ECHO_C" >&6
9759 else
9760 if test -n "$CC"; then
9761 ac_cv_prog_CC="$CC" # Let the user override the test.
9762 else
9763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9764 for as_dir in $PATH
9765 do
9766 IFS=$as_save_IFS
9767 test -z "$as_dir" && as_dir=.
9768 for ac_exec_ext in '' $ac_executable_extensions; do
9769 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9770 ac_cv_prog_CC="${ac_tool_prefix}gcc"
9771 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9772 break 2
9773 fi
9774 done
9775 done
9776
9777 fi
9778 fi
9779 CC=$ac_cv_prog_CC
9780 if test -n "$CC"; then
9781 echo "$as_me:$LINENO: result: $CC" >&5
9782 echo "${ECHO_T}$CC" >&6
9783 else
9784 echo "$as_me:$LINENO: result: no" >&5
9785 echo "${ECHO_T}no" >&6
9786 fi
9787
9788 fi
9789 if test -z "$ac_cv_prog_CC"; then
9790 ac_ct_CC=$CC
9791 # Extract the first word of "gcc", so it can be a program name with args.
9792 set dummy gcc; ac_word=$2
9793 echo "$as_me:$LINENO: checking for $ac_word" >&5
9794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9795 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9796 echo $ECHO_N "(cached) $ECHO_C" >&6
9797 else
9798 if test -n "$ac_ct_CC"; then
9799 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9800 else
9801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9802 for as_dir in $PATH
9803 do
9804 IFS=$as_save_IFS
9805 test -z "$as_dir" && as_dir=.
9806 for ac_exec_ext in '' $ac_executable_extensions; do
9807 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9808 ac_cv_prog_ac_ct_CC="gcc"
9809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9810 break 2
9811 fi
9812 done
9813 done
9814
9815 fi
9816 fi
9817 ac_ct_CC=$ac_cv_prog_ac_ct_CC
9818 if test -n "$ac_ct_CC"; then
9819 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9820 echo "${ECHO_T}$ac_ct_CC" >&6
9821 else
9822 echo "$as_me:$LINENO: result: no" >&5
9823 echo "${ECHO_T}no" >&6
9824 fi
9825
9826 CC=$ac_ct_CC
9827 else
9828 CC="$ac_cv_prog_CC"
9829 fi
9830
9831 if test -z "$CC"; then
9832 if test -n "$ac_tool_prefix"; then
9833 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9834 set dummy ${ac_tool_prefix}cc; ac_word=$2
9835 echo "$as_me:$LINENO: checking for $ac_word" >&5
9836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9837 if test "${ac_cv_prog_CC+set}" = set; then
9838 echo $ECHO_N "(cached) $ECHO_C" >&6
9839 else
9840 if test -n "$CC"; then
9841 ac_cv_prog_CC="$CC" # Let the user override the test.
9842 else
9843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9844 for as_dir in $PATH
9845 do
9846 IFS=$as_save_IFS
9847 test -z "$as_dir" && as_dir=.
9848 for ac_exec_ext in '' $ac_executable_extensions; do
9849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9850 ac_cv_prog_CC="${ac_tool_prefix}cc"
9851 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9852 break 2
9853 fi
9854 done
9855 done
9856
9857 fi
9858 fi
9859 CC=$ac_cv_prog_CC
9860 if test -n "$CC"; then
9861 echo "$as_me:$LINENO: result: $CC" >&5
9862 echo "${ECHO_T}$CC" >&6
9863 else
9864 echo "$as_me:$LINENO: result: no" >&5
9865 echo "${ECHO_T}no" >&6
9866 fi
9867
9868 fi
9869 if test -z "$ac_cv_prog_CC"; then
9870 ac_ct_CC=$CC
9871 # Extract the first word of "cc", so it can be a program name with args.
9872 set dummy cc; ac_word=$2
9873 echo "$as_me:$LINENO: checking for $ac_word" >&5
9874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9875 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9876 echo $ECHO_N "(cached) $ECHO_C" >&6
9877 else
9878 if test -n "$ac_ct_CC"; then
9879 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9880 else
9881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9882 for as_dir in $PATH
9883 do
9884 IFS=$as_save_IFS
9885 test -z "$as_dir" && as_dir=.
9886 for ac_exec_ext in '' $ac_executable_extensions; do
9887 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9888 ac_cv_prog_ac_ct_CC="cc"
9889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9890 break 2
9891 fi
9892 done
9893 done
9894
9895 fi
9896 fi
9897 ac_ct_CC=$ac_cv_prog_ac_ct_CC
9898 if test -n "$ac_ct_CC"; then
9899 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9900 echo "${ECHO_T}$ac_ct_CC" >&6
9901 else
9902 echo "$as_me:$LINENO: result: no" >&5
9903 echo "${ECHO_T}no" >&6
9904 fi
9905
9906 CC=$ac_ct_CC
9907 else
9908 CC="$ac_cv_prog_CC"
9909 fi
9910
9911 fi
9912 if test -z "$CC"; then
9913 # Extract the first word of "cc", so it can be a program name with args.
9914 set dummy cc; ac_word=$2
9915 echo "$as_me:$LINENO: checking for $ac_word" >&5
9916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9917 if test "${ac_cv_prog_CC+set}" = set; then
9918 echo $ECHO_N "(cached) $ECHO_C" >&6
9919 else
9920 if test -n "$CC"; then
9921 ac_cv_prog_CC="$CC" # Let the user override the test.
9922 else
9923 ac_prog_rejected=no
9924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9925 for as_dir in $PATH
9926 do
9927 IFS=$as_save_IFS
9928 test -z "$as_dir" && as_dir=.
9929 for ac_exec_ext in '' $ac_executable_extensions; do
9930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9931 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9932 ac_prog_rejected=yes
9933 continue
9934 fi
9935 ac_cv_prog_CC="cc"
9936 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9937 break 2
9938 fi
9939 done
9940 done
9941
9942 if test $ac_prog_rejected = yes; then
9943 # We found a bogon in the path, so make sure we never use it.
9944 set dummy $ac_cv_prog_CC
9945 shift
9946 if test $# != 0; then
9947 # We chose a different compiler from the bogus one.
9948 # However, it has the same basename, so the bogon will be chosen
9949 # first if we set CC to just the basename; use the full file name.
9950 shift
9951 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9952 fi
9953 fi
9954 fi
9955 fi
9956 CC=$ac_cv_prog_CC
9957 if test -n "$CC"; then
9958 echo "$as_me:$LINENO: result: $CC" >&5
9959 echo "${ECHO_T}$CC" >&6
9960 else
9961 echo "$as_me:$LINENO: result: no" >&5
9962 echo "${ECHO_T}no" >&6
9963 fi
9964
9965 fi
9966 if test -z "$CC"; then
9967 if test -n "$ac_tool_prefix"; then
9968 for ac_prog in cl
9969 do
9970 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9971 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9972 echo "$as_me:$LINENO: checking for $ac_word" >&5
9973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9974 if test "${ac_cv_prog_CC+set}" = set; then
9975 echo $ECHO_N "(cached) $ECHO_C" >&6
9976 else
9977 if test -n "$CC"; then
9978 ac_cv_prog_CC="$CC" # Let the user override the test.
9979 else
9980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9981 for as_dir in $PATH
9982 do
9983 IFS=$as_save_IFS
9984 test -z "$as_dir" && as_dir=.
9985 for ac_exec_ext in '' $ac_executable_extensions; do
9986 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9987 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
9988 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9989 break 2
9990 fi
9991 done
9992 done
9993
9994 fi
9995 fi
9996 CC=$ac_cv_prog_CC
9997 if test -n "$CC"; then
9998 echo "$as_me:$LINENO: result: $CC" >&5
9999 echo "${ECHO_T}$CC" >&6
10000 else
10001 echo "$as_me:$LINENO: result: no" >&5
10002 echo "${ECHO_T}no" >&6
10003 fi
10004
10005 test -n "$CC" && break
10006 done
10007 fi
10008 if test -z "$CC"; then
10009 ac_ct_CC=$CC
10010 for ac_prog in cl
10011 do
10012 # Extract the first word of "$ac_prog", so it can be a program name with args.
10013 set dummy $ac_prog; ac_word=$2
10014 echo "$as_me:$LINENO: checking for $ac_word" >&5
10015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10016 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10017 echo $ECHO_N "(cached) $ECHO_C" >&6
10018 else
10019 if test -n "$ac_ct_CC"; then
10020 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10021 else
10022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10023 for as_dir in $PATH
10024 do
10025 IFS=$as_save_IFS
10026 test -z "$as_dir" && as_dir=.
10027 for ac_exec_ext in '' $ac_executable_extensions; do
10028 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10029 ac_cv_prog_ac_ct_CC="$ac_prog"
10030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10031 break 2
10032 fi
10033 done
10034 done
10035
10036 fi
10037 fi
10038 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10039 if test -n "$ac_ct_CC"; then
10040 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10041 echo "${ECHO_T}$ac_ct_CC" >&6
10042 else
10043 echo "$as_me:$LINENO: result: no" >&5
10044 echo "${ECHO_T}no" >&6
10045 fi
10046
10047 test -n "$ac_ct_CC" && break
10048 done
10049
10050 CC=$ac_ct_CC
10051 fi
10052
10053 fi
10054
10055
10056 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10057 See \`config.log' for more details." >&5
10058 echo "$as_me: error: no acceptable C compiler found in \$PATH
10059 See \`config.log' for more details." >&2;}
10060 { (exit 1); exit 1; }; }
10061
10062 # Provide some information about the compiler.
10063 echo "$as_me:$LINENO:" \
10064 "checking for C compiler version" >&5
10065 ac_compiler=`set X $ac_compile; echo $2`
10066 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10067 (eval $ac_compiler --version </dev/null >&5) 2>&5
10068 ac_status=$?
10069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10070 (exit $ac_status); }
10071 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10072 (eval $ac_compiler -v </dev/null >&5) 2>&5
10073 ac_status=$?
10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075 (exit $ac_status); }
10076 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10077 (eval $ac_compiler -V </dev/null >&5) 2>&5
10078 ac_status=$?
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); }
10081
10082 cat >conftest.$ac_ext <<_ACEOF
10083 #line $LINENO "configure"
10084 /* confdefs.h. */
10085 _ACEOF
10086 cat confdefs.h >>conftest.$ac_ext
10087 cat >>conftest.$ac_ext <<_ACEOF
10088 /* end confdefs.h. */
10089
10090 int
10091 main ()
10092 {
10093
10094 ;
10095 return 0;
10096 }
10097 _ACEOF
10098 ac_clean_files_save=$ac_clean_files
10099 ac_clean_files="$ac_clean_files a.out a.exe b.out"
10100 # Try to create an executable without -o first, disregard a.out.
10101 # It will help us diagnose broken compilers, and finding out an intuition
10102 # of exeext.
10103 echo "$as_me:$LINENO: checking for C compiler default output" >&5
10104 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
10105 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10106 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10107 (eval $ac_link_default) 2>&5
10108 ac_status=$?
10109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10110 (exit $ac_status); }; then
10111 # Find the output, starting from the most likely. This scheme is
10112 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10113 # resort.
10114
10115 # Be careful to initialize this variable, since it used to be cached.
10116 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10117 ac_cv_exeext=
10118 # b.out is created by i960 compilers.
10119 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10120 do
10121 test -f "$ac_file" || continue
10122 case $ac_file in
10123 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
10124 ;;
10125 conftest.$ac_ext )
10126 # This is the source file.
10127 ;;
10128 [ab].out )
10129 # We found the default executable, but exeext='' is most
10130 # certainly right.
10131 break;;
10132 *.* )
10133 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10134 # FIXME: I believe we export ac_cv_exeext for Libtool,
10135 # but it would be cool to find out if it's true. Does anybody
10136 # maintain Libtool? --akim.
10137 export ac_cv_exeext
10138 break;;
10139 * )
10140 break;;
10141 esac
10142 done
10143 else
10144 echo "$as_me: failed program was:" >&5
10145 sed 's/^/| /' conftest.$ac_ext >&5
10146
10147 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10148 See \`config.log' for more details." >&5
10149 echo "$as_me: error: C compiler cannot create executables
10150 See \`config.log' for more details." >&2;}
10151 { (exit 77); exit 77; }; }
10152 fi
10153
10154 ac_exeext=$ac_cv_exeext
10155 echo "$as_me:$LINENO: result: $ac_file" >&5
10156 echo "${ECHO_T}$ac_file" >&6
10157
10158 # Check the compiler produces executables we can run. If not, either
10159 # the compiler is broken, or we cross compile.
10160 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10161 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10162 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10163 # If not cross compiling, check that we can run a simple program.
10164 if test "$cross_compiling" != yes; then
10165 if { ac_try='./$ac_file'
10166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10167 (eval $ac_try) 2>&5
10168 ac_status=$?
10169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10170 (exit $ac_status); }; }; then
10171 cross_compiling=no
10172 else
10173 if test "$cross_compiling" = maybe; then
10174 cross_compiling=yes
10175 else
10176 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10177 If you meant to cross compile, use \`--host'.
10178 See \`config.log' for more details." >&5
10179 echo "$as_me: error: cannot run C compiled programs.
10180 If you meant to cross compile, use \`--host'.
10181 See \`config.log' for more details." >&2;}
10182 { (exit 1); exit 1; }; }
10183 fi
10184 fi
10185 fi
10186 echo "$as_me:$LINENO: result: yes" >&5
10187 echo "${ECHO_T}yes" >&6
10188
10189 rm -f a.out a.exe conftest$ac_cv_exeext b.out
10190 ac_clean_files=$ac_clean_files_save
10191 # Check the compiler produces executables we can run. If not, either
10192 # the compiler is broken, or we cross compile.
10193 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10194 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10195 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10196 echo "${ECHO_T}$cross_compiling" >&6
10197
10198 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10199 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10200 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10201 (eval $ac_link) 2>&5
10202 ac_status=$?
10203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10204 (exit $ac_status); }; then
10205 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10206 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10207 # work properly (i.e., refer to `conftest.exe'), while it won't with
10208 # `rm'.
10209 for ac_file in conftest.exe conftest conftest.*; do
10210 test -f "$ac_file" || continue
10211 case $ac_file in
10212 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
10213 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10214 export ac_cv_exeext
10215 break;;
10216 * ) break;;
10217 esac
10218 done
10219 else
10220 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10221 See \`config.log' for more details." >&5
10222 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10223 See \`config.log' for more details." >&2;}
10224 { (exit 1); exit 1; }; }
10225 fi
10226
10227 rm -f conftest$ac_cv_exeext
10228 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10229 echo "${ECHO_T}$ac_cv_exeext" >&6
10230
10231 rm -f conftest.$ac_ext
10232 EXEEXT=$ac_cv_exeext
10233 ac_exeext=$EXEEXT
10234 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10235 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10236 if test "${ac_cv_objext+set}" = set; then
10237 echo $ECHO_N "(cached) $ECHO_C" >&6
10238 else
10239 cat >conftest.$ac_ext <<_ACEOF
10240 #line $LINENO "configure"
10241 /* confdefs.h. */
10242 _ACEOF
10243 cat confdefs.h >>conftest.$ac_ext
10244 cat >>conftest.$ac_ext <<_ACEOF
10245 /* end confdefs.h. */
10246
10247 int
10248 main ()
10249 {
10250
10251 ;
10252 return 0;
10253 }
10254 _ACEOF
10255 rm -f conftest.o conftest.obj
10256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10257 (eval $ac_compile) 2>&5
10258 ac_status=$?
10259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10260 (exit $ac_status); }; then
10261 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10262 case $ac_file in
10263 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
10264 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
10265 break;;
10266 esac
10267 done
10268 else
10269 echo "$as_me: failed program was:" >&5
10270 sed 's/^/| /' conftest.$ac_ext >&5
10271
10272 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10273 See \`config.log' for more details." >&5
10274 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10275 See \`config.log' for more details." >&2;}
10276 { (exit 1); exit 1; }; }
10277 fi
10278
10279 rm -f conftest.$ac_cv_objext conftest.$ac_ext
10280 fi
10281 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10282 echo "${ECHO_T}$ac_cv_objext" >&6
10283 OBJEXT=$ac_cv_objext
10284 ac_objext=$OBJEXT
10285 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10286 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10287 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10288 echo $ECHO_N "(cached) $ECHO_C" >&6
10289 else
10290 cat >conftest.$ac_ext <<_ACEOF
10291 #line $LINENO "configure"
10292 /* confdefs.h. */
10293 _ACEOF
10294 cat confdefs.h >>conftest.$ac_ext
10295 cat >>conftest.$ac_ext <<_ACEOF
10296 /* end confdefs.h. */
10297
10298 int
10299 main ()
10300 {
10301 #ifndef __GNUC__
10302 choke me
10303 #endif
10304
10305 ;
10306 return 0;
10307 }
10308 _ACEOF
10309 rm -f conftest.$ac_objext
10310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10311 (eval $ac_compile) 2>&5
10312 ac_status=$?
10313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10314 (exit $ac_status); } &&
10315 { ac_try='test -s conftest.$ac_objext'
10316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10317 (eval $ac_try) 2>&5
10318 ac_status=$?
10319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10320 (exit $ac_status); }; }; then
10321 ac_compiler_gnu=yes
10322 else
10323 echo "$as_me: failed program was:" >&5
10324 sed 's/^/| /' conftest.$ac_ext >&5
10325
10326 ac_compiler_gnu=no
10327 fi
10328 rm -f conftest.$ac_objext conftest.$ac_ext
10329 ac_cv_c_compiler_gnu=$ac_compiler_gnu
10330
10331 fi
10332 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10333 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10334 GCC=`test $ac_compiler_gnu = yes && echo yes`
10335 ac_test_CFLAGS=${CFLAGS+set}
10336 ac_save_CFLAGS=$CFLAGS
10337 CFLAGS="-g"
10338 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10339 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10340 if test "${ac_cv_prog_cc_g+set}" = set; then
10341 echo $ECHO_N "(cached) $ECHO_C" >&6
10342 else
10343 cat >conftest.$ac_ext <<_ACEOF
10344 #line $LINENO "configure"
10345 /* confdefs.h. */
10346 _ACEOF
10347 cat confdefs.h >>conftest.$ac_ext
10348 cat >>conftest.$ac_ext <<_ACEOF
10349 /* end confdefs.h. */
10350
10351 int
10352 main ()
10353 {
10354
10355 ;
10356 return 0;
10357 }
10358 _ACEOF
10359 rm -f conftest.$ac_objext
10360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10361 (eval $ac_compile) 2>&5
10362 ac_status=$?
10363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10364 (exit $ac_status); } &&
10365 { ac_try='test -s conftest.$ac_objext'
10366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10367 (eval $ac_try) 2>&5
10368 ac_status=$?
10369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10370 (exit $ac_status); }; }; then
10371 ac_cv_prog_cc_g=yes
10372 else
10373 echo "$as_me: failed program was:" >&5
10374 sed 's/^/| /' conftest.$ac_ext >&5
10375
10376 ac_cv_prog_cc_g=no
10377 fi
10378 rm -f conftest.$ac_objext conftest.$ac_ext
10379 fi
10380 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10381 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10382 if test "$ac_test_CFLAGS" = set; then
10383 CFLAGS=$ac_save_CFLAGS
10384 elif test $ac_cv_prog_cc_g = yes; then
10385 if test "$GCC" = yes; then
10386 CFLAGS="-g -O2"
10387 else
10388 CFLAGS="-g"
10389 fi
10390 else
10391 if test "$GCC" = yes; then
10392 CFLAGS="-O2"
10393 else
10394 CFLAGS=
10395 fi
10396 fi
10397 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10398 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10399 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10400 echo $ECHO_N "(cached) $ECHO_C" >&6
10401 else
10402 ac_cv_prog_cc_stdc=no
10403 ac_save_CC=$CC
10404 cat >conftest.$ac_ext <<_ACEOF
10405 #line $LINENO "configure"
10406 /* confdefs.h. */
10407 _ACEOF
10408 cat confdefs.h >>conftest.$ac_ext
10409 cat >>conftest.$ac_ext <<_ACEOF
10410 /* end confdefs.h. */
10411 #include <stdarg.h>
10412 #include <stdio.h>
10413 #include <sys/types.h>
10414 #include <sys/stat.h>
10415 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10416 struct buf { int x; };
10417 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10418 static char *e (p, i)
10419 char **p;
10420 int i;
10421 {
10422 return p[i];
10423 }
10424 static char *f (char * (*g) (char **, int), char **p, ...)
10425 {
10426 char *s;
10427 va_list v;
10428 va_start (v,p);
10429 s = g (p, va_arg (v,int));
10430 va_end (v);
10431 return s;
10432 }
10433 int test (int i, double x);
10434 struct s1 {int (*f) (int a);};
10435 struct s2 {int (*f) (double a);};
10436 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10437 int argc;
10438 char **argv;
10439 int
10440 main ()
10441 {
10442 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10443 ;
10444 return 0;
10445 }
10446 _ACEOF
10447 # Don't try gcc -ansi; that turns off useful extensions and
10448 # breaks some systems' header files.
10449 # AIX -qlanglvl=ansi
10450 # Ultrix and OSF/1 -std1
10451 # HP-UX 10.20 and later -Ae
10452 # HP-UX older versions -Aa -D_HPUX_SOURCE
10453 # SVR4 -Xc -D__EXTENSIONS__
10454 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10455 do
10456 CC="$ac_save_CC $ac_arg"
10457 rm -f conftest.$ac_objext
10458 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10459 (eval $ac_compile) 2>&5
10460 ac_status=$?
10461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10462 (exit $ac_status); } &&
10463 { ac_try='test -s conftest.$ac_objext'
10464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10465 (eval $ac_try) 2>&5
10466 ac_status=$?
10467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10468 (exit $ac_status); }; }; then
10469 ac_cv_prog_cc_stdc=$ac_arg
10470 break
10471 else
10472 echo "$as_me: failed program was:" >&5
10473 sed 's/^/| /' conftest.$ac_ext >&5
10474
10475 fi
10476 rm -f conftest.$ac_objext
10477 done
10478 rm -f conftest.$ac_ext conftest.$ac_objext
10479 CC=$ac_save_CC
10480
10481 fi
10482
10483 case "x$ac_cv_prog_cc_stdc" in
10484 x|xno)
10485 echo "$as_me:$LINENO: result: none needed" >&5
10486 echo "${ECHO_T}none needed" >&6 ;;
10487 *)
10488 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10489 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10490 CC="$CC $ac_cv_prog_cc_stdc" ;;
10491 esac
10492
10493 # Some people use a C++ compiler to compile C. Since we use `exit',
10494 # in C++ we need to declare it. In case someone uses the same compiler
10495 # for both compiling C and C++ we need to have the C++ compiler decide
10496 # the declaration of exit, since it's the most demanding environment.
10497 cat >conftest.$ac_ext <<_ACEOF
10498 #ifndef __cplusplus
10499 choke me
10500 #endif
10501 _ACEOF
10502 rm -f conftest.$ac_objext
10503 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10504 (eval $ac_compile) 2>&5
10505 ac_status=$?
10506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10507 (exit $ac_status); } &&
10508 { ac_try='test -s conftest.$ac_objext'
10509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10510 (eval $ac_try) 2>&5
10511 ac_status=$?
10512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10513 (exit $ac_status); }; }; then
10514 for ac_declaration in \
10515 ''\
10516 '#include <stdlib.h>' \
10517 'extern "C" void std::exit (int) throw (); using std::exit;' \
10518 'extern "C" void std::exit (int); using std::exit;' \
10519 'extern "C" void exit (int) throw ();' \
10520 'extern "C" void exit (int);' \
10521 'void exit (int);'
10522 do
10523 cat >conftest.$ac_ext <<_ACEOF
10524 #line $LINENO "configure"
10525 /* confdefs.h. */
10526 _ACEOF
10527 cat confdefs.h >>conftest.$ac_ext
10528 cat >>conftest.$ac_ext <<_ACEOF
10529 /* end confdefs.h. */
10530 #include <stdlib.h>
10531 $ac_declaration
10532 int
10533 main ()
10534 {
10535 exit (42);
10536 ;
10537 return 0;
10538 }
10539 _ACEOF
10540 rm -f conftest.$ac_objext
10541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10542 (eval $ac_compile) 2>&5
10543 ac_status=$?
10544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10545 (exit $ac_status); } &&
10546 { ac_try='test -s conftest.$ac_objext'
10547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10548 (eval $ac_try) 2>&5
10549 ac_status=$?
10550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10551 (exit $ac_status); }; }; then
10552 :
10553 else
10554 echo "$as_me: failed program was:" >&5
10555 sed 's/^/| /' conftest.$ac_ext >&5
10556
10557 continue
10558 fi
10559 rm -f conftest.$ac_objext conftest.$ac_ext
10560 cat >conftest.$ac_ext <<_ACEOF
10561 #line $LINENO "configure"
10562 /* confdefs.h. */
10563 _ACEOF
10564 cat confdefs.h >>conftest.$ac_ext
10565 cat >>conftest.$ac_ext <<_ACEOF
10566 /* end confdefs.h. */
10567 $ac_declaration
10568 int
10569 main ()
10570 {
10571 exit (42);
10572 ;
10573 return 0;
10574 }
10575 _ACEOF
10576 rm -f conftest.$ac_objext
10577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10578 (eval $ac_compile) 2>&5
10579 ac_status=$?
10580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10581 (exit $ac_status); } &&
10582 { ac_try='test -s conftest.$ac_objext'
10583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10584 (eval $ac_try) 2>&5
10585 ac_status=$?
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); }; }; then
10588 break
10589 else
10590 echo "$as_me: failed program was:" >&5
10591 sed 's/^/| /' conftest.$ac_ext >&5
10592
10593 fi
10594 rm -f conftest.$ac_objext conftest.$ac_ext
10595 done
10596 rm -f conftest*
10597 if test -n "$ac_declaration"; then
10598 echo '#ifdef __cplusplus' >>confdefs.h
10599 echo $ac_declaration >>confdefs.h
10600 echo '#endif' >>confdefs.h
10601 fi
10602
10603 else
10604 echo "$as_me: failed program was:" >&5
10605 sed 's/^/| /' conftest.$ac_ext >&5
10606
10607 fi
10608 rm -f conftest.$ac_objext conftest.$ac_ext
10609 ac_ext=c
10610 ac_cpp='$CPP $CPPFLAGS'
10611 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10612 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10613 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10614
10615
10616
10617 ac_ext=c
10618 ac_cpp='$CPP $CPPFLAGS'
10619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10622 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10623 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10624 # On Suns, sometimes $CPP names a directory.
10625 if test -n "$CPP" && test -d "$CPP"; then
10626 CPP=
10627 fi
10628 if test -z "$CPP"; then
10629 if test "${ac_cv_prog_CPP+set}" = set; then
10630 echo $ECHO_N "(cached) $ECHO_C" >&6
10631 else
10632 # Double quotes because CPP needs to be expanded
10633 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10634 do
10635 ac_preproc_ok=false
10636 for ac_c_preproc_warn_flag in '' yes
10637 do
10638 # Use a header file that comes with gcc, so configuring glibc
10639 # with a fresh cross-compiler works.
10640 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10641 # <limits.h> exists even on freestanding compilers.
10642 # On the NeXT, cc -E runs the code through the compiler's parser,
10643 # not just through cpp. "Syntax error" is here to catch this case.
10644 cat >conftest.$ac_ext <<_ACEOF
10645 #line $LINENO "configure"
10646 /* confdefs.h. */
10647 _ACEOF
10648 cat confdefs.h >>conftest.$ac_ext
10649 cat >>conftest.$ac_ext <<_ACEOF
10650 /* end confdefs.h. */
10651 #ifdef __STDC__
10652 # include <limits.h>
10653 #else
10654 # include <assert.h>
10655 #endif
10656 Syntax error
10657 _ACEOF
10658 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10659 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10660 ac_status=$?
10661 grep -v '^ *+' conftest.er1 >conftest.err
10662 rm -f conftest.er1
10663 cat conftest.err >&5
10664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10665 (exit $ac_status); } >/dev/null; then
10666 if test -s conftest.err; then
10667 ac_cpp_err=$ac_c_preproc_warn_flag
10668 else
10669 ac_cpp_err=
10670 fi
10671 else
10672 ac_cpp_err=yes
10673 fi
10674 if test -z "$ac_cpp_err"; then
10675 :
10676 else
10677 echo "$as_me: failed program was:" >&5
10678 sed 's/^/| /' conftest.$ac_ext >&5
10679
10680 # Broken: fails on valid input.
10681 continue
10682 fi
10683 rm -f conftest.err conftest.$ac_ext
10684
10685 # OK, works on sane cases. Now check whether non-existent headers
10686 # can be detected and how.
10687 cat >conftest.$ac_ext <<_ACEOF
10688 #line $LINENO "configure"
10689 /* confdefs.h. */
10690 _ACEOF
10691 cat confdefs.h >>conftest.$ac_ext
10692 cat >>conftest.$ac_ext <<_ACEOF
10693 /* end confdefs.h. */
10694 #include <ac_nonexistent.h>
10695 _ACEOF
10696 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10697 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10698 ac_status=$?
10699 grep -v '^ *+' conftest.er1 >conftest.err
10700 rm -f conftest.er1
10701 cat conftest.err >&5
10702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10703 (exit $ac_status); } >/dev/null; then
10704 if test -s conftest.err; then
10705 ac_cpp_err=$ac_c_preproc_warn_flag
10706 else
10707 ac_cpp_err=
10708 fi
10709 else
10710 ac_cpp_err=yes
10711 fi
10712 if test -z "$ac_cpp_err"; then
10713 # Broken: success on invalid input.
10714 continue
10715 else
10716 echo "$as_me: failed program was:" >&5
10717 sed 's/^/| /' conftest.$ac_ext >&5
10718
10719 # Passes both tests.
10720 ac_preproc_ok=:
10721 break
10722 fi
10723 rm -f conftest.err conftest.$ac_ext
10724
10725 done
10726 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10727 rm -f conftest.err conftest.$ac_ext
10728 if $ac_preproc_ok; then
10729 break
10730 fi
10731
10732 done
10733 ac_cv_prog_CPP=$CPP
10734
10735 fi
10736 CPP=$ac_cv_prog_CPP
10737 else
10738 ac_cv_prog_CPP=$CPP
10739 fi
10740 echo "$as_me:$LINENO: result: $CPP" >&5
10741 echo "${ECHO_T}$CPP" >&6
10742 ac_preproc_ok=false
10743 for ac_c_preproc_warn_flag in '' yes
10744 do
10745 # Use a header file that comes with gcc, so configuring glibc
10746 # with a fresh cross-compiler works.
10747 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10748 # <limits.h> exists even on freestanding compilers.
10749 # On the NeXT, cc -E runs the code through the compiler's parser,
10750 # not just through cpp. "Syntax error" is here to catch this case.
10751 cat >conftest.$ac_ext <<_ACEOF
10752 #line $LINENO "configure"
10753 /* confdefs.h. */
10754 _ACEOF
10755 cat confdefs.h >>conftest.$ac_ext
10756 cat >>conftest.$ac_ext <<_ACEOF
10757 /* end confdefs.h. */
10758 #ifdef __STDC__
10759 # include <limits.h>
10760 #else
10761 # include <assert.h>
10762 #endif
10763 Syntax error
10764 _ACEOF
10765 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10766 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10767 ac_status=$?
10768 grep -v '^ *+' conftest.er1 >conftest.err
10769 rm -f conftest.er1
10770 cat conftest.err >&5
10771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10772 (exit $ac_status); } >/dev/null; then
10773 if test -s conftest.err; then
10774 ac_cpp_err=$ac_c_preproc_warn_flag
10775 else
10776 ac_cpp_err=
10777 fi
10778 else
10779 ac_cpp_err=yes
10780 fi
10781 if test -z "$ac_cpp_err"; then
10782 :
10783 else
10784 echo "$as_me: failed program was:" >&5
10785 sed 's/^/| /' conftest.$ac_ext >&5
10786
10787 # Broken: fails on valid input.
10788 continue
10789 fi
10790 rm -f conftest.err conftest.$ac_ext
10791
10792 # OK, works on sane cases. Now check whether non-existent headers
10793 # can be detected and how.
10794 cat >conftest.$ac_ext <<_ACEOF
10795 #line $LINENO "configure"
10796 /* confdefs.h. */
10797 _ACEOF
10798 cat confdefs.h >>conftest.$ac_ext
10799 cat >>conftest.$ac_ext <<_ACEOF
10800 /* end confdefs.h. */
10801 #include <ac_nonexistent.h>
10802 _ACEOF
10803 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10804 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10805 ac_status=$?
10806 grep -v '^ *+' conftest.er1 >conftest.err
10807 rm -f conftest.er1
10808 cat conftest.err >&5
10809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10810 (exit $ac_status); } >/dev/null; then
10811 if test -s conftest.err; then
10812 ac_cpp_err=$ac_c_preproc_warn_flag
10813 else
10814 ac_cpp_err=
10815 fi
10816 else
10817 ac_cpp_err=yes
10818 fi
10819 if test -z "$ac_cpp_err"; then
10820 # Broken: success on invalid input.
10821 continue
10822 else
10823 echo "$as_me: failed program was:" >&5
10824 sed 's/^/| /' conftest.$ac_ext >&5
10825
10826 # Passes both tests.
10827 ac_preproc_ok=:
10828 break
10829 fi
10830 rm -f conftest.err conftest.$ac_ext
10831
10832 done
10833 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10834 rm -f conftest.err conftest.$ac_ext
10835 if $ac_preproc_ok; then
10836 :
10837 else
10838 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10839 See \`config.log' for more details." >&5
10840 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10841 See \`config.log' for more details." >&2;}
10842 { (exit 1); exit 1; }; }
10843 fi
10844
10845 ac_ext=c
10846 ac_cpp='$CPP $CPPFLAGS'
10847 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10848 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10849 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10850
10851
10852 echo "$as_me:$LINENO: checking for egrep" >&5
10853 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10854 if test "${ac_cv_prog_egrep+set}" = set; then
10855 echo $ECHO_N "(cached) $ECHO_C" >&6
10856 else
10857 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
10858 then ac_cv_prog_egrep='grep -E'
10859 else ac_cv_prog_egrep='egrep'
10860 fi
10861 fi
10862 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10863 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10864 EGREP=$ac_cv_prog_egrep
10865
10866
10867 if test $ac_cv_c_compiler_gnu = yes; then
10868 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10869 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10870 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10871 echo $ECHO_N "(cached) $ECHO_C" >&6
10872 else
10873 ac_pattern="Autoconf.*'x'"
10874 cat >conftest.$ac_ext <<_ACEOF
10875 #line $LINENO "configure"
10876 /* confdefs.h. */
10877 _ACEOF
10878 cat confdefs.h >>conftest.$ac_ext
10879 cat >>conftest.$ac_ext <<_ACEOF
10880 /* end confdefs.h. */
10881 #include <sgtty.h>
10882 Autoconf TIOCGETP
10883 _ACEOF
10884 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10885 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10886 ac_cv_prog_gcc_traditional=yes
10887 else
10888 ac_cv_prog_gcc_traditional=no
10889 fi
10890 rm -f conftest*
10891
10892
10893 if test $ac_cv_prog_gcc_traditional = no; then
10894 cat >conftest.$ac_ext <<_ACEOF
10895 #line $LINENO "configure"
10896 /* confdefs.h. */
10897 _ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10901 #include <termio.h>
10902 Autoconf TCGETA
10903 _ACEOF
10904 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10905 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10906 ac_cv_prog_gcc_traditional=yes
10907 fi
10908 rm -f conftest*
10909
10910 fi
10911 fi
10912 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10913 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10914 if test $ac_cv_prog_gcc_traditional = yes; then
10915 CC="$CC -traditional"
10916 fi
10917 fi
10918
10919
10920
10921
10922 ac_ext=cc
10923 ac_cpp='$CXXCPP $CPPFLAGS'
10924 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10925 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10926 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10927
10928
10929 CXXFLAGS=${CXXFLAGS:=}
10930 ac_ext=cc
10931 ac_cpp='$CXXCPP $CPPFLAGS'
10932 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10933 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10934 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10935 if test -n "$ac_tool_prefix"; then
10936 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10937 do
10938 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10939 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10940 echo "$as_me:$LINENO: checking for $ac_word" >&5
10941 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10942 if test "${ac_cv_prog_CXX+set}" = set; then
10943 echo $ECHO_N "(cached) $ECHO_C" >&6
10944 else
10945 if test -n "$CXX"; then
10946 ac_cv_prog_CXX="$CXX" # Let the user override the test.
10947 else
10948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10949 for as_dir in $PATH
10950 do
10951 IFS=$as_save_IFS
10952 test -z "$as_dir" && as_dir=.
10953 for ac_exec_ext in '' $ac_executable_extensions; do
10954 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10955 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10956 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10957 break 2
10958 fi
10959 done
10960 done
10961
10962 fi
10963 fi
10964 CXX=$ac_cv_prog_CXX
10965 if test -n "$CXX"; then
10966 echo "$as_me:$LINENO: result: $CXX" >&5
10967 echo "${ECHO_T}$CXX" >&6
10968 else
10969 echo "$as_me:$LINENO: result: no" >&5
10970 echo "${ECHO_T}no" >&6
10971 fi
10972
10973 test -n "$CXX" && break
10974 done
10975 fi
10976 if test -z "$CXX"; then
10977 ac_ct_CXX=$CXX
10978 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10979 do
10980 # Extract the first word of "$ac_prog", so it can be a program name with args.
10981 set dummy $ac_prog; ac_word=$2
10982 echo "$as_me:$LINENO: checking for $ac_word" >&5
10983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10984 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
10985 echo $ECHO_N "(cached) $ECHO_C" >&6
10986 else
10987 if test -n "$ac_ct_CXX"; then
10988 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
10989 else
10990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10991 for as_dir in $PATH
10992 do
10993 IFS=$as_save_IFS
10994 test -z "$as_dir" && as_dir=.
10995 for ac_exec_ext in '' $ac_executable_extensions; do
10996 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10997 ac_cv_prog_ac_ct_CXX="$ac_prog"
10998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10999 break 2
11000 fi
11001 done
11002 done
11003
11004 fi
11005 fi
11006 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
11007 if test -n "$ac_ct_CXX"; then
11008 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11009 echo "${ECHO_T}$ac_ct_CXX" >&6
11010 else
11011 echo "$as_me:$LINENO: result: no" >&5
11012 echo "${ECHO_T}no" >&6
11013 fi
11014
11015 test -n "$ac_ct_CXX" && break
11016 done
11017 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
11018
11019 CXX=$ac_ct_CXX
11020 fi
11021
11022
11023 # Provide some information about the compiler.
11024 echo "$as_me:$LINENO:" \
11025 "checking for C++ compiler version" >&5
11026 ac_compiler=`set X $ac_compile; echo $2`
11027 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11028 (eval $ac_compiler --version </dev/null >&5) 2>&5
11029 ac_status=$?
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); }
11032 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11033 (eval $ac_compiler -v </dev/null >&5) 2>&5
11034 ac_status=$?
11035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11036 (exit $ac_status); }
11037 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11038 (eval $ac_compiler -V </dev/null >&5) 2>&5
11039 ac_status=$?
11040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11041 (exit $ac_status); }
11042
11043 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11044 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
11045 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11046 echo $ECHO_N "(cached) $ECHO_C" >&6
11047 else
11048 cat >conftest.$ac_ext <<_ACEOF
11049 #line $LINENO "configure"
11050 /* confdefs.h. */
11051 _ACEOF
11052 cat confdefs.h >>conftest.$ac_ext
11053 cat >>conftest.$ac_ext <<_ACEOF
11054 /* end confdefs.h. */
11055
11056 int
11057 main ()
11058 {
11059 #ifndef __GNUC__
11060 choke me
11061 #endif
11062
11063 ;
11064 return 0;
11065 }
11066 _ACEOF
11067 rm -f conftest.$ac_objext
11068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11069 (eval $ac_compile) 2>&5
11070 ac_status=$?
11071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072 (exit $ac_status); } &&
11073 { ac_try='test -s conftest.$ac_objext'
11074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11075 (eval $ac_try) 2>&5
11076 ac_status=$?
11077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11078 (exit $ac_status); }; }; then
11079 ac_compiler_gnu=yes
11080 else
11081 echo "$as_me: failed program was:" >&5
11082 sed 's/^/| /' conftest.$ac_ext >&5
11083
11084 ac_compiler_gnu=no
11085 fi
11086 rm -f conftest.$ac_objext conftest.$ac_ext
11087 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
11088
11089 fi
11090 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11091 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11092 GXX=`test $ac_compiler_gnu = yes && echo yes`
11093 ac_test_CXXFLAGS=${CXXFLAGS+set}
11094 ac_save_CXXFLAGS=$CXXFLAGS
11095 CXXFLAGS="-g"
11096 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11097 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11098 if test "${ac_cv_prog_cxx_g+set}" = set; then
11099 echo $ECHO_N "(cached) $ECHO_C" >&6
11100 else
11101 cat >conftest.$ac_ext <<_ACEOF
11102 #line $LINENO "configure"
11103 /* confdefs.h. */
11104 _ACEOF
11105 cat confdefs.h >>conftest.$ac_ext
11106 cat >>conftest.$ac_ext <<_ACEOF
11107 /* end confdefs.h. */
11108
11109 int
11110 main ()
11111 {
11112
11113 ;
11114 return 0;
11115 }
11116 _ACEOF
11117 rm -f conftest.$ac_objext
11118 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11119 (eval $ac_compile) 2>&5
11120 ac_status=$?
11121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11122 (exit $ac_status); } &&
11123 { ac_try='test -s conftest.$ac_objext'
11124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11125 (eval $ac_try) 2>&5
11126 ac_status=$?
11127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11128 (exit $ac_status); }; }; then
11129 ac_cv_prog_cxx_g=yes
11130 else
11131 echo "$as_me: failed program was:" >&5
11132 sed 's/^/| /' conftest.$ac_ext >&5
11133
11134 ac_cv_prog_cxx_g=no
11135 fi
11136 rm -f conftest.$ac_objext conftest.$ac_ext
11137 fi
11138 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11139 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11140 if test "$ac_test_CXXFLAGS" = set; then
11141 CXXFLAGS=$ac_save_CXXFLAGS
11142 elif test $ac_cv_prog_cxx_g = yes; then
11143 if test "$GXX" = yes; then
11144 CXXFLAGS="-g -O2"
11145 else
11146 CXXFLAGS="-g"
11147 fi
11148 else
11149 if test "$GXX" = yes; then
11150 CXXFLAGS="-O2"
11151 else
11152 CXXFLAGS=
11153 fi
11154 fi
11155 for ac_declaration in \
11156 ''\
11157 '#include <stdlib.h>' \
11158 'extern "C" void std::exit (int) throw (); using std::exit;' \
11159 'extern "C" void std::exit (int); using std::exit;' \
11160 'extern "C" void exit (int) throw ();' \
11161 'extern "C" void exit (int);' \
11162 'void exit (int);'
11163 do
11164 cat >conftest.$ac_ext <<_ACEOF
11165 #line $LINENO "configure"
11166 /* confdefs.h. */
11167 _ACEOF
11168 cat confdefs.h >>conftest.$ac_ext
11169 cat >>conftest.$ac_ext <<_ACEOF
11170 /* end confdefs.h. */
11171 #include <stdlib.h>
11172 $ac_declaration
11173 int
11174 main ()
11175 {
11176 exit (42);
11177 ;
11178 return 0;
11179 }
11180 _ACEOF
11181 rm -f conftest.$ac_objext
11182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11183 (eval $ac_compile) 2>&5
11184 ac_status=$?
11185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186 (exit $ac_status); } &&
11187 { ac_try='test -s conftest.$ac_objext'
11188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11189 (eval $ac_try) 2>&5
11190 ac_status=$?
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); }; }; then
11193 :
11194 else
11195 echo "$as_me: failed program was:" >&5
11196 sed 's/^/| /' conftest.$ac_ext >&5
11197
11198 continue
11199 fi
11200 rm -f conftest.$ac_objext conftest.$ac_ext
11201 cat >conftest.$ac_ext <<_ACEOF
11202 #line $LINENO "configure"
11203 /* confdefs.h. */
11204 _ACEOF
11205 cat confdefs.h >>conftest.$ac_ext
11206 cat >>conftest.$ac_ext <<_ACEOF
11207 /* end confdefs.h. */
11208 $ac_declaration
11209 int
11210 main ()
11211 {
11212 exit (42);
11213 ;
11214 return 0;
11215 }
11216 _ACEOF
11217 rm -f conftest.$ac_objext
11218 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11219 (eval $ac_compile) 2>&5
11220 ac_status=$?
11221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11222 (exit $ac_status); } &&
11223 { ac_try='test -s conftest.$ac_objext'
11224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11225 (eval $ac_try) 2>&5
11226 ac_status=$?
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); }; }; then
11229 break
11230 else
11231 echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11233
11234 fi
11235 rm -f conftest.$ac_objext conftest.$ac_ext
11236 done
11237 rm -f conftest*
11238 if test -n "$ac_declaration"; then
11239 echo '#ifdef __cplusplus' >>confdefs.h
11240 echo $ac_declaration >>confdefs.h
11241 echo '#endif' >>confdefs.h
11242 fi
11243
11244 ac_ext=cc
11245 ac_cpp='$CXXCPP $CPPFLAGS'
11246 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11247 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11248 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11249
11250
11251 ac_ext=c
11252 ac_cpp='$CPP $CPPFLAGS'
11253 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11254 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11255 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11256
11257
11258 if test -n "$ac_tool_prefix"; then
11259 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11260 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
11261 echo "$as_me:$LINENO: checking for $ac_word" >&5
11262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11263 if test "${ac_cv_prog_RANLIB+set}" = set; then
11264 echo $ECHO_N "(cached) $ECHO_C" >&6
11265 else
11266 if test -n "$RANLIB"; then
11267 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11268 else
11269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11270 for as_dir in $PATH
11271 do
11272 IFS=$as_save_IFS
11273 test -z "$as_dir" && as_dir=.
11274 for ac_exec_ext in '' $ac_executable_extensions; do
11275 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11276 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
11277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11278 break 2
11279 fi
11280 done
11281 done
11282
11283 fi
11284 fi
11285 RANLIB=$ac_cv_prog_RANLIB
11286 if test -n "$RANLIB"; then
11287 echo "$as_me:$LINENO: result: $RANLIB" >&5
11288 echo "${ECHO_T}$RANLIB" >&6
11289 else
11290 echo "$as_me:$LINENO: result: no" >&5
11291 echo "${ECHO_T}no" >&6
11292 fi
11293
11294 fi
11295 if test -z "$ac_cv_prog_RANLIB"; then
11296 ac_ct_RANLIB=$RANLIB
11297 # Extract the first word of "ranlib", so it can be a program name with args.
11298 set dummy ranlib; ac_word=$2
11299 echo "$as_me:$LINENO: checking for $ac_word" >&5
11300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11301 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11302 echo $ECHO_N "(cached) $ECHO_C" >&6
11303 else
11304 if test -n "$ac_ct_RANLIB"; then
11305 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
11306 else
11307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11308 for as_dir in $PATH
11309 do
11310 IFS=$as_save_IFS
11311 test -z "$as_dir" && as_dir=.
11312 for ac_exec_ext in '' $ac_executable_extensions; do
11313 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11314 ac_cv_prog_ac_ct_RANLIB="ranlib"
11315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11316 break 2
11317 fi
11318 done
11319 done
11320
11321 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
11322 fi
11323 fi
11324 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
11325 if test -n "$ac_ct_RANLIB"; then
11326 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11327 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11328 else
11329 echo "$as_me:$LINENO: result: no" >&5
11330 echo "${ECHO_T}no" >&6
11331 fi
11332
11333 RANLIB=$ac_ct_RANLIB
11334 else
11335 RANLIB="$ac_cv_prog_RANLIB"
11336 fi
11337
11338
11339 # Extract the first word of "ar", so it can be a program name with args.
11340 set dummy ar; ac_word=$2
11341 echo "$as_me:$LINENO: checking for $ac_word" >&5
11342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11343 if test "${ac_cv_prog_AR+set}" = set; then
11344 echo $ECHO_N "(cached) $ECHO_C" >&6
11345 else
11346 if test -n "$AR"; then
11347 ac_cv_prog_AR="$AR" # Let the user override the test.
11348 else
11349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11350 for as_dir in $PATH
11351 do
11352 IFS=$as_save_IFS
11353 test -z "$as_dir" && as_dir=.
11354 for ac_exec_ext in '' $ac_executable_extensions; do
11355 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11356 ac_cv_prog_AR="ar"
11357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11358 break 2
11359 fi
11360 done
11361 done
11362
11363 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
11364 fi
11365 fi
11366 AR=$ac_cv_prog_AR
11367 if test -n "$AR"; then
11368 echo "$as_me:$LINENO: result: $AR" >&5
11369 echo "${ECHO_T}$AR" >&6
11370 else
11371 echo "$as_me:$LINENO: result: no" >&5
11372 echo "${ECHO_T}no" >&6
11373 fi
11374
11375
11376 # Find a good install program. We prefer a C program (faster),
11377 # so one script is as good as another. But avoid the broken or
11378 # incompatible versions:
11379 # SysV /etc/install, /usr/sbin/install
11380 # SunOS /usr/etc/install
11381 # IRIX /sbin/install
11382 # AIX /bin/install
11383 # AmigaOS /C/install, which installs bootblocks on floppy discs
11384 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11385 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11386 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11387 # ./install, which can be erroneously created by make from ./install.sh.
11388 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11389 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11390 if test -z "$INSTALL"; then
11391 if test "${ac_cv_path_install+set}" = set; then
11392 echo $ECHO_N "(cached) $ECHO_C" >&6
11393 else
11394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11395 for as_dir in $PATH
11396 do
11397 IFS=$as_save_IFS
11398 test -z "$as_dir" && as_dir=.
11399 # Account for people who put trailing slashes in PATH elements.
11400 case $as_dir/ in
11401 ./ | .// | /cC/* | \
11402 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
11403 /usr/ucb/* ) ;;
11404 *)
11405 # OSF1 and SCO ODT 3.0 have their own names for install.
11406 # Don't use installbsd from OSF since it installs stuff as root
11407 # by default.
11408 for ac_prog in ginstall scoinst install; do
11409 for ac_exec_ext in '' $ac_executable_extensions; do
11410 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11411 if test $ac_prog = install &&
11412 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11413 # AIX install. It has an incompatible calling convention.
11414 :
11415 elif test $ac_prog = install &&
11416 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11417 # program-specific install script used by HP pwplus--don't use.
11418 :
11419 else
11420 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
11421 break 3
11422 fi
11423 fi
11424 done
11425 done
11426 ;;
11427 esac
11428 done
11429
11430
11431 fi
11432 if test "${ac_cv_path_install+set}" = set; then
11433 INSTALL=$ac_cv_path_install
11434 else
11435 # As a last resort, use the slow shell script. We don't cache a
11436 # path for INSTALL within a source directory, because that will
11437 # break other packages using the cache if that directory is
11438 # removed, or if the path is relative.
11439 INSTALL=$ac_install_sh
11440 fi
11441 fi
11442 echo "$as_me:$LINENO: result: $INSTALL" >&5
11443 echo "${ECHO_T}$INSTALL" >&6
11444
11445 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11446 # It thinks the first close brace ends the variable substitution.
11447 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
11448
11449 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
11450
11451 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
11452
11453
11454 case ${INSTALL} in
11455 /* ) # Absolute
11456 ;;
11457 ?:* ) # Drive letter, considered as absolute.
11458 ;;
11459 *)
11460 INSTALL=`pwd`/${INSTALL} ;;
11461 esac
11462
11463 case ${host} in
11464 *-hp-hpux* )
11465 INSTALL_DIR="mkdir"
11466 ;;
11467
11468 *) INSTALL_DIR="$INSTALL -d"
11469 ;;
11470 esac
11471
11472
11473 case "${host}" in
11474
11475 powerpc-*-darwin* )
11476 INSTALL_PROGRAM="cp -fp"
11477 INSTALL_DATA="cp -fp"
11478 ;;
11479 *)
11480 ;;
11481 esac
11482
11483 # Extract the first word of "strip", so it can be a program name with args.
11484 set dummy strip; ac_word=$2
11485 echo "$as_me:$LINENO: checking for $ac_word" >&5
11486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11487 if test "${ac_cv_prog_STRIP+set}" = set; then
11488 echo $ECHO_N "(cached) $ECHO_C" >&6
11489 else
11490 if test -n "$STRIP"; then
11491 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11492 else
11493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11494 for as_dir in $PATH
11495 do
11496 IFS=$as_save_IFS
11497 test -z "$as_dir" && as_dir=.
11498 for ac_exec_ext in '' $ac_executable_extensions; do
11499 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11500 ac_cv_prog_STRIP="strip"
11501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11502 break 2
11503 fi
11504 done
11505 done
11506
11507 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
11508 fi
11509 fi
11510 STRIP=$ac_cv_prog_STRIP
11511 if test -n "$STRIP"; then
11512 echo "$as_me:$LINENO: result: $STRIP" >&5
11513 echo "${ECHO_T}$STRIP" >&6
11514 else
11515 echo "$as_me:$LINENO: result: no" >&5
11516 echo "${ECHO_T}no" >&6
11517 fi
11518
11519
11520 echo "$as_me:$LINENO: checking if make is GNU make" >&5
11521 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11522 if test "${wx_cv_prog_makeisgnu+set}" = set; then
11523 echo $ECHO_N "(cached) $ECHO_C" >&6
11524 else
11525
11526 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
11527 egrep -s GNU > /dev/null); then
11528 wx_cv_prog_makeisgnu="yes"
11529 else
11530 wx_cv_prog_makeisgnu="no"
11531 fi
11532
11533 fi
11534 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11535 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
11536
11537 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11538 IF_GNU_MAKE=""
11539 else
11540 IF_GNU_MAKE="#"
11541 fi
11542
11543
11544
11545 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
11546 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11547 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11548 if test "${wx_cv_prog_makevpath+set}" = set; then
11549 echo $ECHO_N "(cached) $ECHO_C" >&6
11550 else
11551
11552 cat - << EOF > confMake
11553 check : file
11554 cp \$? \$@
11555 cp \$? final_file
11556 EOF
11557
11558 if test ! -d sub ; then
11559 mkdir sub
11560 fi
11561 echo dummy > sub/file
11562 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
11563 RESULT=$?
11564 rm -f sub/file check final_file confMake
11565 rmdir sub
11566 if test "$RESULT" = 0; then
11567 wx_cv_prog_makevpath="yes"
11568 else
11569 wx_cv_prog_makevpath="no"
11570 fi
11571
11572 fi
11573 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11574 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
11575
11576 if test "x$wx_cv_prog_makevpath" != "xyes"; then
11577 { { echo "$as_me:$LINENO: error:
11578 You need a make-utility that is able to use the variable
11579 VPATH correctly.
11580 If your version of make does not support VPATH correctly,
11581 please install GNU-make (possibly as gmake), and start
11582 configure with the following command:
11583 export MAKE=gmake; ./configure for sh-type shells
11584 setenv MAKE gmake; ./configure for csh-type shells
11585 Also please do remember to use gmake in this case every time
11586 you are trying to compile.
11587 " >&5
11588 echo "$as_me: error:
11589 You need a make-utility that is able to use the variable
11590 VPATH correctly.
11591 If your version of make does not support VPATH correctly,
11592 please install GNU-make (possibly as gmake), and start
11593 configure with the following command:
11594 export MAKE=gmake; ./configure for sh-type shells
11595 setenv MAKE gmake; ./configure for csh-type shells
11596 Also please do remember to use gmake in this case every time
11597 you are trying to compile.
11598 " >&2;}
11599 { (exit 1); exit 1; }; }
11600 fi fi
11601 for ac_prog in 'bison -y' byacc
11602 do
11603 # Extract the first word of "$ac_prog", so it can be a program name with args.
11604 set dummy $ac_prog; ac_word=$2
11605 echo "$as_me:$LINENO: checking for $ac_word" >&5
11606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11607 if test "${ac_cv_prog_YACC+set}" = set; then
11608 echo $ECHO_N "(cached) $ECHO_C" >&6
11609 else
11610 if test -n "$YACC"; then
11611 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11612 else
11613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11614 for as_dir in $PATH
11615 do
11616 IFS=$as_save_IFS
11617 test -z "$as_dir" && as_dir=.
11618 for ac_exec_ext in '' $ac_executable_extensions; do
11619 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11620 ac_cv_prog_YACC="$ac_prog"
11621 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11622 break 2
11623 fi
11624 done
11625 done
11626
11627 fi
11628 fi
11629 YACC=$ac_cv_prog_YACC
11630 if test -n "$YACC"; then
11631 echo "$as_me:$LINENO: result: $YACC" >&5
11632 echo "${ECHO_T}$YACC" >&6
11633 else
11634 echo "$as_me:$LINENO: result: no" >&5
11635 echo "${ECHO_T}no" >&6
11636 fi
11637
11638 test -n "$YACC" && break
11639 done
11640 test -n "$YACC" || YACC="yacc"
11641
11642
11643 for ac_prog in flex lex
11644 do
11645 # Extract the first word of "$ac_prog", so it can be a program name with args.
11646 set dummy $ac_prog; ac_word=$2
11647 echo "$as_me:$LINENO: checking for $ac_word" >&5
11648 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11649 if test "${ac_cv_prog_LEX+set}" = set; then
11650 echo $ECHO_N "(cached) $ECHO_C" >&6
11651 else
11652 if test -n "$LEX"; then
11653 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11654 else
11655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11656 for as_dir in $PATH
11657 do
11658 IFS=$as_save_IFS
11659 test -z "$as_dir" && as_dir=.
11660 for ac_exec_ext in '' $ac_executable_extensions; do
11661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11662 ac_cv_prog_LEX="$ac_prog"
11663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11664 break 2
11665 fi
11666 done
11667 done
11668
11669 fi
11670 fi
11671 LEX=$ac_cv_prog_LEX
11672 if test -n "$LEX"; then
11673 echo "$as_me:$LINENO: result: $LEX" >&5
11674 echo "${ECHO_T}$LEX" >&6
11675 else
11676 echo "$as_me:$LINENO: result: no" >&5
11677 echo "${ECHO_T}no" >&6
11678 fi
11679
11680 test -n "$LEX" && break
11681 done
11682 test -n "$LEX" || LEX=":"
11683
11684 if test -z "$LEXLIB"
11685 then
11686 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11687 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11688 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11689 echo $ECHO_N "(cached) $ECHO_C" >&6
11690 else
11691 ac_check_lib_save_LIBS=$LIBS
11692 LIBS="-lfl $LIBS"
11693 cat >conftest.$ac_ext <<_ACEOF
11694 #line $LINENO "configure"
11695 /* confdefs.h. */
11696 _ACEOF
11697 cat confdefs.h >>conftest.$ac_ext
11698 cat >>conftest.$ac_ext <<_ACEOF
11699 /* end confdefs.h. */
11700
11701 /* Override any gcc2 internal prototype to avoid an error. */
11702 #ifdef __cplusplus
11703 extern "C"
11704 #endif
11705 /* We use char because int might match the return type of a gcc2
11706 builtin and then its argument prototype would still apply. */
11707 char yywrap ();
11708 int
11709 main ()
11710 {
11711 yywrap ();
11712 ;
11713 return 0;
11714 }
11715 _ACEOF
11716 rm -f conftest.$ac_objext conftest$ac_exeext
11717 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11718 (eval $ac_link) 2>&5
11719 ac_status=$?
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); } &&
11722 { ac_try='test -s conftest$ac_exeext'
11723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11724 (eval $ac_try) 2>&5
11725 ac_status=$?
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); }; }; then
11728 ac_cv_lib_fl_yywrap=yes
11729 else
11730 echo "$as_me: failed program was:" >&5
11731 sed 's/^/| /' conftest.$ac_ext >&5
11732
11733 ac_cv_lib_fl_yywrap=no
11734 fi
11735 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11736 LIBS=$ac_check_lib_save_LIBS
11737 fi
11738 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11739 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11740 if test $ac_cv_lib_fl_yywrap = yes; then
11741 LEXLIB="-lfl"
11742 else
11743 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11744 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11745 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11746 echo $ECHO_N "(cached) $ECHO_C" >&6
11747 else
11748 ac_check_lib_save_LIBS=$LIBS
11749 LIBS="-ll $LIBS"
11750 cat >conftest.$ac_ext <<_ACEOF
11751 #line $LINENO "configure"
11752 /* confdefs.h. */
11753 _ACEOF
11754 cat confdefs.h >>conftest.$ac_ext
11755 cat >>conftest.$ac_ext <<_ACEOF
11756 /* end confdefs.h. */
11757
11758 /* Override any gcc2 internal prototype to avoid an error. */
11759 #ifdef __cplusplus
11760 extern "C"
11761 #endif
11762 /* We use char because int might match the return type of a gcc2
11763 builtin and then its argument prototype would still apply. */
11764 char yywrap ();
11765 int
11766 main ()
11767 {
11768 yywrap ();
11769 ;
11770 return 0;
11771 }
11772 _ACEOF
11773 rm -f conftest.$ac_objext conftest$ac_exeext
11774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11775 (eval $ac_link) 2>&5
11776 ac_status=$?
11777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11778 (exit $ac_status); } &&
11779 { ac_try='test -s conftest$ac_exeext'
11780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11781 (eval $ac_try) 2>&5
11782 ac_status=$?
11783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11784 (exit $ac_status); }; }; then
11785 ac_cv_lib_l_yywrap=yes
11786 else
11787 echo "$as_me: failed program was:" >&5
11788 sed 's/^/| /' conftest.$ac_ext >&5
11789
11790 ac_cv_lib_l_yywrap=no
11791 fi
11792 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11793 LIBS=$ac_check_lib_save_LIBS
11794 fi
11795 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11796 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11797 if test $ac_cv_lib_l_yywrap = yes; then
11798 LEXLIB="-ll"
11799 fi
11800
11801 fi
11802
11803 fi
11804
11805 if test "x$LEX" != "x:"; then
11806 echo "$as_me:$LINENO: checking lex output file root" >&5
11807 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11808 if test "${ac_cv_prog_lex_root+set}" = set; then
11809 echo $ECHO_N "(cached) $ECHO_C" >&6
11810 else
11811 # The minimal lex program is just a single line: %%. But some broken lexes
11812 # (Solaris, I think it was) want two %% lines, so accommodate them.
11813 cat >conftest.l <<_ACEOF
11814 %%
11815 %%
11816 _ACEOF
11817 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11818 (eval $LEX conftest.l) 2>&5
11819 ac_status=$?
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); }
11822 if test -f lex.yy.c; then
11823 ac_cv_prog_lex_root=lex.yy
11824 elif test -f lexyy.c; then
11825 ac_cv_prog_lex_root=lexyy
11826 else
11827 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11828 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11829 { (exit 1); exit 1; }; }
11830 fi
11831 fi
11832 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11833 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11834 rm -f conftest.l
11835 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
11836
11837 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11838 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11839 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11840 echo $ECHO_N "(cached) $ECHO_C" >&6
11841 else
11842 # POSIX says lex can declare yytext either as a pointer or an array; the
11843 # default is implementation-dependent. Figure out which it is, since
11844 # not all implementations provide the %pointer and %array declarations.
11845 ac_cv_prog_lex_yytext_pointer=no
11846 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11847 ac_save_LIBS=$LIBS
11848 LIBS="$LIBS $LEXLIB"
11849 cat >conftest.$ac_ext <<_ACEOF
11850 `cat $LEX_OUTPUT_ROOT.c`
11851 _ACEOF
11852 rm -f conftest.$ac_objext conftest$ac_exeext
11853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11854 (eval $ac_link) 2>&5
11855 ac_status=$?
11856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11857 (exit $ac_status); } &&
11858 { ac_try='test -s conftest$ac_exeext'
11859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11860 (eval $ac_try) 2>&5
11861 ac_status=$?
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); }; }; then
11864 ac_cv_prog_lex_yytext_pointer=yes
11865 else
11866 echo "$as_me: failed program was:" >&5
11867 sed 's/^/| /' conftest.$ac_ext >&5
11868
11869 fi
11870 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11871 LIBS=$ac_save_LIBS
11872 rm -f "${LEX_OUTPUT_ROOT}.c"
11873
11874 fi
11875 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11876 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11877 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11878
11879 cat >>confdefs.h <<\_ACEOF
11880 #define YYTEXT_POINTER 1
11881 _ACEOF
11882
11883 fi
11884
11885 fi
11886
11887 echo "$as_me:$LINENO: checking whether ln -s works" >&5
11888 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11889 LN_S=$as_ln_s
11890 if test "$LN_S" = "ln -s"; then
11891 echo "$as_me:$LINENO: result: yes" >&5
11892 echo "${ECHO_T}yes" >&6
11893 else
11894 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11895 echo "${ECHO_T}no, using $LN_S" >&6
11896 fi
11897
11898
11899 case "${host}" in
11900 *-pc-os2_emx | *-pc-os2-emx )
11901 LIBS="$LIBS -lstdcpp"
11902 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
11903 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11904 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11905 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11906 echo $ECHO_N "(cached) $ECHO_C" >&6
11907 else
11908 ac_check_lib_save_LIBS=$LIBS
11909 LIBS="-lcExt $LIBS"
11910 cat >conftest.$ac_ext <<_ACEOF
11911 #line $LINENO "configure"
11912 /* confdefs.h. */
11913 _ACEOF
11914 cat confdefs.h >>conftest.$ac_ext
11915 cat >>conftest.$ac_ext <<_ACEOF
11916 /* end confdefs.h. */
11917
11918 /* Override any gcc2 internal prototype to avoid an error. */
11919 #ifdef __cplusplus
11920 extern "C"
11921 #endif
11922 /* We use char because int might match the return type of a gcc2
11923 builtin and then its argument prototype would still apply. */
11924 char drand48 ();
11925 int
11926 main ()
11927 {
11928 drand48 ();
11929 ;
11930 return 0;
11931 }
11932 _ACEOF
11933 rm -f conftest.$ac_objext conftest$ac_exeext
11934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11935 (eval $ac_link) 2>&5
11936 ac_status=$?
11937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11938 (exit $ac_status); } &&
11939 { ac_try='test -s conftest$ac_exeext'
11940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11941 (eval $ac_try) 2>&5
11942 ac_status=$?
11943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11944 (exit $ac_status); }; }; then
11945 ac_cv_lib_cExt_drand48=yes
11946 else
11947 echo "$as_me: failed program was:" >&5
11948 sed 's/^/| /' conftest.$ac_ext >&5
11949
11950 ac_cv_lib_cExt_drand48=no
11951 fi
11952 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11953 LIBS=$ac_check_lib_save_LIBS
11954 fi
11955 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11956 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11957 if test $ac_cv_lib_cExt_drand48 = yes; then
11958 LIBS="$LIBS -lcExt"
11959 fi
11960
11961 else
11962 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
11963 fi
11964 ;;
11965 esac
11966
11967
11968 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11969 echo "$as_me:$LINENO: checking for strings.h" >&5
11970 echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11971 if test "${ac_cv_header_strings_h+set}" = set; then
11972 echo $ECHO_N "(cached) $ECHO_C" >&6
11973 else
11974 ac_cv_header_strings_h=no
11975 fi
11976 echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11977 echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11978 if test "$ac_cv_header_strings_h" = "no"; then
11979 echo "$as_me:$LINENO: result: forced no into cache" >&5
11980 echo "${ECHO_T}forced no into cache" >&6
11981 else
11982 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11983 echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11984 fi
11985 fi
11986 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11987 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11988 if test "${ac_cv_header_stdc+set}" = set; then
11989 echo $ECHO_N "(cached) $ECHO_C" >&6
11990 else
11991 cat >conftest.$ac_ext <<_ACEOF
11992 #line $LINENO "configure"
11993 /* confdefs.h. */
11994 _ACEOF
11995 cat confdefs.h >>conftest.$ac_ext
11996 cat >>conftest.$ac_ext <<_ACEOF
11997 /* end confdefs.h. */
11998 #include <stdlib.h>
11999 #include <stdarg.h>
12000 #include <string.h>
12001 #include <float.h>
12002
12003 int
12004 main ()
12005 {
12006
12007 ;
12008 return 0;
12009 }
12010 _ACEOF
12011 rm -f conftest.$ac_objext
12012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12013 (eval $ac_compile) 2>&5
12014 ac_status=$?
12015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12016 (exit $ac_status); } &&
12017 { ac_try='test -s conftest.$ac_objext'
12018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12019 (eval $ac_try) 2>&5
12020 ac_status=$?
12021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12022 (exit $ac_status); }; }; then
12023 ac_cv_header_stdc=yes
12024 else
12025 echo "$as_me: failed program was:" >&5
12026 sed 's/^/| /' conftest.$ac_ext >&5
12027
12028 ac_cv_header_stdc=no
12029 fi
12030 rm -f conftest.$ac_objext conftest.$ac_ext
12031
12032 if test $ac_cv_header_stdc = yes; then
12033 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12034 cat >conftest.$ac_ext <<_ACEOF
12035 #line $LINENO "configure"
12036 /* confdefs.h. */
12037 _ACEOF
12038 cat confdefs.h >>conftest.$ac_ext
12039 cat >>conftest.$ac_ext <<_ACEOF
12040 /* end confdefs.h. */
12041 #include <string.h>
12042
12043 _ACEOF
12044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12045 $EGREP "memchr" >/dev/null 2>&1; then
12046 :
12047 else
12048 ac_cv_header_stdc=no
12049 fi
12050 rm -f conftest*
12051
12052 fi
12053
12054 if test $ac_cv_header_stdc = yes; then
12055 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12056 cat >conftest.$ac_ext <<_ACEOF
12057 #line $LINENO "configure"
12058 /* confdefs.h. */
12059 _ACEOF
12060 cat confdefs.h >>conftest.$ac_ext
12061 cat >>conftest.$ac_ext <<_ACEOF
12062 /* end confdefs.h. */
12063 #include <stdlib.h>
12064
12065 _ACEOF
12066 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12067 $EGREP "free" >/dev/null 2>&1; then
12068 :
12069 else
12070 ac_cv_header_stdc=no
12071 fi
12072 rm -f conftest*
12073
12074 fi
12075
12076 if test $ac_cv_header_stdc = yes; then
12077 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12078 if test "$cross_compiling" = yes; then
12079 :
12080 else
12081 cat >conftest.$ac_ext <<_ACEOF
12082 #line $LINENO "configure"
12083 /* confdefs.h. */
12084 _ACEOF
12085 cat confdefs.h >>conftest.$ac_ext
12086 cat >>conftest.$ac_ext <<_ACEOF
12087 /* end confdefs.h. */
12088 #include <ctype.h>
12089 #if ((' ' & 0x0FF) == 0x020)
12090 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12091 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12092 #else
12093 # define ISLOWER(c) \
12094 (('a' <= (c) && (c) <= 'i') \
12095 || ('j' <= (c) && (c) <= 'r') \
12096 || ('s' <= (c) && (c) <= 'z'))
12097 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12098 #endif
12099
12100 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12101 int
12102 main ()
12103 {
12104 int i;
12105 for (i = 0; i < 256; i++)
12106 if (XOR (islower (i), ISLOWER (i))
12107 || toupper (i) != TOUPPER (i))
12108 exit(2);
12109 exit (0);
12110 }
12111 _ACEOF
12112 rm -f conftest$ac_exeext
12113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12114 (eval $ac_link) 2>&5
12115 ac_status=$?
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12119 (eval $ac_try) 2>&5
12120 ac_status=$?
12121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12122 (exit $ac_status); }; }; then
12123 :
12124 else
12125 echo "$as_me: program exited with status $ac_status" >&5
12126 echo "$as_me: failed program was:" >&5
12127 sed 's/^/| /' conftest.$ac_ext >&5
12128
12129 ( exit $ac_status )
12130 ac_cv_header_stdc=no
12131 fi
12132 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12133 fi
12134 fi
12135 fi
12136 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12137 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12138 if test $ac_cv_header_stdc = yes; then
12139
12140 cat >>confdefs.h <<\_ACEOF
12141 #define STDC_HEADERS 1
12142 _ACEOF
12143
12144 fi
12145
12146 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12147
12148
12149
12150
12151
12152
12153
12154
12155
12156 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
12157 inttypes.h stdint.h unistd.h
12158 do
12159 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12160 echo "$as_me:$LINENO: checking for $ac_header" >&5
12161 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12162 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12163 echo $ECHO_N "(cached) $ECHO_C" >&6
12164 else
12165 cat >conftest.$ac_ext <<_ACEOF
12166 #line $LINENO "configure"
12167 /* confdefs.h. */
12168 _ACEOF
12169 cat confdefs.h >>conftest.$ac_ext
12170 cat >>conftest.$ac_ext <<_ACEOF
12171 /* end confdefs.h. */
12172 $ac_includes_default
12173
12174 #include <$ac_header>
12175 _ACEOF
12176 rm -f conftest.$ac_objext
12177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12178 (eval $ac_compile) 2>&5
12179 ac_status=$?
12180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181 (exit $ac_status); } &&
12182 { ac_try='test -s conftest.$ac_objext'
12183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12184 (eval $ac_try) 2>&5
12185 ac_status=$?
12186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12187 (exit $ac_status); }; }; then
12188 eval "$as_ac_Header=yes"
12189 else
12190 echo "$as_me: failed program was:" >&5
12191 sed 's/^/| /' conftest.$ac_ext >&5
12192
12193 eval "$as_ac_Header=no"
12194 fi
12195 rm -f conftest.$ac_objext conftest.$ac_ext
12196 fi
12197 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12198 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12199 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12200 cat >>confdefs.h <<_ACEOF
12201 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12202 _ACEOF
12203
12204 fi
12205
12206 done
12207
12208
12209
12210 for ac_header in strings.h
12211 do
12212 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12213 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12214 echo "$as_me:$LINENO: checking for $ac_header" >&5
12215 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12216 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12217 echo $ECHO_N "(cached) $ECHO_C" >&6
12218 fi
12219 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12220 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12221 else
12222 # Is the header compilable?
12223 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12224 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12225 cat >conftest.$ac_ext <<_ACEOF
12226 #line $LINENO "configure"
12227 /* confdefs.h. */
12228 _ACEOF
12229 cat confdefs.h >>conftest.$ac_ext
12230 cat >>conftest.$ac_ext <<_ACEOF
12231 /* end confdefs.h. */
12232 $ac_includes_default
12233 #include <$ac_header>
12234 _ACEOF
12235 rm -f conftest.$ac_objext
12236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12237 (eval $ac_compile) 2>&5
12238 ac_status=$?
12239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12240 (exit $ac_status); } &&
12241 { ac_try='test -s conftest.$ac_objext'
12242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12243 (eval $ac_try) 2>&5
12244 ac_status=$?
12245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12246 (exit $ac_status); }; }; then
12247 ac_header_compiler=yes
12248 else
12249 echo "$as_me: failed program was:" >&5
12250 sed 's/^/| /' conftest.$ac_ext >&5
12251
12252 ac_header_compiler=no
12253 fi
12254 rm -f conftest.$ac_objext conftest.$ac_ext
12255 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12256 echo "${ECHO_T}$ac_header_compiler" >&6
12257
12258 # Is the header present?
12259 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12260 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12261 cat >conftest.$ac_ext <<_ACEOF
12262 #line $LINENO "configure"
12263 /* confdefs.h. */
12264 _ACEOF
12265 cat confdefs.h >>conftest.$ac_ext
12266 cat >>conftest.$ac_ext <<_ACEOF
12267 /* end confdefs.h. */
12268 #include <$ac_header>
12269 _ACEOF
12270 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12271 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12272 ac_status=$?
12273 grep -v '^ *+' conftest.er1 >conftest.err
12274 rm -f conftest.er1
12275 cat conftest.err >&5
12276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12277 (exit $ac_status); } >/dev/null; then
12278 if test -s conftest.err; then
12279 ac_cpp_err=$ac_c_preproc_warn_flag
12280 else
12281 ac_cpp_err=
12282 fi
12283 else
12284 ac_cpp_err=yes
12285 fi
12286 if test -z "$ac_cpp_err"; then
12287 ac_header_preproc=yes
12288 else
12289 echo "$as_me: failed program was:" >&5
12290 sed 's/^/| /' conftest.$ac_ext >&5
12291
12292 ac_header_preproc=no
12293 fi
12294 rm -f conftest.err conftest.$ac_ext
12295 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12296 echo "${ECHO_T}$ac_header_preproc" >&6
12297
12298 # So? What about this header?
12299 case $ac_header_compiler:$ac_header_preproc in
12300 yes:no )
12301 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12302 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12303 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12304 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12305 (
12306 cat <<\_ASBOX
12307 ## ------------------------------------ ##
12308 ## Report this to bug-autoconf@gnu.org. ##
12309 ## ------------------------------------ ##
12310 _ASBOX
12311 ) |
12312 sed "s/^/$as_me: WARNING: /" >&2
12313 ;;
12314 no:yes )
12315 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12316 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12317 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12318 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12319 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12320 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12321 (
12322 cat <<\_ASBOX
12323 ## ------------------------------------ ##
12324 ## Report this to bug-autoconf@gnu.org. ##
12325 ## ------------------------------------ ##
12326 _ASBOX
12327 ) |
12328 sed "s/^/$as_me: WARNING: /" >&2
12329 ;;
12330 esac
12331 echo "$as_me:$LINENO: checking for $ac_header" >&5
12332 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12333 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12334 echo $ECHO_N "(cached) $ECHO_C" >&6
12335 else
12336 eval "$as_ac_Header=$ac_header_preproc"
12337 fi
12338 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12339 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12340
12341 fi
12342 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12343 cat >>confdefs.h <<_ACEOF
12344 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12345 _ACEOF
12346
12347 fi
12348
12349 done
12350
12351
12352
12353 for ac_header in stdlib.h
12354 do
12355 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12356 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12357 echo "$as_me:$LINENO: checking for $ac_header" >&5
12358 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12359 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12360 echo $ECHO_N "(cached) $ECHO_C" >&6
12361 fi
12362 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12363 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12364 else
12365 # Is the header compilable?
12366 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12367 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12368 cat >conftest.$ac_ext <<_ACEOF
12369 #line $LINENO "configure"
12370 /* confdefs.h. */
12371 _ACEOF
12372 cat confdefs.h >>conftest.$ac_ext
12373 cat >>conftest.$ac_ext <<_ACEOF
12374 /* end confdefs.h. */
12375 $ac_includes_default
12376 #include <$ac_header>
12377 _ACEOF
12378 rm -f conftest.$ac_objext
12379 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12380 (eval $ac_compile) 2>&5
12381 ac_status=$?
12382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12383 (exit $ac_status); } &&
12384 { ac_try='test -s conftest.$ac_objext'
12385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12386 (eval $ac_try) 2>&5
12387 ac_status=$?
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); }; }; then
12390 ac_header_compiler=yes
12391 else
12392 echo "$as_me: failed program was:" >&5
12393 sed 's/^/| /' conftest.$ac_ext >&5
12394
12395 ac_header_compiler=no
12396 fi
12397 rm -f conftest.$ac_objext conftest.$ac_ext
12398 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12399 echo "${ECHO_T}$ac_header_compiler" >&6
12400
12401 # Is the header present?
12402 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12403 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12404 cat >conftest.$ac_ext <<_ACEOF
12405 #line $LINENO "configure"
12406 /* confdefs.h. */
12407 _ACEOF
12408 cat confdefs.h >>conftest.$ac_ext
12409 cat >>conftest.$ac_ext <<_ACEOF
12410 /* end confdefs.h. */
12411 #include <$ac_header>
12412 _ACEOF
12413 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12414 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12415 ac_status=$?
12416 grep -v '^ *+' conftest.er1 >conftest.err
12417 rm -f conftest.er1
12418 cat conftest.err >&5
12419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420 (exit $ac_status); } >/dev/null; then
12421 if test -s conftest.err; then
12422 ac_cpp_err=$ac_c_preproc_warn_flag
12423 else
12424 ac_cpp_err=
12425 fi
12426 else
12427 ac_cpp_err=yes
12428 fi
12429 if test -z "$ac_cpp_err"; then
12430 ac_header_preproc=yes
12431 else
12432 echo "$as_me: failed program was:" >&5
12433 sed 's/^/| /' conftest.$ac_ext >&5
12434
12435 ac_header_preproc=no
12436 fi
12437 rm -f conftest.err conftest.$ac_ext
12438 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12439 echo "${ECHO_T}$ac_header_preproc" >&6
12440
12441 # So? What about this header?
12442 case $ac_header_compiler:$ac_header_preproc in
12443 yes:no )
12444 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12445 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12446 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12447 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12448 (
12449 cat <<\_ASBOX
12450 ## ------------------------------------ ##
12451 ## Report this to bug-autoconf@gnu.org. ##
12452 ## ------------------------------------ ##
12453 _ASBOX
12454 ) |
12455 sed "s/^/$as_me: WARNING: /" >&2
12456 ;;
12457 no:yes )
12458 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12459 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12460 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12461 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12462 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12463 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12464 (
12465 cat <<\_ASBOX
12466 ## ------------------------------------ ##
12467 ## Report this to bug-autoconf@gnu.org. ##
12468 ## ------------------------------------ ##
12469 _ASBOX
12470 ) |
12471 sed "s/^/$as_me: WARNING: /" >&2
12472 ;;
12473 esac
12474 echo "$as_me:$LINENO: checking for $ac_header" >&5
12475 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12476 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12477 echo $ECHO_N "(cached) $ECHO_C" >&6
12478 else
12479 eval "$as_ac_Header=$ac_header_preproc"
12480 fi
12481 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12482 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12483
12484 fi
12485 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12486 cat >>confdefs.h <<_ACEOF
12487 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12488 _ACEOF
12489
12490 fi
12491
12492 done
12493
12494
12495 for ac_header in malloc.h
12496 do
12497 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12498 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12499 echo "$as_me:$LINENO: checking for $ac_header" >&5
12500 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12501 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12502 echo $ECHO_N "(cached) $ECHO_C" >&6
12503 fi
12504 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12505 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12506 else
12507 # Is the header compilable?
12508 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12509 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12510 cat >conftest.$ac_ext <<_ACEOF
12511 #line $LINENO "configure"
12512 /* confdefs.h. */
12513 _ACEOF
12514 cat confdefs.h >>conftest.$ac_ext
12515 cat >>conftest.$ac_ext <<_ACEOF
12516 /* end confdefs.h. */
12517 $ac_includes_default
12518 #include <$ac_header>
12519 _ACEOF
12520 rm -f conftest.$ac_objext
12521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12522 (eval $ac_compile) 2>&5
12523 ac_status=$?
12524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12525 (exit $ac_status); } &&
12526 { ac_try='test -s conftest.$ac_objext'
12527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12528 (eval $ac_try) 2>&5
12529 ac_status=$?
12530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); }; }; then
12532 ac_header_compiler=yes
12533 else
12534 echo "$as_me: failed program was:" >&5
12535 sed 's/^/| /' conftest.$ac_ext >&5
12536
12537 ac_header_compiler=no
12538 fi
12539 rm -f conftest.$ac_objext conftest.$ac_ext
12540 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12541 echo "${ECHO_T}$ac_header_compiler" >&6
12542
12543 # Is the header present?
12544 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12545 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12546 cat >conftest.$ac_ext <<_ACEOF
12547 #line $LINENO "configure"
12548 /* confdefs.h. */
12549 _ACEOF
12550 cat confdefs.h >>conftest.$ac_ext
12551 cat >>conftest.$ac_ext <<_ACEOF
12552 /* end confdefs.h. */
12553 #include <$ac_header>
12554 _ACEOF
12555 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12556 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12557 ac_status=$?
12558 grep -v '^ *+' conftest.er1 >conftest.err
12559 rm -f conftest.er1
12560 cat conftest.err >&5
12561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12562 (exit $ac_status); } >/dev/null; then
12563 if test -s conftest.err; then
12564 ac_cpp_err=$ac_c_preproc_warn_flag
12565 else
12566 ac_cpp_err=
12567 fi
12568 else
12569 ac_cpp_err=yes
12570 fi
12571 if test -z "$ac_cpp_err"; then
12572 ac_header_preproc=yes
12573 else
12574 echo "$as_me: failed program was:" >&5
12575 sed 's/^/| /' conftest.$ac_ext >&5
12576
12577 ac_header_preproc=no
12578 fi
12579 rm -f conftest.err conftest.$ac_ext
12580 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12581 echo "${ECHO_T}$ac_header_preproc" >&6
12582
12583 # So? What about this header?
12584 case $ac_header_compiler:$ac_header_preproc in
12585 yes:no )
12586 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12587 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12588 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12589 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12590 (
12591 cat <<\_ASBOX
12592 ## ------------------------------------ ##
12593 ## Report this to bug-autoconf@gnu.org. ##
12594 ## ------------------------------------ ##
12595 _ASBOX
12596 ) |
12597 sed "s/^/$as_me: WARNING: /" >&2
12598 ;;
12599 no:yes )
12600 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12601 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12602 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12603 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12604 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12605 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12606 (
12607 cat <<\_ASBOX
12608 ## ------------------------------------ ##
12609 ## Report this to bug-autoconf@gnu.org. ##
12610 ## ------------------------------------ ##
12611 _ASBOX
12612 ) |
12613 sed "s/^/$as_me: WARNING: /" >&2
12614 ;;
12615 esac
12616 echo "$as_me:$LINENO: checking for $ac_header" >&5
12617 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12618 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12619 echo $ECHO_N "(cached) $ECHO_C" >&6
12620 else
12621 eval "$as_ac_Header=$ac_header_preproc"
12622 fi
12623 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12624 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12625
12626 fi
12627 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12628 cat >>confdefs.h <<_ACEOF
12629 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12630 _ACEOF
12631
12632 fi
12633
12634 done
12635
12636
12637 for ac_header in unistd.h
12638 do
12639 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12640 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12641 echo "$as_me:$LINENO: checking for $ac_header" >&5
12642 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12643 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12644 echo $ECHO_N "(cached) $ECHO_C" >&6
12645 fi
12646 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12647 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12648 else
12649 # Is the header compilable?
12650 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12651 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12652 cat >conftest.$ac_ext <<_ACEOF
12653 #line $LINENO "configure"
12654 /* confdefs.h. */
12655 _ACEOF
12656 cat confdefs.h >>conftest.$ac_ext
12657 cat >>conftest.$ac_ext <<_ACEOF
12658 /* end confdefs.h. */
12659 $ac_includes_default
12660 #include <$ac_header>
12661 _ACEOF
12662 rm -f conftest.$ac_objext
12663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12664 (eval $ac_compile) 2>&5
12665 ac_status=$?
12666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12667 (exit $ac_status); } &&
12668 { ac_try='test -s conftest.$ac_objext'
12669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12670 (eval $ac_try) 2>&5
12671 ac_status=$?
12672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12673 (exit $ac_status); }; }; then
12674 ac_header_compiler=yes
12675 else
12676 echo "$as_me: failed program was:" >&5
12677 sed 's/^/| /' conftest.$ac_ext >&5
12678
12679 ac_header_compiler=no
12680 fi
12681 rm -f conftest.$ac_objext conftest.$ac_ext
12682 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12683 echo "${ECHO_T}$ac_header_compiler" >&6
12684
12685 # Is the header present?
12686 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12687 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12688 cat >conftest.$ac_ext <<_ACEOF
12689 #line $LINENO "configure"
12690 /* confdefs.h. */
12691 _ACEOF
12692 cat confdefs.h >>conftest.$ac_ext
12693 cat >>conftest.$ac_ext <<_ACEOF
12694 /* end confdefs.h. */
12695 #include <$ac_header>
12696 _ACEOF
12697 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12698 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12699 ac_status=$?
12700 grep -v '^ *+' conftest.er1 >conftest.err
12701 rm -f conftest.er1
12702 cat conftest.err >&5
12703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12704 (exit $ac_status); } >/dev/null; then
12705 if test -s conftest.err; then
12706 ac_cpp_err=$ac_c_preproc_warn_flag
12707 else
12708 ac_cpp_err=
12709 fi
12710 else
12711 ac_cpp_err=yes
12712 fi
12713 if test -z "$ac_cpp_err"; then
12714 ac_header_preproc=yes
12715 else
12716 echo "$as_me: failed program was:" >&5
12717 sed 's/^/| /' conftest.$ac_ext >&5
12718
12719 ac_header_preproc=no
12720 fi
12721 rm -f conftest.err conftest.$ac_ext
12722 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12723 echo "${ECHO_T}$ac_header_preproc" >&6
12724
12725 # So? What about this header?
12726 case $ac_header_compiler:$ac_header_preproc in
12727 yes:no )
12728 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12729 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12730 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12731 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12732 (
12733 cat <<\_ASBOX
12734 ## ------------------------------------ ##
12735 ## Report this to bug-autoconf@gnu.org. ##
12736 ## ------------------------------------ ##
12737 _ASBOX
12738 ) |
12739 sed "s/^/$as_me: WARNING: /" >&2
12740 ;;
12741 no:yes )
12742 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12743 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12744 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12745 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12746 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12747 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12748 (
12749 cat <<\_ASBOX
12750 ## ------------------------------------ ##
12751 ## Report this to bug-autoconf@gnu.org. ##
12752 ## ------------------------------------ ##
12753 _ASBOX
12754 ) |
12755 sed "s/^/$as_me: WARNING: /" >&2
12756 ;;
12757 esac
12758 echo "$as_me:$LINENO: checking for $ac_header" >&5
12759 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12760 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12761 echo $ECHO_N "(cached) $ECHO_C" >&6
12762 else
12763 eval "$as_ac_Header=$ac_header_preproc"
12764 fi
12765 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12766 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12767
12768 fi
12769 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12770 cat >>confdefs.h <<_ACEOF
12771 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12772 _ACEOF
12773
12774 fi
12775
12776 done
12777
12778
12779 for ac_header in wchar.h
12780 do
12781 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12782 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12783 echo "$as_me:$LINENO: checking for $ac_header" >&5
12784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12785 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12786 echo $ECHO_N "(cached) $ECHO_C" >&6
12787 fi
12788 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12789 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12790 else
12791 # Is the header compilable?
12792 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12793 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12794 cat >conftest.$ac_ext <<_ACEOF
12795 #line $LINENO "configure"
12796 /* confdefs.h. */
12797 _ACEOF
12798 cat confdefs.h >>conftest.$ac_ext
12799 cat >>conftest.$ac_ext <<_ACEOF
12800 /* end confdefs.h. */
12801 $ac_includes_default
12802 #include <$ac_header>
12803 _ACEOF
12804 rm -f conftest.$ac_objext
12805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12806 (eval $ac_compile) 2>&5
12807 ac_status=$?
12808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12809 (exit $ac_status); } &&
12810 { ac_try='test -s conftest.$ac_objext'
12811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12812 (eval $ac_try) 2>&5
12813 ac_status=$?
12814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12815 (exit $ac_status); }; }; then
12816 ac_header_compiler=yes
12817 else
12818 echo "$as_me: failed program was:" >&5
12819 sed 's/^/| /' conftest.$ac_ext >&5
12820
12821 ac_header_compiler=no
12822 fi
12823 rm -f conftest.$ac_objext conftest.$ac_ext
12824 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12825 echo "${ECHO_T}$ac_header_compiler" >&6
12826
12827 # Is the header present?
12828 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12829 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12830 cat >conftest.$ac_ext <<_ACEOF
12831 #line $LINENO "configure"
12832 /* confdefs.h. */
12833 _ACEOF
12834 cat confdefs.h >>conftest.$ac_ext
12835 cat >>conftest.$ac_ext <<_ACEOF
12836 /* end confdefs.h. */
12837 #include <$ac_header>
12838 _ACEOF
12839 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12840 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12841 ac_status=$?
12842 grep -v '^ *+' conftest.er1 >conftest.err
12843 rm -f conftest.er1
12844 cat conftest.err >&5
12845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12846 (exit $ac_status); } >/dev/null; then
12847 if test -s conftest.err; then
12848 ac_cpp_err=$ac_c_preproc_warn_flag
12849 else
12850 ac_cpp_err=
12851 fi
12852 else
12853 ac_cpp_err=yes
12854 fi
12855 if test -z "$ac_cpp_err"; then
12856 ac_header_preproc=yes
12857 else
12858 echo "$as_me: failed program was:" >&5
12859 sed 's/^/| /' conftest.$ac_ext >&5
12860
12861 ac_header_preproc=no
12862 fi
12863 rm -f conftest.err conftest.$ac_ext
12864 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12865 echo "${ECHO_T}$ac_header_preproc" >&6
12866
12867 # So? What about this header?
12868 case $ac_header_compiler:$ac_header_preproc in
12869 yes:no )
12870 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12871 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12872 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12873 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12874 (
12875 cat <<\_ASBOX
12876 ## ------------------------------------ ##
12877 ## Report this to bug-autoconf@gnu.org. ##
12878 ## ------------------------------------ ##
12879 _ASBOX
12880 ) |
12881 sed "s/^/$as_me: WARNING: /" >&2
12882 ;;
12883 no:yes )
12884 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12885 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12886 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12887 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12888 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12889 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12890 (
12891 cat <<\_ASBOX
12892 ## ------------------------------------ ##
12893 ## Report this to bug-autoconf@gnu.org. ##
12894 ## ------------------------------------ ##
12895 _ASBOX
12896 ) |
12897 sed "s/^/$as_me: WARNING: /" >&2
12898 ;;
12899 esac
12900 echo "$as_me:$LINENO: checking for $ac_header" >&5
12901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12902 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12903 echo $ECHO_N "(cached) $ECHO_C" >&6
12904 else
12905 eval "$as_ac_Header=$ac_header_preproc"
12906 fi
12907 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12908 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12909
12910 fi
12911 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12912 cat >>confdefs.h <<_ACEOF
12913 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12914 _ACEOF
12915
12916 fi
12917
12918 done
12919
12920
12921 if test "$ac_cv_header_wchar_h" != "yes"; then
12922
12923 for ac_header in wcstr.h
12924 do
12925 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12926 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12927 echo "$as_me:$LINENO: checking for $ac_header" >&5
12928 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12929 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12930 echo $ECHO_N "(cached) $ECHO_C" >&6
12931 fi
12932 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12933 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12934 else
12935 # Is the header compilable?
12936 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12937 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12938 cat >conftest.$ac_ext <<_ACEOF
12939 #line $LINENO "configure"
12940 /* confdefs.h. */
12941 _ACEOF
12942 cat confdefs.h >>conftest.$ac_ext
12943 cat >>conftest.$ac_ext <<_ACEOF
12944 /* end confdefs.h. */
12945 $ac_includes_default
12946 #include <$ac_header>
12947 _ACEOF
12948 rm -f conftest.$ac_objext
12949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12950 (eval $ac_compile) 2>&5
12951 ac_status=$?
12952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12953 (exit $ac_status); } &&
12954 { ac_try='test -s conftest.$ac_objext'
12955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12956 (eval $ac_try) 2>&5
12957 ac_status=$?
12958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12959 (exit $ac_status); }; }; then
12960 ac_header_compiler=yes
12961 else
12962 echo "$as_me: failed program was:" >&5
12963 sed 's/^/| /' conftest.$ac_ext >&5
12964
12965 ac_header_compiler=no
12966 fi
12967 rm -f conftest.$ac_objext conftest.$ac_ext
12968 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12969 echo "${ECHO_T}$ac_header_compiler" >&6
12970
12971 # Is the header present?
12972 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12973 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12974 cat >conftest.$ac_ext <<_ACEOF
12975 #line $LINENO "configure"
12976 /* confdefs.h. */
12977 _ACEOF
12978 cat confdefs.h >>conftest.$ac_ext
12979 cat >>conftest.$ac_ext <<_ACEOF
12980 /* end confdefs.h. */
12981 #include <$ac_header>
12982 _ACEOF
12983 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12984 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12985 ac_status=$?
12986 grep -v '^ *+' conftest.er1 >conftest.err
12987 rm -f conftest.er1
12988 cat conftest.err >&5
12989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12990 (exit $ac_status); } >/dev/null; then
12991 if test -s conftest.err; then
12992 ac_cpp_err=$ac_c_preproc_warn_flag
12993 else
12994 ac_cpp_err=
12995 fi
12996 else
12997 ac_cpp_err=yes
12998 fi
12999 if test -z "$ac_cpp_err"; then
13000 ac_header_preproc=yes
13001 else
13002 echo "$as_me: failed program was:" >&5
13003 sed 's/^/| /' conftest.$ac_ext >&5
13004
13005 ac_header_preproc=no
13006 fi
13007 rm -f conftest.err conftest.$ac_ext
13008 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13009 echo "${ECHO_T}$ac_header_preproc" >&6
13010
13011 # So? What about this header?
13012 case $ac_header_compiler:$ac_header_preproc in
13013 yes:no )
13014 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13015 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13016 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13017 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13018 (
13019 cat <<\_ASBOX
13020 ## ------------------------------------ ##
13021 ## Report this to bug-autoconf@gnu.org. ##
13022 ## ------------------------------------ ##
13023 _ASBOX
13024 ) |
13025 sed "s/^/$as_me: WARNING: /" >&2
13026 ;;
13027 no:yes )
13028 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13029 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13030 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13031 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13032 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13033 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13034 (
13035 cat <<\_ASBOX
13036 ## ------------------------------------ ##
13037 ## Report this to bug-autoconf@gnu.org. ##
13038 ## ------------------------------------ ##
13039 _ASBOX
13040 ) |
13041 sed "s/^/$as_me: WARNING: /" >&2
13042 ;;
13043 esac
13044 echo "$as_me:$LINENO: checking for $ac_header" >&5
13045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13046 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13047 echo $ECHO_N "(cached) $ECHO_C" >&6
13048 else
13049 eval "$as_ac_Header=$ac_header_preproc"
13050 fi
13051 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13052 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13053
13054 fi
13055 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13056 cat >>confdefs.h <<_ACEOF
13057 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13058 _ACEOF
13059
13060 fi
13061
13062 done
13063
13064 fi
13065
13066
13067 for ac_header in fnmatch.h
13068 do
13069 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13070 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13071 echo "$as_me:$LINENO: checking for $ac_header" >&5
13072 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13073 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13074 echo $ECHO_N "(cached) $ECHO_C" >&6
13075 fi
13076 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13077 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13078 else
13079 # Is the header compilable?
13080 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13081 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13082 cat >conftest.$ac_ext <<_ACEOF
13083 #line $LINENO "configure"
13084 /* confdefs.h. */
13085 _ACEOF
13086 cat confdefs.h >>conftest.$ac_ext
13087 cat >>conftest.$ac_ext <<_ACEOF
13088 /* end confdefs.h. */
13089 $ac_includes_default
13090 #include <$ac_header>
13091 _ACEOF
13092 rm -f conftest.$ac_objext
13093 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13094 (eval $ac_compile) 2>&5
13095 ac_status=$?
13096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13097 (exit $ac_status); } &&
13098 { ac_try='test -s conftest.$ac_objext'
13099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13100 (eval $ac_try) 2>&5
13101 ac_status=$?
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); }; }; then
13104 ac_header_compiler=yes
13105 else
13106 echo "$as_me: failed program was:" >&5
13107 sed 's/^/| /' conftest.$ac_ext >&5
13108
13109 ac_header_compiler=no
13110 fi
13111 rm -f conftest.$ac_objext conftest.$ac_ext
13112 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13113 echo "${ECHO_T}$ac_header_compiler" >&6
13114
13115 # Is the header present?
13116 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13117 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13118 cat >conftest.$ac_ext <<_ACEOF
13119 #line $LINENO "configure"
13120 /* confdefs.h. */
13121 _ACEOF
13122 cat confdefs.h >>conftest.$ac_ext
13123 cat >>conftest.$ac_ext <<_ACEOF
13124 /* end confdefs.h. */
13125 #include <$ac_header>
13126 _ACEOF
13127 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13128 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13129 ac_status=$?
13130 grep -v '^ *+' conftest.er1 >conftest.err
13131 rm -f conftest.er1
13132 cat conftest.err >&5
13133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13134 (exit $ac_status); } >/dev/null; then
13135 if test -s conftest.err; then
13136 ac_cpp_err=$ac_c_preproc_warn_flag
13137 else
13138 ac_cpp_err=
13139 fi
13140 else
13141 ac_cpp_err=yes
13142 fi
13143 if test -z "$ac_cpp_err"; then
13144 ac_header_preproc=yes
13145 else
13146 echo "$as_me: failed program was:" >&5
13147 sed 's/^/| /' conftest.$ac_ext >&5
13148
13149 ac_header_preproc=no
13150 fi
13151 rm -f conftest.err conftest.$ac_ext
13152 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13153 echo "${ECHO_T}$ac_header_preproc" >&6
13154
13155 # So? What about this header?
13156 case $ac_header_compiler:$ac_header_preproc in
13157 yes:no )
13158 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13159 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13160 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13161 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13162 (
13163 cat <<\_ASBOX
13164 ## ------------------------------------ ##
13165 ## Report this to bug-autoconf@gnu.org. ##
13166 ## ------------------------------------ ##
13167 _ASBOX
13168 ) |
13169 sed "s/^/$as_me: WARNING: /" >&2
13170 ;;
13171 no:yes )
13172 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13173 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13174 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13175 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13176 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13177 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13178 (
13179 cat <<\_ASBOX
13180 ## ------------------------------------ ##
13181 ## Report this to bug-autoconf@gnu.org. ##
13182 ## ------------------------------------ ##
13183 _ASBOX
13184 ) |
13185 sed "s/^/$as_me: WARNING: /" >&2
13186 ;;
13187 esac
13188 echo "$as_me:$LINENO: checking for $ac_header" >&5
13189 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13190 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13191 echo $ECHO_N "(cached) $ECHO_C" >&6
13192 else
13193 eval "$as_ac_Header=$ac_header_preproc"
13194 fi
13195 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13196 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13197
13198 fi
13199 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13200 cat >>confdefs.h <<_ACEOF
13201 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13202 _ACEOF
13203
13204 fi
13205
13206 done
13207
13208
13209 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13210
13211 for ac_func in fnmatch
13212 do
13213 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13214 echo "$as_me:$LINENO: checking for $ac_func" >&5
13215 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13216 if eval "test \"\${$as_ac_var+set}\" = set"; then
13217 echo $ECHO_N "(cached) $ECHO_C" >&6
13218 else
13219 cat >conftest.$ac_ext <<_ACEOF
13220 #line $LINENO "configure"
13221 /* confdefs.h. */
13222 _ACEOF
13223 cat confdefs.h >>conftest.$ac_ext
13224 cat >>conftest.$ac_ext <<_ACEOF
13225 /* end confdefs.h. */
13226 /* System header to define __stub macros and hopefully few prototypes,
13227 which can conflict with char $ac_func (); below.
13228 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13229 <limits.h> exists even on freestanding compilers. */
13230 #ifdef __STDC__
13231 # include <limits.h>
13232 #else
13233 # include <assert.h>
13234 #endif
13235 /* Override any gcc2 internal prototype to avoid an error. */
13236 #ifdef __cplusplus
13237 extern "C"
13238 {
13239 #endif
13240 /* We use char because int might match the return type of a gcc2
13241 builtin and then its argument prototype would still apply. */
13242 char $ac_func ();
13243 /* The GNU C library defines this for functions which it implements
13244 to always fail with ENOSYS. Some functions are actually named
13245 something starting with __ and the normal name is an alias. */
13246 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13247 choke me
13248 #else
13249 char (*f) () = $ac_func;
13250 #endif
13251 #ifdef __cplusplus
13252 }
13253 #endif
13254
13255 int
13256 main ()
13257 {
13258 return f != $ac_func;
13259 ;
13260 return 0;
13261 }
13262 _ACEOF
13263 rm -f conftest.$ac_objext conftest$ac_exeext
13264 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13265 (eval $ac_link) 2>&5
13266 ac_status=$?
13267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13268 (exit $ac_status); } &&
13269 { ac_try='test -s conftest$ac_exeext'
13270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13271 (eval $ac_try) 2>&5
13272 ac_status=$?
13273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13274 (exit $ac_status); }; }; then
13275 eval "$as_ac_var=yes"
13276 else
13277 echo "$as_me: failed program was:" >&5
13278 sed 's/^/| /' conftest.$ac_ext >&5
13279
13280 eval "$as_ac_var=no"
13281 fi
13282 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13283 fi
13284 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13285 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13286 if test `eval echo '${'$as_ac_var'}'` = yes; then
13287 cat >>confdefs.h <<_ACEOF
13288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13289 _ACEOF
13290
13291 fi
13292 done
13293
13294 fi
13295
13296
13297 for ac_header in langinfo.h
13298 do
13299 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13300 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13301 echo "$as_me:$LINENO: checking for $ac_header" >&5
13302 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13303 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13304 echo $ECHO_N "(cached) $ECHO_C" >&6
13305 fi
13306 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13307 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13308 else
13309 # Is the header compilable?
13310 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13311 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13312 cat >conftest.$ac_ext <<_ACEOF
13313 #line $LINENO "configure"
13314 /* confdefs.h. */
13315 _ACEOF
13316 cat confdefs.h >>conftest.$ac_ext
13317 cat >>conftest.$ac_ext <<_ACEOF
13318 /* end confdefs.h. */
13319 $ac_includes_default
13320 #include <$ac_header>
13321 _ACEOF
13322 rm -f conftest.$ac_objext
13323 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13324 (eval $ac_compile) 2>&5
13325 ac_status=$?
13326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13327 (exit $ac_status); } &&
13328 { ac_try='test -s conftest.$ac_objext'
13329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13330 (eval $ac_try) 2>&5
13331 ac_status=$?
13332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13333 (exit $ac_status); }; }; then
13334 ac_header_compiler=yes
13335 else
13336 echo "$as_me: failed program was:" >&5
13337 sed 's/^/| /' conftest.$ac_ext >&5
13338
13339 ac_header_compiler=no
13340 fi
13341 rm -f conftest.$ac_objext conftest.$ac_ext
13342 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13343 echo "${ECHO_T}$ac_header_compiler" >&6
13344
13345 # Is the header present?
13346 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13347 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13348 cat >conftest.$ac_ext <<_ACEOF
13349 #line $LINENO "configure"
13350 /* confdefs.h. */
13351 _ACEOF
13352 cat confdefs.h >>conftest.$ac_ext
13353 cat >>conftest.$ac_ext <<_ACEOF
13354 /* end confdefs.h. */
13355 #include <$ac_header>
13356 _ACEOF
13357 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13358 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13359 ac_status=$?
13360 grep -v '^ *+' conftest.er1 >conftest.err
13361 rm -f conftest.er1
13362 cat conftest.err >&5
13363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13364 (exit $ac_status); } >/dev/null; then
13365 if test -s conftest.err; then
13366 ac_cpp_err=$ac_c_preproc_warn_flag
13367 else
13368 ac_cpp_err=
13369 fi
13370 else
13371 ac_cpp_err=yes
13372 fi
13373 if test -z "$ac_cpp_err"; then
13374 ac_header_preproc=yes
13375 else
13376 echo "$as_me: failed program was:" >&5
13377 sed 's/^/| /' conftest.$ac_ext >&5
13378
13379 ac_header_preproc=no
13380 fi
13381 rm -f conftest.err conftest.$ac_ext
13382 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13383 echo "${ECHO_T}$ac_header_preproc" >&6
13384
13385 # So? What about this header?
13386 case $ac_header_compiler:$ac_header_preproc in
13387 yes:no )
13388 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13389 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13390 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13391 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13392 (
13393 cat <<\_ASBOX
13394 ## ------------------------------------ ##
13395 ## Report this to bug-autoconf@gnu.org. ##
13396 ## ------------------------------------ ##
13397 _ASBOX
13398 ) |
13399 sed "s/^/$as_me: WARNING: /" >&2
13400 ;;
13401 no:yes )
13402 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13403 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13404 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13405 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13406 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13407 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13408 (
13409 cat <<\_ASBOX
13410 ## ------------------------------------ ##
13411 ## Report this to bug-autoconf@gnu.org. ##
13412 ## ------------------------------------ ##
13413 _ASBOX
13414 ) |
13415 sed "s/^/$as_me: WARNING: /" >&2
13416 ;;
13417 esac
13418 echo "$as_me:$LINENO: checking for $ac_header" >&5
13419 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13420 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13421 echo $ECHO_N "(cached) $ECHO_C" >&6
13422 else
13423 eval "$as_ac_Header=$ac_header_preproc"
13424 fi
13425 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13426 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13427
13428 fi
13429 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13430 cat >>confdefs.h <<_ACEOF
13431 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13432 _ACEOF
13433
13434 fi
13435
13436 done
13437
13438
13439 case "${host}" in
13440 *-pc-os2_emx | *-pc-os2-emx )
13441 if test $ac_cv_header_langinfo_h = "yes"; then
13442 LIBS="$LIBS -lintl"
13443 fi
13444 ;;
13445 esac
13446
13447 if test "$wxUSE_GUI" = "yes"; then
13448 if test "$wxUSE_UNIX" = "yes"; then
13449
13450 for ac_header in X11/XKBlib.h
13451 do
13452 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13453 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13454 echo "$as_me:$LINENO: checking for $ac_header" >&5
13455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13456 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13457 echo $ECHO_N "(cached) $ECHO_C" >&6
13458 fi
13459 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13460 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13461 else
13462 # Is the header compilable?
13463 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13464 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13465 cat >conftest.$ac_ext <<_ACEOF
13466 #line $LINENO "configure"
13467 /* confdefs.h. */
13468 _ACEOF
13469 cat confdefs.h >>conftest.$ac_ext
13470 cat >>conftest.$ac_ext <<_ACEOF
13471 /* end confdefs.h. */
13472 $ac_includes_default
13473 #include <$ac_header>
13474 _ACEOF
13475 rm -f conftest.$ac_objext
13476 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13477 (eval $ac_compile) 2>&5
13478 ac_status=$?
13479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13480 (exit $ac_status); } &&
13481 { ac_try='test -s conftest.$ac_objext'
13482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13483 (eval $ac_try) 2>&5
13484 ac_status=$?
13485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13486 (exit $ac_status); }; }; then
13487 ac_header_compiler=yes
13488 else
13489 echo "$as_me: failed program was:" >&5
13490 sed 's/^/| /' conftest.$ac_ext >&5
13491
13492 ac_header_compiler=no
13493 fi
13494 rm -f conftest.$ac_objext conftest.$ac_ext
13495 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13496 echo "${ECHO_T}$ac_header_compiler" >&6
13497
13498 # Is the header present?
13499 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13501 cat >conftest.$ac_ext <<_ACEOF
13502 #line $LINENO "configure"
13503 /* confdefs.h. */
13504 _ACEOF
13505 cat confdefs.h >>conftest.$ac_ext
13506 cat >>conftest.$ac_ext <<_ACEOF
13507 /* end confdefs.h. */
13508 #include <$ac_header>
13509 _ACEOF
13510 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13511 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13512 ac_status=$?
13513 grep -v '^ *+' conftest.er1 >conftest.err
13514 rm -f conftest.er1
13515 cat conftest.err >&5
13516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13517 (exit $ac_status); } >/dev/null; then
13518 if test -s conftest.err; then
13519 ac_cpp_err=$ac_c_preproc_warn_flag
13520 else
13521 ac_cpp_err=
13522 fi
13523 else
13524 ac_cpp_err=yes
13525 fi
13526 if test -z "$ac_cpp_err"; then
13527 ac_header_preproc=yes
13528 else
13529 echo "$as_me: failed program was:" >&5
13530 sed 's/^/| /' conftest.$ac_ext >&5
13531
13532 ac_header_preproc=no
13533 fi
13534 rm -f conftest.err conftest.$ac_ext
13535 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13536 echo "${ECHO_T}$ac_header_preproc" >&6
13537
13538 # So? What about this header?
13539 case $ac_header_compiler:$ac_header_preproc in
13540 yes:no )
13541 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13542 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13544 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13545 (
13546 cat <<\_ASBOX
13547 ## ------------------------------------ ##
13548 ## Report this to bug-autoconf@gnu.org. ##
13549 ## ------------------------------------ ##
13550 _ASBOX
13551 ) |
13552 sed "s/^/$as_me: WARNING: /" >&2
13553 ;;
13554 no:yes )
13555 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13556 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13557 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13558 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13559 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13560 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13561 (
13562 cat <<\_ASBOX
13563 ## ------------------------------------ ##
13564 ## Report this to bug-autoconf@gnu.org. ##
13565 ## ------------------------------------ ##
13566 _ASBOX
13567 ) |
13568 sed "s/^/$as_me: WARNING: /" >&2
13569 ;;
13570 esac
13571 echo "$as_me:$LINENO: checking for $ac_header" >&5
13572 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13573 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13574 echo $ECHO_N "(cached) $ECHO_C" >&6
13575 else
13576 eval "$as_ac_Header=$ac_header_preproc"
13577 fi
13578 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13579 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13580
13581 fi
13582 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13583 cat >>confdefs.h <<_ACEOF
13584 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13585 _ACEOF
13586
13587 fi
13588
13589 done
13590
13591 fi
13592 fi
13593
13594
13595 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13596 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13597 if test "${ac_cv_c_const+set}" = set; then
13598 echo $ECHO_N "(cached) $ECHO_C" >&6
13599 else
13600 cat >conftest.$ac_ext <<_ACEOF
13601 #line $LINENO "configure"
13602 /* confdefs.h. */
13603 _ACEOF
13604 cat confdefs.h >>conftest.$ac_ext
13605 cat >>conftest.$ac_ext <<_ACEOF
13606 /* end confdefs.h. */
13607
13608 int
13609 main ()
13610 {
13611 /* FIXME: Include the comments suggested by Paul. */
13612 #ifndef __cplusplus
13613 /* Ultrix mips cc rejects this. */
13614 typedef int charset[2];
13615 const charset x;
13616 /* SunOS 4.1.1 cc rejects this. */
13617 char const *const *ccp;
13618 char **p;
13619 /* NEC SVR4.0.2 mips cc rejects this. */
13620 struct point {int x, y;};
13621 static struct point const zero = {0,0};
13622 /* AIX XL C 1.02.0.0 rejects this.
13623 It does not let you subtract one const X* pointer from another in
13624 an arm of an if-expression whose if-part is not a constant
13625 expression */
13626 const char *g = "string";
13627 ccp = &g + (g ? g-g : 0);
13628 /* HPUX 7.0 cc rejects these. */
13629 ++ccp;
13630 p = (char**) ccp;
13631 ccp = (char const *const *) p;
13632 { /* SCO 3.2v4 cc rejects this. */
13633 char *t;
13634 char const *s = 0 ? (char *) 0 : (char const *) 0;
13635
13636 *t++ = 0;
13637 }
13638 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13639 int x[] = {25, 17};
13640 const int *foo = &x[0];
13641 ++foo;
13642 }
13643 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13644 typedef const int *iptr;
13645 iptr p = 0;
13646 ++p;
13647 }
13648 { /* AIX XL C 1.02.0.0 rejects this saying
13649 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13650 struct s { int j; const int *ap[3]; };
13651 struct s *b; b->j = 5;
13652 }
13653 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13654 const int foo = 10;
13655 }
13656 #endif
13657
13658 ;
13659 return 0;
13660 }
13661 _ACEOF
13662 rm -f conftest.$ac_objext
13663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13664 (eval $ac_compile) 2>&5
13665 ac_status=$?
13666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13667 (exit $ac_status); } &&
13668 { ac_try='test -s conftest.$ac_objext'
13669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13670 (eval $ac_try) 2>&5
13671 ac_status=$?
13672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13673 (exit $ac_status); }; }; then
13674 ac_cv_c_const=yes
13675 else
13676 echo "$as_me: failed program was:" >&5
13677 sed 's/^/| /' conftest.$ac_ext >&5
13678
13679 ac_cv_c_const=no
13680 fi
13681 rm -f conftest.$ac_objext conftest.$ac_ext
13682 fi
13683 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13684 echo "${ECHO_T}$ac_cv_c_const" >&6
13685 if test $ac_cv_c_const = no; then
13686
13687 cat >>confdefs.h <<\_ACEOF
13688 #define const
13689 _ACEOF
13690
13691 fi
13692
13693 echo "$as_me:$LINENO: checking for inline" >&5
13694 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13695 if test "${ac_cv_c_inline+set}" = set; then
13696 echo $ECHO_N "(cached) $ECHO_C" >&6
13697 else
13698 ac_cv_c_inline=no
13699 for ac_kw in inline __inline__ __inline; do
13700 cat >conftest.$ac_ext <<_ACEOF
13701 #line $LINENO "configure"
13702 /* confdefs.h. */
13703 _ACEOF
13704 cat confdefs.h >>conftest.$ac_ext
13705 cat >>conftest.$ac_ext <<_ACEOF
13706 /* end confdefs.h. */
13707 #ifndef __cplusplus
13708 typedef int foo_t;
13709 static $ac_kw foo_t static_foo () {return 0; }
13710 $ac_kw foo_t foo () {return 0; }
13711 #endif
13712
13713 _ACEOF
13714 rm -f conftest.$ac_objext
13715 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13716 (eval $ac_compile) 2>&5
13717 ac_status=$?
13718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13719 (exit $ac_status); } &&
13720 { ac_try='test -s conftest.$ac_objext'
13721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13722 (eval $ac_try) 2>&5
13723 ac_status=$?
13724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13725 (exit $ac_status); }; }; then
13726 ac_cv_c_inline=$ac_kw; break
13727 else
13728 echo "$as_me: failed program was:" >&5
13729 sed 's/^/| /' conftest.$ac_ext >&5
13730
13731 fi
13732 rm -f conftest.$ac_objext conftest.$ac_ext
13733 done
13734
13735 fi
13736 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13737 echo "${ECHO_T}$ac_cv_c_inline" >&6
13738 case $ac_cv_c_inline in
13739 inline | yes) ;;
13740 no)
13741 cat >>confdefs.h <<\_ACEOF
13742 #define inline
13743 _ACEOF
13744 ;;
13745 *) cat >>confdefs.h <<_ACEOF
13746 #define inline $ac_cv_c_inline
13747 _ACEOF
13748 ;;
13749 esac
13750
13751
13752 echo "$as_me:$LINENO: checking for char" >&5
13753 echo $ECHO_N "checking for char... $ECHO_C" >&6
13754 if test "${ac_cv_type_char+set}" = set; then
13755 echo $ECHO_N "(cached) $ECHO_C" >&6
13756 else
13757 cat >conftest.$ac_ext <<_ACEOF
13758 #line $LINENO "configure"
13759 /* confdefs.h. */
13760 _ACEOF
13761 cat confdefs.h >>conftest.$ac_ext
13762 cat >>conftest.$ac_ext <<_ACEOF
13763 /* end confdefs.h. */
13764 $ac_includes_default
13765 int
13766 main ()
13767 {
13768 if ((char *) 0)
13769 return 0;
13770 if (sizeof (char))
13771 return 0;
13772 ;
13773 return 0;
13774 }
13775 _ACEOF
13776 rm -f conftest.$ac_objext
13777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13778 (eval $ac_compile) 2>&5
13779 ac_status=$?
13780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13781 (exit $ac_status); } &&
13782 { ac_try='test -s conftest.$ac_objext'
13783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13784 (eval $ac_try) 2>&5
13785 ac_status=$?
13786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787 (exit $ac_status); }; }; then
13788 ac_cv_type_char=yes
13789 else
13790 echo "$as_me: failed program was:" >&5
13791 sed 's/^/| /' conftest.$ac_ext >&5
13792
13793 ac_cv_type_char=no
13794 fi
13795 rm -f conftest.$ac_objext conftest.$ac_ext
13796 fi
13797 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13798 echo "${ECHO_T}$ac_cv_type_char" >&6
13799
13800 echo "$as_me:$LINENO: checking size of char" >&5
13801 echo $ECHO_N "checking size of char... $ECHO_C" >&6
13802 if test "${ac_cv_sizeof_char+set}" = set; then
13803 echo $ECHO_N "(cached) $ECHO_C" >&6
13804 else
13805 if test "$ac_cv_type_char" = yes; then
13806 # The cast to unsigned long works around a bug in the HP C Compiler
13807 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13808 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13809 # This bug is HP SR number 8606223364.
13810 if test "$cross_compiling" = yes; then
13811 # Depending upon the size, compute the lo and hi bounds.
13812 cat >conftest.$ac_ext <<_ACEOF
13813 #line $LINENO "configure"
13814 /* confdefs.h. */
13815 _ACEOF
13816 cat confdefs.h >>conftest.$ac_ext
13817 cat >>conftest.$ac_ext <<_ACEOF
13818 /* end confdefs.h. */
13819 $ac_includes_default
13820 int
13821 main ()
13822 {
13823 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13824 test_array [0] = 0
13825
13826 ;
13827 return 0;
13828 }
13829 _ACEOF
13830 rm -f conftest.$ac_objext
13831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13832 (eval $ac_compile) 2>&5
13833 ac_status=$?
13834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13835 (exit $ac_status); } &&
13836 { ac_try='test -s conftest.$ac_objext'
13837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13838 (eval $ac_try) 2>&5
13839 ac_status=$?
13840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13841 (exit $ac_status); }; }; then
13842 ac_lo=0 ac_mid=0
13843 while :; do
13844 cat >conftest.$ac_ext <<_ACEOF
13845 #line $LINENO "configure"
13846 /* confdefs.h. */
13847 _ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13851 $ac_includes_default
13852 int
13853 main ()
13854 {
13855 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13856 test_array [0] = 0
13857
13858 ;
13859 return 0;
13860 }
13861 _ACEOF
13862 rm -f conftest.$ac_objext
13863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13864 (eval $ac_compile) 2>&5
13865 ac_status=$?
13866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13867 (exit $ac_status); } &&
13868 { ac_try='test -s conftest.$ac_objext'
13869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13870 (eval $ac_try) 2>&5
13871 ac_status=$?
13872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13873 (exit $ac_status); }; }; then
13874 ac_hi=$ac_mid; break
13875 else
13876 echo "$as_me: failed program was:" >&5
13877 sed 's/^/| /' conftest.$ac_ext >&5
13878
13879 ac_lo=`expr $ac_mid + 1`
13880 if test $ac_lo -le $ac_mid; then
13881 ac_lo= ac_hi=
13882 break
13883 fi
13884 ac_mid=`expr 2 '*' $ac_mid + 1`
13885 fi
13886 rm -f conftest.$ac_objext conftest.$ac_ext
13887 done
13888 else
13889 echo "$as_me: failed program was:" >&5
13890 sed 's/^/| /' conftest.$ac_ext >&5
13891
13892 cat >conftest.$ac_ext <<_ACEOF
13893 #line $LINENO "configure"
13894 /* confdefs.h. */
13895 _ACEOF
13896 cat confdefs.h >>conftest.$ac_ext
13897 cat >>conftest.$ac_ext <<_ACEOF
13898 /* end confdefs.h. */
13899 $ac_includes_default
13900 int
13901 main ()
13902 {
13903 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13904 test_array [0] = 0
13905
13906 ;
13907 return 0;
13908 }
13909 _ACEOF
13910 rm -f conftest.$ac_objext
13911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13912 (eval $ac_compile) 2>&5
13913 ac_status=$?
13914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13915 (exit $ac_status); } &&
13916 { ac_try='test -s conftest.$ac_objext'
13917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13918 (eval $ac_try) 2>&5
13919 ac_status=$?
13920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13921 (exit $ac_status); }; }; then
13922 ac_hi=-1 ac_mid=-1
13923 while :; do
13924 cat >conftest.$ac_ext <<_ACEOF
13925 #line $LINENO "configure"
13926 /* confdefs.h. */
13927 _ACEOF
13928 cat confdefs.h >>conftest.$ac_ext
13929 cat >>conftest.$ac_ext <<_ACEOF
13930 /* end confdefs.h. */
13931 $ac_includes_default
13932 int
13933 main ()
13934 {
13935 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13936 test_array [0] = 0
13937
13938 ;
13939 return 0;
13940 }
13941 _ACEOF
13942 rm -f conftest.$ac_objext
13943 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13944 (eval $ac_compile) 2>&5
13945 ac_status=$?
13946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13947 (exit $ac_status); } &&
13948 { ac_try='test -s conftest.$ac_objext'
13949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13950 (eval $ac_try) 2>&5
13951 ac_status=$?
13952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13953 (exit $ac_status); }; }; then
13954 ac_lo=$ac_mid; break
13955 else
13956 echo "$as_me: failed program was:" >&5
13957 sed 's/^/| /' conftest.$ac_ext >&5
13958
13959 ac_hi=`expr '(' $ac_mid ')' - 1`
13960 if test $ac_mid -le $ac_hi; then
13961 ac_lo= ac_hi=
13962 break
13963 fi
13964 ac_mid=`expr 2 '*' $ac_mid`
13965 fi
13966 rm -f conftest.$ac_objext conftest.$ac_ext
13967 done
13968 else
13969 echo "$as_me: failed program was:" >&5
13970 sed 's/^/| /' conftest.$ac_ext >&5
13971
13972 ac_lo= ac_hi=
13973 fi
13974 rm -f conftest.$ac_objext conftest.$ac_ext
13975 fi
13976 rm -f conftest.$ac_objext conftest.$ac_ext
13977 # Binary search between lo and hi bounds.
13978 while test "x$ac_lo" != "x$ac_hi"; do
13979 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13980 cat >conftest.$ac_ext <<_ACEOF
13981 #line $LINENO "configure"
13982 /* confdefs.h. */
13983 _ACEOF
13984 cat confdefs.h >>conftest.$ac_ext
13985 cat >>conftest.$ac_ext <<_ACEOF
13986 /* end confdefs.h. */
13987 $ac_includes_default
13988 int
13989 main ()
13990 {
13991 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13992 test_array [0] = 0
13993
13994 ;
13995 return 0;
13996 }
13997 _ACEOF
13998 rm -f conftest.$ac_objext
13999 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14000 (eval $ac_compile) 2>&5
14001 ac_status=$?
14002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14003 (exit $ac_status); } &&
14004 { ac_try='test -s conftest.$ac_objext'
14005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14006 (eval $ac_try) 2>&5
14007 ac_status=$?
14008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009 (exit $ac_status); }; }; then
14010 ac_hi=$ac_mid
14011 else
14012 echo "$as_me: failed program was:" >&5
14013 sed 's/^/| /' conftest.$ac_ext >&5
14014
14015 ac_lo=`expr '(' $ac_mid ')' + 1`
14016 fi
14017 rm -f conftest.$ac_objext conftest.$ac_ext
14018 done
14019 case $ac_lo in
14020 ?*) ac_cv_sizeof_char=$ac_lo;;
14021 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14022 See \`config.log' for more details." >&5
14023 echo "$as_me: error: cannot compute sizeof (char), 77
14024 See \`config.log' for more details." >&2;}
14025 { (exit 1); exit 1; }; } ;;
14026 esac
14027 else
14028 if test "$cross_compiling" = yes; then
14029 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14030 See \`config.log' for more details." >&5
14031 echo "$as_me: error: cannot run test program while cross compiling
14032 See \`config.log' for more details." >&2;}
14033 { (exit 1); exit 1; }; }
14034 else
14035 cat >conftest.$ac_ext <<_ACEOF
14036 #line $LINENO "configure"
14037 /* confdefs.h. */
14038 _ACEOF
14039 cat confdefs.h >>conftest.$ac_ext
14040 cat >>conftest.$ac_ext <<_ACEOF
14041 /* end confdefs.h. */
14042 $ac_includes_default
14043 long longval () { return (long) (sizeof (char)); }
14044 unsigned long ulongval () { return (long) (sizeof (char)); }
14045 #include <stdio.h>
14046 #include <stdlib.h>
14047 int
14048 main ()
14049 {
14050
14051 FILE *f = fopen ("conftest.val", "w");
14052 if (! f)
14053 exit (1);
14054 if (((long) (sizeof (char))) < 0)
14055 {
14056 long i = longval ();
14057 if (i != ((long) (sizeof (char))))
14058 exit (1);
14059 fprintf (f, "%ld\n", i);
14060 }
14061 else
14062 {
14063 unsigned long i = ulongval ();
14064 if (i != ((long) (sizeof (char))))
14065 exit (1);
14066 fprintf (f, "%lu\n", i);
14067 }
14068 exit (ferror (f) || fclose (f) != 0);
14069
14070 ;
14071 return 0;
14072 }
14073 _ACEOF
14074 rm -f conftest$ac_exeext
14075 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14076 (eval $ac_link) 2>&5
14077 ac_status=$?
14078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14079 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14081 (eval $ac_try) 2>&5
14082 ac_status=$?
14083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14084 (exit $ac_status); }; }; then
14085 ac_cv_sizeof_char=`cat conftest.val`
14086 else
14087 echo "$as_me: program exited with status $ac_status" >&5
14088 echo "$as_me: failed program was:" >&5
14089 sed 's/^/| /' conftest.$ac_ext >&5
14090
14091 ( exit $ac_status )
14092 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14093 See \`config.log' for more details." >&5
14094 echo "$as_me: error: cannot compute sizeof (char), 77
14095 See \`config.log' for more details." >&2;}
14096 { (exit 1); exit 1; }; }
14097 fi
14098 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14099 fi
14100 fi
14101 rm -f conftest.val
14102 else
14103 ac_cv_sizeof_char=0
14104 fi
14105 fi
14106 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14107 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14108 cat >>confdefs.h <<_ACEOF
14109 #define SIZEOF_CHAR $ac_cv_sizeof_char
14110 _ACEOF
14111
14112
14113 echo "$as_me:$LINENO: checking for short" >&5
14114 echo $ECHO_N "checking for short... $ECHO_C" >&6
14115 if test "${ac_cv_type_short+set}" = set; then
14116 echo $ECHO_N "(cached) $ECHO_C" >&6
14117 else
14118 cat >conftest.$ac_ext <<_ACEOF
14119 #line $LINENO "configure"
14120 /* confdefs.h. */
14121 _ACEOF
14122 cat confdefs.h >>conftest.$ac_ext
14123 cat >>conftest.$ac_ext <<_ACEOF
14124 /* end confdefs.h. */
14125 $ac_includes_default
14126 int
14127 main ()
14128 {
14129 if ((short *) 0)
14130 return 0;
14131 if (sizeof (short))
14132 return 0;
14133 ;
14134 return 0;
14135 }
14136 _ACEOF
14137 rm -f conftest.$ac_objext
14138 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14139 (eval $ac_compile) 2>&5
14140 ac_status=$?
14141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14142 (exit $ac_status); } &&
14143 { ac_try='test -s conftest.$ac_objext'
14144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14145 (eval $ac_try) 2>&5
14146 ac_status=$?
14147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14148 (exit $ac_status); }; }; then
14149 ac_cv_type_short=yes
14150 else
14151 echo "$as_me: failed program was:" >&5
14152 sed 's/^/| /' conftest.$ac_ext >&5
14153
14154 ac_cv_type_short=no
14155 fi
14156 rm -f conftest.$ac_objext conftest.$ac_ext
14157 fi
14158 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14159 echo "${ECHO_T}$ac_cv_type_short" >&6
14160
14161 echo "$as_me:$LINENO: checking size of short" >&5
14162 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14163 if test "${ac_cv_sizeof_short+set}" = set; then
14164 echo $ECHO_N "(cached) $ECHO_C" >&6
14165 else
14166 if test "$ac_cv_type_short" = yes; then
14167 # The cast to unsigned long works around a bug in the HP C Compiler
14168 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14169 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14170 # This bug is HP SR number 8606223364.
14171 if test "$cross_compiling" = yes; then
14172 # Depending upon the size, compute the lo and hi bounds.
14173 cat >conftest.$ac_ext <<_ACEOF
14174 #line $LINENO "configure"
14175 /* confdefs.h. */
14176 _ACEOF
14177 cat confdefs.h >>conftest.$ac_ext
14178 cat >>conftest.$ac_ext <<_ACEOF
14179 /* end confdefs.h. */
14180 $ac_includes_default
14181 int
14182 main ()
14183 {
14184 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14185 test_array [0] = 0
14186
14187 ;
14188 return 0;
14189 }
14190 _ACEOF
14191 rm -f conftest.$ac_objext
14192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14193 (eval $ac_compile) 2>&5
14194 ac_status=$?
14195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14196 (exit $ac_status); } &&
14197 { ac_try='test -s conftest.$ac_objext'
14198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14199 (eval $ac_try) 2>&5
14200 ac_status=$?
14201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14202 (exit $ac_status); }; }; then
14203 ac_lo=0 ac_mid=0
14204 while :; do
14205 cat >conftest.$ac_ext <<_ACEOF
14206 #line $LINENO "configure"
14207 /* confdefs.h. */
14208 _ACEOF
14209 cat confdefs.h >>conftest.$ac_ext
14210 cat >>conftest.$ac_ext <<_ACEOF
14211 /* end confdefs.h. */
14212 $ac_includes_default
14213 int
14214 main ()
14215 {
14216 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14217 test_array [0] = 0
14218
14219 ;
14220 return 0;
14221 }
14222 _ACEOF
14223 rm -f conftest.$ac_objext
14224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14225 (eval $ac_compile) 2>&5
14226 ac_status=$?
14227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14228 (exit $ac_status); } &&
14229 { ac_try='test -s conftest.$ac_objext'
14230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14231 (eval $ac_try) 2>&5
14232 ac_status=$?
14233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); }; }; then
14235 ac_hi=$ac_mid; break
14236 else
14237 echo "$as_me: failed program was:" >&5
14238 sed 's/^/| /' conftest.$ac_ext >&5
14239
14240 ac_lo=`expr $ac_mid + 1`
14241 if test $ac_lo -le $ac_mid; then
14242 ac_lo= ac_hi=
14243 break
14244 fi
14245 ac_mid=`expr 2 '*' $ac_mid + 1`
14246 fi
14247 rm -f conftest.$ac_objext conftest.$ac_ext
14248 done
14249 else
14250 echo "$as_me: failed program was:" >&5
14251 sed 's/^/| /' conftest.$ac_ext >&5
14252
14253 cat >conftest.$ac_ext <<_ACEOF
14254 #line $LINENO "configure"
14255 /* confdefs.h. */
14256 _ACEOF
14257 cat confdefs.h >>conftest.$ac_ext
14258 cat >>conftest.$ac_ext <<_ACEOF
14259 /* end confdefs.h. */
14260 $ac_includes_default
14261 int
14262 main ()
14263 {
14264 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14265 test_array [0] = 0
14266
14267 ;
14268 return 0;
14269 }
14270 _ACEOF
14271 rm -f conftest.$ac_objext
14272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14273 (eval $ac_compile) 2>&5
14274 ac_status=$?
14275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14276 (exit $ac_status); } &&
14277 { ac_try='test -s conftest.$ac_objext'
14278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14279 (eval $ac_try) 2>&5
14280 ac_status=$?
14281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14282 (exit $ac_status); }; }; then
14283 ac_hi=-1 ac_mid=-1
14284 while :; do
14285 cat >conftest.$ac_ext <<_ACEOF
14286 #line $LINENO "configure"
14287 /* confdefs.h. */
14288 _ACEOF
14289 cat confdefs.h >>conftest.$ac_ext
14290 cat >>conftest.$ac_ext <<_ACEOF
14291 /* end confdefs.h. */
14292 $ac_includes_default
14293 int
14294 main ()
14295 {
14296 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14297 test_array [0] = 0
14298
14299 ;
14300 return 0;
14301 }
14302 _ACEOF
14303 rm -f conftest.$ac_objext
14304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14305 (eval $ac_compile) 2>&5
14306 ac_status=$?
14307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14308 (exit $ac_status); } &&
14309 { ac_try='test -s conftest.$ac_objext'
14310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14311 (eval $ac_try) 2>&5
14312 ac_status=$?
14313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14314 (exit $ac_status); }; }; then
14315 ac_lo=$ac_mid; break
14316 else
14317 echo "$as_me: failed program was:" >&5
14318 sed 's/^/| /' conftest.$ac_ext >&5
14319
14320 ac_hi=`expr '(' $ac_mid ')' - 1`
14321 if test $ac_mid -le $ac_hi; then
14322 ac_lo= ac_hi=
14323 break
14324 fi
14325 ac_mid=`expr 2 '*' $ac_mid`
14326 fi
14327 rm -f conftest.$ac_objext conftest.$ac_ext
14328 done
14329 else
14330 echo "$as_me: failed program was:" >&5
14331 sed 's/^/| /' conftest.$ac_ext >&5
14332
14333 ac_lo= ac_hi=
14334 fi
14335 rm -f conftest.$ac_objext conftest.$ac_ext
14336 fi
14337 rm -f conftest.$ac_objext conftest.$ac_ext
14338 # Binary search between lo and hi bounds.
14339 while test "x$ac_lo" != "x$ac_hi"; do
14340 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14341 cat >conftest.$ac_ext <<_ACEOF
14342 #line $LINENO "configure"
14343 /* confdefs.h. */
14344 _ACEOF
14345 cat confdefs.h >>conftest.$ac_ext
14346 cat >>conftest.$ac_ext <<_ACEOF
14347 /* end confdefs.h. */
14348 $ac_includes_default
14349 int
14350 main ()
14351 {
14352 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14353 test_array [0] = 0
14354
14355 ;
14356 return 0;
14357 }
14358 _ACEOF
14359 rm -f conftest.$ac_objext
14360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14361 (eval $ac_compile) 2>&5
14362 ac_status=$?
14363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14364 (exit $ac_status); } &&
14365 { ac_try='test -s conftest.$ac_objext'
14366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14367 (eval $ac_try) 2>&5
14368 ac_status=$?
14369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14370 (exit $ac_status); }; }; then
14371 ac_hi=$ac_mid
14372 else
14373 echo "$as_me: failed program was:" >&5
14374 sed 's/^/| /' conftest.$ac_ext >&5
14375
14376 ac_lo=`expr '(' $ac_mid ')' + 1`
14377 fi
14378 rm -f conftest.$ac_objext conftest.$ac_ext
14379 done
14380 case $ac_lo in
14381 ?*) ac_cv_sizeof_short=$ac_lo;;
14382 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14383 See \`config.log' for more details." >&5
14384 echo "$as_me: error: cannot compute sizeof (short), 77
14385 See \`config.log' for more details." >&2;}
14386 { (exit 1); exit 1; }; } ;;
14387 esac
14388 else
14389 if test "$cross_compiling" = yes; then
14390 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14391 See \`config.log' for more details." >&5
14392 echo "$as_me: error: cannot run test program while cross compiling
14393 See \`config.log' for more details." >&2;}
14394 { (exit 1); exit 1; }; }
14395 else
14396 cat >conftest.$ac_ext <<_ACEOF
14397 #line $LINENO "configure"
14398 /* confdefs.h. */
14399 _ACEOF
14400 cat confdefs.h >>conftest.$ac_ext
14401 cat >>conftest.$ac_ext <<_ACEOF
14402 /* end confdefs.h. */
14403 $ac_includes_default
14404 long longval () { return (long) (sizeof (short)); }
14405 unsigned long ulongval () { return (long) (sizeof (short)); }
14406 #include <stdio.h>
14407 #include <stdlib.h>
14408 int
14409 main ()
14410 {
14411
14412 FILE *f = fopen ("conftest.val", "w");
14413 if (! f)
14414 exit (1);
14415 if (((long) (sizeof (short))) < 0)
14416 {
14417 long i = longval ();
14418 if (i != ((long) (sizeof (short))))
14419 exit (1);
14420 fprintf (f, "%ld\n", i);
14421 }
14422 else
14423 {
14424 unsigned long i = ulongval ();
14425 if (i != ((long) (sizeof (short))))
14426 exit (1);
14427 fprintf (f, "%lu\n", i);
14428 }
14429 exit (ferror (f) || fclose (f) != 0);
14430
14431 ;
14432 return 0;
14433 }
14434 _ACEOF
14435 rm -f conftest$ac_exeext
14436 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14437 (eval $ac_link) 2>&5
14438 ac_status=$?
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14442 (eval $ac_try) 2>&5
14443 ac_status=$?
14444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14445 (exit $ac_status); }; }; then
14446 ac_cv_sizeof_short=`cat conftest.val`
14447 else
14448 echo "$as_me: program exited with status $ac_status" >&5
14449 echo "$as_me: failed program was:" >&5
14450 sed 's/^/| /' conftest.$ac_ext >&5
14451
14452 ( exit $ac_status )
14453 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14454 See \`config.log' for more details." >&5
14455 echo "$as_me: error: cannot compute sizeof (short), 77
14456 See \`config.log' for more details." >&2;}
14457 { (exit 1); exit 1; }; }
14458 fi
14459 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14460 fi
14461 fi
14462 rm -f conftest.val
14463 else
14464 ac_cv_sizeof_short=0
14465 fi
14466 fi
14467 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14468 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14469 cat >>confdefs.h <<_ACEOF
14470 #define SIZEOF_SHORT $ac_cv_sizeof_short
14471 _ACEOF
14472
14473
14474 echo "$as_me:$LINENO: checking for void *" >&5
14475 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14476 if test "${ac_cv_type_void_p+set}" = set; then
14477 echo $ECHO_N "(cached) $ECHO_C" >&6
14478 else
14479 cat >conftest.$ac_ext <<_ACEOF
14480 #line $LINENO "configure"
14481 /* confdefs.h. */
14482 _ACEOF
14483 cat confdefs.h >>conftest.$ac_ext
14484 cat >>conftest.$ac_ext <<_ACEOF
14485 /* end confdefs.h. */
14486 $ac_includes_default
14487 int
14488 main ()
14489 {
14490 if ((void * *) 0)
14491 return 0;
14492 if (sizeof (void *))
14493 return 0;
14494 ;
14495 return 0;
14496 }
14497 _ACEOF
14498 rm -f conftest.$ac_objext
14499 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14500 (eval $ac_compile) 2>&5
14501 ac_status=$?
14502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14503 (exit $ac_status); } &&
14504 { ac_try='test -s conftest.$ac_objext'
14505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14506 (eval $ac_try) 2>&5
14507 ac_status=$?
14508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509 (exit $ac_status); }; }; then
14510 ac_cv_type_void_p=yes
14511 else
14512 echo "$as_me: failed program was:" >&5
14513 sed 's/^/| /' conftest.$ac_ext >&5
14514
14515 ac_cv_type_void_p=no
14516 fi
14517 rm -f conftest.$ac_objext conftest.$ac_ext
14518 fi
14519 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14520 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14521
14522 echo "$as_me:$LINENO: checking size of void *" >&5
14523 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14524 if test "${ac_cv_sizeof_void_p+set}" = set; then
14525 echo $ECHO_N "(cached) $ECHO_C" >&6
14526 else
14527 if test "$ac_cv_type_void_p" = yes; then
14528 # The cast to unsigned long works around a bug in the HP C Compiler
14529 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14530 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14531 # This bug is HP SR number 8606223364.
14532 if test "$cross_compiling" = yes; then
14533 # Depending upon the size, compute the lo and hi bounds.
14534 cat >conftest.$ac_ext <<_ACEOF
14535 #line $LINENO "configure"
14536 /* confdefs.h. */
14537 _ACEOF
14538 cat confdefs.h >>conftest.$ac_ext
14539 cat >>conftest.$ac_ext <<_ACEOF
14540 /* end confdefs.h. */
14541 $ac_includes_default
14542 int
14543 main ()
14544 {
14545 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14546 test_array [0] = 0
14547
14548 ;
14549 return 0;
14550 }
14551 _ACEOF
14552 rm -f conftest.$ac_objext
14553 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14554 (eval $ac_compile) 2>&5
14555 ac_status=$?
14556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14557 (exit $ac_status); } &&
14558 { ac_try='test -s conftest.$ac_objext'
14559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14560 (eval $ac_try) 2>&5
14561 ac_status=$?
14562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14563 (exit $ac_status); }; }; then
14564 ac_lo=0 ac_mid=0
14565 while :; do
14566 cat >conftest.$ac_ext <<_ACEOF
14567 #line $LINENO "configure"
14568 /* confdefs.h. */
14569 _ACEOF
14570 cat confdefs.h >>conftest.$ac_ext
14571 cat >>conftest.$ac_ext <<_ACEOF
14572 /* end confdefs.h. */
14573 $ac_includes_default
14574 int
14575 main ()
14576 {
14577 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14578 test_array [0] = 0
14579
14580 ;
14581 return 0;
14582 }
14583 _ACEOF
14584 rm -f conftest.$ac_objext
14585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14586 (eval $ac_compile) 2>&5
14587 ac_status=$?
14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } &&
14590 { ac_try='test -s conftest.$ac_objext'
14591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14592 (eval $ac_try) 2>&5
14593 ac_status=$?
14594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14595 (exit $ac_status); }; }; then
14596 ac_hi=$ac_mid; break
14597 else
14598 echo "$as_me: failed program was:" >&5
14599 sed 's/^/| /' conftest.$ac_ext >&5
14600
14601 ac_lo=`expr $ac_mid + 1`
14602 if test $ac_lo -le $ac_mid; then
14603 ac_lo= ac_hi=
14604 break
14605 fi
14606 ac_mid=`expr 2 '*' $ac_mid + 1`
14607 fi
14608 rm -f conftest.$ac_objext conftest.$ac_ext
14609 done
14610 else
14611 echo "$as_me: failed program was:" >&5
14612 sed 's/^/| /' conftest.$ac_ext >&5
14613
14614 cat >conftest.$ac_ext <<_ACEOF
14615 #line $LINENO "configure"
14616 /* confdefs.h. */
14617 _ACEOF
14618 cat confdefs.h >>conftest.$ac_ext
14619 cat >>conftest.$ac_ext <<_ACEOF
14620 /* end confdefs.h. */
14621 $ac_includes_default
14622 int
14623 main ()
14624 {
14625 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14626 test_array [0] = 0
14627
14628 ;
14629 return 0;
14630 }
14631 _ACEOF
14632 rm -f conftest.$ac_objext
14633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14634 (eval $ac_compile) 2>&5
14635 ac_status=$?
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); } &&
14638 { ac_try='test -s conftest.$ac_objext'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5
14641 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; }; then
14644 ac_hi=-1 ac_mid=-1
14645 while :; do
14646 cat >conftest.$ac_ext <<_ACEOF
14647 #line $LINENO "configure"
14648 /* confdefs.h. */
14649 _ACEOF
14650 cat confdefs.h >>conftest.$ac_ext
14651 cat >>conftest.$ac_ext <<_ACEOF
14652 /* end confdefs.h. */
14653 $ac_includes_default
14654 int
14655 main ()
14656 {
14657 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14658 test_array [0] = 0
14659
14660 ;
14661 return 0;
14662 }
14663 _ACEOF
14664 rm -f conftest.$ac_objext
14665 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14666 (eval $ac_compile) 2>&5
14667 ac_status=$?
14668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14669 (exit $ac_status); } &&
14670 { ac_try='test -s conftest.$ac_objext'
14671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14672 (eval $ac_try) 2>&5
14673 ac_status=$?
14674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14675 (exit $ac_status); }; }; then
14676 ac_lo=$ac_mid; break
14677 else
14678 echo "$as_me: failed program was:" >&5
14679 sed 's/^/| /' conftest.$ac_ext >&5
14680
14681 ac_hi=`expr '(' $ac_mid ')' - 1`
14682 if test $ac_mid -le $ac_hi; then
14683 ac_lo= ac_hi=
14684 break
14685 fi
14686 ac_mid=`expr 2 '*' $ac_mid`
14687 fi
14688 rm -f conftest.$ac_objext conftest.$ac_ext
14689 done
14690 else
14691 echo "$as_me: failed program was:" >&5
14692 sed 's/^/| /' conftest.$ac_ext >&5
14693
14694 ac_lo= ac_hi=
14695 fi
14696 rm -f conftest.$ac_objext conftest.$ac_ext
14697 fi
14698 rm -f conftest.$ac_objext conftest.$ac_ext
14699 # Binary search between lo and hi bounds.
14700 while test "x$ac_lo" != "x$ac_hi"; do
14701 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14702 cat >conftest.$ac_ext <<_ACEOF
14703 #line $LINENO "configure"
14704 /* confdefs.h. */
14705 _ACEOF
14706 cat confdefs.h >>conftest.$ac_ext
14707 cat >>conftest.$ac_ext <<_ACEOF
14708 /* end confdefs.h. */
14709 $ac_includes_default
14710 int
14711 main ()
14712 {
14713 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14714 test_array [0] = 0
14715
14716 ;
14717 return 0;
14718 }
14719 _ACEOF
14720 rm -f conftest.$ac_objext
14721 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14722 (eval $ac_compile) 2>&5
14723 ac_status=$?
14724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14725 (exit $ac_status); } &&
14726 { ac_try='test -s conftest.$ac_objext'
14727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14728 (eval $ac_try) 2>&5
14729 ac_status=$?
14730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14731 (exit $ac_status); }; }; then
14732 ac_hi=$ac_mid
14733 else
14734 echo "$as_me: failed program was:" >&5
14735 sed 's/^/| /' conftest.$ac_ext >&5
14736
14737 ac_lo=`expr '(' $ac_mid ')' + 1`
14738 fi
14739 rm -f conftest.$ac_objext conftest.$ac_ext
14740 done
14741 case $ac_lo in
14742 ?*) ac_cv_sizeof_void_p=$ac_lo;;
14743 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14744 See \`config.log' for more details." >&5
14745 echo "$as_me: error: cannot compute sizeof (void *), 77
14746 See \`config.log' for more details." >&2;}
14747 { (exit 1); exit 1; }; } ;;
14748 esac
14749 else
14750 if test "$cross_compiling" = yes; then
14751 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14752 See \`config.log' for more details." >&5
14753 echo "$as_me: error: cannot run test program while cross compiling
14754 See \`config.log' for more details." >&2;}
14755 { (exit 1); exit 1; }; }
14756 else
14757 cat >conftest.$ac_ext <<_ACEOF
14758 #line $LINENO "configure"
14759 /* confdefs.h. */
14760 _ACEOF
14761 cat confdefs.h >>conftest.$ac_ext
14762 cat >>conftest.$ac_ext <<_ACEOF
14763 /* end confdefs.h. */
14764 $ac_includes_default
14765 long longval () { return (long) (sizeof (void *)); }
14766 unsigned long ulongval () { return (long) (sizeof (void *)); }
14767 #include <stdio.h>
14768 #include <stdlib.h>
14769 int
14770 main ()
14771 {
14772
14773 FILE *f = fopen ("conftest.val", "w");
14774 if (! f)
14775 exit (1);
14776 if (((long) (sizeof (void *))) < 0)
14777 {
14778 long i = longval ();
14779 if (i != ((long) (sizeof (void *))))
14780 exit (1);
14781 fprintf (f, "%ld\n", i);
14782 }
14783 else
14784 {
14785 unsigned long i = ulongval ();
14786 if (i != ((long) (sizeof (void *))))
14787 exit (1);
14788 fprintf (f, "%lu\n", i);
14789 }
14790 exit (ferror (f) || fclose (f) != 0);
14791
14792 ;
14793 return 0;
14794 }
14795 _ACEOF
14796 rm -f conftest$ac_exeext
14797 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14798 (eval $ac_link) 2>&5
14799 ac_status=$?
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14803 (eval $ac_try) 2>&5
14804 ac_status=$?
14805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14806 (exit $ac_status); }; }; then
14807 ac_cv_sizeof_void_p=`cat conftest.val`
14808 else
14809 echo "$as_me: program exited with status $ac_status" >&5
14810 echo "$as_me: failed program was:" >&5
14811 sed 's/^/| /' conftest.$ac_ext >&5
14812
14813 ( exit $ac_status )
14814 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14815 See \`config.log' for more details." >&5
14816 echo "$as_me: error: cannot compute sizeof (void *), 77
14817 See \`config.log' for more details." >&2;}
14818 { (exit 1); exit 1; }; }
14819 fi
14820 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14821 fi
14822 fi
14823 rm -f conftest.val
14824 else
14825 ac_cv_sizeof_void_p=0
14826 fi
14827 fi
14828 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14829 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14830 cat >>confdefs.h <<_ACEOF
14831 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14832 _ACEOF
14833
14834
14835 echo "$as_me:$LINENO: checking for int" >&5
14836 echo $ECHO_N "checking for int... $ECHO_C" >&6
14837 if test "${ac_cv_type_int+set}" = set; then
14838 echo $ECHO_N "(cached) $ECHO_C" >&6
14839 else
14840 cat >conftest.$ac_ext <<_ACEOF
14841 #line $LINENO "configure"
14842 /* confdefs.h. */
14843 _ACEOF
14844 cat confdefs.h >>conftest.$ac_ext
14845 cat >>conftest.$ac_ext <<_ACEOF
14846 /* end confdefs.h. */
14847 $ac_includes_default
14848 int
14849 main ()
14850 {
14851 if ((int *) 0)
14852 return 0;
14853 if (sizeof (int))
14854 return 0;
14855 ;
14856 return 0;
14857 }
14858 _ACEOF
14859 rm -f conftest.$ac_objext
14860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14861 (eval $ac_compile) 2>&5
14862 ac_status=$?
14863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14864 (exit $ac_status); } &&
14865 { ac_try='test -s conftest.$ac_objext'
14866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14867 (eval $ac_try) 2>&5
14868 ac_status=$?
14869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14870 (exit $ac_status); }; }; then
14871 ac_cv_type_int=yes
14872 else
14873 echo "$as_me: failed program was:" >&5
14874 sed 's/^/| /' conftest.$ac_ext >&5
14875
14876 ac_cv_type_int=no
14877 fi
14878 rm -f conftest.$ac_objext conftest.$ac_ext
14879 fi
14880 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14881 echo "${ECHO_T}$ac_cv_type_int" >&6
14882
14883 echo "$as_me:$LINENO: checking size of int" >&5
14884 echo $ECHO_N "checking size of int... $ECHO_C" >&6
14885 if test "${ac_cv_sizeof_int+set}" = set; then
14886 echo $ECHO_N "(cached) $ECHO_C" >&6
14887 else
14888 if test "$ac_cv_type_int" = yes; then
14889 # The cast to unsigned long works around a bug in the HP C Compiler
14890 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14891 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14892 # This bug is HP SR number 8606223364.
14893 if test "$cross_compiling" = yes; then
14894 # Depending upon the size, compute the lo and hi bounds.
14895 cat >conftest.$ac_ext <<_ACEOF
14896 #line $LINENO "configure"
14897 /* confdefs.h. */
14898 _ACEOF
14899 cat confdefs.h >>conftest.$ac_ext
14900 cat >>conftest.$ac_ext <<_ACEOF
14901 /* end confdefs.h. */
14902 $ac_includes_default
14903 int
14904 main ()
14905 {
14906 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14907 test_array [0] = 0
14908
14909 ;
14910 return 0;
14911 }
14912 _ACEOF
14913 rm -f conftest.$ac_objext
14914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14915 (eval $ac_compile) 2>&5
14916 ac_status=$?
14917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); } &&
14919 { ac_try='test -s conftest.$ac_objext'
14920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14921 (eval $ac_try) 2>&5
14922 ac_status=$?
14923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14924 (exit $ac_status); }; }; then
14925 ac_lo=0 ac_mid=0
14926 while :; do
14927 cat >conftest.$ac_ext <<_ACEOF
14928 #line $LINENO "configure"
14929 /* confdefs.h. */
14930 _ACEOF
14931 cat confdefs.h >>conftest.$ac_ext
14932 cat >>conftest.$ac_ext <<_ACEOF
14933 /* end confdefs.h. */
14934 $ac_includes_default
14935 int
14936 main ()
14937 {
14938 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14939 test_array [0] = 0
14940
14941 ;
14942 return 0;
14943 }
14944 _ACEOF
14945 rm -f conftest.$ac_objext
14946 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14947 (eval $ac_compile) 2>&5
14948 ac_status=$?
14949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14950 (exit $ac_status); } &&
14951 { ac_try='test -s conftest.$ac_objext'
14952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14953 (eval $ac_try) 2>&5
14954 ac_status=$?
14955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14956 (exit $ac_status); }; }; then
14957 ac_hi=$ac_mid; break
14958 else
14959 echo "$as_me: failed program was:" >&5
14960 sed 's/^/| /' conftest.$ac_ext >&5
14961
14962 ac_lo=`expr $ac_mid + 1`
14963 if test $ac_lo -le $ac_mid; then
14964 ac_lo= ac_hi=
14965 break
14966 fi
14967 ac_mid=`expr 2 '*' $ac_mid + 1`
14968 fi
14969 rm -f conftest.$ac_objext conftest.$ac_ext
14970 done
14971 else
14972 echo "$as_me: failed program was:" >&5
14973 sed 's/^/| /' conftest.$ac_ext >&5
14974
14975 cat >conftest.$ac_ext <<_ACEOF
14976 #line $LINENO "configure"
14977 /* confdefs.h. */
14978 _ACEOF
14979 cat confdefs.h >>conftest.$ac_ext
14980 cat >>conftest.$ac_ext <<_ACEOF
14981 /* end confdefs.h. */
14982 $ac_includes_default
14983 int
14984 main ()
14985 {
14986 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14987 test_array [0] = 0
14988
14989 ;
14990 return 0;
14991 }
14992 _ACEOF
14993 rm -f conftest.$ac_objext
14994 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14995 (eval $ac_compile) 2>&5
14996 ac_status=$?
14997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14998 (exit $ac_status); } &&
14999 { ac_try='test -s conftest.$ac_objext'
15000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15001 (eval $ac_try) 2>&5
15002 ac_status=$?
15003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15004 (exit $ac_status); }; }; then
15005 ac_hi=-1 ac_mid=-1
15006 while :; do
15007 cat >conftest.$ac_ext <<_ACEOF
15008 #line $LINENO "configure"
15009 /* confdefs.h. */
15010 _ACEOF
15011 cat confdefs.h >>conftest.$ac_ext
15012 cat >>conftest.$ac_ext <<_ACEOF
15013 /* end confdefs.h. */
15014 $ac_includes_default
15015 int
15016 main ()
15017 {
15018 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
15019 test_array [0] = 0
15020
15021 ;
15022 return 0;
15023 }
15024 _ACEOF
15025 rm -f conftest.$ac_objext
15026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15027 (eval $ac_compile) 2>&5
15028 ac_status=$?
15029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15030 (exit $ac_status); } &&
15031 { ac_try='test -s conftest.$ac_objext'
15032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15033 (eval $ac_try) 2>&5
15034 ac_status=$?
15035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15036 (exit $ac_status); }; }; then
15037 ac_lo=$ac_mid; break
15038 else
15039 echo "$as_me: failed program was:" >&5
15040 sed 's/^/| /' conftest.$ac_ext >&5
15041
15042 ac_hi=`expr '(' $ac_mid ')' - 1`
15043 if test $ac_mid -le $ac_hi; then
15044 ac_lo= ac_hi=
15045 break
15046 fi
15047 ac_mid=`expr 2 '*' $ac_mid`
15048 fi
15049 rm -f conftest.$ac_objext conftest.$ac_ext
15050 done
15051 else
15052 echo "$as_me: failed program was:" >&5
15053 sed 's/^/| /' conftest.$ac_ext >&5
15054
15055 ac_lo= ac_hi=
15056 fi
15057 rm -f conftest.$ac_objext conftest.$ac_ext
15058 fi
15059 rm -f conftest.$ac_objext conftest.$ac_ext
15060 # Binary search between lo and hi bounds.
15061 while test "x$ac_lo" != "x$ac_hi"; do
15062 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15063 cat >conftest.$ac_ext <<_ACEOF
15064 #line $LINENO "configure"
15065 /* confdefs.h. */
15066 _ACEOF
15067 cat confdefs.h >>conftest.$ac_ext
15068 cat >>conftest.$ac_ext <<_ACEOF
15069 /* end confdefs.h. */
15070 $ac_includes_default
15071 int
15072 main ()
15073 {
15074 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15075 test_array [0] = 0
15076
15077 ;
15078 return 0;
15079 }
15080 _ACEOF
15081 rm -f conftest.$ac_objext
15082 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15083 (eval $ac_compile) 2>&5
15084 ac_status=$?
15085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15086 (exit $ac_status); } &&
15087 { ac_try='test -s conftest.$ac_objext'
15088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15089 (eval $ac_try) 2>&5
15090 ac_status=$?
15091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15092 (exit $ac_status); }; }; then
15093 ac_hi=$ac_mid
15094 else
15095 echo "$as_me: failed program was:" >&5
15096 sed 's/^/| /' conftest.$ac_ext >&5
15097
15098 ac_lo=`expr '(' $ac_mid ')' + 1`
15099 fi
15100 rm -f conftest.$ac_objext conftest.$ac_ext
15101 done
15102 case $ac_lo in
15103 ?*) ac_cv_sizeof_int=$ac_lo;;
15104 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15105 See \`config.log' for more details." >&5
15106 echo "$as_me: error: cannot compute sizeof (int), 77
15107 See \`config.log' for more details." >&2;}
15108 { (exit 1); exit 1; }; } ;;
15109 esac
15110 else
15111 if test "$cross_compiling" = yes; then
15112 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15113 See \`config.log' for more details." >&5
15114 echo "$as_me: error: cannot run test program while cross compiling
15115 See \`config.log' for more details." >&2;}
15116 { (exit 1); exit 1; }; }
15117 else
15118 cat >conftest.$ac_ext <<_ACEOF
15119 #line $LINENO "configure"
15120 /* confdefs.h. */
15121 _ACEOF
15122 cat confdefs.h >>conftest.$ac_ext
15123 cat >>conftest.$ac_ext <<_ACEOF
15124 /* end confdefs.h. */
15125 $ac_includes_default
15126 long longval () { return (long) (sizeof (int)); }
15127 unsigned long ulongval () { return (long) (sizeof (int)); }
15128 #include <stdio.h>
15129 #include <stdlib.h>
15130 int
15131 main ()
15132 {
15133
15134 FILE *f = fopen ("conftest.val", "w");
15135 if (! f)
15136 exit (1);
15137 if (((long) (sizeof (int))) < 0)
15138 {
15139 long i = longval ();
15140 if (i != ((long) (sizeof (int))))
15141 exit (1);
15142 fprintf (f, "%ld\n", i);
15143 }
15144 else
15145 {
15146 unsigned long i = ulongval ();
15147 if (i != ((long) (sizeof (int))))
15148 exit (1);
15149 fprintf (f, "%lu\n", i);
15150 }
15151 exit (ferror (f) || fclose (f) != 0);
15152
15153 ;
15154 return 0;
15155 }
15156 _ACEOF
15157 rm -f conftest$ac_exeext
15158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15159 (eval $ac_link) 2>&5
15160 ac_status=$?
15161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15164 (eval $ac_try) 2>&5
15165 ac_status=$?
15166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15167 (exit $ac_status); }; }; then
15168 ac_cv_sizeof_int=`cat conftest.val`
15169 else
15170 echo "$as_me: program exited with status $ac_status" >&5
15171 echo "$as_me: failed program was:" >&5
15172 sed 's/^/| /' conftest.$ac_ext >&5
15173
15174 ( exit $ac_status )
15175 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15176 See \`config.log' for more details." >&5
15177 echo "$as_me: error: cannot compute sizeof (int), 77
15178 See \`config.log' for more details." >&2;}
15179 { (exit 1); exit 1; }; }
15180 fi
15181 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15182 fi
15183 fi
15184 rm -f conftest.val
15185 else
15186 ac_cv_sizeof_int=0
15187 fi
15188 fi
15189 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15190 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15191 cat >>confdefs.h <<_ACEOF
15192 #define SIZEOF_INT $ac_cv_sizeof_int
15193 _ACEOF
15194
15195
15196 echo "$as_me:$LINENO: checking for long" >&5
15197 echo $ECHO_N "checking for long... $ECHO_C" >&6
15198 if test "${ac_cv_type_long+set}" = set; then
15199 echo $ECHO_N "(cached) $ECHO_C" >&6
15200 else
15201 cat >conftest.$ac_ext <<_ACEOF
15202 #line $LINENO "configure"
15203 /* confdefs.h. */
15204 _ACEOF
15205 cat confdefs.h >>conftest.$ac_ext
15206 cat >>conftest.$ac_ext <<_ACEOF
15207 /* end confdefs.h. */
15208 $ac_includes_default
15209 int
15210 main ()
15211 {
15212 if ((long *) 0)
15213 return 0;
15214 if (sizeof (long))
15215 return 0;
15216 ;
15217 return 0;
15218 }
15219 _ACEOF
15220 rm -f conftest.$ac_objext
15221 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15222 (eval $ac_compile) 2>&5
15223 ac_status=$?
15224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15225 (exit $ac_status); } &&
15226 { ac_try='test -s conftest.$ac_objext'
15227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15228 (eval $ac_try) 2>&5
15229 ac_status=$?
15230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15231 (exit $ac_status); }; }; then
15232 ac_cv_type_long=yes
15233 else
15234 echo "$as_me: failed program was:" >&5
15235 sed 's/^/| /' conftest.$ac_ext >&5
15236
15237 ac_cv_type_long=no
15238 fi
15239 rm -f conftest.$ac_objext conftest.$ac_ext
15240 fi
15241 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15242 echo "${ECHO_T}$ac_cv_type_long" >&6
15243
15244 echo "$as_me:$LINENO: checking size of long" >&5
15245 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15246 if test "${ac_cv_sizeof_long+set}" = set; then
15247 echo $ECHO_N "(cached) $ECHO_C" >&6
15248 else
15249 if test "$ac_cv_type_long" = yes; then
15250 # The cast to unsigned long works around a bug in the HP C Compiler
15251 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15252 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15253 # This bug is HP SR number 8606223364.
15254 if test "$cross_compiling" = yes; then
15255 # Depending upon the size, compute the lo and hi bounds.
15256 cat >conftest.$ac_ext <<_ACEOF
15257 #line $LINENO "configure"
15258 /* confdefs.h. */
15259 _ACEOF
15260 cat confdefs.h >>conftest.$ac_ext
15261 cat >>conftest.$ac_ext <<_ACEOF
15262 /* end confdefs.h. */
15263 $ac_includes_default
15264 int
15265 main ()
15266 {
15267 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15268 test_array [0] = 0
15269
15270 ;
15271 return 0;
15272 }
15273 _ACEOF
15274 rm -f conftest.$ac_objext
15275 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15276 (eval $ac_compile) 2>&5
15277 ac_status=$?
15278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15279 (exit $ac_status); } &&
15280 { ac_try='test -s conftest.$ac_objext'
15281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15282 (eval $ac_try) 2>&5
15283 ac_status=$?
15284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15285 (exit $ac_status); }; }; then
15286 ac_lo=0 ac_mid=0
15287 while :; do
15288 cat >conftest.$ac_ext <<_ACEOF
15289 #line $LINENO "configure"
15290 /* confdefs.h. */
15291 _ACEOF
15292 cat confdefs.h >>conftest.$ac_ext
15293 cat >>conftest.$ac_ext <<_ACEOF
15294 /* end confdefs.h. */
15295 $ac_includes_default
15296 int
15297 main ()
15298 {
15299 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15300 test_array [0] = 0
15301
15302 ;
15303 return 0;
15304 }
15305 _ACEOF
15306 rm -f conftest.$ac_objext
15307 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15308 (eval $ac_compile) 2>&5
15309 ac_status=$?
15310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15311 (exit $ac_status); } &&
15312 { ac_try='test -s conftest.$ac_objext'
15313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15314 (eval $ac_try) 2>&5
15315 ac_status=$?
15316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317 (exit $ac_status); }; }; then
15318 ac_hi=$ac_mid; break
15319 else
15320 echo "$as_me: failed program was:" >&5
15321 sed 's/^/| /' conftest.$ac_ext >&5
15322
15323 ac_lo=`expr $ac_mid + 1`
15324 if test $ac_lo -le $ac_mid; then
15325 ac_lo= ac_hi=
15326 break
15327 fi
15328 ac_mid=`expr 2 '*' $ac_mid + 1`
15329 fi
15330 rm -f conftest.$ac_objext conftest.$ac_ext
15331 done
15332 else
15333 echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.$ac_ext >&5
15335
15336 cat >conftest.$ac_ext <<_ACEOF
15337 #line $LINENO "configure"
15338 /* confdefs.h. */
15339 _ACEOF
15340 cat confdefs.h >>conftest.$ac_ext
15341 cat >>conftest.$ac_ext <<_ACEOF
15342 /* end confdefs.h. */
15343 $ac_includes_default
15344 int
15345 main ()
15346 {
15347 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15348 test_array [0] = 0
15349
15350 ;
15351 return 0;
15352 }
15353 _ACEOF
15354 rm -f conftest.$ac_objext
15355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15356 (eval $ac_compile) 2>&5
15357 ac_status=$?
15358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15359 (exit $ac_status); } &&
15360 { ac_try='test -s conftest.$ac_objext'
15361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15362 (eval $ac_try) 2>&5
15363 ac_status=$?
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); }; }; then
15366 ac_hi=-1 ac_mid=-1
15367 while :; do
15368 cat >conftest.$ac_ext <<_ACEOF
15369 #line $LINENO "configure"
15370 /* confdefs.h. */
15371 _ACEOF
15372 cat confdefs.h >>conftest.$ac_ext
15373 cat >>conftest.$ac_ext <<_ACEOF
15374 /* end confdefs.h. */
15375 $ac_includes_default
15376 int
15377 main ()
15378 {
15379 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15380 test_array [0] = 0
15381
15382 ;
15383 return 0;
15384 }
15385 _ACEOF
15386 rm -f conftest.$ac_objext
15387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15388 (eval $ac_compile) 2>&5
15389 ac_status=$?
15390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15391 (exit $ac_status); } &&
15392 { ac_try='test -s conftest.$ac_objext'
15393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15394 (eval $ac_try) 2>&5
15395 ac_status=$?
15396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15397 (exit $ac_status); }; }; then
15398 ac_lo=$ac_mid; break
15399 else
15400 echo "$as_me: failed program was:" >&5
15401 sed 's/^/| /' conftest.$ac_ext >&5
15402
15403 ac_hi=`expr '(' $ac_mid ')' - 1`
15404 if test $ac_mid -le $ac_hi; then
15405 ac_lo= ac_hi=
15406 break
15407 fi
15408 ac_mid=`expr 2 '*' $ac_mid`
15409 fi
15410 rm -f conftest.$ac_objext conftest.$ac_ext
15411 done
15412 else
15413 echo "$as_me: failed program was:" >&5
15414 sed 's/^/| /' conftest.$ac_ext >&5
15415
15416 ac_lo= ac_hi=
15417 fi
15418 rm -f conftest.$ac_objext conftest.$ac_ext
15419 fi
15420 rm -f conftest.$ac_objext conftest.$ac_ext
15421 # Binary search between lo and hi bounds.
15422 while test "x$ac_lo" != "x$ac_hi"; do
15423 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15424 cat >conftest.$ac_ext <<_ACEOF
15425 #line $LINENO "configure"
15426 /* confdefs.h. */
15427 _ACEOF
15428 cat confdefs.h >>conftest.$ac_ext
15429 cat >>conftest.$ac_ext <<_ACEOF
15430 /* end confdefs.h. */
15431 $ac_includes_default
15432 int
15433 main ()
15434 {
15435 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15436 test_array [0] = 0
15437
15438 ;
15439 return 0;
15440 }
15441 _ACEOF
15442 rm -f conftest.$ac_objext
15443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15444 (eval $ac_compile) 2>&5
15445 ac_status=$?
15446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15447 (exit $ac_status); } &&
15448 { ac_try='test -s conftest.$ac_objext'
15449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15450 (eval $ac_try) 2>&5
15451 ac_status=$?
15452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15453 (exit $ac_status); }; }; then
15454 ac_hi=$ac_mid
15455 else
15456 echo "$as_me: failed program was:" >&5
15457 sed 's/^/| /' conftest.$ac_ext >&5
15458
15459 ac_lo=`expr '(' $ac_mid ')' + 1`
15460 fi
15461 rm -f conftest.$ac_objext conftest.$ac_ext
15462 done
15463 case $ac_lo in
15464 ?*) ac_cv_sizeof_long=$ac_lo;;
15465 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15466 See \`config.log' for more details." >&5
15467 echo "$as_me: error: cannot compute sizeof (long), 77
15468 See \`config.log' for more details." >&2;}
15469 { (exit 1); exit 1; }; } ;;
15470 esac
15471 else
15472 if test "$cross_compiling" = yes; then
15473 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15474 See \`config.log' for more details." >&5
15475 echo "$as_me: error: cannot run test program while cross compiling
15476 See \`config.log' for more details." >&2;}
15477 { (exit 1); exit 1; }; }
15478 else
15479 cat >conftest.$ac_ext <<_ACEOF
15480 #line $LINENO "configure"
15481 /* confdefs.h. */
15482 _ACEOF
15483 cat confdefs.h >>conftest.$ac_ext
15484 cat >>conftest.$ac_ext <<_ACEOF
15485 /* end confdefs.h. */
15486 $ac_includes_default
15487 long longval () { return (long) (sizeof (long)); }
15488 unsigned long ulongval () { return (long) (sizeof (long)); }
15489 #include <stdio.h>
15490 #include <stdlib.h>
15491 int
15492 main ()
15493 {
15494
15495 FILE *f = fopen ("conftest.val", "w");
15496 if (! f)
15497 exit (1);
15498 if (((long) (sizeof (long))) < 0)
15499 {
15500 long i = longval ();
15501 if (i != ((long) (sizeof (long))))
15502 exit (1);
15503 fprintf (f, "%ld\n", i);
15504 }
15505 else
15506 {
15507 unsigned long i = ulongval ();
15508 if (i != ((long) (sizeof (long))))
15509 exit (1);
15510 fprintf (f, "%lu\n", i);
15511 }
15512 exit (ferror (f) || fclose (f) != 0);
15513
15514 ;
15515 return 0;
15516 }
15517 _ACEOF
15518 rm -f conftest$ac_exeext
15519 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15520 (eval $ac_link) 2>&5
15521 ac_status=$?
15522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15523 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15525 (eval $ac_try) 2>&5
15526 ac_status=$?
15527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15528 (exit $ac_status); }; }; then
15529 ac_cv_sizeof_long=`cat conftest.val`
15530 else
15531 echo "$as_me: program exited with status $ac_status" >&5
15532 echo "$as_me: failed program was:" >&5
15533 sed 's/^/| /' conftest.$ac_ext >&5
15534
15535 ( exit $ac_status )
15536 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15537 See \`config.log' for more details." >&5
15538 echo "$as_me: error: cannot compute sizeof (long), 77
15539 See \`config.log' for more details." >&2;}
15540 { (exit 1); exit 1; }; }
15541 fi
15542 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15543 fi
15544 fi
15545 rm -f conftest.val
15546 else
15547 ac_cv_sizeof_long=0
15548 fi
15549 fi
15550 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15551 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15552 cat >>confdefs.h <<_ACEOF
15553 #define SIZEOF_LONG $ac_cv_sizeof_long
15554 _ACEOF
15555
15556
15557
15558 case "${host}" in
15559 arm-*-linux* )
15560 echo "$as_me:$LINENO: checking for long long" >&5
15561 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15562 if test "${ac_cv_type_long_long+set}" = set; then
15563 echo $ECHO_N "(cached) $ECHO_C" >&6
15564 else
15565 cat >conftest.$ac_ext <<_ACEOF
15566 #line $LINENO "configure"
15567 /* confdefs.h. */
15568 _ACEOF
15569 cat confdefs.h >>conftest.$ac_ext
15570 cat >>conftest.$ac_ext <<_ACEOF
15571 /* end confdefs.h. */
15572 $ac_includes_default
15573 int
15574 main ()
15575 {
15576 if ((long long *) 0)
15577 return 0;
15578 if (sizeof (long long))
15579 return 0;
15580 ;
15581 return 0;
15582 }
15583 _ACEOF
15584 rm -f conftest.$ac_objext
15585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15586 (eval $ac_compile) 2>&5
15587 ac_status=$?
15588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15589 (exit $ac_status); } &&
15590 { ac_try='test -s conftest.$ac_objext'
15591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15592 (eval $ac_try) 2>&5
15593 ac_status=$?
15594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15595 (exit $ac_status); }; }; then
15596 ac_cv_type_long_long=yes
15597 else
15598 echo "$as_me: failed program was:" >&5
15599 sed 's/^/| /' conftest.$ac_ext >&5
15600
15601 ac_cv_type_long_long=no
15602 fi
15603 rm -f conftest.$ac_objext conftest.$ac_ext
15604 fi
15605 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15606 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15607
15608 echo "$as_me:$LINENO: checking size of long long" >&5
15609 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15610 if test "${ac_cv_sizeof_long_long+set}" = set; then
15611 echo $ECHO_N "(cached) $ECHO_C" >&6
15612 else
15613 if test "$ac_cv_type_long_long" = yes; then
15614 # The cast to unsigned long works around a bug in the HP C Compiler
15615 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15616 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15617 # This bug is HP SR number 8606223364.
15618 if test "$cross_compiling" = yes; then
15619 # Depending upon the size, compute the lo and hi bounds.
15620 cat >conftest.$ac_ext <<_ACEOF
15621 #line $LINENO "configure"
15622 /* confdefs.h. */
15623 _ACEOF
15624 cat confdefs.h >>conftest.$ac_ext
15625 cat >>conftest.$ac_ext <<_ACEOF
15626 /* end confdefs.h. */
15627 $ac_includes_default
15628 int
15629 main ()
15630 {
15631 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15632 test_array [0] = 0
15633
15634 ;
15635 return 0;
15636 }
15637 _ACEOF
15638 rm -f conftest.$ac_objext
15639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15640 (eval $ac_compile) 2>&5
15641 ac_status=$?
15642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643 (exit $ac_status); } &&
15644 { ac_try='test -s conftest.$ac_objext'
15645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15646 (eval $ac_try) 2>&5
15647 ac_status=$?
15648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); }; }; then
15650 ac_lo=0 ac_mid=0
15651 while :; do
15652 cat >conftest.$ac_ext <<_ACEOF
15653 #line $LINENO "configure"
15654 /* confdefs.h. */
15655 _ACEOF
15656 cat confdefs.h >>conftest.$ac_ext
15657 cat >>conftest.$ac_ext <<_ACEOF
15658 /* end confdefs.h. */
15659 $ac_includes_default
15660 int
15661 main ()
15662 {
15663 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15664 test_array [0] = 0
15665
15666 ;
15667 return 0;
15668 }
15669 _ACEOF
15670 rm -f conftest.$ac_objext
15671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15672 (eval $ac_compile) 2>&5
15673 ac_status=$?
15674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15675 (exit $ac_status); } &&
15676 { ac_try='test -s conftest.$ac_objext'
15677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15678 (eval $ac_try) 2>&5
15679 ac_status=$?
15680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15681 (exit $ac_status); }; }; then
15682 ac_hi=$ac_mid; break
15683 else
15684 echo "$as_me: failed program was:" >&5
15685 sed 's/^/| /' conftest.$ac_ext >&5
15686
15687 ac_lo=`expr $ac_mid + 1`
15688 if test $ac_lo -le $ac_mid; then
15689 ac_lo= ac_hi=
15690 break
15691 fi
15692 ac_mid=`expr 2 '*' $ac_mid + 1`
15693 fi
15694 rm -f conftest.$ac_objext conftest.$ac_ext
15695 done
15696 else
15697 echo "$as_me: failed program was:" >&5
15698 sed 's/^/| /' conftest.$ac_ext >&5
15699
15700 cat >conftest.$ac_ext <<_ACEOF
15701 #line $LINENO "configure"
15702 /* confdefs.h. */
15703 _ACEOF
15704 cat confdefs.h >>conftest.$ac_ext
15705 cat >>conftest.$ac_ext <<_ACEOF
15706 /* end confdefs.h. */
15707 $ac_includes_default
15708 int
15709 main ()
15710 {
15711 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15712 test_array [0] = 0
15713
15714 ;
15715 return 0;
15716 }
15717 _ACEOF
15718 rm -f conftest.$ac_objext
15719 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15720 (eval $ac_compile) 2>&5
15721 ac_status=$?
15722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15723 (exit $ac_status); } &&
15724 { ac_try='test -s conftest.$ac_objext'
15725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15726 (eval $ac_try) 2>&5
15727 ac_status=$?
15728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15729 (exit $ac_status); }; }; then
15730 ac_hi=-1 ac_mid=-1
15731 while :; do
15732 cat >conftest.$ac_ext <<_ACEOF
15733 #line $LINENO "configure"
15734 /* confdefs.h. */
15735 _ACEOF
15736 cat confdefs.h >>conftest.$ac_ext
15737 cat >>conftest.$ac_ext <<_ACEOF
15738 /* end confdefs.h. */
15739 $ac_includes_default
15740 int
15741 main ()
15742 {
15743 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15744 test_array [0] = 0
15745
15746 ;
15747 return 0;
15748 }
15749 _ACEOF
15750 rm -f conftest.$ac_objext
15751 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15752 (eval $ac_compile) 2>&5
15753 ac_status=$?
15754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15755 (exit $ac_status); } &&
15756 { ac_try='test -s conftest.$ac_objext'
15757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15758 (eval $ac_try) 2>&5
15759 ac_status=$?
15760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761 (exit $ac_status); }; }; then
15762 ac_lo=$ac_mid; break
15763 else
15764 echo "$as_me: failed program was:" >&5
15765 sed 's/^/| /' conftest.$ac_ext >&5
15766
15767 ac_hi=`expr '(' $ac_mid ')' - 1`
15768 if test $ac_mid -le $ac_hi; then
15769 ac_lo= ac_hi=
15770 break
15771 fi
15772 ac_mid=`expr 2 '*' $ac_mid`
15773 fi
15774 rm -f conftest.$ac_objext conftest.$ac_ext
15775 done
15776 else
15777 echo "$as_me: failed program was:" >&5
15778 sed 's/^/| /' conftest.$ac_ext >&5
15779
15780 ac_lo= ac_hi=
15781 fi
15782 rm -f conftest.$ac_objext conftest.$ac_ext
15783 fi
15784 rm -f conftest.$ac_objext conftest.$ac_ext
15785 # Binary search between lo and hi bounds.
15786 while test "x$ac_lo" != "x$ac_hi"; do
15787 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15788 cat >conftest.$ac_ext <<_ACEOF
15789 #line $LINENO "configure"
15790 /* confdefs.h. */
15791 _ACEOF
15792 cat confdefs.h >>conftest.$ac_ext
15793 cat >>conftest.$ac_ext <<_ACEOF
15794 /* end confdefs.h. */
15795 $ac_includes_default
15796 int
15797 main ()
15798 {
15799 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15800 test_array [0] = 0
15801
15802 ;
15803 return 0;
15804 }
15805 _ACEOF
15806 rm -f conftest.$ac_objext
15807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15808 (eval $ac_compile) 2>&5
15809 ac_status=$?
15810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15811 (exit $ac_status); } &&
15812 { ac_try='test -s conftest.$ac_objext'
15813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15814 (eval $ac_try) 2>&5
15815 ac_status=$?
15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); }; }; then
15818 ac_hi=$ac_mid
15819 else
15820 echo "$as_me: failed program was:" >&5
15821 sed 's/^/| /' conftest.$ac_ext >&5
15822
15823 ac_lo=`expr '(' $ac_mid ')' + 1`
15824 fi
15825 rm -f conftest.$ac_objext conftest.$ac_ext
15826 done
15827 case $ac_lo in
15828 ?*) ac_cv_sizeof_long_long=$ac_lo;;
15829 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15830 See \`config.log' for more details." >&5
15831 echo "$as_me: error: cannot compute sizeof (long long), 77
15832 See \`config.log' for more details." >&2;}
15833 { (exit 1); exit 1; }; } ;;
15834 esac
15835 else
15836 if test "$cross_compiling" = yes; then
15837 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15838 See \`config.log' for more details." >&5
15839 echo "$as_me: error: cannot run test program while cross compiling
15840 See \`config.log' for more details." >&2;}
15841 { (exit 1); exit 1; }; }
15842 else
15843 cat >conftest.$ac_ext <<_ACEOF
15844 #line $LINENO "configure"
15845 /* confdefs.h. */
15846 _ACEOF
15847 cat confdefs.h >>conftest.$ac_ext
15848 cat >>conftest.$ac_ext <<_ACEOF
15849 /* end confdefs.h. */
15850 $ac_includes_default
15851 long longval () { return (long) (sizeof (long long)); }
15852 unsigned long ulongval () { return (long) (sizeof (long long)); }
15853 #include <stdio.h>
15854 #include <stdlib.h>
15855 int
15856 main ()
15857 {
15858
15859 FILE *f = fopen ("conftest.val", "w");
15860 if (! f)
15861 exit (1);
15862 if (((long) (sizeof (long long))) < 0)
15863 {
15864 long i = longval ();
15865 if (i != ((long) (sizeof (long long))))
15866 exit (1);
15867 fprintf (f, "%ld\n", i);
15868 }
15869 else
15870 {
15871 unsigned long i = ulongval ();
15872 if (i != ((long) (sizeof (long long))))
15873 exit (1);
15874 fprintf (f, "%lu\n", i);
15875 }
15876 exit (ferror (f) || fclose (f) != 0);
15877
15878 ;
15879 return 0;
15880 }
15881 _ACEOF
15882 rm -f conftest$ac_exeext
15883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15884 (eval $ac_link) 2>&5
15885 ac_status=$?
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15889 (eval $ac_try) 2>&5
15890 ac_status=$?
15891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15892 (exit $ac_status); }; }; then
15893 ac_cv_sizeof_long_long=`cat conftest.val`
15894 else
15895 echo "$as_me: program exited with status $ac_status" >&5
15896 echo "$as_me: failed program was:" >&5
15897 sed 's/^/| /' conftest.$ac_ext >&5
15898
15899 ( exit $ac_status )
15900 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15901 See \`config.log' for more details." >&5
15902 echo "$as_me: error: cannot compute sizeof (long long), 77
15903 See \`config.log' for more details." >&2;}
15904 { (exit 1); exit 1; }; }
15905 fi
15906 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15907 fi
15908 fi
15909 rm -f conftest.val
15910 else
15911 ac_cv_sizeof_long_long=0
15912 fi
15913 fi
15914 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15915 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15916 cat >>confdefs.h <<_ACEOF
15917 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15918 _ACEOF
15919
15920
15921 ;;
15922 *-hp-hpux* )
15923 echo "$as_me:$LINENO: checking for long long" >&5
15924 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15925 if test "${ac_cv_type_long_long+set}" = set; then
15926 echo $ECHO_N "(cached) $ECHO_C" >&6
15927 else
15928 cat >conftest.$ac_ext <<_ACEOF
15929 #line $LINENO "configure"
15930 /* confdefs.h. */
15931 _ACEOF
15932 cat confdefs.h >>conftest.$ac_ext
15933 cat >>conftest.$ac_ext <<_ACEOF
15934 /* end confdefs.h. */
15935 $ac_includes_default
15936 int
15937 main ()
15938 {
15939 if ((long long *) 0)
15940 return 0;
15941 if (sizeof (long long))
15942 return 0;
15943 ;
15944 return 0;
15945 }
15946 _ACEOF
15947 rm -f conftest.$ac_objext
15948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15949 (eval $ac_compile) 2>&5
15950 ac_status=$?
15951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15952 (exit $ac_status); } &&
15953 { ac_try='test -s conftest.$ac_objext'
15954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15955 (eval $ac_try) 2>&5
15956 ac_status=$?
15957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15958 (exit $ac_status); }; }; then
15959 ac_cv_type_long_long=yes
15960 else
15961 echo "$as_me: failed program was:" >&5
15962 sed 's/^/| /' conftest.$ac_ext >&5
15963
15964 ac_cv_type_long_long=no
15965 fi
15966 rm -f conftest.$ac_objext conftest.$ac_ext
15967 fi
15968 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15969 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15970
15971 echo "$as_me:$LINENO: checking size of long long" >&5
15972 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15973 if test "${ac_cv_sizeof_long_long+set}" = set; then
15974 echo $ECHO_N "(cached) $ECHO_C" >&6
15975 else
15976 if test "$ac_cv_type_long_long" = yes; then
15977 # The cast to unsigned long works around a bug in the HP C Compiler
15978 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15979 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15980 # This bug is HP SR number 8606223364.
15981 if test "$cross_compiling" = yes; then
15982 # Depending upon the size, compute the lo and hi bounds.
15983 cat >conftest.$ac_ext <<_ACEOF
15984 #line $LINENO "configure"
15985 /* confdefs.h. */
15986 _ACEOF
15987 cat confdefs.h >>conftest.$ac_ext
15988 cat >>conftest.$ac_ext <<_ACEOF
15989 /* end confdefs.h. */
15990 $ac_includes_default
15991 int
15992 main ()
15993 {
15994 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15995 test_array [0] = 0
15996
15997 ;
15998 return 0;
15999 }
16000 _ACEOF
16001 rm -f conftest.$ac_objext
16002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16003 (eval $ac_compile) 2>&5
16004 ac_status=$?
16005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16006 (exit $ac_status); } &&
16007 { ac_try='test -s conftest.$ac_objext'
16008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16009 (eval $ac_try) 2>&5
16010 ac_status=$?
16011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16012 (exit $ac_status); }; }; then
16013 ac_lo=0 ac_mid=0
16014 while :; do
16015 cat >conftest.$ac_ext <<_ACEOF
16016 #line $LINENO "configure"
16017 /* confdefs.h. */
16018 _ACEOF
16019 cat confdefs.h >>conftest.$ac_ext
16020 cat >>conftest.$ac_ext <<_ACEOF
16021 /* end confdefs.h. */
16022 $ac_includes_default
16023 int
16024 main ()
16025 {
16026 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16027 test_array [0] = 0
16028
16029 ;
16030 return 0;
16031 }
16032 _ACEOF
16033 rm -f conftest.$ac_objext
16034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16035 (eval $ac_compile) 2>&5
16036 ac_status=$?
16037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16038 (exit $ac_status); } &&
16039 { ac_try='test -s conftest.$ac_objext'
16040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16041 (eval $ac_try) 2>&5
16042 ac_status=$?
16043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16044 (exit $ac_status); }; }; then
16045 ac_hi=$ac_mid; break
16046 else
16047 echo "$as_me: failed program was:" >&5
16048 sed 's/^/| /' conftest.$ac_ext >&5
16049
16050 ac_lo=`expr $ac_mid + 1`
16051 if test $ac_lo -le $ac_mid; then
16052 ac_lo= ac_hi=
16053 break
16054 fi
16055 ac_mid=`expr 2 '*' $ac_mid + 1`
16056 fi
16057 rm -f conftest.$ac_objext conftest.$ac_ext
16058 done
16059 else
16060 echo "$as_me: failed program was:" >&5
16061 sed 's/^/| /' conftest.$ac_ext >&5
16062
16063 cat >conftest.$ac_ext <<_ACEOF
16064 #line $LINENO "configure"
16065 /* confdefs.h. */
16066 _ACEOF
16067 cat confdefs.h >>conftest.$ac_ext
16068 cat >>conftest.$ac_ext <<_ACEOF
16069 /* end confdefs.h. */
16070 $ac_includes_default
16071 int
16072 main ()
16073 {
16074 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16075 test_array [0] = 0
16076
16077 ;
16078 return 0;
16079 }
16080 _ACEOF
16081 rm -f conftest.$ac_objext
16082 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16083 (eval $ac_compile) 2>&5
16084 ac_status=$?
16085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16086 (exit $ac_status); } &&
16087 { ac_try='test -s conftest.$ac_objext'
16088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16089 (eval $ac_try) 2>&5
16090 ac_status=$?
16091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); }; }; then
16093 ac_hi=-1 ac_mid=-1
16094 while :; do
16095 cat >conftest.$ac_ext <<_ACEOF
16096 #line $LINENO "configure"
16097 /* confdefs.h. */
16098 _ACEOF
16099 cat confdefs.h >>conftest.$ac_ext
16100 cat >>conftest.$ac_ext <<_ACEOF
16101 /* end confdefs.h. */
16102 $ac_includes_default
16103 int
16104 main ()
16105 {
16106 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16107 test_array [0] = 0
16108
16109 ;
16110 return 0;
16111 }
16112 _ACEOF
16113 rm -f conftest.$ac_objext
16114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16115 (eval $ac_compile) 2>&5
16116 ac_status=$?
16117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16118 (exit $ac_status); } &&
16119 { ac_try='test -s conftest.$ac_objext'
16120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16121 (eval $ac_try) 2>&5
16122 ac_status=$?
16123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16124 (exit $ac_status); }; }; then
16125 ac_lo=$ac_mid; break
16126 else
16127 echo "$as_me: failed program was:" >&5
16128 sed 's/^/| /' conftest.$ac_ext >&5
16129
16130 ac_hi=`expr '(' $ac_mid ')' - 1`
16131 if test $ac_mid -le $ac_hi; then
16132 ac_lo= ac_hi=
16133 break
16134 fi
16135 ac_mid=`expr 2 '*' $ac_mid`
16136 fi
16137 rm -f conftest.$ac_objext conftest.$ac_ext
16138 done
16139 else
16140 echo "$as_me: failed program was:" >&5
16141 sed 's/^/| /' conftest.$ac_ext >&5
16142
16143 ac_lo= ac_hi=
16144 fi
16145 rm -f conftest.$ac_objext conftest.$ac_ext
16146 fi
16147 rm -f conftest.$ac_objext conftest.$ac_ext
16148 # Binary search between lo and hi bounds.
16149 while test "x$ac_lo" != "x$ac_hi"; do
16150 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16151 cat >conftest.$ac_ext <<_ACEOF
16152 #line $LINENO "configure"
16153 /* confdefs.h. */
16154 _ACEOF
16155 cat confdefs.h >>conftest.$ac_ext
16156 cat >>conftest.$ac_ext <<_ACEOF
16157 /* end confdefs.h. */
16158 $ac_includes_default
16159 int
16160 main ()
16161 {
16162 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16163 test_array [0] = 0
16164
16165 ;
16166 return 0;
16167 }
16168 _ACEOF
16169 rm -f conftest.$ac_objext
16170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16171 (eval $ac_compile) 2>&5
16172 ac_status=$?
16173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16174 (exit $ac_status); } &&
16175 { ac_try='test -s conftest.$ac_objext'
16176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16177 (eval $ac_try) 2>&5
16178 ac_status=$?
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); }; }; then
16181 ac_hi=$ac_mid
16182 else
16183 echo "$as_me: failed program was:" >&5
16184 sed 's/^/| /' conftest.$ac_ext >&5
16185
16186 ac_lo=`expr '(' $ac_mid ')' + 1`
16187 fi
16188 rm -f conftest.$ac_objext conftest.$ac_ext
16189 done
16190 case $ac_lo in
16191 ?*) ac_cv_sizeof_long_long=$ac_lo;;
16192 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16193 See \`config.log' for more details." >&5
16194 echo "$as_me: error: cannot compute sizeof (long long), 77
16195 See \`config.log' for more details." >&2;}
16196 { (exit 1); exit 1; }; } ;;
16197 esac
16198 else
16199 if test "$cross_compiling" = yes; then
16200 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16201 See \`config.log' for more details." >&5
16202 echo "$as_me: error: cannot run test program while cross compiling
16203 See \`config.log' for more details." >&2;}
16204 { (exit 1); exit 1; }; }
16205 else
16206 cat >conftest.$ac_ext <<_ACEOF
16207 #line $LINENO "configure"
16208 /* confdefs.h. */
16209 _ACEOF
16210 cat confdefs.h >>conftest.$ac_ext
16211 cat >>conftest.$ac_ext <<_ACEOF
16212 /* end confdefs.h. */
16213 $ac_includes_default
16214 long longval () { return (long) (sizeof (long long)); }
16215 unsigned long ulongval () { return (long) (sizeof (long long)); }
16216 #include <stdio.h>
16217 #include <stdlib.h>
16218 int
16219 main ()
16220 {
16221
16222 FILE *f = fopen ("conftest.val", "w");
16223 if (! f)
16224 exit (1);
16225 if (((long) (sizeof (long long))) < 0)
16226 {
16227 long i = longval ();
16228 if (i != ((long) (sizeof (long long))))
16229 exit (1);
16230 fprintf (f, "%ld\n", i);
16231 }
16232 else
16233 {
16234 unsigned long i = ulongval ();
16235 if (i != ((long) (sizeof (long long))))
16236 exit (1);
16237 fprintf (f, "%lu\n", i);
16238 }
16239 exit (ferror (f) || fclose (f) != 0);
16240
16241 ;
16242 return 0;
16243 }
16244 _ACEOF
16245 rm -f conftest$ac_exeext
16246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16247 (eval $ac_link) 2>&5
16248 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16252 (eval $ac_try) 2>&5
16253 ac_status=$?
16254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); }; }; then
16256 ac_cv_sizeof_long_long=`cat conftest.val`
16257 else
16258 echo "$as_me: program exited with status $ac_status" >&5
16259 echo "$as_me: failed program was:" >&5
16260 sed 's/^/| /' conftest.$ac_ext >&5
16261
16262 ( exit $ac_status )
16263 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16264 See \`config.log' for more details." >&5
16265 echo "$as_me: error: cannot compute sizeof (long long), 77
16266 See \`config.log' for more details." >&2;}
16267 { (exit 1); exit 1; }; }
16268 fi
16269 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16270 fi
16271 fi
16272 rm -f conftest.val
16273 else
16274 ac_cv_sizeof_long_long=0
16275 fi
16276 fi
16277 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16278 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16279 cat >>confdefs.h <<_ACEOF
16280 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16281 _ACEOF
16282
16283
16284 if test "$ac_cv_sizeof_long_long" != "0"; then
16285 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
16286 fi
16287 ;;
16288 * )
16289 echo "$as_me:$LINENO: checking for long long" >&5
16290 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16291 if test "${ac_cv_type_long_long+set}" = set; then
16292 echo $ECHO_N "(cached) $ECHO_C" >&6
16293 else
16294 cat >conftest.$ac_ext <<_ACEOF
16295 #line $LINENO "configure"
16296 /* confdefs.h. */
16297 _ACEOF
16298 cat confdefs.h >>conftest.$ac_ext
16299 cat >>conftest.$ac_ext <<_ACEOF
16300 /* end confdefs.h. */
16301 $ac_includes_default
16302 int
16303 main ()
16304 {
16305 if ((long long *) 0)
16306 return 0;
16307 if (sizeof (long long))
16308 return 0;
16309 ;
16310 return 0;
16311 }
16312 _ACEOF
16313 rm -f conftest.$ac_objext
16314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16315 (eval $ac_compile) 2>&5
16316 ac_status=$?
16317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16318 (exit $ac_status); } &&
16319 { ac_try='test -s conftest.$ac_objext'
16320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16321 (eval $ac_try) 2>&5
16322 ac_status=$?
16323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16324 (exit $ac_status); }; }; then
16325 ac_cv_type_long_long=yes
16326 else
16327 echo "$as_me: failed program was:" >&5
16328 sed 's/^/| /' conftest.$ac_ext >&5
16329
16330 ac_cv_type_long_long=no
16331 fi
16332 rm -f conftest.$ac_objext conftest.$ac_ext
16333 fi
16334 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16335 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16336
16337 echo "$as_me:$LINENO: checking size of long long" >&5
16338 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16339 if test "${ac_cv_sizeof_long_long+set}" = set; then
16340 echo $ECHO_N "(cached) $ECHO_C" >&6
16341 else
16342 if test "$ac_cv_type_long_long" = yes; then
16343 # The cast to unsigned long works around a bug in the HP C Compiler
16344 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16345 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16346 # This bug is HP SR number 8606223364.
16347 if test "$cross_compiling" = yes; then
16348 # Depending upon the size, compute the lo and hi bounds.
16349 cat >conftest.$ac_ext <<_ACEOF
16350 #line $LINENO "configure"
16351 /* confdefs.h. */
16352 _ACEOF
16353 cat confdefs.h >>conftest.$ac_ext
16354 cat >>conftest.$ac_ext <<_ACEOF
16355 /* end confdefs.h. */
16356 $ac_includes_default
16357 int
16358 main ()
16359 {
16360 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16361 test_array [0] = 0
16362
16363 ;
16364 return 0;
16365 }
16366 _ACEOF
16367 rm -f conftest.$ac_objext
16368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16369 (eval $ac_compile) 2>&5
16370 ac_status=$?
16371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16372 (exit $ac_status); } &&
16373 { ac_try='test -s conftest.$ac_objext'
16374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16375 (eval $ac_try) 2>&5
16376 ac_status=$?
16377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16378 (exit $ac_status); }; }; then
16379 ac_lo=0 ac_mid=0
16380 while :; do
16381 cat >conftest.$ac_ext <<_ACEOF
16382 #line $LINENO "configure"
16383 /* confdefs.h. */
16384 _ACEOF
16385 cat confdefs.h >>conftest.$ac_ext
16386 cat >>conftest.$ac_ext <<_ACEOF
16387 /* end confdefs.h. */
16388 $ac_includes_default
16389 int
16390 main ()
16391 {
16392 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16393 test_array [0] = 0
16394
16395 ;
16396 return 0;
16397 }
16398 _ACEOF
16399 rm -f conftest.$ac_objext
16400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16401 (eval $ac_compile) 2>&5
16402 ac_status=$?
16403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16404 (exit $ac_status); } &&
16405 { ac_try='test -s conftest.$ac_objext'
16406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16407 (eval $ac_try) 2>&5
16408 ac_status=$?
16409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16410 (exit $ac_status); }; }; then
16411 ac_hi=$ac_mid; break
16412 else
16413 echo "$as_me: failed program was:" >&5
16414 sed 's/^/| /' conftest.$ac_ext >&5
16415
16416 ac_lo=`expr $ac_mid + 1`
16417 if test $ac_lo -le $ac_mid; then
16418 ac_lo= ac_hi=
16419 break
16420 fi
16421 ac_mid=`expr 2 '*' $ac_mid + 1`
16422 fi
16423 rm -f conftest.$ac_objext conftest.$ac_ext
16424 done
16425 else
16426 echo "$as_me: failed program was:" >&5
16427 sed 's/^/| /' conftest.$ac_ext >&5
16428
16429 cat >conftest.$ac_ext <<_ACEOF
16430 #line $LINENO "configure"
16431 /* confdefs.h. */
16432 _ACEOF
16433 cat confdefs.h >>conftest.$ac_ext
16434 cat >>conftest.$ac_ext <<_ACEOF
16435 /* end confdefs.h. */
16436 $ac_includes_default
16437 int
16438 main ()
16439 {
16440 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16441 test_array [0] = 0
16442
16443 ;
16444 return 0;
16445 }
16446 _ACEOF
16447 rm -f conftest.$ac_objext
16448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16449 (eval $ac_compile) 2>&5
16450 ac_status=$?
16451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16452 (exit $ac_status); } &&
16453 { ac_try='test -s conftest.$ac_objext'
16454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16455 (eval $ac_try) 2>&5
16456 ac_status=$?
16457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16458 (exit $ac_status); }; }; then
16459 ac_hi=-1 ac_mid=-1
16460 while :; do
16461 cat >conftest.$ac_ext <<_ACEOF
16462 #line $LINENO "configure"
16463 /* confdefs.h. */
16464 _ACEOF
16465 cat confdefs.h >>conftest.$ac_ext
16466 cat >>conftest.$ac_ext <<_ACEOF
16467 /* end confdefs.h. */
16468 $ac_includes_default
16469 int
16470 main ()
16471 {
16472 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16473 test_array [0] = 0
16474
16475 ;
16476 return 0;
16477 }
16478 _ACEOF
16479 rm -f conftest.$ac_objext
16480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16481 (eval $ac_compile) 2>&5
16482 ac_status=$?
16483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16484 (exit $ac_status); } &&
16485 { ac_try='test -s conftest.$ac_objext'
16486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16487 (eval $ac_try) 2>&5
16488 ac_status=$?
16489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16490 (exit $ac_status); }; }; then
16491 ac_lo=$ac_mid; break
16492 else
16493 echo "$as_me: failed program was:" >&5
16494 sed 's/^/| /' conftest.$ac_ext >&5
16495
16496 ac_hi=`expr '(' $ac_mid ')' - 1`
16497 if test $ac_mid -le $ac_hi; then
16498 ac_lo= ac_hi=
16499 break
16500 fi
16501 ac_mid=`expr 2 '*' $ac_mid`
16502 fi
16503 rm -f conftest.$ac_objext conftest.$ac_ext
16504 done
16505 else
16506 echo "$as_me: failed program was:" >&5
16507 sed 's/^/| /' conftest.$ac_ext >&5
16508
16509 ac_lo= ac_hi=
16510 fi
16511 rm -f conftest.$ac_objext conftest.$ac_ext
16512 fi
16513 rm -f conftest.$ac_objext conftest.$ac_ext
16514 # Binary search between lo and hi bounds.
16515 while test "x$ac_lo" != "x$ac_hi"; do
16516 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16517 cat >conftest.$ac_ext <<_ACEOF
16518 #line $LINENO "configure"
16519 /* confdefs.h. */
16520 _ACEOF
16521 cat confdefs.h >>conftest.$ac_ext
16522 cat >>conftest.$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16524 $ac_includes_default
16525 int
16526 main ()
16527 {
16528 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16529 test_array [0] = 0
16530
16531 ;
16532 return 0;
16533 }
16534 _ACEOF
16535 rm -f conftest.$ac_objext
16536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16537 (eval $ac_compile) 2>&5
16538 ac_status=$?
16539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16540 (exit $ac_status); } &&
16541 { ac_try='test -s conftest.$ac_objext'
16542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16543 (eval $ac_try) 2>&5
16544 ac_status=$?
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); }; }; then
16547 ac_hi=$ac_mid
16548 else
16549 echo "$as_me: failed program was:" >&5
16550 sed 's/^/| /' conftest.$ac_ext >&5
16551
16552 ac_lo=`expr '(' $ac_mid ')' + 1`
16553 fi
16554 rm -f conftest.$ac_objext conftest.$ac_ext
16555 done
16556 case $ac_lo in
16557 ?*) ac_cv_sizeof_long_long=$ac_lo;;
16558 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16559 See \`config.log' for more details." >&5
16560 echo "$as_me: error: cannot compute sizeof (long long), 77
16561 See \`config.log' for more details." >&2;}
16562 { (exit 1); exit 1; }; } ;;
16563 esac
16564 else
16565 if test "$cross_compiling" = yes; then
16566 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16567 See \`config.log' for more details." >&5
16568 echo "$as_me: error: cannot run test program while cross compiling
16569 See \`config.log' for more details." >&2;}
16570 { (exit 1); exit 1; }; }
16571 else
16572 cat >conftest.$ac_ext <<_ACEOF
16573 #line $LINENO "configure"
16574 /* confdefs.h. */
16575 _ACEOF
16576 cat confdefs.h >>conftest.$ac_ext
16577 cat >>conftest.$ac_ext <<_ACEOF
16578 /* end confdefs.h. */
16579 $ac_includes_default
16580 long longval () { return (long) (sizeof (long long)); }
16581 unsigned long ulongval () { return (long) (sizeof (long long)); }
16582 #include <stdio.h>
16583 #include <stdlib.h>
16584 int
16585 main ()
16586 {
16587
16588 FILE *f = fopen ("conftest.val", "w");
16589 if (! f)
16590 exit (1);
16591 if (((long) (sizeof (long long))) < 0)
16592 {
16593 long i = longval ();
16594 if (i != ((long) (sizeof (long long))))
16595 exit (1);
16596 fprintf (f, "%ld\n", i);
16597 }
16598 else
16599 {
16600 unsigned long i = ulongval ();
16601 if (i != ((long) (sizeof (long long))))
16602 exit (1);
16603 fprintf (f, "%lu\n", i);
16604 }
16605 exit (ferror (f) || fclose (f) != 0);
16606
16607 ;
16608 return 0;
16609 }
16610 _ACEOF
16611 rm -f conftest$ac_exeext
16612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16613 (eval $ac_link) 2>&5
16614 ac_status=$?
16615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16616 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16618 (eval $ac_try) 2>&5
16619 ac_status=$?
16620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621 (exit $ac_status); }; }; then
16622 ac_cv_sizeof_long_long=`cat conftest.val`
16623 else
16624 echo "$as_me: program exited with status $ac_status" >&5
16625 echo "$as_me: failed program was:" >&5
16626 sed 's/^/| /' conftest.$ac_ext >&5
16627
16628 ( exit $ac_status )
16629 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16630 See \`config.log' for more details." >&5
16631 echo "$as_me: error: cannot compute sizeof (long long), 77
16632 See \`config.log' for more details." >&2;}
16633 { (exit 1); exit 1; }; }
16634 fi
16635 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16636 fi
16637 fi
16638 rm -f conftest.val
16639 else
16640 ac_cv_sizeof_long_long=0
16641 fi
16642 fi
16643 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16644 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16645 cat >>confdefs.h <<_ACEOF
16646 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16647 _ACEOF
16648
16649
16650 esac
16651
16652 echo "$as_me:$LINENO: checking size of wchar_t" >&5
16653 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16654 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16655 echo $ECHO_N "(cached) $ECHO_C" >&6
16656 else
16657
16658 if test "$cross_compiling" = yes; then
16659
16660 case "${host}" in
16661 *-pc-msdosdjgpp )
16662 wx_cv_sizeof_wchar_t=0
16663 ;;
16664 * )
16665 wx_cv_sizeof_wchar_t=4
16666 ;;
16667 esac
16668
16669
16670 else
16671 cat >conftest.$ac_ext <<_ACEOF
16672 #line $LINENO "configure"
16673 /* confdefs.h. */
16674 _ACEOF
16675 cat confdefs.h >>conftest.$ac_ext
16676 cat >>conftest.$ac_ext <<_ACEOF
16677 /* end confdefs.h. */
16678
16679 /* DJGPP only has fake wchar_t: */
16680 #ifdef __DJGPP__
16681 # error "fake wchar_t"
16682 #endif
16683 #ifdef HAVE_WCHAR_H
16684 # ifdef __CYGWIN__
16685 # include <stddef.h>
16686 # endif
16687 # include <wchar.h>
16688 #endif
16689 #ifdef HAVE_STDLIB_H
16690 # include <stdlib.h>
16691 #endif
16692 #include <stdio.h>
16693 int main()
16694 {
16695 FILE *f=fopen("conftestval", "w");
16696 if (!f) exit(1);
16697 fprintf(f, "%i", sizeof(wchar_t));
16698 exit(0);
16699 }
16700
16701 _ACEOF
16702 rm -f conftest$ac_exeext
16703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16704 (eval $ac_link) 2>&5
16705 ac_status=$?
16706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16707 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16709 (eval $ac_try) 2>&5
16710 ac_status=$?
16711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16712 (exit $ac_status); }; }; then
16713 wx_cv_sizeof_wchar_t=`cat conftestval`
16714 else
16715 echo "$as_me: program exited with status $ac_status" >&5
16716 echo "$as_me: failed program was:" >&5
16717 sed 's/^/| /' conftest.$ac_ext >&5
16718
16719 ( exit $ac_status )
16720 wx_cv_sizeof_wchar_t=0
16721 fi
16722 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16723 fi
16724
16725 fi
16726 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16727 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
16728
16729 cat >>confdefs.h <<_ACEOF
16730 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
16731 _ACEOF
16732
16733
16734 # Check whether --enable-largefile or --disable-largefile was given.
16735 if test "${enable_largefile+set}" = set; then
16736 enableval="$enable_largefile"
16737
16738 fi;
16739 if test "$enable_largefile" != no; then
16740 wx_largefile=no
16741
16742 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16743 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16744 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16745 echo $ECHO_N "(cached) $ECHO_C" >&6
16746 else
16747
16748 cat >conftest.$ac_ext <<_ACEOF
16749 #line $LINENO "configure"
16750 /* confdefs.h. */
16751 _ACEOF
16752 cat confdefs.h >>conftest.$ac_ext
16753 cat >>conftest.$ac_ext <<_ACEOF
16754 /* end confdefs.h. */
16755 #define _FILE_OFFSET_BITS 64
16756 #include <sys/types.h>
16757 int
16758 main ()
16759 {
16760 typedef struct {
16761 unsigned int field: sizeof(off_t) == 8;
16762 } wxlf;
16763
16764 ;
16765 return 0;
16766 }
16767 _ACEOF
16768 rm -f conftest.$ac_objext
16769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16770 (eval $ac_compile) 2>&5
16771 ac_status=$?
16772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16773 (exit $ac_status); } &&
16774 { ac_try='test -s conftest.$ac_objext'
16775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16776 (eval $ac_try) 2>&5
16777 ac_status=$?
16778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779 (exit $ac_status); }; }; then
16780 ac_cv_sys_file_offset_bits=64
16781 else
16782 echo "$as_me: failed program was:" >&5
16783 sed 's/^/| /' conftest.$ac_ext >&5
16784
16785 ac_cv_sys_file_offset_bits=no
16786 fi
16787 rm -f conftest.$ac_objext conftest.$ac_ext
16788
16789
16790 fi
16791 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16792 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
16793
16794 if test "$ac_cv_sys_file_offset_bits" != no; then
16795 wx_largefile=yes
16796 cat >>confdefs.h <<_ACEOF
16797 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
16798 _ACEOF
16799
16800 fi
16801
16802 if test "x$wx_largefile" != "xyes"; then
16803
16804 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16805 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16806 if test "${ac_cv_sys_large_files+set}" = set; then
16807 echo $ECHO_N "(cached) $ECHO_C" >&6
16808 else
16809
16810 cat >conftest.$ac_ext <<_ACEOF
16811 #line $LINENO "configure"
16812 /* confdefs.h. */
16813 _ACEOF
16814 cat confdefs.h >>conftest.$ac_ext
16815 cat >>conftest.$ac_ext <<_ACEOF
16816 /* end confdefs.h. */
16817 #define _LARGE_FILES 1
16818 #include <sys/types.h>
16819 int
16820 main ()
16821 {
16822 typedef struct {
16823 unsigned int field: sizeof(off_t) == 8;
16824 } wxlf;
16825
16826 ;
16827 return 0;
16828 }
16829 _ACEOF
16830 rm -f conftest.$ac_objext
16831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16832 (eval $ac_compile) 2>&5
16833 ac_status=$?
16834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16835 (exit $ac_status); } &&
16836 { ac_try='test -s conftest.$ac_objext'
16837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16838 (eval $ac_try) 2>&5
16839 ac_status=$?
16840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16841 (exit $ac_status); }; }; then
16842 ac_cv_sys_large_files=1
16843 else
16844 echo "$as_me: failed program was:" >&5
16845 sed 's/^/| /' conftest.$ac_ext >&5
16846
16847 ac_cv_sys_large_files=no
16848 fi
16849 rm -f conftest.$ac_objext conftest.$ac_ext
16850
16851
16852 fi
16853 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16854 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
16855
16856 if test "$ac_cv_sys_large_files" != no; then
16857 wx_largefile=yes
16858 cat >>confdefs.h <<_ACEOF
16859 #define _LARGE_FILES $ac_cv_sys_large_files
16860 _ACEOF
16861
16862 fi
16863
16864 fi
16865
16866 echo "$as_me:$LINENO: checking if large file support is available" >&5
16867 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
16868 if test "x$wx_largefile" = "xyes"; then
16869 cat >>confdefs.h <<\_ACEOF
16870 #define HAVE_LARGEFILE_SUPPORT 1
16871 _ACEOF
16872
16873 fi
16874 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16875 echo "${ECHO_T}$wx_largefile" >&6
16876 fi
16877
16878
16879 if test "x$wx_largefile" = "xyes"; then
16880 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16881 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
16882 else
16883 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
16884 fi
16885 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
16886 fi
16887
16888 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16889 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16890 if test "${ac_cv_c_bigendian+set}" = set; then
16891 echo $ECHO_N "(cached) $ECHO_C" >&6
16892 else
16893 ac_cv_c_bigendian=unknown
16894 # See if sys/param.h defines the BYTE_ORDER macro.
16895 cat >conftest.$ac_ext <<_ACEOF
16896 #line $LINENO "configure"
16897 /* confdefs.h. */
16898 _ACEOF
16899 cat confdefs.h >>conftest.$ac_ext
16900 cat >>conftest.$ac_ext <<_ACEOF
16901 /* end confdefs.h. */
16902 #include <sys/types.h>
16903 #include <sys/param.h>
16904 int
16905 main ()
16906 {
16907
16908 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16909 bogus endian macros
16910 #endif
16911 ;
16912 return 0;
16913 }
16914 _ACEOF
16915 rm -f conftest.$ac_objext
16916 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16917 (eval $ac_compile) 2>&5
16918 ac_status=$?
16919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16920 (exit $ac_status); } &&
16921 { ac_try='test -s conftest.$ac_objext'
16922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16923 (eval $ac_try) 2>&5
16924 ac_status=$?
16925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16926 (exit $ac_status); }; }; then
16927 # It does; now see whether it defined to BIG_ENDIAN or not.
16928 cat >conftest.$ac_ext <<_ACEOF
16929 #line $LINENO "configure"
16930 /* confdefs.h. */
16931 _ACEOF
16932 cat confdefs.h >>conftest.$ac_ext
16933 cat >>conftest.$ac_ext <<_ACEOF
16934 /* end confdefs.h. */
16935 #include <sys/types.h>
16936 #include <sys/param.h>
16937 int
16938 main ()
16939 {
16940
16941 #if BYTE_ORDER != BIG_ENDIAN
16942 not big endian
16943 #endif
16944 ;
16945 return 0;
16946 }
16947 _ACEOF
16948 rm -f conftest.$ac_objext
16949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16950 (eval $ac_compile) 2>&5
16951 ac_status=$?
16952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16953 (exit $ac_status); } &&
16954 { ac_try='test -s conftest.$ac_objext'
16955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16956 (eval $ac_try) 2>&5
16957 ac_status=$?
16958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16959 (exit $ac_status); }; }; then
16960 ac_cv_c_bigendian=yes
16961 else
16962 echo "$as_me: failed program was:" >&5
16963 sed 's/^/| /' conftest.$ac_ext >&5
16964
16965 ac_cv_c_bigendian=no
16966 fi
16967 rm -f conftest.$ac_objext conftest.$ac_ext
16968 else
16969 echo "$as_me: failed program was:" >&5
16970 sed 's/^/| /' conftest.$ac_ext >&5
16971
16972 fi
16973 rm -f conftest.$ac_objext conftest.$ac_ext
16974 if test $ac_cv_c_bigendian = unknown; then
16975 if test "$cross_compiling" = yes; then
16976 ac_cv_c_bigendian=unknown
16977 else
16978 cat >conftest.$ac_ext <<_ACEOF
16979 #line $LINENO "configure"
16980 /* confdefs.h. */
16981 _ACEOF
16982 cat confdefs.h >>conftest.$ac_ext
16983 cat >>conftest.$ac_ext <<_ACEOF
16984 /* end confdefs.h. */
16985 main () {
16986 /* Are we little or big endian? From Harbison&Steele. */
16987 union
16988 {
16989 long l;
16990 char c[sizeof (long)];
16991 } u;
16992 u.l = 1;
16993 exit (u.c[sizeof (long) - 1] == 1);
16994 }
16995 _ACEOF
16996 rm -f conftest$ac_exeext
16997 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16998 (eval $ac_link) 2>&5
16999 ac_status=$?
17000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17001 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17003 (eval $ac_try) 2>&5
17004 ac_status=$?
17005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17006 (exit $ac_status); }; }; then
17007 ac_cv_c_bigendian=no
17008 else
17009 echo "$as_me: program exited with status $ac_status" >&5
17010 echo "$as_me: failed program was:" >&5
17011 sed 's/^/| /' conftest.$ac_ext >&5
17012
17013 ( exit $ac_status )
17014 ac_cv_c_bigendian=yes
17015 fi
17016 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17017 fi
17018 fi
17019 fi
17020 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
17021 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
17022 if test $ac_cv_c_bigendian = unknown; then
17023 { 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
17024 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;}
17025 fi
17026 if test $ac_cv_c_bigendian = yes; then
17027 cat >>confdefs.h <<\_ACEOF
17028 #define WORDS_BIGENDIAN 1
17029 _ACEOF
17030
17031 fi
17032
17033
17034
17035 ac_ext=cc
17036 ac_cpp='$CXXCPP $CPPFLAGS'
17037 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17038 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17039 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17040 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
17041 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
17042 if test -z "$CXXCPP"; then
17043 if test "${ac_cv_prog_CXXCPP+set}" = set; then
17044 echo $ECHO_N "(cached) $ECHO_C" >&6
17045 else
17046 # Double quotes because CXXCPP needs to be expanded
17047 for CXXCPP in "$CXX -E" "/lib/cpp"
17048 do
17049 ac_preproc_ok=false
17050 for ac_cxx_preproc_warn_flag in '' yes
17051 do
17052 # Use a header file that comes with gcc, so configuring glibc
17053 # with a fresh cross-compiler works.
17054 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17055 # <limits.h> exists even on freestanding compilers.
17056 # On the NeXT, cc -E runs the code through the compiler's parser,
17057 # not just through cpp. "Syntax error" is here to catch this case.
17058 cat >conftest.$ac_ext <<_ACEOF
17059 #line $LINENO "configure"
17060 /* confdefs.h. */
17061 _ACEOF
17062 cat confdefs.h >>conftest.$ac_ext
17063 cat >>conftest.$ac_ext <<_ACEOF
17064 /* end confdefs.h. */
17065 #ifdef __STDC__
17066 # include <limits.h>
17067 #else
17068 # include <assert.h>
17069 #endif
17070 Syntax error
17071 _ACEOF
17072 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17073 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17074 ac_status=$?
17075 grep -v '^ *+' conftest.er1 >conftest.err
17076 rm -f conftest.er1
17077 cat conftest.err >&5
17078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17079 (exit $ac_status); } >/dev/null; then
17080 if test -s conftest.err; then
17081 ac_cpp_err=$ac_cxx_preproc_warn_flag
17082 else
17083 ac_cpp_err=
17084 fi
17085 else
17086 ac_cpp_err=yes
17087 fi
17088 if test -z "$ac_cpp_err"; then
17089 :
17090 else
17091 echo "$as_me: failed program was:" >&5
17092 sed 's/^/| /' conftest.$ac_ext >&5
17093
17094 # Broken: fails on valid input.
17095 continue
17096 fi
17097 rm -f conftest.err conftest.$ac_ext
17098
17099 # OK, works on sane cases. Now check whether non-existent headers
17100 # can be detected and how.
17101 cat >conftest.$ac_ext <<_ACEOF
17102 #line $LINENO "configure"
17103 /* confdefs.h. */
17104 _ACEOF
17105 cat confdefs.h >>conftest.$ac_ext
17106 cat >>conftest.$ac_ext <<_ACEOF
17107 /* end confdefs.h. */
17108 #include <ac_nonexistent.h>
17109 _ACEOF
17110 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17111 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17112 ac_status=$?
17113 grep -v '^ *+' conftest.er1 >conftest.err
17114 rm -f conftest.er1
17115 cat conftest.err >&5
17116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17117 (exit $ac_status); } >/dev/null; then
17118 if test -s conftest.err; then
17119 ac_cpp_err=$ac_cxx_preproc_warn_flag
17120 else
17121 ac_cpp_err=
17122 fi
17123 else
17124 ac_cpp_err=yes
17125 fi
17126 if test -z "$ac_cpp_err"; then
17127 # Broken: success on invalid input.
17128 continue
17129 else
17130 echo "$as_me: failed program was:" >&5
17131 sed 's/^/| /' conftest.$ac_ext >&5
17132
17133 # Passes both tests.
17134 ac_preproc_ok=:
17135 break
17136 fi
17137 rm -f conftest.err conftest.$ac_ext
17138
17139 done
17140 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17141 rm -f conftest.err conftest.$ac_ext
17142 if $ac_preproc_ok; then
17143 break
17144 fi
17145
17146 done
17147 ac_cv_prog_CXXCPP=$CXXCPP
17148
17149 fi
17150 CXXCPP=$ac_cv_prog_CXXCPP
17151 else
17152 ac_cv_prog_CXXCPP=$CXXCPP
17153 fi
17154 echo "$as_me:$LINENO: result: $CXXCPP" >&5
17155 echo "${ECHO_T}$CXXCPP" >&6
17156 ac_preproc_ok=false
17157 for ac_cxx_preproc_warn_flag in '' yes
17158 do
17159 # Use a header file that comes with gcc, so configuring glibc
17160 # with a fresh cross-compiler works.
17161 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17162 # <limits.h> exists even on freestanding compilers.
17163 # On the NeXT, cc -E runs the code through the compiler's parser,
17164 # not just through cpp. "Syntax error" is here to catch this case.
17165 cat >conftest.$ac_ext <<_ACEOF
17166 #line $LINENO "configure"
17167 /* confdefs.h. */
17168 _ACEOF
17169 cat confdefs.h >>conftest.$ac_ext
17170 cat >>conftest.$ac_ext <<_ACEOF
17171 /* end confdefs.h. */
17172 #ifdef __STDC__
17173 # include <limits.h>
17174 #else
17175 # include <assert.h>
17176 #endif
17177 Syntax error
17178 _ACEOF
17179 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17180 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17181 ac_status=$?
17182 grep -v '^ *+' conftest.er1 >conftest.err
17183 rm -f conftest.er1
17184 cat conftest.err >&5
17185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17186 (exit $ac_status); } >/dev/null; then
17187 if test -s conftest.err; then
17188 ac_cpp_err=$ac_cxx_preproc_warn_flag
17189 else
17190 ac_cpp_err=
17191 fi
17192 else
17193 ac_cpp_err=yes
17194 fi
17195 if test -z "$ac_cpp_err"; then
17196 :
17197 else
17198 echo "$as_me: failed program was:" >&5
17199 sed 's/^/| /' conftest.$ac_ext >&5
17200
17201 # Broken: fails on valid input.
17202 continue
17203 fi
17204 rm -f conftest.err conftest.$ac_ext
17205
17206 # OK, works on sane cases. Now check whether non-existent headers
17207 # can be detected and how.
17208 cat >conftest.$ac_ext <<_ACEOF
17209 #line $LINENO "configure"
17210 /* confdefs.h. */
17211 _ACEOF
17212 cat confdefs.h >>conftest.$ac_ext
17213 cat >>conftest.$ac_ext <<_ACEOF
17214 /* end confdefs.h. */
17215 #include <ac_nonexistent.h>
17216 _ACEOF
17217 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17218 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17219 ac_status=$?
17220 grep -v '^ *+' conftest.er1 >conftest.err
17221 rm -f conftest.er1
17222 cat conftest.err >&5
17223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17224 (exit $ac_status); } >/dev/null; then
17225 if test -s conftest.err; then
17226 ac_cpp_err=$ac_cxx_preproc_warn_flag
17227 else
17228 ac_cpp_err=
17229 fi
17230 else
17231 ac_cpp_err=yes
17232 fi
17233 if test -z "$ac_cpp_err"; then
17234 # Broken: success on invalid input.
17235 continue
17236 else
17237 echo "$as_me: failed program was:" >&5
17238 sed 's/^/| /' conftest.$ac_ext >&5
17239
17240 # Passes both tests.
17241 ac_preproc_ok=:
17242 break
17243 fi
17244 rm -f conftest.err conftest.$ac_ext
17245
17246 done
17247 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17248 rm -f conftest.err conftest.$ac_ext
17249 if $ac_preproc_ok; then
17250 :
17251 else
17252 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17253 See \`config.log' for more details." >&5
17254 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17255 See \`config.log' for more details." >&2;}
17256 { (exit 1); exit 1; }; }
17257 fi
17258
17259 ac_ext=cc
17260 ac_cpp='$CXXCPP $CPPFLAGS'
17261 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17262 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17263 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17264
17265
17266
17267 if test "$cross_compiling" = "yes"; then
17268 cat >>confdefs.h <<\_ACEOF
17269 #define wxUSE_IOSTREAMH 1
17270 _ACEOF
17271
17272 else
17273
17274
17275 ac_ext=cc
17276 ac_cpp='$CXXCPP $CPPFLAGS'
17277 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17278 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17279 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17280
17281
17282
17283 for ac_header in iostream
17284 do
17285 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17286 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17287 echo "$as_me:$LINENO: checking for $ac_header" >&5
17288 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17289 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17290 echo $ECHO_N "(cached) $ECHO_C" >&6
17291 fi
17292 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17293 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17294 else
17295 # Is the header compilable?
17296 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17297 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17298 cat >conftest.$ac_ext <<_ACEOF
17299 #line $LINENO "configure"
17300 /* confdefs.h. */
17301 _ACEOF
17302 cat confdefs.h >>conftest.$ac_ext
17303 cat >>conftest.$ac_ext <<_ACEOF
17304 /* end confdefs.h. */
17305 $ac_includes_default
17306 #include <$ac_header>
17307 _ACEOF
17308 rm -f conftest.$ac_objext
17309 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17310 (eval $ac_compile) 2>&5
17311 ac_status=$?
17312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17313 (exit $ac_status); } &&
17314 { ac_try='test -s conftest.$ac_objext'
17315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17316 (eval $ac_try) 2>&5
17317 ac_status=$?
17318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17319 (exit $ac_status); }; }; then
17320 ac_header_compiler=yes
17321 else
17322 echo "$as_me: failed program was:" >&5
17323 sed 's/^/| /' conftest.$ac_ext >&5
17324
17325 ac_header_compiler=no
17326 fi
17327 rm -f conftest.$ac_objext conftest.$ac_ext
17328 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17329 echo "${ECHO_T}$ac_header_compiler" >&6
17330
17331 # Is the header present?
17332 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17333 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17334 cat >conftest.$ac_ext <<_ACEOF
17335 #line $LINENO "configure"
17336 /* confdefs.h. */
17337 _ACEOF
17338 cat confdefs.h >>conftest.$ac_ext
17339 cat >>conftest.$ac_ext <<_ACEOF
17340 /* end confdefs.h. */
17341 #include <$ac_header>
17342 _ACEOF
17343 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17344 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17345 ac_status=$?
17346 grep -v '^ *+' conftest.er1 >conftest.err
17347 rm -f conftest.er1
17348 cat conftest.err >&5
17349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17350 (exit $ac_status); } >/dev/null; then
17351 if test -s conftest.err; then
17352 ac_cpp_err=$ac_cxx_preproc_warn_flag
17353 else
17354 ac_cpp_err=
17355 fi
17356 else
17357 ac_cpp_err=yes
17358 fi
17359 if test -z "$ac_cpp_err"; then
17360 ac_header_preproc=yes
17361 else
17362 echo "$as_me: failed program was:" >&5
17363 sed 's/^/| /' conftest.$ac_ext >&5
17364
17365 ac_header_preproc=no
17366 fi
17367 rm -f conftest.err conftest.$ac_ext
17368 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17369 echo "${ECHO_T}$ac_header_preproc" >&6
17370
17371 # So? What about this header?
17372 case $ac_header_compiler:$ac_header_preproc in
17373 yes:no )
17374 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17375 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17376 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17377 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17378 (
17379 cat <<\_ASBOX
17380 ## ------------------------------------ ##
17381 ## Report this to bug-autoconf@gnu.org. ##
17382 ## ------------------------------------ ##
17383 _ASBOX
17384 ) |
17385 sed "s/^/$as_me: WARNING: /" >&2
17386 ;;
17387 no:yes )
17388 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17389 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17390 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17391 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17392 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17393 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17394 (
17395 cat <<\_ASBOX
17396 ## ------------------------------------ ##
17397 ## Report this to bug-autoconf@gnu.org. ##
17398 ## ------------------------------------ ##
17399 _ASBOX
17400 ) |
17401 sed "s/^/$as_me: WARNING: /" >&2
17402 ;;
17403 esac
17404 echo "$as_me:$LINENO: checking for $ac_header" >&5
17405 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17406 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17407 echo $ECHO_N "(cached) $ECHO_C" >&6
17408 else
17409 eval "$as_ac_Header=$ac_header_preproc"
17410 fi
17411 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17412 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17413
17414 fi
17415 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17416 cat >>confdefs.h <<_ACEOF
17417 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17418 _ACEOF
17419
17420 fi
17421
17422 done
17423
17424
17425 if test "$ac_cv_header_iostream" = "yes" ; then
17426 :
17427 else
17428 cat >>confdefs.h <<\_ACEOF
17429 #define wxUSE_IOSTREAMH 1
17430 _ACEOF
17431
17432 fi
17433
17434 ac_ext=c
17435 ac_cpp='$CPP $CPPFLAGS'
17436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17437 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17439
17440 fi
17441
17442
17443
17444 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17445 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17446 if test "${wx_cv_cpp_bool+set}" = set; then
17447 echo $ECHO_N "(cached) $ECHO_C" >&6
17448 else
17449
17450
17451
17452 ac_ext=cc
17453 ac_cpp='$CXXCPP $CPPFLAGS'
17454 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17455 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17456 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17457
17458
17459 cat >conftest.$ac_ext <<_ACEOF
17460 #line $LINENO "configure"
17461 /* confdefs.h. */
17462 _ACEOF
17463 cat confdefs.h >>conftest.$ac_ext
17464 cat >>conftest.$ac_ext <<_ACEOF
17465 /* end confdefs.h. */
17466
17467
17468 int
17469 main ()
17470 {
17471
17472 bool b = true;
17473
17474 return 0;
17475
17476 ;
17477 return 0;
17478 }
17479 _ACEOF
17480 rm -f conftest.$ac_objext
17481 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17482 (eval $ac_compile) 2>&5
17483 ac_status=$?
17484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17485 (exit $ac_status); } &&
17486 { ac_try='test -s conftest.$ac_objext'
17487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17488 (eval $ac_try) 2>&5
17489 ac_status=$?
17490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17491 (exit $ac_status); }; }; then
17492
17493 wx_cv_cpp_bool=yes
17494
17495 else
17496 echo "$as_me: failed program was:" >&5
17497 sed 's/^/| /' conftest.$ac_ext >&5
17498
17499
17500 wx_cv_cpp_bool=no
17501
17502
17503 fi
17504 rm -f conftest.$ac_objext conftest.$ac_ext
17505
17506 ac_ext=c
17507 ac_cpp='$CPP $CPPFLAGS'
17508 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17509 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17510 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17511
17512
17513 fi
17514 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17515 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
17516
17517 if test "$wx_cv_cpp_bool" = "yes"; then
17518 cat >>confdefs.h <<\_ACEOF
17519 #define HAVE_BOOL 1
17520 _ACEOF
17521
17522 fi
17523
17524
17525
17526 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17527 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17528 if test "${wx_cv_explicit+set}" = set; then
17529 echo $ECHO_N "(cached) $ECHO_C" >&6
17530 else
17531
17532
17533
17534 ac_ext=cc
17535 ac_cpp='$CXXCPP $CPPFLAGS'
17536 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17537 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17538 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17539
17540
17541 cat >conftest.$ac_ext <<_ACEOF
17542 #line $LINENO "configure"
17543 /* confdefs.h. */
17544 _ACEOF
17545 cat confdefs.h >>conftest.$ac_ext
17546 cat >>conftest.$ac_ext <<_ACEOF
17547 /* end confdefs.h. */
17548
17549 class Foo { public: explicit Foo(int) {} };
17550
17551 int
17552 main ()
17553 {
17554
17555 return 0;
17556
17557 ;
17558 return 0;
17559 }
17560 _ACEOF
17561 rm -f conftest.$ac_objext
17562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17563 (eval $ac_compile) 2>&5
17564 ac_status=$?
17565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17566 (exit $ac_status); } &&
17567 { ac_try='test -s conftest.$ac_objext'
17568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17569 (eval $ac_try) 2>&5
17570 ac_status=$?
17571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17572 (exit $ac_status); }; }; then
17573
17574 cat >conftest.$ac_ext <<_ACEOF
17575 #line $LINENO "configure"
17576 /* confdefs.h. */
17577 _ACEOF
17578 cat confdefs.h >>conftest.$ac_ext
17579 cat >>conftest.$ac_ext <<_ACEOF
17580 /* end confdefs.h. */
17581
17582 class Foo { public: explicit Foo(int) {} };
17583 static void TakeFoo(const Foo& foo) { }
17584
17585 int
17586 main ()
17587 {
17588
17589 TakeFoo(17);
17590 return 0;
17591
17592 ;
17593 return 0;
17594 }
17595 _ACEOF
17596 rm -f conftest.$ac_objext
17597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17598 (eval $ac_compile) 2>&5
17599 ac_status=$?
17600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17601 (exit $ac_status); } &&
17602 { ac_try='test -s conftest.$ac_objext'
17603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17604 (eval $ac_try) 2>&5
17605 ac_status=$?
17606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17607 (exit $ac_status); }; }; then
17608 wx_cv_explicit=no
17609 else
17610 echo "$as_me: failed program was:" >&5
17611 sed 's/^/| /' conftest.$ac_ext >&5
17612
17613 wx_cv_explicit=yes
17614
17615 fi
17616 rm -f conftest.$ac_objext conftest.$ac_ext
17617
17618 else
17619 echo "$as_me: failed program was:" >&5
17620 sed 's/^/| /' conftest.$ac_ext >&5
17621
17622 wx_cv_explicit=no
17623
17624 fi
17625 rm -f conftest.$ac_objext conftest.$ac_ext
17626
17627 ac_ext=c
17628 ac_cpp='$CPP $CPPFLAGS'
17629 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17630 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17631 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17632
17633
17634 fi
17635 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17636 echo "${ECHO_T}$wx_cv_explicit" >&6
17637
17638 if test "$wx_cv_explicit" = "yes"; then
17639 cat >>confdefs.h <<\_ACEOF
17640 #define HAVE_EXPLICIT 1
17641 _ACEOF
17642
17643 fi
17644
17645
17646 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17647 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17648 if test "${ac_cv_cxx_const_cast+set}" = set; then
17649 echo $ECHO_N "(cached) $ECHO_C" >&6
17650 else
17651
17652
17653 ac_ext=cc
17654 ac_cpp='$CXXCPP $CPPFLAGS'
17655 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17656 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17657 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17658
17659 cat >conftest.$ac_ext <<_ACEOF
17660 #line $LINENO "configure"
17661 /* confdefs.h. */
17662 _ACEOF
17663 cat confdefs.h >>conftest.$ac_ext
17664 cat >>conftest.$ac_ext <<_ACEOF
17665 /* end confdefs.h. */
17666
17667 int
17668 main ()
17669 {
17670 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
17671 ;
17672 return 0;
17673 }
17674 _ACEOF
17675 rm -f conftest.$ac_objext
17676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17677 (eval $ac_compile) 2>&5
17678 ac_status=$?
17679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17680 (exit $ac_status); } &&
17681 { ac_try='test -s conftest.$ac_objext'
17682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17683 (eval $ac_try) 2>&5
17684 ac_status=$?
17685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17686 (exit $ac_status); }; }; then
17687 ac_cv_cxx_const_cast=yes
17688 else
17689 echo "$as_me: failed program was:" >&5
17690 sed 's/^/| /' conftest.$ac_ext >&5
17691
17692 ac_cv_cxx_const_cast=no
17693 fi
17694 rm -f conftest.$ac_objext conftest.$ac_ext
17695 ac_ext=c
17696 ac_cpp='$CPP $CPPFLAGS'
17697 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17698 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17699 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17700
17701
17702 fi
17703 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17704 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
17705 if test "$ac_cv_cxx_const_cast" = yes; then
17706
17707 cat >>confdefs.h <<\_ACEOF
17708 #define HAVE_CONST_CAST
17709 _ACEOF
17710
17711 fi
17712
17713
17714 if test "$wxUSE_STL" = "yes"; then
17715 ac_ext=cc
17716 ac_cpp='$CXXCPP $CPPFLAGS'
17717 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17718 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17719 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17720
17721
17722 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
17723 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
17724 cat >conftest.$ac_ext <<_ACEOF
17725 #line $LINENO "configure"
17726 /* confdefs.h. */
17727 _ACEOF
17728 cat confdefs.h >>conftest.$ac_ext
17729 cat >>conftest.$ac_ext <<_ACEOF
17730 /* end confdefs.h. */
17731 #include <string>
17732 #include <functional>
17733 #include <algorithm>
17734 #include <vector>
17735 #include <list>
17736 int
17737 main ()
17738 {
17739 std::vector<int> moo;
17740 std::list<int> foo;
17741 std::vector<int>::iterator it =
17742 std::find_if(moo.begin(), moo.end(),
17743 std::bind2nd(std::less<int>(), 3));
17744 ;
17745 return 0;
17746 }
17747 _ACEOF
17748 rm -f conftest.$ac_objext
17749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17750 (eval $ac_compile) 2>&5
17751 ac_status=$?
17752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17753 (exit $ac_status); } &&
17754 { ac_try='test -s conftest.$ac_objext'
17755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17756 (eval $ac_try) 2>&5
17757 ac_status=$?
17758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17759 (exit $ac_status); }; }; then
17760 echo "$as_me:$LINENO: result: yes" >&5
17761 echo "${ECHO_T}yes" >&6
17762 else
17763 echo "$as_me: failed program was:" >&5
17764 sed 's/^/| /' conftest.$ac_ext >&5
17765
17766 echo "$as_me:$LINENO: result: no" >&5
17767 echo "${ECHO_T}no" >&6
17768 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
17769 echo "$as_me: error: Basic STL functionality missing" >&2;}
17770 { (exit 1); exit 1; }; }
17771 fi
17772 rm -f conftest.$ac_objext conftest.$ac_ext
17773
17774 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
17775 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
17776 cat >conftest.$ac_ext <<_ACEOF
17777 #line $LINENO "configure"
17778 /* confdefs.h. */
17779 _ACEOF
17780 cat confdefs.h >>conftest.$ac_ext
17781 cat >>conftest.$ac_ext <<_ACEOF
17782 /* end confdefs.h. */
17783 #include <string>
17784 int
17785 main ()
17786 {
17787 std::wstring foo;
17788 ;
17789 return 0;
17790 }
17791 _ACEOF
17792 rm -f conftest.$ac_objext
17793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17794 (eval $ac_compile) 2>&5
17795 ac_status=$?
17796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17797 (exit $ac_status); } &&
17798 { ac_try='test -s conftest.$ac_objext'
17799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17800 (eval $ac_try) 2>&5
17801 ac_status=$?
17802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17803 (exit $ac_status); }; }; then
17804 echo "$as_me:$LINENO: result: yes" >&5
17805 echo "${ECHO_T}yes" >&6
17806 cat >>confdefs.h <<\_ACEOF
17807 #define HAVE_STD_WSTRING 1
17808 _ACEOF
17809
17810 else
17811 echo "$as_me: failed program was:" >&5
17812 sed 's/^/| /' conftest.$ac_ext >&5
17813
17814 echo "$as_me:$LINENO: result: no" >&5
17815 echo "${ECHO_T}no" >&6
17816 fi
17817 rm -f conftest.$ac_objext conftest.$ac_ext
17818
17819 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
17820 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
17821 cat >conftest.$ac_ext <<_ACEOF
17822 #line $LINENO "configure"
17823 /* confdefs.h. */
17824 _ACEOF
17825 cat confdefs.h >>conftest.$ac_ext
17826 cat >>conftest.$ac_ext <<_ACEOF
17827 /* end confdefs.h. */
17828 #include <string>
17829 int
17830 main ()
17831 {
17832 std::string foo, bar;
17833 foo.compare(bar);
17834 foo.compare(1, 1, bar);
17835 foo.compare(1, 1, bar, 1, 1);
17836 foo.compare("");
17837 foo.compare(1, 1, "");
17838 foo.compare(1, 1, "", 2);
17839 ;
17840 return 0;
17841 }
17842 _ACEOF
17843 rm -f conftest.$ac_objext
17844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17845 (eval $ac_compile) 2>&5
17846 ac_status=$?
17847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17848 (exit $ac_status); } &&
17849 { ac_try='test -s conftest.$ac_objext'
17850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17851 (eval $ac_try) 2>&5
17852 ac_status=$?
17853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17854 (exit $ac_status); }; }; then
17855 echo "$as_me:$LINENO: result: yes" >&5
17856 echo "${ECHO_T}yes" >&6
17857 cat >>confdefs.h <<\_ACEOF
17858 #define HAVE_STD_STRING_COMPARE 1
17859 _ACEOF
17860
17861 else
17862 echo "$as_me: failed program was:" >&5
17863 sed 's/^/| /' conftest.$ac_ext >&5
17864
17865 echo "$as_me:$LINENO: result: no" >&5
17866 echo "${ECHO_T}no" >&6
17867 fi
17868 rm -f conftest.$ac_objext conftest.$ac_ext
17869
17870 ac_ext=c
17871 ac_cpp='$CPP $CPPFLAGS'
17872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17875
17876 fi
17877
17878
17879 SEARCH_INCLUDE="\
17880 /usr/local/include \
17881 \
17882 /usr/Motif-1.2/include \
17883 /usr/Motif-2.1/include \
17884 \
17885 /usr/include/Motif1.2 \
17886 /opt/xpm/include/X11 \
17887 /opt/GBxpm/include/ \
17888 /opt/GBxpm/X11/include/ \
17889 \
17890 /usr/Motif1.2/include \
17891 /usr/dt/include \
17892 /usr/openwin/include \
17893 \
17894 /usr/include/Xm \
17895 \
17896 /usr/X11R6/include \
17897 /usr/X11R6.4/include \
17898 /usr/X11R5/include \
17899 /usr/X11R4/include \
17900 \
17901 /usr/include/X11R6 \
17902 /usr/include/X11R5 \
17903 /usr/include/X11R4 \
17904 \
17905 /usr/local/X11R6/include \
17906 /usr/local/X11R5/include \
17907 /usr/local/X11R4/include \
17908 \
17909 /usr/local/include/X11R6 \
17910 /usr/local/include/X11R5 \
17911 /usr/local/include/X11R4 \
17912 \
17913 /usr/X11/include \
17914 /usr/include/X11 \
17915 /usr/local/X11/include \
17916 /usr/local/include/X11 \
17917 \
17918 /usr/X386/include \
17919 /usr/x386/include \
17920 /usr/XFree86/include/X11 \
17921 \
17922 X:/XFree86/include \
17923 X:/XFree86/include/X11 \
17924 \
17925 /usr/include/gtk \
17926 /usr/local/include/gtk \
17927 /usr/include/glib \
17928 /usr/local/include/glib \
17929 \
17930 /usr/include/qt \
17931 /usr/local/include/qt \
17932 \
17933 /usr/include/windows \
17934 /usr/include/wine \
17935 /usr/local/include/wine \
17936 \
17937 /usr/unsupported/include \
17938 /usr/athena/include \
17939 /usr/local/x11r5/include \
17940 /usr/lpp/Xamples/include \
17941 \
17942 /usr/openwin/share/include"
17943
17944 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17945
17946
17947 cat >confcache <<\_ACEOF
17948 # This file is a shell script that caches the results of configure
17949 # tests run on this system so they can be shared between configure
17950 # scripts and configure runs, see configure's option --config-cache.
17951 # It is not useful on other systems. If it contains results you don't
17952 # want to keep, you may remove or edit it.
17953 #
17954 # config.status only pays attention to the cache file if you give it
17955 # the --recheck option to rerun configure.
17956 #
17957 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17958 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17959 # following values.
17960
17961 _ACEOF
17962
17963 # The following way of writing the cache mishandles newlines in values,
17964 # but we know of no workaround that is simple, portable, and efficient.
17965 # So, don't put newlines in cache variables' values.
17966 # Ultrix sh set writes to stderr and can't be redirected directly,
17967 # and sets the high bit in the cache file unless we assign to the vars.
17968 {
17969 (set) 2>&1 |
17970 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17971 *ac_space=\ *)
17972 # `set' does not quote correctly, so add quotes (double-quote
17973 # substitution turns \\\\ into \\, and sed turns \\ into \).
17974 sed -n \
17975 "s/'/'\\\\''/g;
17976 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17977 ;;
17978 *)
17979 # `set' quotes correctly as required by POSIX, so do not add quotes.
17980 sed -n \
17981 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17982 ;;
17983 esac;
17984 } |
17985 sed '
17986 t clear
17987 : clear
17988 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17989 t end
17990 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17991 : end' >>confcache
17992 if diff $cache_file confcache >/dev/null 2>&1; then :; else
17993 if test -w $cache_file; then
17994 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17995 cat confcache >$cache_file
17996 else
17997 echo "not updating unwritable cache $cache_file"
17998 fi
17999 fi
18000 rm -f confcache
18001
18002 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
18003 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
18004 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
18005 if test "${wx_cv_lib_glibc21+set}" = set; then
18006 echo $ECHO_N "(cached) $ECHO_C" >&6
18007 else
18008
18009 cat >conftest.$ac_ext <<_ACEOF
18010 #line $LINENO "configure"
18011 /* confdefs.h. */
18012 _ACEOF
18013 cat confdefs.h >>conftest.$ac_ext
18014 cat >>conftest.$ac_ext <<_ACEOF
18015 /* end confdefs.h. */
18016 #include <features.h>
18017 int
18018 main ()
18019 {
18020
18021 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
18022 #error not glibc2.1
18023 #endif
18024
18025 ;
18026 return 0;
18027 }
18028 _ACEOF
18029 rm -f conftest.$ac_objext
18030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18031 (eval $ac_compile) 2>&5
18032 ac_status=$?
18033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18034 (exit $ac_status); } &&
18035 { ac_try='test -s conftest.$ac_objext'
18036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18037 (eval $ac_try) 2>&5
18038 ac_status=$?
18039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18040 (exit $ac_status); }; }; then
18041
18042 wx_cv_lib_glibc21=yes
18043
18044 else
18045 echo "$as_me: failed program was:" >&5
18046 sed 's/^/| /' conftest.$ac_ext >&5
18047
18048
18049 wx_cv_lib_glibc21=no
18050
18051
18052 fi
18053 rm -f conftest.$ac_objext conftest.$ac_ext
18054
18055 fi
18056 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
18057 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
18058 if test "$wx_cv_lib_glibc21" = "yes"; then
18059 cat >>confdefs.h <<\_ACEOF
18060 #define wxHAVE_GLIBC2 1
18061 _ACEOF
18062
18063 fi
18064 fi
18065
18066 if test "x$wx_cv_lib_glibc21" = "xyes"; then
18067 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
18068 cat >>confdefs.h <<\_ACEOF
18069 #define _GNU_SOURCE 1
18070 _ACEOF
18071
18072 fi
18073 fi
18074
18075
18076
18077 REGEX_INCLUDE=
18078 if test "$wxUSE_REGEX" != "no"; then
18079 cat >>confdefs.h <<\_ACEOF
18080 #define wxUSE_REGEX 1
18081 _ACEOF
18082
18083
18084 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
18085 if test "${ac_cv_header_regex_h+set}" = set; then
18086 echo "$as_me:$LINENO: checking for regex.h" >&5
18087 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18088 if test "${ac_cv_header_regex_h+set}" = set; then
18089 echo $ECHO_N "(cached) $ECHO_C" >&6
18090 fi
18091 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18092 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18093 else
18094 # Is the header compilable?
18095 echo "$as_me:$LINENO: checking regex.h usability" >&5
18096 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
18097 cat >conftest.$ac_ext <<_ACEOF
18098 #line $LINENO "configure"
18099 /* confdefs.h. */
18100 _ACEOF
18101 cat confdefs.h >>conftest.$ac_ext
18102 cat >>conftest.$ac_ext <<_ACEOF
18103 /* end confdefs.h. */
18104 $ac_includes_default
18105 #include <regex.h>
18106 _ACEOF
18107 rm -f conftest.$ac_objext
18108 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18109 (eval $ac_compile) 2>&5
18110 ac_status=$?
18111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18112 (exit $ac_status); } &&
18113 { ac_try='test -s conftest.$ac_objext'
18114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18115 (eval $ac_try) 2>&5
18116 ac_status=$?
18117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18118 (exit $ac_status); }; }; then
18119 ac_header_compiler=yes
18120 else
18121 echo "$as_me: failed program was:" >&5
18122 sed 's/^/| /' conftest.$ac_ext >&5
18123
18124 ac_header_compiler=no
18125 fi
18126 rm -f conftest.$ac_objext conftest.$ac_ext
18127 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18128 echo "${ECHO_T}$ac_header_compiler" >&6
18129
18130 # Is the header present?
18131 echo "$as_me:$LINENO: checking regex.h presence" >&5
18132 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
18133 cat >conftest.$ac_ext <<_ACEOF
18134 #line $LINENO "configure"
18135 /* confdefs.h. */
18136 _ACEOF
18137 cat confdefs.h >>conftest.$ac_ext
18138 cat >>conftest.$ac_ext <<_ACEOF
18139 /* end confdefs.h. */
18140 #include <regex.h>
18141 _ACEOF
18142 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18143 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18144 ac_status=$?
18145 grep -v '^ *+' conftest.er1 >conftest.err
18146 rm -f conftest.er1
18147 cat conftest.err >&5
18148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18149 (exit $ac_status); } >/dev/null; then
18150 if test -s conftest.err; then
18151 ac_cpp_err=$ac_c_preproc_warn_flag
18152 else
18153 ac_cpp_err=
18154 fi
18155 else
18156 ac_cpp_err=yes
18157 fi
18158 if test -z "$ac_cpp_err"; then
18159 ac_header_preproc=yes
18160 else
18161 echo "$as_me: failed program was:" >&5
18162 sed 's/^/| /' conftest.$ac_ext >&5
18163
18164 ac_header_preproc=no
18165 fi
18166 rm -f conftest.err conftest.$ac_ext
18167 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18168 echo "${ECHO_T}$ac_header_preproc" >&6
18169
18170 # So? What about this header?
18171 case $ac_header_compiler:$ac_header_preproc in
18172 yes:no )
18173 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
18174 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18175 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18176 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18177 (
18178 cat <<\_ASBOX
18179 ## ------------------------------------ ##
18180 ## Report this to bug-autoconf@gnu.org. ##
18181 ## ------------------------------------ ##
18182 _ASBOX
18183 ) |
18184 sed "s/^/$as_me: WARNING: /" >&2
18185 ;;
18186 no:yes )
18187 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
18188 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
18189 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
18190 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
18191 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18192 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18193 (
18194 cat <<\_ASBOX
18195 ## ------------------------------------ ##
18196 ## Report this to bug-autoconf@gnu.org. ##
18197 ## ------------------------------------ ##
18198 _ASBOX
18199 ) |
18200 sed "s/^/$as_me: WARNING: /" >&2
18201 ;;
18202 esac
18203 echo "$as_me:$LINENO: checking for regex.h" >&5
18204 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18205 if test "${ac_cv_header_regex_h+set}" = set; then
18206 echo $ECHO_N "(cached) $ECHO_C" >&6
18207 else
18208 ac_cv_header_regex_h=$ac_header_preproc
18209 fi
18210 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18211 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18212
18213 fi
18214 if test $ac_cv_header_regex_h = yes; then
18215
18216 for ac_func in regcomp
18217 do
18218 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18219 echo "$as_me:$LINENO: checking for $ac_func" >&5
18220 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18221 if eval "test \"\${$as_ac_var+set}\" = set"; then
18222 echo $ECHO_N "(cached) $ECHO_C" >&6
18223 else
18224 cat >conftest.$ac_ext <<_ACEOF
18225 #line $LINENO "configure"
18226 /* confdefs.h. */
18227 _ACEOF
18228 cat confdefs.h >>conftest.$ac_ext
18229 cat >>conftest.$ac_ext <<_ACEOF
18230 /* end confdefs.h. */
18231 /* System header to define __stub macros and hopefully few prototypes,
18232 which can conflict with char $ac_func (); below.
18233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18234 <limits.h> exists even on freestanding compilers. */
18235 #ifdef __STDC__
18236 # include <limits.h>
18237 #else
18238 # include <assert.h>
18239 #endif
18240 /* Override any gcc2 internal prototype to avoid an error. */
18241 #ifdef __cplusplus
18242 extern "C"
18243 {
18244 #endif
18245 /* We use char because int might match the return type of a gcc2
18246 builtin and then its argument prototype would still apply. */
18247 char $ac_func ();
18248 /* The GNU C library defines this for functions which it implements
18249 to always fail with ENOSYS. Some functions are actually named
18250 something starting with __ and the normal name is an alias. */
18251 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18252 choke me
18253 #else
18254 char (*f) () = $ac_func;
18255 #endif
18256 #ifdef __cplusplus
18257 }
18258 #endif
18259
18260 int
18261 main ()
18262 {
18263 return f != $ac_func;
18264 ;
18265 return 0;
18266 }
18267 _ACEOF
18268 rm -f conftest.$ac_objext conftest$ac_exeext
18269 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18270 (eval $ac_link) 2>&5
18271 ac_status=$?
18272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18273 (exit $ac_status); } &&
18274 { ac_try='test -s conftest$ac_exeext'
18275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18276 (eval $ac_try) 2>&5
18277 ac_status=$?
18278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18279 (exit $ac_status); }; }; then
18280 eval "$as_ac_var=yes"
18281 else
18282 echo "$as_me: failed program was:" >&5
18283 sed 's/^/| /' conftest.$ac_ext >&5
18284
18285 eval "$as_ac_var=no"
18286 fi
18287 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18288 fi
18289 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18290 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18291 if test `eval echo '${'$as_ac_var'}'` = yes; then
18292 cat >>confdefs.h <<_ACEOF
18293 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18294 _ACEOF
18295
18296 fi
18297 done
18298
18299 fi
18300
18301
18302
18303 if test "x$ac_cv_func_regcomp" != "xyes"; then
18304 if test "$wxUSE_REGEX" = "sys" ; then
18305 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18306 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18307 { (exit 1); exit 1; }; }
18308 else
18309 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18310 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
18311 wxUSE_REGEX=builtin
18312 fi
18313 else
18314 wxUSE_REGEX=sys
18315 fi
18316 fi
18317
18318 if test "$wxUSE_REGEX" = "builtin" ; then
18319 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
18320 fi
18321 fi
18322
18323
18324 ZLIB_INCLUDE=
18325 ZLIB_LINK=
18326 if test "$wxUSE_ZLIB" != "no" ; then
18327 cat >>confdefs.h <<\_ACEOF
18328 #define wxUSE_ZLIB 1
18329 _ACEOF
18330
18331
18332 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
18333 if test "$USE_DARWIN" = 1; then
18334 system_zlib_h_ok="yes"
18335 else
18336 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18337 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18338 if test "${ac_cv_header_zlib_h+set}" = set; then
18339 echo $ECHO_N "(cached) $ECHO_C" >&6
18340 else
18341 if test "$cross_compiling" = yes; then
18342 unset ac_cv_header_zlib_h
18343
18344 else
18345 cat >conftest.$ac_ext <<_ACEOF
18346 #line $LINENO "configure"
18347 /* confdefs.h. */
18348 _ACEOF
18349 cat confdefs.h >>conftest.$ac_ext
18350 cat >>conftest.$ac_ext <<_ACEOF
18351 /* end confdefs.h. */
18352
18353 #include <zlib.h>
18354 #include <stdio.h>
18355
18356 int main()
18357 {
18358 FILE *f=fopen("conftestval", "w");
18359 if (!f) exit(1);
18360 fprintf(f, "%s",
18361 ZLIB_VERSION[0] == '1' &&
18362 (ZLIB_VERSION[2] > '1' ||
18363 (ZLIB_VERSION[2] == '1' &&
18364 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18365 exit(0);
18366 }
18367
18368 _ACEOF
18369 rm -f conftest$ac_exeext
18370 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18371 (eval $ac_link) 2>&5
18372 ac_status=$?
18373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18374 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18376 (eval $ac_try) 2>&5
18377 ac_status=$?
18378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18379 (exit $ac_status); }; }; then
18380 ac_cv_header_zlib_h=`cat conftestval`
18381 else
18382 echo "$as_me: program exited with status $ac_status" >&5
18383 echo "$as_me: failed program was:" >&5
18384 sed 's/^/| /' conftest.$ac_ext >&5
18385
18386 ( exit $ac_status )
18387 ac_cv_header_zlib_h=no
18388 fi
18389 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18390 fi
18391
18392 fi
18393 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18394 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18395 if test "${ac_cv_header_zlib_h+set}" = set; then
18396 echo "$as_me:$LINENO: checking for zlib.h" >&5
18397 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18398 if test "${ac_cv_header_zlib_h+set}" = set; then
18399 echo $ECHO_N "(cached) $ECHO_C" >&6
18400 fi
18401 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18402 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18403 else
18404 # Is the header compilable?
18405 echo "$as_me:$LINENO: checking zlib.h usability" >&5
18406 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18407 cat >conftest.$ac_ext <<_ACEOF
18408 #line $LINENO "configure"
18409 /* confdefs.h. */
18410 _ACEOF
18411 cat confdefs.h >>conftest.$ac_ext
18412 cat >>conftest.$ac_ext <<_ACEOF
18413 /* end confdefs.h. */
18414 $ac_includes_default
18415 #include <zlib.h>
18416 _ACEOF
18417 rm -f conftest.$ac_objext
18418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18419 (eval $ac_compile) 2>&5
18420 ac_status=$?
18421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422 (exit $ac_status); } &&
18423 { ac_try='test -s conftest.$ac_objext'
18424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18425 (eval $ac_try) 2>&5
18426 ac_status=$?
18427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 (exit $ac_status); }; }; then
18429 ac_header_compiler=yes
18430 else
18431 echo "$as_me: failed program was:" >&5
18432 sed 's/^/| /' conftest.$ac_ext >&5
18433
18434 ac_header_compiler=no
18435 fi
18436 rm -f conftest.$ac_objext conftest.$ac_ext
18437 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18438 echo "${ECHO_T}$ac_header_compiler" >&6
18439
18440 # Is the header present?
18441 echo "$as_me:$LINENO: checking zlib.h presence" >&5
18442 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18443 cat >conftest.$ac_ext <<_ACEOF
18444 #line $LINENO "configure"
18445 /* confdefs.h. */
18446 _ACEOF
18447 cat confdefs.h >>conftest.$ac_ext
18448 cat >>conftest.$ac_ext <<_ACEOF
18449 /* end confdefs.h. */
18450 #include <zlib.h>
18451 _ACEOF
18452 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18453 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18454 ac_status=$?
18455 grep -v '^ *+' conftest.er1 >conftest.err
18456 rm -f conftest.er1
18457 cat conftest.err >&5
18458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18459 (exit $ac_status); } >/dev/null; then
18460 if test -s conftest.err; then
18461 ac_cpp_err=$ac_c_preproc_warn_flag
18462 else
18463 ac_cpp_err=
18464 fi
18465 else
18466 ac_cpp_err=yes
18467 fi
18468 if test -z "$ac_cpp_err"; then
18469 ac_header_preproc=yes
18470 else
18471 echo "$as_me: failed program was:" >&5
18472 sed 's/^/| /' conftest.$ac_ext >&5
18473
18474 ac_header_preproc=no
18475 fi
18476 rm -f conftest.err conftest.$ac_ext
18477 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18478 echo "${ECHO_T}$ac_header_preproc" >&6
18479
18480 # So? What about this header?
18481 case $ac_header_compiler:$ac_header_preproc in
18482 yes:no )
18483 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18484 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18485 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18486 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18487 (
18488 cat <<\_ASBOX
18489 ## ------------------------------------ ##
18490 ## Report this to bug-autoconf@gnu.org. ##
18491 ## ------------------------------------ ##
18492 _ASBOX
18493 ) |
18494 sed "s/^/$as_me: WARNING: /" >&2
18495 ;;
18496 no:yes )
18497 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18498 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18499 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18500 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18501 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18502 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18503 (
18504 cat <<\_ASBOX
18505 ## ------------------------------------ ##
18506 ## Report this to bug-autoconf@gnu.org. ##
18507 ## ------------------------------------ ##
18508 _ASBOX
18509 ) |
18510 sed "s/^/$as_me: WARNING: /" >&2
18511 ;;
18512 esac
18513 echo "$as_me:$LINENO: checking for zlib.h" >&5
18514 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18515 if test "${ac_cv_header_zlib_h+set}" = set; then
18516 echo $ECHO_N "(cached) $ECHO_C" >&6
18517 else
18518 ac_cv_header_zlib_h=$ac_header_preproc
18519 fi
18520 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18521 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18522
18523 fi
18524
18525
18526
18527 system_zlib_h_ok=$ac_cv_header_zlib_h
18528 fi
18529
18530 if test "$system_zlib_h_ok" = "yes"; then
18531 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18532 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18533 if test "${ac_cv_lib_z_deflate+set}" = set; then
18534 echo $ECHO_N "(cached) $ECHO_C" >&6
18535 else
18536 ac_check_lib_save_LIBS=$LIBS
18537 LIBS="-lz $LIBS"
18538 cat >conftest.$ac_ext <<_ACEOF
18539 #line $LINENO "configure"
18540 /* confdefs.h. */
18541 _ACEOF
18542 cat confdefs.h >>conftest.$ac_ext
18543 cat >>conftest.$ac_ext <<_ACEOF
18544 /* end confdefs.h. */
18545
18546 /* Override any gcc2 internal prototype to avoid an error. */
18547 #ifdef __cplusplus
18548 extern "C"
18549 #endif
18550 /* We use char because int might match the return type of a gcc2
18551 builtin and then its argument prototype would still apply. */
18552 char deflate ();
18553 int
18554 main ()
18555 {
18556 deflate ();
18557 ;
18558 return 0;
18559 }
18560 _ACEOF
18561 rm -f conftest.$ac_objext conftest$ac_exeext
18562 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18563 (eval $ac_link) 2>&5
18564 ac_status=$?
18565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18566 (exit $ac_status); } &&
18567 { ac_try='test -s conftest$ac_exeext'
18568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18569 (eval $ac_try) 2>&5
18570 ac_status=$?
18571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18572 (exit $ac_status); }; }; then
18573 ac_cv_lib_z_deflate=yes
18574 else
18575 echo "$as_me: failed program was:" >&5
18576 sed 's/^/| /' conftest.$ac_ext >&5
18577
18578 ac_cv_lib_z_deflate=no
18579 fi
18580 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18581 LIBS=$ac_check_lib_save_LIBS
18582 fi
18583 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18584 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18585 if test $ac_cv_lib_z_deflate = yes; then
18586 ZLIB_LINK=" -lz"
18587 fi
18588
18589 fi
18590
18591 if test "x$ZLIB_LINK" = "x" ; then
18592 if test "$wxUSE_ZLIB" = "sys" ; then
18593 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18594 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18595 { (exit 1); exit 1; }; }
18596 else
18597 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18598 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
18599 wxUSE_ZLIB=builtin
18600 fi
18601 else
18602 wxUSE_ZLIB=sys
18603 fi
18604 fi
18605
18606 if test "$wxUSE_ZLIB" = "builtin" ; then
18607 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
18608 fi
18609 fi
18610
18611
18612 PNG_INCLUDE=
18613 PNG_LINK=
18614 if test "$wxUSE_LIBPNG" != "no" ; then
18615 cat >>confdefs.h <<\_ACEOF
18616 #define wxUSE_LIBPNG 1
18617 _ACEOF
18618
18619
18620 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
18621 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18622 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
18623 wxUSE_LIBPNG=sys
18624 fi
18625
18626 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
18627 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18628 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
18629 wxUSE_LIBPNG=builtin
18630 fi
18631
18632 if test "$wxUSE_MGL" != 1 ; then
18633 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
18634 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18635 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18636 if test "${ac_cv_header_png_h+set}" = set; then
18637 echo $ECHO_N "(cached) $ECHO_C" >&6
18638 else
18639 if test "$cross_compiling" = yes; then
18640 unset ac_cv_header_png_h
18641
18642 else
18643 cat >conftest.$ac_ext <<_ACEOF
18644 #line $LINENO "configure"
18645 /* confdefs.h. */
18646 _ACEOF
18647 cat confdefs.h >>conftest.$ac_ext
18648 cat >>conftest.$ac_ext <<_ACEOF
18649 /* end confdefs.h. */
18650
18651 #include <png.h>
18652 #include <stdio.h>
18653
18654 int main()
18655 {
18656 FILE *f=fopen("conftestval", "w");
18657 if (!f) exit(1);
18658 fprintf(f, "%s",
18659 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18660 exit(0);
18661 }
18662
18663 _ACEOF
18664 rm -f conftest$ac_exeext
18665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18666 (eval $ac_link) 2>&5
18667 ac_status=$?
18668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18669 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18671 (eval $ac_try) 2>&5
18672 ac_status=$?
18673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18674 (exit $ac_status); }; }; then
18675 ac_cv_header_png_h=`cat conftestval`
18676 else
18677 echo "$as_me: program exited with status $ac_status" >&5
18678 echo "$as_me: failed program was:" >&5
18679 sed 's/^/| /' conftest.$ac_ext >&5
18680
18681 ( exit $ac_status )
18682 ac_cv_header_png_h=no
18683 fi
18684 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18685 fi
18686
18687 fi
18688 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18689 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18690 if test "${ac_cv_header_png_h+set}" = set; then
18691 echo "$as_me:$LINENO: checking for png.h" >&5
18692 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18693 if test "${ac_cv_header_png_h+set}" = set; then
18694 echo $ECHO_N "(cached) $ECHO_C" >&6
18695 fi
18696 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18697 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18698 else
18699 # Is the header compilable?
18700 echo "$as_me:$LINENO: checking png.h usability" >&5
18701 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18702 cat >conftest.$ac_ext <<_ACEOF
18703 #line $LINENO "configure"
18704 /* confdefs.h. */
18705 _ACEOF
18706 cat confdefs.h >>conftest.$ac_ext
18707 cat >>conftest.$ac_ext <<_ACEOF
18708 /* end confdefs.h. */
18709 $ac_includes_default
18710 #include <png.h>
18711 _ACEOF
18712 rm -f conftest.$ac_objext
18713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18714 (eval $ac_compile) 2>&5
18715 ac_status=$?
18716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18717 (exit $ac_status); } &&
18718 { ac_try='test -s conftest.$ac_objext'
18719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18720 (eval $ac_try) 2>&5
18721 ac_status=$?
18722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18723 (exit $ac_status); }; }; then
18724 ac_header_compiler=yes
18725 else
18726 echo "$as_me: failed program was:" >&5
18727 sed 's/^/| /' conftest.$ac_ext >&5
18728
18729 ac_header_compiler=no
18730 fi
18731 rm -f conftest.$ac_objext conftest.$ac_ext
18732 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18733 echo "${ECHO_T}$ac_header_compiler" >&6
18734
18735 # Is the header present?
18736 echo "$as_me:$LINENO: checking png.h presence" >&5
18737 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18738 cat >conftest.$ac_ext <<_ACEOF
18739 #line $LINENO "configure"
18740 /* confdefs.h. */
18741 _ACEOF
18742 cat confdefs.h >>conftest.$ac_ext
18743 cat >>conftest.$ac_ext <<_ACEOF
18744 /* end confdefs.h. */
18745 #include <png.h>
18746 _ACEOF
18747 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18748 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18749 ac_status=$?
18750 grep -v '^ *+' conftest.er1 >conftest.err
18751 rm -f conftest.er1
18752 cat conftest.err >&5
18753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18754 (exit $ac_status); } >/dev/null; then
18755 if test -s conftest.err; then
18756 ac_cpp_err=$ac_c_preproc_warn_flag
18757 else
18758 ac_cpp_err=
18759 fi
18760 else
18761 ac_cpp_err=yes
18762 fi
18763 if test -z "$ac_cpp_err"; then
18764 ac_header_preproc=yes
18765 else
18766 echo "$as_me: failed program was:" >&5
18767 sed 's/^/| /' conftest.$ac_ext >&5
18768
18769 ac_header_preproc=no
18770 fi
18771 rm -f conftest.err conftest.$ac_ext
18772 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18773 echo "${ECHO_T}$ac_header_preproc" >&6
18774
18775 # So? What about this header?
18776 case $ac_header_compiler:$ac_header_preproc in
18777 yes:no )
18778 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18779 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18780 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18781 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18782 (
18783 cat <<\_ASBOX
18784 ## ------------------------------------ ##
18785 ## Report this to bug-autoconf@gnu.org. ##
18786 ## ------------------------------------ ##
18787 _ASBOX
18788 ) |
18789 sed "s/^/$as_me: WARNING: /" >&2
18790 ;;
18791 no:yes )
18792 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18793 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18794 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18795 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18796 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18797 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18798 (
18799 cat <<\_ASBOX
18800 ## ------------------------------------ ##
18801 ## Report this to bug-autoconf@gnu.org. ##
18802 ## ------------------------------------ ##
18803 _ASBOX
18804 ) |
18805 sed "s/^/$as_me: WARNING: /" >&2
18806 ;;
18807 esac
18808 echo "$as_me:$LINENO: checking for png.h" >&5
18809 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18810 if test "${ac_cv_header_png_h+set}" = set; then
18811 echo $ECHO_N "(cached) $ECHO_C" >&6
18812 else
18813 ac_cv_header_png_h=$ac_header_preproc
18814 fi
18815 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18816 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18817
18818 fi
18819
18820
18821
18822 if test "$ac_cv_header_png_h" = "yes"; then
18823 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18824 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18825 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18826 echo $ECHO_N "(cached) $ECHO_C" >&6
18827 else
18828 ac_check_lib_save_LIBS=$LIBS
18829 LIBS="-lpng -lz -lm $LIBS"
18830 cat >conftest.$ac_ext <<_ACEOF
18831 #line $LINENO "configure"
18832 /* confdefs.h. */
18833 _ACEOF
18834 cat confdefs.h >>conftest.$ac_ext
18835 cat >>conftest.$ac_ext <<_ACEOF
18836 /* end confdefs.h. */
18837
18838 /* Override any gcc2 internal prototype to avoid an error. */
18839 #ifdef __cplusplus
18840 extern "C"
18841 #endif
18842 /* We use char because int might match the return type of a gcc2
18843 builtin and then its argument prototype would still apply. */
18844 char png_check_sig ();
18845 int
18846 main ()
18847 {
18848 png_check_sig ();
18849 ;
18850 return 0;
18851 }
18852 _ACEOF
18853 rm -f conftest.$ac_objext conftest$ac_exeext
18854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18855 (eval $ac_link) 2>&5
18856 ac_status=$?
18857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18858 (exit $ac_status); } &&
18859 { ac_try='test -s conftest$ac_exeext'
18860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18861 (eval $ac_try) 2>&5
18862 ac_status=$?
18863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18864 (exit $ac_status); }; }; then
18865 ac_cv_lib_png_png_check_sig=yes
18866 else
18867 echo "$as_me: failed program was:" >&5
18868 sed 's/^/| /' conftest.$ac_ext >&5
18869
18870 ac_cv_lib_png_png_check_sig=no
18871 fi
18872 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18873 LIBS=$ac_check_lib_save_LIBS
18874 fi
18875 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18876 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18877 if test $ac_cv_lib_png_png_check_sig = yes; then
18878 PNG_LINK=" -lpng"
18879 fi
18880
18881 fi
18882
18883 if test "x$PNG_LINK" = "x" ; then
18884 if test "$wxUSE_LIBPNG" = "sys" ; then
18885 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18886 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18887 { (exit 1); exit 1; }; }
18888 else
18889 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18890 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
18891 wxUSE_LIBPNG=builtin
18892 fi
18893 else
18894 wxUSE_LIBPNG=sys
18895 fi
18896 fi
18897 fi
18898
18899 if test "$wxUSE_LIBPNG" = "builtin" ; then
18900 PNG_INCLUDE="-I\${top_srcdir}/src/png"
18901 fi
18902
18903 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
18904 fi
18905
18906
18907 JPEG_INCLUDE=
18908 JPEG_LINK=
18909 if test "$wxUSE_LIBJPEG" != "no" ; then
18910 cat >>confdefs.h <<\_ACEOF
18911 #define wxUSE_LIBJPEG 1
18912 _ACEOF
18913
18914
18915 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
18916 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18917 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
18918 wxUSE_LIBJPEG=sys
18919 fi
18920
18921 if test "$wxUSE_MGL" != 1 ; then
18922 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
18923 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18924 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18925 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18926 echo $ECHO_N "(cached) $ECHO_C" >&6
18927 else
18928 cat >conftest.$ac_ext <<_ACEOF
18929 #line $LINENO "configure"
18930 /* confdefs.h. */
18931 _ACEOF
18932 cat confdefs.h >>conftest.$ac_ext
18933 cat >>conftest.$ac_ext <<_ACEOF
18934 /* end confdefs.h. */
18935
18936 #undef HAVE_STDLIB_H
18937 #include <stdio.h>
18938 #include <jpeglib.h>
18939
18940 int
18941 main ()
18942 {
18943
18944
18945 ;
18946 return 0;
18947 }
18948 _ACEOF
18949 rm -f conftest.$ac_objext
18950 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18951 (eval $ac_compile) 2>&5
18952 ac_status=$?
18953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18954 (exit $ac_status); } &&
18955 { ac_try='test -s conftest.$ac_objext'
18956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18957 (eval $ac_try) 2>&5
18958 ac_status=$?
18959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18960 (exit $ac_status); }; }; then
18961 ac_cv_header_jpeglib_h=yes
18962 else
18963 echo "$as_me: failed program was:" >&5
18964 sed 's/^/| /' conftest.$ac_ext >&5
18965
18966 ac_cv_header_jpeglib_h=no
18967
18968 fi
18969 rm -f conftest.$ac_objext conftest.$ac_ext
18970
18971 fi
18972
18973 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18974 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
18975
18976 if test "$ac_cv_header_jpeglib_h" = "yes"; then
18977 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18978 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18979 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18980 echo $ECHO_N "(cached) $ECHO_C" >&6
18981 else
18982 ac_check_lib_save_LIBS=$LIBS
18983 LIBS="-ljpeg $LIBS"
18984 cat >conftest.$ac_ext <<_ACEOF
18985 #line $LINENO "configure"
18986 /* confdefs.h. */
18987 _ACEOF
18988 cat confdefs.h >>conftest.$ac_ext
18989 cat >>conftest.$ac_ext <<_ACEOF
18990 /* end confdefs.h. */
18991
18992 /* Override any gcc2 internal prototype to avoid an error. */
18993 #ifdef __cplusplus
18994 extern "C"
18995 #endif
18996 /* We use char because int might match the return type of a gcc2
18997 builtin and then its argument prototype would still apply. */
18998 char jpeg_read_header ();
18999 int
19000 main ()
19001 {
19002 jpeg_read_header ();
19003 ;
19004 return 0;
19005 }
19006 _ACEOF
19007 rm -f conftest.$ac_objext conftest$ac_exeext
19008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19009 (eval $ac_link) 2>&5
19010 ac_status=$?
19011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19012 (exit $ac_status); } &&
19013 { ac_try='test -s conftest$ac_exeext'
19014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19015 (eval $ac_try) 2>&5
19016 ac_status=$?
19017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 (exit $ac_status); }; }; then
19019 ac_cv_lib_jpeg_jpeg_read_header=yes
19020 else
19021 echo "$as_me: failed program was:" >&5
19022 sed 's/^/| /' conftest.$ac_ext >&5
19023
19024 ac_cv_lib_jpeg_jpeg_read_header=no
19025 fi
19026 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19027 LIBS=$ac_check_lib_save_LIBS
19028 fi
19029 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
19030 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
19031 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
19032 JPEG_LINK=" -ljpeg"
19033 fi
19034
19035 fi
19036
19037 if test "x$JPEG_LINK" = "x" ; then
19038 if test "$wxUSE_LIBJPEG" = "sys" ; then
19039 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
19040 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
19041 { (exit 1); exit 1; }; }
19042 else
19043 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
19044 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
19045 wxUSE_LIBJPEG=builtin
19046 fi
19047 else
19048 wxUSE_LIBJPEG=sys
19049 fi
19050 fi
19051 fi
19052
19053 if test "$wxUSE_LIBJPEG" = "builtin" ; then
19054 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
19055 fi
19056 fi
19057
19058
19059 TIFF_INCLUDE=
19060 TIFF_LINK=
19061 TIFF_PREREQ_LINKS=-lm
19062 if test "$wxUSE_LIBTIFF" != "no" ; then
19063 cat >>confdefs.h <<\_ACEOF
19064 #define wxUSE_LIBTIFF 1
19065 _ACEOF
19066
19067
19068 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
19069 if test "$wxUSE_LIBJPEG" = "sys"; then
19070 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
19071 fi
19072 if test "$wxUSE_ZLIB" = "sys"; then
19073 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
19074 fi
19075 if test "${ac_cv_header_tiffio_h+set}" = set; then
19076 echo "$as_me:$LINENO: checking for tiffio.h" >&5
19077 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19078 if test "${ac_cv_header_tiffio_h+set}" = set; then
19079 echo $ECHO_N "(cached) $ECHO_C" >&6
19080 fi
19081 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19082 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19083 else
19084 # Is the header compilable?
19085 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
19086 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
19087 cat >conftest.$ac_ext <<_ACEOF
19088 #line $LINENO "configure"
19089 /* confdefs.h. */
19090 _ACEOF
19091 cat confdefs.h >>conftest.$ac_ext
19092 cat >>conftest.$ac_ext <<_ACEOF
19093 /* end confdefs.h. */
19094 $ac_includes_default
19095 #include <tiffio.h>
19096 _ACEOF
19097 rm -f conftest.$ac_objext
19098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19099 (eval $ac_compile) 2>&5
19100 ac_status=$?
19101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19102 (exit $ac_status); } &&
19103 { ac_try='test -s conftest.$ac_objext'
19104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19105 (eval $ac_try) 2>&5
19106 ac_status=$?
19107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19108 (exit $ac_status); }; }; then
19109 ac_header_compiler=yes
19110 else
19111 echo "$as_me: failed program was:" >&5
19112 sed 's/^/| /' conftest.$ac_ext >&5
19113
19114 ac_header_compiler=no
19115 fi
19116 rm -f conftest.$ac_objext conftest.$ac_ext
19117 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19118 echo "${ECHO_T}$ac_header_compiler" >&6
19119
19120 # Is the header present?
19121 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
19122 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
19123 cat >conftest.$ac_ext <<_ACEOF
19124 #line $LINENO "configure"
19125 /* confdefs.h. */
19126 _ACEOF
19127 cat confdefs.h >>conftest.$ac_ext
19128 cat >>conftest.$ac_ext <<_ACEOF
19129 /* end confdefs.h. */
19130 #include <tiffio.h>
19131 _ACEOF
19132 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19133 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19134 ac_status=$?
19135 grep -v '^ *+' conftest.er1 >conftest.err
19136 rm -f conftest.er1
19137 cat conftest.err >&5
19138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19139 (exit $ac_status); } >/dev/null; then
19140 if test -s conftest.err; then
19141 ac_cpp_err=$ac_c_preproc_warn_flag
19142 else
19143 ac_cpp_err=
19144 fi
19145 else
19146 ac_cpp_err=yes
19147 fi
19148 if test -z "$ac_cpp_err"; then
19149 ac_header_preproc=yes
19150 else
19151 echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19153
19154 ac_header_preproc=no
19155 fi
19156 rm -f conftest.err conftest.$ac_ext
19157 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19158 echo "${ECHO_T}$ac_header_preproc" >&6
19159
19160 # So? What about this header?
19161 case $ac_header_compiler:$ac_header_preproc in
19162 yes:no )
19163 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
19164 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19165 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19166 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19167 (
19168 cat <<\_ASBOX
19169 ## ------------------------------------ ##
19170 ## Report this to bug-autoconf@gnu.org. ##
19171 ## ------------------------------------ ##
19172 _ASBOX
19173 ) |
19174 sed "s/^/$as_me: WARNING: /" >&2
19175 ;;
19176 no:yes )
19177 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
19178 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
19179 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
19180 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
19181 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19182 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19183 (
19184 cat <<\_ASBOX
19185 ## ------------------------------------ ##
19186 ## Report this to bug-autoconf@gnu.org. ##
19187 ## ------------------------------------ ##
19188 _ASBOX
19189 ) |
19190 sed "s/^/$as_me: WARNING: /" >&2
19191 ;;
19192 esac
19193 echo "$as_me:$LINENO: checking for tiffio.h" >&5
19194 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19195 if test "${ac_cv_header_tiffio_h+set}" = set; then
19196 echo $ECHO_N "(cached) $ECHO_C" >&6
19197 else
19198 ac_cv_header_tiffio_h=$ac_header_preproc
19199 fi
19200 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19201 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19202
19203 fi
19204 if test $ac_cv_header_tiffio_h = yes; then
19205 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
19206 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
19207 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
19208 echo $ECHO_N "(cached) $ECHO_C" >&6
19209 else
19210 ac_check_lib_save_LIBS=$LIBS
19211 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
19212 cat >conftest.$ac_ext <<_ACEOF
19213 #line $LINENO "configure"
19214 /* confdefs.h. */
19215 _ACEOF
19216 cat confdefs.h >>conftest.$ac_ext
19217 cat >>conftest.$ac_ext <<_ACEOF
19218 /* end confdefs.h. */
19219
19220 /* Override any gcc2 internal prototype to avoid an error. */
19221 #ifdef __cplusplus
19222 extern "C"
19223 #endif
19224 /* We use char because int might match the return type of a gcc2
19225 builtin and then its argument prototype would still apply. */
19226 char TIFFError ();
19227 int
19228 main ()
19229 {
19230 TIFFError ();
19231 ;
19232 return 0;
19233 }
19234 _ACEOF
19235 rm -f conftest.$ac_objext conftest$ac_exeext
19236 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19237 (eval $ac_link) 2>&5
19238 ac_status=$?
19239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19240 (exit $ac_status); } &&
19241 { ac_try='test -s conftest$ac_exeext'
19242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19243 (eval $ac_try) 2>&5
19244 ac_status=$?
19245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19246 (exit $ac_status); }; }; then
19247 ac_cv_lib_tiff_TIFFError=yes
19248 else
19249 echo "$as_me: failed program was:" >&5
19250 sed 's/^/| /' conftest.$ac_ext >&5
19251
19252 ac_cv_lib_tiff_TIFFError=no
19253 fi
19254 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19255 LIBS=$ac_check_lib_save_LIBS
19256 fi
19257 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
19258 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
19259 if test $ac_cv_lib_tiff_TIFFError = yes; then
19260 TIFF_LINK=" -ltiff"
19261 fi
19262
19263
19264 fi
19265
19266
19267
19268 if test "x$TIFF_LINK" = "x" ; then
19269 if test "$wxUSE_LIBTIFF" = "sys" ; then
19270 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
19271 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19272 { (exit 1); exit 1; }; }
19273 else
19274 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19275 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
19276 wxUSE_LIBTIFF=builtin
19277 fi
19278 else
19279 wxUSE_LIBTIFF=sys
19280 fi
19281 fi
19282
19283 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19284 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
19285 fi
19286 fi
19287
19288
19289 if test "$wxUSE_EXPAT" != "no"; then
19290 wxUSE_XML=1
19291 cat >>confdefs.h <<\_ACEOF
19292 #define wxUSE_EXPAT 1
19293 _ACEOF
19294
19295 cat >>confdefs.h <<\_ACEOF
19296 #define wxUSE_XML 1
19297 _ACEOF
19298
19299
19300 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
19301 if test "${ac_cv_header_expat_h+set}" = set; then
19302 echo "$as_me:$LINENO: checking for expat.h" >&5
19303 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19304 if test "${ac_cv_header_expat_h+set}" = set; then
19305 echo $ECHO_N "(cached) $ECHO_C" >&6
19306 fi
19307 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19308 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19309 else
19310 # Is the header compilable?
19311 echo "$as_me:$LINENO: checking expat.h usability" >&5
19312 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
19313 cat >conftest.$ac_ext <<_ACEOF
19314 #line $LINENO "configure"
19315 /* confdefs.h. */
19316 _ACEOF
19317 cat confdefs.h >>conftest.$ac_ext
19318 cat >>conftest.$ac_ext <<_ACEOF
19319 /* end confdefs.h. */
19320 $ac_includes_default
19321 #include <expat.h>
19322 _ACEOF
19323 rm -f conftest.$ac_objext
19324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19325 (eval $ac_compile) 2>&5
19326 ac_status=$?
19327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19328 (exit $ac_status); } &&
19329 { ac_try='test -s conftest.$ac_objext'
19330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19331 (eval $ac_try) 2>&5
19332 ac_status=$?
19333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19334 (exit $ac_status); }; }; then
19335 ac_header_compiler=yes
19336 else
19337 echo "$as_me: failed program was:" >&5
19338 sed 's/^/| /' conftest.$ac_ext >&5
19339
19340 ac_header_compiler=no
19341 fi
19342 rm -f conftest.$ac_objext conftest.$ac_ext
19343 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19344 echo "${ECHO_T}$ac_header_compiler" >&6
19345
19346 # Is the header present?
19347 echo "$as_me:$LINENO: checking expat.h presence" >&5
19348 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
19349 cat >conftest.$ac_ext <<_ACEOF
19350 #line $LINENO "configure"
19351 /* confdefs.h. */
19352 _ACEOF
19353 cat confdefs.h >>conftest.$ac_ext
19354 cat >>conftest.$ac_ext <<_ACEOF
19355 /* end confdefs.h. */
19356 #include <expat.h>
19357 _ACEOF
19358 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19359 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19360 ac_status=$?
19361 grep -v '^ *+' conftest.er1 >conftest.err
19362 rm -f conftest.er1
19363 cat conftest.err >&5
19364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19365 (exit $ac_status); } >/dev/null; then
19366 if test -s conftest.err; then
19367 ac_cpp_err=$ac_c_preproc_warn_flag
19368 else
19369 ac_cpp_err=
19370 fi
19371 else
19372 ac_cpp_err=yes
19373 fi
19374 if test -z "$ac_cpp_err"; then
19375 ac_header_preproc=yes
19376 else
19377 echo "$as_me: failed program was:" >&5
19378 sed 's/^/| /' conftest.$ac_ext >&5
19379
19380 ac_header_preproc=no
19381 fi
19382 rm -f conftest.err conftest.$ac_ext
19383 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19384 echo "${ECHO_T}$ac_header_preproc" >&6
19385
19386 # So? What about this header?
19387 case $ac_header_compiler:$ac_header_preproc in
19388 yes:no )
19389 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
19390 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19391 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19392 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19393 (
19394 cat <<\_ASBOX
19395 ## ------------------------------------ ##
19396 ## Report this to bug-autoconf@gnu.org. ##
19397 ## ------------------------------------ ##
19398 _ASBOX
19399 ) |
19400 sed "s/^/$as_me: WARNING: /" >&2
19401 ;;
19402 no:yes )
19403 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
19404 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
19405 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
19406 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
19407 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19408 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19409 (
19410 cat <<\_ASBOX
19411 ## ------------------------------------ ##
19412 ## Report this to bug-autoconf@gnu.org. ##
19413 ## ------------------------------------ ##
19414 _ASBOX
19415 ) |
19416 sed "s/^/$as_me: WARNING: /" >&2
19417 ;;
19418 esac
19419 echo "$as_me:$LINENO: checking for expat.h" >&5
19420 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19421 if test "${ac_cv_header_expat_h+set}" = set; then
19422 echo $ECHO_N "(cached) $ECHO_C" >&6
19423 else
19424 ac_cv_header_expat_h=$ac_header_preproc
19425 fi
19426 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19427 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19428
19429 fi
19430 if test $ac_cv_header_expat_h = yes; then
19431 found_expat_h=1
19432 fi
19433
19434
19435 if test "x$found_expat_h" = "x1"; then
19436 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
19437 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
19438 if test "${wx_cv_expat_is_not_broken+set}" = set; then
19439 echo $ECHO_N "(cached) $ECHO_C" >&6
19440 else
19441
19442
19443
19444 ac_ext=cc
19445 ac_cpp='$CXXCPP $CPPFLAGS'
19446 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19447 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19448 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19449
19450 cat >conftest.$ac_ext <<_ACEOF
19451 #line $LINENO "configure"
19452 /* confdefs.h. */
19453 _ACEOF
19454 cat confdefs.h >>conftest.$ac_ext
19455 cat >>conftest.$ac_ext <<_ACEOF
19456 /* end confdefs.h. */
19457 #include <expat.h>
19458 int
19459 main ()
19460 {
19461
19462 ;
19463 return 0;
19464 }
19465 _ACEOF
19466 rm -f conftest.$ac_objext
19467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19468 (eval $ac_compile) 2>&5
19469 ac_status=$?
19470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19471 (exit $ac_status); } &&
19472 { ac_try='test -s conftest.$ac_objext'
19473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19474 (eval $ac_try) 2>&5
19475 ac_status=$?
19476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19477 (exit $ac_status); }; }; then
19478 wx_cv_expat_is_not_broken=yes
19479 else
19480 echo "$as_me: failed program was:" >&5
19481 sed 's/^/| /' conftest.$ac_ext >&5
19482
19483 wx_cv_expat_is_not_broken=no
19484
19485 fi
19486 rm -f conftest.$ac_objext conftest.$ac_ext
19487 ac_ext=c
19488 ac_cpp='$CPP $CPPFLAGS'
19489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19491 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19492
19493
19494
19495 fi
19496 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
19497 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
19498 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
19499 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
19500 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
19501 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
19502 echo $ECHO_N "(cached) $ECHO_C" >&6
19503 else
19504 ac_check_lib_save_LIBS=$LIBS
19505 LIBS="-lexpat $LIBS"
19506 cat >conftest.$ac_ext <<_ACEOF
19507 #line $LINENO "configure"
19508 /* confdefs.h. */
19509 _ACEOF
19510 cat confdefs.h >>conftest.$ac_ext
19511 cat >>conftest.$ac_ext <<_ACEOF
19512 /* end confdefs.h. */
19513
19514 /* Override any gcc2 internal prototype to avoid an error. */
19515 #ifdef __cplusplus
19516 extern "C"
19517 #endif
19518 /* We use char because int might match the return type of a gcc2
19519 builtin and then its argument prototype would still apply. */
19520 char XML_ParserCreate ();
19521 int
19522 main ()
19523 {
19524 XML_ParserCreate ();
19525 ;
19526 return 0;
19527 }
19528 _ACEOF
19529 rm -f conftest.$ac_objext conftest$ac_exeext
19530 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19531 (eval $ac_link) 2>&5
19532 ac_status=$?
19533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19534 (exit $ac_status); } &&
19535 { ac_try='test -s conftest$ac_exeext'
19536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19537 (eval $ac_try) 2>&5
19538 ac_status=$?
19539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19540 (exit $ac_status); }; }; then
19541 ac_cv_lib_expat_XML_ParserCreate=yes
19542 else
19543 echo "$as_me: failed program was:" >&5
19544 sed 's/^/| /' conftest.$ac_ext >&5
19545
19546 ac_cv_lib_expat_XML_ParserCreate=no
19547 fi
19548 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19549 LIBS=$ac_check_lib_save_LIBS
19550 fi
19551 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
19552 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
19553 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
19554 EXPAT_LINK=" -lexpat"
19555 fi
19556
19557 fi
19558 fi
19559 if test "x$EXPAT_LINK" = "x" ; then
19560 if test "$wxUSE_EXPAT" = "sys" ; then
19561 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
19562 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
19563 { (exit 1); exit 1; }; }
19564 else
19565 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
19566 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
19567 wxUSE_EXPAT=builtin
19568 fi
19569 else
19570 wxUSE_EXPAT=sys
19571 fi
19572 fi
19573 if test "$wxUSE_EXPAT" = "builtin" ; then
19574
19575
19576 subdirs="$subdirs src/expat"
19577
19578 fi
19579 fi
19580
19581
19582
19583 AFMINSTALL=
19584 WIN32INSTALL=
19585
19586 TOOLKIT=
19587 TOOLKIT_INCLUDE=
19588 WIDGET_SET=
19589
19590 if test "$USE_WIN32" = 1 ; then
19591
19592 for ac_header in w32api.h
19593 do
19594 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19595 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19596 echo "$as_me:$LINENO: checking for $ac_header" >&5
19597 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19598 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19599 echo $ECHO_N "(cached) $ECHO_C" >&6
19600 fi
19601 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19602 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19603 else
19604 # Is the header compilable?
19605 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19606 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19607 cat >conftest.$ac_ext <<_ACEOF
19608 #line $LINENO "configure"
19609 /* confdefs.h. */
19610 _ACEOF
19611 cat confdefs.h >>conftest.$ac_ext
19612 cat >>conftest.$ac_ext <<_ACEOF
19613 /* end confdefs.h. */
19614 $ac_includes_default
19615 #include <$ac_header>
19616 _ACEOF
19617 rm -f conftest.$ac_objext
19618 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19619 (eval $ac_compile) 2>&5
19620 ac_status=$?
19621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19622 (exit $ac_status); } &&
19623 { ac_try='test -s conftest.$ac_objext'
19624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19625 (eval $ac_try) 2>&5
19626 ac_status=$?
19627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19628 (exit $ac_status); }; }; then
19629 ac_header_compiler=yes
19630 else
19631 echo "$as_me: failed program was:" >&5
19632 sed 's/^/| /' conftest.$ac_ext >&5
19633
19634 ac_header_compiler=no
19635 fi
19636 rm -f conftest.$ac_objext conftest.$ac_ext
19637 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19638 echo "${ECHO_T}$ac_header_compiler" >&6
19639
19640 # Is the header present?
19641 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19642 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19643 cat >conftest.$ac_ext <<_ACEOF
19644 #line $LINENO "configure"
19645 /* confdefs.h. */
19646 _ACEOF
19647 cat confdefs.h >>conftest.$ac_ext
19648 cat >>conftest.$ac_ext <<_ACEOF
19649 /* end confdefs.h. */
19650 #include <$ac_header>
19651 _ACEOF
19652 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19653 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19654 ac_status=$?
19655 grep -v '^ *+' conftest.er1 >conftest.err
19656 rm -f conftest.er1
19657 cat conftest.err >&5
19658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19659 (exit $ac_status); } >/dev/null; then
19660 if test -s conftest.err; then
19661 ac_cpp_err=$ac_c_preproc_warn_flag
19662 else
19663 ac_cpp_err=
19664 fi
19665 else
19666 ac_cpp_err=yes
19667 fi
19668 if test -z "$ac_cpp_err"; then
19669 ac_header_preproc=yes
19670 else
19671 echo "$as_me: failed program was:" >&5
19672 sed 's/^/| /' conftest.$ac_ext >&5
19673
19674 ac_header_preproc=no
19675 fi
19676 rm -f conftest.err conftest.$ac_ext
19677 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19678 echo "${ECHO_T}$ac_header_preproc" >&6
19679
19680 # So? What about this header?
19681 case $ac_header_compiler:$ac_header_preproc in
19682 yes:no )
19683 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19684 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19685 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19686 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19687 (
19688 cat <<\_ASBOX
19689 ## ------------------------------------ ##
19690 ## Report this to bug-autoconf@gnu.org. ##
19691 ## ------------------------------------ ##
19692 _ASBOX
19693 ) |
19694 sed "s/^/$as_me: WARNING: /" >&2
19695 ;;
19696 no:yes )
19697 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19698 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19699 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19700 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19701 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19702 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19703 (
19704 cat <<\_ASBOX
19705 ## ------------------------------------ ##
19706 ## Report this to bug-autoconf@gnu.org. ##
19707 ## ------------------------------------ ##
19708 _ASBOX
19709 ) |
19710 sed "s/^/$as_me: WARNING: /" >&2
19711 ;;
19712 esac
19713 echo "$as_me:$LINENO: checking for $ac_header" >&5
19714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19715 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19716 echo $ECHO_N "(cached) $ECHO_C" >&6
19717 else
19718 eval "$as_ac_Header=$ac_header_preproc"
19719 fi
19720 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19721 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19722
19723 fi
19724 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19725 cat >>confdefs.h <<_ACEOF
19726 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19727 _ACEOF
19728
19729 fi
19730
19731 done
19732
19733 if test "${ac_cv_header_windows_h+set}" = set; then
19734 echo "$as_me:$LINENO: checking for windows.h" >&5
19735 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19736 if test "${ac_cv_header_windows_h+set}" = set; then
19737 echo $ECHO_N "(cached) $ECHO_C" >&6
19738 fi
19739 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19740 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19741 else
19742 # Is the header compilable?
19743 echo "$as_me:$LINENO: checking windows.h usability" >&5
19744 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19745 cat >conftest.$ac_ext <<_ACEOF
19746 #line $LINENO "configure"
19747 /* confdefs.h. */
19748 _ACEOF
19749 cat confdefs.h >>conftest.$ac_ext
19750 cat >>conftest.$ac_ext <<_ACEOF
19751 /* end confdefs.h. */
19752 $ac_includes_default
19753 #include <windows.h>
19754 _ACEOF
19755 rm -f conftest.$ac_objext
19756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19757 (eval $ac_compile) 2>&5
19758 ac_status=$?
19759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19760 (exit $ac_status); } &&
19761 { ac_try='test -s conftest.$ac_objext'
19762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19763 (eval $ac_try) 2>&5
19764 ac_status=$?
19765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19766 (exit $ac_status); }; }; then
19767 ac_header_compiler=yes
19768 else
19769 echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.$ac_ext >&5
19771
19772 ac_header_compiler=no
19773 fi
19774 rm -f conftest.$ac_objext conftest.$ac_ext
19775 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19776 echo "${ECHO_T}$ac_header_compiler" >&6
19777
19778 # Is the header present?
19779 echo "$as_me:$LINENO: checking windows.h presence" >&5
19780 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19781 cat >conftest.$ac_ext <<_ACEOF
19782 #line $LINENO "configure"
19783 /* confdefs.h. */
19784 _ACEOF
19785 cat confdefs.h >>conftest.$ac_ext
19786 cat >>conftest.$ac_ext <<_ACEOF
19787 /* end confdefs.h. */
19788 #include <windows.h>
19789 _ACEOF
19790 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19791 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19792 ac_status=$?
19793 grep -v '^ *+' conftest.er1 >conftest.err
19794 rm -f conftest.er1
19795 cat conftest.err >&5
19796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19797 (exit $ac_status); } >/dev/null; then
19798 if test -s conftest.err; then
19799 ac_cpp_err=$ac_c_preproc_warn_flag
19800 else
19801 ac_cpp_err=
19802 fi
19803 else
19804 ac_cpp_err=yes
19805 fi
19806 if test -z "$ac_cpp_err"; then
19807 ac_header_preproc=yes
19808 else
19809 echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.$ac_ext >&5
19811
19812 ac_header_preproc=no
19813 fi
19814 rm -f conftest.err conftest.$ac_ext
19815 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19816 echo "${ECHO_T}$ac_header_preproc" >&6
19817
19818 # So? What about this header?
19819 case $ac_header_compiler:$ac_header_preproc in
19820 yes:no )
19821 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19822 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19823 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19824 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19825 (
19826 cat <<\_ASBOX
19827 ## ------------------------------------ ##
19828 ## Report this to bug-autoconf@gnu.org. ##
19829 ## ------------------------------------ ##
19830 _ASBOX
19831 ) |
19832 sed "s/^/$as_me: WARNING: /" >&2
19833 ;;
19834 no:yes )
19835 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19836 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19837 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19838 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19839 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19840 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19841 (
19842 cat <<\_ASBOX
19843 ## ------------------------------------ ##
19844 ## Report this to bug-autoconf@gnu.org. ##
19845 ## ------------------------------------ ##
19846 _ASBOX
19847 ) |
19848 sed "s/^/$as_me: WARNING: /" >&2
19849 ;;
19850 esac
19851 echo "$as_me:$LINENO: checking for windows.h" >&5
19852 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19853 if test "${ac_cv_header_windows_h+set}" = set; then
19854 echo $ECHO_N "(cached) $ECHO_C" >&6
19855 else
19856 ac_cv_header_windows_h=$ac_header_preproc
19857 fi
19858 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19859 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19860
19861 fi
19862 if test $ac_cv_header_windows_h = yes; then
19863 :
19864 else
19865
19866 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19867 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19868 { (exit 1); exit 1; }; }
19869
19870 fi
19871
19872
19873
19874 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
19875
19876 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19877 LIBS="$LIBS -loleacc"
19878 fi
19879
19880 case "${host}" in
19881 *-*-cygwin* )
19882 LIBS="$LIBS -lkernel32 -luser32"
19883 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
19884 esac
19885
19886 if test "$wxUSE_ODBC" = "sys" ; then
19887 wxUSE_ODBC = "yes"
19888 fi
19889 if test "$wxUSE_ODBC" = "yes" ; then
19890 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
19891 cat >>confdefs.h <<\_ACEOF
19892 #define wxUSE_ODBC 1
19893 _ACEOF
19894
19895 fi
19896
19897 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19898 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
19899
19900 WIN32INSTALL=win32install
19901 fi
19902
19903 if test "$wxUSE_GUI" = "yes"; then
19904 USE_GUI=1
19905
19906 GUI_TK_LIBRARY=
19907
19908 WXGTK12=
19909 WXGTK127=
19910 WXGTK20=
19911
19912 if test "$wxUSE_MSW" = 1 ; then
19913 TOOLKIT=MSW
19914 GUIDIST=MSW_DIST
19915 fi
19916
19917 if test "$wxUSE_GTK" = 1; then
19918 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19919 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
19920
19921 gtk_version_cached=1
19922 if test "${wx_cv_lib_gtk+set}" = set; then
19923 echo $ECHO_N "(cached) $ECHO_C" >&6
19924 else
19925
19926 gtk_version_cached=0
19927 echo "$as_me:$LINENO: result: " >&5
19928 echo "${ECHO_T}" >&6
19929
19930 GTK_MODULES=
19931 if test "$wxUSE_THREADS" = "yes"; then
19932 GTK_MODULES=gthread
19933 fi
19934
19935 wx_cv_lib_gtk=
19936 if test "x$wxUSE_GTK2" = "xyes"; then
19937 # Check whether --enable-gtktest or --disable-gtktest was given.
19938 if test "${enable_gtktest+set}" = set; then
19939 enableval="$enable_gtktest"
19940
19941 else
19942 enable_gtktest=yes
19943 fi;
19944
19945 pkg_config_args=gtk+-2.0
19946 for module in . $GTK_MODULES
19947 do
19948 case "$module" in
19949 gthread)
19950 pkg_config_args="$pkg_config_args gthread-2.0"
19951 ;;
19952 esac
19953 done
19954
19955 no_gtk=""
19956
19957 # Extract the first word of "pkg-config", so it can be a program name with args.
19958 set dummy pkg-config; ac_word=$2
19959 echo "$as_me:$LINENO: checking for $ac_word" >&5
19960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19961 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19962 echo $ECHO_N "(cached) $ECHO_C" >&6
19963 else
19964 case $PKG_CONFIG in
19965 [\\/]* | ?:[\\/]*)
19966 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
19967 ;;
19968 *)
19969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19970 for as_dir in $PATH
19971 do
19972 IFS=$as_save_IFS
19973 test -z "$as_dir" && as_dir=.
19974 for ac_exec_ext in '' $ac_executable_extensions; do
19975 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19976 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19977 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19978 break 2
19979 fi
19980 done
19981 done
19982
19983 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
19984 ;;
19985 esac
19986 fi
19987 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
19988
19989 if test -n "$PKG_CONFIG"; then
19990 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19991 echo "${ECHO_T}$PKG_CONFIG" >&6
19992 else
19993 echo "$as_me:$LINENO: result: no" >&5
19994 echo "${ECHO_T}no" >&6
19995 fi
19996
19997
19998 if test x$PKG_CONFIG != xno ; then
19999 if pkg-config --atleast-pkgconfig-version 0.7 ; then
20000 :
20001 else
20002 echo *** pkg-config too old; version 0.7 or better required.
20003 no_gtk=yes
20004 PKG_CONFIG=no
20005 fi
20006 else
20007 no_gtk=yes
20008 fi
20009
20010 min_gtk_version=2.0.0
20011 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
20012 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
20013
20014 if test x$PKG_CONFIG != xno ; then
20015 ## don't try to run the test against uninstalled libtool libs
20016 if $PKG_CONFIG --uninstalled $pkg_config_args; then
20017 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
20018 enable_gtktest=no
20019 fi
20020
20021 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
20022 :
20023 else
20024 no_gtk=yes
20025 fi
20026 fi
20027
20028 if test x"$no_gtk" = x ; then
20029 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
20030 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
20031 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
20032 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20033 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
20034 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20035 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
20036 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20037 if test "x$enable_gtktest" = "xyes" ; then
20038 ac_save_CFLAGS="$CFLAGS"
20039 ac_save_LIBS="$LIBS"
20040 CFLAGS="$CFLAGS $GTK_CFLAGS"
20041 LIBS="$GTK_LIBS $LIBS"
20042 rm -f conf.gtktest
20043 if test "$cross_compiling" = yes; then
20044 echo $ac_n "cross compiling; assumed OK... $ac_c"
20045 else
20046 cat >conftest.$ac_ext <<_ACEOF
20047 #line $LINENO "configure"
20048 /* confdefs.h. */
20049 _ACEOF
20050 cat confdefs.h >>conftest.$ac_ext
20051 cat >>conftest.$ac_ext <<_ACEOF
20052 /* end confdefs.h. */
20053
20054 #include <gtk/gtk.h>
20055 #include <stdio.h>
20056 #include <stdlib.h>
20057
20058 int
20059 main ()
20060 {
20061 int major, minor, micro;
20062 char *tmp_version;
20063
20064 system ("touch conf.gtktest");
20065
20066 /* HP/UX 9 (%@#!) writes to sscanf strings */
20067 tmp_version = g_strdup("$min_gtk_version");
20068 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20069 printf("%s, bad version string\n", "$min_gtk_version");
20070 exit(1);
20071 }
20072
20073 if ((gtk_major_version != $gtk_config_major_version) ||
20074 (gtk_minor_version != $gtk_config_minor_version) ||
20075 (gtk_micro_version != $gtk_config_micro_version))
20076 {
20077 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20078 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20079 gtk_major_version, gtk_minor_version, gtk_micro_version);
20080 printf ("*** was found! If pkg-config was correct, then it is best\n");
20081 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20082 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20083 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20084 printf("*** required on your system.\n");
20085 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
20086 printf("*** to point to the correct configuration files\n");
20087 }
20088 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20089 (gtk_minor_version != GTK_MINOR_VERSION) ||
20090 (gtk_micro_version != GTK_MICRO_VERSION))
20091 {
20092 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20093 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20094 printf("*** library (version %d.%d.%d)\n",
20095 gtk_major_version, gtk_minor_version, gtk_micro_version);
20096 }
20097 else
20098 {
20099 if ((gtk_major_version > major) ||
20100 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20101 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20102 {
20103 return 0;
20104 }
20105 else
20106 {
20107 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20108 gtk_major_version, gtk_minor_version, gtk_micro_version);
20109 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20110 major, minor, micro);
20111 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20112 printf("***\n");
20113 printf("*** If you have already installed a sufficiently new version, this error\n");
20114 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
20115 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20116 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
20117 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
20118 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20119 printf("*** so that the correct libraries are found at run-time))\n");
20120 }
20121 }
20122 return 1;
20123 }
20124
20125 _ACEOF
20126 rm -f conftest$ac_exeext
20127 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20128 (eval $ac_link) 2>&5
20129 ac_status=$?
20130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20131 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20133 (eval $ac_try) 2>&5
20134 ac_status=$?
20135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20136 (exit $ac_status); }; }; then
20137 :
20138 else
20139 echo "$as_me: program exited with status $ac_status" >&5
20140 echo "$as_me: failed program was:" >&5
20141 sed 's/^/| /' conftest.$ac_ext >&5
20142
20143 ( exit $ac_status )
20144 no_gtk=yes
20145 fi
20146 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20147 fi
20148 CFLAGS="$ac_save_CFLAGS"
20149 LIBS="$ac_save_LIBS"
20150 fi
20151 fi
20152 if test "x$no_gtk" = x ; then
20153 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
20154 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
20155 wx_cv_lib_gtk=2.0
20156 else
20157 echo "$as_me:$LINENO: result: no" >&5
20158 echo "${ECHO_T}no" >&6
20159 if test "$PKG_CONFIG" = "no" ; then
20160 echo "*** A new enough version of pkg-config was not found."
20161 echo "*** See http://pkgconfig.sourceforge.net"
20162 else
20163 if test -f conf.gtktest ; then
20164 :
20165 else
20166 echo "*** Could not run GTK+ test program, checking why..."
20167 ac_save_CFLAGS="$CFLAGS"
20168 ac_save_LIBS="$LIBS"
20169 CFLAGS="$CFLAGS $GTK_CFLAGS"
20170 LIBS="$LIBS $GTK_LIBS"
20171 cat >conftest.$ac_ext <<_ACEOF
20172 #line $LINENO "configure"
20173 /* confdefs.h. */
20174 _ACEOF
20175 cat confdefs.h >>conftest.$ac_ext
20176 cat >>conftest.$ac_ext <<_ACEOF
20177 /* end confdefs.h. */
20178
20179 #include <gtk/gtk.h>
20180 #include <stdio.h>
20181
20182 int
20183 main ()
20184 {
20185 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20186 ;
20187 return 0;
20188 }
20189 _ACEOF
20190 rm -f conftest.$ac_objext conftest$ac_exeext
20191 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20192 (eval $ac_link) 2>&5
20193 ac_status=$?
20194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20195 (exit $ac_status); } &&
20196 { ac_try='test -s conftest$ac_exeext'
20197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20198 (eval $ac_try) 2>&5
20199 ac_status=$?
20200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20201 (exit $ac_status); }; }; then
20202 echo "*** The test program compiled, but did not run. This usually means"
20203 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
20204 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
20205 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20206 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20207 echo "*** is required on your system"
20208 echo "***"
20209 echo "*** If you have an old version installed, it is best to remove it, although"
20210 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20211 else
20212 echo "$as_me: failed program was:" >&5
20213 sed 's/^/| /' conftest.$ac_ext >&5
20214
20215 echo "*** The test program failed to compile or link. See the file config.log for the"
20216 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
20217 fi
20218 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20219 CFLAGS="$ac_save_CFLAGS"
20220 LIBS="$ac_save_LIBS"
20221 fi
20222 fi
20223 GTK_CFLAGS=""
20224 GTK_LIBS=""
20225 :
20226 fi
20227
20228
20229 rm -f conf.gtktest
20230
20231 else
20232
20233 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20234 if test "${with_gtk_prefix+set}" = set; then
20235 withval="$with_gtk_prefix"
20236 gtk_config_prefix="$withval"
20237 else
20238 gtk_config_prefix=""
20239 fi;
20240
20241 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20242 if test "${with_gtk_exec_prefix+set}" = set; then
20243 withval="$with_gtk_exec_prefix"
20244 gtk_config_exec_prefix="$withval"
20245 else
20246 gtk_config_exec_prefix=""
20247 fi;
20248 # Check whether --enable-gtktest or --disable-gtktest was given.
20249 if test "${enable_gtktest+set}" = set; then
20250 enableval="$enable_gtktest"
20251
20252 else
20253 enable_gtktest=yes
20254 fi;
20255
20256 for module in . $GTK_MODULES
20257 do
20258 case "$module" in
20259 gthread)
20260 gtk_config_args="$gtk_config_args gthread"
20261 ;;
20262 esac
20263 done
20264
20265 if test x$gtk_config_exec_prefix != x ; then
20266 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20267 if test x${GTK_CONFIG+set} != xset ; then
20268 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
20269 fi
20270 fi
20271 if test x$gtk_config_prefix != x ; then
20272 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
20273 if test x${GTK_CONFIG+set} != xset ; then
20274 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
20275 fi
20276 fi
20277
20278 # Extract the first word of "gtk-config", so it can be a program name with args.
20279 set dummy gtk-config; ac_word=$2
20280 echo "$as_me:$LINENO: checking for $ac_word" >&5
20281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20282 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20283 echo $ECHO_N "(cached) $ECHO_C" >&6
20284 else
20285 case $GTK_CONFIG in
20286 [\\/]* | ?:[\\/]*)
20287 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
20288 ;;
20289 *)
20290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20291 for as_dir in $PATH
20292 do
20293 IFS=$as_save_IFS
20294 test -z "$as_dir" && as_dir=.
20295 for ac_exec_ext in '' $ac_executable_extensions; do
20296 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20297 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20299 break 2
20300 fi
20301 done
20302 done
20303
20304 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
20305 ;;
20306 esac
20307 fi
20308 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
20309
20310 if test -n "$GTK_CONFIG"; then
20311 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20312 echo "${ECHO_T}$GTK_CONFIG" >&6
20313 else
20314 echo "$as_me:$LINENO: result: no" >&5
20315 echo "${ECHO_T}no" >&6
20316 fi
20317
20318 min_gtk_version=1.2.7
20319 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20320 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20321 no_gtk=""
20322 if test "$GTK_CONFIG" = "no" ; then
20323 no_gtk=yes
20324 else
20325 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
20326 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
20327 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
20328 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20329 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
20330 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20331 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
20332 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20333 if test "x$enable_gtktest" = "xyes" ; then
20334 ac_save_CFLAGS="$CFLAGS"
20335 ac_save_LIBS="$LIBS"
20336 CFLAGS="$CFLAGS $GTK_CFLAGS"
20337 LIBS="$GTK_LIBS $LIBS"
20338 rm -f conf.gtktest
20339 if test "$cross_compiling" = yes; then
20340 echo $ac_n "cross compiling; assumed OK... $ac_c"
20341 else
20342 cat >conftest.$ac_ext <<_ACEOF
20343 #line $LINENO "configure"
20344 /* confdefs.h. */
20345 _ACEOF
20346 cat confdefs.h >>conftest.$ac_ext
20347 cat >>conftest.$ac_ext <<_ACEOF
20348 /* end confdefs.h. */
20349
20350 #include <gtk/gtk.h>
20351 #include <stdio.h>
20352 #include <stdlib.h>
20353
20354 int
20355 main ()
20356 {
20357 int major, minor, micro;
20358 char *tmp_version;
20359
20360 system ("touch conf.gtktest");
20361
20362 /* HP/UX 9 (%@#!) writes to sscanf strings */
20363 tmp_version = g_strdup("$min_gtk_version");
20364 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20365 printf("%s, bad version string\n", "$min_gtk_version");
20366 exit(1);
20367 }
20368
20369 if ((gtk_major_version != $gtk_config_major_version) ||
20370 (gtk_minor_version != $gtk_config_minor_version) ||
20371 (gtk_micro_version != $gtk_config_micro_version))
20372 {
20373 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20374 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20375 gtk_major_version, gtk_minor_version, gtk_micro_version);
20376 printf ("*** was found! If gtk-config was correct, then it is best\n");
20377 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20378 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20379 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20380 printf("*** required on your system.\n");
20381 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20382 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20383 printf("*** before re-running configure\n");
20384 }
20385 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20386 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20387 (gtk_minor_version != GTK_MINOR_VERSION) ||
20388 (gtk_micro_version != GTK_MICRO_VERSION))
20389 {
20390 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20391 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20392 printf("*** library (version %d.%d.%d)\n",
20393 gtk_major_version, gtk_minor_version, gtk_micro_version);
20394 }
20395 #endif /* defined (GTK_MAJOR_VERSION) ... */
20396 else
20397 {
20398 if ((gtk_major_version > major) ||
20399 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20400 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20401 {
20402 return 0;
20403 }
20404 else
20405 {
20406 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20407 gtk_major_version, gtk_minor_version, gtk_micro_version);
20408 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20409 major, minor, micro);
20410 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20411 printf("***\n");
20412 printf("*** If you have already installed a sufficiently new version, this error\n");
20413 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20414 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20415 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20416 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20417 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20418 printf("*** so that the correct libraries are found at run-time))\n");
20419 }
20420 }
20421 return 1;
20422 }
20423
20424 _ACEOF
20425 rm -f conftest$ac_exeext
20426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20427 (eval $ac_link) 2>&5
20428 ac_status=$?
20429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20430 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20432 (eval $ac_try) 2>&5
20433 ac_status=$?
20434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20435 (exit $ac_status); }; }; then
20436 :
20437 else
20438 echo "$as_me: program exited with status $ac_status" >&5
20439 echo "$as_me: failed program was:" >&5
20440 sed 's/^/| /' conftest.$ac_ext >&5
20441
20442 ( exit $ac_status )
20443 no_gtk=yes
20444 fi
20445 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20446 fi
20447 CFLAGS="$ac_save_CFLAGS"
20448 LIBS="$ac_save_LIBS"
20449 fi
20450 fi
20451 if test "x$no_gtk" = x ; then
20452 echo "$as_me:$LINENO: result: yes" >&5
20453 echo "${ECHO_T}yes" >&6
20454 wx_cv_lib_gtk=1.2.7
20455 else
20456 echo "$as_me:$LINENO: result: no" >&5
20457 echo "${ECHO_T}no" >&6
20458 if test "$GTK_CONFIG" = "no" ; then
20459 echo "*** The gtk-config script installed by GTK could not be found"
20460 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20461 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20462 echo "*** full path to gtk-config."
20463 else
20464 if test -f conf.gtktest ; then
20465 :
20466 else
20467 echo "*** Could not run GTK test program, checking why..."
20468 CFLAGS="$CFLAGS $GTK_CFLAGS"
20469 LIBS="$LIBS $GTK_LIBS"
20470 cat >conftest.$ac_ext <<_ACEOF
20471 #line $LINENO "configure"
20472 /* confdefs.h. */
20473 _ACEOF
20474 cat confdefs.h >>conftest.$ac_ext
20475 cat >>conftest.$ac_ext <<_ACEOF
20476 /* end confdefs.h. */
20477
20478 #include <gtk/gtk.h>
20479 #include <stdio.h>
20480
20481 int
20482 main ()
20483 {
20484 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20485 ;
20486 return 0;
20487 }
20488 _ACEOF
20489 rm -f conftest.$ac_objext conftest$ac_exeext
20490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20491 (eval $ac_link) 2>&5
20492 ac_status=$?
20493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20494 (exit $ac_status); } &&
20495 { ac_try='test -s conftest$ac_exeext'
20496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20497 (eval $ac_try) 2>&5
20498 ac_status=$?
20499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20500 (exit $ac_status); }; }; then
20501 echo "*** The test program compiled, but did not run. This usually means"
20502 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20503 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20504 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20505 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20506 echo "*** is required on your system"
20507 echo "***"
20508 echo "*** If you have an old version installed, it is best to remove it, although"
20509 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20510 echo "***"
20511 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20512 echo "*** came with the system with the command"
20513 echo "***"
20514 echo "*** rpm --erase --nodeps gtk gtk-devel"
20515 else
20516 echo "$as_me: failed program was:" >&5
20517 sed 's/^/| /' conftest.$ac_ext >&5
20518
20519 echo "*** The test program failed to compile or link. See the file config.log for the"
20520 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20521 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20522 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20523 fi
20524 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20525 CFLAGS="$ac_save_CFLAGS"
20526 LIBS="$ac_save_LIBS"
20527 fi
20528 fi
20529 GTK_CFLAGS=""
20530 GTK_LIBS=""
20531 :
20532 fi
20533
20534
20535 rm -f conf.gtktest
20536
20537
20538 if test -z "$wx_cv_lib_gtk"; then
20539
20540 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20541 if test "${with_gtk_prefix+set}" = set; then
20542 withval="$with_gtk_prefix"
20543 gtk_config_prefix="$withval"
20544 else
20545 gtk_config_prefix=""
20546 fi;
20547
20548 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20549 if test "${with_gtk_exec_prefix+set}" = set; then
20550 withval="$with_gtk_exec_prefix"
20551 gtk_config_exec_prefix="$withval"
20552 else
20553 gtk_config_exec_prefix=""
20554 fi;
20555 # Check whether --enable-gtktest or --disable-gtktest was given.
20556 if test "${enable_gtktest+set}" = set; then
20557 enableval="$enable_gtktest"
20558
20559 else
20560 enable_gtktest=yes
20561 fi;
20562
20563 for module in . $GTK_MODULES
20564 do
20565 case "$module" in
20566 gthread)
20567 gtk_config_args="$gtk_config_args gthread"
20568 ;;
20569 esac
20570 done
20571
20572 if test x$gtk_config_exec_prefix != x ; then
20573 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20574 if test x${GTK_CONFIG+set} != xset ; then
20575 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
20576 fi
20577 fi
20578 if test x$gtk_config_prefix != x ; then
20579 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
20580 if test x${GTK_CONFIG+set} != xset ; then
20581 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
20582 fi
20583 fi
20584
20585 # Extract the first word of "gtk-config", so it can be a program name with args.
20586 set dummy gtk-config; ac_word=$2
20587 echo "$as_me:$LINENO: checking for $ac_word" >&5
20588 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20589 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20590 echo $ECHO_N "(cached) $ECHO_C" >&6
20591 else
20592 case $GTK_CONFIG in
20593 [\\/]* | ?:[\\/]*)
20594 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
20595 ;;
20596 *)
20597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20598 for as_dir in $PATH
20599 do
20600 IFS=$as_save_IFS
20601 test -z "$as_dir" && as_dir=.
20602 for ac_exec_ext in '' $ac_executable_extensions; do
20603 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20604 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20605 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20606 break 2
20607 fi
20608 done
20609 done
20610
20611 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
20612 ;;
20613 esac
20614 fi
20615 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
20616
20617 if test -n "$GTK_CONFIG"; then
20618 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20619 echo "${ECHO_T}$GTK_CONFIG" >&6
20620 else
20621 echo "$as_me:$LINENO: result: no" >&5
20622 echo "${ECHO_T}no" >&6
20623 fi
20624
20625 min_gtk_version=1.2.3
20626 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20627 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20628 no_gtk=""
20629 if test "$GTK_CONFIG" = "no" ; then
20630 no_gtk=yes
20631 else
20632 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
20633 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
20634 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
20635 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20636 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
20637 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20638 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
20639 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20640 if test "x$enable_gtktest" = "xyes" ; then
20641 ac_save_CFLAGS="$CFLAGS"
20642 ac_save_LIBS="$LIBS"
20643 CFLAGS="$CFLAGS $GTK_CFLAGS"
20644 LIBS="$GTK_LIBS $LIBS"
20645 rm -f conf.gtktest
20646 if test "$cross_compiling" = yes; then
20647 echo $ac_n "cross compiling; assumed OK... $ac_c"
20648 else
20649 cat >conftest.$ac_ext <<_ACEOF
20650 #line $LINENO "configure"
20651 /* confdefs.h. */
20652 _ACEOF
20653 cat confdefs.h >>conftest.$ac_ext
20654 cat >>conftest.$ac_ext <<_ACEOF
20655 /* end confdefs.h. */
20656
20657 #include <gtk/gtk.h>
20658 #include <stdio.h>
20659 #include <stdlib.h>
20660
20661 int
20662 main ()
20663 {
20664 int major, minor, micro;
20665 char *tmp_version;
20666
20667 system ("touch conf.gtktest");
20668
20669 /* HP/UX 9 (%@#!) writes to sscanf strings */
20670 tmp_version = g_strdup("$min_gtk_version");
20671 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20672 printf("%s, bad version string\n", "$min_gtk_version");
20673 exit(1);
20674 }
20675
20676 if ((gtk_major_version != $gtk_config_major_version) ||
20677 (gtk_minor_version != $gtk_config_minor_version) ||
20678 (gtk_micro_version != $gtk_config_micro_version))
20679 {
20680 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20681 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20682 gtk_major_version, gtk_minor_version, gtk_micro_version);
20683 printf ("*** was found! If gtk-config was correct, then it is best\n");
20684 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20685 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20686 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20687 printf("*** required on your system.\n");
20688 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20689 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20690 printf("*** before re-running configure\n");
20691 }
20692 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20693 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20694 (gtk_minor_version != GTK_MINOR_VERSION) ||
20695 (gtk_micro_version != GTK_MICRO_VERSION))
20696 {
20697 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20698 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20699 printf("*** library (version %d.%d.%d)\n",
20700 gtk_major_version, gtk_minor_version, gtk_micro_version);
20701 }
20702 #endif /* defined (GTK_MAJOR_VERSION) ... */
20703 else
20704 {
20705 if ((gtk_major_version > major) ||
20706 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20707 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20708 {
20709 return 0;
20710 }
20711 else
20712 {
20713 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20714 gtk_major_version, gtk_minor_version, gtk_micro_version);
20715 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20716 major, minor, micro);
20717 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20718 printf("***\n");
20719 printf("*** If you have already installed a sufficiently new version, this error\n");
20720 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20721 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20722 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20723 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20724 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20725 printf("*** so that the correct libraries are found at run-time))\n");
20726 }
20727 }
20728 return 1;
20729 }
20730
20731 _ACEOF
20732 rm -f conftest$ac_exeext
20733 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20734 (eval $ac_link) 2>&5
20735 ac_status=$?
20736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20737 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20739 (eval $ac_try) 2>&5
20740 ac_status=$?
20741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20742 (exit $ac_status); }; }; then
20743 :
20744 else
20745 echo "$as_me: program exited with status $ac_status" >&5
20746 echo "$as_me: failed program was:" >&5
20747 sed 's/^/| /' conftest.$ac_ext >&5
20748
20749 ( exit $ac_status )
20750 no_gtk=yes
20751 fi
20752 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20753 fi
20754 CFLAGS="$ac_save_CFLAGS"
20755 LIBS="$ac_save_LIBS"
20756 fi
20757 fi
20758 if test "x$no_gtk" = x ; then
20759 echo "$as_me:$LINENO: result: yes" >&5
20760 echo "${ECHO_T}yes" >&6
20761 wx_cv_lib_gtk=1.2.3
20762 else
20763 echo "$as_me:$LINENO: result: no" >&5
20764 echo "${ECHO_T}no" >&6
20765 if test "$GTK_CONFIG" = "no" ; then
20766 echo "*** The gtk-config script installed by GTK could not be found"
20767 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20768 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20769 echo "*** full path to gtk-config."
20770 else
20771 if test -f conf.gtktest ; then
20772 :
20773 else
20774 echo "*** Could not run GTK test program, checking why..."
20775 CFLAGS="$CFLAGS $GTK_CFLAGS"
20776 LIBS="$LIBS $GTK_LIBS"
20777 cat >conftest.$ac_ext <<_ACEOF
20778 #line $LINENO "configure"
20779 /* confdefs.h. */
20780 _ACEOF
20781 cat confdefs.h >>conftest.$ac_ext
20782 cat >>conftest.$ac_ext <<_ACEOF
20783 /* end confdefs.h. */
20784
20785 #include <gtk/gtk.h>
20786 #include <stdio.h>
20787
20788 int
20789 main ()
20790 {
20791 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20792 ;
20793 return 0;
20794 }
20795 _ACEOF
20796 rm -f conftest.$ac_objext conftest$ac_exeext
20797 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20798 (eval $ac_link) 2>&5
20799 ac_status=$?
20800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20801 (exit $ac_status); } &&
20802 { ac_try='test -s conftest$ac_exeext'
20803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20804 (eval $ac_try) 2>&5
20805 ac_status=$?
20806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20807 (exit $ac_status); }; }; then
20808 echo "*** The test program compiled, but did not run. This usually means"
20809 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20810 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20811 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20812 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20813 echo "*** is required on your system"
20814 echo "***"
20815 echo "*** If you have an old version installed, it is best to remove it, although"
20816 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20817 echo "***"
20818 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20819 echo "*** came with the system with the command"
20820 echo "***"
20821 echo "*** rpm --erase --nodeps gtk gtk-devel"
20822 else
20823 echo "$as_me: failed program was:" >&5
20824 sed 's/^/| /' conftest.$ac_ext >&5
20825
20826 echo "*** The test program failed to compile or link. See the file config.log for the"
20827 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20828 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20829 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20830 fi
20831 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20832 CFLAGS="$ac_save_CFLAGS"
20833 LIBS="$ac_save_LIBS"
20834 fi
20835 fi
20836 GTK_CFLAGS=""
20837 GTK_LIBS=""
20838 :
20839 fi
20840
20841
20842 rm -f conf.gtktest
20843
20844 fi
20845 fi
20846
20847 if test -z "$wx_cv_lib_gtk"; then
20848 wx_cv_lib_gtk=none
20849 else
20850 wx_cv_cflags_gtk=$GTK_CFLAGS
20851 wx_cv_libs_gtk=$GTK_LIBS
20852 fi
20853
20854
20855 fi
20856
20857
20858 if test "$gtk_version_cached" = 1; then
20859 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20860 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
20861 fi
20862
20863 case "$wx_cv_lib_gtk" in
20864 2.0) WXGTK20=1
20865 TOOLKIT_VERSION=2
20866 ;;
20867 1.2.7) WXGTK127=1
20868 WXGTK12=1
20869 ;;
20870 1.2.3) WXGTK12=1
20871 ;;
20872 *) { { echo "$as_me:$LINENO: error:
20873 Please check that gtk-config is in path, the directory
20874 where GTK+ libraries are installed (returned by
20875 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20876 equivalent variable and GTK+ is version 1.2.3 or above.
20877 " >&5
20878 echo "$as_me: error:
20879 Please check that gtk-config is in path, the directory
20880 where GTK+ libraries are installed (returned by
20881 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20882 equivalent variable and GTK+ is version 1.2.3 or above.
20883 " >&2;}
20884 { (exit 1); exit 1; }; }
20885 ;;
20886 esac
20887
20888 if test "$WXGTK20" = 1; then
20889 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
20890
20891 succeeded=no
20892
20893 if test -z "$PKG_CONFIG"; then
20894 # Extract the first word of "pkg-config", so it can be a program name with args.
20895 set dummy pkg-config; ac_word=$2
20896 echo "$as_me:$LINENO: checking for $ac_word" >&5
20897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20898 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20899 echo $ECHO_N "(cached) $ECHO_C" >&6
20900 else
20901 case $PKG_CONFIG in
20902 [\\/]* | ?:[\\/]*)
20903 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
20904 ;;
20905 *)
20906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20907 for as_dir in $PATH
20908 do
20909 IFS=$as_save_IFS
20910 test -z "$as_dir" && as_dir=.
20911 for ac_exec_ext in '' $ac_executable_extensions; do
20912 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20913 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20914 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20915 break 2
20916 fi
20917 done
20918 done
20919
20920 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
20921 ;;
20922 esac
20923 fi
20924 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
20925
20926 if test -n "$PKG_CONFIG"; then
20927 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20928 echo "${ECHO_T}$PKG_CONFIG" >&6
20929 else
20930 echo "$as_me:$LINENO: result: no" >&5
20931 echo "${ECHO_T}no" >&6
20932 fi
20933
20934 fi
20935
20936 if test "$PKG_CONFIG" = "no" ; then
20937 echo "*** The pkg-config script could not be found. Make sure it is"
20938 echo "*** in your path, or set the PKG_CONFIG environment variable"
20939 echo "*** to the full path to pkg-config."
20940 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20941 else
20942 PKG_CONFIG_MIN_VERSION=0.9.0
20943 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
20944 echo "$as_me:$LINENO: checking for pangoft2" >&5
20945 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
20946
20947 if $PKG_CONFIG --exists "pangoft2" ; then
20948 echo "$as_me:$LINENO: result: yes" >&5
20949 echo "${ECHO_T}yes" >&6
20950 succeeded=yes
20951
20952 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20953 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
20954 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
20955 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20956 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
20957
20958 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20959 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
20960 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
20961 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20962 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
20963 else
20964 PANGOFT2_CFLAGS=""
20965 PANGOFT2_LIBS=""
20966 ## If we have a custom action on failure, don't print errors, but
20967 ## do set a variable so people can do so.
20968 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
20969
20970 fi
20971
20972
20973
20974 else
20975 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20976 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20977 fi
20978 fi
20979
20980 if test $succeeded = yes; then
20981
20982 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
20983 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
20984
20985 else
20986
20987 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20988 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
20989 wxUSE_PRINTING_ARCHITECTURE="no"
20990
20991
20992 fi
20993
20994 fi
20995 else
20996 if test "$wxUSE_UNICODE" = "yes"; then
20997 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
20998 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
20999 wxUSE_UNICODE=no
21000 fi
21001 fi
21002
21003 if test "$USE_DARWIN" != 1; then
21004
21005 for ac_func in poll
21006 do
21007 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21008 echo "$as_me:$LINENO: checking for $ac_func" >&5
21009 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
21010 if eval "test \"\${$as_ac_var+set}\" = set"; then
21011 echo $ECHO_N "(cached) $ECHO_C" >&6
21012 else
21013 cat >conftest.$ac_ext <<_ACEOF
21014 #line $LINENO "configure"
21015 /* confdefs.h. */
21016 _ACEOF
21017 cat confdefs.h >>conftest.$ac_ext
21018 cat >>conftest.$ac_ext <<_ACEOF
21019 /* end confdefs.h. */
21020 /* System header to define __stub macros and hopefully few prototypes,
21021 which can conflict with char $ac_func (); below.
21022 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21023 <limits.h> exists even on freestanding compilers. */
21024 #ifdef __STDC__
21025 # include <limits.h>
21026 #else
21027 # include <assert.h>
21028 #endif
21029 /* Override any gcc2 internal prototype to avoid an error. */
21030 #ifdef __cplusplus
21031 extern "C"
21032 {
21033 #endif
21034 /* We use char because int might match the return type of a gcc2
21035 builtin and then its argument prototype would still apply. */
21036 char $ac_func ();
21037 /* The GNU C library defines this for functions which it implements
21038 to always fail with ENOSYS. Some functions are actually named
21039 something starting with __ and the normal name is an alias. */
21040 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
21041 choke me
21042 #else
21043 char (*f) () = $ac_func;
21044 #endif
21045 #ifdef __cplusplus
21046 }
21047 #endif
21048
21049 int
21050 main ()
21051 {
21052 return f != $ac_func;
21053 ;
21054 return 0;
21055 }
21056 _ACEOF
21057 rm -f conftest.$ac_objext conftest$ac_exeext
21058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21059 (eval $ac_link) 2>&5
21060 ac_status=$?
21061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21062 (exit $ac_status); } &&
21063 { ac_try='test -s conftest$ac_exeext'
21064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21065 (eval $ac_try) 2>&5
21066 ac_status=$?
21067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21068 (exit $ac_status); }; }; then
21069 eval "$as_ac_var=yes"
21070 else
21071 echo "$as_me: failed program was:" >&5
21072 sed 's/^/| /' conftest.$ac_ext >&5
21073
21074 eval "$as_ac_var=no"
21075 fi
21076 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21077 fi
21078 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
21079 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
21080 if test `eval echo '${'$as_ac_var'}'` = yes; then
21081 cat >>confdefs.h <<_ACEOF
21082 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
21083 _ACEOF
21084
21085 fi
21086 done
21087
21088 fi
21089
21090 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
21091 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
21092
21093 AFMINSTALL=afminstall
21094 TOOLKIT=GTK
21095 GUIDIST=GTK_DIST
21096
21097 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
21098 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
21099 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
21100 echo $ECHO_N "(cached) $ECHO_C" >&6
21101 else
21102 ac_check_lib_save_LIBS=$LIBS
21103 LIBS="-lgdk $LIBS"
21104 cat >conftest.$ac_ext <<_ACEOF
21105 #line $LINENO "configure"
21106 /* confdefs.h. */
21107 _ACEOF
21108 cat confdefs.h >>conftest.$ac_ext
21109 cat >>conftest.$ac_ext <<_ACEOF
21110 /* end confdefs.h. */
21111
21112 /* Override any gcc2 internal prototype to avoid an error. */
21113 #ifdef __cplusplus
21114 extern "C"
21115 #endif
21116 /* We use char because int might match the return type of a gcc2
21117 builtin and then its argument prototype would still apply. */
21118 char gdk_im_open ();
21119 int
21120 main ()
21121 {
21122 gdk_im_open ();
21123 ;
21124 return 0;
21125 }
21126 _ACEOF
21127 rm -f conftest.$ac_objext conftest$ac_exeext
21128 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21129 (eval $ac_link) 2>&5
21130 ac_status=$?
21131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21132 (exit $ac_status); } &&
21133 { ac_try='test -s conftest$ac_exeext'
21134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21135 (eval $ac_try) 2>&5
21136 ac_status=$?
21137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21138 (exit $ac_status); }; }; then
21139 ac_cv_lib_gdk_gdk_im_open=yes
21140 else
21141 echo "$as_me: failed program was:" >&5
21142 sed 's/^/| /' conftest.$ac_ext >&5
21143
21144 ac_cv_lib_gdk_gdk_im_open=no
21145 fi
21146 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21147 LIBS=$ac_check_lib_save_LIBS
21148 fi
21149 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
21150 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
21151 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
21152 cat >>confdefs.h <<\_ACEOF
21153 #define HAVE_XIM 1
21154 _ACEOF
21155
21156 fi
21157
21158 fi
21159
21160 if test "$wxUSE_MGL" = 1; then
21161 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
21162 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
21163 if test "x$MGL_ROOT" = x ; then
21164 echo "$as_me:$LINENO: result: not found" >&5
21165 echo "${ECHO_T}not found" >&6
21166 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
21167 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
21168 { (exit 1); exit 1; }; }
21169 else
21170 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
21171 echo "${ECHO_T}$MGL_ROOT" >&6
21172 fi
21173
21174 echo "$as_me:$LINENO: checking for libmgl location" >&5
21175 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
21176 case "${host}" in
21177 *-*-linux* )
21178 if test "x$wxUSE_SHARED" = xyes ; then
21179 mgl_os_candidates="linux/gcc/glibc.so linux/gcc/glibc"
21180 else
21181 mgl_os_candidates="linux/gcc/glibc linux/gcc/glibc.so"
21182 fi
21183 ;;
21184 *-pc-msdosdjgpp )
21185 mgl_os_candidates="dos32/dj2"
21186 ;;
21187 *)
21188 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
21189 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
21190 { (exit 1); exit 1; }; }
21191 esac
21192
21193 mgl_lib_type=""
21194 mgl_os=""
21195
21196 for mgl_os_i in $mgl_os_candidates ; do
21197 if test "x$mgl_os" = x ; then
21198 if test "$wxUSE_DEBUG_FLAG" = yes ; then
21199 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
21200 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
21201 mgl_lib_type=debug
21202 mgl_os=$mgl_os_i
21203 fi
21204 fi
21205 if test "x$mgl_lib_type" = x ; then
21206 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
21207 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
21208 mgl_lib_type=release
21209 mgl_os=$mgl_os_i
21210 fi
21211 fi
21212 fi
21213 done
21214
21215 if test "x$mgl_os" = x ; then
21216 echo "$as_me:$LINENO: result: not found" >&5
21217 echo "${ECHO_T}not found" >&6
21218 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
21219 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
21220 { (exit 1); exit 1; }; }
21221 fi
21222 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
21223 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
21224
21225 wxUSE_UNIVERSAL="yes"
21226
21227 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
21228 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
21229
21230 AFMINSTALL=afminstall
21231 TOOLKIT=MGL
21232 GUIDIST=MGL_DIST
21233 fi
21234
21235 if test "$wxUSE_MICROWIN" = 1; then
21236 echo "$as_me:$LINENO: checking for MicroWindows" >&5
21237 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
21238 if test "x$MICROWINDOWS" = x ; then
21239 echo "$as_me:$LINENO: result: not found" >&5
21240 echo "${ECHO_T}not found" >&6
21241 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
21242 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
21243 { (exit 1); exit 1; }; }
21244 else
21245 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
21246 echo "${ECHO_T}$MICROWINDOWS" >&6
21247 fi
21248
21249 if test -f $MICROWINDOWS/lib/libmwin.a; then
21250 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
21251 echo "${ECHO_T}MicroWindows' libraries found." >&6
21252 else
21253 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
21254 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
21255 { (exit 1); exit 1; }; }
21256 fi
21257
21258 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
21259 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
21260
21261 wxUSE_UNIVERSAL="yes"
21262
21263 AFMINSTALL=afminstall
21264 TOOLKIT=MICROWIN
21265 GUIDIST=MICROWIN_DIST
21266
21267 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
21268 fi
21269
21270 if test "$wxUSE_X11" = 1; then
21271 echo "$as_me:$LINENO: checking for X" >&5
21272 echo $ECHO_N "checking for X... $ECHO_C" >&6
21273
21274
21275 # Check whether --with-x or --without-x was given.
21276 if test "${with_x+set}" = set; then
21277 withval="$with_x"
21278
21279 fi;
21280 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
21281 if test "x$with_x" = xno; then
21282 # The user explicitly disabled X.
21283 have_x=disabled
21284 else
21285 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
21286 # Both variables are already set.
21287 have_x=yes
21288 else
21289 if test "${ac_cv_have_x+set}" = set; then
21290 echo $ECHO_N "(cached) $ECHO_C" >&6
21291 else
21292 # One or both of the vars are not set, and there is no cached value.
21293 ac_x_includes=no ac_x_libraries=no
21294 rm -fr conftest.dir
21295 if mkdir conftest.dir; then
21296 cd conftest.dir
21297 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
21298 cat >Imakefile <<'_ACEOF'
21299 acfindx:
21300 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
21301 _ACEOF
21302 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
21303 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
21304 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
21305 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
21306 for ac_extension in a so sl; do
21307 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
21308 test -f $ac_im_libdir/libX11.$ac_extension; then
21309 ac_im_usrlibdir=$ac_im_libdir; break
21310 fi
21311 done
21312 # Screen out bogus values from the imake configuration. They are
21313 # bogus both because they are the default anyway, and because
21314 # using them would break gcc on systems where it needs fixed includes.
21315 case $ac_im_incroot in
21316 /usr/include) ;;
21317 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
21318 esac
21319 case $ac_im_usrlibdir in
21320 /usr/lib | /lib) ;;
21321 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
21322 esac
21323 fi
21324 cd ..
21325 rm -fr conftest.dir
21326 fi
21327
21328 # Standard set of common directories for X headers.
21329 # Check X11 before X11Rn because it is often a symlink to the current release.
21330 ac_x_header_dirs='
21331 /usr/X11/include
21332 /usr/X11R6/include
21333 /usr/X11R5/include
21334 /usr/X11R4/include
21335
21336 /usr/include/X11
21337 /usr/include/X11R6
21338 /usr/include/X11R5
21339 /usr/include/X11R4
21340
21341 /usr/local/X11/include
21342 /usr/local/X11R6/include
21343 /usr/local/X11R5/include
21344 /usr/local/X11R4/include
21345
21346 /usr/local/include/X11
21347 /usr/local/include/X11R6
21348 /usr/local/include/X11R5
21349 /usr/local/include/X11R4
21350
21351 /usr/X386/include
21352 /usr/x386/include
21353 /usr/XFree86/include/X11
21354
21355 /usr/include
21356 /usr/local/include
21357 /usr/unsupported/include
21358 /usr/athena/include
21359 /usr/local/x11r5/include
21360 /usr/lpp/Xamples/include
21361
21362 /usr/openwin/include
21363 /usr/openwin/share/include'
21364
21365 if test "$ac_x_includes" = no; then
21366 # Guess where to find include files, by looking for Intrinsic.h.
21367 # First, try using that file with no special directory specified.
21368 cat >conftest.$ac_ext <<_ACEOF
21369 #line $LINENO "configure"
21370 /* confdefs.h. */
21371 _ACEOF
21372 cat confdefs.h >>conftest.$ac_ext
21373 cat >>conftest.$ac_ext <<_ACEOF
21374 /* end confdefs.h. */
21375 #include <X11/Intrinsic.h>
21376 _ACEOF
21377 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21378 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21379 ac_status=$?
21380 grep -v '^ *+' conftest.er1 >conftest.err
21381 rm -f conftest.er1
21382 cat conftest.err >&5
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); } >/dev/null; then
21385 if test -s conftest.err; then
21386 ac_cpp_err=$ac_c_preproc_warn_flag
21387 else
21388 ac_cpp_err=
21389 fi
21390 else
21391 ac_cpp_err=yes
21392 fi
21393 if test -z "$ac_cpp_err"; then
21394 # We can compile using X headers with no special include directory.
21395 ac_x_includes=
21396 else
21397 echo "$as_me: failed program was:" >&5
21398 sed 's/^/| /' conftest.$ac_ext >&5
21399
21400 for ac_dir in $ac_x_header_dirs; do
21401 if test -r "$ac_dir/X11/Intrinsic.h"; then
21402 ac_x_includes=$ac_dir
21403 break
21404 fi
21405 done
21406 fi
21407 rm -f conftest.err conftest.$ac_ext
21408 fi # $ac_x_includes = no
21409
21410 if test "$ac_x_libraries" = no; then
21411 # Check for the libraries.
21412 # See if we find them without any special options.
21413 # Don't add to $LIBS permanently.
21414 ac_save_LIBS=$LIBS
21415 LIBS="-lXt $LIBS"
21416 cat >conftest.$ac_ext <<_ACEOF
21417 #line $LINENO "configure"
21418 /* confdefs.h. */
21419 _ACEOF
21420 cat confdefs.h >>conftest.$ac_ext
21421 cat >>conftest.$ac_ext <<_ACEOF
21422 /* end confdefs.h. */
21423 #include <X11/Intrinsic.h>
21424 int
21425 main ()
21426 {
21427 XtMalloc (0)
21428 ;
21429 return 0;
21430 }
21431 _ACEOF
21432 rm -f conftest.$ac_objext conftest$ac_exeext
21433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21434 (eval $ac_link) 2>&5
21435 ac_status=$?
21436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21437 (exit $ac_status); } &&
21438 { ac_try='test -s conftest$ac_exeext'
21439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21440 (eval $ac_try) 2>&5
21441 ac_status=$?
21442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21443 (exit $ac_status); }; }; then
21444 LIBS=$ac_save_LIBS
21445 # We can link X programs with no special library path.
21446 ac_x_libraries=
21447 else
21448 echo "$as_me: failed program was:" >&5
21449 sed 's/^/| /' conftest.$ac_ext >&5
21450
21451 LIBS=$ac_save_LIBS
21452 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
21453 do
21454 # Don't even attempt the hair of trying to link an X program!
21455 for ac_extension in a so sl; do
21456 if test -r $ac_dir/libXt.$ac_extension; then
21457 ac_x_libraries=$ac_dir
21458 break 2
21459 fi
21460 done
21461 done
21462 fi
21463 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21464 fi # $ac_x_libraries = no
21465
21466 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
21467 # Didn't find X anywhere. Cache the known absence of X.
21468 ac_cv_have_x="have_x=no"
21469 else
21470 # Record where we found X for the cache.
21471 ac_cv_have_x="have_x=yes \
21472 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
21473 fi
21474 fi
21475
21476 fi
21477 eval "$ac_cv_have_x"
21478 fi # $with_x != no
21479
21480 if test "$have_x" != yes; then
21481 echo "$as_me:$LINENO: result: $have_x" >&5
21482 echo "${ECHO_T}$have_x" >&6
21483 no_x=yes
21484 else
21485 # If each of the values was on the command line, it overrides each guess.
21486 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
21487 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
21488 # Update the cache value to reflect the command line values.
21489 ac_cv_have_x="have_x=yes \
21490 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
21491 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21492 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21493 fi
21494
21495 if test "$no_x" = yes; then
21496 # Not all programs may use this symbol, but it does not hurt to define it.
21497
21498 cat >>confdefs.h <<\_ACEOF
21499 #define X_DISPLAY_MISSING 1
21500 _ACEOF
21501
21502 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
21503 else
21504 if test -n "$x_includes"; then
21505 X_CFLAGS="$X_CFLAGS -I$x_includes"
21506 fi
21507
21508 # It would also be nice to do this for all -L options, not just this one.
21509 if test -n "$x_libraries"; then
21510 X_LIBS="$X_LIBS -L$x_libraries"
21511 # For Solaris; some versions of Sun CC require a space after -R and
21512 # others require no space. Words are not sufficient . . . .
21513 case `(uname -sr) 2>/dev/null` in
21514 "SunOS 5"*)
21515 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21516 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21517 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
21518 cat >conftest.$ac_ext <<_ACEOF
21519 #line $LINENO "configure"
21520 /* confdefs.h. */
21521 _ACEOF
21522 cat confdefs.h >>conftest.$ac_ext
21523 cat >>conftest.$ac_ext <<_ACEOF
21524 /* end confdefs.h. */
21525
21526 int
21527 main ()
21528 {
21529
21530 ;
21531 return 0;
21532 }
21533 _ACEOF
21534 rm -f conftest.$ac_objext conftest$ac_exeext
21535 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21536 (eval $ac_link) 2>&5
21537 ac_status=$?
21538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21539 (exit $ac_status); } &&
21540 { ac_try='test -s conftest$ac_exeext'
21541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21542 (eval $ac_try) 2>&5
21543 ac_status=$?
21544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21545 (exit $ac_status); }; }; then
21546 ac_R_nospace=yes
21547 else
21548 echo "$as_me: failed program was:" >&5
21549 sed 's/^/| /' conftest.$ac_ext >&5
21550
21551 ac_R_nospace=no
21552 fi
21553 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21554 if test $ac_R_nospace = yes; then
21555 echo "$as_me:$LINENO: result: no" >&5
21556 echo "${ECHO_T}no" >&6
21557 X_LIBS="$X_LIBS -R$x_libraries"
21558 else
21559 LIBS="$ac_xsave_LIBS -R $x_libraries"
21560 cat >conftest.$ac_ext <<_ACEOF
21561 #line $LINENO "configure"
21562 /* confdefs.h. */
21563 _ACEOF
21564 cat confdefs.h >>conftest.$ac_ext
21565 cat >>conftest.$ac_ext <<_ACEOF
21566 /* end confdefs.h. */
21567
21568 int
21569 main ()
21570 {
21571
21572 ;
21573 return 0;
21574 }
21575 _ACEOF
21576 rm -f conftest.$ac_objext conftest$ac_exeext
21577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21578 (eval $ac_link) 2>&5
21579 ac_status=$?
21580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21581 (exit $ac_status); } &&
21582 { ac_try='test -s conftest$ac_exeext'
21583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21584 (eval $ac_try) 2>&5
21585 ac_status=$?
21586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21587 (exit $ac_status); }; }; then
21588 ac_R_space=yes
21589 else
21590 echo "$as_me: failed program was:" >&5
21591 sed 's/^/| /' conftest.$ac_ext >&5
21592
21593 ac_R_space=no
21594 fi
21595 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21596 if test $ac_R_space = yes; then
21597 echo "$as_me:$LINENO: result: yes" >&5
21598 echo "${ECHO_T}yes" >&6
21599 X_LIBS="$X_LIBS -R $x_libraries"
21600 else
21601 echo "$as_me:$LINENO: result: neither works" >&5
21602 echo "${ECHO_T}neither works" >&6
21603 fi
21604 fi
21605 LIBS=$ac_xsave_LIBS
21606 esac
21607 fi
21608
21609 # Check for system-dependent libraries X programs must link with.
21610 # Do this before checking for the system-independent R6 libraries
21611 # (-lICE), since we may need -lsocket or whatever for X linking.
21612
21613 if test "$ISC" = yes; then
21614 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
21615 else
21616 # Martyn Johnson says this is needed for Ultrix, if the X
21617 # libraries were built with DECnet support. And Karl Berry says
21618 # the Alpha needs dnet_stub (dnet does not exist).
21619 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
21620 cat >conftest.$ac_ext <<_ACEOF
21621 #line $LINENO "configure"
21622 /* confdefs.h. */
21623 _ACEOF
21624 cat confdefs.h >>conftest.$ac_ext
21625 cat >>conftest.$ac_ext <<_ACEOF
21626 /* end confdefs.h. */
21627
21628 /* Override any gcc2 internal prototype to avoid an error. */
21629 #ifdef __cplusplus
21630 extern "C"
21631 #endif
21632 /* We use char because int might match the return type of a gcc2
21633 builtin and then its argument prototype would still apply. */
21634 char XOpenDisplay ();
21635 int
21636 main ()
21637 {
21638 XOpenDisplay ();
21639 ;
21640 return 0;
21641 }
21642 _ACEOF
21643 rm -f conftest.$ac_objext conftest$ac_exeext
21644 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21645 (eval $ac_link) 2>&5
21646 ac_status=$?
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } &&
21649 { ac_try='test -s conftest$ac_exeext'
21650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21651 (eval $ac_try) 2>&5
21652 ac_status=$?
21653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); }; }; then
21655 :
21656 else
21657 echo "$as_me: failed program was:" >&5
21658 sed 's/^/| /' conftest.$ac_ext >&5
21659
21660 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21661 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21662 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21663 echo $ECHO_N "(cached) $ECHO_C" >&6
21664 else
21665 ac_check_lib_save_LIBS=$LIBS
21666 LIBS="-ldnet $LIBS"
21667 cat >conftest.$ac_ext <<_ACEOF
21668 #line $LINENO "configure"
21669 /* confdefs.h. */
21670 _ACEOF
21671 cat confdefs.h >>conftest.$ac_ext
21672 cat >>conftest.$ac_ext <<_ACEOF
21673 /* end confdefs.h. */
21674
21675 /* Override any gcc2 internal prototype to avoid an error. */
21676 #ifdef __cplusplus
21677 extern "C"
21678 #endif
21679 /* We use char because int might match the return type of a gcc2
21680 builtin and then its argument prototype would still apply. */
21681 char dnet_ntoa ();
21682 int
21683 main ()
21684 {
21685 dnet_ntoa ();
21686 ;
21687 return 0;
21688 }
21689 _ACEOF
21690 rm -f conftest.$ac_objext conftest$ac_exeext
21691 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21692 (eval $ac_link) 2>&5
21693 ac_status=$?
21694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21695 (exit $ac_status); } &&
21696 { ac_try='test -s conftest$ac_exeext'
21697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21698 (eval $ac_try) 2>&5
21699 ac_status=$?
21700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21701 (exit $ac_status); }; }; then
21702 ac_cv_lib_dnet_dnet_ntoa=yes
21703 else
21704 echo "$as_me: failed program was:" >&5
21705 sed 's/^/| /' conftest.$ac_ext >&5
21706
21707 ac_cv_lib_dnet_dnet_ntoa=no
21708 fi
21709 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21710 LIBS=$ac_check_lib_save_LIBS
21711 fi
21712 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21713 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21714 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21715 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
21716 fi
21717
21718 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
21719 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21720 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21721 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21722 echo $ECHO_N "(cached) $ECHO_C" >&6
21723 else
21724 ac_check_lib_save_LIBS=$LIBS
21725 LIBS="-ldnet_stub $LIBS"
21726 cat >conftest.$ac_ext <<_ACEOF
21727 #line $LINENO "configure"
21728 /* confdefs.h. */
21729 _ACEOF
21730 cat confdefs.h >>conftest.$ac_ext
21731 cat >>conftest.$ac_ext <<_ACEOF
21732 /* end confdefs.h. */
21733
21734 /* Override any gcc2 internal prototype to avoid an error. */
21735 #ifdef __cplusplus
21736 extern "C"
21737 #endif
21738 /* We use char because int might match the return type of a gcc2
21739 builtin and then its argument prototype would still apply. */
21740 char dnet_ntoa ();
21741 int
21742 main ()
21743 {
21744 dnet_ntoa ();
21745 ;
21746 return 0;
21747 }
21748 _ACEOF
21749 rm -f conftest.$ac_objext conftest$ac_exeext
21750 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21751 (eval $ac_link) 2>&5
21752 ac_status=$?
21753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21754 (exit $ac_status); } &&
21755 { ac_try='test -s conftest$ac_exeext'
21756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21757 (eval $ac_try) 2>&5
21758 ac_status=$?
21759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760 (exit $ac_status); }; }; then
21761 ac_cv_lib_dnet_stub_dnet_ntoa=yes
21762 else
21763 echo "$as_me: failed program was:" >&5
21764 sed 's/^/| /' conftest.$ac_ext >&5
21765
21766 ac_cv_lib_dnet_stub_dnet_ntoa=no
21767 fi
21768 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21769 LIBS=$ac_check_lib_save_LIBS
21770 fi
21771 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21772 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21773 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21774 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
21775 fi
21776
21777 fi
21778 fi
21779 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21780 LIBS="$ac_xsave_LIBS"
21781
21782 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21783 # to get the SysV transport functions.
21784 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21785 # needs -lnsl.
21786 # The nsl library prevents programs from opening the X display
21787 # on Irix 5.2, according to T.E. Dickey.
21788 # The functions gethostbyname, getservbyname, and inet_addr are
21789 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21790 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21791 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21792 if test "${ac_cv_func_gethostbyname+set}" = set; then
21793 echo $ECHO_N "(cached) $ECHO_C" >&6
21794 else
21795 cat >conftest.$ac_ext <<_ACEOF
21796 #line $LINENO "configure"
21797 /* confdefs.h. */
21798 _ACEOF
21799 cat confdefs.h >>conftest.$ac_ext
21800 cat >>conftest.$ac_ext <<_ACEOF
21801 /* end confdefs.h. */
21802 /* System header to define __stub macros and hopefully few prototypes,
21803 which can conflict with char gethostbyname (); below.
21804 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21805 <limits.h> exists even on freestanding compilers. */
21806 #ifdef __STDC__
21807 # include <limits.h>
21808 #else
21809 # include <assert.h>
21810 #endif
21811 /* Override any gcc2 internal prototype to avoid an error. */
21812 #ifdef __cplusplus
21813 extern "C"
21814 {
21815 #endif
21816 /* We use char because int might match the return type of a gcc2
21817 builtin and then its argument prototype would still apply. */
21818 char gethostbyname ();
21819 /* The GNU C library defines this for functions which it implements
21820 to always fail with ENOSYS. Some functions are actually named
21821 something starting with __ and the normal name is an alias. */
21822 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21823 choke me
21824 #else
21825 char (*f) () = gethostbyname;
21826 #endif
21827 #ifdef __cplusplus
21828 }
21829 #endif
21830
21831 int
21832 main ()
21833 {
21834 return f != gethostbyname;
21835 ;
21836 return 0;
21837 }
21838 _ACEOF
21839 rm -f conftest.$ac_objext conftest$ac_exeext
21840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21841 (eval $ac_link) 2>&5
21842 ac_status=$?
21843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21844 (exit $ac_status); } &&
21845 { ac_try='test -s conftest$ac_exeext'
21846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21847 (eval $ac_try) 2>&5
21848 ac_status=$?
21849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21850 (exit $ac_status); }; }; then
21851 ac_cv_func_gethostbyname=yes
21852 else
21853 echo "$as_me: failed program was:" >&5
21854 sed 's/^/| /' conftest.$ac_ext >&5
21855
21856 ac_cv_func_gethostbyname=no
21857 fi
21858 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21859 fi
21860 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21861 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
21862
21863 if test $ac_cv_func_gethostbyname = no; then
21864 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21865 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21866 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21867 echo $ECHO_N "(cached) $ECHO_C" >&6
21868 else
21869 ac_check_lib_save_LIBS=$LIBS
21870 LIBS="-lnsl $LIBS"
21871 cat >conftest.$ac_ext <<_ACEOF
21872 #line $LINENO "configure"
21873 /* confdefs.h. */
21874 _ACEOF
21875 cat confdefs.h >>conftest.$ac_ext
21876 cat >>conftest.$ac_ext <<_ACEOF
21877 /* end confdefs.h. */
21878
21879 /* Override any gcc2 internal prototype to avoid an error. */
21880 #ifdef __cplusplus
21881 extern "C"
21882 #endif
21883 /* We use char because int might match the return type of a gcc2
21884 builtin and then its argument prototype would still apply. */
21885 char gethostbyname ();
21886 int
21887 main ()
21888 {
21889 gethostbyname ();
21890 ;
21891 return 0;
21892 }
21893 _ACEOF
21894 rm -f conftest.$ac_objext conftest$ac_exeext
21895 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21896 (eval $ac_link) 2>&5
21897 ac_status=$?
21898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21899 (exit $ac_status); } &&
21900 { ac_try='test -s conftest$ac_exeext'
21901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21902 (eval $ac_try) 2>&5
21903 ac_status=$?
21904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); }; }; then
21906 ac_cv_lib_nsl_gethostbyname=yes
21907 else
21908 echo "$as_me: failed program was:" >&5
21909 sed 's/^/| /' conftest.$ac_ext >&5
21910
21911 ac_cv_lib_nsl_gethostbyname=no
21912 fi
21913 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21914 LIBS=$ac_check_lib_save_LIBS
21915 fi
21916 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21917 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21918 if test $ac_cv_lib_nsl_gethostbyname = yes; then
21919 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
21920 fi
21921
21922 if test $ac_cv_lib_nsl_gethostbyname = no; then
21923 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21924 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21925 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21926 echo $ECHO_N "(cached) $ECHO_C" >&6
21927 else
21928 ac_check_lib_save_LIBS=$LIBS
21929 LIBS="-lbsd $LIBS"
21930 cat >conftest.$ac_ext <<_ACEOF
21931 #line $LINENO "configure"
21932 /* confdefs.h. */
21933 _ACEOF
21934 cat confdefs.h >>conftest.$ac_ext
21935 cat >>conftest.$ac_ext <<_ACEOF
21936 /* end confdefs.h. */
21937
21938 /* Override any gcc2 internal prototype to avoid an error. */
21939 #ifdef __cplusplus
21940 extern "C"
21941 #endif
21942 /* We use char because int might match the return type of a gcc2
21943 builtin and then its argument prototype would still apply. */
21944 char gethostbyname ();
21945 int
21946 main ()
21947 {
21948 gethostbyname ();
21949 ;
21950 return 0;
21951 }
21952 _ACEOF
21953 rm -f conftest.$ac_objext conftest$ac_exeext
21954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21955 (eval $ac_link) 2>&5
21956 ac_status=$?
21957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958 (exit $ac_status); } &&
21959 { ac_try='test -s conftest$ac_exeext'
21960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21961 (eval $ac_try) 2>&5
21962 ac_status=$?
21963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21964 (exit $ac_status); }; }; then
21965 ac_cv_lib_bsd_gethostbyname=yes
21966 else
21967 echo "$as_me: failed program was:" >&5
21968 sed 's/^/| /' conftest.$ac_ext >&5
21969
21970 ac_cv_lib_bsd_gethostbyname=no
21971 fi
21972 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21973 LIBS=$ac_check_lib_save_LIBS
21974 fi
21975 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21976 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21977 if test $ac_cv_lib_bsd_gethostbyname = yes; then
21978 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
21979 fi
21980
21981 fi
21982 fi
21983
21984 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21985 # socket/setsockopt and other routines are undefined under SCO ODT
21986 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
21987 # on later versions), says Simon Leinen: it contains gethostby*
21988 # variants that don't use the name server (or something). -lsocket
21989 # must be given before -lnsl if both are needed. We assume that
21990 # if connect needs -lnsl, so does gethostbyname.
21991 echo "$as_me:$LINENO: checking for connect" >&5
21992 echo $ECHO_N "checking for connect... $ECHO_C" >&6
21993 if test "${ac_cv_func_connect+set}" = set; then
21994 echo $ECHO_N "(cached) $ECHO_C" >&6
21995 else
21996 cat >conftest.$ac_ext <<_ACEOF
21997 #line $LINENO "configure"
21998 /* confdefs.h. */
21999 _ACEOF
22000 cat confdefs.h >>conftest.$ac_ext
22001 cat >>conftest.$ac_ext <<_ACEOF
22002 /* end confdefs.h. */
22003 /* System header to define __stub macros and hopefully few prototypes,
22004 which can conflict with char connect (); below.
22005 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22006 <limits.h> exists even on freestanding compilers. */
22007 #ifdef __STDC__
22008 # include <limits.h>
22009 #else
22010 # include <assert.h>
22011 #endif
22012 /* Override any gcc2 internal prototype to avoid an error. */
22013 #ifdef __cplusplus
22014 extern "C"
22015 {
22016 #endif
22017 /* We use char because int might match the return type of a gcc2
22018 builtin and then its argument prototype would still apply. */
22019 char connect ();
22020 /* The GNU C library defines this for functions which it implements
22021 to always fail with ENOSYS. Some functions are actually named
22022 something starting with __ and the normal name is an alias. */
22023 #if defined (__stub_connect) || defined (__stub___connect)
22024 choke me
22025 #else
22026 char (*f) () = connect;
22027 #endif
22028 #ifdef __cplusplus
22029 }
22030 #endif
22031
22032 int
22033 main ()
22034 {
22035 return f != connect;
22036 ;
22037 return 0;
22038 }
22039 _ACEOF
22040 rm -f conftest.$ac_objext conftest$ac_exeext
22041 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22042 (eval $ac_link) 2>&5
22043 ac_status=$?
22044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22045 (exit $ac_status); } &&
22046 { ac_try='test -s conftest$ac_exeext'
22047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22048 (eval $ac_try) 2>&5
22049 ac_status=$?
22050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22051 (exit $ac_status); }; }; then
22052 ac_cv_func_connect=yes
22053 else
22054 echo "$as_me: failed program was:" >&5
22055 sed 's/^/| /' conftest.$ac_ext >&5
22056
22057 ac_cv_func_connect=no
22058 fi
22059 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22060 fi
22061 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
22062 echo "${ECHO_T}$ac_cv_func_connect" >&6
22063
22064 if test $ac_cv_func_connect = no; then
22065 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
22066 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
22067 if test "${ac_cv_lib_socket_connect+set}" = set; then
22068 echo $ECHO_N "(cached) $ECHO_C" >&6
22069 else
22070 ac_check_lib_save_LIBS=$LIBS
22071 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
22072 cat >conftest.$ac_ext <<_ACEOF
22073 #line $LINENO "configure"
22074 /* confdefs.h. */
22075 _ACEOF
22076 cat confdefs.h >>conftest.$ac_ext
22077 cat >>conftest.$ac_ext <<_ACEOF
22078 /* end confdefs.h. */
22079
22080 /* Override any gcc2 internal prototype to avoid an error. */
22081 #ifdef __cplusplus
22082 extern "C"
22083 #endif
22084 /* We use char because int might match the return type of a gcc2
22085 builtin and then its argument prototype would still apply. */
22086 char connect ();
22087 int
22088 main ()
22089 {
22090 connect ();
22091 ;
22092 return 0;
22093 }
22094 _ACEOF
22095 rm -f conftest.$ac_objext conftest$ac_exeext
22096 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22097 (eval $ac_link) 2>&5
22098 ac_status=$?
22099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); } &&
22101 { ac_try='test -s conftest$ac_exeext'
22102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22103 (eval $ac_try) 2>&5
22104 ac_status=$?
22105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22106 (exit $ac_status); }; }; then
22107 ac_cv_lib_socket_connect=yes
22108 else
22109 echo "$as_me: failed program was:" >&5
22110 sed 's/^/| /' conftest.$ac_ext >&5
22111
22112 ac_cv_lib_socket_connect=no
22113 fi
22114 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22115 LIBS=$ac_check_lib_save_LIBS
22116 fi
22117 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
22118 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
22119 if test $ac_cv_lib_socket_connect = yes; then
22120 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
22121 fi
22122
22123 fi
22124
22125 # Guillermo Gomez says -lposix is necessary on A/UX.
22126 echo "$as_me:$LINENO: checking for remove" >&5
22127 echo $ECHO_N "checking for remove... $ECHO_C" >&6
22128 if test "${ac_cv_func_remove+set}" = set; then
22129 echo $ECHO_N "(cached) $ECHO_C" >&6
22130 else
22131 cat >conftest.$ac_ext <<_ACEOF
22132 #line $LINENO "configure"
22133 /* confdefs.h. */
22134 _ACEOF
22135 cat confdefs.h >>conftest.$ac_ext
22136 cat >>conftest.$ac_ext <<_ACEOF
22137 /* end confdefs.h. */
22138 /* System header to define __stub macros and hopefully few prototypes,
22139 which can conflict with char remove (); below.
22140 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22141 <limits.h> exists even on freestanding compilers. */
22142 #ifdef __STDC__
22143 # include <limits.h>
22144 #else
22145 # include <assert.h>
22146 #endif
22147 /* Override any gcc2 internal prototype to avoid an error. */
22148 #ifdef __cplusplus
22149 extern "C"
22150 {
22151 #endif
22152 /* We use char because int might match the return type of a gcc2
22153 builtin and then its argument prototype would still apply. */
22154 char remove ();
22155 /* The GNU C library defines this for functions which it implements
22156 to always fail with ENOSYS. Some functions are actually named
22157 something starting with __ and the normal name is an alias. */
22158 #if defined (__stub_remove) || defined (__stub___remove)
22159 choke me
22160 #else
22161 char (*f) () = remove;
22162 #endif
22163 #ifdef __cplusplus
22164 }
22165 #endif
22166
22167 int
22168 main ()
22169 {
22170 return f != remove;
22171 ;
22172 return 0;
22173 }
22174 _ACEOF
22175 rm -f conftest.$ac_objext conftest$ac_exeext
22176 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22177 (eval $ac_link) 2>&5
22178 ac_status=$?
22179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180 (exit $ac_status); } &&
22181 { ac_try='test -s conftest$ac_exeext'
22182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22183 (eval $ac_try) 2>&5
22184 ac_status=$?
22185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); }; }; then
22187 ac_cv_func_remove=yes
22188 else
22189 echo "$as_me: failed program was:" >&5
22190 sed 's/^/| /' conftest.$ac_ext >&5
22191
22192 ac_cv_func_remove=no
22193 fi
22194 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22195 fi
22196 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
22197 echo "${ECHO_T}$ac_cv_func_remove" >&6
22198
22199 if test $ac_cv_func_remove = no; then
22200 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
22201 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
22202 if test "${ac_cv_lib_posix_remove+set}" = set; then
22203 echo $ECHO_N "(cached) $ECHO_C" >&6
22204 else
22205 ac_check_lib_save_LIBS=$LIBS
22206 LIBS="-lposix $LIBS"
22207 cat >conftest.$ac_ext <<_ACEOF
22208 #line $LINENO "configure"
22209 /* confdefs.h. */
22210 _ACEOF
22211 cat confdefs.h >>conftest.$ac_ext
22212 cat >>conftest.$ac_ext <<_ACEOF
22213 /* end confdefs.h. */
22214
22215 /* Override any gcc2 internal prototype to avoid an error. */
22216 #ifdef __cplusplus
22217 extern "C"
22218 #endif
22219 /* We use char because int might match the return type of a gcc2
22220 builtin and then its argument prototype would still apply. */
22221 char remove ();
22222 int
22223 main ()
22224 {
22225 remove ();
22226 ;
22227 return 0;
22228 }
22229 _ACEOF
22230 rm -f conftest.$ac_objext conftest$ac_exeext
22231 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22232 (eval $ac_link) 2>&5
22233 ac_status=$?
22234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22235 (exit $ac_status); } &&
22236 { ac_try='test -s conftest$ac_exeext'
22237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22238 (eval $ac_try) 2>&5
22239 ac_status=$?
22240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22241 (exit $ac_status); }; }; then
22242 ac_cv_lib_posix_remove=yes
22243 else
22244 echo "$as_me: failed program was:" >&5
22245 sed 's/^/| /' conftest.$ac_ext >&5
22246
22247 ac_cv_lib_posix_remove=no
22248 fi
22249 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22250 LIBS=$ac_check_lib_save_LIBS
22251 fi
22252 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
22253 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
22254 if test $ac_cv_lib_posix_remove = yes; then
22255 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
22256 fi
22257
22258 fi
22259
22260 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
22261 echo "$as_me:$LINENO: checking for shmat" >&5
22262 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
22263 if test "${ac_cv_func_shmat+set}" = set; then
22264 echo $ECHO_N "(cached) $ECHO_C" >&6
22265 else
22266 cat >conftest.$ac_ext <<_ACEOF
22267 #line $LINENO "configure"
22268 /* confdefs.h. */
22269 _ACEOF
22270 cat confdefs.h >>conftest.$ac_ext
22271 cat >>conftest.$ac_ext <<_ACEOF
22272 /* end confdefs.h. */
22273 /* System header to define __stub macros and hopefully few prototypes,
22274 which can conflict with char shmat (); below.
22275 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22276 <limits.h> exists even on freestanding compilers. */
22277 #ifdef __STDC__
22278 # include <limits.h>
22279 #else
22280 # include <assert.h>
22281 #endif
22282 /* Override any gcc2 internal prototype to avoid an error. */
22283 #ifdef __cplusplus
22284 extern "C"
22285 {
22286 #endif
22287 /* We use char because int might match the return type of a gcc2
22288 builtin and then its argument prototype would still apply. */
22289 char shmat ();
22290 /* The GNU C library defines this for functions which it implements
22291 to always fail with ENOSYS. Some functions are actually named
22292 something starting with __ and the normal name is an alias. */
22293 #if defined (__stub_shmat) || defined (__stub___shmat)
22294 choke me
22295 #else
22296 char (*f) () = shmat;
22297 #endif
22298 #ifdef __cplusplus
22299 }
22300 #endif
22301
22302 int
22303 main ()
22304 {
22305 return f != shmat;
22306 ;
22307 return 0;
22308 }
22309 _ACEOF
22310 rm -f conftest.$ac_objext conftest$ac_exeext
22311 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22312 (eval $ac_link) 2>&5
22313 ac_status=$?
22314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22315 (exit $ac_status); } &&
22316 { ac_try='test -s conftest$ac_exeext'
22317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22318 (eval $ac_try) 2>&5
22319 ac_status=$?
22320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321 (exit $ac_status); }; }; then
22322 ac_cv_func_shmat=yes
22323 else
22324 echo "$as_me: failed program was:" >&5
22325 sed 's/^/| /' conftest.$ac_ext >&5
22326
22327 ac_cv_func_shmat=no
22328 fi
22329 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22330 fi
22331 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
22332 echo "${ECHO_T}$ac_cv_func_shmat" >&6
22333
22334 if test $ac_cv_func_shmat = no; then
22335 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
22336 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
22337 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
22338 echo $ECHO_N "(cached) $ECHO_C" >&6
22339 else
22340 ac_check_lib_save_LIBS=$LIBS
22341 LIBS="-lipc $LIBS"
22342 cat >conftest.$ac_ext <<_ACEOF
22343 #line $LINENO "configure"
22344 /* confdefs.h. */
22345 _ACEOF
22346 cat confdefs.h >>conftest.$ac_ext
22347 cat >>conftest.$ac_ext <<_ACEOF
22348 /* end confdefs.h. */
22349
22350 /* Override any gcc2 internal prototype to avoid an error. */
22351 #ifdef __cplusplus
22352 extern "C"
22353 #endif
22354 /* We use char because int might match the return type of a gcc2
22355 builtin and then its argument prototype would still apply. */
22356 char shmat ();
22357 int
22358 main ()
22359 {
22360 shmat ();
22361 ;
22362 return 0;
22363 }
22364 _ACEOF
22365 rm -f conftest.$ac_objext conftest$ac_exeext
22366 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22367 (eval $ac_link) 2>&5
22368 ac_status=$?
22369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22370 (exit $ac_status); } &&
22371 { ac_try='test -s conftest$ac_exeext'
22372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22373 (eval $ac_try) 2>&5
22374 ac_status=$?
22375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22376 (exit $ac_status); }; }; then
22377 ac_cv_lib_ipc_shmat=yes
22378 else
22379 echo "$as_me: failed program was:" >&5
22380 sed 's/^/| /' conftest.$ac_ext >&5
22381
22382 ac_cv_lib_ipc_shmat=no
22383 fi
22384 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22385 LIBS=$ac_check_lib_save_LIBS
22386 fi
22387 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
22388 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
22389 if test $ac_cv_lib_ipc_shmat = yes; then
22390 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
22391 fi
22392
22393 fi
22394 fi
22395
22396 # Check for libraries that X11R6 Xt/Xaw programs need.
22397 ac_save_LDFLAGS=$LDFLAGS
22398 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
22399 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
22400 # check for ICE first), but we must link in the order -lSM -lICE or
22401 # we get undefined symbols. So assume we have SM if we have ICE.
22402 # These have to be linked with before -lX11, unlike the other
22403 # libraries we check for below, so use a different variable.
22404 # John Interrante, Karl Berry
22405 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
22406 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
22407 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
22408 echo $ECHO_N "(cached) $ECHO_C" >&6
22409 else
22410 ac_check_lib_save_LIBS=$LIBS
22411 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
22412 cat >conftest.$ac_ext <<_ACEOF
22413 #line $LINENO "configure"
22414 /* confdefs.h. */
22415 _ACEOF
22416 cat confdefs.h >>conftest.$ac_ext
22417 cat >>conftest.$ac_ext <<_ACEOF
22418 /* end confdefs.h. */
22419
22420 /* Override any gcc2 internal prototype to avoid an error. */
22421 #ifdef __cplusplus
22422 extern "C"
22423 #endif
22424 /* We use char because int might match the return type of a gcc2
22425 builtin and then its argument prototype would still apply. */
22426 char IceConnectionNumber ();
22427 int
22428 main ()
22429 {
22430 IceConnectionNumber ();
22431 ;
22432 return 0;
22433 }
22434 _ACEOF
22435 rm -f conftest.$ac_objext conftest$ac_exeext
22436 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22437 (eval $ac_link) 2>&5
22438 ac_status=$?
22439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22440 (exit $ac_status); } &&
22441 { ac_try='test -s conftest$ac_exeext'
22442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22443 (eval $ac_try) 2>&5
22444 ac_status=$?
22445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22446 (exit $ac_status); }; }; then
22447 ac_cv_lib_ICE_IceConnectionNumber=yes
22448 else
22449 echo "$as_me: failed program was:" >&5
22450 sed 's/^/| /' conftest.$ac_ext >&5
22451
22452 ac_cv_lib_ICE_IceConnectionNumber=no
22453 fi
22454 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22455 LIBS=$ac_check_lib_save_LIBS
22456 fi
22457 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
22458 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
22459 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
22460 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
22461 fi
22462
22463 LDFLAGS=$ac_save_LDFLAGS
22464
22465 fi
22466
22467
22468 if test "$no_x" = "yes"; then
22469 { { echo "$as_me:$LINENO: error: X11 not found" >&5
22470 echo "$as_me: error: X11 not found" >&2;}
22471 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
22472 fi
22473
22474 GUI_TK_LIBRARY="$X_LIBS"
22475 TOOLKIT_INCLUDE="$X_CFLAGS"
22476 AFMINSTALL=afminstall
22477 COMPILED_X_PROGRAM=0
22478
22479 if test "$wxUSE_NANOX" = "yes"; then
22480 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
22481 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
22482 if test "x$MICROWIN" = x ; then
22483 echo "$as_me:$LINENO: result: not found" >&5
22484 echo "${ECHO_T}not found" >&6
22485 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
22486 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
22487 { (exit 1); exit 1; }; }
22488 else
22489 echo "$as_me:$LINENO: result: $MICROWIN" >&5
22490 echo "${ECHO_T}$MICROWIN" >&6
22491 cat >>confdefs.h <<\_ACEOF
22492 #define wxUSE_NANOX 1
22493 _ACEOF
22494
22495 fi
22496 fi
22497
22498 xpm_link=
22499 echo "$as_me:$LINENO: checking for Xpm library" >&5
22500 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22501
22502 ac_find_libraries=
22503 for ac_dir in $SEARCH_LIB /usr/lib;
22504 do
22505 for ac_extension in a so sl dylib; do
22506 if test -f "$ac_dir/libXpm.$ac_extension"; then
22507 ac_find_libraries=$ac_dir
22508 break 2
22509 fi
22510 done
22511 done
22512
22513 if test "$ac_find_libraries" != "" ; then
22514
22515 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
22516 result=$?
22517 if test $result = 0; then
22518 ac_path_to_link=""
22519 else
22520 ac_path_to_link=" -L$ac_find_libraries"
22521 fi
22522
22523 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
22524 xpm_link=" -lXpm"
22525 cat >>confdefs.h <<\_ACEOF
22526 #define wxHAVE_LIB_XPM 1
22527 _ACEOF
22528
22529 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22530 echo "${ECHO_T}found at $ac_find_libraries" >&6
22531 else
22532 cat >conftest.$ac_ext <<_ACEOF
22533 #line $LINENO "configure"
22534 /* confdefs.h. */
22535 _ACEOF
22536 cat confdefs.h >>conftest.$ac_ext
22537 cat >>conftest.$ac_ext <<_ACEOF
22538 /* end confdefs.h. */
22539
22540 #include <X11/xpm.h>
22541
22542 int
22543 main ()
22544 {
22545
22546 int version;
22547 version = XpmLibraryVersion();
22548
22549 ;
22550 return 0;
22551 }
22552 _ACEOF
22553 rm -f conftest.$ac_objext
22554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22555 (eval $ac_compile) 2>&5
22556 ac_status=$?
22557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22558 (exit $ac_status); } &&
22559 { ac_try='test -s conftest.$ac_objext'
22560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22561 (eval $ac_try) 2>&5
22562 ac_status=$?
22563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22564 (exit $ac_status); }; }; then
22565
22566 xpm_link=" -lXpm"
22567 cat >>confdefs.h <<\_ACEOF
22568 #define wxHAVE_LIB_XPM 1
22569 _ACEOF
22570
22571 echo "$as_me:$LINENO: result: found in default search path" >&5
22572 echo "${ECHO_T}found in default search path" >&6
22573 COMPILED_X_PROGRAM=0
22574
22575 else
22576 echo "$as_me: failed program was:" >&5
22577 sed 's/^/| /' conftest.$ac_ext >&5
22578
22579
22580 echo "$as_me:$LINENO: result: no" >&5
22581 echo "${ECHO_T}no" >&6
22582 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22583 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22584
22585
22586 fi
22587 rm -f conftest.$ac_objext conftest.$ac_ext
22588 fi
22589
22590 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22591 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22592 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22593 echo $ECHO_N "(cached) $ECHO_C" >&6
22594 else
22595 ac_check_lib_save_LIBS=$LIBS
22596 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
22597 cat >conftest.$ac_ext <<_ACEOF
22598 #line $LINENO "configure"
22599 /* confdefs.h. */
22600 _ACEOF
22601 cat confdefs.h >>conftest.$ac_ext
22602 cat >>conftest.$ac_ext <<_ACEOF
22603 /* end confdefs.h. */
22604
22605 /* Override any gcc2 internal prototype to avoid an error. */
22606 #ifdef __cplusplus
22607 extern "C"
22608 #endif
22609 /* We use char because int might match the return type of a gcc2
22610 builtin and then its argument prototype would still apply. */
22611 char XShapeQueryExtension ();
22612 int
22613 main ()
22614 {
22615 XShapeQueryExtension ();
22616 ;
22617 return 0;
22618 }
22619 _ACEOF
22620 rm -f conftest.$ac_objext conftest$ac_exeext
22621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22622 (eval $ac_link) 2>&5
22623 ac_status=$?
22624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22625 (exit $ac_status); } &&
22626 { ac_try='test -s conftest$ac_exeext'
22627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22628 (eval $ac_try) 2>&5
22629 ac_status=$?
22630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22631 (exit $ac_status); }; }; then
22632 ac_cv_lib_Xext_XShapeQueryExtension=yes
22633 else
22634 echo "$as_me: failed program was:" >&5
22635 sed 's/^/| /' conftest.$ac_ext >&5
22636
22637 ac_cv_lib_Xext_XShapeQueryExtension=no
22638 fi
22639 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22640 LIBS=$ac_check_lib_save_LIBS
22641 fi
22642 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22643 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22644 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
22645
22646 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
22647 wxHAVE_XEXT_LIB=1
22648
22649 fi
22650
22651
22652 if test "$wxUSE_UNICODE" = "yes"; then
22653
22654 succeeded=no
22655
22656 if test -z "$PKG_CONFIG"; then
22657 # Extract the first word of "pkg-config", so it can be a program name with args.
22658 set dummy pkg-config; ac_word=$2
22659 echo "$as_me:$LINENO: checking for $ac_word" >&5
22660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22661 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22662 echo $ECHO_N "(cached) $ECHO_C" >&6
22663 else
22664 case $PKG_CONFIG in
22665 [\\/]* | ?:[\\/]*)
22666 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22667 ;;
22668 *)
22669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22670 for as_dir in $PATH
22671 do
22672 IFS=$as_save_IFS
22673 test -z "$as_dir" && as_dir=.
22674 for ac_exec_ext in '' $ac_executable_extensions; do
22675 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22676 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22678 break 2
22679 fi
22680 done
22681 done
22682
22683 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22684 ;;
22685 esac
22686 fi
22687 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22688
22689 if test -n "$PKG_CONFIG"; then
22690 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22691 echo "${ECHO_T}$PKG_CONFIG" >&6
22692 else
22693 echo "$as_me:$LINENO: result: no" >&5
22694 echo "${ECHO_T}no" >&6
22695 fi
22696
22697 fi
22698
22699 if test "$PKG_CONFIG" = "no" ; then
22700 echo "*** The pkg-config script could not be found. Make sure it is"
22701 echo "*** in your path, or set the PKG_CONFIG environment variable"
22702 echo "*** to the full path to pkg-config."
22703 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22704 else
22705 PKG_CONFIG_MIN_VERSION=0.9.0
22706 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22707 echo "$as_me:$LINENO: checking for pangox" >&5
22708 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
22709
22710 if $PKG_CONFIG --exists "pangox" ; then
22711 echo "$as_me:$LINENO: result: yes" >&5
22712 echo "${ECHO_T}yes" >&6
22713 succeeded=yes
22714
22715 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22716 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
22717 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
22718 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22719 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
22720
22721 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22722 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
22723 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
22724 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22725 echo "${ECHO_T}$PANGOX_LIBS" >&6
22726 else
22727 PANGOX_CFLAGS=""
22728 PANGOX_LIBS=""
22729 ## If we have a custom action on failure, don't print errors, but
22730 ## do set a variable so people can do so.
22731 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
22732
22733 fi
22734
22735
22736
22737 else
22738 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22739 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22740 fi
22741 fi
22742
22743 if test $succeeded = yes; then
22744
22745 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
22746 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
22747
22748 else
22749
22750 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22751 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22752 { (exit 1); exit 1; }; }
22753
22754
22755 fi
22756
22757
22758 succeeded=no
22759
22760 if test -z "$PKG_CONFIG"; then
22761 # Extract the first word of "pkg-config", so it can be a program name with args.
22762 set dummy pkg-config; ac_word=$2
22763 echo "$as_me:$LINENO: checking for $ac_word" >&5
22764 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22765 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22766 echo $ECHO_N "(cached) $ECHO_C" >&6
22767 else
22768 case $PKG_CONFIG in
22769 [\\/]* | ?:[\\/]*)
22770 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22771 ;;
22772 *)
22773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22774 for as_dir in $PATH
22775 do
22776 IFS=$as_save_IFS
22777 test -z "$as_dir" && as_dir=.
22778 for ac_exec_ext in '' $ac_executable_extensions; do
22779 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22780 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22781 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22782 break 2
22783 fi
22784 done
22785 done
22786
22787 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22788 ;;
22789 esac
22790 fi
22791 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22792
22793 if test -n "$PKG_CONFIG"; then
22794 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22795 echo "${ECHO_T}$PKG_CONFIG" >&6
22796 else
22797 echo "$as_me:$LINENO: result: no" >&5
22798 echo "${ECHO_T}no" >&6
22799 fi
22800
22801 fi
22802
22803 if test "$PKG_CONFIG" = "no" ; then
22804 echo "*** The pkg-config script could not be found. Make sure it is"
22805 echo "*** in your path, or set the PKG_CONFIG environment variable"
22806 echo "*** to the full path to pkg-config."
22807 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22808 else
22809 PKG_CONFIG_MIN_VERSION=0.9.0
22810 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22811 echo "$as_me:$LINENO: checking for pangoft2" >&5
22812 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
22813
22814 if $PKG_CONFIG --exists "pangoft2" ; then
22815 echo "$as_me:$LINENO: result: yes" >&5
22816 echo "${ECHO_T}yes" >&6
22817 succeeded=yes
22818
22819 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22820 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
22821 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
22822 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22823 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
22824
22825 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22826 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
22827 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
22828 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22829 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
22830 else
22831 PANGOFT2_CFLAGS=""
22832 PANGOFT2_LIBS=""
22833 ## If we have a custom action on failure, don't print errors, but
22834 ## do set a variable so people can do so.
22835 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
22836
22837 fi
22838
22839
22840
22841 else
22842 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22843 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22844 fi
22845 fi
22846
22847 if test $succeeded = yes; then
22848
22849 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
22850 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
22851
22852 else
22853
22854 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22855 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
22856 wxUSE_PRINTING_ARCHITECTURE="no"
22857
22858
22859 fi
22860
22861
22862 succeeded=no
22863
22864 if test -z "$PKG_CONFIG"; then
22865 # Extract the first word of "pkg-config", so it can be a program name with args.
22866 set dummy pkg-config; ac_word=$2
22867 echo "$as_me:$LINENO: checking for $ac_word" >&5
22868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22869 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22870 echo $ECHO_N "(cached) $ECHO_C" >&6
22871 else
22872 case $PKG_CONFIG in
22873 [\\/]* | ?:[\\/]*)
22874 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22875 ;;
22876 *)
22877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22878 for as_dir in $PATH
22879 do
22880 IFS=$as_save_IFS
22881 test -z "$as_dir" && as_dir=.
22882 for ac_exec_ext in '' $ac_executable_extensions; do
22883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22884 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22886 break 2
22887 fi
22888 done
22889 done
22890
22891 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22892 ;;
22893 esac
22894 fi
22895 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22896
22897 if test -n "$PKG_CONFIG"; then
22898 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22899 echo "${ECHO_T}$PKG_CONFIG" >&6
22900 else
22901 echo "$as_me:$LINENO: result: no" >&5
22902 echo "${ECHO_T}no" >&6
22903 fi
22904
22905 fi
22906
22907 if test "$PKG_CONFIG" = "no" ; then
22908 echo "*** The pkg-config script could not be found. Make sure it is"
22909 echo "*** in your path, or set the PKG_CONFIG environment variable"
22910 echo "*** to the full path to pkg-config."
22911 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22912 else
22913 PKG_CONFIG_MIN_VERSION=0.9.0
22914 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22915 echo "$as_me:$LINENO: checking for pangoxft" >&5
22916 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
22917
22918 if $PKG_CONFIG --exists "pangoxft" ; then
22919 echo "$as_me:$LINENO: result: yes" >&5
22920 echo "${ECHO_T}yes" >&6
22921 succeeded=yes
22922
22923 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22924 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
22925 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
22926 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22927 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
22928
22929 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22930 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
22931 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
22932 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22933 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
22934 else
22935 PANGOXFT_CFLAGS=""
22936 PANGOXFT_LIBS=""
22937 ## If we have a custom action on failure, don't print errors, but
22938 ## do set a variable so people can do so.
22939 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
22940
22941 fi
22942
22943
22944
22945 else
22946 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22947 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22948 fi
22949 fi
22950
22951 if test $succeeded = yes; then
22952
22953 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
22954 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
22955
22956 else
22957
22958 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22959 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22960
22961
22962 fi
22963
22964 fi
22965
22966 wxUSE_UNIVERSAL="yes"
22967
22968 if test "$wxUSE_NANOX" = "yes"; then
22969 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
22970 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"
22971 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22972 else
22973 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
22974 fi
22975
22976 TOOLKIT_VPATH="\${top_srcdir}/src/x11"
22977 TOOLKIT=X11
22978 GUIDIST=X11_DIST
22979 fi
22980
22981 if test "$wxUSE_MOTIF" = 1; then
22982 if test "$no_x" = yes; then
22983 # Not all programs may use this symbol, but it does not hurt to define it.
22984
22985 cat >>confdefs.h <<\_ACEOF
22986 #define X_DISPLAY_MISSING 1
22987 _ACEOF
22988
22989 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
22990 else
22991 if test -n "$x_includes"; then
22992 X_CFLAGS="$X_CFLAGS -I$x_includes"
22993 fi
22994
22995 # It would also be nice to do this for all -L options, not just this one.
22996 if test -n "$x_libraries"; then
22997 X_LIBS="$X_LIBS -L$x_libraries"
22998 # For Solaris; some versions of Sun CC require a space after -R and
22999 # others require no space. Words are not sufficient . . . .
23000 case `(uname -sr) 2>/dev/null` in
23001 "SunOS 5"*)
23002 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
23003 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
23004 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
23005 cat >conftest.$ac_ext <<_ACEOF
23006 #line $LINENO "configure"
23007 /* confdefs.h. */
23008 _ACEOF
23009 cat confdefs.h >>conftest.$ac_ext
23010 cat >>conftest.$ac_ext <<_ACEOF
23011 /* end confdefs.h. */
23012
23013 int
23014 main ()
23015 {
23016
23017 ;
23018 return 0;
23019 }
23020 _ACEOF
23021 rm -f conftest.$ac_objext conftest$ac_exeext
23022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23023 (eval $ac_link) 2>&5
23024 ac_status=$?
23025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23026 (exit $ac_status); } &&
23027 { ac_try='test -s conftest$ac_exeext'
23028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23029 (eval $ac_try) 2>&5
23030 ac_status=$?
23031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23032 (exit $ac_status); }; }; then
23033 ac_R_nospace=yes
23034 else
23035 echo "$as_me: failed program was:" >&5
23036 sed 's/^/| /' conftest.$ac_ext >&5
23037
23038 ac_R_nospace=no
23039 fi
23040 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23041 if test $ac_R_nospace = yes; then
23042 echo "$as_me:$LINENO: result: no" >&5
23043 echo "${ECHO_T}no" >&6
23044 X_LIBS="$X_LIBS -R$x_libraries"
23045 else
23046 LIBS="$ac_xsave_LIBS -R $x_libraries"
23047 cat >conftest.$ac_ext <<_ACEOF
23048 #line $LINENO "configure"
23049 /* confdefs.h. */
23050 _ACEOF
23051 cat confdefs.h >>conftest.$ac_ext
23052 cat >>conftest.$ac_ext <<_ACEOF
23053 /* end confdefs.h. */
23054
23055 int
23056 main ()
23057 {
23058
23059 ;
23060 return 0;
23061 }
23062 _ACEOF
23063 rm -f conftest.$ac_objext conftest$ac_exeext
23064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23065 (eval $ac_link) 2>&5
23066 ac_status=$?
23067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23068 (exit $ac_status); } &&
23069 { ac_try='test -s conftest$ac_exeext'
23070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23071 (eval $ac_try) 2>&5
23072 ac_status=$?
23073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23074 (exit $ac_status); }; }; then
23075 ac_R_space=yes
23076 else
23077 echo "$as_me: failed program was:" >&5
23078 sed 's/^/| /' conftest.$ac_ext >&5
23079
23080 ac_R_space=no
23081 fi
23082 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23083 if test $ac_R_space = yes; then
23084 echo "$as_me:$LINENO: result: yes" >&5
23085 echo "${ECHO_T}yes" >&6
23086 X_LIBS="$X_LIBS -R $x_libraries"
23087 else
23088 echo "$as_me:$LINENO: result: neither works" >&5
23089 echo "${ECHO_T}neither works" >&6
23090 fi
23091 fi
23092 LIBS=$ac_xsave_LIBS
23093 esac
23094 fi
23095
23096 # Check for system-dependent libraries X programs must link with.
23097 # Do this before checking for the system-independent R6 libraries
23098 # (-lICE), since we may need -lsocket or whatever for X linking.
23099
23100 if test "$ISC" = yes; then
23101 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
23102 else
23103 # Martyn Johnson says this is needed for Ultrix, if the X
23104 # libraries were built with DECnet support. And Karl Berry says
23105 # the Alpha needs dnet_stub (dnet does not exist).
23106 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
23107 cat >conftest.$ac_ext <<_ACEOF
23108 #line $LINENO "configure"
23109 /* confdefs.h. */
23110 _ACEOF
23111 cat confdefs.h >>conftest.$ac_ext
23112 cat >>conftest.$ac_ext <<_ACEOF
23113 /* end confdefs.h. */
23114
23115 /* Override any gcc2 internal prototype to avoid an error. */
23116 #ifdef __cplusplus
23117 extern "C"
23118 #endif
23119 /* We use char because int might match the return type of a gcc2
23120 builtin and then its argument prototype would still apply. */
23121 char XOpenDisplay ();
23122 int
23123 main ()
23124 {
23125 XOpenDisplay ();
23126 ;
23127 return 0;
23128 }
23129 _ACEOF
23130 rm -f conftest.$ac_objext conftest$ac_exeext
23131 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23132 (eval $ac_link) 2>&5
23133 ac_status=$?
23134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23135 (exit $ac_status); } &&
23136 { ac_try='test -s conftest$ac_exeext'
23137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23138 (eval $ac_try) 2>&5
23139 ac_status=$?
23140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23141 (exit $ac_status); }; }; then
23142 :
23143 else
23144 echo "$as_me: failed program was:" >&5
23145 sed 's/^/| /' conftest.$ac_ext >&5
23146
23147 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
23148 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
23149 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
23150 echo $ECHO_N "(cached) $ECHO_C" >&6
23151 else
23152 ac_check_lib_save_LIBS=$LIBS
23153 LIBS="-ldnet $LIBS"
23154 cat >conftest.$ac_ext <<_ACEOF
23155 #line $LINENO "configure"
23156 /* confdefs.h. */
23157 _ACEOF
23158 cat confdefs.h >>conftest.$ac_ext
23159 cat >>conftest.$ac_ext <<_ACEOF
23160 /* end confdefs.h. */
23161
23162 /* Override any gcc2 internal prototype to avoid an error. */
23163 #ifdef __cplusplus
23164 extern "C"
23165 #endif
23166 /* We use char because int might match the return type of a gcc2
23167 builtin and then its argument prototype would still apply. */
23168 char dnet_ntoa ();
23169 int
23170 main ()
23171 {
23172 dnet_ntoa ();
23173 ;
23174 return 0;
23175 }
23176 _ACEOF
23177 rm -f conftest.$ac_objext conftest$ac_exeext
23178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23179 (eval $ac_link) 2>&5
23180 ac_status=$?
23181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23182 (exit $ac_status); } &&
23183 { ac_try='test -s conftest$ac_exeext'
23184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23185 (eval $ac_try) 2>&5
23186 ac_status=$?
23187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23188 (exit $ac_status); }; }; then
23189 ac_cv_lib_dnet_dnet_ntoa=yes
23190 else
23191 echo "$as_me: failed program was:" >&5
23192 sed 's/^/| /' conftest.$ac_ext >&5
23193
23194 ac_cv_lib_dnet_dnet_ntoa=no
23195 fi
23196 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23197 LIBS=$ac_check_lib_save_LIBS
23198 fi
23199 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
23200 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
23201 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
23202 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
23203 fi
23204
23205 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
23206 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
23207 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
23208 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
23209 echo $ECHO_N "(cached) $ECHO_C" >&6
23210 else
23211 ac_check_lib_save_LIBS=$LIBS
23212 LIBS="-ldnet_stub $LIBS"
23213 cat >conftest.$ac_ext <<_ACEOF
23214 #line $LINENO "configure"
23215 /* confdefs.h. */
23216 _ACEOF
23217 cat confdefs.h >>conftest.$ac_ext
23218 cat >>conftest.$ac_ext <<_ACEOF
23219 /* end confdefs.h. */
23220
23221 /* Override any gcc2 internal prototype to avoid an error. */
23222 #ifdef __cplusplus
23223 extern "C"
23224 #endif
23225 /* We use char because int might match the return type of a gcc2
23226 builtin and then its argument prototype would still apply. */
23227 char dnet_ntoa ();
23228 int
23229 main ()
23230 {
23231 dnet_ntoa ();
23232 ;
23233 return 0;
23234 }
23235 _ACEOF
23236 rm -f conftest.$ac_objext conftest$ac_exeext
23237 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23238 (eval $ac_link) 2>&5
23239 ac_status=$?
23240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23241 (exit $ac_status); } &&
23242 { ac_try='test -s conftest$ac_exeext'
23243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23244 (eval $ac_try) 2>&5
23245 ac_status=$?
23246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23247 (exit $ac_status); }; }; then
23248 ac_cv_lib_dnet_stub_dnet_ntoa=yes
23249 else
23250 echo "$as_me: failed program was:" >&5
23251 sed 's/^/| /' conftest.$ac_ext >&5
23252
23253 ac_cv_lib_dnet_stub_dnet_ntoa=no
23254 fi
23255 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23256 LIBS=$ac_check_lib_save_LIBS
23257 fi
23258 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
23259 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
23260 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
23261 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
23262 fi
23263
23264 fi
23265 fi
23266 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23267 LIBS="$ac_xsave_LIBS"
23268
23269 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
23270 # to get the SysV transport functions.
23271 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
23272 # needs -lnsl.
23273 # The nsl library prevents programs from opening the X display
23274 # on Irix 5.2, according to T.E. Dickey.
23275 # The functions gethostbyname, getservbyname, and inet_addr are
23276 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
23277 echo "$as_me:$LINENO: checking for gethostbyname" >&5
23278 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
23279 if test "${ac_cv_func_gethostbyname+set}" = set; then
23280 echo $ECHO_N "(cached) $ECHO_C" >&6
23281 else
23282 cat >conftest.$ac_ext <<_ACEOF
23283 #line $LINENO "configure"
23284 /* confdefs.h. */
23285 _ACEOF
23286 cat confdefs.h >>conftest.$ac_ext
23287 cat >>conftest.$ac_ext <<_ACEOF
23288 /* end confdefs.h. */
23289 /* System header to define __stub macros and hopefully few prototypes,
23290 which can conflict with char gethostbyname (); below.
23291 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23292 <limits.h> exists even on freestanding compilers. */
23293 #ifdef __STDC__
23294 # include <limits.h>
23295 #else
23296 # include <assert.h>
23297 #endif
23298 /* Override any gcc2 internal prototype to avoid an error. */
23299 #ifdef __cplusplus
23300 extern "C"
23301 {
23302 #endif
23303 /* We use char because int might match the return type of a gcc2
23304 builtin and then its argument prototype would still apply. */
23305 char gethostbyname ();
23306 /* The GNU C library defines this for functions which it implements
23307 to always fail with ENOSYS. Some functions are actually named
23308 something starting with __ and the normal name is an alias. */
23309 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
23310 choke me
23311 #else
23312 char (*f) () = gethostbyname;
23313 #endif
23314 #ifdef __cplusplus
23315 }
23316 #endif
23317
23318 int
23319 main ()
23320 {
23321 return f != gethostbyname;
23322 ;
23323 return 0;
23324 }
23325 _ACEOF
23326 rm -f conftest.$ac_objext conftest$ac_exeext
23327 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23328 (eval $ac_link) 2>&5
23329 ac_status=$?
23330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23331 (exit $ac_status); } &&
23332 { ac_try='test -s conftest$ac_exeext'
23333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23334 (eval $ac_try) 2>&5
23335 ac_status=$?
23336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23337 (exit $ac_status); }; }; then
23338 ac_cv_func_gethostbyname=yes
23339 else
23340 echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.$ac_ext >&5
23342
23343 ac_cv_func_gethostbyname=no
23344 fi
23345 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23346 fi
23347 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
23348 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
23349
23350 if test $ac_cv_func_gethostbyname = no; then
23351 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
23352 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
23353 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
23354 echo $ECHO_N "(cached) $ECHO_C" >&6
23355 else
23356 ac_check_lib_save_LIBS=$LIBS
23357 LIBS="-lnsl $LIBS"
23358 cat >conftest.$ac_ext <<_ACEOF
23359 #line $LINENO "configure"
23360 /* confdefs.h. */
23361 _ACEOF
23362 cat confdefs.h >>conftest.$ac_ext
23363 cat >>conftest.$ac_ext <<_ACEOF
23364 /* end confdefs.h. */
23365
23366 /* Override any gcc2 internal prototype to avoid an error. */
23367 #ifdef __cplusplus
23368 extern "C"
23369 #endif
23370 /* We use char because int might match the return type of a gcc2
23371 builtin and then its argument prototype would still apply. */
23372 char gethostbyname ();
23373 int
23374 main ()
23375 {
23376 gethostbyname ();
23377 ;
23378 return 0;
23379 }
23380 _ACEOF
23381 rm -f conftest.$ac_objext conftest$ac_exeext
23382 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23383 (eval $ac_link) 2>&5
23384 ac_status=$?
23385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23386 (exit $ac_status); } &&
23387 { ac_try='test -s conftest$ac_exeext'
23388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23389 (eval $ac_try) 2>&5
23390 ac_status=$?
23391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23392 (exit $ac_status); }; }; then
23393 ac_cv_lib_nsl_gethostbyname=yes
23394 else
23395 echo "$as_me: failed program was:" >&5
23396 sed 's/^/| /' conftest.$ac_ext >&5
23397
23398 ac_cv_lib_nsl_gethostbyname=no
23399 fi
23400 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23401 LIBS=$ac_check_lib_save_LIBS
23402 fi
23403 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
23404 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
23405 if test $ac_cv_lib_nsl_gethostbyname = yes; then
23406 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
23407 fi
23408
23409 if test $ac_cv_lib_nsl_gethostbyname = no; then
23410 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
23411 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
23412 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
23413 echo $ECHO_N "(cached) $ECHO_C" >&6
23414 else
23415 ac_check_lib_save_LIBS=$LIBS
23416 LIBS="-lbsd $LIBS"
23417 cat >conftest.$ac_ext <<_ACEOF
23418 #line $LINENO "configure"
23419 /* confdefs.h. */
23420 _ACEOF
23421 cat confdefs.h >>conftest.$ac_ext
23422 cat >>conftest.$ac_ext <<_ACEOF
23423 /* end confdefs.h. */
23424
23425 /* Override any gcc2 internal prototype to avoid an error. */
23426 #ifdef __cplusplus
23427 extern "C"
23428 #endif
23429 /* We use char because int might match the return type of a gcc2
23430 builtin and then its argument prototype would still apply. */
23431 char gethostbyname ();
23432 int
23433 main ()
23434 {
23435 gethostbyname ();
23436 ;
23437 return 0;
23438 }
23439 _ACEOF
23440 rm -f conftest.$ac_objext conftest$ac_exeext
23441 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23442 (eval $ac_link) 2>&5
23443 ac_status=$?
23444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23445 (exit $ac_status); } &&
23446 { ac_try='test -s conftest$ac_exeext'
23447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23448 (eval $ac_try) 2>&5
23449 ac_status=$?
23450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23451 (exit $ac_status); }; }; then
23452 ac_cv_lib_bsd_gethostbyname=yes
23453 else
23454 echo "$as_me: failed program was:" >&5
23455 sed 's/^/| /' conftest.$ac_ext >&5
23456
23457 ac_cv_lib_bsd_gethostbyname=no
23458 fi
23459 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23460 LIBS=$ac_check_lib_save_LIBS
23461 fi
23462 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
23463 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
23464 if test $ac_cv_lib_bsd_gethostbyname = yes; then
23465 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
23466 fi
23467
23468 fi
23469 fi
23470
23471 # lieder@skyler.mavd.honeywell.com says without -lsocket,
23472 # socket/setsockopt and other routines are undefined under SCO ODT
23473 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
23474 # on later versions), says Simon Leinen: it contains gethostby*
23475 # variants that don't use the name server (or something). -lsocket
23476 # must be given before -lnsl if both are needed. We assume that
23477 # if connect needs -lnsl, so does gethostbyname.
23478 echo "$as_me:$LINENO: checking for connect" >&5
23479 echo $ECHO_N "checking for connect... $ECHO_C" >&6
23480 if test "${ac_cv_func_connect+set}" = set; then
23481 echo $ECHO_N "(cached) $ECHO_C" >&6
23482 else
23483 cat >conftest.$ac_ext <<_ACEOF
23484 #line $LINENO "configure"
23485 /* confdefs.h. */
23486 _ACEOF
23487 cat confdefs.h >>conftest.$ac_ext
23488 cat >>conftest.$ac_ext <<_ACEOF
23489 /* end confdefs.h. */
23490 /* System header to define __stub macros and hopefully few prototypes,
23491 which can conflict with char connect (); below.
23492 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23493 <limits.h> exists even on freestanding compilers. */
23494 #ifdef __STDC__
23495 # include <limits.h>
23496 #else
23497 # include <assert.h>
23498 #endif
23499 /* Override any gcc2 internal prototype to avoid an error. */
23500 #ifdef __cplusplus
23501 extern "C"
23502 {
23503 #endif
23504 /* We use char because int might match the return type of a gcc2
23505 builtin and then its argument prototype would still apply. */
23506 char connect ();
23507 /* The GNU C library defines this for functions which it implements
23508 to always fail with ENOSYS. Some functions are actually named
23509 something starting with __ and the normal name is an alias. */
23510 #if defined (__stub_connect) || defined (__stub___connect)
23511 choke me
23512 #else
23513 char (*f) () = connect;
23514 #endif
23515 #ifdef __cplusplus
23516 }
23517 #endif
23518
23519 int
23520 main ()
23521 {
23522 return f != connect;
23523 ;
23524 return 0;
23525 }
23526 _ACEOF
23527 rm -f conftest.$ac_objext conftest$ac_exeext
23528 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23529 (eval $ac_link) 2>&5
23530 ac_status=$?
23531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23532 (exit $ac_status); } &&
23533 { ac_try='test -s conftest$ac_exeext'
23534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23535 (eval $ac_try) 2>&5
23536 ac_status=$?
23537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23538 (exit $ac_status); }; }; then
23539 ac_cv_func_connect=yes
23540 else
23541 echo "$as_me: failed program was:" >&5
23542 sed 's/^/| /' conftest.$ac_ext >&5
23543
23544 ac_cv_func_connect=no
23545 fi
23546 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23547 fi
23548 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23549 echo "${ECHO_T}$ac_cv_func_connect" >&6
23550
23551 if test $ac_cv_func_connect = no; then
23552 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23553 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23554 if test "${ac_cv_lib_socket_connect+set}" = set; then
23555 echo $ECHO_N "(cached) $ECHO_C" >&6
23556 else
23557 ac_check_lib_save_LIBS=$LIBS
23558 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
23559 cat >conftest.$ac_ext <<_ACEOF
23560 #line $LINENO "configure"
23561 /* confdefs.h. */
23562 _ACEOF
23563 cat confdefs.h >>conftest.$ac_ext
23564 cat >>conftest.$ac_ext <<_ACEOF
23565 /* end confdefs.h. */
23566
23567 /* Override any gcc2 internal prototype to avoid an error. */
23568 #ifdef __cplusplus
23569 extern "C"
23570 #endif
23571 /* We use char because int might match the return type of a gcc2
23572 builtin and then its argument prototype would still apply. */
23573 char connect ();
23574 int
23575 main ()
23576 {
23577 connect ();
23578 ;
23579 return 0;
23580 }
23581 _ACEOF
23582 rm -f conftest.$ac_objext conftest$ac_exeext
23583 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23584 (eval $ac_link) 2>&5
23585 ac_status=$?
23586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23587 (exit $ac_status); } &&
23588 { ac_try='test -s conftest$ac_exeext'
23589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23590 (eval $ac_try) 2>&5
23591 ac_status=$?
23592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23593 (exit $ac_status); }; }; then
23594 ac_cv_lib_socket_connect=yes
23595 else
23596 echo "$as_me: failed program was:" >&5
23597 sed 's/^/| /' conftest.$ac_ext >&5
23598
23599 ac_cv_lib_socket_connect=no
23600 fi
23601 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23602 LIBS=$ac_check_lib_save_LIBS
23603 fi
23604 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23605 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23606 if test $ac_cv_lib_socket_connect = yes; then
23607 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
23608 fi
23609
23610 fi
23611
23612 # Guillermo Gomez says -lposix is necessary on A/UX.
23613 echo "$as_me:$LINENO: checking for remove" >&5
23614 echo $ECHO_N "checking for remove... $ECHO_C" >&6
23615 if test "${ac_cv_func_remove+set}" = set; then
23616 echo $ECHO_N "(cached) $ECHO_C" >&6
23617 else
23618 cat >conftest.$ac_ext <<_ACEOF
23619 #line $LINENO "configure"
23620 /* confdefs.h. */
23621 _ACEOF
23622 cat confdefs.h >>conftest.$ac_ext
23623 cat >>conftest.$ac_ext <<_ACEOF
23624 /* end confdefs.h. */
23625 /* System header to define __stub macros and hopefully few prototypes,
23626 which can conflict with char remove (); below.
23627 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23628 <limits.h> exists even on freestanding compilers. */
23629 #ifdef __STDC__
23630 # include <limits.h>
23631 #else
23632 # include <assert.h>
23633 #endif
23634 /* Override any gcc2 internal prototype to avoid an error. */
23635 #ifdef __cplusplus
23636 extern "C"
23637 {
23638 #endif
23639 /* We use char because int might match the return type of a gcc2
23640 builtin and then its argument prototype would still apply. */
23641 char remove ();
23642 /* The GNU C library defines this for functions which it implements
23643 to always fail with ENOSYS. Some functions are actually named
23644 something starting with __ and the normal name is an alias. */
23645 #if defined (__stub_remove) || defined (__stub___remove)
23646 choke me
23647 #else
23648 char (*f) () = remove;
23649 #endif
23650 #ifdef __cplusplus
23651 }
23652 #endif
23653
23654 int
23655 main ()
23656 {
23657 return f != remove;
23658 ;
23659 return 0;
23660 }
23661 _ACEOF
23662 rm -f conftest.$ac_objext conftest$ac_exeext
23663 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23664 (eval $ac_link) 2>&5
23665 ac_status=$?
23666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23667 (exit $ac_status); } &&
23668 { ac_try='test -s conftest$ac_exeext'
23669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23670 (eval $ac_try) 2>&5
23671 ac_status=$?
23672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23673 (exit $ac_status); }; }; then
23674 ac_cv_func_remove=yes
23675 else
23676 echo "$as_me: failed program was:" >&5
23677 sed 's/^/| /' conftest.$ac_ext >&5
23678
23679 ac_cv_func_remove=no
23680 fi
23681 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23682 fi
23683 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23684 echo "${ECHO_T}$ac_cv_func_remove" >&6
23685
23686 if test $ac_cv_func_remove = no; then
23687 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23688 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23689 if test "${ac_cv_lib_posix_remove+set}" = set; then
23690 echo $ECHO_N "(cached) $ECHO_C" >&6
23691 else
23692 ac_check_lib_save_LIBS=$LIBS
23693 LIBS="-lposix $LIBS"
23694 cat >conftest.$ac_ext <<_ACEOF
23695 #line $LINENO "configure"
23696 /* confdefs.h. */
23697 _ACEOF
23698 cat confdefs.h >>conftest.$ac_ext
23699 cat >>conftest.$ac_ext <<_ACEOF
23700 /* end confdefs.h. */
23701
23702 /* Override any gcc2 internal prototype to avoid an error. */
23703 #ifdef __cplusplus
23704 extern "C"
23705 #endif
23706 /* We use char because int might match the return type of a gcc2
23707 builtin and then its argument prototype would still apply. */
23708 char remove ();
23709 int
23710 main ()
23711 {
23712 remove ();
23713 ;
23714 return 0;
23715 }
23716 _ACEOF
23717 rm -f conftest.$ac_objext conftest$ac_exeext
23718 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23719 (eval $ac_link) 2>&5
23720 ac_status=$?
23721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23722 (exit $ac_status); } &&
23723 { ac_try='test -s conftest$ac_exeext'
23724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23725 (eval $ac_try) 2>&5
23726 ac_status=$?
23727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23728 (exit $ac_status); }; }; then
23729 ac_cv_lib_posix_remove=yes
23730 else
23731 echo "$as_me: failed program was:" >&5
23732 sed 's/^/| /' conftest.$ac_ext >&5
23733
23734 ac_cv_lib_posix_remove=no
23735 fi
23736 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23737 LIBS=$ac_check_lib_save_LIBS
23738 fi
23739 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23740 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23741 if test $ac_cv_lib_posix_remove = yes; then
23742 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
23743 fi
23744
23745 fi
23746
23747 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
23748 echo "$as_me:$LINENO: checking for shmat" >&5
23749 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23750 if test "${ac_cv_func_shmat+set}" = set; then
23751 echo $ECHO_N "(cached) $ECHO_C" >&6
23752 else
23753 cat >conftest.$ac_ext <<_ACEOF
23754 #line $LINENO "configure"
23755 /* confdefs.h. */
23756 _ACEOF
23757 cat confdefs.h >>conftest.$ac_ext
23758 cat >>conftest.$ac_ext <<_ACEOF
23759 /* end confdefs.h. */
23760 /* System header to define __stub macros and hopefully few prototypes,
23761 which can conflict with char shmat (); below.
23762 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23763 <limits.h> exists even on freestanding compilers. */
23764 #ifdef __STDC__
23765 # include <limits.h>
23766 #else
23767 # include <assert.h>
23768 #endif
23769 /* Override any gcc2 internal prototype to avoid an error. */
23770 #ifdef __cplusplus
23771 extern "C"
23772 {
23773 #endif
23774 /* We use char because int might match the return type of a gcc2
23775 builtin and then its argument prototype would still apply. */
23776 char shmat ();
23777 /* The GNU C library defines this for functions which it implements
23778 to always fail with ENOSYS. Some functions are actually named
23779 something starting with __ and the normal name is an alias. */
23780 #if defined (__stub_shmat) || defined (__stub___shmat)
23781 choke me
23782 #else
23783 char (*f) () = shmat;
23784 #endif
23785 #ifdef __cplusplus
23786 }
23787 #endif
23788
23789 int
23790 main ()
23791 {
23792 return f != shmat;
23793 ;
23794 return 0;
23795 }
23796 _ACEOF
23797 rm -f conftest.$ac_objext conftest$ac_exeext
23798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23799 (eval $ac_link) 2>&5
23800 ac_status=$?
23801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23802 (exit $ac_status); } &&
23803 { ac_try='test -s conftest$ac_exeext'
23804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23805 (eval $ac_try) 2>&5
23806 ac_status=$?
23807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23808 (exit $ac_status); }; }; then
23809 ac_cv_func_shmat=yes
23810 else
23811 echo "$as_me: failed program was:" >&5
23812 sed 's/^/| /' conftest.$ac_ext >&5
23813
23814 ac_cv_func_shmat=no
23815 fi
23816 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23817 fi
23818 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23819 echo "${ECHO_T}$ac_cv_func_shmat" >&6
23820
23821 if test $ac_cv_func_shmat = no; then
23822 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23823 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23824 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23825 echo $ECHO_N "(cached) $ECHO_C" >&6
23826 else
23827 ac_check_lib_save_LIBS=$LIBS
23828 LIBS="-lipc $LIBS"
23829 cat >conftest.$ac_ext <<_ACEOF
23830 #line $LINENO "configure"
23831 /* confdefs.h. */
23832 _ACEOF
23833 cat confdefs.h >>conftest.$ac_ext
23834 cat >>conftest.$ac_ext <<_ACEOF
23835 /* end confdefs.h. */
23836
23837 /* Override any gcc2 internal prototype to avoid an error. */
23838 #ifdef __cplusplus
23839 extern "C"
23840 #endif
23841 /* We use char because int might match the return type of a gcc2
23842 builtin and then its argument prototype would still apply. */
23843 char shmat ();
23844 int
23845 main ()
23846 {
23847 shmat ();
23848 ;
23849 return 0;
23850 }
23851 _ACEOF
23852 rm -f conftest.$ac_objext conftest$ac_exeext
23853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23854 (eval $ac_link) 2>&5
23855 ac_status=$?
23856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23857 (exit $ac_status); } &&
23858 { ac_try='test -s conftest$ac_exeext'
23859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23860 (eval $ac_try) 2>&5
23861 ac_status=$?
23862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23863 (exit $ac_status); }; }; then
23864 ac_cv_lib_ipc_shmat=yes
23865 else
23866 echo "$as_me: failed program was:" >&5
23867 sed 's/^/| /' conftest.$ac_ext >&5
23868
23869 ac_cv_lib_ipc_shmat=no
23870 fi
23871 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23872 LIBS=$ac_check_lib_save_LIBS
23873 fi
23874 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23875 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23876 if test $ac_cv_lib_ipc_shmat = yes; then
23877 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
23878 fi
23879
23880 fi
23881 fi
23882
23883 # Check for libraries that X11R6 Xt/Xaw programs need.
23884 ac_save_LDFLAGS=$LDFLAGS
23885 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
23886 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23887 # check for ICE first), but we must link in the order -lSM -lICE or
23888 # we get undefined symbols. So assume we have SM if we have ICE.
23889 # These have to be linked with before -lX11, unlike the other
23890 # libraries we check for below, so use a different variable.
23891 # John Interrante, Karl Berry
23892 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23893 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23894 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23895 echo $ECHO_N "(cached) $ECHO_C" >&6
23896 else
23897 ac_check_lib_save_LIBS=$LIBS
23898 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
23899 cat >conftest.$ac_ext <<_ACEOF
23900 #line $LINENO "configure"
23901 /* confdefs.h. */
23902 _ACEOF
23903 cat confdefs.h >>conftest.$ac_ext
23904 cat >>conftest.$ac_ext <<_ACEOF
23905 /* end confdefs.h. */
23906
23907 /* Override any gcc2 internal prototype to avoid an error. */
23908 #ifdef __cplusplus
23909 extern "C"
23910 #endif
23911 /* We use char because int might match the return type of a gcc2
23912 builtin and then its argument prototype would still apply. */
23913 char IceConnectionNumber ();
23914 int
23915 main ()
23916 {
23917 IceConnectionNumber ();
23918 ;
23919 return 0;
23920 }
23921 _ACEOF
23922 rm -f conftest.$ac_objext conftest$ac_exeext
23923 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23924 (eval $ac_link) 2>&5
23925 ac_status=$?
23926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23927 (exit $ac_status); } &&
23928 { ac_try='test -s conftest$ac_exeext'
23929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23930 (eval $ac_try) 2>&5
23931 ac_status=$?
23932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23933 (exit $ac_status); }; }; then
23934 ac_cv_lib_ICE_IceConnectionNumber=yes
23935 else
23936 echo "$as_me: failed program was:" >&5
23937 sed 's/^/| /' conftest.$ac_ext >&5
23938
23939 ac_cv_lib_ICE_IceConnectionNumber=no
23940 fi
23941 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23942 LIBS=$ac_check_lib_save_LIBS
23943 fi
23944 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23945 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23946 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
23947 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
23948 fi
23949
23950 LDFLAGS=$ac_save_LDFLAGS
23951
23952 fi
23953
23954
23955 if test "$no_x" = "yes"; then
23956 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23957 echo "$as_me: error: X11 not found" >&2;}
23958 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
23959 fi
23960
23961 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//'`
23962 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
23963 AFMINSTALL=afminstall
23964 COMPILED_X_PROGRAM=0
23965
23966 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23967 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23968
23969 ac_find_includes=
23970 for ac_dir in $SEARCH_INCLUDE /usr/include;
23971 do
23972 if test -f "$ac_dir/Xm/Xm.h"; then
23973 ac_find_includes=$ac_dir
23974 break
23975 fi
23976 done
23977
23978 if test "$ac_find_includes" != "" ; then
23979 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23980 echo "${ECHO_T}found in $ac_find_includes" >&6
23981
23982 if test "x$ac_find_includes" = "x/usr/include"; then
23983 ac_path_to_include=""
23984 else
23985 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
23986 result=$?
23987 if test $result = 0; then
23988 ac_path_to_include=""
23989 else
23990 ac_path_to_include=" -I$ac_find_includes"
23991 fi
23992 fi
23993
23994 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
23995 else
23996 cat >conftest.$ac_ext <<_ACEOF
23997 #line $LINENO "configure"
23998 /* confdefs.h. */
23999 _ACEOF
24000 cat confdefs.h >>conftest.$ac_ext
24001 cat >>conftest.$ac_ext <<_ACEOF
24002 /* end confdefs.h. */
24003
24004 #include <Xm/Xm.h>
24005
24006 int
24007 main ()
24008 {
24009
24010 int version;
24011 version = xmUseVersion;
24012
24013 ;
24014 return 0;
24015 }
24016 _ACEOF
24017 rm -f conftest.$ac_objext
24018 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24019 (eval $ac_compile) 2>&5
24020 ac_status=$?
24021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24022 (exit $ac_status); } &&
24023 { ac_try='test -s conftest.$ac_objext'
24024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24025 (eval $ac_try) 2>&5
24026 ac_status=$?
24027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24028 (exit $ac_status); }; }; then
24029
24030 echo "$as_me:$LINENO: result: found in default search path" >&5
24031 echo "${ECHO_T}found in default search path" >&6
24032 COMPILED_X_PROGRAM=1
24033
24034 else
24035 echo "$as_me: failed program was:" >&5
24036 sed 's/^/| /' conftest.$ac_ext >&5
24037
24038
24039 echo "$as_me:$LINENO: result: no" >&5
24040 echo "${ECHO_T}no" >&6
24041 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
24042 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
24043 { (exit 1); exit 1; }; }
24044
24045
24046 fi
24047 rm -f conftest.$ac_objext conftest.$ac_ext
24048 fi
24049
24050 if test "$COMPILED_X_PROGRAM" = 0; then
24051 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
24052 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
24053
24054 ac_find_libraries=
24055 for ac_dir in $SEARCH_LIB /usr/lib;
24056 do
24057 for ac_extension in a so sl dylib; do
24058 if test -f "$ac_dir/libXm.$ac_extension"; then
24059 ac_find_libraries=$ac_dir
24060 break 2
24061 fi
24062 done
24063 done
24064
24065 if test "$ac_find_libraries" != "" ; then
24066 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24067 echo "${ECHO_T}found at $ac_find_libraries" >&6
24068
24069
24070 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
24071 result=$?
24072 if test $result = 0; then
24073 ac_path_to_link=""
24074 else
24075 ac_path_to_link=" -L$ac_find_libraries"
24076 fi
24077
24078 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
24079 else
24080 save_CFLAGS=$CFLAGS
24081 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24082
24083 cat >conftest.$ac_ext <<_ACEOF
24084 #line $LINENO "configure"
24085 /* confdefs.h. */
24086 _ACEOF
24087 cat confdefs.h >>conftest.$ac_ext
24088 cat >>conftest.$ac_ext <<_ACEOF
24089 /* end confdefs.h. */
24090
24091 #include <Xm/Xm.h>
24092
24093 int
24094 main ()
24095 {
24096
24097 int version;
24098 version = xmUseVersion;
24099
24100 ;
24101 return 0;
24102 }
24103 _ACEOF
24104 rm -f conftest.$ac_objext
24105 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24106 (eval $ac_compile) 2>&5
24107 ac_status=$?
24108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24109 (exit $ac_status); } &&
24110 { ac_try='test -s conftest.$ac_objext'
24111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24112 (eval $ac_try) 2>&5
24113 ac_status=$?
24114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24115 (exit $ac_status); }; }; then
24116
24117 echo "$as_me:$LINENO: result: found in default search path" >&5
24118 echo "${ECHO_T}found in default search path" >&6
24119 COMPILED_X_PROGRAM=1
24120
24121 else
24122 echo "$as_me: failed program was:" >&5
24123 sed 's/^/| /' conftest.$ac_ext >&5
24124
24125
24126 echo "$as_me:$LINENO: result: no" >&5
24127 echo "${ECHO_T}no" >&6
24128 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
24129 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
24130 { (exit 1); exit 1; }; }
24131
24132
24133 fi
24134 rm -f conftest.$ac_objext conftest.$ac_ext
24135
24136 CFLAGS=$save_CFLAGS
24137 fi
24138 fi
24139
24140 xpm_link=
24141 echo "$as_me:$LINENO: checking for Xpm library" >&5
24142 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
24143
24144 ac_find_libraries=
24145 for ac_dir in $SEARCH_LIB /usr/lib;
24146 do
24147 for ac_extension in a so sl dylib; do
24148 if test -f "$ac_dir/libXpm.$ac_extension"; then
24149 ac_find_libraries=$ac_dir
24150 break 2
24151 fi
24152 done
24153 done
24154
24155 if test "$ac_find_libraries" != "" ; then
24156
24157 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
24158 result=$?
24159 if test $result = 0; then
24160 ac_path_to_link=""
24161 else
24162 ac_path_to_link=" -L$ac_find_libraries"
24163 fi
24164
24165 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
24166
24167 xpm_link=" -lXpm"
24168 cat >>confdefs.h <<\_ACEOF
24169 #define wxHAVE_LIB_XPM 1
24170 _ACEOF
24171
24172 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24173 echo "${ECHO_T}found at $ac_find_libraries" >&6
24174 else
24175 save_CFLAGS=$CFLAGS
24176 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24177
24178 cat >conftest.$ac_ext <<_ACEOF
24179 #line $LINENO "configure"
24180 /* confdefs.h. */
24181 _ACEOF
24182 cat confdefs.h >>conftest.$ac_ext
24183 cat >>conftest.$ac_ext <<_ACEOF
24184 /* end confdefs.h. */
24185
24186 #include <X11/xpm.h>
24187
24188 int
24189 main ()
24190 {
24191
24192 int version;
24193 version = XpmLibraryVersion();
24194
24195 ;
24196 return 0;
24197 }
24198 _ACEOF
24199 rm -f conftest.$ac_objext
24200 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24201 (eval $ac_compile) 2>&5
24202 ac_status=$?
24203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24204 (exit $ac_status); } &&
24205 { ac_try='test -s conftest.$ac_objext'
24206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24207 (eval $ac_try) 2>&5
24208 ac_status=$?
24209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24210 (exit $ac_status); }; }; then
24211
24212 xpm_link=" -lXpm"
24213 cat >>confdefs.h <<\_ACEOF
24214 #define wxHAVE_LIB_XPM 1
24215 _ACEOF
24216
24217 echo "$as_me:$LINENO: result: found in default search path" >&5
24218 echo "${ECHO_T}found in default search path" >&6
24219 COMPILED_X_PROGRAM=0
24220
24221 else
24222 echo "$as_me: failed program was:" >&5
24223 sed 's/^/| /' conftest.$ac_ext >&5
24224
24225
24226 echo "$as_me:$LINENO: result: no" >&5
24227 echo "${ECHO_T}no" >&6
24228 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
24229 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
24230
24231
24232 fi
24233 rm -f conftest.$ac_objext conftest.$ac_ext
24234
24235 CFLAGS=$save_CFLAGS
24236 fi
24237
24238 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
24239 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
24240 libp_link=""
24241 libsm_ice_link=""
24242 libs_found=0
24243 for libp in "" " -lXp"; do
24244 if test "$libs_found" = "0"; then
24245 for libsm_ice in " -lSM -lICE"; do
24246 if test "$libs_found" = "0"; then
24247 save_LIBS="$LIBS"
24248 LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
24249 save_CFLAGS=$CFLAGS
24250 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24251
24252 cat >conftest.$ac_ext <<_ACEOF
24253 #line $LINENO "configure"
24254 /* confdefs.h. */
24255 _ACEOF
24256 cat confdefs.h >>conftest.$ac_ext
24257 cat >>conftest.$ac_ext <<_ACEOF
24258 /* end confdefs.h. */
24259
24260 #include <Xm/Xm.h>
24261 #include <Xm/List.h>
24262
24263 int
24264 main ()
24265 {
24266
24267 XmString string = NULL;
24268 Widget w = NULL;
24269 int position = 0;
24270 XmListAddItem(w, string, position);
24271
24272 ;
24273 return 0;
24274 }
24275 _ACEOF
24276 rm -f conftest.$ac_objext conftest$ac_exeext
24277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24278 (eval $ac_link) 2>&5
24279 ac_status=$?
24280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24281 (exit $ac_status); } &&
24282 { ac_try='test -s conftest$ac_exeext'
24283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24284 (eval $ac_try) 2>&5
24285 ac_status=$?
24286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24287 (exit $ac_status); }; }; then
24288
24289 libp_link="$libp"
24290 libsm_ice_link="$libsm_ice"
24291 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
24292 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
24293 libs_found=1
24294
24295 else
24296 echo "$as_me: failed program was:" >&5
24297 sed 's/^/| /' conftest.$ac_ext >&5
24298
24299
24300
24301 fi
24302 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24303
24304 LIBS="$save_LIBS"
24305 CFLAGS=$save_CFLAGS
24306 fi
24307 done
24308 fi
24309 done
24310
24311 if test "$libs_found" = "0"; then
24312 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
24313 echo "${ECHO_T}can't find the right libraries" >&6
24314 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
24315 echo "$as_me: error: can't link a simple motif program" >&2;}
24316 { (exit 1); exit 1; }; }
24317 fi
24318
24319 save_CFLAGS=$CFLAGS
24320 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24321 echo "$as_me:$LINENO: checking for Motif 2" >&5
24322 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
24323 cat >conftest.$ac_ext <<_ACEOF
24324 #line $LINENO "configure"
24325 /* confdefs.h. */
24326 _ACEOF
24327 cat confdefs.h >>conftest.$ac_ext
24328 cat >>conftest.$ac_ext <<_ACEOF
24329 /* end confdefs.h. */
24330
24331 #include <Xm/Xm.h>
24332
24333 int
24334 main ()
24335 {
24336
24337 #if XmVersion < 2000
24338 #error "Not Motif 2"
24339 #endif
24340
24341 ;
24342 return 0;
24343 }
24344 _ACEOF
24345 rm -f conftest.$ac_objext
24346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24347 (eval $ac_compile) 2>&5
24348 ac_status=$?
24349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24350 (exit $ac_status); } &&
24351 { ac_try='test -s conftest.$ac_objext'
24352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24353 (eval $ac_try) 2>&5
24354 ac_status=$?
24355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24356 (exit $ac_status); }; }; then
24357
24358 cat >>confdefs.h <<\_ACEOF
24359 #define __WXMOTIF20__ 1
24360 _ACEOF
24361
24362 echo "$as_me:$LINENO: result: found" >&5
24363 echo "${ECHO_T}found" >&6
24364
24365 else
24366 echo "$as_me: failed program was:" >&5
24367 sed 's/^/| /' conftest.$ac_ext >&5
24368
24369
24370 cat >>confdefs.h <<\_ACEOF
24371 #define __WXMOTIF20__ 0
24372 _ACEOF
24373
24374 echo "$as_me:$LINENO: result: not found" >&5
24375 echo "${ECHO_T}not found" >&6
24376
24377 fi
24378 rm -f conftest.$ac_objext conftest.$ac_ext
24379 CFLAGS=$save_CFLAGS
24380
24381 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
24382 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
24383 TOOLKIT=MOTIF
24384 GUIDIST=MOTIF_DIST
24385 wxHAVE_XEXT_LIB=1
24386 fi
24387
24388 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
24389 test "$wxHAVE_XEXT_LIB" = 1; then
24390 save_CFLAGS="$CFLAGS"
24391 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24392
24393 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
24394 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
24395 cat >conftest.$ac_ext <<_ACEOF
24396 #line $LINENO "configure"
24397 /* confdefs.h. */
24398 _ACEOF
24399 cat confdefs.h >>conftest.$ac_ext
24400 cat >>conftest.$ac_ext <<_ACEOF
24401 /* end confdefs.h. */
24402
24403 #include <X11/Xlib.h>
24404 #include <X11/extensions/shape.h>
24405
24406 int
24407 main ()
24408 {
24409
24410 int dummy1, dummy2;
24411 XShapeQueryExtension((Display*)NULL,
24412 (int*)NULL, (int*)NULL);
24413
24414 ;
24415 return 0;
24416 }
24417 _ACEOF
24418 rm -f conftest.$ac_objext
24419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24420 (eval $ac_compile) 2>&5
24421 ac_status=$?
24422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24423 (exit $ac_status); } &&
24424 { ac_try='test -s conftest.$ac_objext'
24425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24426 (eval $ac_try) 2>&5
24427 ac_status=$?
24428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24429 (exit $ac_status); }; }; then
24430
24431 cat >>confdefs.h <<\_ACEOF
24432 #define HAVE_XSHAPE 1
24433 _ACEOF
24434
24435 echo "$as_me:$LINENO: result: found" >&5
24436 echo "${ECHO_T}found" >&6
24437
24438 else
24439 echo "$as_me: failed program was:" >&5
24440 sed 's/^/| /' conftest.$ac_ext >&5
24441
24442
24443 echo "$as_me:$LINENO: result: not found" >&5
24444 echo "${ECHO_T}not found" >&6
24445
24446 fi
24447 rm -f conftest.$ac_objext conftest.$ac_ext
24448 CFLAGS="$save_CFLAGS"
24449 fi
24450
24451 if test "$wxUSE_MAC" = 1; then
24452 CPPFLAGS="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
24453
24454 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
24455 TOOLKIT=MAC
24456 GUIDIST=MACX_DIST
24457 WXBASEPORT="_carbon"
24458 fi
24459
24460 if test "$wxUSE_COCOA" = 1; then
24461 TOOLKIT_VPATH="\${top_srcdir}/src/cocoa"
24462 TOOLKIT=COCOA
24463 GUIDIST=COCOA_DIST
24464 fi
24465
24466 if test "$wxUSE_PM" = 1; then
24467 TOOLKIT=PM
24468 GUIDIST=GTK_DIST
24469 { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5
24470 echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;}
24471 wxUSE_THREADS="no"
24472 fi
24473
24474 if test "$TOOLKIT" = "PM" ; then
24475 TOOLKIT_DIR="os2"
24476 else
24477 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
24478 fi
24479
24480 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
24481
24482 if test "$wxUSE_UNIVERSAL" = "yes"; then
24483 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
24484
24485 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
24486 ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
24487
24488 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
24489 if test "$wxUSE_X11" = 1; then
24490 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
24491 else
24492 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
24493 fi
24494 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24495 WIDGET_SET=univ
24496 else
24497 ALL_OBJECTS="\$(GUIOBJS)"
24498 ALL_SOURCES="\$(ALL_SOURCES)"
24499 ALL_HEADERS="\$(ALL_HEADERS)"
24500 fi
24501
24502 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24503
24504 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24505 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
24506 fi
24507
24508 if test "$wxUSE_HTML" = "yes"; then
24509 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
24510 fi
24511
24512 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24513 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
24514 fi
24515 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24516 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
24517 fi
24518 if test "$wxUSE_LIBPNG" = "builtin" ; then
24519 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
24520 fi
24521
24522 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24523 DISTDIR="wx\$(TOOLKIT)"
24524 else
24525 USE_GUI=0
24526
24527 TOOLKIT_DIR="base"
24528
24529 if test "$USE_WIN32" = 1 ; then
24530 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24531 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
24532
24533 TOOLKIT="MSW"
24534 else
24535 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24536 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
24537 fi
24538
24539 ALL_SOURCES="\$(ALL_SOURCES)"
24540 ALL_HEADERS="\$(ALL_HEADERS)"
24541
24542 PORT_FILES="\${top_srcdir}/src/files.lst"
24543
24544 GUIDIST="BASE_DIST"
24545 DISTDIR="wxBase"
24546 fi
24547
24548
24549
24550
24551 IODBC_C_SRC=""
24552
24553
24554 if test "$TOOLKIT" != "MSW" ; then
24555
24556 if test "$wxUSE_ODBC" != "no" ; then
24557 cat >>confdefs.h <<\_ACEOF
24558 #define wxUSE_ODBC 1
24559 _ACEOF
24560
24561 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
24562
24563 WXODBCFLAG="-D_IODBC_"
24564
24565
24566 if test "$wxUSE_ODBC" = "sys" ; then
24567
24568 if test "${ac_cv_header_sql_h+set}" = set; then
24569 echo "$as_me:$LINENO: checking for sql.h" >&5
24570 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24571 if test "${ac_cv_header_sql_h+set}" = set; then
24572 echo $ECHO_N "(cached) $ECHO_C" >&6
24573 fi
24574 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24575 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24576 else
24577 # Is the header compilable?
24578 echo "$as_me:$LINENO: checking sql.h usability" >&5
24579 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24580 cat >conftest.$ac_ext <<_ACEOF
24581 #line $LINENO "configure"
24582 /* confdefs.h. */
24583 _ACEOF
24584 cat confdefs.h >>conftest.$ac_ext
24585 cat >>conftest.$ac_ext <<_ACEOF
24586 /* end confdefs.h. */
24587 $ac_includes_default
24588 #include <sql.h>
24589 _ACEOF
24590 rm -f conftest.$ac_objext
24591 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24592 (eval $ac_compile) 2>&5
24593 ac_status=$?
24594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24595 (exit $ac_status); } &&
24596 { ac_try='test -s conftest.$ac_objext'
24597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24598 (eval $ac_try) 2>&5
24599 ac_status=$?
24600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24601 (exit $ac_status); }; }; then
24602 ac_header_compiler=yes
24603 else
24604 echo "$as_me: failed program was:" >&5
24605 sed 's/^/| /' conftest.$ac_ext >&5
24606
24607 ac_header_compiler=no
24608 fi
24609 rm -f conftest.$ac_objext conftest.$ac_ext
24610 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24611 echo "${ECHO_T}$ac_header_compiler" >&6
24612
24613 # Is the header present?
24614 echo "$as_me:$LINENO: checking sql.h presence" >&5
24615 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24616 cat >conftest.$ac_ext <<_ACEOF
24617 #line $LINENO "configure"
24618 /* confdefs.h. */
24619 _ACEOF
24620 cat confdefs.h >>conftest.$ac_ext
24621 cat >>conftest.$ac_ext <<_ACEOF
24622 /* end confdefs.h. */
24623 #include <sql.h>
24624 _ACEOF
24625 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24626 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24627 ac_status=$?
24628 grep -v '^ *+' conftest.er1 >conftest.err
24629 rm -f conftest.er1
24630 cat conftest.err >&5
24631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24632 (exit $ac_status); } >/dev/null; then
24633 if test -s conftest.err; then
24634 ac_cpp_err=$ac_c_preproc_warn_flag
24635 else
24636 ac_cpp_err=
24637 fi
24638 else
24639 ac_cpp_err=yes
24640 fi
24641 if test -z "$ac_cpp_err"; then
24642 ac_header_preproc=yes
24643 else
24644 echo "$as_me: failed program was:" >&5
24645 sed 's/^/| /' conftest.$ac_ext >&5
24646
24647 ac_header_preproc=no
24648 fi
24649 rm -f conftest.err conftest.$ac_ext
24650 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24651 echo "${ECHO_T}$ac_header_preproc" >&6
24652
24653 # So? What about this header?
24654 case $ac_header_compiler:$ac_header_preproc in
24655 yes:no )
24656 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24657 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24658 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24659 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24660 (
24661 cat <<\_ASBOX
24662 ## ------------------------------------ ##
24663 ## Report this to bug-autoconf@gnu.org. ##
24664 ## ------------------------------------ ##
24665 _ASBOX
24666 ) |
24667 sed "s/^/$as_me: WARNING: /" >&2
24668 ;;
24669 no:yes )
24670 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24671 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24672 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24673 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24674 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24675 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24676 (
24677 cat <<\_ASBOX
24678 ## ------------------------------------ ##
24679 ## Report this to bug-autoconf@gnu.org. ##
24680 ## ------------------------------------ ##
24681 _ASBOX
24682 ) |
24683 sed "s/^/$as_me: WARNING: /" >&2
24684 ;;
24685 esac
24686 echo "$as_me:$LINENO: checking for sql.h" >&5
24687 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24688 if test "${ac_cv_header_sql_h+set}" = set; then
24689 echo $ECHO_N "(cached) $ECHO_C" >&6
24690 else
24691 ac_cv_header_sql_h=$ac_header_preproc
24692 fi
24693 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24694 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24695
24696 fi
24697
24698
24699 echo "$as_me:$LINENO: checking for library containing SQLAllocEnv" >&5
24700 echo $ECHO_N "checking for library containing SQLAllocEnv... $ECHO_C" >&6
24701 if test "${ac_cv_search_SQLAllocEnv+set}" = set; then
24702 echo $ECHO_N "(cached) $ECHO_C" >&6
24703 else
24704 ac_func_search_save_LIBS=$LIBS
24705 ac_cv_search_SQLAllocEnv=no
24706 cat >conftest.$ac_ext <<_ACEOF
24707 #line $LINENO "configure"
24708 /* confdefs.h. */
24709 _ACEOF
24710 cat confdefs.h >>conftest.$ac_ext
24711 cat >>conftest.$ac_ext <<_ACEOF
24712 /* end confdefs.h. */
24713
24714 /* Override any gcc2 internal prototype to avoid an error. */
24715 #ifdef __cplusplus
24716 extern "C"
24717 #endif
24718 /* We use char because int might match the return type of a gcc2
24719 builtin and then its argument prototype would still apply. */
24720 char SQLAllocEnv ();
24721 int
24722 main ()
24723 {
24724 SQLAllocEnv ();
24725 ;
24726 return 0;
24727 }
24728 _ACEOF
24729 rm -f conftest.$ac_objext conftest$ac_exeext
24730 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24731 (eval $ac_link) 2>&5
24732 ac_status=$?
24733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24734 (exit $ac_status); } &&
24735 { ac_try='test -s conftest$ac_exeext'
24736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24737 (eval $ac_try) 2>&5
24738 ac_status=$?
24739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24740 (exit $ac_status); }; }; then
24741 ac_cv_search_SQLAllocEnv="none required"
24742 else
24743 echo "$as_me: failed program was:" >&5
24744 sed 's/^/| /' conftest.$ac_ext >&5
24745
24746 fi
24747 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24748 if test "$ac_cv_search_SQLAllocEnv" = no; then
24749 for ac_lib in iodbc unixodbc odbc ; do
24750 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
24751 cat >conftest.$ac_ext <<_ACEOF
24752 #line $LINENO "configure"
24753 /* confdefs.h. */
24754 _ACEOF
24755 cat confdefs.h >>conftest.$ac_ext
24756 cat >>conftest.$ac_ext <<_ACEOF
24757 /* end confdefs.h. */
24758
24759 /* Override any gcc2 internal prototype to avoid an error. */
24760 #ifdef __cplusplus
24761 extern "C"
24762 #endif
24763 /* We use char because int might match the return type of a gcc2
24764 builtin and then its argument prototype would still apply. */
24765 char SQLAllocEnv ();
24766 int
24767 main ()
24768 {
24769 SQLAllocEnv ();
24770 ;
24771 return 0;
24772 }
24773 _ACEOF
24774 rm -f conftest.$ac_objext conftest$ac_exeext
24775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24776 (eval $ac_link) 2>&5
24777 ac_status=$?
24778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24779 (exit $ac_status); } &&
24780 { ac_try='test -s conftest$ac_exeext'
24781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24782 (eval $ac_try) 2>&5
24783 ac_status=$?
24784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24785 (exit $ac_status); }; }; then
24786 ac_cv_search_SQLAllocEnv="-l$ac_lib"
24787 break
24788 else
24789 echo "$as_me: failed program was:" >&5
24790 sed 's/^/| /' conftest.$ac_ext >&5
24791
24792 fi
24793 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24794 done
24795 fi
24796 LIBS=$ac_func_search_save_LIBS
24797 fi
24798 echo "$as_me:$LINENO: result: $ac_cv_search_SQLAllocEnv" >&5
24799 echo "${ECHO_T}$ac_cv_search_SQLAllocEnv" >&6
24800 if test "$ac_cv_search_SQLAllocEnv" != no; then
24801 test "$ac_cv_search_SQLAllocEnv" = "none required" || LIBS="$ac_cv_search_SQLAllocEnv $LIBS"
24802
24803 else
24804
24805 wxUSE_ODBC=builtin;
24806 { echo "$as_me:$LINENO: WARNING: can't find system Odbc library falling back to builtin " >&5
24807 echo "$as_me: WARNING: can't find system Odbc library falling back to builtin " >&2;}
24808
24809 fi
24810
24811 fi
24812 if test "$wxUSE_ODBC" != "sys" ; then
24813 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
24814 fi
24815
24816 fi
24817
24818 fi
24819
24820 if test "$wxUSE_REGEX" = "builtin" ; then
24821 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
24822 fi
24823 if test "$wxUSE_ZLIB" = "builtin" ; then
24824 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
24825 fi
24826
24827
24828 USE_OPENGL=0
24829 if test "$wxUSE_OPENGL" = "yes"; then
24830 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
24831 OPENGL_LIBS="-framework OpenGL -framework AGL"
24832 elif test "$wxUSE_MSW" = 1; then
24833 OPENGL_LIBS="-lopengl32 -lglu32"
24834 else
24835
24836
24837 ac_find_includes=
24838 for ac_dir in $SEARCH_INCLUDE /usr/include;
24839 do
24840 if test -f "$ac_dir/GL/gl.h"; then
24841 ac_find_includes=$ac_dir
24842 break
24843 fi
24844 done
24845
24846 if test "$ac_find_includes" != "" ; then
24847 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24848 echo "${ECHO_T}found in $ac_find_includes" >&6
24849 set -x
24850
24851 if test "x$ac_find_includes" = "x/usr/include"; then
24852 ac_path_to_include=""
24853 else
24854 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
24855 result=$?
24856 if test $result = 0; then
24857 ac_path_to_include=""
24858 else
24859 ac_path_to_include=" -I$ac_find_includes"
24860 fi
24861 fi
24862
24863 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
24864 set +x
24865 fi
24866
24867 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24868 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24869 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24870 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24871 echo $ECHO_N "(cached) $ECHO_C" >&6
24872 fi
24873 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24874 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24875 else
24876 # Is the header compilable?
24877 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24878 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24879 cat >conftest.$ac_ext <<_ACEOF
24880 #line $LINENO "configure"
24881 /* confdefs.h. */
24882 _ACEOF
24883 cat confdefs.h >>conftest.$ac_ext
24884 cat >>conftest.$ac_ext <<_ACEOF
24885 /* end confdefs.h. */
24886 $ac_includes_default
24887 #include <GL/gl.h>
24888 _ACEOF
24889 rm -f conftest.$ac_objext
24890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24891 (eval $ac_compile) 2>&5
24892 ac_status=$?
24893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24894 (exit $ac_status); } &&
24895 { ac_try='test -s conftest.$ac_objext'
24896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24897 (eval $ac_try) 2>&5
24898 ac_status=$?
24899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24900 (exit $ac_status); }; }; then
24901 ac_header_compiler=yes
24902 else
24903 echo "$as_me: failed program was:" >&5
24904 sed 's/^/| /' conftest.$ac_ext >&5
24905
24906 ac_header_compiler=no
24907 fi
24908 rm -f conftest.$ac_objext conftest.$ac_ext
24909 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24910 echo "${ECHO_T}$ac_header_compiler" >&6
24911
24912 # Is the header present?
24913 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24914 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24915 cat >conftest.$ac_ext <<_ACEOF
24916 #line $LINENO "configure"
24917 /* confdefs.h. */
24918 _ACEOF
24919 cat confdefs.h >>conftest.$ac_ext
24920 cat >>conftest.$ac_ext <<_ACEOF
24921 /* end confdefs.h. */
24922 #include <GL/gl.h>
24923 _ACEOF
24924 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24925 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24926 ac_status=$?
24927 grep -v '^ *+' conftest.er1 >conftest.err
24928 rm -f conftest.er1
24929 cat conftest.err >&5
24930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24931 (exit $ac_status); } >/dev/null; then
24932 if test -s conftest.err; then
24933 ac_cpp_err=$ac_c_preproc_warn_flag
24934 else
24935 ac_cpp_err=
24936 fi
24937 else
24938 ac_cpp_err=yes
24939 fi
24940 if test -z "$ac_cpp_err"; then
24941 ac_header_preproc=yes
24942 else
24943 echo "$as_me: failed program was:" >&5
24944 sed 's/^/| /' conftest.$ac_ext >&5
24945
24946 ac_header_preproc=no
24947 fi
24948 rm -f conftest.err conftest.$ac_ext
24949 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24950 echo "${ECHO_T}$ac_header_preproc" >&6
24951
24952 # So? What about this header?
24953 case $ac_header_compiler:$ac_header_preproc in
24954 yes:no )
24955 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
24956 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24957 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24958 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24959 (
24960 cat <<\_ASBOX
24961 ## ------------------------------------ ##
24962 ## Report this to bug-autoconf@gnu.org. ##
24963 ## ------------------------------------ ##
24964 _ASBOX
24965 ) |
24966 sed "s/^/$as_me: WARNING: /" >&2
24967 ;;
24968 no:yes )
24969 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
24970 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
24971 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
24972 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
24973 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24974 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24975 (
24976 cat <<\_ASBOX
24977 ## ------------------------------------ ##
24978 ## Report this to bug-autoconf@gnu.org. ##
24979 ## ------------------------------------ ##
24980 _ASBOX
24981 ) |
24982 sed "s/^/$as_me: WARNING: /" >&2
24983 ;;
24984 esac
24985 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24986 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24987 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24988 echo $ECHO_N "(cached) $ECHO_C" >&6
24989 else
24990 ac_cv_header_GL_gl_h=$ac_header_preproc
24991 fi
24992 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24993 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24994
24995 fi
24996 if test $ac_cv_header_GL_gl_h = yes; then
24997
24998 found_gl=0
24999
25000 echo "$as_me:$LINENO: checking for -lGL" >&5
25001 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
25002
25003 ac_find_libraries=
25004 for ac_dir in $SEARCH_LIB /usr/lib;
25005 do
25006 for ac_extension in a so sl dylib; do
25007 if test -f "$ac_dir/libGL.$ac_extension"; then
25008 ac_find_libraries=$ac_dir
25009 break 2
25010 fi
25011 done
25012 done
25013
25014 if test "$ac_find_libraries" != "" ; then
25015
25016 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
25017 result=$?
25018 if test $result = 0; then
25019 ac_path_to_link=""
25020 else
25021 ac_path_to_link=" -L$ac_find_libraries"
25022 fi
25023
25024 if test "$ac_path_to_link" != " -L/usr/lib" ; then
25025 LDFLAGS_GL="$ac_path_to_link"
25026 fi
25027
25028
25029 ac_find_libraries=
25030 for ac_dir in $SEARCH_LIB /usr/lib;
25031 do
25032 for ac_extension in a so sl dylib; do
25033 if test -f "$ac_dir/libGLU.$ac_extension"; then
25034 ac_find_libraries=$ac_dir
25035 break 2
25036 fi
25037 done
25038 done
25039
25040 if test "$ac_find_libraries" != "" ; then
25041
25042 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
25043 result=$?
25044 if test $result = 0; then
25045 ac_path_to_link=""
25046 else
25047 ac_path_to_link=" -L$ac_find_libraries"
25048 fi
25049
25050 if test "$ac_path_to_link" != " -L/usr/lib" -a \
25051 "$ac_path_to_link" != "$LDFLAGS_GL"; then
25052 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
25053 fi
25054
25055 found_gl=1
25056 OPENGL_LIBS="-lGL -lGLU"
25057 echo "$as_me:$LINENO: result: yes" >&5
25058 echo "${ECHO_T}yes" >&6
25059 fi
25060 fi
25061
25062 if "$found_gl" != 1; then
25063 echo "$as_me:$LINENO: result: no" >&5
25064 echo "${ECHO_T}no" >&6
25065 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
25066 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
25067
25068 ac_find_libraries=
25069 for ac_dir in $SEARCH_LIB /usr/lib;
25070 do
25071 for ac_extension in a so sl dylib; do
25072 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
25073 ac_find_libraries=$ac_dir
25074 break 2
25075 fi
25076 done
25077 done
25078
25079 if test "$ac_find_libraries" != "" ; then
25080
25081 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
25082 result=$?
25083 if test $result = 0; then
25084 ac_path_to_link=""
25085 else
25086 ac_path_to_link=" -L$ac_find_libraries"
25087 fi
25088
25089 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
25090 OPENGL_LIBS="-lMesaGL -lMesaGLU"
25091 echo "$as_me:$LINENO: result: yes" >&5
25092 echo "${ECHO_T}yes" >&6
25093 else
25094 echo "$as_me:$LINENO: result: no" >&5
25095 echo "${ECHO_T}no" >&6
25096 fi
25097 fi
25098
25099 fi
25100
25101
25102
25103 if test "x$OPENGL_LIBS" = "x"; then
25104 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
25105 echo "$as_me: error: OpenGL libraries not available" >&2;}
25106 { (exit 1); exit 1; }; }
25107 fi
25108 fi
25109
25110 if test "$wxUSE_OPENGL" = "yes"; then
25111 USE_OPENGL=1
25112 cat >>confdefs.h <<\_ACEOF
25113 #define wxUSE_OPENGL 1
25114 _ACEOF
25115
25116 cat >>confdefs.h <<\_ACEOF
25117 #define wxUSE_GLCANVAS 1
25118 _ACEOF
25119
25120 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
25121 fi
25122 fi
25123
25124 if test -z "$TOOLKIT_VPATH" ; then
25125 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
25126 fi
25127
25128 if test -n "$TOOLKIT" ; then
25129 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
25130 fi
25131
25132 UNICODE=0
25133 lib_unicode_suffix=
25134 if test "$wxUSE_UNICODE" = "yes"; then
25135 lib_unicode_suffix=u
25136 UNICODE=1
25137 fi
25138
25139 lib_debug_suffix=
25140 BUILD=release
25141 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
25142 lib_debug_suffix=d
25143 BUILD=debug
25144 fi
25145
25146 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
25147
25148 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
25149 TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
25150
25151 if test "$cross_compiling" = "yes"; then
25152 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
25153 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
25154 HOST_SUFFIX="-${host_alias}"
25155 fi
25156
25157 WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
25158 WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
25159 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}"
25160 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
25161
25162 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25163 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25164
25165 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
25166 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
25167 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
25168 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25169
25170 case "${host}" in
25171 *-*-cygwin* | *-*-mingw32* )
25172 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
25173 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25174 ;;
25175
25176 *-*-darwin* )
25177
25178 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25179 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25180
25181 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
25182 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
25183 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
25184 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25185
25186 if test "$wxUSE_MAC" = 1; then
25187 WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.${WX_CURRENT}.r"
25188 WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
25189 fi
25190 ;;
25191 esac
25192
25193 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
25194 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
25195
25196 WXCONFIG_LIBS="-l${WX_LIBRARY}"
25197 WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
25198
25199 if test "$wxUSE_OPENGL" = "yes"; then
25200 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
25201 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
25202 fi
25203
25204
25205
25206 if test "$wxUSE_SHARED" = "yes"; then
25207 case "${host}" in
25208 *-pc-os2_emx | *-pc-os2-emx | \
25209 *-pc-msdosdjgpp )
25210 wxUSE_SHARED=no
25211 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
25212 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
25213 ;;
25214 esac
25215 fi
25216
25217 SHARED=0
25218 if test "$wxUSE_SHARED" = "yes"; then
25219 SHARED=1
25220
25221
25222 found_versioning=no
25223
25224
25225 if test $found_versioning = no ; then
25226 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
25227 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
25228 if test "${wx_cv_version_script+set}" = set; then
25229 echo $ECHO_N "(cached) $ECHO_C" >&6
25230 else
25231
25232 echo "VER_1 { *; };" >conftest.sym
25233 echo "int main() { return 0; }" >conftest.cpp
25234
25235 if { ac_try='
25236 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
25237 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
25238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25239 (eval $ac_try) 2>&5
25240 ac_status=$?
25241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25242 (exit $ac_status); }; } ; then
25243 if test -s conftest.stderr ; then
25244 wx_cv_version_script=no
25245 else
25246 wx_cv_version_script=yes
25247 fi
25248 else
25249 wx_cv_version_script=no
25250 fi
25251 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
25252
25253 fi
25254 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
25255 echo "${ECHO_T}$wx_cv_version_script" >&6
25256 if test $wx_cv_version_script = yes ; then
25257 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
25258 fi
25259 fi
25260
25261
25262 case "${host}" in
25263 *-*-linux* | *-*-gnu* )
25264 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
25265 ;;
25266
25267 *-*-solaris2* )
25268 if test "$GCC" = yes ; then
25269 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
25270
25271 saveLdflags="$LDFLAGS"
25272 LDFLAGS="$saveLdflags -Wl,-rpath,/"
25273 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
25274 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
25275 cat >conftest.$ac_ext <<_ACEOF
25276 #line $LINENO "configure"
25277 /* confdefs.h. */
25278 _ACEOF
25279 cat confdefs.h >>conftest.$ac_ext
25280 cat >>conftest.$ac_ext <<_ACEOF
25281 /* end confdefs.h. */
25282
25283 int
25284 main ()
25285 {
25286
25287 ;
25288 return 0;
25289 }
25290 _ACEOF
25291 rm -f conftest.$ac_objext conftest$ac_exeext
25292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25293 (eval $ac_link) 2>&5
25294 ac_status=$?
25295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25296 (exit $ac_status); } &&
25297 { ac_try='test -s conftest$ac_exeext'
25298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25299 (eval $ac_try) 2>&5
25300 ac_status=$?
25301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25302 (exit $ac_status); }; }; then
25303
25304 echo "$as_me:$LINENO: result: yes" >&5
25305 echo "${ECHO_T}yes" >&6
25306 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
25307
25308 else
25309 echo "$as_me: failed program was:" >&5
25310 sed 's/^/| /' conftest.$ac_ext >&5
25311
25312
25313 echo "$as_me:$LINENO: result: no" >&5
25314 echo "${ECHO_T}no" >&6
25315 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
25316 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
25317 LDFLAGS="$saveLdflags -Wl,-R,/"
25318 cat >conftest.$ac_ext <<_ACEOF
25319 #line $LINENO "configure"
25320 /* confdefs.h. */
25321 _ACEOF
25322 cat confdefs.h >>conftest.$ac_ext
25323 cat >>conftest.$ac_ext <<_ACEOF
25324 /* end confdefs.h. */
25325
25326 int
25327 main ()
25328 {
25329
25330 ;
25331 return 0;
25332 }
25333 _ACEOF
25334 rm -f conftest.$ac_objext conftest$ac_exeext
25335 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25336 (eval $ac_link) 2>&5
25337 ac_status=$?
25338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25339 (exit $ac_status); } &&
25340 { ac_try='test -s conftest$ac_exeext'
25341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25342 (eval $ac_try) 2>&5
25343 ac_status=$?
25344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25345 (exit $ac_status); }; }; then
25346
25347 echo "$as_me:$LINENO: result: yes" >&5
25348 echo "${ECHO_T}yes" >&6
25349 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
25350 else
25351 echo "$as_me: failed program was:" >&5
25352 sed 's/^/| /' conftest.$ac_ext >&5
25353
25354
25355 echo "$as_me:$LINENO: result: no" >&5
25356 echo "${ECHO_T}no" >&6
25357
25358 fi
25359 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25360
25361 fi
25362 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25363 LDFLAGS="$saveLdflags"
25364 else
25365 SHARED_LD="${CXX} -G -o"
25366 PIC_FLAG="-KPIC"
25367 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
25368 fi
25369 ;;
25370 esac
25371
25372 if test "x$WX_TARGET_LIBRARY" = "x"; then
25373 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
25374 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
25375 fi
25376
25377 WX_TARGET_LIBRARY_TYPE="so"
25378 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
25379 fi
25380
25381 if test "$wxUSE_SHARED" = "no"; then
25382
25383 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25384 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25385 fi
25386
25387 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
25388 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25389 fi
25390
25391 if test "$wxUSE_OPENGL" = "yes"; then
25392 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
25393 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25394 else
25395 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25396 fi
25397
25398 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
25399 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
25400
25401 WX_TARGET_LIBRARY_TYPE="a"
25402 INSTALL_LIBRARY='$(INSTALL_DATA)'
25403
25404 STATIC_FLAG="yes"
25405 else
25406 STATIC_FLAG="no"
25407 fi
25408
25409 MACRESCOMP="@#"
25410 MACSETFILE="@#"
25411 MACRESWXCONFIG="#"
25412 if test "$wxUSE_MAC" = 1; then
25413 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
25414 WX_ALL="${WX_ALL} ${LIBWXMACRES}"
25415 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
25416 # Extract the first word of "Rez", so it can be a program name with args.
25417 set dummy Rez; ac_word=$2
25418 echo "$as_me:$LINENO: checking for $ac_word" >&5
25419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25420 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25421 echo $ECHO_N "(cached) $ECHO_C" >&6
25422 else
25423 if test -n "$RESCOMP"; then
25424 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
25425 else
25426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25427 for as_dir in $PATH
25428 do
25429 IFS=$as_save_IFS
25430 test -z "$as_dir" && as_dir=.
25431 for ac_exec_ext in '' $ac_executable_extensions; do
25432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25433 ac_cv_prog_RESCOMP="Rez"
25434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25435 break 2
25436 fi
25437 done
25438 done
25439
25440 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
25441 fi
25442 fi
25443 RESCOMP=$ac_cv_prog_RESCOMP
25444 if test -n "$RESCOMP"; then
25445 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25446 echo "${ECHO_T}$RESCOMP" >&6
25447 else
25448 echo "$as_me:$LINENO: result: no" >&5
25449 echo "${ECHO_T}no" >&6
25450 fi
25451
25452 # Extract the first word of "DeRez", so it can be a program name with args.
25453 set dummy DeRez; ac_word=$2
25454 echo "$as_me:$LINENO: checking for $ac_word" >&5
25455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25456 if test "${ac_cv_prog_DEREZ+set}" = set; then
25457 echo $ECHO_N "(cached) $ECHO_C" >&6
25458 else
25459 if test -n "$DEREZ"; then
25460 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
25461 else
25462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25463 for as_dir in $PATH
25464 do
25465 IFS=$as_save_IFS
25466 test -z "$as_dir" && as_dir=.
25467 for ac_exec_ext in '' $ac_executable_extensions; do
25468 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25469 ac_cv_prog_DEREZ="DeRez"
25470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25471 break 2
25472 fi
25473 done
25474 done
25475
25476 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
25477 fi
25478 fi
25479 DEREZ=$ac_cv_prog_DEREZ
25480 if test -n "$DEREZ"; then
25481 echo "$as_me:$LINENO: result: $DEREZ" >&5
25482 echo "${ECHO_T}$DEREZ" >&6
25483 else
25484 echo "$as_me:$LINENO: result: no" >&5
25485 echo "${ECHO_T}no" >&6
25486 fi
25487
25488 # Extract the first word of "SetFile", so it can be a program name with args.
25489 set dummy SetFile; ac_word=$2
25490 echo "$as_me:$LINENO: checking for $ac_word" >&5
25491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25492 if test "${ac_cv_prog_SETFILE+set}" = set; then
25493 echo $ECHO_N "(cached) $ECHO_C" >&6
25494 else
25495 if test -n "$SETFILE"; then
25496 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25497 else
25498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25499 for as_dir in $PATH
25500 do
25501 IFS=$as_save_IFS
25502 test -z "$as_dir" && as_dir=.
25503 for ac_exec_ext in '' $ac_executable_extensions; do
25504 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25505 ac_cv_prog_SETFILE="SetFile"
25506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25507 break 2
25508 fi
25509 done
25510 done
25511
25512 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25513 fi
25514 fi
25515 SETFILE=$ac_cv_prog_SETFILE
25516 if test -n "$SETFILE"; then
25517 echo "$as_me:$LINENO: result: $SETFILE" >&5
25518 echo "${ECHO_T}$SETFILE" >&6
25519 else
25520 echo "$as_me:$LINENO: result: no" >&5
25521 echo "${ECHO_T}no" >&6
25522 fi
25523
25524 MACOSX_BUNDLE="bundle"
25525 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25526 MACSETFILE="\$(SETFILE)"
25527 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25528 elif test "$wxUSE_COCOA" = 1; then
25529 # Extract the first word of "Rez", so it can be a program name with args.
25530 set dummy Rez; ac_word=$2
25531 echo "$as_me:$LINENO: checking for $ac_word" >&5
25532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25533 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25534 echo $ECHO_N "(cached) $ECHO_C" >&6
25535 else
25536 if test -n "$RESCOMP"; then
25537 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
25538 else
25539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25540 for as_dir in $PATH
25541 do
25542 IFS=$as_save_IFS
25543 test -z "$as_dir" && as_dir=.
25544 for ac_exec_ext in '' $ac_executable_extensions; do
25545 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25546 ac_cv_prog_RESCOMP="Rez"
25547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25548 break 2
25549 fi
25550 done
25551 done
25552
25553 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
25554 fi
25555 fi
25556 RESCOMP=$ac_cv_prog_RESCOMP
25557 if test -n "$RESCOMP"; then
25558 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25559 echo "${ECHO_T}$RESCOMP" >&6
25560 else
25561 echo "$as_me:$LINENO: result: no" >&5
25562 echo "${ECHO_T}no" >&6
25563 fi
25564
25565 # Extract the first word of "DeRez", so it can be a program name with args.
25566 set dummy DeRez; ac_word=$2
25567 echo "$as_me:$LINENO: checking for $ac_word" >&5
25568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25569 if test "${ac_cv_prog_DEREZ+set}" = set; then
25570 echo $ECHO_N "(cached) $ECHO_C" >&6
25571 else
25572 if test -n "$DEREZ"; then
25573 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
25574 else
25575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25576 for as_dir in $PATH
25577 do
25578 IFS=$as_save_IFS
25579 test -z "$as_dir" && as_dir=.
25580 for ac_exec_ext in '' $ac_executable_extensions; do
25581 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25582 ac_cv_prog_DEREZ="DeRez"
25583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25584 break 2
25585 fi
25586 done
25587 done
25588
25589 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
25590 fi
25591 fi
25592 DEREZ=$ac_cv_prog_DEREZ
25593 if test -n "$DEREZ"; then
25594 echo "$as_me:$LINENO: result: $DEREZ" >&5
25595 echo "${ECHO_T}$DEREZ" >&6
25596 else
25597 echo "$as_me:$LINENO: result: no" >&5
25598 echo "${ECHO_T}no" >&6
25599 fi
25600
25601 # Extract the first word of "SetFile", so it can be a program name with args.
25602 set dummy SetFile; ac_word=$2
25603 echo "$as_me:$LINENO: checking for $ac_word" >&5
25604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25605 if test "${ac_cv_prog_SETFILE+set}" = set; then
25606 echo $ECHO_N "(cached) $ECHO_C" >&6
25607 else
25608 if test -n "$SETFILE"; then
25609 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25610 else
25611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25612 for as_dir in $PATH
25613 do
25614 IFS=$as_save_IFS
25615 test -z "$as_dir" && as_dir=.
25616 for ac_exec_ext in '' $ac_executable_extensions; do
25617 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25618 ac_cv_prog_SETFILE="SetFile"
25619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25620 break 2
25621 fi
25622 done
25623 done
25624
25625 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25626 fi
25627 fi
25628 SETFILE=$ac_cv_prog_SETFILE
25629 if test -n "$SETFILE"; then
25630 echo "$as_me:$LINENO: result: $SETFILE" >&5
25631 echo "${ECHO_T}$SETFILE" >&6
25632 else
25633 echo "$as_me:$LINENO: result: no" >&5
25634 echo "${ECHO_T}no" >&6
25635 fi
25636
25637 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25638 MACSETFILE="\$(SETFILE)"
25639 MACRESWXCONFIG="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25640 else
25641 if test "$wxUSE_PM" = 1; then
25642 MACRESCOMP="emxbind -ep"
25643 fi
25644 fi
25645
25646
25647 echo "$as_me:$LINENO: checking for mode_t" >&5
25648 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25649 if test "${ac_cv_type_mode_t+set}" = set; then
25650 echo $ECHO_N "(cached) $ECHO_C" >&6
25651 else
25652 cat >conftest.$ac_ext <<_ACEOF
25653 #line $LINENO "configure"
25654 /* confdefs.h. */
25655 _ACEOF
25656 cat confdefs.h >>conftest.$ac_ext
25657 cat >>conftest.$ac_ext <<_ACEOF
25658 /* end confdefs.h. */
25659 $ac_includes_default
25660 int
25661 main ()
25662 {
25663 if ((mode_t *) 0)
25664 return 0;
25665 if (sizeof (mode_t))
25666 return 0;
25667 ;
25668 return 0;
25669 }
25670 _ACEOF
25671 rm -f conftest.$ac_objext
25672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25673 (eval $ac_compile) 2>&5
25674 ac_status=$?
25675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25676 (exit $ac_status); } &&
25677 { ac_try='test -s conftest.$ac_objext'
25678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25679 (eval $ac_try) 2>&5
25680 ac_status=$?
25681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25682 (exit $ac_status); }; }; then
25683 ac_cv_type_mode_t=yes
25684 else
25685 echo "$as_me: failed program was:" >&5
25686 sed 's/^/| /' conftest.$ac_ext >&5
25687
25688 ac_cv_type_mode_t=no
25689 fi
25690 rm -f conftest.$ac_objext conftest.$ac_ext
25691 fi
25692 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25693 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25694 if test $ac_cv_type_mode_t = yes; then
25695 :
25696 else
25697
25698 cat >>confdefs.h <<_ACEOF
25699 #define mode_t int
25700 _ACEOF
25701
25702 fi
25703
25704 echo "$as_me:$LINENO: checking for off_t" >&5
25705 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25706 if test "${ac_cv_type_off_t+set}" = set; then
25707 echo $ECHO_N "(cached) $ECHO_C" >&6
25708 else
25709 cat >conftest.$ac_ext <<_ACEOF
25710 #line $LINENO "configure"
25711 /* confdefs.h. */
25712 _ACEOF
25713 cat confdefs.h >>conftest.$ac_ext
25714 cat >>conftest.$ac_ext <<_ACEOF
25715 /* end confdefs.h. */
25716 $ac_includes_default
25717 int
25718 main ()
25719 {
25720 if ((off_t *) 0)
25721 return 0;
25722 if (sizeof (off_t))
25723 return 0;
25724 ;
25725 return 0;
25726 }
25727 _ACEOF
25728 rm -f conftest.$ac_objext
25729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25730 (eval $ac_compile) 2>&5
25731 ac_status=$?
25732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25733 (exit $ac_status); } &&
25734 { ac_try='test -s conftest.$ac_objext'
25735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25736 (eval $ac_try) 2>&5
25737 ac_status=$?
25738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25739 (exit $ac_status); }; }; then
25740 ac_cv_type_off_t=yes
25741 else
25742 echo "$as_me: failed program was:" >&5
25743 sed 's/^/| /' conftest.$ac_ext >&5
25744
25745 ac_cv_type_off_t=no
25746 fi
25747 rm -f conftest.$ac_objext conftest.$ac_ext
25748 fi
25749 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25750 echo "${ECHO_T}$ac_cv_type_off_t" >&6
25751 if test $ac_cv_type_off_t = yes; then
25752 :
25753 else
25754
25755 cat >>confdefs.h <<_ACEOF
25756 #define off_t long
25757 _ACEOF
25758
25759 fi
25760
25761 echo "$as_me:$LINENO: checking for pid_t" >&5
25762 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25763 if test "${ac_cv_type_pid_t+set}" = set; then
25764 echo $ECHO_N "(cached) $ECHO_C" >&6
25765 else
25766 cat >conftest.$ac_ext <<_ACEOF
25767 #line $LINENO "configure"
25768 /* confdefs.h. */
25769 _ACEOF
25770 cat confdefs.h >>conftest.$ac_ext
25771 cat >>conftest.$ac_ext <<_ACEOF
25772 /* end confdefs.h. */
25773 $ac_includes_default
25774 int
25775 main ()
25776 {
25777 if ((pid_t *) 0)
25778 return 0;
25779 if (sizeof (pid_t))
25780 return 0;
25781 ;
25782 return 0;
25783 }
25784 _ACEOF
25785 rm -f conftest.$ac_objext
25786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25787 (eval $ac_compile) 2>&5
25788 ac_status=$?
25789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25790 (exit $ac_status); } &&
25791 { ac_try='test -s conftest.$ac_objext'
25792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25793 (eval $ac_try) 2>&5
25794 ac_status=$?
25795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25796 (exit $ac_status); }; }; then
25797 ac_cv_type_pid_t=yes
25798 else
25799 echo "$as_me: failed program was:" >&5
25800 sed 's/^/| /' conftest.$ac_ext >&5
25801
25802 ac_cv_type_pid_t=no
25803 fi
25804 rm -f conftest.$ac_objext conftest.$ac_ext
25805 fi
25806 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25807 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25808 if test $ac_cv_type_pid_t = yes; then
25809 :
25810 else
25811
25812 cat >>confdefs.h <<_ACEOF
25813 #define pid_t int
25814 _ACEOF
25815
25816 fi
25817
25818 echo "$as_me:$LINENO: checking for size_t" >&5
25819 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25820 if test "${ac_cv_type_size_t+set}" = set; then
25821 echo $ECHO_N "(cached) $ECHO_C" >&6
25822 else
25823 cat >conftest.$ac_ext <<_ACEOF
25824 #line $LINENO "configure"
25825 /* confdefs.h. */
25826 _ACEOF
25827 cat confdefs.h >>conftest.$ac_ext
25828 cat >>conftest.$ac_ext <<_ACEOF
25829 /* end confdefs.h. */
25830 $ac_includes_default
25831 int
25832 main ()
25833 {
25834 if ((size_t *) 0)
25835 return 0;
25836 if (sizeof (size_t))
25837 return 0;
25838 ;
25839 return 0;
25840 }
25841 _ACEOF
25842 rm -f conftest.$ac_objext
25843 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25844 (eval $ac_compile) 2>&5
25845 ac_status=$?
25846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25847 (exit $ac_status); } &&
25848 { ac_try='test -s conftest.$ac_objext'
25849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25850 (eval $ac_try) 2>&5
25851 ac_status=$?
25852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25853 (exit $ac_status); }; }; then
25854 ac_cv_type_size_t=yes
25855 else
25856 echo "$as_me: failed program was:" >&5
25857 sed 's/^/| /' conftest.$ac_ext >&5
25858
25859 ac_cv_type_size_t=no
25860 fi
25861 rm -f conftest.$ac_objext conftest.$ac_ext
25862 fi
25863 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25864 echo "${ECHO_T}$ac_cv_type_size_t" >&6
25865 if test $ac_cv_type_size_t = yes; then
25866 :
25867 else
25868
25869 cat >>confdefs.h <<_ACEOF
25870 #define size_t unsigned
25871 _ACEOF
25872
25873 fi
25874
25875 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25876 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25877 if test "${ac_cv_type_uid_t+set}" = set; then
25878 echo $ECHO_N "(cached) $ECHO_C" >&6
25879 else
25880 cat >conftest.$ac_ext <<_ACEOF
25881 #line $LINENO "configure"
25882 /* confdefs.h. */
25883 _ACEOF
25884 cat confdefs.h >>conftest.$ac_ext
25885 cat >>conftest.$ac_ext <<_ACEOF
25886 /* end confdefs.h. */
25887 #include <sys/types.h>
25888
25889 _ACEOF
25890 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25891 $EGREP "uid_t" >/dev/null 2>&1; then
25892 ac_cv_type_uid_t=yes
25893 else
25894 ac_cv_type_uid_t=no
25895 fi
25896 rm -f conftest*
25897
25898 fi
25899 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
25900 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
25901 if test $ac_cv_type_uid_t = no; then
25902
25903 cat >>confdefs.h <<\_ACEOF
25904 #define uid_t int
25905 _ACEOF
25906
25907
25908 cat >>confdefs.h <<\_ACEOF
25909 #define gid_t int
25910 _ACEOF
25911
25912 fi
25913
25914
25915
25916
25917 ac_ext=cc
25918 ac_cpp='$CXXCPP $CPPFLAGS'
25919 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25920 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25921 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25922
25923 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
25924 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
25925 if test "${wx_cv_size_t_is_uint+set}" = set; then
25926 echo $ECHO_N "(cached) $ECHO_C" >&6
25927 else
25928
25929 cat >conftest.$ac_ext <<_ACEOF
25930 #line $LINENO "configure"
25931 /* confdefs.h. */
25932 _ACEOF
25933 cat confdefs.h >>conftest.$ac_ext
25934 cat >>conftest.$ac_ext <<_ACEOF
25935 /* end confdefs.h. */
25936 #include <stddef.h>
25937 int
25938 main ()
25939 {
25940
25941 return 0; }
25942
25943 struct Foo { void foo(size_t); void foo(unsigned int); };
25944
25945 int bar() {
25946
25947 ;
25948 return 0;
25949 }
25950 _ACEOF
25951 rm -f conftest.$ac_objext
25952 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25953 (eval $ac_compile) 2>&5
25954 ac_status=$?
25955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25956 (exit $ac_status); } &&
25957 { ac_try='test -s conftest.$ac_objext'
25958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25959 (eval $ac_try) 2>&5
25960 ac_status=$?
25961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25962 (exit $ac_status); }; }; then
25963 wx_cv_size_t_is_uint=no
25964 else
25965 echo "$as_me: failed program was:" >&5
25966 sed 's/^/| /' conftest.$ac_ext >&5
25967
25968 wx_cv_size_t_is_uint=yes
25969
25970 fi
25971 rm -f conftest.$ac_objext conftest.$ac_ext
25972
25973
25974 fi
25975 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
25976 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
25977
25978 if test "$wx_cv_size_t_is_uint" = "yes"; then
25979 cat >>confdefs.h <<\_ACEOF
25980 #define wxSIZE_T_IS_UINT 1
25981 _ACEOF
25982
25983 else
25984 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
25985 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
25986 if test "${wx_cv_size_t_is_ulong+set}" = set; then
25987 echo $ECHO_N "(cached) $ECHO_C" >&6
25988 else
25989 cat >conftest.$ac_ext <<_ACEOF
25990 #line $LINENO "configure"
25991 /* confdefs.h. */
25992 _ACEOF
25993 cat confdefs.h >>conftest.$ac_ext
25994 cat >>conftest.$ac_ext <<_ACEOF
25995 /* end confdefs.h. */
25996 #include <stddef.h>
25997 int
25998 main ()
25999 {
26000
26001 return 0; }
26002
26003 struct Foo { void foo(size_t); void foo(unsigned long); };
26004
26005 int bar() {
26006
26007 ;
26008 return 0;
26009 }
26010 _ACEOF
26011 rm -f conftest.$ac_objext
26012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26013 (eval $ac_compile) 2>&5
26014 ac_status=$?
26015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26016 (exit $ac_status); } &&
26017 { ac_try='test -s conftest.$ac_objext'
26018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26019 (eval $ac_try) 2>&5
26020 ac_status=$?
26021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26022 (exit $ac_status); }; }; then
26023 wx_cv_size_t_is_ulong=no
26024 else
26025 echo "$as_me: failed program was:" >&5
26026 sed 's/^/| /' conftest.$ac_ext >&5
26027
26028 wx_cv_size_t_is_ulong=yes
26029
26030 fi
26031 rm -f conftest.$ac_objext conftest.$ac_ext
26032
26033 fi
26034 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
26035 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
26036
26037 if test "$wx_cv_size_t_is_ulong" = "yes"; then
26038 cat >>confdefs.h <<\_ACEOF
26039 #define wxSIZE_T_IS_ULONG 1
26040 _ACEOF
26041
26042 fi
26043 fi
26044
26045 ac_ext=c
26046 ac_cpp='$CPP $CPPFLAGS'
26047 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26048 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26049 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26050
26051
26052
26053 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
26054 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
26055 if test "${wx_cv_struct_pw_gecos+set}" = set; then
26056 echo $ECHO_N "(cached) $ECHO_C" >&6
26057 else
26058
26059 cat >conftest.$ac_ext <<_ACEOF
26060 #line $LINENO "configure"
26061 /* confdefs.h. */
26062 _ACEOF
26063 cat confdefs.h >>conftest.$ac_ext
26064 cat >>conftest.$ac_ext <<_ACEOF
26065 /* end confdefs.h. */
26066 #include <pwd.h>
26067 int
26068 main ()
26069 {
26070
26071 char *p;
26072 struct passwd *pw;
26073 p = pw->pw_gecos;
26074
26075 ;
26076 return 0;
26077 }
26078 _ACEOF
26079 rm -f conftest.$ac_objext
26080 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26081 (eval $ac_compile) 2>&5
26082 ac_status=$?
26083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26084 (exit $ac_status); } &&
26085 { ac_try='test -s conftest.$ac_objext'
26086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26087 (eval $ac_try) 2>&5
26088 ac_status=$?
26089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26090 (exit $ac_status); }; }; then
26091
26092 wx_cv_struct_pw_gecos=yes
26093
26094 else
26095 echo "$as_me: failed program was:" >&5
26096 sed 's/^/| /' conftest.$ac_ext >&5
26097
26098
26099 wx_cv_struct_pw_gecos=no
26100
26101
26102 fi
26103 rm -f conftest.$ac_objext conftest.$ac_ext
26104
26105
26106 fi
26107 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
26108 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
26109
26110 if test "$wx_cv_struct_pw_gecos" = "yes"; then
26111 cat >>confdefs.h <<\_ACEOF
26112 #define HAVE_PW_GECOS 1
26113 _ACEOF
26114
26115 fi
26116
26117
26118 if test "$wx_cv_sizeof_wchar_t" != "0"; then
26119 cat >>confdefs.h <<\_ACEOF
26120 #define wxUSE_WCHAR_T 1
26121 _ACEOF
26122
26123
26124 WCSLEN_FOUND=0
26125 WCHAR_LINK=
26126
26127 for ac_func in wcslen
26128 do
26129 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26130 echo "$as_me:$LINENO: checking for $ac_func" >&5
26131 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26132 if eval "test \"\${$as_ac_var+set}\" = set"; then
26133 echo $ECHO_N "(cached) $ECHO_C" >&6
26134 else
26135 cat >conftest.$ac_ext <<_ACEOF
26136 #line $LINENO "configure"
26137 /* confdefs.h. */
26138 _ACEOF
26139 cat confdefs.h >>conftest.$ac_ext
26140 cat >>conftest.$ac_ext <<_ACEOF
26141 /* end confdefs.h. */
26142 /* System header to define __stub macros and hopefully few prototypes,
26143 which can conflict with char $ac_func (); below.
26144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26145 <limits.h> exists even on freestanding compilers. */
26146 #ifdef __STDC__
26147 # include <limits.h>
26148 #else
26149 # include <assert.h>
26150 #endif
26151 /* Override any gcc2 internal prototype to avoid an error. */
26152 #ifdef __cplusplus
26153 extern "C"
26154 {
26155 #endif
26156 /* We use char because int might match the return type of a gcc2
26157 builtin and then its argument prototype would still apply. */
26158 char $ac_func ();
26159 /* The GNU C library defines this for functions which it implements
26160 to always fail with ENOSYS. Some functions are actually named
26161 something starting with __ and the normal name is an alias. */
26162 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26163 choke me
26164 #else
26165 char (*f) () = $ac_func;
26166 #endif
26167 #ifdef __cplusplus
26168 }
26169 #endif
26170
26171 int
26172 main ()
26173 {
26174 return f != $ac_func;
26175 ;
26176 return 0;
26177 }
26178 _ACEOF
26179 rm -f conftest.$ac_objext conftest$ac_exeext
26180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26181 (eval $ac_link) 2>&5
26182 ac_status=$?
26183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26184 (exit $ac_status); } &&
26185 { ac_try='test -s conftest$ac_exeext'
26186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26187 (eval $ac_try) 2>&5
26188 ac_status=$?
26189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26190 (exit $ac_status); }; }; then
26191 eval "$as_ac_var=yes"
26192 else
26193 echo "$as_me: failed program was:" >&5
26194 sed 's/^/| /' conftest.$ac_ext >&5
26195
26196 eval "$as_ac_var=no"
26197 fi
26198 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26199 fi
26200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26201 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26202 if test `eval echo '${'$as_ac_var'}'` = yes; then
26203 cat >>confdefs.h <<_ACEOF
26204 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26205 _ACEOF
26206 WCSLEN_FOUND=1
26207 fi
26208 done
26209
26210
26211 if test "$WCSLEN_FOUND" = 0; then
26212 if test "$TOOLKIT" = "MSW"; then
26213 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
26214 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
26215 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
26216 echo $ECHO_N "(cached) $ECHO_C" >&6
26217 else
26218 ac_check_lib_save_LIBS=$LIBS
26219 LIBS="-lmsvcrt $LIBS"
26220 cat >conftest.$ac_ext <<_ACEOF
26221 #line $LINENO "configure"
26222 /* confdefs.h. */
26223 _ACEOF
26224 cat confdefs.h >>conftest.$ac_ext
26225 cat >>conftest.$ac_ext <<_ACEOF
26226 /* end confdefs.h. */
26227
26228 /* Override any gcc2 internal prototype to avoid an error. */
26229 #ifdef __cplusplus
26230 extern "C"
26231 #endif
26232 /* We use char because int might match the return type of a gcc2
26233 builtin and then its argument prototype would still apply. */
26234 char wcslen ();
26235 int
26236 main ()
26237 {
26238 wcslen ();
26239 ;
26240 return 0;
26241 }
26242 _ACEOF
26243 rm -f conftest.$ac_objext conftest$ac_exeext
26244 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26245 (eval $ac_link) 2>&5
26246 ac_status=$?
26247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26248 (exit $ac_status); } &&
26249 { ac_try='test -s conftest$ac_exeext'
26250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26251 (eval $ac_try) 2>&5
26252 ac_status=$?
26253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26254 (exit $ac_status); }; }; then
26255 ac_cv_lib_msvcrt_wcslen=yes
26256 else
26257 echo "$as_me: failed program was:" >&5
26258 sed 's/^/| /' conftest.$ac_ext >&5
26259
26260 ac_cv_lib_msvcrt_wcslen=no
26261 fi
26262 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26263 LIBS=$ac_check_lib_save_LIBS
26264 fi
26265 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
26266 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
26267 if test $ac_cv_lib_msvcrt_wcslen = yes; then
26268 WCHAR_OK=1
26269 fi
26270
26271 else
26272 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
26273 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
26274 if test "${ac_cv_lib_w_wcslen+set}" = set; then
26275 echo $ECHO_N "(cached) $ECHO_C" >&6
26276 else
26277 ac_check_lib_save_LIBS=$LIBS
26278 LIBS="-lw $LIBS"
26279 cat >conftest.$ac_ext <<_ACEOF
26280 #line $LINENO "configure"
26281 /* confdefs.h. */
26282 _ACEOF
26283 cat confdefs.h >>conftest.$ac_ext
26284 cat >>conftest.$ac_ext <<_ACEOF
26285 /* end confdefs.h. */
26286
26287 /* Override any gcc2 internal prototype to avoid an error. */
26288 #ifdef __cplusplus
26289 extern "C"
26290 #endif
26291 /* We use char because int might match the return type of a gcc2
26292 builtin and then its argument prototype would still apply. */
26293 char wcslen ();
26294 int
26295 main ()
26296 {
26297 wcslen ();
26298 ;
26299 return 0;
26300 }
26301 _ACEOF
26302 rm -f conftest.$ac_objext conftest$ac_exeext
26303 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26304 (eval $ac_link) 2>&5
26305 ac_status=$?
26306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26307 (exit $ac_status); } &&
26308 { ac_try='test -s conftest$ac_exeext'
26309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26310 (eval $ac_try) 2>&5
26311 ac_status=$?
26312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26313 (exit $ac_status); }; }; then
26314 ac_cv_lib_w_wcslen=yes
26315 else
26316 echo "$as_me: failed program was:" >&5
26317 sed 's/^/| /' conftest.$ac_ext >&5
26318
26319 ac_cv_lib_w_wcslen=no
26320 fi
26321 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26322 LIBS=$ac_check_lib_save_LIBS
26323 fi
26324 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26325 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26326 if test $ac_cv_lib_w_wcslen = yes; then
26327
26328 WCHAR_LINK=" -lw"
26329 WCSLEN_FOUND=1
26330
26331 fi
26332
26333 fi
26334 fi
26335
26336 if test "$WCSLEN_FOUND" = 1; then
26337 cat >>confdefs.h <<\_ACEOF
26338 #define HAVE_WCSLEN 1
26339 _ACEOF
26340
26341 fi
26342
26343
26344 for ac_func in wcsrtombs
26345 do
26346 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26347 echo "$as_me:$LINENO: checking for $ac_func" >&5
26348 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26349 if eval "test \"\${$as_ac_var+set}\" = set"; then
26350 echo $ECHO_N "(cached) $ECHO_C" >&6
26351 else
26352 cat >conftest.$ac_ext <<_ACEOF
26353 #line $LINENO "configure"
26354 /* confdefs.h. */
26355 _ACEOF
26356 cat confdefs.h >>conftest.$ac_ext
26357 cat >>conftest.$ac_ext <<_ACEOF
26358 /* end confdefs.h. */
26359 /* System header to define __stub macros and hopefully few prototypes,
26360 which can conflict with char $ac_func (); below.
26361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26362 <limits.h> exists even on freestanding compilers. */
26363 #ifdef __STDC__
26364 # include <limits.h>
26365 #else
26366 # include <assert.h>
26367 #endif
26368 /* Override any gcc2 internal prototype to avoid an error. */
26369 #ifdef __cplusplus
26370 extern "C"
26371 {
26372 #endif
26373 /* We use char because int might match the return type of a gcc2
26374 builtin and then its argument prototype would still apply. */
26375 char $ac_func ();
26376 /* The GNU C library defines this for functions which it implements
26377 to always fail with ENOSYS. Some functions are actually named
26378 something starting with __ and the normal name is an alias. */
26379 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26380 choke me
26381 #else
26382 char (*f) () = $ac_func;
26383 #endif
26384 #ifdef __cplusplus
26385 }
26386 #endif
26387
26388 int
26389 main ()
26390 {
26391 return f != $ac_func;
26392 ;
26393 return 0;
26394 }
26395 _ACEOF
26396 rm -f conftest.$ac_objext conftest$ac_exeext
26397 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26398 (eval $ac_link) 2>&5
26399 ac_status=$?
26400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26401 (exit $ac_status); } &&
26402 { ac_try='test -s conftest$ac_exeext'
26403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26404 (eval $ac_try) 2>&5
26405 ac_status=$?
26406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26407 (exit $ac_status); }; }; then
26408 eval "$as_ac_var=yes"
26409 else
26410 echo "$as_me: failed program was:" >&5
26411 sed 's/^/| /' conftest.$ac_ext >&5
26412
26413 eval "$as_ac_var=no"
26414 fi
26415 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26416 fi
26417 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26418 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26419 if test `eval echo '${'$as_ac_var'}'` = yes; then
26420 cat >>confdefs.h <<_ACEOF
26421 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26422 _ACEOF
26423
26424 fi
26425 done
26426
26427 else
26428 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26429 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
26430 fi
26431
26432
26433
26434 ac_ext=cc
26435 ac_cpp='$CXXCPP $CPPFLAGS'
26436 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26437 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26438 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26439
26440
26441
26442 for ac_func in vsnprintf
26443 do
26444 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26445 echo "$as_me:$LINENO: checking for $ac_func" >&5
26446 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26447 if eval "test \"\${$as_ac_var+set}\" = set"; then
26448 echo $ECHO_N "(cached) $ECHO_C" >&6
26449 else
26450 cat >conftest.$ac_ext <<_ACEOF
26451 #line $LINENO "configure"
26452 /* confdefs.h. */
26453 _ACEOF
26454 cat confdefs.h >>conftest.$ac_ext
26455 cat >>conftest.$ac_ext <<_ACEOF
26456 /* end confdefs.h. */
26457 /* System header to define __stub macros and hopefully few prototypes,
26458 which can conflict with char $ac_func (); below.
26459 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26460 <limits.h> exists even on freestanding compilers. */
26461 #ifdef __STDC__
26462 # include <limits.h>
26463 #else
26464 # include <assert.h>
26465 #endif
26466 /* Override any gcc2 internal prototype to avoid an error. */
26467 #ifdef __cplusplus
26468 extern "C"
26469 {
26470 #endif
26471 /* We use char because int might match the return type of a gcc2
26472 builtin and then its argument prototype would still apply. */
26473 char $ac_func ();
26474 /* The GNU C library defines this for functions which it implements
26475 to always fail with ENOSYS. Some functions are actually named
26476 something starting with __ and the normal name is an alias. */
26477 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26478 choke me
26479 #else
26480 char (*f) () = $ac_func;
26481 #endif
26482 #ifdef __cplusplus
26483 }
26484 #endif
26485
26486 int
26487 main ()
26488 {
26489 return f != $ac_func;
26490 ;
26491 return 0;
26492 }
26493 _ACEOF
26494 rm -f conftest.$ac_objext conftest$ac_exeext
26495 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26496 (eval $ac_link) 2>&5
26497 ac_status=$?
26498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26499 (exit $ac_status); } &&
26500 { ac_try='test -s conftest$ac_exeext'
26501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26502 (eval $ac_try) 2>&5
26503 ac_status=$?
26504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26505 (exit $ac_status); }; }; then
26506 eval "$as_ac_var=yes"
26507 else
26508 echo "$as_me: failed program was:" >&5
26509 sed 's/^/| /' conftest.$ac_ext >&5
26510
26511 eval "$as_ac_var=no"
26512 fi
26513 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26514 fi
26515 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26516 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26517 if test `eval echo '${'$as_ac_var'}'` = yes; then
26518 cat >>confdefs.h <<_ACEOF
26519 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26520 _ACEOF
26521
26522 fi
26523 done
26524
26525
26526 if test "$ac_cv_func_vsnprintf" = "yes"; then
26527 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26528 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26529 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26530 echo $ECHO_N "(cached) $ECHO_C" >&6
26531 else
26532
26533 cat >conftest.$ac_ext <<_ACEOF
26534 #line $LINENO "configure"
26535 /* confdefs.h. */
26536 _ACEOF
26537 cat confdefs.h >>conftest.$ac_ext
26538 cat >>conftest.$ac_ext <<_ACEOF
26539 /* end confdefs.h. */
26540
26541 #include <stdio.h>
26542 #include <stdarg.h>
26543
26544 int
26545 main ()
26546 {
26547
26548 char *buf;
26549 va_list ap;
26550 vsnprintf(buf, 10u, "%s", ap);
26551
26552 ;
26553 return 0;
26554 }
26555 _ACEOF
26556 rm -f conftest.$ac_objext
26557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26558 (eval $ac_compile) 2>&5
26559 ac_status=$?
26560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26561 (exit $ac_status); } &&
26562 { ac_try='test -s conftest.$ac_objext'
26563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26564 (eval $ac_try) 2>&5
26565 ac_status=$?
26566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26567 (exit $ac_status); }; }; then
26568 wx_cv_func_vsnprintf_decl=yes
26569 else
26570 echo "$as_me: failed program was:" >&5
26571 sed 's/^/| /' conftest.$ac_ext >&5
26572
26573 wx_cv_func_vsnprintf_decl=no
26574
26575 fi
26576 rm -f conftest.$ac_objext conftest.$ac_ext
26577
26578
26579 fi
26580 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26581 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
26582
26583 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
26584 cat >>confdefs.h <<\_ACEOF
26585 #define HAVE_VSNPRINTF_DECL 1
26586 _ACEOF
26587
26588 fi
26589 fi
26590
26591 if test "$wxUSE_UNICODE" = yes; then
26592
26593
26594
26595 for ac_func in fputwc wprintf vswprintf
26596 do
26597 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26598 echo "$as_me:$LINENO: checking for $ac_func" >&5
26599 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26600 if eval "test \"\${$as_ac_var+set}\" = set"; then
26601 echo $ECHO_N "(cached) $ECHO_C" >&6
26602 else
26603 cat >conftest.$ac_ext <<_ACEOF
26604 #line $LINENO "configure"
26605 /* confdefs.h. */
26606 _ACEOF
26607 cat confdefs.h >>conftest.$ac_ext
26608 cat >>conftest.$ac_ext <<_ACEOF
26609 /* end confdefs.h. */
26610 /* System header to define __stub macros and hopefully few prototypes,
26611 which can conflict with char $ac_func (); below.
26612 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26613 <limits.h> exists even on freestanding compilers. */
26614 #ifdef __STDC__
26615 # include <limits.h>
26616 #else
26617 # include <assert.h>
26618 #endif
26619 /* Override any gcc2 internal prototype to avoid an error. */
26620 #ifdef __cplusplus
26621 extern "C"
26622 {
26623 #endif
26624 /* We use char because int might match the return type of a gcc2
26625 builtin and then its argument prototype would still apply. */
26626 char $ac_func ();
26627 /* The GNU C library defines this for functions which it implements
26628 to always fail with ENOSYS. Some functions are actually named
26629 something starting with __ and the normal name is an alias. */
26630 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26631 choke me
26632 #else
26633 char (*f) () = $ac_func;
26634 #endif
26635 #ifdef __cplusplus
26636 }
26637 #endif
26638
26639 int
26640 main ()
26641 {
26642 return f != $ac_func;
26643 ;
26644 return 0;
26645 }
26646 _ACEOF
26647 rm -f conftest.$ac_objext conftest$ac_exeext
26648 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26649 (eval $ac_link) 2>&5
26650 ac_status=$?
26651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26652 (exit $ac_status); } &&
26653 { ac_try='test -s conftest$ac_exeext'
26654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26655 (eval $ac_try) 2>&5
26656 ac_status=$?
26657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26658 (exit $ac_status); }; }; then
26659 eval "$as_ac_var=yes"
26660 else
26661 echo "$as_me: failed program was:" >&5
26662 sed 's/^/| /' conftest.$ac_ext >&5
26663
26664 eval "$as_ac_var=no"
26665 fi
26666 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26667 fi
26668 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26669 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26670 if test `eval echo '${'$as_ac_var'}'` = yes; then
26671 cat >>confdefs.h <<_ACEOF
26672 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26673 _ACEOF
26674
26675 fi
26676 done
26677
26678
26679 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26680 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26681 cat >conftest.$ac_ext <<_ACEOF
26682 #line $LINENO "configure"
26683 /* confdefs.h. */
26684 _ACEOF
26685 cat confdefs.h >>conftest.$ac_ext
26686 cat >>conftest.$ac_ext <<_ACEOF
26687 /* end confdefs.h. */
26688 #include <wchar.h>
26689 int
26690 main ()
26691 {
26692 &_vsnwprintf;
26693 ;
26694 return 0;
26695 }
26696 _ACEOF
26697 rm -f conftest.$ac_objext
26698 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26699 (eval $ac_compile) 2>&5
26700 ac_status=$?
26701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26702 (exit $ac_status); } &&
26703 { ac_try='test -s conftest.$ac_objext'
26704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26705 (eval $ac_try) 2>&5
26706 ac_status=$?
26707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26708 (exit $ac_status); }; }; then
26709 echo "$as_me:$LINENO: result: yes" >&5
26710 echo "${ECHO_T}yes" >&6
26711 cat >>confdefs.h <<\_ACEOF
26712 #define HAVE__VSNWPRINTF 1
26713 _ACEOF
26714
26715 else
26716 echo "$as_me: failed program was:" >&5
26717 sed 's/^/| /' conftest.$ac_ext >&5
26718
26719 echo "$as_me:$LINENO: result: no" >&5
26720 echo "${ECHO_T}no" >&6
26721 fi
26722 rm -f conftest.$ac_objext conftest.$ac_ext;
26723 fi
26724
26725 ac_ext=c
26726 ac_cpp='$CPP $CPPFLAGS'
26727 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26728 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26729 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26730
26731
26732
26733
26734 if test "$TOOLKIT" != "MSW"; then
26735
26736
26737
26738
26739 ac_ext=cc
26740 ac_cpp='$CXXCPP $CPPFLAGS'
26741 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26742 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26743 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26744
26745
26746
26747
26748 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
26749 if test "${with_libiconv_prefix+set}" = set; then
26750 withval="$with_libiconv_prefix"
26751
26752 for dir in `echo "$withval" | tr : ' '`; do
26753 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
26754 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
26755 done
26756
26757 fi;
26758
26759 echo "$as_me:$LINENO: checking for iconv" >&5
26760 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26761 if test "${am_cv_func_iconv+set}" = set; then
26762 echo $ECHO_N "(cached) $ECHO_C" >&6
26763 else
26764
26765 am_cv_func_iconv="no, consider installing GNU libiconv"
26766 am_cv_lib_iconv=no
26767 cat >conftest.$ac_ext <<_ACEOF
26768 #line $LINENO "configure"
26769 /* confdefs.h. */
26770 _ACEOF
26771 cat confdefs.h >>conftest.$ac_ext
26772 cat >>conftest.$ac_ext <<_ACEOF
26773 /* end confdefs.h. */
26774 #include <stdlib.h>
26775 #include <iconv.h>
26776 int
26777 main ()
26778 {
26779 iconv_t cd = iconv_open("","");
26780 iconv(cd,NULL,NULL,NULL,NULL);
26781 iconv_close(cd);
26782 ;
26783 return 0;
26784 }
26785 _ACEOF
26786 rm -f conftest.$ac_objext conftest$ac_exeext
26787 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26788 (eval $ac_link) 2>&5
26789 ac_status=$?
26790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26791 (exit $ac_status); } &&
26792 { ac_try='test -s conftest$ac_exeext'
26793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26794 (eval $ac_try) 2>&5
26795 ac_status=$?
26796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26797 (exit $ac_status); }; }; then
26798 am_cv_func_iconv=yes
26799 else
26800 echo "$as_me: failed program was:" >&5
26801 sed 's/^/| /' conftest.$ac_ext >&5
26802
26803 fi
26804 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26805 if test "$am_cv_func_iconv" != yes; then
26806 am_save_LIBS="$LIBS"
26807 LIBS="$LIBS -liconv"
26808 cat >conftest.$ac_ext <<_ACEOF
26809 #line $LINENO "configure"
26810 /* confdefs.h. */
26811 _ACEOF
26812 cat confdefs.h >>conftest.$ac_ext
26813 cat >>conftest.$ac_ext <<_ACEOF
26814 /* end confdefs.h. */
26815 #include <stdlib.h>
26816 #include <iconv.h>
26817 int
26818 main ()
26819 {
26820 iconv_t cd = iconv_open("","");
26821 iconv(cd,NULL,NULL,NULL,NULL);
26822 iconv_close(cd);
26823 ;
26824 return 0;
26825 }
26826 _ACEOF
26827 rm -f conftest.$ac_objext conftest$ac_exeext
26828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26829 (eval $ac_link) 2>&5
26830 ac_status=$?
26831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26832 (exit $ac_status); } &&
26833 { ac_try='test -s conftest$ac_exeext'
26834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26835 (eval $ac_try) 2>&5
26836 ac_status=$?
26837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26838 (exit $ac_status); }; }; then
26839 am_cv_lib_iconv=yes
26840 am_cv_func_iconv=yes
26841 else
26842 echo "$as_me: failed program was:" >&5
26843 sed 's/^/| /' conftest.$ac_ext >&5
26844
26845 fi
26846 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26847 LIBS="$am_save_LIBS"
26848 fi
26849
26850 fi
26851 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26852 echo "${ECHO_T}$am_cv_func_iconv" >&6
26853 if test "$am_cv_func_iconv" = yes; then
26854
26855 cat >>confdefs.h <<\_ACEOF
26856 #define HAVE_ICONV 1
26857 _ACEOF
26858
26859 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26860 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26861 if test "${wx_cv_func_iconv_const+set}" = set; then
26862 echo $ECHO_N "(cached) $ECHO_C" >&6
26863 else
26864 cat >conftest.$ac_ext <<_ACEOF
26865 #line $LINENO "configure"
26866 /* confdefs.h. */
26867 _ACEOF
26868 cat confdefs.h >>conftest.$ac_ext
26869 cat >>conftest.$ac_ext <<_ACEOF
26870 /* end confdefs.h. */
26871
26872 #include <stdlib.h>
26873 #include <iconv.h>
26874 extern
26875 #ifdef __cplusplus
26876 "C"
26877 #endif
26878 #if defined(__STDC__) || defined(__cplusplus)
26879 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26880 #else
26881 size_t iconv();
26882 #endif
26883
26884 int
26885 main ()
26886 {
26887
26888 ;
26889 return 0;
26890 }
26891 _ACEOF
26892 rm -f conftest.$ac_objext
26893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26894 (eval $ac_compile) 2>&5
26895 ac_status=$?
26896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26897 (exit $ac_status); } &&
26898 { ac_try='test -s conftest.$ac_objext'
26899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26900 (eval $ac_try) 2>&5
26901 ac_status=$?
26902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26903 (exit $ac_status); }; }; then
26904 wx_cv_func_iconv_const="no"
26905 else
26906 echo "$as_me: failed program was:" >&5
26907 sed 's/^/| /' conftest.$ac_ext >&5
26908
26909 wx_cv_func_iconv_const="yes"
26910
26911 fi
26912 rm -f conftest.$ac_objext conftest.$ac_ext
26913
26914 fi
26915 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
26916 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
26917
26918 iconv_const=
26919 if test "x$wx_cv_func_iconv_const" = "xyes"; then
26920 iconv_const="const"
26921 fi
26922
26923
26924 cat >>confdefs.h <<_ACEOF
26925 #define ICONV_CONST $iconv_const
26926 _ACEOF
26927
26928 fi
26929 LIBICONV=
26930 if test "$am_cv_lib_iconv" = yes; then
26931 LIBICONV="-liconv"
26932 fi
26933
26934
26935 LIBS="$LIBICONV $LIBS"
26936 ac_ext=c
26937 ac_cpp='$CPP $CPPFLAGS'
26938 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26939 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26940 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26941
26942
26943 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
26944
26945 for ac_func in sigaction
26946 do
26947 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26948 echo "$as_me:$LINENO: checking for $ac_func" >&5
26949 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26950 if eval "test \"\${$as_ac_var+set}\" = set"; then
26951 echo $ECHO_N "(cached) $ECHO_C" >&6
26952 else
26953 cat >conftest.$ac_ext <<_ACEOF
26954 #line $LINENO "configure"
26955 /* confdefs.h. */
26956 _ACEOF
26957 cat confdefs.h >>conftest.$ac_ext
26958 cat >>conftest.$ac_ext <<_ACEOF
26959 /* end confdefs.h. */
26960 /* System header to define __stub macros and hopefully few prototypes,
26961 which can conflict with char $ac_func (); below.
26962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26963 <limits.h> exists even on freestanding compilers. */
26964 #ifdef __STDC__
26965 # include <limits.h>
26966 #else
26967 # include <assert.h>
26968 #endif
26969 /* Override any gcc2 internal prototype to avoid an error. */
26970 #ifdef __cplusplus
26971 extern "C"
26972 {
26973 #endif
26974 /* We use char because int might match the return type of a gcc2
26975 builtin and then its argument prototype would still apply. */
26976 char $ac_func ();
26977 /* The GNU C library defines this for functions which it implements
26978 to always fail with ENOSYS. Some functions are actually named
26979 something starting with __ and the normal name is an alias. */
26980 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26981 choke me
26982 #else
26983 char (*f) () = $ac_func;
26984 #endif
26985 #ifdef __cplusplus
26986 }
26987 #endif
26988
26989 int
26990 main ()
26991 {
26992 return f != $ac_func;
26993 ;
26994 return 0;
26995 }
26996 _ACEOF
26997 rm -f conftest.$ac_objext conftest$ac_exeext
26998 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26999 (eval $ac_link) 2>&5
27000 ac_status=$?
27001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27002 (exit $ac_status); } &&
27003 { ac_try='test -s conftest$ac_exeext'
27004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27005 (eval $ac_try) 2>&5
27006 ac_status=$?
27007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27008 (exit $ac_status); }; }; then
27009 eval "$as_ac_var=yes"
27010 else
27011 echo "$as_me: failed program was:" >&5
27012 sed 's/^/| /' conftest.$ac_ext >&5
27013
27014 eval "$as_ac_var=no"
27015 fi
27016 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27017 fi
27018 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27019 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27020 if test `eval echo '${'$as_ac_var'}'` = yes; then
27021 cat >>confdefs.h <<_ACEOF
27022 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27023 _ACEOF
27024
27025 fi
27026 done
27027
27028
27029 if test "$ac_cv_func_sigaction" = "no"; then
27030 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
27031 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
27032 wxUSE_ON_FATAL_EXCEPTION=no
27033 fi
27034
27035 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
27036
27037
27038 ac_ext=cc
27039 ac_cpp='$CXXCPP $CPPFLAGS'
27040 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27041 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27042 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27043
27044
27045 echo "$as_me:$LINENO: checking for sa_handler type" >&5
27046 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
27047 if test "${wx_cv_type_sa_handler+set}" = set; then
27048 echo $ECHO_N "(cached) $ECHO_C" >&6
27049 else
27050
27051 cat >conftest.$ac_ext <<_ACEOF
27052 #line $LINENO "configure"
27053 /* confdefs.h. */
27054 _ACEOF
27055 cat confdefs.h >>conftest.$ac_ext
27056 cat >>conftest.$ac_ext <<_ACEOF
27057 /* end confdefs.h. */
27058 #include <signal.h>
27059 int
27060 main ()
27061 {
27062
27063 extern void testSigHandler(int);
27064
27065 struct sigaction sa;
27066 sa.sa_handler = testSigHandler;
27067
27068 ;
27069 return 0;
27070 }
27071 _ACEOF
27072 rm -f conftest.$ac_objext
27073 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27074 (eval $ac_compile) 2>&5
27075 ac_status=$?
27076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27077 (exit $ac_status); } &&
27078 { ac_try='test -s conftest.$ac_objext'
27079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27080 (eval $ac_try) 2>&5
27081 ac_status=$?
27082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27083 (exit $ac_status); }; }; then
27084
27085 wx_cv_type_sa_handler=int
27086
27087 else
27088 echo "$as_me: failed program was:" >&5
27089 sed 's/^/| /' conftest.$ac_ext >&5
27090
27091
27092 wx_cv_type_sa_handler=void
27093
27094 fi
27095 rm -f conftest.$ac_objext conftest.$ac_ext
27096
27097 fi
27098 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
27099 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
27100
27101 ac_ext=c
27102 ac_cpp='$CPP $CPPFLAGS'
27103 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27104 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27105 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27106
27107
27108 cat >>confdefs.h <<_ACEOF
27109 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
27110 _ACEOF
27111
27112 fi
27113 fi
27114
27115
27116
27117 for ac_func in mkstemp mktemp
27118 do
27119 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27120 echo "$as_me:$LINENO: checking for $ac_func" >&5
27121 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27122 if eval "test \"\${$as_ac_var+set}\" = set"; then
27123 echo $ECHO_N "(cached) $ECHO_C" >&6
27124 else
27125 cat >conftest.$ac_ext <<_ACEOF
27126 #line $LINENO "configure"
27127 /* confdefs.h. */
27128 _ACEOF
27129 cat confdefs.h >>conftest.$ac_ext
27130 cat >>conftest.$ac_ext <<_ACEOF
27131 /* end confdefs.h. */
27132 /* System header to define __stub macros and hopefully few prototypes,
27133 which can conflict with char $ac_func (); below.
27134 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27135 <limits.h> exists even on freestanding compilers. */
27136 #ifdef __STDC__
27137 # include <limits.h>
27138 #else
27139 # include <assert.h>
27140 #endif
27141 /* Override any gcc2 internal prototype to avoid an error. */
27142 #ifdef __cplusplus
27143 extern "C"
27144 {
27145 #endif
27146 /* We use char because int might match the return type of a gcc2
27147 builtin and then its argument prototype would still apply. */
27148 char $ac_func ();
27149 /* The GNU C library defines this for functions which it implements
27150 to always fail with ENOSYS. Some functions are actually named
27151 something starting with __ and the normal name is an alias. */
27152 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27153 choke me
27154 #else
27155 char (*f) () = $ac_func;
27156 #endif
27157 #ifdef __cplusplus
27158 }
27159 #endif
27160
27161 int
27162 main ()
27163 {
27164 return f != $ac_func;
27165 ;
27166 return 0;
27167 }
27168 _ACEOF
27169 rm -f conftest.$ac_objext conftest$ac_exeext
27170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27171 (eval $ac_link) 2>&5
27172 ac_status=$?
27173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27174 (exit $ac_status); } &&
27175 { ac_try='test -s conftest$ac_exeext'
27176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27177 (eval $ac_try) 2>&5
27178 ac_status=$?
27179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27180 (exit $ac_status); }; }; then
27181 eval "$as_ac_var=yes"
27182 else
27183 echo "$as_me: failed program was:" >&5
27184 sed 's/^/| /' conftest.$ac_ext >&5
27185
27186 eval "$as_ac_var=no"
27187 fi
27188 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27189 fi
27190 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27191 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27192 if test `eval echo '${'$as_ac_var'}'` = yes; then
27193 cat >>confdefs.h <<_ACEOF
27194 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27195 _ACEOF
27196 break
27197 fi
27198 done
27199
27200
27201 echo "$as_me:$LINENO: checking for statfs" >&5
27202 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
27203 if test "${wx_cv_func_statfs+set}" = set; then
27204 echo $ECHO_N "(cached) $ECHO_C" >&6
27205 else
27206 cat >conftest.$ac_ext <<_ACEOF
27207 #line $LINENO "configure"
27208 /* confdefs.h. */
27209 _ACEOF
27210 cat confdefs.h >>conftest.$ac_ext
27211 cat >>conftest.$ac_ext <<_ACEOF
27212 /* end confdefs.h. */
27213
27214 #if defined(__BSD__)
27215 #include <sys/param.h>
27216 #include <sys/mount.h>
27217 #else
27218 #include <sys/vfs.h>
27219 #endif
27220
27221 int
27222 main ()
27223 {
27224
27225 long l;
27226 struct statfs fs;
27227 statfs("/", &fs);
27228 l = fs.f_bsize;
27229 l += fs.f_blocks;
27230 l += fs.f_bavail;
27231
27232 ;
27233 return 0;
27234 }
27235 _ACEOF
27236 rm -f conftest.$ac_objext
27237 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27238 (eval $ac_compile) 2>&5
27239 ac_status=$?
27240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27241 (exit $ac_status); } &&
27242 { ac_try='test -s conftest.$ac_objext'
27243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27244 (eval $ac_try) 2>&5
27245 ac_status=$?
27246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27247 (exit $ac_status); }; }; then
27248
27249 wx_cv_func_statfs=yes
27250
27251 else
27252 echo "$as_me: failed program was:" >&5
27253 sed 's/^/| /' conftest.$ac_ext >&5
27254
27255
27256 wx_cv_func_statfs=no
27257
27258
27259 fi
27260 rm -f conftest.$ac_objext conftest.$ac_ext
27261
27262 fi
27263 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
27264 echo "${ECHO_T}$wx_cv_func_statfs" >&6
27265
27266 if test "$wx_cv_func_statfs" = "yes"; then
27267 wx_cv_type_statvfs_t="struct statfs"
27268 cat >>confdefs.h <<\_ACEOF
27269 #define HAVE_STATFS 1
27270 _ACEOF
27271
27272 else
27273 echo "$as_me:$LINENO: checking for statvfs" >&5
27274 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
27275 if test "${wx_cv_func_statvfs+set}" = set; then
27276 echo $ECHO_N "(cached) $ECHO_C" >&6
27277 else
27278 cat >conftest.$ac_ext <<_ACEOF
27279 #line $LINENO "configure"
27280 /* confdefs.h. */
27281 _ACEOF
27282 cat confdefs.h >>conftest.$ac_ext
27283 cat >>conftest.$ac_ext <<_ACEOF
27284 /* end confdefs.h. */
27285
27286 #include <stddef.h>
27287 #include <sys/statvfs.h>
27288
27289 int
27290 main ()
27291 {
27292
27293 statvfs("/", NULL);
27294
27295 ;
27296 return 0;
27297 }
27298 _ACEOF
27299 rm -f conftest.$ac_objext
27300 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27301 (eval $ac_compile) 2>&5
27302 ac_status=$?
27303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27304 (exit $ac_status); } &&
27305 { ac_try='test -s conftest.$ac_objext'
27306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27307 (eval $ac_try) 2>&5
27308 ac_status=$?
27309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27310 (exit $ac_status); }; }; then
27311 wx_cv_func_statvfs=yes
27312 else
27313 echo "$as_me: failed program was:" >&5
27314 sed 's/^/| /' conftest.$ac_ext >&5
27315
27316 wx_cv_func_statvfs=no
27317
27318 fi
27319 rm -f conftest.$ac_objext conftest.$ac_ext
27320
27321 fi
27322 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27323 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
27324
27325 if test "$wx_cv_func_statvfs" = "yes"; then
27326
27327
27328 ac_ext=cc
27329 ac_cpp='$CXXCPP $CPPFLAGS'
27330 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27331 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27332 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27333
27334
27335 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27336 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27337 if test "${wx_cv_type_statvfs_t+set}" = set; then
27338 echo $ECHO_N "(cached) $ECHO_C" >&6
27339 else
27340 cat >conftest.$ac_ext <<_ACEOF
27341 #line $LINENO "configure"
27342 /* confdefs.h. */
27343 _ACEOF
27344 cat confdefs.h >>conftest.$ac_ext
27345 cat >>conftest.$ac_ext <<_ACEOF
27346 /* end confdefs.h. */
27347
27348 #include <sys/statvfs.h>
27349
27350 int
27351 main ()
27352 {
27353
27354 long l;
27355 statvfs_t fs;
27356 statvfs("/", &fs);
27357 l = fs.f_bsize;
27358 l += fs.f_blocks;
27359 l += fs.f_bavail;
27360
27361 ;
27362 return 0;
27363 }
27364 _ACEOF
27365 rm -f conftest.$ac_objext
27366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27367 (eval $ac_compile) 2>&5
27368 ac_status=$?
27369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27370 (exit $ac_status); } &&
27371 { ac_try='test -s conftest.$ac_objext'
27372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27373 (eval $ac_try) 2>&5
27374 ac_status=$?
27375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27376 (exit $ac_status); }; }; then
27377 wx_cv_type_statvfs_t=statvfs_t
27378 else
27379 echo "$as_me: failed program was:" >&5
27380 sed 's/^/| /' conftest.$ac_ext >&5
27381
27382
27383 cat >conftest.$ac_ext <<_ACEOF
27384 #line $LINENO "configure"
27385 /* confdefs.h. */
27386 _ACEOF
27387 cat confdefs.h >>conftest.$ac_ext
27388 cat >>conftest.$ac_ext <<_ACEOF
27389 /* end confdefs.h. */
27390
27391 #include <sys/statvfs.h>
27392
27393 int
27394 main ()
27395 {
27396
27397 long l;
27398 struct statvfs fs;
27399 statvfs("/", &fs);
27400 l = fs.f_bsize;
27401 l += fs.f_blocks;
27402 l += fs.f_bavail;
27403
27404 ;
27405 return 0;
27406 }
27407 _ACEOF
27408 rm -f conftest.$ac_objext
27409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27410 (eval $ac_compile) 2>&5
27411 ac_status=$?
27412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27413 (exit $ac_status); } &&
27414 { ac_try='test -s conftest.$ac_objext'
27415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27416 (eval $ac_try) 2>&5
27417 ac_status=$?
27418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27419 (exit $ac_status); }; }; then
27420 wx_cv_type_statvfs_t="struct statvfs"
27421 else
27422 echo "$as_me: failed program was:" >&5
27423 sed 's/^/| /' conftest.$ac_ext >&5
27424
27425 wx_cv_type_statvfs_t="unknown"
27426
27427 fi
27428 rm -f conftest.$ac_objext conftest.$ac_ext
27429
27430
27431 fi
27432 rm -f conftest.$ac_objext conftest.$ac_ext
27433
27434 fi
27435 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27436 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
27437
27438 ac_ext=c
27439 ac_cpp='$CPP $CPPFLAGS'
27440 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27441 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27442 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27443
27444
27445 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27446 cat >>confdefs.h <<\_ACEOF
27447 #define HAVE_STATVFS 1
27448 _ACEOF
27449
27450 fi
27451 else
27452 wx_cv_type_statvfs_t="unknown"
27453 fi
27454 fi
27455
27456 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27457 cat >>confdefs.h <<_ACEOF
27458 #define WX_STATFS_T $wx_cv_type_statvfs_t
27459 _ACEOF
27460
27461 else
27462 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27463 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
27464 fi
27465
27466 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
27467
27468
27469 for ac_func in fcntl flock
27470 do
27471 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27472 echo "$as_me:$LINENO: checking for $ac_func" >&5
27473 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27474 if eval "test \"\${$as_ac_var+set}\" = set"; then
27475 echo $ECHO_N "(cached) $ECHO_C" >&6
27476 else
27477 cat >conftest.$ac_ext <<_ACEOF
27478 #line $LINENO "configure"
27479 /* confdefs.h. */
27480 _ACEOF
27481 cat confdefs.h >>conftest.$ac_ext
27482 cat >>conftest.$ac_ext <<_ACEOF
27483 /* end confdefs.h. */
27484 /* System header to define __stub macros and hopefully few prototypes,
27485 which can conflict with char $ac_func (); below.
27486 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27487 <limits.h> exists even on freestanding compilers. */
27488 #ifdef __STDC__
27489 # include <limits.h>
27490 #else
27491 # include <assert.h>
27492 #endif
27493 /* Override any gcc2 internal prototype to avoid an error. */
27494 #ifdef __cplusplus
27495 extern "C"
27496 {
27497 #endif
27498 /* We use char because int might match the return type of a gcc2
27499 builtin and then its argument prototype would still apply. */
27500 char $ac_func ();
27501 /* The GNU C library defines this for functions which it implements
27502 to always fail with ENOSYS. Some functions are actually named
27503 something starting with __ and the normal name is an alias. */
27504 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27505 choke me
27506 #else
27507 char (*f) () = $ac_func;
27508 #endif
27509 #ifdef __cplusplus
27510 }
27511 #endif
27512
27513 int
27514 main ()
27515 {
27516 return f != $ac_func;
27517 ;
27518 return 0;
27519 }
27520 _ACEOF
27521 rm -f conftest.$ac_objext conftest$ac_exeext
27522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27523 (eval $ac_link) 2>&5
27524 ac_status=$?
27525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27526 (exit $ac_status); } &&
27527 { ac_try='test -s conftest$ac_exeext'
27528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27529 (eval $ac_try) 2>&5
27530 ac_status=$?
27531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27532 (exit $ac_status); }; }; then
27533 eval "$as_ac_var=yes"
27534 else
27535 echo "$as_me: failed program was:" >&5
27536 sed 's/^/| /' conftest.$ac_ext >&5
27537
27538 eval "$as_ac_var=no"
27539 fi
27540 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27541 fi
27542 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27543 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27544 if test `eval echo '${'$as_ac_var'}'` = yes; then
27545 cat >>confdefs.h <<_ACEOF
27546 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27547 _ACEOF
27548 break
27549 fi
27550 done
27551
27552
27553 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
27554 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27555 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
27556 wxUSE_SNGLINST_CHECKER=no
27557 fi
27558 fi
27559
27560
27561 for ac_func in timegm
27562 do
27563 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27564 echo "$as_me:$LINENO: checking for $ac_func" >&5
27565 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27566 if eval "test \"\${$as_ac_var+set}\" = set"; then
27567 echo $ECHO_N "(cached) $ECHO_C" >&6
27568 else
27569 cat >conftest.$ac_ext <<_ACEOF
27570 #line $LINENO "configure"
27571 /* confdefs.h. */
27572 _ACEOF
27573 cat confdefs.h >>conftest.$ac_ext
27574 cat >>conftest.$ac_ext <<_ACEOF
27575 /* end confdefs.h. */
27576 /* System header to define __stub macros and hopefully few prototypes,
27577 which can conflict with char $ac_func (); below.
27578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27579 <limits.h> exists even on freestanding compilers. */
27580 #ifdef __STDC__
27581 # include <limits.h>
27582 #else
27583 # include <assert.h>
27584 #endif
27585 /* Override any gcc2 internal prototype to avoid an error. */
27586 #ifdef __cplusplus
27587 extern "C"
27588 {
27589 #endif
27590 /* We use char because int might match the return type of a gcc2
27591 builtin and then its argument prototype would still apply. */
27592 char $ac_func ();
27593 /* The GNU C library defines this for functions which it implements
27594 to always fail with ENOSYS. Some functions are actually named
27595 something starting with __ and the normal name is an alias. */
27596 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27597 choke me
27598 #else
27599 char (*f) () = $ac_func;
27600 #endif
27601 #ifdef __cplusplus
27602 }
27603 #endif
27604
27605 int
27606 main ()
27607 {
27608 return f != $ac_func;
27609 ;
27610 return 0;
27611 }
27612 _ACEOF
27613 rm -f conftest.$ac_objext conftest$ac_exeext
27614 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27615 (eval $ac_link) 2>&5
27616 ac_status=$?
27617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27618 (exit $ac_status); } &&
27619 { ac_try='test -s conftest$ac_exeext'
27620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27621 (eval $ac_try) 2>&5
27622 ac_status=$?
27623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27624 (exit $ac_status); }; }; then
27625 eval "$as_ac_var=yes"
27626 else
27627 echo "$as_me: failed program was:" >&5
27628 sed 's/^/| /' conftest.$ac_ext >&5
27629
27630 eval "$as_ac_var=no"
27631 fi
27632 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27633 fi
27634 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27635 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27636 if test `eval echo '${'$as_ac_var'}'` = yes; then
27637 cat >>confdefs.h <<_ACEOF
27638 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27639 _ACEOF
27640
27641 fi
27642 done
27643
27644
27645
27646
27647 for ac_func in putenv setenv
27648 do
27649 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27650 echo "$as_me:$LINENO: checking for $ac_func" >&5
27651 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27652 if eval "test \"\${$as_ac_var+set}\" = set"; then
27653 echo $ECHO_N "(cached) $ECHO_C" >&6
27654 else
27655 cat >conftest.$ac_ext <<_ACEOF
27656 #line $LINENO "configure"
27657 /* confdefs.h. */
27658 _ACEOF
27659 cat confdefs.h >>conftest.$ac_ext
27660 cat >>conftest.$ac_ext <<_ACEOF
27661 /* end confdefs.h. */
27662 /* System header to define __stub macros and hopefully few prototypes,
27663 which can conflict with char $ac_func (); below.
27664 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27665 <limits.h> exists even on freestanding compilers. */
27666 #ifdef __STDC__
27667 # include <limits.h>
27668 #else
27669 # include <assert.h>
27670 #endif
27671 /* Override any gcc2 internal prototype to avoid an error. */
27672 #ifdef __cplusplus
27673 extern "C"
27674 {
27675 #endif
27676 /* We use char because int might match the return type of a gcc2
27677 builtin and then its argument prototype would still apply. */
27678 char $ac_func ();
27679 /* The GNU C library defines this for functions which it implements
27680 to always fail with ENOSYS. Some functions are actually named
27681 something starting with __ and the normal name is an alias. */
27682 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27683 choke me
27684 #else
27685 char (*f) () = $ac_func;
27686 #endif
27687 #ifdef __cplusplus
27688 }
27689 #endif
27690
27691 int
27692 main ()
27693 {
27694 return f != $ac_func;
27695 ;
27696 return 0;
27697 }
27698 _ACEOF
27699 rm -f conftest.$ac_objext conftest$ac_exeext
27700 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27701 (eval $ac_link) 2>&5
27702 ac_status=$?
27703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27704 (exit $ac_status); } &&
27705 { ac_try='test -s conftest$ac_exeext'
27706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27707 (eval $ac_try) 2>&5
27708 ac_status=$?
27709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27710 (exit $ac_status); }; }; then
27711 eval "$as_ac_var=yes"
27712 else
27713 echo "$as_me: failed program was:" >&5
27714 sed 's/^/| /' conftest.$ac_ext >&5
27715
27716 eval "$as_ac_var=no"
27717 fi
27718 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27719 fi
27720 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27721 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27722 if test `eval echo '${'$as_ac_var'}'` = yes; then
27723 cat >>confdefs.h <<_ACEOF
27724 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27725 _ACEOF
27726 break
27727 fi
27728 done
27729
27730
27731 HAVE_SOME_SLEEP_FUNC=0
27732 if test "$USE_BEOS" = 1; then
27733 cat >>confdefs.h <<\_ACEOF
27734 #define HAVE_SLEEP 1
27735 _ACEOF
27736
27737 HAVE_SOME_SLEEP_FUNC=1
27738 fi
27739
27740 if test "$USE_DARWIN" = 1; then
27741 cat >>confdefs.h <<\_ACEOF
27742 #define HAVE_USLEEP 1
27743 _ACEOF
27744
27745 HAVE_SOME_SLEEP_FUNC=1
27746 fi
27747
27748 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27749 POSIX4_LINK=
27750
27751 for ac_func in nanosleep
27752 do
27753 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27754 echo "$as_me:$LINENO: checking for $ac_func" >&5
27755 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27756 if eval "test \"\${$as_ac_var+set}\" = set"; then
27757 echo $ECHO_N "(cached) $ECHO_C" >&6
27758 else
27759 cat >conftest.$ac_ext <<_ACEOF
27760 #line $LINENO "configure"
27761 /* confdefs.h. */
27762 _ACEOF
27763 cat confdefs.h >>conftest.$ac_ext
27764 cat >>conftest.$ac_ext <<_ACEOF
27765 /* end confdefs.h. */
27766 /* System header to define __stub macros and hopefully few prototypes,
27767 which can conflict with char $ac_func (); below.
27768 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27769 <limits.h> exists even on freestanding compilers. */
27770 #ifdef __STDC__
27771 # include <limits.h>
27772 #else
27773 # include <assert.h>
27774 #endif
27775 /* Override any gcc2 internal prototype to avoid an error. */
27776 #ifdef __cplusplus
27777 extern "C"
27778 {
27779 #endif
27780 /* We use char because int might match the return type of a gcc2
27781 builtin and then its argument prototype would still apply. */
27782 char $ac_func ();
27783 /* The GNU C library defines this for functions which it implements
27784 to always fail with ENOSYS. Some functions are actually named
27785 something starting with __ and the normal name is an alias. */
27786 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27787 choke me
27788 #else
27789 char (*f) () = $ac_func;
27790 #endif
27791 #ifdef __cplusplus
27792 }
27793 #endif
27794
27795 int
27796 main ()
27797 {
27798 return f != $ac_func;
27799 ;
27800 return 0;
27801 }
27802 _ACEOF
27803 rm -f conftest.$ac_objext conftest$ac_exeext
27804 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27805 (eval $ac_link) 2>&5
27806 ac_status=$?
27807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27808 (exit $ac_status); } &&
27809 { ac_try='test -s conftest$ac_exeext'
27810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27811 (eval $ac_try) 2>&5
27812 ac_status=$?
27813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27814 (exit $ac_status); }; }; then
27815 eval "$as_ac_var=yes"
27816 else
27817 echo "$as_me: failed program was:" >&5
27818 sed 's/^/| /' conftest.$ac_ext >&5
27819
27820 eval "$as_ac_var=no"
27821 fi
27822 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27823 fi
27824 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27825 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27826 if test `eval echo '${'$as_ac_var'}'` = yes; then
27827 cat >>confdefs.h <<_ACEOF
27828 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27829 _ACEOF
27830 cat >>confdefs.h <<\_ACEOF
27831 #define HAVE_NANOSLEEP 1
27832 _ACEOF
27833
27834 else
27835
27836 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27837 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27838 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27839 echo $ECHO_N "(cached) $ECHO_C" >&6
27840 else
27841 ac_check_lib_save_LIBS=$LIBS
27842 LIBS="-lposix4 $LIBS"
27843 cat >conftest.$ac_ext <<_ACEOF
27844 #line $LINENO "configure"
27845 /* confdefs.h. */
27846 _ACEOF
27847 cat confdefs.h >>conftest.$ac_ext
27848 cat >>conftest.$ac_ext <<_ACEOF
27849 /* end confdefs.h. */
27850
27851 /* Override any gcc2 internal prototype to avoid an error. */
27852 #ifdef __cplusplus
27853 extern "C"
27854 #endif
27855 /* We use char because int might match the return type of a gcc2
27856 builtin and then its argument prototype would still apply. */
27857 char nanosleep ();
27858 int
27859 main ()
27860 {
27861 nanosleep ();
27862 ;
27863 return 0;
27864 }
27865 _ACEOF
27866 rm -f conftest.$ac_objext conftest$ac_exeext
27867 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27868 (eval $ac_link) 2>&5
27869 ac_status=$?
27870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27871 (exit $ac_status); } &&
27872 { ac_try='test -s conftest$ac_exeext'
27873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27874 (eval $ac_try) 2>&5
27875 ac_status=$?
27876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27877 (exit $ac_status); }; }; then
27878 ac_cv_lib_posix4_nanosleep=yes
27879 else
27880 echo "$as_me: failed program was:" >&5
27881 sed 's/^/| /' conftest.$ac_ext >&5
27882
27883 ac_cv_lib_posix4_nanosleep=no
27884 fi
27885 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27886 LIBS=$ac_check_lib_save_LIBS
27887 fi
27888 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27889 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27890 if test $ac_cv_lib_posix4_nanosleep = yes; then
27891
27892 cat >>confdefs.h <<\_ACEOF
27893 #define HAVE_NANOSLEEP 1
27894 _ACEOF
27895
27896 POSIX4_LINK=" -lposix4"
27897
27898 else
27899
27900
27901 for ac_func in usleep
27902 do
27903 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27904 echo "$as_me:$LINENO: checking for $ac_func" >&5
27905 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27906 if eval "test \"\${$as_ac_var+set}\" = set"; then
27907 echo $ECHO_N "(cached) $ECHO_C" >&6
27908 else
27909 cat >conftest.$ac_ext <<_ACEOF
27910 #line $LINENO "configure"
27911 /* confdefs.h. */
27912 _ACEOF
27913 cat confdefs.h >>conftest.$ac_ext
27914 cat >>conftest.$ac_ext <<_ACEOF
27915 /* end confdefs.h. */
27916 /* System header to define __stub macros and hopefully few prototypes,
27917 which can conflict with char $ac_func (); below.
27918 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27919 <limits.h> exists even on freestanding compilers. */
27920 #ifdef __STDC__
27921 # include <limits.h>
27922 #else
27923 # include <assert.h>
27924 #endif
27925 /* Override any gcc2 internal prototype to avoid an error. */
27926 #ifdef __cplusplus
27927 extern "C"
27928 {
27929 #endif
27930 /* We use char because int might match the return type of a gcc2
27931 builtin and then its argument prototype would still apply. */
27932 char $ac_func ();
27933 /* The GNU C library defines this for functions which it implements
27934 to always fail with ENOSYS. Some functions are actually named
27935 something starting with __ and the normal name is an alias. */
27936 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27937 choke me
27938 #else
27939 char (*f) () = $ac_func;
27940 #endif
27941 #ifdef __cplusplus
27942 }
27943 #endif
27944
27945 int
27946 main ()
27947 {
27948 return f != $ac_func;
27949 ;
27950 return 0;
27951 }
27952 _ACEOF
27953 rm -f conftest.$ac_objext conftest$ac_exeext
27954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27955 (eval $ac_link) 2>&5
27956 ac_status=$?
27957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27958 (exit $ac_status); } &&
27959 { ac_try='test -s conftest$ac_exeext'
27960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27961 (eval $ac_try) 2>&5
27962 ac_status=$?
27963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27964 (exit $ac_status); }; }; then
27965 eval "$as_ac_var=yes"
27966 else
27967 echo "$as_me: failed program was:" >&5
27968 sed 's/^/| /' conftest.$ac_ext >&5
27969
27970 eval "$as_ac_var=no"
27971 fi
27972 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27973 fi
27974 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27975 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27976 if test `eval echo '${'$as_ac_var'}'` = yes; then
27977 cat >>confdefs.h <<_ACEOF
27978 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27979 _ACEOF
27980 cat >>confdefs.h <<\_ACEOF
27981 #define HAVE_USLEEP 1
27982 _ACEOF
27983
27984 else
27985 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
27986 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
27987
27988 fi
27989 done
27990
27991
27992
27993 fi
27994
27995
27996
27997 fi
27998 done
27999
28000 fi
28001
28002
28003
28004 for ac_func in uname gethostname
28005 do
28006 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28007 echo "$as_me:$LINENO: checking for $ac_func" >&5
28008 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28009 if eval "test \"\${$as_ac_var+set}\" = set"; then
28010 echo $ECHO_N "(cached) $ECHO_C" >&6
28011 else
28012 cat >conftest.$ac_ext <<_ACEOF
28013 #line $LINENO "configure"
28014 /* confdefs.h. */
28015 _ACEOF
28016 cat confdefs.h >>conftest.$ac_ext
28017 cat >>conftest.$ac_ext <<_ACEOF
28018 /* end confdefs.h. */
28019 /* System header to define __stub macros and hopefully few prototypes,
28020 which can conflict with char $ac_func (); below.
28021 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28022 <limits.h> exists even on freestanding compilers. */
28023 #ifdef __STDC__
28024 # include <limits.h>
28025 #else
28026 # include <assert.h>
28027 #endif
28028 /* Override any gcc2 internal prototype to avoid an error. */
28029 #ifdef __cplusplus
28030 extern "C"
28031 {
28032 #endif
28033 /* We use char because int might match the return type of a gcc2
28034 builtin and then its argument prototype would still apply. */
28035 char $ac_func ();
28036 /* The GNU C library defines this for functions which it implements
28037 to always fail with ENOSYS. Some functions are actually named
28038 something starting with __ and the normal name is an alias. */
28039 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28040 choke me
28041 #else
28042 char (*f) () = $ac_func;
28043 #endif
28044 #ifdef __cplusplus
28045 }
28046 #endif
28047
28048 int
28049 main ()
28050 {
28051 return f != $ac_func;
28052 ;
28053 return 0;
28054 }
28055 _ACEOF
28056 rm -f conftest.$ac_objext conftest$ac_exeext
28057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28058 (eval $ac_link) 2>&5
28059 ac_status=$?
28060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28061 (exit $ac_status); } &&
28062 { ac_try='test -s conftest$ac_exeext'
28063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28064 (eval $ac_try) 2>&5
28065 ac_status=$?
28066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28067 (exit $ac_status); }; }; then
28068 eval "$as_ac_var=yes"
28069 else
28070 echo "$as_me: failed program was:" >&5
28071 sed 's/^/| /' conftest.$ac_ext >&5
28072
28073 eval "$as_ac_var=no"
28074 fi
28075 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28076 fi
28077 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28078 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28079 if test `eval echo '${'$as_ac_var'}'` = yes; then
28080 cat >>confdefs.h <<_ACEOF
28081 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28082 _ACEOF
28083 break
28084 fi
28085 done
28086
28087
28088
28089
28090 ac_ext=cc
28091 ac_cpp='$CXXCPP $CPPFLAGS'
28092 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28093 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28094 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28095
28096
28097
28098 for ac_func in strtok_r
28099 do
28100 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28101 echo "$as_me:$LINENO: checking for $ac_func" >&5
28102 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28103 if eval "test \"\${$as_ac_var+set}\" = set"; then
28104 echo $ECHO_N "(cached) $ECHO_C" >&6
28105 else
28106 cat >conftest.$ac_ext <<_ACEOF
28107 #line $LINENO "configure"
28108 /* confdefs.h. */
28109 _ACEOF
28110 cat confdefs.h >>conftest.$ac_ext
28111 cat >>conftest.$ac_ext <<_ACEOF
28112 /* end confdefs.h. */
28113 /* System header to define __stub macros and hopefully few prototypes,
28114 which can conflict with char $ac_func (); below.
28115 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28116 <limits.h> exists even on freestanding compilers. */
28117 #ifdef __STDC__
28118 # include <limits.h>
28119 #else
28120 # include <assert.h>
28121 #endif
28122 /* Override any gcc2 internal prototype to avoid an error. */
28123 #ifdef __cplusplus
28124 extern "C"
28125 {
28126 #endif
28127 /* We use char because int might match the return type of a gcc2
28128 builtin and then its argument prototype would still apply. */
28129 char $ac_func ();
28130 /* The GNU C library defines this for functions which it implements
28131 to always fail with ENOSYS. Some functions are actually named
28132 something starting with __ and the normal name is an alias. */
28133 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28134 choke me
28135 #else
28136 char (*f) () = $ac_func;
28137 #endif
28138 #ifdef __cplusplus
28139 }
28140 #endif
28141
28142 int
28143 main ()
28144 {
28145 return f != $ac_func;
28146 ;
28147 return 0;
28148 }
28149 _ACEOF
28150 rm -f conftest.$ac_objext conftest$ac_exeext
28151 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28152 (eval $ac_link) 2>&5
28153 ac_status=$?
28154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28155 (exit $ac_status); } &&
28156 { ac_try='test -s conftest$ac_exeext'
28157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28158 (eval $ac_try) 2>&5
28159 ac_status=$?
28160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28161 (exit $ac_status); }; }; then
28162 eval "$as_ac_var=yes"
28163 else
28164 echo "$as_me: failed program was:" >&5
28165 sed 's/^/| /' conftest.$ac_ext >&5
28166
28167 eval "$as_ac_var=no"
28168 fi
28169 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28170 fi
28171 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28172 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28173 if test `eval echo '${'$as_ac_var'}'` = yes; then
28174 cat >>confdefs.h <<_ACEOF
28175 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28176 _ACEOF
28177
28178 fi
28179 done
28180
28181
28182 ac_ext=c
28183 ac_cpp='$CPP $CPPFLAGS'
28184 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28185 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28186 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28187
28188
28189 INET_LINK=
28190
28191 for ac_func in inet_addr
28192 do
28193 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28194 echo "$as_me:$LINENO: checking for $ac_func" >&5
28195 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28196 if eval "test \"\${$as_ac_var+set}\" = set"; then
28197 echo $ECHO_N "(cached) $ECHO_C" >&6
28198 else
28199 cat >conftest.$ac_ext <<_ACEOF
28200 #line $LINENO "configure"
28201 /* confdefs.h. */
28202 _ACEOF
28203 cat confdefs.h >>conftest.$ac_ext
28204 cat >>conftest.$ac_ext <<_ACEOF
28205 /* end confdefs.h. */
28206 /* System header to define __stub macros and hopefully few prototypes,
28207 which can conflict with char $ac_func (); below.
28208 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28209 <limits.h> exists even on freestanding compilers. */
28210 #ifdef __STDC__
28211 # include <limits.h>
28212 #else
28213 # include <assert.h>
28214 #endif
28215 /* Override any gcc2 internal prototype to avoid an error. */
28216 #ifdef __cplusplus
28217 extern "C"
28218 {
28219 #endif
28220 /* We use char because int might match the return type of a gcc2
28221 builtin and then its argument prototype would still apply. */
28222 char $ac_func ();
28223 /* The GNU C library defines this for functions which it implements
28224 to always fail with ENOSYS. Some functions are actually named
28225 something starting with __ and the normal name is an alias. */
28226 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28227 choke me
28228 #else
28229 char (*f) () = $ac_func;
28230 #endif
28231 #ifdef __cplusplus
28232 }
28233 #endif
28234
28235 int
28236 main ()
28237 {
28238 return f != $ac_func;
28239 ;
28240 return 0;
28241 }
28242 _ACEOF
28243 rm -f conftest.$ac_objext conftest$ac_exeext
28244 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28245 (eval $ac_link) 2>&5
28246 ac_status=$?
28247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28248 (exit $ac_status); } &&
28249 { ac_try='test -s conftest$ac_exeext'
28250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28251 (eval $ac_try) 2>&5
28252 ac_status=$?
28253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28254 (exit $ac_status); }; }; then
28255 eval "$as_ac_var=yes"
28256 else
28257 echo "$as_me: failed program was:" >&5
28258 sed 's/^/| /' conftest.$ac_ext >&5
28259
28260 eval "$as_ac_var=no"
28261 fi
28262 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28263 fi
28264 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28265 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28266 if test `eval echo '${'$as_ac_var'}'` = yes; then
28267 cat >>confdefs.h <<_ACEOF
28268 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28269 _ACEOF
28270 cat >>confdefs.h <<\_ACEOF
28271 #define HAVE_INET_ADDR 1
28272 _ACEOF
28273
28274 else
28275
28276 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
28277 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
28278 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
28279 echo $ECHO_N "(cached) $ECHO_C" >&6
28280 else
28281 ac_check_lib_save_LIBS=$LIBS
28282 LIBS="-lnsl $LIBS"
28283 cat >conftest.$ac_ext <<_ACEOF
28284 #line $LINENO "configure"
28285 /* confdefs.h. */
28286 _ACEOF
28287 cat confdefs.h >>conftest.$ac_ext
28288 cat >>conftest.$ac_ext <<_ACEOF
28289 /* end confdefs.h. */
28290
28291 /* Override any gcc2 internal prototype to avoid an error. */
28292 #ifdef __cplusplus
28293 extern "C"
28294 #endif
28295 /* We use char because int might match the return type of a gcc2
28296 builtin and then its argument prototype would still apply. */
28297 char inet_addr ();
28298 int
28299 main ()
28300 {
28301 inet_addr ();
28302 ;
28303 return 0;
28304 }
28305 _ACEOF
28306 rm -f conftest.$ac_objext conftest$ac_exeext
28307 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28308 (eval $ac_link) 2>&5
28309 ac_status=$?
28310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28311 (exit $ac_status); } &&
28312 { ac_try='test -s conftest$ac_exeext'
28313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28314 (eval $ac_try) 2>&5
28315 ac_status=$?
28316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28317 (exit $ac_status); }; }; then
28318 ac_cv_lib_nsl_inet_addr=yes
28319 else
28320 echo "$as_me: failed program was:" >&5
28321 sed 's/^/| /' conftest.$ac_ext >&5
28322
28323 ac_cv_lib_nsl_inet_addr=no
28324 fi
28325 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28326 LIBS=$ac_check_lib_save_LIBS
28327 fi
28328 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28329 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28330 if test $ac_cv_lib_nsl_inet_addr = yes; then
28331 INET_LINK="nsl"
28332 else
28333 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28334 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28335 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28336 echo $ECHO_N "(cached) $ECHO_C" >&6
28337 else
28338 ac_check_lib_save_LIBS=$LIBS
28339 LIBS="-lresolv $LIBS"
28340 cat >conftest.$ac_ext <<_ACEOF
28341 #line $LINENO "configure"
28342 /* confdefs.h. */
28343 _ACEOF
28344 cat confdefs.h >>conftest.$ac_ext
28345 cat >>conftest.$ac_ext <<_ACEOF
28346 /* end confdefs.h. */
28347
28348 /* Override any gcc2 internal prototype to avoid an error. */
28349 #ifdef __cplusplus
28350 extern "C"
28351 #endif
28352 /* We use char because int might match the return type of a gcc2
28353 builtin and then its argument prototype would still apply. */
28354 char inet_addr ();
28355 int
28356 main ()
28357 {
28358 inet_addr ();
28359 ;
28360 return 0;
28361 }
28362 _ACEOF
28363 rm -f conftest.$ac_objext conftest$ac_exeext
28364 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28365 (eval $ac_link) 2>&5
28366 ac_status=$?
28367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28368 (exit $ac_status); } &&
28369 { ac_try='test -s conftest$ac_exeext'
28370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28371 (eval $ac_try) 2>&5
28372 ac_status=$?
28373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28374 (exit $ac_status); }; }; then
28375 ac_cv_lib_resolv_inet_addr=yes
28376 else
28377 echo "$as_me: failed program was:" >&5
28378 sed 's/^/| /' conftest.$ac_ext >&5
28379
28380 ac_cv_lib_resolv_inet_addr=no
28381 fi
28382 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28383 LIBS=$ac_check_lib_save_LIBS
28384 fi
28385 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28386 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28387 if test $ac_cv_lib_resolv_inet_addr = yes; then
28388 INET_LINK="resolv"
28389 else
28390 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28391 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28392 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28393 echo $ECHO_N "(cached) $ECHO_C" >&6
28394 else
28395 ac_check_lib_save_LIBS=$LIBS
28396 LIBS="-lsocket $LIBS"
28397 cat >conftest.$ac_ext <<_ACEOF
28398 #line $LINENO "configure"
28399 /* confdefs.h. */
28400 _ACEOF
28401 cat confdefs.h >>conftest.$ac_ext
28402 cat >>conftest.$ac_ext <<_ACEOF
28403 /* end confdefs.h. */
28404
28405 /* Override any gcc2 internal prototype to avoid an error. */
28406 #ifdef __cplusplus
28407 extern "C"
28408 #endif
28409 /* We use char because int might match the return type of a gcc2
28410 builtin and then its argument prototype would still apply. */
28411 char inet_addr ();
28412 int
28413 main ()
28414 {
28415 inet_addr ();
28416 ;
28417 return 0;
28418 }
28419 _ACEOF
28420 rm -f conftest.$ac_objext conftest$ac_exeext
28421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28422 (eval $ac_link) 2>&5
28423 ac_status=$?
28424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28425 (exit $ac_status); } &&
28426 { ac_try='test -s conftest$ac_exeext'
28427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28428 (eval $ac_try) 2>&5
28429 ac_status=$?
28430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28431 (exit $ac_status); }; }; then
28432 ac_cv_lib_socket_inet_addr=yes
28433 else
28434 echo "$as_me: failed program was:" >&5
28435 sed 's/^/| /' conftest.$ac_ext >&5
28436
28437 ac_cv_lib_socket_inet_addr=no
28438 fi
28439 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28440 LIBS=$ac_check_lib_save_LIBS
28441 fi
28442 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28443 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28444 if test $ac_cv_lib_socket_inet_addr = yes; then
28445 INET_LINK="socket"
28446
28447 fi
28448
28449
28450 fi
28451
28452
28453 fi
28454
28455
28456
28457 fi
28458 done
28459
28460
28461
28462 for ac_func in inet_aton
28463 do
28464 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28465 echo "$as_me:$LINENO: checking for $ac_func" >&5
28466 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28467 if eval "test \"\${$as_ac_var+set}\" = set"; then
28468 echo $ECHO_N "(cached) $ECHO_C" >&6
28469 else
28470 cat >conftest.$ac_ext <<_ACEOF
28471 #line $LINENO "configure"
28472 /* confdefs.h. */
28473 _ACEOF
28474 cat confdefs.h >>conftest.$ac_ext
28475 cat >>conftest.$ac_ext <<_ACEOF
28476 /* end confdefs.h. */
28477 /* System header to define __stub macros and hopefully few prototypes,
28478 which can conflict with char $ac_func (); below.
28479 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28480 <limits.h> exists even on freestanding compilers. */
28481 #ifdef __STDC__
28482 # include <limits.h>
28483 #else
28484 # include <assert.h>
28485 #endif
28486 /* Override any gcc2 internal prototype to avoid an error. */
28487 #ifdef __cplusplus
28488 extern "C"
28489 {
28490 #endif
28491 /* We use char because int might match the return type of a gcc2
28492 builtin and then its argument prototype would still apply. */
28493 char $ac_func ();
28494 /* The GNU C library defines this for functions which it implements
28495 to always fail with ENOSYS. Some functions are actually named
28496 something starting with __ and the normal name is an alias. */
28497 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28498 choke me
28499 #else
28500 char (*f) () = $ac_func;
28501 #endif
28502 #ifdef __cplusplus
28503 }
28504 #endif
28505
28506 int
28507 main ()
28508 {
28509 return f != $ac_func;
28510 ;
28511 return 0;
28512 }
28513 _ACEOF
28514 rm -f conftest.$ac_objext conftest$ac_exeext
28515 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28516 (eval $ac_link) 2>&5
28517 ac_status=$?
28518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28519 (exit $ac_status); } &&
28520 { ac_try='test -s conftest$ac_exeext'
28521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28522 (eval $ac_try) 2>&5
28523 ac_status=$?
28524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28525 (exit $ac_status); }; }; then
28526 eval "$as_ac_var=yes"
28527 else
28528 echo "$as_me: failed program was:" >&5
28529 sed 's/^/| /' conftest.$ac_ext >&5
28530
28531 eval "$as_ac_var=no"
28532 fi
28533 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28534 fi
28535 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28536 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28537 if test `eval echo '${'$as_ac_var'}'` = yes; then
28538 cat >>confdefs.h <<_ACEOF
28539 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28540 _ACEOF
28541 cat >>confdefs.h <<\_ACEOF
28542 #define HAVE_INET_ATON 1
28543 _ACEOF
28544
28545 else
28546
28547 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28548 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28549 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28550 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28551 echo $ECHO_N "(cached) $ECHO_C" >&6
28552 else
28553 ac_check_lib_save_LIBS=$LIBS
28554 LIBS="-l$INET_LINK $LIBS"
28555 cat >conftest.$ac_ext <<_ACEOF
28556 #line $LINENO "configure"
28557 /* confdefs.h. */
28558 _ACEOF
28559 cat confdefs.h >>conftest.$ac_ext
28560 cat >>conftest.$ac_ext <<_ACEOF
28561 /* end confdefs.h. */
28562
28563 /* Override any gcc2 internal prototype to avoid an error. */
28564 #ifdef __cplusplus
28565 extern "C"
28566 #endif
28567 /* We use char because int might match the return type of a gcc2
28568 builtin and then its argument prototype would still apply. */
28569 char inet_aton ();
28570 int
28571 main ()
28572 {
28573 inet_aton ();
28574 ;
28575 return 0;
28576 }
28577 _ACEOF
28578 rm -f conftest.$ac_objext conftest$ac_exeext
28579 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28580 (eval $ac_link) 2>&5
28581 ac_status=$?
28582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28583 (exit $ac_status); } &&
28584 { ac_try='test -s conftest$ac_exeext'
28585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28586 (eval $ac_try) 2>&5
28587 ac_status=$?
28588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28589 (exit $ac_status); }; }; then
28590 eval "$as_ac_Lib=yes"
28591 else
28592 echo "$as_me: failed program was:" >&5
28593 sed 's/^/| /' conftest.$ac_ext >&5
28594
28595 eval "$as_ac_Lib=no"
28596 fi
28597 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28598 LIBS=$ac_check_lib_save_LIBS
28599 fi
28600 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28601 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28602 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28603 cat >>confdefs.h <<\_ACEOF
28604 #define HAVE_INET_ATON 1
28605 _ACEOF
28606
28607 fi
28608
28609
28610 fi
28611 done
28612
28613
28614 if test "x$INET_LINK" != "x"; then
28615 cat >>confdefs.h <<\_ACEOF
28616 #define HAVE_INET_ADDR 1
28617 _ACEOF
28618
28619 INET_LINK=" -l$INET_LINK"
28620 fi
28621
28622 fi
28623
28624
28625
28626 ESD_LINK=
28627 if test "${ac_cv_header_esd_h+set}" = set; then
28628 echo "$as_me:$LINENO: checking for esd.h" >&5
28629 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28630 if test "${ac_cv_header_esd_h+set}" = set; then
28631 echo $ECHO_N "(cached) $ECHO_C" >&6
28632 fi
28633 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28634 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28635 else
28636 # Is the header compilable?
28637 echo "$as_me:$LINENO: checking esd.h usability" >&5
28638 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6
28639 cat >conftest.$ac_ext <<_ACEOF
28640 #line $LINENO "configure"
28641 /* confdefs.h. */
28642 _ACEOF
28643 cat confdefs.h >>conftest.$ac_ext
28644 cat >>conftest.$ac_ext <<_ACEOF
28645 /* end confdefs.h. */
28646 $ac_includes_default
28647 #include <esd.h>
28648 _ACEOF
28649 rm -f conftest.$ac_objext
28650 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28651 (eval $ac_compile) 2>&5
28652 ac_status=$?
28653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28654 (exit $ac_status); } &&
28655 { ac_try='test -s conftest.$ac_objext'
28656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28657 (eval $ac_try) 2>&5
28658 ac_status=$?
28659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28660 (exit $ac_status); }; }; then
28661 ac_header_compiler=yes
28662 else
28663 echo "$as_me: failed program was:" >&5
28664 sed 's/^/| /' conftest.$ac_ext >&5
28665
28666 ac_header_compiler=no
28667 fi
28668 rm -f conftest.$ac_objext conftest.$ac_ext
28669 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28670 echo "${ECHO_T}$ac_header_compiler" >&6
28671
28672 # Is the header present?
28673 echo "$as_me:$LINENO: checking esd.h presence" >&5
28674 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6
28675 cat >conftest.$ac_ext <<_ACEOF
28676 #line $LINENO "configure"
28677 /* confdefs.h. */
28678 _ACEOF
28679 cat confdefs.h >>conftest.$ac_ext
28680 cat >>conftest.$ac_ext <<_ACEOF
28681 /* end confdefs.h. */
28682 #include <esd.h>
28683 _ACEOF
28684 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28685 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28686 ac_status=$?
28687 grep -v '^ *+' conftest.er1 >conftest.err
28688 rm -f conftest.er1
28689 cat conftest.err >&5
28690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28691 (exit $ac_status); } >/dev/null; then
28692 if test -s conftest.err; then
28693 ac_cpp_err=$ac_c_preproc_warn_flag
28694 else
28695 ac_cpp_err=
28696 fi
28697 else
28698 ac_cpp_err=yes
28699 fi
28700 if test -z "$ac_cpp_err"; then
28701 ac_header_preproc=yes
28702 else
28703 echo "$as_me: failed program was:" >&5
28704 sed 's/^/| /' conftest.$ac_ext >&5
28705
28706 ac_header_preproc=no
28707 fi
28708 rm -f conftest.err conftest.$ac_ext
28709 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28710 echo "${ECHO_T}$ac_header_preproc" >&6
28711
28712 # So? What about this header?
28713 case $ac_header_compiler:$ac_header_preproc in
28714 yes:no )
28715 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
28716 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28717 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28718 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28719 (
28720 cat <<\_ASBOX
28721 ## ------------------------------------ ##
28722 ## Report this to bug-autoconf@gnu.org. ##
28723 ## ------------------------------------ ##
28724 _ASBOX
28725 ) |
28726 sed "s/^/$as_me: WARNING: /" >&2
28727 ;;
28728 no:yes )
28729 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
28730 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
28731 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
28732 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
28733 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28734 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28735 (
28736 cat <<\_ASBOX
28737 ## ------------------------------------ ##
28738 ## Report this to bug-autoconf@gnu.org. ##
28739 ## ------------------------------------ ##
28740 _ASBOX
28741 ) |
28742 sed "s/^/$as_me: WARNING: /" >&2
28743 ;;
28744 esac
28745 echo "$as_me:$LINENO: checking for esd.h" >&5
28746 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28747 if test "${ac_cv_header_esd_h+set}" = set; then
28748 echo $ECHO_N "(cached) $ECHO_C" >&6
28749 else
28750 ac_cv_header_esd_h=$ac_header_preproc
28751 fi
28752 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28753 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28754
28755 fi
28756 if test $ac_cv_header_esd_h = yes; then
28757
28758 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28759 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28760 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28761 echo $ECHO_N "(cached) $ECHO_C" >&6
28762 else
28763 ac_check_lib_save_LIBS=$LIBS
28764 LIBS="-lesd $LIBS"
28765 cat >conftest.$ac_ext <<_ACEOF
28766 #line $LINENO "configure"
28767 /* confdefs.h. */
28768 _ACEOF
28769 cat confdefs.h >>conftest.$ac_ext
28770 cat >>conftest.$ac_ext <<_ACEOF
28771 /* end confdefs.h. */
28772
28773 /* Override any gcc2 internal prototype to avoid an error. */
28774 #ifdef __cplusplus
28775 extern "C"
28776 #endif
28777 /* We use char because int might match the return type of a gcc2
28778 builtin and then its argument prototype would still apply. */
28779 char esd_close ();
28780 int
28781 main ()
28782 {
28783 esd_close ();
28784 ;
28785 return 0;
28786 }
28787 _ACEOF
28788 rm -f conftest.$ac_objext conftest$ac_exeext
28789 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28790 (eval $ac_link) 2>&5
28791 ac_status=$?
28792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28793 (exit $ac_status); } &&
28794 { ac_try='test -s conftest$ac_exeext'
28795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28796 (eval $ac_try) 2>&5
28797 ac_status=$?
28798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28799 (exit $ac_status); }; }; then
28800 ac_cv_lib_esd_esd_close=yes
28801 else
28802 echo "$as_me: failed program was:" >&5
28803 sed 's/^/| /' conftest.$ac_ext >&5
28804
28805 ac_cv_lib_esd_esd_close=no
28806 fi
28807 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28808 LIBS=$ac_check_lib_save_LIBS
28809 fi
28810 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28811 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28812 if test $ac_cv_lib_esd_esd_close = yes; then
28813
28814 ESD_LINK="-lesd"
28815
28816 fi
28817
28818
28819 fi
28820
28821
28822
28823
28824
28825 cat >confcache <<\_ACEOF
28826 # This file is a shell script that caches the results of configure
28827 # tests run on this system so they can be shared between configure
28828 # scripts and configure runs, see configure's option --config-cache.
28829 # It is not useful on other systems. If it contains results you don't
28830 # want to keep, you may remove or edit it.
28831 #
28832 # config.status only pays attention to the cache file if you give it
28833 # the --recheck option to rerun configure.
28834 #
28835 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28836 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28837 # following values.
28838
28839 _ACEOF
28840
28841 # The following way of writing the cache mishandles newlines in values,
28842 # but we know of no workaround that is simple, portable, and efficient.
28843 # So, don't put newlines in cache variables' values.
28844 # Ultrix sh set writes to stderr and can't be redirected directly,
28845 # and sets the high bit in the cache file unless we assign to the vars.
28846 {
28847 (set) 2>&1 |
28848 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28849 *ac_space=\ *)
28850 # `set' does not quote correctly, so add quotes (double-quote
28851 # substitution turns \\\\ into \\, and sed turns \\ into \).
28852 sed -n \
28853 "s/'/'\\\\''/g;
28854 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28855 ;;
28856 *)
28857 # `set' quotes correctly as required by POSIX, so do not add quotes.
28858 sed -n \
28859 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28860 ;;
28861 esac;
28862 } |
28863 sed '
28864 t clear
28865 : clear
28866 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28867 t end
28868 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28869 : end' >>confcache
28870 if diff $cache_file confcache >/dev/null 2>&1; then :; else
28871 if test -w $cache_file; then
28872 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28873 cat confcache >$cache_file
28874 else
28875 echo "not updating unwritable cache $cache_file"
28876 fi
28877 fi
28878 rm -f confcache
28879
28880
28881 CPP_MT_FLAG=
28882 if test "$TOOLKIT" != "MSW"; then
28883
28884
28885 THREADS_LINK=
28886 THREADS_CFLAGS=
28887
28888 if test "$wxUSE_THREADS" = "yes" ; then
28889 if test "$USE_BEOS" = 1; then
28890 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
28891 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
28892 wxUSE_THREADS="no"
28893 fi
28894 fi
28895
28896 if test "$wxUSE_THREADS" = "yes" ; then
28897
28898
28899 THREAD_OPTS="-pthread"
28900 case "${host}" in
28901 *-*-solaris2* | *-*-sunos4* )
28902 if test "x$GCC" = "xyes"; then
28903 THREAD_OPTS="-pthreads $THREAD_OPTS"
28904 else
28905 THREAD_OPTS="-mt $THREAD_OPTS"
28906 fi
28907 ;;
28908 *-*-freebsd*)
28909 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
28910 ;;
28911 *-*-darwin* | *-*-cygwin* )
28912 THREAD_OPTS=""
28913 ;;
28914 *-*-aix*)
28915 THREAD_OPTS="pthreads"
28916 ;;
28917 *-hp-hpux* )
28918 if test "x$GCC" != "xyes"; then
28919 THREAD_OPTS=""
28920 fi
28921 ;;
28922
28923 *-*-irix* )
28924 if test "x$GCC" = "xyes"; then
28925 THREAD_OPTS=""
28926 fi
28927 ;;
28928
28929 *-*-*UnixWare*)
28930 if test "x$GCC" != "xyes"; then
28931 THREAD_OPTS="-Ethread"
28932 fi
28933 ;;
28934 esac
28935
28936 THREAD_OPTS="$THREAD_OPTS pthread none"
28937
28938 THREADS_OK=no
28939 for flag in $THREAD_OPTS; do
28940 case $flag in
28941 none)
28942 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
28943 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
28944 ;;
28945
28946 -*)
28947 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
28948 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
28949 THREADS_CFLAGS="$flag"
28950 ;;
28951
28952 *)
28953 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
28954 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
28955 THREADS_LINK="-l$flag"
28956 ;;
28957 esac
28958
28959 save_LIBS="$LIBS"
28960 save_CFLAGS="$CFLAGS"
28961 LIBS="$THREADS_LINK $LIBS"
28962 CFLAGS="$THREADS_CFLAGS $CFLAGS"
28963
28964 cat >conftest.$ac_ext <<_ACEOF
28965 #line $LINENO "configure"
28966 /* confdefs.h. */
28967 _ACEOF
28968 cat confdefs.h >>conftest.$ac_ext
28969 cat >>conftest.$ac_ext <<_ACEOF
28970 /* end confdefs.h. */
28971 #include <pthread.h>
28972 int
28973 main ()
28974 {
28975 pthread_create(0,0,0,0);
28976 ;
28977 return 0;
28978 }
28979 _ACEOF
28980 rm -f conftest.$ac_objext conftest$ac_exeext
28981 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28982 (eval $ac_link) 2>&5
28983 ac_status=$?
28984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28985 (exit $ac_status); } &&
28986 { ac_try='test -s conftest$ac_exeext'
28987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28988 (eval $ac_try) 2>&5
28989 ac_status=$?
28990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28991 (exit $ac_status); }; }; then
28992 THREADS_OK=yes
28993 else
28994 echo "$as_me: failed program was:" >&5
28995 sed 's/^/| /' conftest.$ac_ext >&5
28996
28997 fi
28998 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28999
29000 LIBS="$save_LIBS"
29001 CFLAGS="$save_CFLAGS"
29002
29003 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
29004 echo "${ECHO_T}$THREADS_OK" >&6
29005 if test "x$THREADS_OK" = "xyes"; then
29006 break;
29007 fi
29008
29009 THREADS_LINK=""
29010 THREADS_CFLAGS=""
29011 done
29012
29013 if test "x$THREADS_OK" != "xyes"; then
29014 wxUSE_THREADS=no
29015 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
29016 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
29017 else
29018 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
29019 LIBS="$THREADS_LINK $LIBS"
29020
29021 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
29022 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
29023 flag=no
29024 case "${host}" in
29025 *-aix*)
29026 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
29027 flag="-D_THREAD_SAFE"
29028 ;;
29029 *-freebsd*)
29030 flag="-D_THREAD_SAFE"
29031 ;;
29032 *-hp-hpux* )
29033 flag="-D_REENTRANT"
29034 if test "x$GCC" != "xyes"; then
29035 flag="$flag -D_RWSTD_MULTI_THREAD"
29036 fi
29037 ;;
29038 *solaris* | alpha*-osf*)
29039 flag="-D_REENTRANT"
29040 ;;
29041 esac
29042 echo "$as_me:$LINENO: result: ${flag}" >&5
29043 echo "${ECHO_T}${flag}" >&6
29044 if test "x$flag" != xno; then
29045 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
29046 fi
29047
29048 if test "x$THREADS_CFLAGS" != "x"; then
29049 CFLAGS="$CFLAGS $THREADS_CFLAGS"
29050 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
29051 fi
29052 fi
29053 fi
29054
29055 if test "$wxUSE_THREADS" = "yes" ; then
29056
29057 for ac_func in thr_setconcurrency
29058 do
29059 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29060 echo "$as_me:$LINENO: checking for $ac_func" >&5
29061 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29062 if eval "test \"\${$as_ac_var+set}\" = set"; then
29063 echo $ECHO_N "(cached) $ECHO_C" >&6
29064 else
29065 cat >conftest.$ac_ext <<_ACEOF
29066 #line $LINENO "configure"
29067 /* confdefs.h. */
29068 _ACEOF
29069 cat confdefs.h >>conftest.$ac_ext
29070 cat >>conftest.$ac_ext <<_ACEOF
29071 /* end confdefs.h. */
29072 /* System header to define __stub macros and hopefully few prototypes,
29073 which can conflict with char $ac_func (); below.
29074 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29075 <limits.h> exists even on freestanding compilers. */
29076 #ifdef __STDC__
29077 # include <limits.h>
29078 #else
29079 # include <assert.h>
29080 #endif
29081 /* Override any gcc2 internal prototype to avoid an error. */
29082 #ifdef __cplusplus
29083 extern "C"
29084 {
29085 #endif
29086 /* We use char because int might match the return type of a gcc2
29087 builtin and then its argument prototype would still apply. */
29088 char $ac_func ();
29089 /* The GNU C library defines this for functions which it implements
29090 to always fail with ENOSYS. Some functions are actually named
29091 something starting with __ and the normal name is an alias. */
29092 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29093 choke me
29094 #else
29095 char (*f) () = $ac_func;
29096 #endif
29097 #ifdef __cplusplus
29098 }
29099 #endif
29100
29101 int
29102 main ()
29103 {
29104 return f != $ac_func;
29105 ;
29106 return 0;
29107 }
29108 _ACEOF
29109 rm -f conftest.$ac_objext conftest$ac_exeext
29110 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29111 (eval $ac_link) 2>&5
29112 ac_status=$?
29113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29114 (exit $ac_status); } &&
29115 { ac_try='test -s conftest$ac_exeext'
29116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29117 (eval $ac_try) 2>&5
29118 ac_status=$?
29119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29120 (exit $ac_status); }; }; then
29121 eval "$as_ac_var=yes"
29122 else
29123 echo "$as_me: failed program was:" >&5
29124 sed 's/^/| /' conftest.$ac_ext >&5
29125
29126 eval "$as_ac_var=no"
29127 fi
29128 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29129 fi
29130 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29131 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29132 if test `eval echo '${'$as_ac_var'}'` = yes; then
29133 cat >>confdefs.h <<_ACEOF
29134 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29135 _ACEOF
29136
29137 fi
29138 done
29139
29140
29141
29142 for ac_header in sched.h
29143 do
29144 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29145 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29146 echo "$as_me:$LINENO: checking for $ac_header" >&5
29147 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29148 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29149 echo $ECHO_N "(cached) $ECHO_C" >&6
29150 fi
29151 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29152 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29153 else
29154 # Is the header compilable?
29155 echo "$as_me:$LINENO: checking $ac_header usability" >&5
29156 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
29157 cat >conftest.$ac_ext <<_ACEOF
29158 #line $LINENO "configure"
29159 /* confdefs.h. */
29160 _ACEOF
29161 cat confdefs.h >>conftest.$ac_ext
29162 cat >>conftest.$ac_ext <<_ACEOF
29163 /* end confdefs.h. */
29164 $ac_includes_default
29165 #include <$ac_header>
29166 _ACEOF
29167 rm -f conftest.$ac_objext
29168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29169 (eval $ac_compile) 2>&5
29170 ac_status=$?
29171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29172 (exit $ac_status); } &&
29173 { ac_try='test -s conftest.$ac_objext'
29174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29175 (eval $ac_try) 2>&5
29176 ac_status=$?
29177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29178 (exit $ac_status); }; }; then
29179 ac_header_compiler=yes
29180 else
29181 echo "$as_me: failed program was:" >&5
29182 sed 's/^/| /' conftest.$ac_ext >&5
29183
29184 ac_header_compiler=no
29185 fi
29186 rm -f conftest.$ac_objext conftest.$ac_ext
29187 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29188 echo "${ECHO_T}$ac_header_compiler" >&6
29189
29190 # Is the header present?
29191 echo "$as_me:$LINENO: checking $ac_header presence" >&5
29192 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
29193 cat >conftest.$ac_ext <<_ACEOF
29194 #line $LINENO "configure"
29195 /* confdefs.h. */
29196 _ACEOF
29197 cat confdefs.h >>conftest.$ac_ext
29198 cat >>conftest.$ac_ext <<_ACEOF
29199 /* end confdefs.h. */
29200 #include <$ac_header>
29201 _ACEOF
29202 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29203 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29204 ac_status=$?
29205 grep -v '^ *+' conftest.er1 >conftest.err
29206 rm -f conftest.er1
29207 cat conftest.err >&5
29208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29209 (exit $ac_status); } >/dev/null; then
29210 if test -s conftest.err; then
29211 ac_cpp_err=$ac_c_preproc_warn_flag
29212 else
29213 ac_cpp_err=
29214 fi
29215 else
29216 ac_cpp_err=yes
29217 fi
29218 if test -z "$ac_cpp_err"; then
29219 ac_header_preproc=yes
29220 else
29221 echo "$as_me: failed program was:" >&5
29222 sed 's/^/| /' conftest.$ac_ext >&5
29223
29224 ac_header_preproc=no
29225 fi
29226 rm -f conftest.err conftest.$ac_ext
29227 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29228 echo "${ECHO_T}$ac_header_preproc" >&6
29229
29230 # So? What about this header?
29231 case $ac_header_compiler:$ac_header_preproc in
29232 yes:no )
29233 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29234 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29235 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29236 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29237 (
29238 cat <<\_ASBOX
29239 ## ------------------------------------ ##
29240 ## Report this to bug-autoconf@gnu.org. ##
29241 ## ------------------------------------ ##
29242 _ASBOX
29243 ) |
29244 sed "s/^/$as_me: WARNING: /" >&2
29245 ;;
29246 no:yes )
29247 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29248 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29249 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29250 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29251 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29252 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29253 (
29254 cat <<\_ASBOX
29255 ## ------------------------------------ ##
29256 ## Report this to bug-autoconf@gnu.org. ##
29257 ## ------------------------------------ ##
29258 _ASBOX
29259 ) |
29260 sed "s/^/$as_me: WARNING: /" >&2
29261 ;;
29262 esac
29263 echo "$as_me:$LINENO: checking for $ac_header" >&5
29264 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29265 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29266 echo $ECHO_N "(cached) $ECHO_C" >&6
29267 else
29268 eval "$as_ac_Header=$ac_header_preproc"
29269 fi
29270 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29271 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29272
29273 fi
29274 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29275 cat >>confdefs.h <<_ACEOF
29276 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29277 _ACEOF
29278
29279 fi
29280
29281 done
29282
29283 if test "$ac_cv_header_sched_h" = "yes"; then
29284 echo "$as_me:$LINENO: checking for sched_yield" >&5
29285 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
29286 if test "${ac_cv_func_sched_yield+set}" = set; then
29287 echo $ECHO_N "(cached) $ECHO_C" >&6
29288 else
29289 cat >conftest.$ac_ext <<_ACEOF
29290 #line $LINENO "configure"
29291 /* confdefs.h. */
29292 _ACEOF
29293 cat confdefs.h >>conftest.$ac_ext
29294 cat >>conftest.$ac_ext <<_ACEOF
29295 /* end confdefs.h. */
29296 /* System header to define __stub macros and hopefully few prototypes,
29297 which can conflict with char sched_yield (); below.
29298 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29299 <limits.h> exists even on freestanding compilers. */
29300 #ifdef __STDC__
29301 # include <limits.h>
29302 #else
29303 # include <assert.h>
29304 #endif
29305 /* Override any gcc2 internal prototype to avoid an error. */
29306 #ifdef __cplusplus
29307 extern "C"
29308 {
29309 #endif
29310 /* We use char because int might match the return type of a gcc2
29311 builtin and then its argument prototype would still apply. */
29312 char sched_yield ();
29313 /* The GNU C library defines this for functions which it implements
29314 to always fail with ENOSYS. Some functions are actually named
29315 something starting with __ and the normal name is an alias. */
29316 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29317 choke me
29318 #else
29319 char (*f) () = sched_yield;
29320 #endif
29321 #ifdef __cplusplus
29322 }
29323 #endif
29324
29325 int
29326 main ()
29327 {
29328 return f != sched_yield;
29329 ;
29330 return 0;
29331 }
29332 _ACEOF
29333 rm -f conftest.$ac_objext conftest$ac_exeext
29334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29335 (eval $ac_link) 2>&5
29336 ac_status=$?
29337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29338 (exit $ac_status); } &&
29339 { ac_try='test -s conftest$ac_exeext'
29340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29341 (eval $ac_try) 2>&5
29342 ac_status=$?
29343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29344 (exit $ac_status); }; }; then
29345 ac_cv_func_sched_yield=yes
29346 else
29347 echo "$as_me: failed program was:" >&5
29348 sed 's/^/| /' conftest.$ac_ext >&5
29349
29350 ac_cv_func_sched_yield=no
29351 fi
29352 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29353 fi
29354 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29355 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29356 if test $ac_cv_func_sched_yield = yes; then
29357 cat >>confdefs.h <<\_ACEOF
29358 #define HAVE_SCHED_YIELD 1
29359 _ACEOF
29360
29361 else
29362
29363 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29364 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29365 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29366 echo $ECHO_N "(cached) $ECHO_C" >&6
29367 else
29368 ac_check_lib_save_LIBS=$LIBS
29369 LIBS="-lposix4 $LIBS"
29370 cat >conftest.$ac_ext <<_ACEOF
29371 #line $LINENO "configure"
29372 /* confdefs.h. */
29373 _ACEOF
29374 cat confdefs.h >>conftest.$ac_ext
29375 cat >>conftest.$ac_ext <<_ACEOF
29376 /* end confdefs.h. */
29377
29378 /* Override any gcc2 internal prototype to avoid an error. */
29379 #ifdef __cplusplus
29380 extern "C"
29381 #endif
29382 /* We use char because int might match the return type of a gcc2
29383 builtin and then its argument prototype would still apply. */
29384 char sched_yield ();
29385 int
29386 main ()
29387 {
29388 sched_yield ();
29389 ;
29390 return 0;
29391 }
29392 _ACEOF
29393 rm -f conftest.$ac_objext conftest$ac_exeext
29394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29395 (eval $ac_link) 2>&5
29396 ac_status=$?
29397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29398 (exit $ac_status); } &&
29399 { ac_try='test -s conftest$ac_exeext'
29400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29401 (eval $ac_try) 2>&5
29402 ac_status=$?
29403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29404 (exit $ac_status); }; }; then
29405 ac_cv_lib_posix4_sched_yield=yes
29406 else
29407 echo "$as_me: failed program was:" >&5
29408 sed 's/^/| /' conftest.$ac_ext >&5
29409
29410 ac_cv_lib_posix4_sched_yield=no
29411 fi
29412 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29413 LIBS=$ac_check_lib_save_LIBS
29414 fi
29415 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29416 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29417 if test $ac_cv_lib_posix4_sched_yield = yes; then
29418 cat >>confdefs.h <<\_ACEOF
29419 #define HAVE_SCHED_YIELD 1
29420 _ACEOF
29421 POSIX4_LINK=" -lposix4"
29422 else
29423 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29424 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29425
29426 fi
29427
29428
29429
29430 fi
29431
29432 fi
29433
29434 HAVE_PRIOR_FUNCS=0
29435 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29436 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29437 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29438 echo $ECHO_N "(cached) $ECHO_C" >&6
29439 else
29440 cat >conftest.$ac_ext <<_ACEOF
29441 #line $LINENO "configure"
29442 /* confdefs.h. */
29443 _ACEOF
29444 cat confdefs.h >>conftest.$ac_ext
29445 cat >>conftest.$ac_ext <<_ACEOF
29446 /* end confdefs.h. */
29447 /* System header to define __stub macros and hopefully few prototypes,
29448 which can conflict with char pthread_attr_getschedpolicy (); below.
29449 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29450 <limits.h> exists even on freestanding compilers. */
29451 #ifdef __STDC__
29452 # include <limits.h>
29453 #else
29454 # include <assert.h>
29455 #endif
29456 /* Override any gcc2 internal prototype to avoid an error. */
29457 #ifdef __cplusplus
29458 extern "C"
29459 {
29460 #endif
29461 /* We use char because int might match the return type of a gcc2
29462 builtin and then its argument prototype would still apply. */
29463 char pthread_attr_getschedpolicy ();
29464 /* The GNU C library defines this for functions which it implements
29465 to always fail with ENOSYS. Some functions are actually named
29466 something starting with __ and the normal name is an alias. */
29467 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29468 choke me
29469 #else
29470 char (*f) () = pthread_attr_getschedpolicy;
29471 #endif
29472 #ifdef __cplusplus
29473 }
29474 #endif
29475
29476 int
29477 main ()
29478 {
29479 return f != pthread_attr_getschedpolicy;
29480 ;
29481 return 0;
29482 }
29483 _ACEOF
29484 rm -f conftest.$ac_objext conftest$ac_exeext
29485 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29486 (eval $ac_link) 2>&5
29487 ac_status=$?
29488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29489 (exit $ac_status); } &&
29490 { ac_try='test -s conftest$ac_exeext'
29491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29492 (eval $ac_try) 2>&5
29493 ac_status=$?
29494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29495 (exit $ac_status); }; }; then
29496 ac_cv_func_pthread_attr_getschedpolicy=yes
29497 else
29498 echo "$as_me: failed program was:" >&5
29499 sed 's/^/| /' conftest.$ac_ext >&5
29500
29501 ac_cv_func_pthread_attr_getschedpolicy=no
29502 fi
29503 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29504 fi
29505 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29506 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29507 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29508 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29509 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29510 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29511 echo $ECHO_N "(cached) $ECHO_C" >&6
29512 else
29513 cat >conftest.$ac_ext <<_ACEOF
29514 #line $LINENO "configure"
29515 /* confdefs.h. */
29516 _ACEOF
29517 cat confdefs.h >>conftest.$ac_ext
29518 cat >>conftest.$ac_ext <<_ACEOF
29519 /* end confdefs.h. */
29520 /* System header to define __stub macros and hopefully few prototypes,
29521 which can conflict with char pthread_attr_setschedparam (); below.
29522 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29523 <limits.h> exists even on freestanding compilers. */
29524 #ifdef __STDC__
29525 # include <limits.h>
29526 #else
29527 # include <assert.h>
29528 #endif
29529 /* Override any gcc2 internal prototype to avoid an error. */
29530 #ifdef __cplusplus
29531 extern "C"
29532 {
29533 #endif
29534 /* We use char because int might match the return type of a gcc2
29535 builtin and then its argument prototype would still apply. */
29536 char pthread_attr_setschedparam ();
29537 /* The GNU C library defines this for functions which it implements
29538 to always fail with ENOSYS. Some functions are actually named
29539 something starting with __ and the normal name is an alias. */
29540 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29541 choke me
29542 #else
29543 char (*f) () = pthread_attr_setschedparam;
29544 #endif
29545 #ifdef __cplusplus
29546 }
29547 #endif
29548
29549 int
29550 main ()
29551 {
29552 return f != pthread_attr_setschedparam;
29553 ;
29554 return 0;
29555 }
29556 _ACEOF
29557 rm -f conftest.$ac_objext conftest$ac_exeext
29558 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29559 (eval $ac_link) 2>&5
29560 ac_status=$?
29561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29562 (exit $ac_status); } &&
29563 { ac_try='test -s conftest$ac_exeext'
29564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29565 (eval $ac_try) 2>&5
29566 ac_status=$?
29567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29568 (exit $ac_status); }; }; then
29569 ac_cv_func_pthread_attr_setschedparam=yes
29570 else
29571 echo "$as_me: failed program was:" >&5
29572 sed 's/^/| /' conftest.$ac_ext >&5
29573
29574 ac_cv_func_pthread_attr_setschedparam=no
29575 fi
29576 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29577 fi
29578 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29579 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29580 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29581 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29582 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29583 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29584 echo $ECHO_N "(cached) $ECHO_C" >&6
29585 else
29586 cat >conftest.$ac_ext <<_ACEOF
29587 #line $LINENO "configure"
29588 /* confdefs.h. */
29589 _ACEOF
29590 cat confdefs.h >>conftest.$ac_ext
29591 cat >>conftest.$ac_ext <<_ACEOF
29592 /* end confdefs.h. */
29593 /* System header to define __stub macros and hopefully few prototypes,
29594 which can conflict with char sched_get_priority_max (); below.
29595 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29596 <limits.h> exists even on freestanding compilers. */
29597 #ifdef __STDC__
29598 # include <limits.h>
29599 #else
29600 # include <assert.h>
29601 #endif
29602 /* Override any gcc2 internal prototype to avoid an error. */
29603 #ifdef __cplusplus
29604 extern "C"
29605 {
29606 #endif
29607 /* We use char because int might match the return type of a gcc2
29608 builtin and then its argument prototype would still apply. */
29609 char sched_get_priority_max ();
29610 /* The GNU C library defines this for functions which it implements
29611 to always fail with ENOSYS. Some functions are actually named
29612 something starting with __ and the normal name is an alias. */
29613 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29614 choke me
29615 #else
29616 char (*f) () = sched_get_priority_max;
29617 #endif
29618 #ifdef __cplusplus
29619 }
29620 #endif
29621
29622 int
29623 main ()
29624 {
29625 return f != sched_get_priority_max;
29626 ;
29627 return 0;
29628 }
29629 _ACEOF
29630 rm -f conftest.$ac_objext conftest$ac_exeext
29631 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29632 (eval $ac_link) 2>&5
29633 ac_status=$?
29634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29635 (exit $ac_status); } &&
29636 { ac_try='test -s conftest$ac_exeext'
29637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29638 (eval $ac_try) 2>&5
29639 ac_status=$?
29640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29641 (exit $ac_status); }; }; then
29642 ac_cv_func_sched_get_priority_max=yes
29643 else
29644 echo "$as_me: failed program was:" >&5
29645 sed 's/^/| /' conftest.$ac_ext >&5
29646
29647 ac_cv_func_sched_get_priority_max=no
29648 fi
29649 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29650 fi
29651 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29652 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29653 if test $ac_cv_func_sched_get_priority_max = yes; then
29654 HAVE_PRIOR_FUNCS=1
29655 else
29656 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29657 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29658 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29659 echo $ECHO_N "(cached) $ECHO_C" >&6
29660 else
29661 ac_check_lib_save_LIBS=$LIBS
29662 LIBS="-lposix4 $LIBS"
29663 cat >conftest.$ac_ext <<_ACEOF
29664 #line $LINENO "configure"
29665 /* confdefs.h. */
29666 _ACEOF
29667 cat confdefs.h >>conftest.$ac_ext
29668 cat >>conftest.$ac_ext <<_ACEOF
29669 /* end confdefs.h. */
29670
29671 /* Override any gcc2 internal prototype to avoid an error. */
29672 #ifdef __cplusplus
29673 extern "C"
29674 #endif
29675 /* We use char because int might match the return type of a gcc2
29676 builtin and then its argument prototype would still apply. */
29677 char sched_get_priority_max ();
29678 int
29679 main ()
29680 {
29681 sched_get_priority_max ();
29682 ;
29683 return 0;
29684 }
29685 _ACEOF
29686 rm -f conftest.$ac_objext conftest$ac_exeext
29687 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29688 (eval $ac_link) 2>&5
29689 ac_status=$?
29690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29691 (exit $ac_status); } &&
29692 { ac_try='test -s conftest$ac_exeext'
29693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29694 (eval $ac_try) 2>&5
29695 ac_status=$?
29696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29697 (exit $ac_status); }; }; then
29698 ac_cv_lib_posix4_sched_get_priority_max=yes
29699 else
29700 echo "$as_me: failed program was:" >&5
29701 sed 's/^/| /' conftest.$ac_ext >&5
29702
29703 ac_cv_lib_posix4_sched_get_priority_max=no
29704 fi
29705 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29706 LIBS=$ac_check_lib_save_LIBS
29707 fi
29708 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29709 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29710 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
29711
29712 HAVE_PRIOR_FUNCS=1
29713 POSIX4_LINK=" -lposix4"
29714
29715 fi
29716
29717
29718 fi
29719
29720
29721 fi
29722
29723
29724 fi
29725
29726
29727 if test "$HAVE_PRIOR_FUNCS" = 1; then
29728 cat >>confdefs.h <<\_ACEOF
29729 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
29730 _ACEOF
29731
29732 else
29733 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29734 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
29735 fi
29736
29737 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29738 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29739 if test "${ac_cv_func_pthread_cancel+set}" = set; then
29740 echo $ECHO_N "(cached) $ECHO_C" >&6
29741 else
29742 cat >conftest.$ac_ext <<_ACEOF
29743 #line $LINENO "configure"
29744 /* confdefs.h. */
29745 _ACEOF
29746 cat confdefs.h >>conftest.$ac_ext
29747 cat >>conftest.$ac_ext <<_ACEOF
29748 /* end confdefs.h. */
29749 /* System header to define __stub macros and hopefully few prototypes,
29750 which can conflict with char pthread_cancel (); below.
29751 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29752 <limits.h> exists even on freestanding compilers. */
29753 #ifdef __STDC__
29754 # include <limits.h>
29755 #else
29756 # include <assert.h>
29757 #endif
29758 /* Override any gcc2 internal prototype to avoid an error. */
29759 #ifdef __cplusplus
29760 extern "C"
29761 {
29762 #endif
29763 /* We use char because int might match the return type of a gcc2
29764 builtin and then its argument prototype would still apply. */
29765 char pthread_cancel ();
29766 /* The GNU C library defines this for functions which it implements
29767 to always fail with ENOSYS. Some functions are actually named
29768 something starting with __ and the normal name is an alias. */
29769 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29770 choke me
29771 #else
29772 char (*f) () = pthread_cancel;
29773 #endif
29774 #ifdef __cplusplus
29775 }
29776 #endif
29777
29778 int
29779 main ()
29780 {
29781 return f != pthread_cancel;
29782 ;
29783 return 0;
29784 }
29785 _ACEOF
29786 rm -f conftest.$ac_objext conftest$ac_exeext
29787 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29788 (eval $ac_link) 2>&5
29789 ac_status=$?
29790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29791 (exit $ac_status); } &&
29792 { ac_try='test -s conftest$ac_exeext'
29793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29794 (eval $ac_try) 2>&5
29795 ac_status=$?
29796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29797 (exit $ac_status); }; }; then
29798 ac_cv_func_pthread_cancel=yes
29799 else
29800 echo "$as_me: failed program was:" >&5
29801 sed 's/^/| /' conftest.$ac_ext >&5
29802
29803 ac_cv_func_pthread_cancel=no
29804 fi
29805 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29806 fi
29807 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29808 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29809 if test $ac_cv_func_pthread_cancel = yes; then
29810 cat >>confdefs.h <<\_ACEOF
29811 #define HAVE_PTHREAD_CANCEL 1
29812 _ACEOF
29813
29814 else
29815 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29816 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
29817 fi
29818
29819
29820 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29821 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29822 if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29823 echo $ECHO_N "(cached) $ECHO_C" >&6
29824 else
29825
29826 cat >conftest.$ac_ext <<_ACEOF
29827 #line $LINENO "configure"
29828 /* confdefs.h. */
29829 _ACEOF
29830 cat confdefs.h >>conftest.$ac_ext
29831 cat >>conftest.$ac_ext <<_ACEOF
29832 /* end confdefs.h. */
29833 #include <pthread.h>
29834 int
29835 main ()
29836 {
29837
29838 pthread_cleanup_push(NULL, NULL);
29839 pthread_cleanup_pop(0);
29840
29841 ;
29842 return 0;
29843 }
29844 _ACEOF
29845 rm -f conftest.$ac_objext
29846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29847 (eval $ac_compile) 2>&5
29848 ac_status=$?
29849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29850 (exit $ac_status); } &&
29851 { ac_try='test -s conftest.$ac_objext'
29852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29853 (eval $ac_try) 2>&5
29854 ac_status=$?
29855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29856 (exit $ac_status); }; }; then
29857
29858 wx_cv_func_pthread_cleanup_push=yes
29859
29860 else
29861 echo "$as_me: failed program was:" >&5
29862 sed 's/^/| /' conftest.$ac_ext >&5
29863
29864
29865 wx_cv_func_pthread_cleanup_push=no
29866
29867 fi
29868 rm -f conftest.$ac_objext conftest.$ac_ext
29869
29870 fi
29871 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29872 echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
29873
29874 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
29875 cat >>confdefs.h <<\_ACEOF
29876 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
29877 _ACEOF
29878
29879 fi
29880
29881
29882 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29883 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29884 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29885 echo $ECHO_N "(cached) $ECHO_C" >&6
29886 else
29887
29888 cat >conftest.$ac_ext <<_ACEOF
29889 #line $LINENO "configure"
29890 /* confdefs.h. */
29891 _ACEOF
29892 cat confdefs.h >>conftest.$ac_ext
29893 cat >>conftest.$ac_ext <<_ACEOF
29894 /* end confdefs.h. */
29895 #include <pthread.h>
29896 int
29897 main ()
29898 {
29899
29900 pthread_mutexattr_t attr;
29901 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
29902
29903 ;
29904 return 0;
29905 }
29906 _ACEOF
29907 rm -f conftest.$ac_objext
29908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29909 (eval $ac_compile) 2>&5
29910 ac_status=$?
29911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29912 (exit $ac_status); } &&
29913 { ac_try='test -s conftest.$ac_objext'
29914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29915 (eval $ac_try) 2>&5
29916 ac_status=$?
29917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29918 (exit $ac_status); }; }; then
29919
29920 wx_cv_type_pthread_mutexattr_t=yes
29921
29922 else
29923 echo "$as_me: failed program was:" >&5
29924 sed 's/^/| /' conftest.$ac_ext >&5
29925
29926
29927 wx_cv_type_pthread_mutexattr_t=no
29928
29929
29930 fi
29931 rm -f conftest.$ac_objext conftest.$ac_ext
29932
29933 fi
29934 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
29935 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
29936
29937 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
29938 cat >>confdefs.h <<\_ACEOF
29939 #define HAVE_PTHREAD_MUTEXATTR_T 1
29940 _ACEOF
29941
29942 else
29943 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
29944 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
29945 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
29946 echo $ECHO_N "(cached) $ECHO_C" >&6
29947 else
29948
29949 cat >conftest.$ac_ext <<_ACEOF
29950 #line $LINENO "configure"
29951 /* confdefs.h. */
29952 _ACEOF
29953 cat confdefs.h >>conftest.$ac_ext
29954 cat >>conftest.$ac_ext <<_ACEOF
29955 /* end confdefs.h. */
29956 #include <pthread.h>
29957 int
29958 main ()
29959 {
29960
29961 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
29962
29963 ;
29964 return 0;
29965 }
29966 _ACEOF
29967 rm -f conftest.$ac_objext
29968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29969 (eval $ac_compile) 2>&5
29970 ac_status=$?
29971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29972 (exit $ac_status); } &&
29973 { ac_try='test -s conftest.$ac_objext'
29974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29975 (eval $ac_try) 2>&5
29976 ac_status=$?
29977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29978 (exit $ac_status); }; }; then
29979
29980 wx_cv_type_pthread_rec_mutex_init=yes
29981
29982 else
29983 echo "$as_me: failed program was:" >&5
29984 sed 's/^/| /' conftest.$ac_ext >&5
29985
29986
29987 wx_cv_type_pthread_rec_mutex_init=no
29988
29989
29990 fi
29991 rm -f conftest.$ac_objext conftest.$ac_ext
29992
29993 fi
29994 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
29995 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
29996 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
29997 cat >>confdefs.h <<\_ACEOF
29998 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
29999 _ACEOF
30000
30001 else
30002 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
30003 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
30004 fi
30005 fi
30006 fi
30007
30008 else
30009 if test "$wxUSE_THREADS" = "yes" ; then
30010 case "${host}" in
30011 *-*-mingw32* )
30012 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
30013 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
30014 if test "${wx_cv_cflags_mthread+set}" = set; then
30015 echo $ECHO_N "(cached) $ECHO_C" >&6
30016 else
30017
30018 CFLAGS_OLD="$CFLAGS"
30019 CFLAGS="$CFLAGS -mthreads"
30020 cat >conftest.$ac_ext <<_ACEOF
30021 #line $LINENO "configure"
30022 /* confdefs.h. */
30023 _ACEOF
30024 cat confdefs.h >>conftest.$ac_ext
30025 cat >>conftest.$ac_ext <<_ACEOF
30026 /* end confdefs.h. */
30027
30028 int
30029 main ()
30030 {
30031
30032 ;
30033 return 0;
30034 }
30035 _ACEOF
30036 rm -f conftest.$ac_objext
30037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30038 (eval $ac_compile) 2>&5
30039 ac_status=$?
30040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30041 (exit $ac_status); } &&
30042 { ac_try='test -s conftest.$ac_objext'
30043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30044 (eval $ac_try) 2>&5
30045 ac_status=$?
30046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30047 (exit $ac_status); }; }; then
30048 wx_cv_cflags_mthread=yes
30049 else
30050 echo "$as_me: failed program was:" >&5
30051 sed 's/^/| /' conftest.$ac_ext >&5
30052
30053 wx_cv_cflags_mthread=no
30054
30055 fi
30056 rm -f conftest.$ac_objext conftest.$ac_ext
30057
30058
30059 fi
30060 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
30061 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
30062
30063 if test "$wx_cv_cflags_mthread" = "yes"; then
30064 CXXFLAGS="$CXXFLAGS -mthreads"
30065 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
30066 LDFLAGS="$LDFLAGS -mthreads"
30067 else
30068 CFLAGS="$CFLAGS_OLD"
30069 fi
30070 ;;
30071 esac
30072 fi
30073 fi
30074
30075 if test "$wxUSE_THREADS" = "yes"; then
30076 cat >>confdefs.h <<\_ACEOF
30077 #define wxUSE_THREADS 1
30078 _ACEOF
30079
30080
30081 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
30082 else
30083 if test "$ac_cv_func_strtok_r" = "yes"; then
30084 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
30085 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
30086 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
30087 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
30088 echo "$as_me:$LINENO: result: yes" >&5
30089 echo "${ECHO_T}yes" >&6
30090 else
30091 echo "$as_me:$LINENO: result: no" >&5
30092 echo "${ECHO_T}no" >&6
30093 fi
30094 fi
30095 fi
30096
30097 if test "$WXGTK20" = 1 ; then
30098 cat >>confdefs.h <<_ACEOF
30099 #define __WXGTK20__ $WXGTK20
30100 _ACEOF
30101
30102 WXGTK12=1
30103 fi
30104
30105 if test "$WXGTK12" = 1 ; then
30106 cat >>confdefs.h <<_ACEOF
30107 #define __WXGTK12__ $WXGTK12
30108 _ACEOF
30109
30110 fi
30111
30112 if test "$WXGTK127" = 1 ; then
30113 cat >>confdefs.h <<_ACEOF
30114 #define __WXGTK127__ $WXGTK127
30115 _ACEOF
30116
30117 fi
30118
30119 WXDEBUG=
30120
30121 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
30122 WXDEBUG="-g"
30123 wxUSE_OPTIMISE=no
30124 fi
30125
30126 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
30127 wxUSE_DEBUG_INFO=yes
30128 WXDEBUG="-ggdb"
30129 fi
30130
30131 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
30132 cat >>confdefs.h <<\_ACEOF
30133 #define WXDEBUG 1
30134 _ACEOF
30135
30136 WXDEBUG_DEFINE="-D__WXDEBUG__"
30137 else
30138 if test "$wxUSE_GTK" = 1 ; then
30139 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
30140 fi
30141 fi
30142
30143 if test "$wxUSE_MEM_TRACING" = "yes" ; then
30144 cat >>confdefs.h <<\_ACEOF
30145 #define wxUSE_MEMORY_TRACING 1
30146 _ACEOF
30147
30148 cat >>confdefs.h <<\_ACEOF
30149 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
30150 _ACEOF
30151
30152 cat >>confdefs.h <<\_ACEOF
30153 #define wxUSE_DEBUG_NEW_ALWAYS 1
30154 _ACEOF
30155
30156 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
30157 fi
30158
30159 if test "$wxUSE_DMALLOC" = "yes" ; then
30160 DMALLOC_LIBS="-ldmalloc"
30161 fi
30162
30163 PROFILE=
30164 if test "$wxUSE_PROFILE" = "yes" ; then
30165 PROFILE=" -pg"
30166 fi
30167
30168 CODE_GEN_FLAGS=
30169 CODE_GEN_FLAGS_CXX=
30170 if test "$GCC" = "yes" ; then
30171 if test "$wxUSE_NO_RTTI" = "yes" ; then
30172 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
30173 fi
30174 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
30175 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
30176 fi
30177 if test "$wxUSE_PERMISSIVE" = "yes" ; then
30178 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
30179 fi
30180
30181 case "${host}" in
30182 powerpc*-*-aix* )
30183 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
30184 ;;
30185 *-hppa* )
30186 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
30187 ;;
30188 esac
30189 fi
30190
30191 OPTIMISE=
30192 if test "$wxUSE_OPTIMISE" = "no" ; then
30193 if test "$GCC" = yes ; then
30194 OPTIMISE="-O0"
30195 fi
30196 else
30197 if test "$GCC" = yes ; then
30198 OPTIMISE="-O2"
30199
30200 case "${host}" in
30201 i586-*-*|i686-*-* )
30202 OPTIMISE="${OPTIMISE} "
30203 ;;
30204 esac
30205 else
30206 OPTIMISE="-O"
30207 fi
30208 fi
30209
30210
30211 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
30212 cat >>confdefs.h <<\_ACEOF
30213 #define WXWIN_COMPATIBILITY_2 1
30214 _ACEOF
30215
30216
30217 WXWIN_COMPATIBILITY_2_2="yes"
30218 fi
30219
30220 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
30221 cat >>confdefs.h <<\_ACEOF
30222 #define WXWIN_COMPATIBILITY_2_2 1
30223 _ACEOF
30224
30225
30226 WXWIN_COMPATIBILITY_2_4="yes"
30227 fi
30228
30229 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
30230 cat >>confdefs.h <<\_ACEOF
30231 #define WXWIN_COMPATIBILITY_2_4 1
30232 _ACEOF
30233
30234 fi
30235
30236
30237 if test "$wxUSE_GUI" = "yes"; then
30238 cat >>confdefs.h <<\_ACEOF
30239 #define wxUSE_GUI 1
30240 _ACEOF
30241
30242
30243 else
30244 cat >>confdefs.h <<\_ACEOF
30245 #define wxUSE_NOGUI 1
30246 _ACEOF
30247
30248 fi
30249
30250
30251 if test "$wxUSE_UNIX" = "yes"; then
30252 cat >>confdefs.h <<\_ACEOF
30253 #define wxUSE_UNIX 1
30254 _ACEOF
30255
30256 fi
30257
30258
30259 if test "$wxUSE_STL" = "yes"; then
30260 cat >>confdefs.h <<\_ACEOF
30261 #define wxUSE_STL 1
30262 _ACEOF
30263
30264 fi
30265
30266 if test "$wxUSE_APPLE_IEEE" = "yes"; then
30267 cat >>confdefs.h <<\_ACEOF
30268 #define wxUSE_APPLE_IEEE 1
30269 _ACEOF
30270
30271 fi
30272
30273 if test "$wxUSE_TIMER" = "yes"; then
30274 cat >>confdefs.h <<\_ACEOF
30275 #define wxUSE_TIMER 1
30276 _ACEOF
30277
30278 fi
30279
30280 if test "$wxUSE_WAVE" = "yes"; then
30281 cat >>confdefs.h <<\_ACEOF
30282 #define wxUSE_WAVE 1
30283 _ACEOF
30284
30285 fi
30286
30287 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
30288 cat >>confdefs.h <<\_ACEOF
30289 #define wxUSE_CMDLINE_PARSER 1
30290 _ACEOF
30291
30292 fi
30293
30294 if test "$wxUSE_STOPWATCH" = "yes"; then
30295 cat >>confdefs.h <<\_ACEOF
30296 #define wxUSE_STOPWATCH 1
30297 _ACEOF
30298
30299 fi
30300
30301 if test "$wxUSE_DATETIME" = "yes"; then
30302 cat >>confdefs.h <<\_ACEOF
30303 #define wxUSE_DATETIME 1
30304 _ACEOF
30305
30306 fi
30307
30308 if test "$wxUSE_FILE" = "yes"; then
30309 cat >>confdefs.h <<\_ACEOF
30310 #define wxUSE_FILE 1
30311 _ACEOF
30312
30313 fi
30314
30315 if test "$wxUSE_FFILE" = "yes"; then
30316 cat >>confdefs.h <<\_ACEOF
30317 #define wxUSE_FFILE 1
30318 _ACEOF
30319
30320 fi
30321
30322 if test "$wxUSE_FILESYSTEM" = "yes"; then
30323 cat >>confdefs.h <<\_ACEOF
30324 #define wxUSE_FILESYSTEM 1
30325 _ACEOF
30326
30327 fi
30328
30329 if test "$wxUSE_FS_ZIP" = "yes"; then
30330 cat >>confdefs.h <<\_ACEOF
30331 #define wxUSE_FS_ZIP 1
30332 _ACEOF
30333
30334 fi
30335
30336 if test "$wxUSE_ZIPSTREAM" = "yes"; then
30337 cat >>confdefs.h <<\_ACEOF
30338 #define wxUSE_ZIPSTREAM 1
30339 _ACEOF
30340
30341 fi
30342
30343 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30344 cat >>confdefs.h <<\_ACEOF
30345 #define wxUSE_ON_FATAL_EXCEPTION 1
30346 _ACEOF
30347
30348 fi
30349
30350 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30351 cat >>confdefs.h <<\_ACEOF
30352 #define wxUSE_SNGLINST_CHECKER 1
30353 _ACEOF
30354
30355 fi
30356
30357 if test "$wxUSE_BUSYINFO" = "yes"; then
30358 cat >>confdefs.h <<\_ACEOF
30359 #define wxUSE_BUSYINFO 1
30360 _ACEOF
30361
30362 fi
30363
30364 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
30365 cat >>confdefs.h <<\_ACEOF
30366 #define wxUSE_STD_IOSTREAM 1
30367 _ACEOF
30368
30369 fi
30370
30371 if test "$wxUSE_TEXTBUFFER" = "yes"; then
30372 cat >>confdefs.h <<\_ACEOF
30373 #define wxUSE_TEXTBUFFER 1
30374 _ACEOF
30375
30376 fi
30377
30378 if test "$wxUSE_TEXTFILE" = "yes"; then
30379 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
30380 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30381 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
30382 else
30383 cat >>confdefs.h <<\_ACEOF
30384 #define wxUSE_TEXTFILE 1
30385 _ACEOF
30386
30387 fi
30388 fi
30389
30390 if test "$wxUSE_CONFIG" = "yes" ; then
30391 if test "$wxUSE_TEXTFILE" != "yes"; then
30392 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30393 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
30394 else
30395 cat >>confdefs.h <<\_ACEOF
30396 #define wxUSE_CONFIG 1
30397 _ACEOF
30398
30399 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
30400 fi
30401 fi
30402
30403 if test "$wxUSE_INTL" = "yes" ; then
30404 if test "$wxUSE_FILE" != "yes"; then
30405 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30406 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
30407 else
30408 cat >>confdefs.h <<\_ACEOF
30409 #define wxUSE_INTL 1
30410 _ACEOF
30411
30412 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
30413 GUIDIST="$GUIDIST INTL_DIST"
30414 fi
30415 fi
30416
30417 if test "$wxUSE_LOG" = "yes"; then
30418 cat >>confdefs.h <<\_ACEOF
30419 #define wxUSE_LOG 1
30420 _ACEOF
30421
30422
30423 if test "$wxUSE_LOGGUI" = "yes"; then
30424 cat >>confdefs.h <<\_ACEOF
30425 #define wxUSE_LOGGUI 1
30426 _ACEOF
30427
30428 fi
30429
30430 if test "$wxUSE_LOGWINDOW" = "yes"; then
30431 cat >>confdefs.h <<\_ACEOF
30432 #define wxUSE_LOGWINDOW 1
30433 _ACEOF
30434
30435 fi
30436
30437 if test "$wxUSE_LOGDIALOG" = "yes"; then
30438 cat >>confdefs.h <<\_ACEOF
30439 #define wxUSE_LOG_DIALOG 1
30440 _ACEOF
30441
30442 fi
30443 fi
30444
30445 if test "$wxUSE_LONGLONG" = "yes"; then
30446 cat >>confdefs.h <<\_ACEOF
30447 #define wxUSE_LONGLONG 1
30448 _ACEOF
30449
30450 fi
30451
30452 if test "$wxUSE_GEOMETRY" = "yes"; then
30453 cat >>confdefs.h <<\_ACEOF
30454 #define wxUSE_GEOMETRY 1
30455 _ACEOF
30456
30457 fi
30458
30459 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
30460 cat >>confdefs.h <<\_ACEOF
30461 #define wxUSE_DIALUP_MANAGER 1
30462 _ACEOF
30463
30464 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
30465 fi
30466
30467 if test "$wxUSE_STREAMS" = "yes" ; then
30468 cat >>confdefs.h <<\_ACEOF
30469 #define wxUSE_STREAMS 1
30470 _ACEOF
30471
30472 fi
30473
30474
30475 if test "$wxUSE_DATETIME" = "yes"; then
30476
30477 for ac_func in strptime
30478 do
30479 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30480 echo "$as_me:$LINENO: checking for $ac_func" >&5
30481 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30482 if eval "test \"\${$as_ac_var+set}\" = set"; then
30483 echo $ECHO_N "(cached) $ECHO_C" >&6
30484 else
30485 cat >conftest.$ac_ext <<_ACEOF
30486 #line $LINENO "configure"
30487 /* confdefs.h. */
30488 _ACEOF
30489 cat confdefs.h >>conftest.$ac_ext
30490 cat >>conftest.$ac_ext <<_ACEOF
30491 /* end confdefs.h. */
30492 /* System header to define __stub macros and hopefully few prototypes,
30493 which can conflict with char $ac_func (); below.
30494 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30495 <limits.h> exists even on freestanding compilers. */
30496 #ifdef __STDC__
30497 # include <limits.h>
30498 #else
30499 # include <assert.h>
30500 #endif
30501 /* Override any gcc2 internal prototype to avoid an error. */
30502 #ifdef __cplusplus
30503 extern "C"
30504 {
30505 #endif
30506 /* We use char because int might match the return type of a gcc2
30507 builtin and then its argument prototype would still apply. */
30508 char $ac_func ();
30509 /* The GNU C library defines this for functions which it implements
30510 to always fail with ENOSYS. Some functions are actually named
30511 something starting with __ and the normal name is an alias. */
30512 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30513 choke me
30514 #else
30515 char (*f) () = $ac_func;
30516 #endif
30517 #ifdef __cplusplus
30518 }
30519 #endif
30520
30521 int
30522 main ()
30523 {
30524 return f != $ac_func;
30525 ;
30526 return 0;
30527 }
30528 _ACEOF
30529 rm -f conftest.$ac_objext conftest$ac_exeext
30530 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30531 (eval $ac_link) 2>&5
30532 ac_status=$?
30533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30534 (exit $ac_status); } &&
30535 { ac_try='test -s conftest$ac_exeext'
30536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30537 (eval $ac_try) 2>&5
30538 ac_status=$?
30539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30540 (exit $ac_status); }; }; then
30541 eval "$as_ac_var=yes"
30542 else
30543 echo "$as_me: failed program was:" >&5
30544 sed 's/^/| /' conftest.$ac_ext >&5
30545
30546 eval "$as_ac_var=no"
30547 fi
30548 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30549 fi
30550 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30551 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30552 if test `eval echo '${'$as_ac_var'}'` = yes; then
30553 cat >>confdefs.h <<_ACEOF
30554 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30555 _ACEOF
30556
30557 fi
30558 done
30559
30560
30561 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30562 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30563 if test "${wx_cv_var_timezone+set}" = set; then
30564 echo $ECHO_N "(cached) $ECHO_C" >&6
30565 else
30566
30567 cat >conftest.$ac_ext <<_ACEOF
30568 #line $LINENO "configure"
30569 /* confdefs.h. */
30570 _ACEOF
30571 cat confdefs.h >>conftest.$ac_ext
30572 cat >>conftest.$ac_ext <<_ACEOF
30573 /* end confdefs.h. */
30574
30575 #include <time.h>
30576
30577 int
30578 main ()
30579 {
30580
30581 int tz;
30582 tz = timezone;
30583
30584 ;
30585 return 0;
30586 }
30587 _ACEOF
30588 rm -f conftest.$ac_objext
30589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30590 (eval $ac_compile) 2>&5
30591 ac_status=$?
30592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30593 (exit $ac_status); } &&
30594 { ac_try='test -s conftest.$ac_objext'
30595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30596 (eval $ac_try) 2>&5
30597 ac_status=$?
30598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30599 (exit $ac_status); }; }; then
30600
30601 wx_cv_var_timezone=timezone
30602
30603 else
30604 echo "$as_me: failed program was:" >&5
30605 sed 's/^/| /' conftest.$ac_ext >&5
30606
30607
30608 cat >conftest.$ac_ext <<_ACEOF
30609 #line $LINENO "configure"
30610 /* confdefs.h. */
30611 _ACEOF
30612 cat confdefs.h >>conftest.$ac_ext
30613 cat >>conftest.$ac_ext <<_ACEOF
30614 /* end confdefs.h. */
30615
30616 #include <time.h>
30617
30618 int
30619 main ()
30620 {
30621
30622 int tz;
30623 tz = _timezone;
30624
30625 ;
30626 return 0;
30627 }
30628 _ACEOF
30629 rm -f conftest.$ac_objext
30630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30631 (eval $ac_compile) 2>&5
30632 ac_status=$?
30633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30634 (exit $ac_status); } &&
30635 { ac_try='test -s conftest.$ac_objext'
30636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30637 (eval $ac_try) 2>&5
30638 ac_status=$?
30639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30640 (exit $ac_status); }; }; then
30641
30642 wx_cv_var_timezone=_timezone
30643
30644 else
30645 echo "$as_me: failed program was:" >&5
30646 sed 's/^/| /' conftest.$ac_ext >&5
30647
30648
30649 cat >conftest.$ac_ext <<_ACEOF
30650 #line $LINENO "configure"
30651 /* confdefs.h. */
30652 _ACEOF
30653 cat confdefs.h >>conftest.$ac_ext
30654 cat >>conftest.$ac_ext <<_ACEOF
30655 /* end confdefs.h. */
30656
30657 #include <time.h>
30658
30659 int
30660 main ()
30661 {
30662
30663 int tz;
30664 tz = __timezone;
30665
30666 ;
30667 return 0;
30668 }
30669 _ACEOF
30670 rm -f conftest.$ac_objext
30671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30672 (eval $ac_compile) 2>&5
30673 ac_status=$?
30674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30675 (exit $ac_status); } &&
30676 { ac_try='test -s conftest.$ac_objext'
30677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30678 (eval $ac_try) 2>&5
30679 ac_status=$?
30680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30681 (exit $ac_status); }; }; then
30682
30683 wx_cv_var_timezone=__timezone
30684
30685 else
30686 echo "$as_me: failed program was:" >&5
30687 sed 's/^/| /' conftest.$ac_ext >&5
30688
30689
30690 if test "$USE_DOS" = 0 ; then
30691 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30692 echo "$as_me: WARNING: no timezone variable" >&2;}
30693 fi
30694
30695
30696 fi
30697 rm -f conftest.$ac_objext conftest.$ac_ext
30698
30699
30700 fi
30701 rm -f conftest.$ac_objext conftest.$ac_ext
30702
30703
30704 fi
30705 rm -f conftest.$ac_objext conftest.$ac_ext
30706
30707
30708 fi
30709 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30710 echo "${ECHO_T}$wx_cv_var_timezone" >&6
30711
30712 if test "x$wx_cv_var_timezone" != x ; then
30713 cat >>confdefs.h <<_ACEOF
30714 #define WX_TIMEZONE $wx_cv_var_timezone
30715 _ACEOF
30716
30717 fi
30718
30719
30720 for ac_func in localtime
30721 do
30722 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30723 echo "$as_me:$LINENO: checking for $ac_func" >&5
30724 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30725 if eval "test \"\${$as_ac_var+set}\" = set"; then
30726 echo $ECHO_N "(cached) $ECHO_C" >&6
30727 else
30728 cat >conftest.$ac_ext <<_ACEOF
30729 #line $LINENO "configure"
30730 /* confdefs.h. */
30731 _ACEOF
30732 cat confdefs.h >>conftest.$ac_ext
30733 cat >>conftest.$ac_ext <<_ACEOF
30734 /* end confdefs.h. */
30735 /* System header to define __stub macros and hopefully few prototypes,
30736 which can conflict with char $ac_func (); below.
30737 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30738 <limits.h> exists even on freestanding compilers. */
30739 #ifdef __STDC__
30740 # include <limits.h>
30741 #else
30742 # include <assert.h>
30743 #endif
30744 /* Override any gcc2 internal prototype to avoid an error. */
30745 #ifdef __cplusplus
30746 extern "C"
30747 {
30748 #endif
30749 /* We use char because int might match the return type of a gcc2
30750 builtin and then its argument prototype would still apply. */
30751 char $ac_func ();
30752 /* The GNU C library defines this for functions which it implements
30753 to always fail with ENOSYS. Some functions are actually named
30754 something starting with __ and the normal name is an alias. */
30755 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30756 choke me
30757 #else
30758 char (*f) () = $ac_func;
30759 #endif
30760 #ifdef __cplusplus
30761 }
30762 #endif
30763
30764 int
30765 main ()
30766 {
30767 return f != $ac_func;
30768 ;
30769 return 0;
30770 }
30771 _ACEOF
30772 rm -f conftest.$ac_objext conftest$ac_exeext
30773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30774 (eval $ac_link) 2>&5
30775 ac_status=$?
30776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30777 (exit $ac_status); } &&
30778 { ac_try='test -s conftest$ac_exeext'
30779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30780 (eval $ac_try) 2>&5
30781 ac_status=$?
30782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30783 (exit $ac_status); }; }; then
30784 eval "$as_ac_var=yes"
30785 else
30786 echo "$as_me: failed program was:" >&5
30787 sed 's/^/| /' conftest.$ac_ext >&5
30788
30789 eval "$as_ac_var=no"
30790 fi
30791 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30792 fi
30793 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30794 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30795 if test `eval echo '${'$as_ac_var'}'` = yes; then
30796 cat >>confdefs.h <<_ACEOF
30797 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30798 _ACEOF
30799
30800 fi
30801 done
30802
30803
30804 if test "$ac_cv_func_localtime" = "yes"; then
30805 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30806 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30807 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30808 echo $ECHO_N "(cached) $ECHO_C" >&6
30809 else
30810
30811 cat >conftest.$ac_ext <<_ACEOF
30812 #line $LINENO "configure"
30813 /* confdefs.h. */
30814 _ACEOF
30815 cat confdefs.h >>conftest.$ac_ext
30816 cat >>conftest.$ac_ext <<_ACEOF
30817 /* end confdefs.h. */
30818
30819 #include <time.h>
30820
30821 int
30822 main ()
30823 {
30824
30825 struct tm tm;
30826 tm.tm_gmtoff++;
30827
30828 ;
30829 return 0;
30830 }
30831 _ACEOF
30832 rm -f conftest.$ac_objext
30833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30834 (eval $ac_compile) 2>&5
30835 ac_status=$?
30836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30837 (exit $ac_status); } &&
30838 { ac_try='test -s conftest.$ac_objext'
30839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30840 (eval $ac_try) 2>&5
30841 ac_status=$?
30842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30843 (exit $ac_status); }; }; then
30844
30845 wx_cv_struct_tm_has_gmtoff=yes
30846
30847 else
30848 echo "$as_me: failed program was:" >&5
30849 sed 's/^/| /' conftest.$ac_ext >&5
30850
30851 wx_cv_struct_tm_has_gmtoff=no
30852
30853 fi
30854 rm -f conftest.$ac_objext conftest.$ac_ext
30855
30856 fi
30857 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30858 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
30859 fi
30860
30861 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
30862 cat >>confdefs.h <<\_ACEOF
30863 #define WX_GMTOFF_IN_TM 1
30864 _ACEOF
30865
30866 fi
30867
30868
30869
30870 for ac_func in gettimeofday ftime
30871 do
30872 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30873 echo "$as_me:$LINENO: checking for $ac_func" >&5
30874 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30875 if eval "test \"\${$as_ac_var+set}\" = set"; then
30876 echo $ECHO_N "(cached) $ECHO_C" >&6
30877 else
30878 cat >conftest.$ac_ext <<_ACEOF
30879 #line $LINENO "configure"
30880 /* confdefs.h. */
30881 _ACEOF
30882 cat confdefs.h >>conftest.$ac_ext
30883 cat >>conftest.$ac_ext <<_ACEOF
30884 /* end confdefs.h. */
30885 /* System header to define __stub macros and hopefully few prototypes,
30886 which can conflict with char $ac_func (); below.
30887 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30888 <limits.h> exists even on freestanding compilers. */
30889 #ifdef __STDC__
30890 # include <limits.h>
30891 #else
30892 # include <assert.h>
30893 #endif
30894 /* Override any gcc2 internal prototype to avoid an error. */
30895 #ifdef __cplusplus
30896 extern "C"
30897 {
30898 #endif
30899 /* We use char because int might match the return type of a gcc2
30900 builtin and then its argument prototype would still apply. */
30901 char $ac_func ();
30902 /* The GNU C library defines this for functions which it implements
30903 to always fail with ENOSYS. Some functions are actually named
30904 something starting with __ and the normal name is an alias. */
30905 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30906 choke me
30907 #else
30908 char (*f) () = $ac_func;
30909 #endif
30910 #ifdef __cplusplus
30911 }
30912 #endif
30913
30914 int
30915 main ()
30916 {
30917 return f != $ac_func;
30918 ;
30919 return 0;
30920 }
30921 _ACEOF
30922 rm -f conftest.$ac_objext conftest$ac_exeext
30923 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30924 (eval $ac_link) 2>&5
30925 ac_status=$?
30926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30927 (exit $ac_status); } &&
30928 { ac_try='test -s conftest$ac_exeext'
30929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30930 (eval $ac_try) 2>&5
30931 ac_status=$?
30932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30933 (exit $ac_status); }; }; then
30934 eval "$as_ac_var=yes"
30935 else
30936 echo "$as_me: failed program was:" >&5
30937 sed 's/^/| /' conftest.$ac_ext >&5
30938
30939 eval "$as_ac_var=no"
30940 fi
30941 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30942 fi
30943 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30944 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30945 if test `eval echo '${'$as_ac_var'}'` = yes; then
30946 cat >>confdefs.h <<_ACEOF
30947 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30948 _ACEOF
30949 break
30950 fi
30951 done
30952
30953
30954 if test "$ac_cv_func_gettimeofday" = "yes"; then
30955 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
30956 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
30957 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
30958 echo $ECHO_N "(cached) $ECHO_C" >&6
30959 else
30960
30961
30962
30963 ac_ext=cc
30964 ac_cpp='$CXXCPP $CPPFLAGS'
30965 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30966 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30967 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30968
30969
30970 cat >conftest.$ac_ext <<_ACEOF
30971 #line $LINENO "configure"
30972 /* confdefs.h. */
30973 _ACEOF
30974 cat confdefs.h >>conftest.$ac_ext
30975 cat >>conftest.$ac_ext <<_ACEOF
30976 /* end confdefs.h. */
30977
30978 #include <sys/time.h>
30979 #include <unistd.h>
30980
30981 int
30982 main ()
30983 {
30984
30985 struct timeval tv;
30986 gettimeofday(&tv, NULL);
30987
30988 ;
30989 return 0;
30990 }
30991 _ACEOF
30992 rm -f conftest.$ac_objext
30993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30994 (eval $ac_compile) 2>&5
30995 ac_status=$?
30996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30997 (exit $ac_status); } &&
30998 { ac_try='test -s conftest.$ac_objext'
30999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31000 (eval $ac_try) 2>&5
31001 ac_status=$?
31002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31003 (exit $ac_status); }; }; then
31004 wx_cv_func_gettimeofday_has_2_args=yes
31005 else
31006 echo "$as_me: failed program was:" >&5
31007 sed 's/^/| /' conftest.$ac_ext >&5
31008
31009 cat >conftest.$ac_ext <<_ACEOF
31010 #line $LINENO "configure"
31011 /* confdefs.h. */
31012 _ACEOF
31013 cat confdefs.h >>conftest.$ac_ext
31014 cat >>conftest.$ac_ext <<_ACEOF
31015 /* end confdefs.h. */
31016
31017 #include <sys/time.h>
31018 #include <unistd.h>
31019
31020 int
31021 main ()
31022 {
31023
31024 struct timeval tv;
31025 gettimeofday(&tv);
31026
31027 ;
31028 return 0;
31029 }
31030 _ACEOF
31031 rm -f conftest.$ac_objext
31032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31033 (eval $ac_compile) 2>&5
31034 ac_status=$?
31035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31036 (exit $ac_status); } &&
31037 { ac_try='test -s conftest.$ac_objext'
31038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31039 (eval $ac_try) 2>&5
31040 ac_status=$?
31041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31042 (exit $ac_status); }; }; then
31043 wx_cv_func_gettimeofday_has_2_args=no
31044 else
31045 echo "$as_me: failed program was:" >&5
31046 sed 's/^/| /' conftest.$ac_ext >&5
31047
31048
31049 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
31050 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
31051 wx_cv_func_gettimeofday_has_2_args=unknown
31052
31053
31054 fi
31055 rm -f conftest.$ac_objext conftest.$ac_ext
31056
31057 fi
31058 rm -f conftest.$ac_objext conftest.$ac_ext
31059 ac_ext=c
31060 ac_cpp='$CPP $CPPFLAGS'
31061 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31062 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31063 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31064
31065
31066 fi
31067 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
31068 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
31069
31070 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
31071 cat >>confdefs.h <<\_ACEOF
31072 #define WX_GETTIMEOFDAY_NO_TZ 1
31073 _ACEOF
31074
31075 fi
31076 fi
31077
31078 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
31079 fi
31080
31081
31082 if test "$wxUSE_SOCKETS" = "yes"; then
31083 if test "$wxUSE_MGL" = "1"; then
31084 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
31085 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
31086 wxUSE_SOCKETS="no"
31087 fi
31088 if test "$wxUSE_COCOA" = "1"; then
31089 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under Cocoa... disabled" >&5
31090 echo "$as_me: WARNING: wxSocket not yet supported under Cocoa... disabled" >&2;}
31091 wxUSE_SOCKETS="no"
31092 fi
31093 fi
31094
31095 if test "$wxUSE_SOCKETS" = "yes"; then
31096 if test "$TOOLKIT" != "MSW"; then
31097 echo "$as_me:$LINENO: checking for socket" >&5
31098 echo $ECHO_N "checking for socket... $ECHO_C" >&6
31099 if test "${ac_cv_func_socket+set}" = set; then
31100 echo $ECHO_N "(cached) $ECHO_C" >&6
31101 else
31102 cat >conftest.$ac_ext <<_ACEOF
31103 #line $LINENO "configure"
31104 /* confdefs.h. */
31105 _ACEOF
31106 cat confdefs.h >>conftest.$ac_ext
31107 cat >>conftest.$ac_ext <<_ACEOF
31108 /* end confdefs.h. */
31109 /* System header to define __stub macros and hopefully few prototypes,
31110 which can conflict with char socket (); below.
31111 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31112 <limits.h> exists even on freestanding compilers. */
31113 #ifdef __STDC__
31114 # include <limits.h>
31115 #else
31116 # include <assert.h>
31117 #endif
31118 /* Override any gcc2 internal prototype to avoid an error. */
31119 #ifdef __cplusplus
31120 extern "C"
31121 {
31122 #endif
31123 /* We use char because int might match the return type of a gcc2
31124 builtin and then its argument prototype would still apply. */
31125 char socket ();
31126 /* The GNU C library defines this for functions which it implements
31127 to always fail with ENOSYS. Some functions are actually named
31128 something starting with __ and the normal name is an alias. */
31129 #if defined (__stub_socket) || defined (__stub___socket)
31130 choke me
31131 #else
31132 char (*f) () = socket;
31133 #endif
31134 #ifdef __cplusplus
31135 }
31136 #endif
31137
31138 int
31139 main ()
31140 {
31141 return f != socket;
31142 ;
31143 return 0;
31144 }
31145 _ACEOF
31146 rm -f conftest.$ac_objext conftest$ac_exeext
31147 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31148 (eval $ac_link) 2>&5
31149 ac_status=$?
31150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31151 (exit $ac_status); } &&
31152 { ac_try='test -s conftest$ac_exeext'
31153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31154 (eval $ac_try) 2>&5
31155 ac_status=$?
31156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31157 (exit $ac_status); }; }; then
31158 ac_cv_func_socket=yes
31159 else
31160 echo "$as_me: failed program was:" >&5
31161 sed 's/^/| /' conftest.$ac_ext >&5
31162
31163 ac_cv_func_socket=no
31164 fi
31165 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31166 fi
31167 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
31168 echo "${ECHO_T}$ac_cv_func_socket" >&6
31169 if test $ac_cv_func_socket = yes; then
31170 :
31171 else
31172 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
31173 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
31174 if test "${ac_cv_lib_socket_socket+set}" = set; then
31175 echo $ECHO_N "(cached) $ECHO_C" >&6
31176 else
31177 ac_check_lib_save_LIBS=$LIBS
31178 LIBS="-lsocket $LIBS"
31179 cat >conftest.$ac_ext <<_ACEOF
31180 #line $LINENO "configure"
31181 /* confdefs.h. */
31182 _ACEOF
31183 cat confdefs.h >>conftest.$ac_ext
31184 cat >>conftest.$ac_ext <<_ACEOF
31185 /* end confdefs.h. */
31186
31187 /* Override any gcc2 internal prototype to avoid an error. */
31188 #ifdef __cplusplus
31189 extern "C"
31190 #endif
31191 /* We use char because int might match the return type of a gcc2
31192 builtin and then its argument prototype would still apply. */
31193 char socket ();
31194 int
31195 main ()
31196 {
31197 socket ();
31198 ;
31199 return 0;
31200 }
31201 _ACEOF
31202 rm -f conftest.$ac_objext conftest$ac_exeext
31203 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31204 (eval $ac_link) 2>&5
31205 ac_status=$?
31206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31207 (exit $ac_status); } &&
31208 { ac_try='test -s conftest$ac_exeext'
31209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31210 (eval $ac_try) 2>&5
31211 ac_status=$?
31212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31213 (exit $ac_status); }; }; then
31214 ac_cv_lib_socket_socket=yes
31215 else
31216 echo "$as_me: failed program was:" >&5
31217 sed 's/^/| /' conftest.$ac_ext >&5
31218
31219 ac_cv_lib_socket_socket=no
31220 fi
31221 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31222 LIBS=$ac_check_lib_save_LIBS
31223 fi
31224 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
31225 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
31226 if test $ac_cv_lib_socket_socket = yes; then
31227 if test "$INET_LINK" != " -lsocket"; then
31228 INET_LINK="$INET_LINK -lsocket"
31229 fi
31230 else
31231
31232 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
31233 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
31234 wxUSE_SOCKETS=no
31235
31236
31237 fi
31238
31239
31240 fi
31241
31242 fi
31243 fi
31244
31245 if test "$wxUSE_SOCKETS" = "yes" ; then
31246 if test "$TOOLKIT" != "MSW"; then
31247 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
31248 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
31249 if test "${wx_cv_type_getsockname3+set}" = set; then
31250 echo $ECHO_N "(cached) $ECHO_C" >&6
31251 else
31252
31253 cat >conftest.$ac_ext <<_ACEOF
31254 #line $LINENO "configure"
31255 /* confdefs.h. */
31256 _ACEOF
31257 cat confdefs.h >>conftest.$ac_ext
31258 cat >>conftest.$ac_ext <<_ACEOF
31259 /* end confdefs.h. */
31260
31261 #include <sys/types.h>
31262 #include <sys/socket.h>
31263
31264 int
31265 main ()
31266 {
31267
31268 socklen_t len;
31269 getsockname(0, 0, &len);
31270
31271 ;
31272 return 0;
31273 }
31274 _ACEOF
31275 rm -f conftest.$ac_objext
31276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31277 (eval $ac_compile) 2>&5
31278 ac_status=$?
31279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31280 (exit $ac_status); } &&
31281 { ac_try='test -s conftest.$ac_objext'
31282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31283 (eval $ac_try) 2>&5
31284 ac_status=$?
31285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31286 (exit $ac_status); }; }; then
31287 wx_cv_type_getsockname3=socklen_t
31288 else
31289 echo "$as_me: failed program was:" >&5
31290 sed 's/^/| /' conftest.$ac_ext >&5
31291
31292
31293 CFLAGS_OLD="$CFLAGS"
31294 if test "$GCC" = yes ; then
31295 CFLAGS="$CFLAGS -Werror"
31296 fi
31297
31298 cat >conftest.$ac_ext <<_ACEOF
31299 #line $LINENO "configure"
31300 /* confdefs.h. */
31301 _ACEOF
31302 cat confdefs.h >>conftest.$ac_ext
31303 cat >>conftest.$ac_ext <<_ACEOF
31304 /* end confdefs.h. */
31305
31306 #include <sys/types.h>
31307 #include <sys/socket.h>
31308
31309 int
31310 main ()
31311 {
31312
31313 size_t len;
31314 getsockname(0, 0, &len);
31315
31316 ;
31317 return 0;
31318 }
31319 _ACEOF
31320 rm -f conftest.$ac_objext
31321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31322 (eval $ac_compile) 2>&5
31323 ac_status=$?
31324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31325 (exit $ac_status); } &&
31326 { ac_try='test -s conftest.$ac_objext'
31327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31328 (eval $ac_try) 2>&5
31329 ac_status=$?
31330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31331 (exit $ac_status); }; }; then
31332 wx_cv_type_getsockname3=size_t
31333 else
31334 echo "$as_me: failed program was:" >&5
31335 sed 's/^/| /' conftest.$ac_ext >&5
31336
31337 cat >conftest.$ac_ext <<_ACEOF
31338 #line $LINENO "configure"
31339 /* confdefs.h. */
31340 _ACEOF
31341 cat confdefs.h >>conftest.$ac_ext
31342 cat >>conftest.$ac_ext <<_ACEOF
31343 /* end confdefs.h. */
31344
31345 #include <sys/types.h>
31346 #include <sys/socket.h>
31347
31348 int
31349 main ()
31350 {
31351
31352 int len;
31353 getsockname(0, 0, &len);
31354
31355 ;
31356 return 0;
31357 }
31358 _ACEOF
31359 rm -f conftest.$ac_objext
31360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31361 (eval $ac_compile) 2>&5
31362 ac_status=$?
31363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31364 (exit $ac_status); } &&
31365 { ac_try='test -s conftest.$ac_objext'
31366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31367 (eval $ac_try) 2>&5
31368 ac_status=$?
31369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31370 (exit $ac_status); }; }; then
31371 wx_cv_type_getsockname3=int
31372 else
31373 echo "$as_me: failed program was:" >&5
31374 sed 's/^/| /' conftest.$ac_ext >&5
31375
31376 wx_cv_type_getsockname3=unknown
31377
31378 fi
31379 rm -f conftest.$ac_objext conftest.$ac_ext
31380
31381 fi
31382 rm -f conftest.$ac_objext conftest.$ac_ext
31383
31384 CFLAGS="$CFLAGS_OLD"
31385
31386
31387 fi
31388 rm -f conftest.$ac_objext conftest.$ac_ext
31389
31390 fi
31391 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31392 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
31393
31394 if test "$wx_cv_type_getsockname3" = "unknown"; then
31395 wxUSE_SOCKETS=no
31396 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31397 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
31398 else
31399 cat >>confdefs.h <<_ACEOF
31400 #define SOCKLEN_T $wx_cv_type_getsockname3
31401 _ACEOF
31402
31403 fi
31404 fi
31405 fi
31406
31407 if test "$wxUSE_SOCKETS" = "yes" ; then
31408 cat >>confdefs.h <<\_ACEOF
31409 #define wxUSE_SOCKETS 1
31410 _ACEOF
31411
31412 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
31413 fi
31414
31415 if test "$wxUSE_PROTOCOL" = "yes"; then
31416 if test "$wxUSE_SOCKETS" != "yes"; then
31417 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
31418 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
31419 wxUSE_PROTOCOL=no
31420 fi
31421 fi
31422
31423 if test "$wxUSE_PROTOCOL" = "yes"; then
31424 cat >>confdefs.h <<\_ACEOF
31425 #define wxUSE_PROTOCOL 1
31426 _ACEOF
31427
31428
31429 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
31430 cat >>confdefs.h <<\_ACEOF
31431 #define wxUSE_PROTOCOL_HTTP 1
31432 _ACEOF
31433
31434 fi
31435 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
31436 cat >>confdefs.h <<\_ACEOF
31437 #define wxUSE_PROTOCOL_FTP 1
31438 _ACEOF
31439
31440 fi
31441 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
31442 cat >>confdefs.h <<\_ACEOF
31443 #define wxUSE_PROTOCOL_FILE 1
31444 _ACEOF
31445
31446 fi
31447 else
31448 if test "$wxUSE_FS_INET" = "yes"; then
31449 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
31450 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
31451 wxUSE_FS_INET="no"
31452 fi
31453 fi
31454
31455 if test "$wxUSE_URL" = "yes"; then
31456 if test "$wxUSE_PROTOCOL" != "yes"; then
31457 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
31458 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
31459 wxUSE_URL=no
31460 fi
31461 if test "$wxUSE_URL" = "yes"; then
31462 cat >>confdefs.h <<\_ACEOF
31463 #define wxUSE_URL 1
31464 _ACEOF
31465
31466 fi
31467 fi
31468
31469 if test "$wxUSE_FS_INET" = "yes"; then
31470 cat >>confdefs.h <<\_ACEOF
31471 #define wxUSE_FS_INET 1
31472 _ACEOF
31473
31474 fi
31475
31476
31477 if test "$wxUSE_GUI" = "yes"; then
31478
31479 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
31480 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31481 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
31482 wxUSE_JOYSTICK=no
31483 fi
31484 if test "$TOOLKIT" = "MOTIF"; then
31485 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Motif... disabled" >&5
31486 echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;}
31487 wxUSE_JOYSTICK=no
31488 fi
31489 if test "$TOOLKIT" = "X11"; then
31490 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under X11... disabled" >&5
31491 echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
31492 wxUSE_JOYSTICK=no
31493 fi
31494
31495 if test "$TOOLKIT" != "MSW"; then
31496 if test "$wxUSE_JOYSTICK" = "yes"; then
31497
31498 for ac_header in linux/joystick.h
31499 do
31500 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31501 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31502 echo "$as_me:$LINENO: checking for $ac_header" >&5
31503 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31504 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31505 echo $ECHO_N "(cached) $ECHO_C" >&6
31506 fi
31507 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31508 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31509 else
31510 # Is the header compilable?
31511 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31512 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31513 cat >conftest.$ac_ext <<_ACEOF
31514 #line $LINENO "configure"
31515 /* confdefs.h. */
31516 _ACEOF
31517 cat confdefs.h >>conftest.$ac_ext
31518 cat >>conftest.$ac_ext <<_ACEOF
31519 /* end confdefs.h. */
31520 $ac_includes_default
31521 #include <$ac_header>
31522 _ACEOF
31523 rm -f conftest.$ac_objext
31524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31525 (eval $ac_compile) 2>&5
31526 ac_status=$?
31527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31528 (exit $ac_status); } &&
31529 { ac_try='test -s conftest.$ac_objext'
31530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31531 (eval $ac_try) 2>&5
31532 ac_status=$?
31533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31534 (exit $ac_status); }; }; then
31535 ac_header_compiler=yes
31536 else
31537 echo "$as_me: failed program was:" >&5
31538 sed 's/^/| /' conftest.$ac_ext >&5
31539
31540 ac_header_compiler=no
31541 fi
31542 rm -f conftest.$ac_objext conftest.$ac_ext
31543 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31544 echo "${ECHO_T}$ac_header_compiler" >&6
31545
31546 # Is the header present?
31547 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31548 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31549 cat >conftest.$ac_ext <<_ACEOF
31550 #line $LINENO "configure"
31551 /* confdefs.h. */
31552 _ACEOF
31553 cat confdefs.h >>conftest.$ac_ext
31554 cat >>conftest.$ac_ext <<_ACEOF
31555 /* end confdefs.h. */
31556 #include <$ac_header>
31557 _ACEOF
31558 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31559 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31560 ac_status=$?
31561 grep -v '^ *+' conftest.er1 >conftest.err
31562 rm -f conftest.er1
31563 cat conftest.err >&5
31564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31565 (exit $ac_status); } >/dev/null; then
31566 if test -s conftest.err; then
31567 ac_cpp_err=$ac_c_preproc_warn_flag
31568 else
31569 ac_cpp_err=
31570 fi
31571 else
31572 ac_cpp_err=yes
31573 fi
31574 if test -z "$ac_cpp_err"; then
31575 ac_header_preproc=yes
31576 else
31577 echo "$as_me: failed program was:" >&5
31578 sed 's/^/| /' conftest.$ac_ext >&5
31579
31580 ac_header_preproc=no
31581 fi
31582 rm -f conftest.err conftest.$ac_ext
31583 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31584 echo "${ECHO_T}$ac_header_preproc" >&6
31585
31586 # So? What about this header?
31587 case $ac_header_compiler:$ac_header_preproc in
31588 yes:no )
31589 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31590 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31591 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31592 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31593 (
31594 cat <<\_ASBOX
31595 ## ------------------------------------ ##
31596 ## Report this to bug-autoconf@gnu.org. ##
31597 ## ------------------------------------ ##
31598 _ASBOX
31599 ) |
31600 sed "s/^/$as_me: WARNING: /" >&2
31601 ;;
31602 no:yes )
31603 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31604 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31605 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31606 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31607 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31608 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31609 (
31610 cat <<\_ASBOX
31611 ## ------------------------------------ ##
31612 ## Report this to bug-autoconf@gnu.org. ##
31613 ## ------------------------------------ ##
31614 _ASBOX
31615 ) |
31616 sed "s/^/$as_me: WARNING: /" >&2
31617 ;;
31618 esac
31619 echo "$as_me:$LINENO: checking for $ac_header" >&5
31620 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31621 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31622 echo $ECHO_N "(cached) $ECHO_C" >&6
31623 else
31624 eval "$as_ac_Header=$ac_header_preproc"
31625 fi
31626 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31627 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31628
31629 fi
31630 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31631 cat >>confdefs.h <<_ACEOF
31632 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31633 _ACEOF
31634
31635 fi
31636
31637 done
31638
31639 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31640 wxUSE_JOYSTICK=no
31641 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31642 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
31643 fi
31644 fi
31645 fi
31646
31647 if test "$wxUSE_JOYSTICK" = "yes"; then
31648 cat >>confdefs.h <<\_ACEOF
31649 #define wxUSE_JOYSTICK 1
31650 _ACEOF
31651
31652 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
31653 fi
31654 fi
31655
31656
31657 if test "$TOOLKIT" != "MSW"; then
31658
31659 HAVE_DL_FUNCS=0
31660 HAVE_SHL_FUNCS=0
31661 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31662 if test "$USE_DARWIN" = 1; then
31663 HAVE_DL_FUNCS=1
31664 else
31665
31666 for ac_func in dlopen
31667 do
31668 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31669 echo "$as_me:$LINENO: checking for $ac_func" >&5
31670 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31671 if eval "test \"\${$as_ac_var+set}\" = set"; then
31672 echo $ECHO_N "(cached) $ECHO_C" >&6
31673 else
31674 cat >conftest.$ac_ext <<_ACEOF
31675 #line $LINENO "configure"
31676 /* confdefs.h. */
31677 _ACEOF
31678 cat confdefs.h >>conftest.$ac_ext
31679 cat >>conftest.$ac_ext <<_ACEOF
31680 /* end confdefs.h. */
31681 /* System header to define __stub macros and hopefully few prototypes,
31682 which can conflict with char $ac_func (); below.
31683 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31684 <limits.h> exists even on freestanding compilers. */
31685 #ifdef __STDC__
31686 # include <limits.h>
31687 #else
31688 # include <assert.h>
31689 #endif
31690 /* Override any gcc2 internal prototype to avoid an error. */
31691 #ifdef __cplusplus
31692 extern "C"
31693 {
31694 #endif
31695 /* We use char because int might match the return type of a gcc2
31696 builtin and then its argument prototype would still apply. */
31697 char $ac_func ();
31698 /* The GNU C library defines this for functions which it implements
31699 to always fail with ENOSYS. Some functions are actually named
31700 something starting with __ and the normal name is an alias. */
31701 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31702 choke me
31703 #else
31704 char (*f) () = $ac_func;
31705 #endif
31706 #ifdef __cplusplus
31707 }
31708 #endif
31709
31710 int
31711 main ()
31712 {
31713 return f != $ac_func;
31714 ;
31715 return 0;
31716 }
31717 _ACEOF
31718 rm -f conftest.$ac_objext conftest$ac_exeext
31719 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31720 (eval $ac_link) 2>&5
31721 ac_status=$?
31722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31723 (exit $ac_status); } &&
31724 { ac_try='test -s conftest$ac_exeext'
31725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31726 (eval $ac_try) 2>&5
31727 ac_status=$?
31728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31729 (exit $ac_status); }; }; then
31730 eval "$as_ac_var=yes"
31731 else
31732 echo "$as_me: failed program was:" >&5
31733 sed 's/^/| /' conftest.$ac_ext >&5
31734
31735 eval "$as_ac_var=no"
31736 fi
31737 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31738 fi
31739 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31740 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31741 if test `eval echo '${'$as_ac_var'}'` = yes; then
31742 cat >>confdefs.h <<_ACEOF
31743 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31744 _ACEOF
31745
31746 cat >>confdefs.h <<\_ACEOF
31747 #define HAVE_DLOPEN 1
31748 _ACEOF
31749
31750 HAVE_DL_FUNCS=1
31751
31752 else
31753
31754 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31755 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31756 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31757 echo $ECHO_N "(cached) $ECHO_C" >&6
31758 else
31759 ac_check_lib_save_LIBS=$LIBS
31760 LIBS="-ldl $LIBS"
31761 cat >conftest.$ac_ext <<_ACEOF
31762 #line $LINENO "configure"
31763 /* confdefs.h. */
31764 _ACEOF
31765 cat confdefs.h >>conftest.$ac_ext
31766 cat >>conftest.$ac_ext <<_ACEOF
31767 /* end confdefs.h. */
31768
31769 /* Override any gcc2 internal prototype to avoid an error. */
31770 #ifdef __cplusplus
31771 extern "C"
31772 #endif
31773 /* We use char because int might match the return type of a gcc2
31774 builtin and then its argument prototype would still apply. */
31775 char dlopen ();
31776 int
31777 main ()
31778 {
31779 dlopen ();
31780 ;
31781 return 0;
31782 }
31783 _ACEOF
31784 rm -f conftest.$ac_objext conftest$ac_exeext
31785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31786 (eval $ac_link) 2>&5
31787 ac_status=$?
31788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31789 (exit $ac_status); } &&
31790 { ac_try='test -s conftest$ac_exeext'
31791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31792 (eval $ac_try) 2>&5
31793 ac_status=$?
31794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31795 (exit $ac_status); }; }; then
31796 ac_cv_lib_dl_dlopen=yes
31797 else
31798 echo "$as_me: failed program was:" >&5
31799 sed 's/^/| /' conftest.$ac_ext >&5
31800
31801 ac_cv_lib_dl_dlopen=no
31802 fi
31803 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31804 LIBS=$ac_check_lib_save_LIBS
31805 fi
31806 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31807 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31808 if test $ac_cv_lib_dl_dlopen = yes; then
31809
31810 cat >>confdefs.h <<\_ACEOF
31811 #define HAVE_DLOPEN 1
31812 _ACEOF
31813
31814 HAVE_DL_FUNCS=1
31815 DL_LINK=" -ldl$DL_LINK"
31816
31817 else
31818
31819
31820 for ac_func in shl_load
31821 do
31822 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31823 echo "$as_me:$LINENO: checking for $ac_func" >&5
31824 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31825 if eval "test \"\${$as_ac_var+set}\" = set"; then
31826 echo $ECHO_N "(cached) $ECHO_C" >&6
31827 else
31828 cat >conftest.$ac_ext <<_ACEOF
31829 #line $LINENO "configure"
31830 /* confdefs.h. */
31831 _ACEOF
31832 cat confdefs.h >>conftest.$ac_ext
31833 cat >>conftest.$ac_ext <<_ACEOF
31834 /* end confdefs.h. */
31835 /* System header to define __stub macros and hopefully few prototypes,
31836 which can conflict with char $ac_func (); below.
31837 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31838 <limits.h> exists even on freestanding compilers. */
31839 #ifdef __STDC__
31840 # include <limits.h>
31841 #else
31842 # include <assert.h>
31843 #endif
31844 /* Override any gcc2 internal prototype to avoid an error. */
31845 #ifdef __cplusplus
31846 extern "C"
31847 {
31848 #endif
31849 /* We use char because int might match the return type of a gcc2
31850 builtin and then its argument prototype would still apply. */
31851 char $ac_func ();
31852 /* The GNU C library defines this for functions which it implements
31853 to always fail with ENOSYS. Some functions are actually named
31854 something starting with __ and the normal name is an alias. */
31855 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31856 choke me
31857 #else
31858 char (*f) () = $ac_func;
31859 #endif
31860 #ifdef __cplusplus
31861 }
31862 #endif
31863
31864 int
31865 main ()
31866 {
31867 return f != $ac_func;
31868 ;
31869 return 0;
31870 }
31871 _ACEOF
31872 rm -f conftest.$ac_objext conftest$ac_exeext
31873 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31874 (eval $ac_link) 2>&5
31875 ac_status=$?
31876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31877 (exit $ac_status); } &&
31878 { ac_try='test -s conftest$ac_exeext'
31879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31880 (eval $ac_try) 2>&5
31881 ac_status=$?
31882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31883 (exit $ac_status); }; }; then
31884 eval "$as_ac_var=yes"
31885 else
31886 echo "$as_me: failed program was:" >&5
31887 sed 's/^/| /' conftest.$ac_ext >&5
31888
31889 eval "$as_ac_var=no"
31890 fi
31891 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31892 fi
31893 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31894 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31895 if test `eval echo '${'$as_ac_var'}'` = yes; then
31896 cat >>confdefs.h <<_ACEOF
31897 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31898 _ACEOF
31899
31900 cat >>confdefs.h <<\_ACEOF
31901 #define HAVE_SHL_LOAD 1
31902 _ACEOF
31903
31904 HAVE_SHL_FUNCS=1
31905
31906 else
31907
31908 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
31909 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
31910 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
31911 echo $ECHO_N "(cached) $ECHO_C" >&6
31912 else
31913 ac_check_lib_save_LIBS=$LIBS
31914 LIBS="-lshl_load $LIBS"
31915 cat >conftest.$ac_ext <<_ACEOF
31916 #line $LINENO "configure"
31917 /* confdefs.h. */
31918 _ACEOF
31919 cat confdefs.h >>conftest.$ac_ext
31920 cat >>conftest.$ac_ext <<_ACEOF
31921 /* end confdefs.h. */
31922
31923 /* Override any gcc2 internal prototype to avoid an error. */
31924 #ifdef __cplusplus
31925 extern "C"
31926 #endif
31927 /* We use char because int might match the return type of a gcc2
31928 builtin and then its argument prototype would still apply. */
31929 char dld ();
31930 int
31931 main ()
31932 {
31933 dld ();
31934 ;
31935 return 0;
31936 }
31937 _ACEOF
31938 rm -f conftest.$ac_objext conftest$ac_exeext
31939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31940 (eval $ac_link) 2>&5
31941 ac_status=$?
31942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31943 (exit $ac_status); } &&
31944 { ac_try='test -s conftest$ac_exeext'
31945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31946 (eval $ac_try) 2>&5
31947 ac_status=$?
31948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31949 (exit $ac_status); }; }; then
31950 ac_cv_lib_shl_load_dld=yes
31951 else
31952 echo "$as_me: failed program was:" >&5
31953 sed 's/^/| /' conftest.$ac_ext >&5
31954
31955 ac_cv_lib_shl_load_dld=no
31956 fi
31957 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31958 LIBS=$ac_check_lib_save_LIBS
31959 fi
31960 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
31961 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
31962 if test $ac_cv_lib_shl_load_dld = yes; then
31963
31964 HAVE_SHL_FUNCS=1
31965 DL_LINK=" -ldld$DL_LINK"
31966
31967 fi
31968
31969
31970 fi
31971 done
31972
31973
31974 fi
31975
31976
31977 fi
31978 done
31979
31980
31981 if test "$HAVE_DL_FUNCS" = 1; then
31982
31983 for ac_func in dlerror
31984 do
31985 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31986 echo "$as_me:$LINENO: checking for $ac_func" >&5
31987 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31988 if eval "test \"\${$as_ac_var+set}\" = set"; then
31989 echo $ECHO_N "(cached) $ECHO_C" >&6
31990 else
31991 cat >conftest.$ac_ext <<_ACEOF
31992 #line $LINENO "configure"
31993 /* confdefs.h. */
31994 _ACEOF
31995 cat confdefs.h >>conftest.$ac_ext
31996 cat >>conftest.$ac_ext <<_ACEOF
31997 /* end confdefs.h. */
31998 /* System header to define __stub macros and hopefully few prototypes,
31999 which can conflict with char $ac_func (); below.
32000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32001 <limits.h> exists even on freestanding compilers. */
32002 #ifdef __STDC__
32003 # include <limits.h>
32004 #else
32005 # include <assert.h>
32006 #endif
32007 /* Override any gcc2 internal prototype to avoid an error. */
32008 #ifdef __cplusplus
32009 extern "C"
32010 {
32011 #endif
32012 /* We use char because int might match the return type of a gcc2
32013 builtin and then its argument prototype would still apply. */
32014 char $ac_func ();
32015 /* The GNU C library defines this for functions which it implements
32016 to always fail with ENOSYS. Some functions are actually named
32017 something starting with __ and the normal name is an alias. */
32018 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32019 choke me
32020 #else
32021 char (*f) () = $ac_func;
32022 #endif
32023 #ifdef __cplusplus
32024 }
32025 #endif
32026
32027 int
32028 main ()
32029 {
32030 return f != $ac_func;
32031 ;
32032 return 0;
32033 }
32034 _ACEOF
32035 rm -f conftest.$ac_objext conftest$ac_exeext
32036 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32037 (eval $ac_link) 2>&5
32038 ac_status=$?
32039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32040 (exit $ac_status); } &&
32041 { ac_try='test -s conftest$ac_exeext'
32042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32043 (eval $ac_try) 2>&5
32044 ac_status=$?
32045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32046 (exit $ac_status); }; }; then
32047 eval "$as_ac_var=yes"
32048 else
32049 echo "$as_me: failed program was:" >&5
32050 sed 's/^/| /' conftest.$ac_ext >&5
32051
32052 eval "$as_ac_var=no"
32053 fi
32054 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32055 fi
32056 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32057 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32058 if test `eval echo '${'$as_ac_var'}'` = yes; then
32059 cat >>confdefs.h <<_ACEOF
32060 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32061 _ACEOF
32062 cat >>confdefs.h <<\_ACEOF
32063 #define HAVE_DLERROR 1
32064 _ACEOF
32065
32066 else
32067 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
32068 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
32069 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
32070 echo $ECHO_N "(cached) $ECHO_C" >&6
32071 else
32072 ac_check_lib_save_LIBS=$LIBS
32073 LIBS="-ldl $LIBS"
32074 cat >conftest.$ac_ext <<_ACEOF
32075 #line $LINENO "configure"
32076 /* confdefs.h. */
32077 _ACEOF
32078 cat confdefs.h >>conftest.$ac_ext
32079 cat >>conftest.$ac_ext <<_ACEOF
32080 /* end confdefs.h. */
32081
32082 /* Override any gcc2 internal prototype to avoid an error. */
32083 #ifdef __cplusplus
32084 extern "C"
32085 #endif
32086 /* We use char because int might match the return type of a gcc2
32087 builtin and then its argument prototype would still apply. */
32088 char dlerror ();
32089 int
32090 main ()
32091 {
32092 dlerror ();
32093 ;
32094 return 0;
32095 }
32096 _ACEOF
32097 rm -f conftest.$ac_objext conftest$ac_exeext
32098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32099 (eval $ac_link) 2>&5
32100 ac_status=$?
32101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32102 (exit $ac_status); } &&
32103 { ac_try='test -s conftest$ac_exeext'
32104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32105 (eval $ac_try) 2>&5
32106 ac_status=$?
32107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32108 (exit $ac_status); }; }; then
32109 ac_cv_lib_dl_dlerror=yes
32110 else
32111 echo "$as_me: failed program was:" >&5
32112 sed 's/^/| /' conftest.$ac_ext >&5
32113
32114 ac_cv_lib_dl_dlerror=no
32115 fi
32116 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32117 LIBS=$ac_check_lib_save_LIBS
32118 fi
32119 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
32120 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
32121 if test $ac_cv_lib_dl_dlerror = yes; then
32122 cat >>confdefs.h <<\_ACEOF
32123 #define HAVE_DLERROR 1
32124 _ACEOF
32125
32126 fi
32127
32128 fi
32129 done
32130
32131 fi
32132 fi
32133
32134 if test "$HAVE_DL_FUNCS" = 0; then
32135 if test "$HAVE_SHL_FUNCS" = 0; then
32136 if test "$USE_UNIX" = 1; then
32137 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
32138 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
32139 wxUSE_DYNAMIC_LOADER=no
32140 wxUSE_DYNLIB_CLASS=no
32141 else
32142 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
32143 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
32144 fi
32145 fi
32146 fi
32147 fi
32148 fi
32149
32150 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
32151 cat >>confdefs.h <<\_ACEOF
32152 #define wxUSE_DYNAMIC_LOADER 1
32153 _ACEOF
32154
32155 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
32156 cat >>confdefs.h <<\_ACEOF
32157 #define wxUSE_DYNLIB_CLASS 1
32158 _ACEOF
32159
32160 fi
32161
32162
32163 if test "$wxUSE_FONTMAP" = "yes" ; then
32164 cat >>confdefs.h <<\_ACEOF
32165 #define wxUSE_FONTMAP 1
32166 _ACEOF
32167
32168 fi
32169
32170 if test "$wxUSE_UNICODE" = "yes" ; then
32171 cat >>confdefs.h <<\_ACEOF
32172 #define wxUSE_UNICODE 1
32173 _ACEOF
32174
32175
32176 if test "$wxUSE_MSW" != 1; then
32177 wxUSE_UNICODE_MSLU=no
32178 fi
32179
32180 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
32181 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
32182 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
32183 if test "${ac_cv_lib_unicows_main+set}" = set; then
32184 echo $ECHO_N "(cached) $ECHO_C" >&6
32185 else
32186 ac_check_lib_save_LIBS=$LIBS
32187 LIBS="-lunicows $LIBS"
32188 cat >conftest.$ac_ext <<_ACEOF
32189 #line $LINENO "configure"
32190 /* confdefs.h. */
32191 _ACEOF
32192 cat confdefs.h >>conftest.$ac_ext
32193 cat >>conftest.$ac_ext <<_ACEOF
32194 /* end confdefs.h. */
32195
32196
32197 int
32198 main ()
32199 {
32200 main ();
32201 ;
32202 return 0;
32203 }
32204 _ACEOF
32205 rm -f conftest.$ac_objext conftest$ac_exeext
32206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32207 (eval $ac_link) 2>&5
32208 ac_status=$?
32209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32210 (exit $ac_status); } &&
32211 { ac_try='test -s conftest$ac_exeext'
32212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32213 (eval $ac_try) 2>&5
32214 ac_status=$?
32215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32216 (exit $ac_status); }; }; then
32217 ac_cv_lib_unicows_main=yes
32218 else
32219 echo "$as_me: failed program was:" >&5
32220 sed 's/^/| /' conftest.$ac_ext >&5
32221
32222 ac_cv_lib_unicows_main=no
32223 fi
32224 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32225 LIBS=$ac_check_lib_save_LIBS
32226 fi
32227 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
32228 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
32229 if test $ac_cv_lib_unicows_main = yes; then
32230
32231 cat >>confdefs.h <<\_ACEOF
32232 #define wxUSE_UNICODE_MSLU 1
32233 _ACEOF
32234
32235
32236 else
32237
32238 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32239 Applications will only run on Windows NT/2000/XP!" >&5
32240 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32241 Applications will only run on Windows NT/2000/XP!" >&2;}
32242 wxUSE_UNICODE_MSLU=no
32243
32244 fi
32245
32246 fi
32247 fi
32248
32249 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
32250 cat >>confdefs.h <<\_ACEOF
32251 #define wxUSE_EXPERIMENTAL_PRINTF 1
32252 _ACEOF
32253
32254 fi
32255
32256
32257 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
32258 cat >>confdefs.h <<\_ACEOF
32259 #define wxUSE_POSTSCRIPT 1
32260 _ACEOF
32261
32262 fi
32263
32264 cat >>confdefs.h <<\_ACEOF
32265 #define wxUSE_AFM_FOR_POSTSCRIPT 1
32266 _ACEOF
32267
32268
32269 cat >>confdefs.h <<\_ACEOF
32270 #define wxUSE_NORMALIZED_PS_FONTS 1
32271 _ACEOF
32272
32273
32274
32275 if test "$wxUSE_CONSTRAINTS" = "yes"; then
32276 cat >>confdefs.h <<\_ACEOF
32277 #define wxUSE_CONSTRAINTS 1
32278 _ACEOF
32279
32280 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
32281 fi
32282
32283 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32284 cat >>confdefs.h <<\_ACEOF
32285 #define wxUSE_MDI_ARCHITECTURE 1
32286 _ACEOF
32287
32288 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
32289 fi
32290
32291 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
32292 cat >>confdefs.h <<\_ACEOF
32293 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
32294 _ACEOF
32295
32296 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
32297 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32298 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
32299 fi
32300 fi
32301
32302 if test "$wxUSE_HELP" = "yes"; then
32303 cat >>confdefs.h <<\_ACEOF
32304 #define wxUSE_HELP 1
32305 _ACEOF
32306
32307 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
32308
32309 if test "$wxUSE_MSW" = 1; then
32310 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
32311 cat >>confdefs.h <<\_ACEOF
32312 #define wxUSE_MS_HTML_HELP 1
32313 _ACEOF
32314
32315 fi
32316 fi
32317
32318 if test "$wxUSE_WXHTML_HELP" = "yes"; then
32319 if test "$wxUSE_HTML" = "yes"; then
32320 cat >>confdefs.h <<\_ACEOF
32321 #define wxUSE_WXHTML_HELP 1
32322 _ACEOF
32323
32324 else
32325 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
32326 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
32327 wxUSE_WXHTML_HELP=no
32328 fi
32329 fi
32330 fi
32331
32332 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
32333 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32334 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
32335 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
32336 else
32337 cat >>confdefs.h <<\_ACEOF
32338 #define wxUSE_PRINTING_ARCHITECTURE 1
32339 _ACEOF
32340
32341 fi
32342 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
32343 fi
32344
32345 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
32346 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
32347 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
32348 { (exit 1); exit 1; }; }
32349 fi
32350
32351
32352 if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
32353 -o "$wxUSE_CLIPBOARD" = "yes" \
32354 -o "$wxUSE_OLE" = "yes" \
32355 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
32356
32357 for ac_header in ole2.h
32358 do
32359 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32360 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32361 echo "$as_me:$LINENO: checking for $ac_header" >&5
32362 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32363 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32364 echo $ECHO_N "(cached) $ECHO_C" >&6
32365 fi
32366 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32367 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32368 else
32369 # Is the header compilable?
32370 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32371 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32372 cat >conftest.$ac_ext <<_ACEOF
32373 #line $LINENO "configure"
32374 /* confdefs.h. */
32375 _ACEOF
32376 cat confdefs.h >>conftest.$ac_ext
32377 cat >>conftest.$ac_ext <<_ACEOF
32378 /* end confdefs.h. */
32379 $ac_includes_default
32380 #include <$ac_header>
32381 _ACEOF
32382 rm -f conftest.$ac_objext
32383 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32384 (eval $ac_compile) 2>&5
32385 ac_status=$?
32386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32387 (exit $ac_status); } &&
32388 { ac_try='test -s conftest.$ac_objext'
32389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32390 (eval $ac_try) 2>&5
32391 ac_status=$?
32392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32393 (exit $ac_status); }; }; then
32394 ac_header_compiler=yes
32395 else
32396 echo "$as_me: failed program was:" >&5
32397 sed 's/^/| /' conftest.$ac_ext >&5
32398
32399 ac_header_compiler=no
32400 fi
32401 rm -f conftest.$ac_objext conftest.$ac_ext
32402 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32403 echo "${ECHO_T}$ac_header_compiler" >&6
32404
32405 # Is the header present?
32406 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32407 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32408 cat >conftest.$ac_ext <<_ACEOF
32409 #line $LINENO "configure"
32410 /* confdefs.h. */
32411 _ACEOF
32412 cat confdefs.h >>conftest.$ac_ext
32413 cat >>conftest.$ac_ext <<_ACEOF
32414 /* end confdefs.h. */
32415 #include <$ac_header>
32416 _ACEOF
32417 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32418 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32419 ac_status=$?
32420 grep -v '^ *+' conftest.er1 >conftest.err
32421 rm -f conftest.er1
32422 cat conftest.err >&5
32423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32424 (exit $ac_status); } >/dev/null; then
32425 if test -s conftest.err; then
32426 ac_cpp_err=$ac_c_preproc_warn_flag
32427 else
32428 ac_cpp_err=
32429 fi
32430 else
32431 ac_cpp_err=yes
32432 fi
32433 if test -z "$ac_cpp_err"; then
32434 ac_header_preproc=yes
32435 else
32436 echo "$as_me: failed program was:" >&5
32437 sed 's/^/| /' conftest.$ac_ext >&5
32438
32439 ac_header_preproc=no
32440 fi
32441 rm -f conftest.err conftest.$ac_ext
32442 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32443 echo "${ECHO_T}$ac_header_preproc" >&6
32444
32445 # So? What about this header?
32446 case $ac_header_compiler:$ac_header_preproc in
32447 yes:no )
32448 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32449 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32451 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32452 (
32453 cat <<\_ASBOX
32454 ## ------------------------------------ ##
32455 ## Report this to bug-autoconf@gnu.org. ##
32456 ## ------------------------------------ ##
32457 _ASBOX
32458 ) |
32459 sed "s/^/$as_me: WARNING: /" >&2
32460 ;;
32461 no:yes )
32462 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32463 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32464 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32465 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32466 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32467 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32468 (
32469 cat <<\_ASBOX
32470 ## ------------------------------------ ##
32471 ## Report this to bug-autoconf@gnu.org. ##
32472 ## ------------------------------------ ##
32473 _ASBOX
32474 ) |
32475 sed "s/^/$as_me: WARNING: /" >&2
32476 ;;
32477 esac
32478 echo "$as_me:$LINENO: checking for $ac_header" >&5
32479 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32480 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32481 echo $ECHO_N "(cached) $ECHO_C" >&6
32482 else
32483 eval "$as_ac_Header=$ac_header_preproc"
32484 fi
32485 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32486 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32487
32488 fi
32489 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32490 cat >>confdefs.h <<_ACEOF
32491 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32492 _ACEOF
32493
32494 fi
32495
32496 done
32497
32498
32499 if test "$ac_cv_header_ole2_h" = "yes" ; then
32500 if test "$GCC" = yes ; then
32501
32502
32503 ac_ext=cc
32504 ac_cpp='$CXXCPP $CPPFLAGS'
32505 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32506 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32507 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32508
32509
32510 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32511 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32512 cat >conftest.$ac_ext <<_ACEOF
32513 #line $LINENO "configure"
32514 /* confdefs.h. */
32515 _ACEOF
32516 cat confdefs.h >>conftest.$ac_ext
32517 cat >>conftest.$ac_ext <<_ACEOF
32518 /* end confdefs.h. */
32519 #include <windows.h>
32520 #include <ole2.h>
32521 int
32522 main ()
32523 {
32524
32525 ;
32526 return 0;
32527 }
32528 _ACEOF
32529 rm -f conftest.$ac_objext
32530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32531 (eval $ac_compile) 2>&5
32532 ac_status=$?
32533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32534 (exit $ac_status); } &&
32535 { ac_try='test -s conftest.$ac_objext'
32536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32537 (eval $ac_try) 2>&5
32538 ac_status=$?
32539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32540 (exit $ac_status); }; }; then
32541 echo "$as_me:$LINENO: result: no" >&5
32542 echo "${ECHO_T}no" >&6
32543 else
32544 echo "$as_me: failed program was:" >&5
32545 sed 's/^/| /' conftest.$ac_ext >&5
32546
32547 echo "$as_me:$LINENO: result: yes" >&5
32548 echo "${ECHO_T}yes" >&6
32549 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32550 fi
32551 rm -f conftest.$ac_objext conftest.$ac_ext
32552 ac_ext=c
32553 ac_cpp='$CPP $CPPFLAGS'
32554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32557
32558 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
32559 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
32560 cat >>confdefs.h <<\_ACEOF
32561 #define wxUSE_OLE 1
32562 _ACEOF
32563
32564
32565 fi
32566
32567 cat >>confdefs.h <<\_ACEOF
32568 #define wxUSE_DATAOBJ 1
32569 _ACEOF
32570
32571 else
32572 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32573 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
32574
32575 wxUSE_CLIPBOARD=no
32576 wxUSE_DRAG_AND_DROP=no
32577 wxUSE_DATAOBJ=no
32578 wxUSE_OLE=no
32579 fi
32580
32581 if test "$wxUSE_METAFILE" = "yes"; then
32582 cat >>confdefs.h <<\_ACEOF
32583 #define wxUSE_METAFILE 1
32584 _ACEOF
32585
32586
32587 cat >>confdefs.h <<\_ACEOF
32588 #define wxUSE_ENH_METAFILE 1
32589 _ACEOF
32590
32591 fi
32592 fi
32593
32594 if test "$wxUSE_IPC" = "yes"; then
32595 if test "$wxUSE_SOCKETS" != "yes"; then
32596 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32597 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
32598 fi
32599
32600 cat >>confdefs.h <<\_ACEOF
32601 #define wxUSE_IPC 1
32602 _ACEOF
32603
32604 fi
32605
32606 if test "$wxUSE_CLIPBOARD" = "yes"; then
32607 if test "$wxUSE_MGL" = 1; then
32608 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32609 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
32610 wxUSE_CLIPBOARD=no
32611 fi
32612
32613 if test "$wxUSE_CLIPBOARD" = "yes"; then
32614 cat >>confdefs.h <<\_ACEOF
32615 #define wxUSE_CLIPBOARD 1
32616 _ACEOF
32617
32618
32619 cat >>confdefs.h <<\_ACEOF
32620 #define wxUSE_DATAOBJ 1
32621 _ACEOF
32622
32623 fi
32624 fi
32625
32626 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32627 if test "$wxUSE_GTK" = 1; then
32628 if test "$WXGTK12" != 1; then
32629 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32630 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
32631 wxUSE_DRAG_AND_DROP=no
32632 fi
32633 fi
32634
32635 if test "$wxUSE_MOTIF" = 1; then
32636 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32637 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
32638 wxUSE_DRAG_AND_DROP=no
32639 fi
32640
32641 if test "$wxUSE_X11" = 1; then
32642 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32643 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
32644 wxUSE_DRAG_AND_DROP=no
32645 fi
32646
32647 if test "$wxUSE_MGL" = 1; then
32648 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32649 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
32650 wxUSE_DRAG_AND_DROP=no
32651 fi
32652
32653 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
32654 cat >>confdefs.h <<\_ACEOF
32655 #define wxUSE_DRAG_AND_DROP 1
32656 _ACEOF
32657
32658 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
32659 fi
32660
32661 fi
32662
32663 if test "$wxUSE_SPLINES" = "yes" ; then
32664 cat >>confdefs.h <<\_ACEOF
32665 #define wxUSE_SPLINES 1
32666 _ACEOF
32667
32668 fi
32669
32670
32671 USES_CONTROLS=0
32672 if test "$wxUSE_CONTROLS" = "yes"; then
32673 USES_CONTROLS=1
32674 fi
32675
32676 if test "$wxUSE_ACCEL" = "yes"; then
32677 cat >>confdefs.h <<\_ACEOF
32678 #define wxUSE_ACCEL 1
32679 _ACEOF
32680
32681 USES_CONTROLS=1
32682 fi
32683
32684 if test "$wxUSE_BUTTON" = "yes"; then
32685 cat >>confdefs.h <<\_ACEOF
32686 #define wxUSE_BUTTON 1
32687 _ACEOF
32688
32689 USES_CONTROLS=1
32690 fi
32691
32692 if test "$wxUSE_BMPBUTTON" = "yes"; then
32693 cat >>confdefs.h <<\_ACEOF
32694 #define wxUSE_BMPBUTTON 1
32695 _ACEOF
32696
32697 USES_CONTROLS=1
32698 fi
32699
32700 if test "$wxUSE_CALCTRL" = "yes"; then
32701 cat >>confdefs.h <<\_ACEOF
32702 #define wxUSE_CALENDARCTRL 1
32703 _ACEOF
32704
32705 USES_CONTROLS=1
32706 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
32707 fi
32708
32709 if test "$wxUSE_CARET" = "yes"; then
32710 cat >>confdefs.h <<\_ACEOF
32711 #define wxUSE_CARET 1
32712 _ACEOF
32713
32714 USES_CONTROLS=1
32715 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
32716 fi
32717
32718 if test "$wxUSE_COMBOBOX" = "yes"; then
32719 cat >>confdefs.h <<\_ACEOF
32720 #define wxUSE_COMBOBOX 1
32721 _ACEOF
32722
32723 USES_CONTROLS=1
32724 fi
32725
32726 if test "$wxUSE_CHOICE" = "yes"; then
32727 cat >>confdefs.h <<\_ACEOF
32728 #define wxUSE_CHOICE 1
32729 _ACEOF
32730
32731 USES_CONTROLS=1
32732 fi
32733
32734 if test "$wxUSE_CHECKBOX" = "yes"; then
32735 cat >>confdefs.h <<\_ACEOF
32736 #define wxUSE_CHECKBOX 1
32737 _ACEOF
32738
32739 USES_CONTROLS=1
32740 fi
32741
32742 if test "$wxUSE_CHECKLST" = "yes"; then
32743 cat >>confdefs.h <<\_ACEOF
32744 #define wxUSE_CHECKLISTBOX 1
32745 _ACEOF
32746
32747 USES_CONTROLS=1
32748 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
32749 fi
32750
32751 if test "$wxUSE_DISPLAY" = "yes"; then
32752 cat >>confdefs.h <<\_ACEOF
32753 #define wxUSE_DISPLAY 1
32754 _ACEOF
32755
32756 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
32757 fi
32758
32759 if test "$wxUSE_GAUGE" = "yes"; then
32760 cat >>confdefs.h <<\_ACEOF
32761 #define wxUSE_GAUGE 1
32762 _ACEOF
32763
32764 USES_CONTROLS=1
32765 fi
32766
32767 if test "$wxUSE_GRID" = "yes"; then
32768 cat >>confdefs.h <<\_ACEOF
32769 #define wxUSE_GRID 1
32770 _ACEOF
32771
32772 USES_CONTROLS=1
32773 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
32774 fi
32775
32776 if test "$wxUSE_IMAGLIST" = "yes"; then
32777 cat >>confdefs.h <<\_ACEOF
32778 #define wxUSE_IMAGLIST 1
32779 _ACEOF
32780
32781 fi
32782
32783 if test "$wxUSE_LISTBOX" = "yes"; then
32784 cat >>confdefs.h <<\_ACEOF
32785 #define wxUSE_LISTBOX 1
32786 _ACEOF
32787
32788 USES_CONTROLS=1
32789 fi
32790
32791 if test "$wxUSE_LISTCTRL" = "yes"; then
32792 if test "$wxUSE_IMAGLIST" = "yes"; then
32793 cat >>confdefs.h <<\_ACEOF
32794 #define wxUSE_LISTCTRL 1
32795 _ACEOF
32796
32797 USES_CONTROLS=1
32798 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
32799 else
32800 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32801 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
32802 fi
32803 fi
32804
32805 if test "$wxUSE_NOTEBOOK" = "yes"; then
32806 cat >>confdefs.h <<\_ACEOF
32807 #define wxUSE_NOTEBOOK 1
32808 _ACEOF
32809
32810 USES_CONTROLS=1
32811 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
32812 fi
32813
32814
32815 if test "$wxUSE_RADIOBOX" = "yes"; then
32816 cat >>confdefs.h <<\_ACEOF
32817 #define wxUSE_RADIOBOX 1
32818 _ACEOF
32819
32820 USES_CONTROLS=1
32821 fi
32822
32823 if test "$wxUSE_RADIOBTN" = "yes"; then
32824 cat >>confdefs.h <<\_ACEOF
32825 #define wxUSE_RADIOBTN 1
32826 _ACEOF
32827
32828 USES_CONTROLS=1
32829 fi
32830
32831 if test "$wxUSE_SASH" = "yes"; then
32832 cat >>confdefs.h <<\_ACEOF
32833 #define wxUSE_SASH 1
32834 _ACEOF
32835
32836 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
32837 fi
32838
32839 if test "$wxUSE_SCROLLBAR" = "yes"; then
32840 cat >>confdefs.h <<\_ACEOF
32841 #define wxUSE_SCROLLBAR 1
32842 _ACEOF
32843
32844 USES_CONTROLS=1
32845 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
32846 fi
32847
32848 if test "$wxUSE_SLIDER" = "yes"; then
32849 cat >>confdefs.h <<\_ACEOF
32850 #define wxUSE_SLIDER 1
32851 _ACEOF
32852
32853 USES_CONTROLS=1
32854 fi
32855
32856 if test "$wxUSE_SPINBTN" = "yes"; then
32857 cat >>confdefs.h <<\_ACEOF
32858 #define wxUSE_SPINBTN 1
32859 _ACEOF
32860
32861 USES_CONTROLS=1
32862 fi
32863
32864 if test "$wxUSE_SPINCTRL" = "yes"; then
32865 cat >>confdefs.h <<\_ACEOF
32866 #define wxUSE_SPINCTRL 1
32867 _ACEOF
32868
32869 USES_CONTROLS=1
32870 fi
32871
32872 if test "$wxUSE_SPLITTER" = "yes"; then
32873 cat >>confdefs.h <<\_ACEOF
32874 #define wxUSE_SPLITTER 1
32875 _ACEOF
32876
32877 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
32878 fi
32879
32880 if test "$wxUSE_STATBMP" = "yes"; then
32881 cat >>confdefs.h <<\_ACEOF
32882 #define wxUSE_STATBMP 1
32883 _ACEOF
32884
32885 USES_CONTROLS=1
32886 fi
32887
32888 if test "$wxUSE_STATBOX" = "yes"; then
32889 cat >>confdefs.h <<\_ACEOF
32890 #define wxUSE_STATBOX 1
32891 _ACEOF
32892
32893 USES_CONTROLS=1
32894 fi
32895
32896 if test "$wxUSE_STATTEXT" = "yes"; then
32897 cat >>confdefs.h <<\_ACEOF
32898 #define wxUSE_STATTEXT 1
32899 _ACEOF
32900
32901 USES_CONTROLS=1
32902 fi
32903
32904 if test "$wxUSE_STATLINE" = "yes"; then
32905 cat >>confdefs.h <<\_ACEOF
32906 #define wxUSE_STATLINE 1
32907 _ACEOF
32908
32909 USES_CONTROLS=1
32910 fi
32911
32912 if test "$wxUSE_STATUSBAR" = "yes"; then
32913 cat >>confdefs.h <<\_ACEOF
32914 #define wxUSE_STATUSBAR 1
32915 _ACEOF
32916
32917 USES_CONTROLS=1
32918
32919 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
32920 fi
32921
32922 if test "$wxUSE_TABDIALOG" = "yes"; then
32923 cat >>confdefs.h <<\_ACEOF
32924 #define wxUSE_TAB_DIALOG 1
32925 _ACEOF
32926
32927 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
32928 fi
32929
32930 if test "$wxUSE_TEXTCTRL" = "yes"; then
32931 cat >>confdefs.h <<\_ACEOF
32932 #define wxUSE_TEXTCTRL 1
32933 _ACEOF
32934
32935 USES_CONTROLS=1
32936 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
32937 fi
32938
32939 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32940 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32941 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
32942 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
32943 wxUSE_TOGGLEBTN=no
32944 fi
32945 if test "$wxUSE_UNIVERSAL" = "yes"; then
32946 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
32947 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
32948 wxUSE_TOGGLEBTN=no
32949 fi
32950
32951 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32952 cat >>confdefs.h <<\_ACEOF
32953 #define wxUSE_TOGGLEBTN 1
32954 _ACEOF
32955
32956 USES_CONTROLS=1
32957 fi
32958 fi
32959
32960 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
32961 cat >>confdefs.h <<\_ACEOF
32962 #define wxUSE_TOOLBAR_SIMPLE 1
32963 _ACEOF
32964
32965 wxUSE_TOOLBAR="yes"
32966 USES_CONTROLS=1
32967 fi
32968
32969 if test "$wxUSE_TOOLBAR" = "yes"; then
32970 cat >>confdefs.h <<\_ACEOF
32971 #define wxUSE_TOOLBAR 1
32972 _ACEOF
32973
32974 USES_CONTROLS=1
32975
32976 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
32977 wxUSE_TOOLBAR_NATIVE="yes"
32978 fi
32979
32980 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
32981 cat >>confdefs.h <<\_ACEOF
32982 #define wxUSE_TOOLBAR_NATIVE 1
32983 _ACEOF
32984
32985 USES_CONTROLS=1
32986 fi
32987
32988 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
32989 fi
32990
32991 if test "$wxUSE_TOOLTIPS" = "yes"; then
32992 if test "$wxUSE_MOTIF" = 1; then
32993 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
32994 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
32995 else
32996 if test "$wxUSE_UNIVERSAL" = "yes"; then
32997 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
32998 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
32999 else
33000 cat >>confdefs.h <<\_ACEOF
33001 #define wxUSE_TOOLTIPS 1
33002 _ACEOF
33003
33004 fi
33005 fi
33006 fi
33007
33008 if test "$wxUSE_TREECTRL" = "yes"; then
33009 if test "$wxUSE_IMAGLIST" = "yes"; then
33010 cat >>confdefs.h <<\_ACEOF
33011 #define wxUSE_TREECTRL 1
33012 _ACEOF
33013
33014 USES_CONTROLS=1
33015 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
33016 else
33017 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
33018 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
33019 fi
33020 fi
33021
33022 if test "$wxUSE_POPUPWIN" = "yes"; then
33023 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
33024 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
33025 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
33026 else
33027 if test "$wxUSE_MOTIF" = 1; then
33028 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
33029 echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
33030 else
33031 if test "$wxUSE_PM" = 1; then
33032 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
33033 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
33034 else
33035 cat >>confdefs.h <<\_ACEOF
33036 #define wxUSE_POPUPWIN 1
33037 _ACEOF
33038
33039
33040 USES_CONTROLS=1
33041 fi
33042 fi
33043 fi
33044 fi
33045
33046 if test "$wxUSE_TIPWINDOW" = "yes"; then
33047 if test "$wxUSE_PM" = 1; then
33048 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
33049 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
33050 else
33051 cat >>confdefs.h <<\_ACEOF
33052 #define wxUSE_TIPWINDOW 1
33053 _ACEOF
33054
33055 fi
33056 fi
33057
33058 if test "$USES_CONTROLS" = 1; then
33059 cat >>confdefs.h <<\_ACEOF
33060 #define wxUSE_CONTROLS 1
33061 _ACEOF
33062
33063 fi
33064
33065
33066
33067 if test "$wxUSE_DRAGIMAGE" = "yes"; then
33068 cat >>confdefs.h <<\_ACEOF
33069 #define wxUSE_DRAGIMAGE 1
33070 _ACEOF
33071
33072 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
33073 fi
33074
33075 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
33076 cat >>confdefs.h <<\_ACEOF
33077 #define wxUSE_ACCESSIBILITY 1
33078 _ACEOF
33079
33080 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
33081 fi
33082
33083 if test "$wxUSE_MENUS" = "yes"; then
33084 cat >>confdefs.h <<\_ACEOF
33085 #define wxUSE_MENUS 1
33086 _ACEOF
33087
33088 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
33089 fi
33090
33091 if test "$wxUSE_METAFILE" = "yes"; then
33092 cat >>confdefs.h <<\_ACEOF
33093 #define wxUSE_METAFILE 1
33094 _ACEOF
33095
33096 fi
33097
33098 if test "$wxUSE_MIMETYPE" = "yes"; then
33099 cat >>confdefs.h <<\_ACEOF
33100 #define wxUSE_MIMETYPE 1
33101 _ACEOF
33102
33103 fi
33104
33105 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
33106 cat >>confdefs.h <<\_ACEOF
33107 #define wxUSE_SYSTEM_OPTIONS 1
33108 _ACEOF
33109
33110 if test "$TOOLKIT" = "MSW"; then
33111 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
33112 fi
33113
33114 fi
33115
33116 if test "$wxUSE_MINIFRAME" = "yes"; then
33117 cat >>confdefs.h <<\_ACEOF
33118 #define wxUSE_MINIFRAME 1
33119 _ACEOF
33120
33121 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
33122 fi
33123
33124 USE_HTML=0
33125 if test "$wxUSE_HTML" = "yes"; then
33126 cat >>confdefs.h <<\_ACEOF
33127 #define wxUSE_HTML 1
33128 _ACEOF
33129
33130 USE_HTML=1
33131 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
33132 fi
33133
33134 if test "$wxUSE_VALIDATORS" = "yes"; then
33135 cat >>confdefs.h <<\_ACEOF
33136 #define wxUSE_VALIDATORS 1
33137 _ACEOF
33138
33139 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
33140 fi
33141
33142 if test "$wxUSE_PALETTE" = "yes" ; then
33143 cat >>confdefs.h <<\_ACEOF
33144 #define wxUSE_PALETTE 1
33145 _ACEOF
33146
33147 fi
33148
33149 if test "$wxUSE_IMAGE" = "yes" ; then
33150 cat >>confdefs.h <<\_ACEOF
33151 #define wxUSE_IMAGE 1
33152 _ACEOF
33153
33154 fi
33155
33156 if test "$wxUSE_GIF" = "yes" ; then
33157 cat >>confdefs.h <<\_ACEOF
33158 #define wxUSE_GIF 1
33159 _ACEOF
33160
33161 fi
33162
33163 if test "$wxUSE_PCX" = "yes" ; then
33164 cat >>confdefs.h <<\_ACEOF
33165 #define wxUSE_PCX 1
33166 _ACEOF
33167
33168 fi
33169
33170 if test "$wxUSE_IFF" = "yes" ; then
33171 cat >>confdefs.h <<\_ACEOF
33172 #define wxUSE_IFF 1
33173 _ACEOF
33174
33175 fi
33176
33177 if test "$wxUSE_PNM" = "yes" ; then
33178 cat >>confdefs.h <<\_ACEOF
33179 #define wxUSE_PNM 1
33180 _ACEOF
33181
33182 fi
33183
33184 if test "$wxUSE_XPM" = "yes" ; then
33185 cat >>confdefs.h <<\_ACEOF
33186 #define wxUSE_XPM 1
33187 _ACEOF
33188
33189 fi
33190
33191 if test "$wxUSE_ICO_CUR" = "yes" ; then
33192 cat >>confdefs.h <<\_ACEOF
33193 #define wxUSE_ICO_CUR 1
33194 _ACEOF
33195
33196 fi
33197
33198 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
33199 LIBS=" -lunicows $LIBS"
33200 fi
33201
33202
33203 if test "$wxUSE_CHOICEDLG" = "yes"; then
33204 cat >>confdefs.h <<\_ACEOF
33205 #define wxUSE_CHOICEDLG 1
33206 _ACEOF
33207
33208 fi
33209
33210 if test "$wxUSE_COLOURDLG" = "yes"; then
33211 cat >>confdefs.h <<\_ACEOF
33212 #define wxUSE_COLOURDLG 1
33213 _ACEOF
33214
33215 fi
33216
33217 if test "$wxUSE_FILEDLG" = "yes"; then
33218 cat >>confdefs.h <<\_ACEOF
33219 #define wxUSE_FILEDLG 1
33220 _ACEOF
33221
33222 fi
33223
33224 if test "$wxUSE_FINDREPLDLG" = "yes"; then
33225 cat >>confdefs.h <<\_ACEOF
33226 #define wxUSE_FINDREPLDLG 1
33227 _ACEOF
33228
33229 fi
33230
33231 if test "$wxUSE_FONTDLG" = "yes"; then
33232 cat >>confdefs.h <<\_ACEOF
33233 #define wxUSE_FONTDLG 1
33234 _ACEOF
33235
33236 fi
33237
33238 if test "$wxUSE_DIRDLG" = "yes"; then
33239 if test "$wxUSE_TREECTRL" != "yes"; then
33240 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
33241 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
33242 else
33243 cat >>confdefs.h <<\_ACEOF
33244 #define wxUSE_DIRDLG 1
33245 _ACEOF
33246
33247 fi
33248 fi
33249
33250 if test "$wxUSE_MSGDLG" = "yes"; then
33251 cat >>confdefs.h <<\_ACEOF
33252 #define wxUSE_MSGDLG 1
33253 _ACEOF
33254
33255 fi
33256
33257 if test "$wxUSE_NUMBERDLG" = "yes"; then
33258 cat >>confdefs.h <<\_ACEOF
33259 #define wxUSE_NUMBERDLG 1
33260 _ACEOF
33261
33262 fi
33263
33264 if test "$wxUSE_PROGRESSDLG" = "yes"; then
33265 if test "$wxUSE_CONSTRAINTS" != "yes"; then
33266 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
33267 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
33268 else
33269 cat >>confdefs.h <<\_ACEOF
33270 #define wxUSE_PROGRESSDLG 1
33271 _ACEOF
33272
33273 fi
33274 fi
33275
33276 if test "$wxUSE_SPLASH" = "yes"; then
33277 cat >>confdefs.h <<\_ACEOF
33278 #define wxUSE_SPLASH 1
33279 _ACEOF
33280
33281 fi
33282
33283 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
33284 if test "$wxUSE_CONSTRAINTS" != "yes"; then
33285 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
33286 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
33287 else
33288 cat >>confdefs.h <<\_ACEOF
33289 #define wxUSE_STARTUP_TIPS 1
33290 _ACEOF
33291
33292 fi
33293 fi
33294
33295 if test "$wxUSE_TEXTDLG" = "yes"; then
33296 cat >>confdefs.h <<\_ACEOF
33297 #define wxUSE_TEXTDLG 1
33298 _ACEOF
33299
33300 fi
33301
33302 if test "$wxUSE_WIZARDDLG" = "yes"; then
33303 cat >>confdefs.h <<\_ACEOF
33304 #define wxUSE_WIZARDDLG 1
33305 _ACEOF
33306
33307 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
33308 fi
33309
33310
33311 if test "$cross_compiling" = "yes"; then
33312 OSINFO="\"$host\""
33313 else
33314 OSINFO=`uname -s -r -m`
33315 OSINFO="\"$OSINFO\""
33316 fi
33317
33318 cat >>confdefs.h <<_ACEOF
33319 #define WXWIN_OS_DESCRIPTION $OSINFO
33320 _ACEOF
33321
33322
33323
33324 if test "x$prefix" != "xNONE"; then
33325 wxPREFIX=$prefix
33326 else
33327 wxPREFIX=$ac_default_prefix
33328 fi
33329
33330 cat >>confdefs.h <<_ACEOF
33331 #define wxINSTALL_PREFIX "$wxPREFIX"
33332 _ACEOF
33333
33334
33335 top_builddir_wxconfig=`pwd`
33336
33337
33338
33339
33340 if test "$wxUSE_MAC" = 1 ; then
33341 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
33342 fi
33343 if test "$wxUSE_COCOA" = 1 ; then
33344 LDFLAGS="$LDFLAGS -framework Cocoa -framework System"
33345 fi
33346
33347
33348 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33349
33350 have_cos=0
33351 have_floor=0
33352
33353 for ac_func in cos
33354 do
33355 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33356 echo "$as_me:$LINENO: checking for $ac_func" >&5
33357 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33358 if eval "test \"\${$as_ac_var+set}\" = set"; then
33359 echo $ECHO_N "(cached) $ECHO_C" >&6
33360 else
33361 cat >conftest.$ac_ext <<_ACEOF
33362 #line $LINENO "configure"
33363 /* confdefs.h. */
33364 _ACEOF
33365 cat confdefs.h >>conftest.$ac_ext
33366 cat >>conftest.$ac_ext <<_ACEOF
33367 /* end confdefs.h. */
33368 /* System header to define __stub macros and hopefully few prototypes,
33369 which can conflict with char $ac_func (); below.
33370 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33371 <limits.h> exists even on freestanding compilers. */
33372 #ifdef __STDC__
33373 # include <limits.h>
33374 #else
33375 # include <assert.h>
33376 #endif
33377 /* Override any gcc2 internal prototype to avoid an error. */
33378 #ifdef __cplusplus
33379 extern "C"
33380 {
33381 #endif
33382 /* We use char because int might match the return type of a gcc2
33383 builtin and then its argument prototype would still apply. */
33384 char $ac_func ();
33385 /* The GNU C library defines this for functions which it implements
33386 to always fail with ENOSYS. Some functions are actually named
33387 something starting with __ and the normal name is an alias. */
33388 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33389 choke me
33390 #else
33391 char (*f) () = $ac_func;
33392 #endif
33393 #ifdef __cplusplus
33394 }
33395 #endif
33396
33397 int
33398 main ()
33399 {
33400 return f != $ac_func;
33401 ;
33402 return 0;
33403 }
33404 _ACEOF
33405 rm -f conftest.$ac_objext conftest$ac_exeext
33406 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33407 (eval $ac_link) 2>&5
33408 ac_status=$?
33409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33410 (exit $ac_status); } &&
33411 { ac_try='test -s conftest$ac_exeext'
33412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33413 (eval $ac_try) 2>&5
33414 ac_status=$?
33415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33416 (exit $ac_status); }; }; then
33417 eval "$as_ac_var=yes"
33418 else
33419 echo "$as_me: failed program was:" >&5
33420 sed 's/^/| /' conftest.$ac_ext >&5
33421
33422 eval "$as_ac_var=no"
33423 fi
33424 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33425 fi
33426 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33427 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33428 if test `eval echo '${'$as_ac_var'}'` = yes; then
33429 cat >>confdefs.h <<_ACEOF
33430 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33431 _ACEOF
33432 have_cos=1
33433 fi
33434 done
33435
33436
33437 for ac_func in floor
33438 do
33439 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33440 echo "$as_me:$LINENO: checking for $ac_func" >&5
33441 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33442 if eval "test \"\${$as_ac_var+set}\" = set"; then
33443 echo $ECHO_N "(cached) $ECHO_C" >&6
33444 else
33445 cat >conftest.$ac_ext <<_ACEOF
33446 #line $LINENO "configure"
33447 /* confdefs.h. */
33448 _ACEOF
33449 cat confdefs.h >>conftest.$ac_ext
33450 cat >>conftest.$ac_ext <<_ACEOF
33451 /* end confdefs.h. */
33452 /* System header to define __stub macros and hopefully few prototypes,
33453 which can conflict with char $ac_func (); below.
33454 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33455 <limits.h> exists even on freestanding compilers. */
33456 #ifdef __STDC__
33457 # include <limits.h>
33458 #else
33459 # include <assert.h>
33460 #endif
33461 /* Override any gcc2 internal prototype to avoid an error. */
33462 #ifdef __cplusplus
33463 extern "C"
33464 {
33465 #endif
33466 /* We use char because int might match the return type of a gcc2
33467 builtin and then its argument prototype would still apply. */
33468 char $ac_func ();
33469 /* The GNU C library defines this for functions which it implements
33470 to always fail with ENOSYS. Some functions are actually named
33471 something starting with __ and the normal name is an alias. */
33472 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33473 choke me
33474 #else
33475 char (*f) () = $ac_func;
33476 #endif
33477 #ifdef __cplusplus
33478 }
33479 #endif
33480
33481 int
33482 main ()
33483 {
33484 return f != $ac_func;
33485 ;
33486 return 0;
33487 }
33488 _ACEOF
33489 rm -f conftest.$ac_objext conftest$ac_exeext
33490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33491 (eval $ac_link) 2>&5
33492 ac_status=$?
33493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33494 (exit $ac_status); } &&
33495 { ac_try='test -s conftest$ac_exeext'
33496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33497 (eval $ac_try) 2>&5
33498 ac_status=$?
33499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33500 (exit $ac_status); }; }; then
33501 eval "$as_ac_var=yes"
33502 else
33503 echo "$as_me: failed program was:" >&5
33504 sed 's/^/| /' conftest.$ac_ext >&5
33505
33506 eval "$as_ac_var=no"
33507 fi
33508 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33509 fi
33510 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33511 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33512 if test `eval echo '${'$as_ac_var'}'` = yes; then
33513 cat >>confdefs.h <<_ACEOF
33514 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33515 _ACEOF
33516 have_floor=1
33517 fi
33518 done
33519
33520 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33521 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
33522 if test "$have_cos" = 1 -a "$have_floor" = 1; then
33523 echo "$as_me:$LINENO: result: yes" >&5
33524 echo "${ECHO_T}yes" >&6
33525 else
33526 echo "$as_me:$LINENO: result: no" >&5
33527 echo "${ECHO_T}no" >&6
33528 LIBS="$LIBS -lm"
33529 # use different functions to avoid configure caching
33530 have_sin=0
33531 have_ceil=0
33532
33533 for ac_func in sin
33534 do
33535 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33536 echo "$as_me:$LINENO: checking for $ac_func" >&5
33537 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33538 if eval "test \"\${$as_ac_var+set}\" = set"; then
33539 echo $ECHO_N "(cached) $ECHO_C" >&6
33540 else
33541 cat >conftest.$ac_ext <<_ACEOF
33542 #line $LINENO "configure"
33543 /* confdefs.h. */
33544 _ACEOF
33545 cat confdefs.h >>conftest.$ac_ext
33546 cat >>conftest.$ac_ext <<_ACEOF
33547 /* end confdefs.h. */
33548 /* System header to define __stub macros and hopefully few prototypes,
33549 which can conflict with char $ac_func (); below.
33550 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33551 <limits.h> exists even on freestanding compilers. */
33552 #ifdef __STDC__
33553 # include <limits.h>
33554 #else
33555 # include <assert.h>
33556 #endif
33557 /* Override any gcc2 internal prototype to avoid an error. */
33558 #ifdef __cplusplus
33559 extern "C"
33560 {
33561 #endif
33562 /* We use char because int might match the return type of a gcc2
33563 builtin and then its argument prototype would still apply. */
33564 char $ac_func ();
33565 /* The GNU C library defines this for functions which it implements
33566 to always fail with ENOSYS. Some functions are actually named
33567 something starting with __ and the normal name is an alias. */
33568 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33569 choke me
33570 #else
33571 char (*f) () = $ac_func;
33572 #endif
33573 #ifdef __cplusplus
33574 }
33575 #endif
33576
33577 int
33578 main ()
33579 {
33580 return f != $ac_func;
33581 ;
33582 return 0;
33583 }
33584 _ACEOF
33585 rm -f conftest.$ac_objext conftest$ac_exeext
33586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33587 (eval $ac_link) 2>&5
33588 ac_status=$?
33589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33590 (exit $ac_status); } &&
33591 { ac_try='test -s conftest$ac_exeext'
33592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33593 (eval $ac_try) 2>&5
33594 ac_status=$?
33595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33596 (exit $ac_status); }; }; then
33597 eval "$as_ac_var=yes"
33598 else
33599 echo "$as_me: failed program was:" >&5
33600 sed 's/^/| /' conftest.$ac_ext >&5
33601
33602 eval "$as_ac_var=no"
33603 fi
33604 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33605 fi
33606 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33607 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33608 if test `eval echo '${'$as_ac_var'}'` = yes; then
33609 cat >>confdefs.h <<_ACEOF
33610 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33611 _ACEOF
33612 have_sin=1
33613 fi
33614 done
33615
33616
33617 for ac_func in ceil
33618 do
33619 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33620 echo "$as_me:$LINENO: checking for $ac_func" >&5
33621 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33622 if eval "test \"\${$as_ac_var+set}\" = set"; then
33623 echo $ECHO_N "(cached) $ECHO_C" >&6
33624 else
33625 cat >conftest.$ac_ext <<_ACEOF
33626 #line $LINENO "configure"
33627 /* confdefs.h. */
33628 _ACEOF
33629 cat confdefs.h >>conftest.$ac_ext
33630 cat >>conftest.$ac_ext <<_ACEOF
33631 /* end confdefs.h. */
33632 /* System header to define __stub macros and hopefully few prototypes,
33633 which can conflict with char $ac_func (); below.
33634 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33635 <limits.h> exists even on freestanding compilers. */
33636 #ifdef __STDC__
33637 # include <limits.h>
33638 #else
33639 # include <assert.h>
33640 #endif
33641 /* Override any gcc2 internal prototype to avoid an error. */
33642 #ifdef __cplusplus
33643 extern "C"
33644 {
33645 #endif
33646 /* We use char because int might match the return type of a gcc2
33647 builtin and then its argument prototype would still apply. */
33648 char $ac_func ();
33649 /* The GNU C library defines this for functions which it implements
33650 to always fail with ENOSYS. Some functions are actually named
33651 something starting with __ and the normal name is an alias. */
33652 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33653 choke me
33654 #else
33655 char (*f) () = $ac_func;
33656 #endif
33657 #ifdef __cplusplus
33658 }
33659 #endif
33660
33661 int
33662 main ()
33663 {
33664 return f != $ac_func;
33665 ;
33666 return 0;
33667 }
33668 _ACEOF
33669 rm -f conftest.$ac_objext conftest$ac_exeext
33670 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33671 (eval $ac_link) 2>&5
33672 ac_status=$?
33673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33674 (exit $ac_status); } &&
33675 { ac_try='test -s conftest$ac_exeext'
33676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33677 (eval $ac_try) 2>&5
33678 ac_status=$?
33679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33680 (exit $ac_status); }; }; then
33681 eval "$as_ac_var=yes"
33682 else
33683 echo "$as_me: failed program was:" >&5
33684 sed 's/^/| /' conftest.$ac_ext >&5
33685
33686 eval "$as_ac_var=no"
33687 fi
33688 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33689 fi
33690 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33691 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33692 if test `eval echo '${'$as_ac_var'}'` = yes; then
33693 cat >>confdefs.h <<_ACEOF
33694 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33695 _ACEOF
33696 have_ceil=1
33697 fi
33698 done
33699
33700 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33701 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
33702 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
33703 echo "$as_me:$LINENO: result: yes" >&5
33704 echo "${ECHO_T}yes" >&6
33705 else
33706 echo "$as_me:$LINENO: result: no" >&5
33707 echo "${ECHO_T}no" >&6
33708 # not sure we should warn the user, crash, etc.
33709 fi
33710 fi
33711
33712 if test "$wxUSE_GUI" = "yes"; then
33713
33714
33715 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
33716 drawing dynamic erase event exec font image \
33717 minimal propsize rotate shaped widgets"
33718
33719 if test "$wxUSE_MONOLITHIC" != "yes"; then
33720 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
33721 fi
33722 else
33723 SAMPLES_SUBDIRS="console"
33724 fi
33725
33726
33727 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
33728 -I\${top_srcdir}/include \
33729 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33730 $TOOLKIT_INCLUDE"
33731
33732 if test "$GXX" = yes ; then
33733 CXXWARNINGS="-Wall"
33734 fi
33735
33736 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
33737
33738 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
33739 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
33740 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
33741
33742
33743 LIBS=`echo $LIBS | sed 's/ \+/ /g'`
33744 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
33745 EXTRALIBS_XML="$EXPAT_LINK"
33746 if test "$wxUSE_GUI" = "yes"; then
33747 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK | sed 's/ \+/ /g'`
33748 fi
33749 if test "$wxUSE_OPENGL" = "yes"; then
33750 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
33751 fi
33752
33753 LDFLAGS="$LDFLAGS $PROFILE"
33754
33755 if test "$wxUSE_GTK" = 1; then
33756 WXCONFIG_INCLUDE=
33757 else
33758 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
33759 fi
33760
33761 WXCONFIG_EXTRALIBS="$LIBS"
33762
33763 if test "$wxUSE_REGEX" = "builtin" ; then
33764 wxconfig_3rdparty="$wxconfig_3rdparty regex"
33765 fi
33766 if test "$wxUSE_EXPAT" = "builtin" ; then
33767 wxconfig_3rdparty="$wxconfig_3rdparty expat"
33768 fi
33769 if test "$wxUSE_ODBC" = "builtin" ; then
33770 wxconfig_3rdparty="$wxconfig_3rdparty odbc"
33771 fi
33772 if test "$wxUSE_LIBTIFF" = "builtin" ; then
33773 wxconfig_3rdparty="$wxconfig_3rdparty tiff"
33774 fi
33775 if test "$wxUSE_LIBJPEG" = "builtin" ; then
33776 wxconfig_3rdparty="$wxconfig_3rdparty jpeg"
33777 fi
33778 if test "$wxUSE_LIBPNG" = "builtin" ; then
33779 wxconfig_3rdparty="$wxconfig_3rdparty png"
33780 fi
33781 if test "$wxUSE_ZLIB" = "builtin" ; then
33782 wxconfig_3rdparty="$wxconfig_3rdparty zlib"
33783 fi
33784
33785 for i in $wxconfig_3rdparty ; do
33786 WXCONFIG_EXTRALIBS="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${HOST_SUFFIX}"
33787 done
33788
33789
33790 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33791 WXUNIV=1
33792 else
33793 WXUNIV=0
33794 fi
33795
33796
33797
33798
33799
33800
33801
33802
33803
33804 if test $wxUSE_MONOLITHIC = "yes" ; then
33805 MONOLITHIC=1
33806 else
33807 MONOLITHIC=0
33808 fi
33809
33810 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
33811 OFFICIAL_BUILD=1
33812 else
33813 OFFICIAL_BUILD=0
33814 fi
33815
33816
33817
33818
33819
33820
33821
33822
33823
33824
33825
33826
33827
33828
33829 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr [A-Z] [a-z]`
33830
33831
33832
33833
33834
33835
33836 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
33837
33838 if test -n "$ac_tool_prefix"; then
33839 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33840 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
33841 echo "$as_me:$LINENO: checking for $ac_word" >&5
33842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33843 if test "${ac_cv_prog_RANLIB+set}" = set; then
33844 echo $ECHO_N "(cached) $ECHO_C" >&6
33845 else
33846 if test -n "$RANLIB"; then
33847 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
33848 else
33849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33850 for as_dir in $PATH
33851 do
33852 IFS=$as_save_IFS
33853 test -z "$as_dir" && as_dir=.
33854 for ac_exec_ext in '' $ac_executable_extensions; do
33855 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33856 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
33857 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33858 break 2
33859 fi
33860 done
33861 done
33862
33863 fi
33864 fi
33865 RANLIB=$ac_cv_prog_RANLIB
33866 if test -n "$RANLIB"; then
33867 echo "$as_me:$LINENO: result: $RANLIB" >&5
33868 echo "${ECHO_T}$RANLIB" >&6
33869 else
33870 echo "$as_me:$LINENO: result: no" >&5
33871 echo "${ECHO_T}no" >&6
33872 fi
33873
33874 fi
33875 if test -z "$ac_cv_prog_RANLIB"; then
33876 ac_ct_RANLIB=$RANLIB
33877 # Extract the first word of "ranlib", so it can be a program name with args.
33878 set dummy ranlib; ac_word=$2
33879 echo "$as_me:$LINENO: checking for $ac_word" >&5
33880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33881 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
33882 echo $ECHO_N "(cached) $ECHO_C" >&6
33883 else
33884 if test -n "$ac_ct_RANLIB"; then
33885 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
33886 else
33887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33888 for as_dir in $PATH
33889 do
33890 IFS=$as_save_IFS
33891 test -z "$as_dir" && as_dir=.
33892 for ac_exec_ext in '' $ac_executable_extensions; do
33893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33894 ac_cv_prog_ac_ct_RANLIB="ranlib"
33895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33896 break 2
33897 fi
33898 done
33899 done
33900
33901 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
33902 fi
33903 fi
33904 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
33905 if test -n "$ac_ct_RANLIB"; then
33906 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
33907 echo "${ECHO_T}$ac_ct_RANLIB" >&6
33908 else
33909 echo "$as_me:$LINENO: result: no" >&5
33910 echo "${ECHO_T}no" >&6
33911 fi
33912
33913 RANLIB=$ac_ct_RANLIB
33914 else
33915 RANLIB="$ac_cv_prog_RANLIB"
33916 fi
33917
33918 # Find a good install program. We prefer a C program (faster),
33919 # so one script is as good as another. But avoid the broken or
33920 # incompatible versions:
33921 # SysV /etc/install, /usr/sbin/install
33922 # SunOS /usr/etc/install
33923 # IRIX /sbin/install
33924 # AIX /bin/install
33925 # AmigaOS /C/install, which installs bootblocks on floppy discs
33926 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
33927 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
33928 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
33929 # ./install, which can be erroneously created by make from ./install.sh.
33930 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
33931 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
33932 if test -z "$INSTALL"; then
33933 if test "${ac_cv_path_install+set}" = set; then
33934 echo $ECHO_N "(cached) $ECHO_C" >&6
33935 else
33936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33937 for as_dir in $PATH
33938 do
33939 IFS=$as_save_IFS
33940 test -z "$as_dir" && as_dir=.
33941 # Account for people who put trailing slashes in PATH elements.
33942 case $as_dir/ in
33943 ./ | .// | /cC/* | \
33944 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
33945 /usr/ucb/* ) ;;
33946 *)
33947 # OSF1 and SCO ODT 3.0 have their own names for install.
33948 # Don't use installbsd from OSF since it installs stuff as root
33949 # by default.
33950 for ac_prog in ginstall scoinst install; do
33951 for ac_exec_ext in '' $ac_executable_extensions; do
33952 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
33953 if test $ac_prog = install &&
33954 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33955 # AIX install. It has an incompatible calling convention.
33956 :
33957 elif test $ac_prog = install &&
33958 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33959 # program-specific install script used by HP pwplus--don't use.
33960 :
33961 else
33962 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
33963 break 3
33964 fi
33965 fi
33966 done
33967 done
33968 ;;
33969 esac
33970 done
33971
33972
33973 fi
33974 if test "${ac_cv_path_install+set}" = set; then
33975 INSTALL=$ac_cv_path_install
33976 else
33977 # As a last resort, use the slow shell script. We don't cache a
33978 # path for INSTALL within a source directory, because that will
33979 # break other packages using the cache if that directory is
33980 # removed, or if the path is relative.
33981 INSTALL=$ac_install_sh
33982 fi
33983 fi
33984 echo "$as_me:$LINENO: result: $INSTALL" >&5
33985 echo "${ECHO_T}$INSTALL" >&6
33986
33987 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
33988 # It thinks the first close brace ends the variable substitution.
33989 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
33990
33991 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
33992
33993 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
33994
33995 echo "$as_me:$LINENO: checking whether ln -s works" >&5
33996 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
33997 LN_S=$as_ln_s
33998 if test "$LN_S" = "ln -s"; then
33999 echo "$as_me:$LINENO: result: yes" >&5
34000 echo "${ECHO_T}yes" >&6
34001 else
34002 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
34003 echo "${ECHO_T}no, using $LN_S" >&6
34004 fi
34005
34006
34007 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
34008 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
34009 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
34010 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
34011 echo $ECHO_N "(cached) $ECHO_C" >&6
34012 else
34013 cat >conftest.make <<\_ACEOF
34014 all:
34015 @echo 'ac_maketemp="$(MAKE)"'
34016 _ACEOF
34017 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
34018 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
34019 if test -n "$ac_maketemp"; then
34020 eval ac_cv_prog_make_${ac_make}_set=yes
34021 else
34022 eval ac_cv_prog_make_${ac_make}_set=no
34023 fi
34024 rm -f conftest.make
34025 fi
34026 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
34027 echo "$as_me:$LINENO: result: yes" >&5
34028 echo "${ECHO_T}yes" >&6
34029 SET_MAKE=
34030 else
34031 echo "$as_me:$LINENO: result: no" >&5
34032 echo "${ECHO_T}no" >&6
34033 SET_MAKE="MAKE=${MAKE-make}"
34034 fi
34035
34036
34037
34038 if test "$build" != "$host" ; then
34039 AR=$host_alias-ar
34040 STRIP=$host_alias-strip
34041 else
34042 # Extract the first word of "ar", so it can be a program name with args.
34043 set dummy ar; ac_word=$2
34044 echo "$as_me:$LINENO: checking for $ac_word" >&5
34045 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34046 if test "${ac_cv_prog_AR+set}" = set; then
34047 echo $ECHO_N "(cached) $ECHO_C" >&6
34048 else
34049 if test -n "$AR"; then
34050 ac_cv_prog_AR="$AR" # Let the user override the test.
34051 else
34052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34053 for as_dir in $PATH
34054 do
34055 IFS=$as_save_IFS
34056 test -z "$as_dir" && as_dir=.
34057 for ac_exec_ext in '' $ac_executable_extensions; do
34058 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34059 ac_cv_prog_AR="ar"
34060 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34061 break 2
34062 fi
34063 done
34064 done
34065
34066 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
34067 fi
34068 fi
34069 AR=$ac_cv_prog_AR
34070 if test -n "$AR"; then
34071 echo "$as_me:$LINENO: result: $AR" >&5
34072 echo "${ECHO_T}$AR" >&6
34073 else
34074 echo "$as_me:$LINENO: result: no" >&5
34075 echo "${ECHO_T}no" >&6
34076 fi
34077
34078 # Extract the first word of "strip", so it can be a program name with args.
34079 set dummy strip; ac_word=$2
34080 echo "$as_me:$LINENO: checking for $ac_word" >&5
34081 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34082 if test "${ac_cv_prog_STRIP+set}" = set; then
34083 echo $ECHO_N "(cached) $ECHO_C" >&6
34084 else
34085 if test -n "$STRIP"; then
34086 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
34087 else
34088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34089 for as_dir in $PATH
34090 do
34091 IFS=$as_save_IFS
34092 test -z "$as_dir" && as_dir=.
34093 for ac_exec_ext in '' $ac_executable_extensions; do
34094 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34095 ac_cv_prog_STRIP="strip"
34096 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34097 break 2
34098 fi
34099 done
34100 done
34101
34102 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
34103 fi
34104 fi
34105 STRIP=$ac_cv_prog_STRIP
34106 if test -n "$STRIP"; then
34107 echo "$as_me:$LINENO: result: $STRIP" >&5
34108 echo "${ECHO_T}$STRIP" >&6
34109 else
34110 echo "$as_me:$LINENO: result: no" >&5
34111 echo "${ECHO_T}no" >&6
34112 fi
34113
34114 fi
34115
34116 case ${host} in
34117 *-hp-hpux* )
34118 INSTALL_DIR="mkdir"
34119 ;;
34120 *) INSTALL_DIR="$INSTALL -d"
34121 ;;
34122 esac
34123
34124
34125 LDFLAGS_GUI=
34126 case ${host} in
34127 *-*-cygwin* | *-*-mingw32* )
34128 LDFLAGS_GUI="-Wl,--subsystem,windows -mwindows"
34129 esac
34130
34131
34132 fi
34133
34134 echo "$as_me:$LINENO: checking if make is GNU make" >&5
34135 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
34136 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
34137 echo $ECHO_N "(cached) $ECHO_C" >&6
34138 else
34139
34140 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
34141 egrep -s GNU > /dev/null); then
34142 bakefile_cv_prog_makeisgnu="yes"
34143 else
34144 bakefile_cv_prog_makeisgnu="no"
34145 fi
34146
34147 fi
34148 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
34149 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
34150
34151 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
34152 IF_GNU_MAKE=""
34153 else
34154 IF_GNU_MAKE="#"
34155 fi
34156
34157
34158
34159 PLATFORM_UNIX=0
34160 PLATFORM_WIN32=0
34161 PLATFORM_MSDOS=0
34162 PLATFORM_MAC=0
34163 PLATFORM_MACOSX=0
34164
34165 case "${host}" in
34166 *-*-cygwin* | *-*-mingw32* )
34167 PLATFORM_WIN32=1
34168 ;;
34169 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
34170 PLATFORM_MSDOS=1
34171 ;;
34172 powerpc-*-darwin* )
34173 PLATFORM_MAC=1
34174 PLATFORM_MACOSX=1
34175 ;;
34176 * )
34177 PLATFORM_UNIX=1
34178 ;;
34179 esac
34180
34181
34182
34183
34184
34185
34186
34187
34188 SO_SUFFIX="so"
34189 EXEEXT=""
34190 DLLPREFIX=lib
34191
34192 case "${host}" in
34193 *-hp-hpux* )
34194 SO_SUFFIX="sl"
34195 ;;
34196 *-*-aix* )
34197 SO_SUFFIX="a"
34198 ;;
34199 *-*-cygwin* | *-*-mingw32* )
34200 SO_SUFFIX="dll"
34201 EXEEXT=".exe"
34202 DLLPREFIX=""
34203 ;;
34204 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
34205 EXEEXT=".exe"
34206 DLLPREFIX=""
34207 ;;
34208 powerpc-*-darwin* )
34209 SO_SUFFIX="dylib"
34210 ;;
34211 esac
34212
34213
34214
34215
34216
34217
34218 SHARED_LD_CC="\$(CC) -shared -o"
34219 SHARED_LD_CXX="\$(CXX) -shared -o"
34220
34221 if test "x$GCC" = "xyes"; then
34222 PIC_FLAG="-fPIC"
34223 fi
34224
34225 case "${host}" in
34226 *-hp-hpux* )
34227 if test "x$GCC" = "xyes"; then
34228 SHARED_LD_CC="${CC} -shared ${PIC_FLAG} -o"
34229 SHARED_LD_CXX="${CXX} -shared ${PIC_FLAG} -o"
34230 else
34231 LDFLAGS="$LDFLAGS -L/usr/lib"
34232
34233 SHARED_LD_CC="${CC} -b -o"
34234 SHARED_LD_CXX="${CXX} -b -o"
34235 PIC_FLAG="+Z"
34236 fi
34237 ;;
34238
34239 *-*-linux* )
34240 if test "x$GCC" != "xyes"; then
34241 echo "$as_me:$LINENO: checking for Intel compiler" >&5
34242 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
34243 if test "${bakefile_cv_prog_icc+set}" = set; then
34244 echo $ECHO_N "(cached) $ECHO_C" >&6
34245 else
34246
34247 cat >conftest.$ac_ext <<_ACEOF
34248 #line $LINENO "configure"
34249 /* confdefs.h. */
34250 _ACEOF
34251 cat confdefs.h >>conftest.$ac_ext
34252 cat >>conftest.$ac_ext <<_ACEOF
34253 /* end confdefs.h. */
34254
34255 int
34256 main ()
34257 {
34258
34259 #ifndef __INTEL_COMPILER
34260 #error Not icc
34261 #endif
34262
34263 ;
34264 return 0;
34265 }
34266 _ACEOF
34267 rm -f conftest.$ac_objext
34268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34269 (eval $ac_compile) 2>&5
34270 ac_status=$?
34271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34272 (exit $ac_status); } &&
34273 { ac_try='test -s conftest.$ac_objext'
34274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34275 (eval $ac_try) 2>&5
34276 ac_status=$?
34277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34278 (exit $ac_status); }; }; then
34279 bakefile_cv_prog_icc=yes
34280 else
34281 echo "$as_me: failed program was:" >&5
34282 sed 's/^/| /' conftest.$ac_ext >&5
34283
34284 bakefile_cv_prog_icc=no
34285
34286 fi
34287 rm -f conftest.$ac_objext conftest.$ac_ext
34288
34289 fi
34290 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
34291 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
34292 if test "$bakefile_cv_prog_icc" = "yes"; then
34293 PIC_FLAG="-KPIC"
34294 fi
34295 fi
34296 ;;
34297
34298 *-*-solaris2* )
34299 if test "x$GCC" != xyes ; then
34300 SHARED_LD_CC="${CC} -G -o"
34301 SHARED_LD_CXX="${CXX} -G -o"
34302 PIC_FLAG="-KPIC"
34303 fi
34304 ;;
34305
34306 *-*-darwin* )
34307 CFLAGS="$CFLAGS -fno-common"
34308 CXXFLAGS="$CXXFLAGS -fno-common"
34309
34310
34311 cat <<EOF >shared-ld-sh
34312 #!/bin/sh
34313 #-----------------------------------------------------------------------------
34314 #-- Name: distrib/mac/shared-ld-sh
34315 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
34316 #-- Author: Gilles Depeyrot
34317 #-- Copyright: (c) 2002 Gilles Depeyrot
34318 #-- Licence: any use permitted
34319 #-----------------------------------------------------------------------------
34320
34321 verbose=0
34322 args=""
34323 objects=""
34324
34325 while test \${#} -gt 0; do
34326 case \${1} in
34327
34328 -v)
34329 verbose=1
34330 ;;
34331
34332 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
34333 # collect these options and values
34334 args="\${args} \${1} \${2}"
34335 shift
34336 ;;
34337
34338 -l*|-L*|-flat_namespace)
34339 # collect these options
34340 args="\${args} \${1}"
34341 ;;
34342
34343 -dynamiclib)
34344 # skip these options
34345 ;;
34346
34347 -*)
34348 echo "shared-ld: unhandled option '\${1}'"
34349 exit 1
34350 ;;
34351
34352 *.o | *.a | *.dylib)
34353 # collect object files
34354 objects="\${objects} \${1}"
34355 ;;
34356
34357 *)
34358 echo "shared-ld: unhandled argument '\${1}'"
34359 exit 1
34360 ;;
34361
34362 esac
34363 shift
34364 done
34365
34366 #
34367 # Link one module containing all the others
34368 #
34369 if test \${verbose} = 1; then
34370 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
34371 fi
34372 c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
34373 status=\$?
34374 if test \${status} != 0; then
34375 exit \${status}
34376 fi
34377
34378 #
34379 # Link the shared library from the single module created
34380 #
34381 if test \${verbose} = 1; then
34382 echo "cc -dynamiclib master.\$\$.o \${args}"
34383 fi
34384 c++ -dynamiclib master.\$\$.o \${args}
34385 status=\$?
34386 if test \${status} != 0; then
34387 exit \${status}
34388 fi
34389
34390 #
34391 # Remove intermediate module
34392 #
34393 rm -f master.\$\$.o
34394
34395 exit 0
34396 EOF
34397 chmod +x shared-ld-sh
34398
34399 SHARED_LD_CC="`pwd`/shared-ld-sh -undefined suppress -flat_namespace -o"
34400 SHARED_LD_CXX="$SHARED_LD_CC"
34401 PIC_FLAG="-dynamic -fPIC"
34402 ;;
34403
34404 *-*-aix* )
34405 if test "x$GCC" != "xyes"; then
34406 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34407 set dummy makeC++SharedLib; ac_word=$2
34408 echo "$as_me:$LINENO: checking for $ac_word" >&5
34409 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34410 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34411 echo $ECHO_N "(cached) $ECHO_C" >&6
34412 else
34413 if test -n "$AIX_CXX_LD"; then
34414 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
34415 else
34416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34417 for as_dir in $PATH
34418 do
34419 IFS=$as_save_IFS
34420 test -z "$as_dir" && as_dir=.
34421 for ac_exec_ext in '' $ac_executable_extensions; do
34422 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34423 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
34424 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34425 break 2
34426 fi
34427 done
34428 done
34429
34430 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
34431 fi
34432 fi
34433 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
34434 if test -n "$AIX_CXX_LD"; then
34435 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34436 echo "${ECHO_T}$AIX_CXX_LD" >&6
34437 else
34438 echo "$as_me:$LINENO: result: no" >&5
34439 echo "${ECHO_T}no" >&6
34440 fi
34441
34442 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
34443 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
34444 fi
34445 ;;
34446
34447 *-*-beos* )
34448 SHARED_LD_CC="${LD} -shared -o"
34449 SHARED_LD_CXX="${LD} -shared -o"
34450 ;;
34451
34452 *-*-irix* )
34453 if test "x$GCC" != "xyes"; then
34454 PIC_FLAG="-KPIC"
34455 fi
34456 ;;
34457
34458 *-*-cygwin* | *-*-mingw32* )
34459 PIC_FLAG=""
34460 ;;
34461
34462 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34463 *-*-sunos4* | \
34464 *-*-osf* | \
34465 *-*-dgux5* | \
34466 *-*-sysv5* )
34467 ;;
34468
34469 *)
34470 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34471 echo "$as_me: error: unknown system type $host." >&2;}
34472 { (exit 1); exit 1; }; }
34473 esac
34474
34475
34476
34477
34478
34479
34480 USE_SOVERSION=0
34481 USE_SOVERLINUX=0
34482 USE_SOVERSOLARIS=0
34483 USE_SOSYMLINKS=0
34484 USE_MACVERSION=0
34485 SONAME_FLAG=
34486
34487 case "${host}" in
34488 *-*-linux* )
34489 SONAME_FLAG="-Wl,-soname,"
34490 USE_SOVERSION=1
34491 USE_SOVERLINUX=1
34492 USE_SOSYMLINKS=1
34493 ;;
34494
34495 *-*-solaris2* )
34496 SONAME_FLAG="-h "
34497 USE_SOVERSION=1
34498 USE_SOVERSOLARIS=1
34499 USE_SOSYMLINKS=1
34500 ;;
34501
34502 *-*-darwin* )
34503 USE_MACVERSION=1
34504 USE_SOVERSION=1
34505 USE_SOSYMLINKS=1
34506 ;;
34507 esac
34508
34509
34510
34511
34512
34513
34514
34515
34516
34517 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34518 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34519 DEPS_TRACKING=0
34520
34521 if test "x$GCC" = "xyes"; then
34522 DEPSMODE=gcc
34523 DEPS_TRACKING=1
34524 case "${host}" in
34525 powerpc-*-darwin* )
34526 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
34527 ;;
34528 * )
34529 DEPSFLAG_GCC="-MMD"
34530 ;;
34531 esac
34532 echo "$as_me:$LINENO: result: gcc" >&5
34533 echo "${ECHO_T}gcc" >&6
34534 else
34535 echo "$as_me:$LINENO: result: none" >&5
34536 echo "${ECHO_T}none" >&6
34537 fi
34538
34539 if test $DEPS_TRACKING = 1 ; then
34540 cat <<EOF >bk-deps
34541 #!/bin/sh
34542
34543 # This script is part of Bakefile (http://bakefile.sf.net) autoconf script.
34544 # It is used to track C/C++ files dependencies in portable way.
34545 #
34546 # Permission is given to use this file in any way.
34547
34548 DEPSMODE=$DEPSMODE
34549 DEPSDIR=.deps
34550 DEPSFLAG_GCC="$DEPSFLAG_GCC"
34551
34552 mkdir -p \$DEPSDIR
34553
34554 if test \$DEPSMODE = gcc ; then
34555 \${*} \${DEPSFLAG_GCC}
34556 status=\${?}
34557 if test \${status} != 0 ; then
34558 exit \${status}
34559 fi
34560 # move created file to the location we want it in:
34561 while test \${#} -gt 0; do
34562 case "\${1}" in
34563 -o )
34564 shift
34565 objfile=\${1}
34566 ;;
34567 -* )
34568 ;;
34569 * )
34570 srcfile=\${1}
34571 ;;
34572 esac
34573 shift
34574 done
34575 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34576 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
34577 if test -f \$depfile ; then
34578 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34579 rm -f \$depfile
34580 else
34581 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34582 if test -f \$depfile ; then
34583 sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34584 rm -f \$depfile
34585 fi
34586 fi
34587 exit 0
34588 else
34589 \${*}
34590 exit \${?}
34591 fi
34592 EOF
34593 chmod +x bk-deps
34594 fi
34595
34596
34597
34598
34599 RESCOMP=
34600 SETFILE=
34601
34602 case ${host} in
34603 *-*-cygwin* | *-*-mingw32* )
34604 if test "$build" != "$host" ; then
34605 RESCOMP=$host_alias-windres
34606 else
34607 # Extract the first word of "windres", so it can be a program name with args.
34608 set dummy windres; ac_word=$2
34609 echo "$as_me:$LINENO: checking for $ac_word" >&5
34610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34611 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34612 echo $ECHO_N "(cached) $ECHO_C" >&6
34613 else
34614 if test -n "$RESCOMP"; then
34615 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34616 else
34617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34618 for as_dir in $PATH
34619 do
34620 IFS=$as_save_IFS
34621 test -z "$as_dir" && as_dir=.
34622 for ac_exec_ext in '' $ac_executable_extensions; do
34623 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34624 ac_cv_prog_RESCOMP="windres"
34625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34626 break 2
34627 fi
34628 done
34629 done
34630
34631 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
34632 fi
34633 fi
34634 RESCOMP=$ac_cv_prog_RESCOMP
34635 if test -n "$RESCOMP"; then
34636 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34637 echo "${ECHO_T}$RESCOMP" >&6
34638 else
34639 echo "$as_me:$LINENO: result: no" >&5
34640 echo "${ECHO_T}no" >&6
34641 fi
34642
34643 fi
34644 ;;
34645
34646 *-*-darwin* )
34647 # Extract the first word of "Rez", so it can be a program name with args.
34648 set dummy Rez; ac_word=$2
34649 echo "$as_me:$LINENO: checking for $ac_word" >&5
34650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34651 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34652 echo $ECHO_N "(cached) $ECHO_C" >&6
34653 else
34654 if test -n "$RESCOMP"; then
34655 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34656 else
34657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34658 for as_dir in $PATH
34659 do
34660 IFS=$as_save_IFS
34661 test -z "$as_dir" && as_dir=.
34662 for ac_exec_ext in '' $ac_executable_extensions; do
34663 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34664 ac_cv_prog_RESCOMP="Rez"
34665 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34666 break 2
34667 fi
34668 done
34669 done
34670
34671 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
34672 fi
34673 fi
34674 RESCOMP=$ac_cv_prog_RESCOMP
34675 if test -n "$RESCOMP"; then
34676 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34677 echo "${ECHO_T}$RESCOMP" >&6
34678 else
34679 echo "$as_me:$LINENO: result: no" >&5
34680 echo "${ECHO_T}no" >&6
34681 fi
34682
34683 # Extract the first word of "SetFile", so it can be a program name with args.
34684 set dummy SetFile; ac_word=$2
34685 echo "$as_me:$LINENO: checking for $ac_word" >&5
34686 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34687 if test "${ac_cv_prog_SETFILE+set}" = set; then
34688 echo $ECHO_N "(cached) $ECHO_C" >&6
34689 else
34690 if test -n "$SETFILE"; then
34691 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
34692 else
34693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34694 for as_dir in $PATH
34695 do
34696 IFS=$as_save_IFS
34697 test -z "$as_dir" && as_dir=.
34698 for ac_exec_ext in '' $ac_executable_extensions; do
34699 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34700 ac_cv_prog_SETFILE="SetFile"
34701 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34702 break 2
34703 fi
34704 done
34705 done
34706
34707 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
34708 fi
34709 fi
34710 SETFILE=$ac_cv_prog_SETFILE
34711 if test -n "$SETFILE"; then
34712 echo "$as_me:$LINENO: result: $SETFILE" >&5
34713 echo "${ECHO_T}$SETFILE" >&6
34714 else
34715 echo "$as_me:$LINENO: result: no" >&5
34716 echo "${ECHO_T}no" >&6
34717 fi
34718
34719 ;;
34720 esac
34721
34722
34723
34724
34725
34726
34727
34728 COND_BUILD_DEBUG="#"
34729 if test "x$BUILD" = "xdebug" ; then
34730 COND_BUILD_DEBUG=""
34731 fi
34732
34733 COND_BUILD_RELEASE="#"
34734 if test "x$BUILD" = "xrelease" ; then
34735 COND_BUILD_RELEASE=""
34736 fi
34737
34738 COND_DEPS_TRACKING_0="#"
34739 if test "x$DEPS_TRACKING" = "x0" ; then
34740 COND_DEPS_TRACKING_0=""
34741 fi
34742
34743 COND_DEPS_TRACKING_1="#"
34744 if test "x$DEPS_TRACKING" = "x1" ; then
34745 COND_DEPS_TRACKING_1=""
34746 fi
34747
34748 COND_MONOLITHIC_0="#"
34749 if test "x$MONOLITHIC" = "x0" ; then
34750 COND_MONOLITHIC_0=""
34751 fi
34752
34753 COND_MONOLITHIC_0_SHARED_0="#"
34754 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
34755 COND_MONOLITHIC_0_SHARED_0=""
34756 fi
34757
34758 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
34759 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
34760 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
34761 fi
34762
34763 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1="#"
34764 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
34765 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1=""
34766 fi
34767
34768 COND_MONOLITHIC_0_SHARED_1="#"
34769 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
34770 COND_MONOLITHIC_0_SHARED_1=""
34771 fi
34772
34773 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
34774 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
34775 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
34776 fi
34777
34778 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1="#"
34779 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
34780 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1=""
34781 fi
34782
34783 COND_MONOLITHIC_1="#"
34784 if test "x$MONOLITHIC" = "x1" ; then
34785 COND_MONOLITHIC_1=""
34786 fi
34787
34788 COND_MONOLITHIC_1_SHARED_0="#"
34789 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
34790 COND_MONOLITHIC_1_SHARED_0=""
34791 fi
34792
34793 COND_MONOLITHIC_1_SHARED_1="#"
34794 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
34795 COND_MONOLITHIC_1_SHARED_1=""
34796 fi
34797
34798 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
34799 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
34800 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
34801 fi
34802
34803 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
34804 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
34805 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
34806 fi
34807
34808 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
34809 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
34810 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
34811 fi
34812
34813 COND_PLATFORM_MACOSX_1="#"
34814 if test "x$PLATFORM_MACOSX" = "x1" ; then
34815 COND_PLATFORM_MACOSX_1=""
34816 fi
34817
34818 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
34819 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
34820 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
34821 fi
34822
34823 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
34824 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
34825 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
34826 fi
34827
34828 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
34829 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
34830 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
34831 fi
34832
34833 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
34834 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
34835 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
34836 fi
34837
34838 COND_PLATFORM_UNIX_1="#"
34839 if test "x$PLATFORM_UNIX" = "x1" ; then
34840 COND_PLATFORM_UNIX_1=""
34841 fi
34842
34843 COND_PLATFORM_WIN32_0="#"
34844 if test "x$PLATFORM_WIN32" = "x0" ; then
34845 COND_PLATFORM_WIN32_0=""
34846 fi
34847
34848 COND_PLATFORM_WIN32_1="#"
34849 if test "x$PLATFORM_WIN32" = "x1" ; then
34850 COND_PLATFORM_WIN32_1=""
34851 fi
34852
34853 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
34854 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
34855 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
34856 fi
34857
34858 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
34859 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
34860 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
34861 fi
34862
34863 COND_TOOLKIT_COCOA="#"
34864 if test "x$TOOLKIT" = "xCOCOA" ; then
34865 COND_TOOLKIT_COCOA=""
34866 fi
34867
34868 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
34869 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34870 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
34871 fi
34872
34873 COND_TOOLKIT_GTK="#"
34874 if test "x$TOOLKIT" = "xGTK" ; then
34875 COND_TOOLKIT_GTK=""
34876 fi
34877
34878 COND_TOOLKIT_GTK_USE_GUI_1="#"
34879 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
34880 COND_TOOLKIT_GTK_USE_GUI_1=""
34881 fi
34882
34883 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
34884 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34885 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
34886 fi
34887
34888 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1="#"
34889 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34890 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1=""
34891 fi
34892
34893 COND_TOOLKIT_MAC="#"
34894 if test "x$TOOLKIT" = "xMAC" ; then
34895 COND_TOOLKIT_MAC=""
34896 fi
34897
34898 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
34899 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34900 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
34901 fi
34902
34903 COND_TOOLKIT_MGL="#"
34904 if test "x$TOOLKIT" = "xMGL" ; then
34905 COND_TOOLKIT_MGL=""
34906 fi
34907
34908 COND_TOOLKIT_MGL_USE_GUI_1="#"
34909 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
34910 COND_TOOLKIT_MGL_USE_GUI_1=""
34911 fi
34912
34913 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1="#"
34914 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34915 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1=""
34916 fi
34917
34918 COND_TOOLKIT_MOTIF="#"
34919 if test "x$TOOLKIT" = "xMOTIF" ; then
34920 COND_TOOLKIT_MOTIF=""
34921 fi
34922
34923 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
34924 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
34925 COND_TOOLKIT_MOTIF_USE_GUI_1=""
34926 fi
34927
34928 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
34929 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34930 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
34931 fi
34932
34933 COND_TOOLKIT_MSW="#"
34934 if test "x$TOOLKIT" = "xMSW" ; then
34935 COND_TOOLKIT_MSW=""
34936 fi
34937
34938 COND_TOOLKIT_MSW_USE_GUI_1="#"
34939 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
34940 COND_TOOLKIT_MSW_USE_GUI_1=""
34941 fi
34942
34943 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
34944 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34945 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
34946 fi
34947
34948 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1="#"
34949 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34950 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1=""
34951 fi
34952
34953 COND_TOOLKIT_OS2="#"
34954 if test "x$TOOLKIT" = "xOS2" ; then
34955 COND_TOOLKIT_OS2=""
34956 fi
34957
34958 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0="#"
34959 if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34960 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0=""
34961 fi
34962
34963 COND_TOOLKIT_X11="#"
34964 if test "x$TOOLKIT" = "xX11" ; then
34965 COND_TOOLKIT_X11=""
34966 fi
34967
34968 COND_TOOLKIT_X11_USE_GUI_1="#"
34969 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
34970 COND_TOOLKIT_X11_USE_GUI_1=""
34971 fi
34972
34973 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1="#"
34974 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34975 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1=""
34976 fi
34977
34978 COND_UNICODE_1="#"
34979 if test "x$UNICODE" = "x1" ; then
34980 COND_UNICODE_1=""
34981 fi
34982
34983 COND_USE_GUI_0="#"
34984 if test "x$USE_GUI" = "x0" ; then
34985 COND_USE_GUI_0=""
34986 fi
34987
34988 COND_USE_GUI_1="#"
34989 if test "x$USE_GUI" = "x1" ; then
34990 COND_USE_GUI_1=""
34991 fi
34992
34993 COND_USE_GUI_1_WXUNIV_0="#"
34994 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34995 COND_USE_GUI_1_WXUNIV_0=""
34996 fi
34997
34998 COND_USE_GUI_1_WXUNIV_1="#"
34999 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
35000 COND_USE_GUI_1_WXUNIV_1=""
35001 fi
35002
35003 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
35004 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35005 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
35006 fi
35007
35008 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
35009 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35010 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
35011 fi
35012
35013 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
35014 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35015 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
35016 fi
35017
35018 COND_USE_SOSYMLINKS_1="#"
35019 if test "x$USE_SOSYMLINKS" = "x1" ; then
35020 COND_USE_SOSYMLINKS_1=""
35021 fi
35022
35023 COND_USE_SOVERLINUX_1="#"
35024 if test "x$USE_SOVERLINUX" = "x1" ; then
35025 COND_USE_SOVERLINUX_1=""
35026 fi
35027
35028 COND_USE_SOVERSION_0="#"
35029 if test "x$USE_SOVERSION" = "x0" ; then
35030 COND_USE_SOVERSION_0=""
35031 fi
35032
35033 COND_USE_SOVERSOLARIS_1="#"
35034 if test "x$USE_SOVERSOLARIS" = "x1" ; then
35035 COND_USE_SOVERSOLARIS_1=""
35036 fi
35037
35038 COND_WXUNIV_1="#"
35039 if test "x$WXUNIV" = "x1" ; then
35040 COND_WXUNIV_1=""
35041 fi
35042
35043 COND_WXUSE_EXPAT_BUILTIN="#"
35044 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
35045 COND_WXUSE_EXPAT_BUILTIN=""
35046 fi
35047
35048 COND_WXUSE_LIBJPEG_BUILTIN="#"
35049 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35050 COND_WXUSE_LIBJPEG_BUILTIN=""
35051 fi
35052
35053 COND_WXUSE_LIBPNG_BUILTIN="#"
35054 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35055 COND_WXUSE_LIBPNG_BUILTIN=""
35056 fi
35057
35058 COND_WXUSE_LIBTIFF_BUILTIN="#"
35059 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35060 COND_WXUSE_LIBTIFF_BUILTIN=""
35061 fi
35062
35063 COND_WXUSE_ODBC_BUILTIN="#"
35064 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
35065 COND_WXUSE_ODBC_BUILTIN=""
35066 fi
35067
35068 COND_WXUSE_REGEX_BUILTIN="#"
35069 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
35070 COND_WXUSE_REGEX_BUILTIN=""
35071 fi
35072
35073 COND_WXUSE_ZLIB_BUILTIN="#"
35074 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
35075 COND_WXUSE_ZLIB_BUILTIN=""
35076 fi
35077
35078 COND_PLATFORM_MAC_1="#"
35079 if test "x$PLATFORM_MAC" = "x1" ; then
35080 COND_PLATFORM_MAC_1=""
35081 fi
35082
35083 COND_SHARED_1="#"
35084 if test "x$SHARED" = "x1" ; then
35085 COND_SHARED_1=""
35086 fi
35087
35088 COND_SHARED_0="#"
35089 if test "x$SHARED" = "x0" ; then
35090 COND_SHARED_0=""
35091 fi
35092
35093
35094
35095
35096
35097
35098 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
35099
35100
35101
35102
35103
35104
35105
35106
35107
35108
35109
35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
35122
35123
35124
35125
35126
35127
35128
35129
35130
35131
35132
35133
35134
35135
35136
35137
35138
35139
35140
35141
35142
35143
35144
35145
35146
35147
35148
35149
35150
35151
35152
35153
35154
35155
35156
35157
35158
35159
35160
35161
35162
35163
35164
35165
35166
35167
35168
35169
35170
35171
35172
35173
35174
35175
35176
35177
35178
35179
35180
35181
35182
35183
35184
35185
35186
35187
35188
35189
35190
35191
35192
35193
35194
35195
35196
35197
35198
35199
35200
35201 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
35202 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
35203 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
35204 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
35205 echo $ECHO_N "(cached) $ECHO_C" >&6
35206 else
35207 cat >conftest.make <<\_ACEOF
35208 all:
35209 @echo 'ac_maketemp="$(MAKE)"'
35210 _ACEOF
35211 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
35212 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
35213 if test -n "$ac_maketemp"; then
35214 eval ac_cv_prog_make_${ac_make}_set=yes
35215 else
35216 eval ac_cv_prog_make_${ac_make}_set=no
35217 fi
35218 rm -f conftest.make
35219 fi
35220 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
35221 echo "$as_me:$LINENO: result: yes" >&5
35222 echo "${ECHO_T}yes" >&6
35223 SET_MAKE=
35224 else
35225 echo "$as_me:$LINENO: result: no" >&5
35226 echo "${ECHO_T}no" >&6
35227 SET_MAKE="MAKE=${MAKE-make}"
35228 fi
35229
35230
35231 if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
35232 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
35233 fi
35234
35235 ac_config_headers="$ac_config_headers setup.h"
35236
35237
35238 ac_config_files="$ac_config_files wx-config version-script Makefile"
35239
35240
35241 ac_config_commands="$ac_config_commands default"
35242
35243
35244
35245 if test "$wxUSE_GUI" = "yes"; then
35246 SUBDIRS="samples demos utils contrib"
35247 else SUBDIRS="samples utils"
35248 fi
35249
35250 for subdir in `echo $SUBDIRS`; do
35251 if test -d ${srcdir}/${subdir} ; then
35252 if test "$wxUSE_GUI" = "yes"; then
35253 if test ${subdir} = "samples"; then
35254 for sample in `echo $SAMPLES_SUBDIRS`; do
35255 if test -d $srcdir/samples/$sample; then
35256 makefiles="samples/$sample/Makefile.in $makefiles"
35257 fi
35258 done
35259 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
35260 fi
35261 else if test ${subdir} = "samples"; then
35262 makefiles="samples/console/Makefile.in"
35263 else makefiles="utils/HelpGen/Makefile.in \
35264 utils/HelpGen/src/Makefile.in \
35265 utils/makegen/Makefile.in"
35266 fi
35267 fi
35268
35269 for mkin in $makefiles ; do
35270 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
35271 ac_config_files="$ac_config_files $mk"
35272
35273 done
35274 fi
35275 done
35276
35277
35278 cat >confcache <<\_ACEOF
35279 # This file is a shell script that caches the results of configure
35280 # tests run on this system so they can be shared between configure
35281 # scripts and configure runs, see configure's option --config-cache.
35282 # It is not useful on other systems. If it contains results you don't
35283 # want to keep, you may remove or edit it.
35284 #
35285 # config.status only pays attention to the cache file if you give it
35286 # the --recheck option to rerun configure.
35287 #
35288 # `ac_cv_env_foo' variables (set or unset) will be overridden when
35289 # loading this file, other *unset* `ac_cv_foo' will be assigned the
35290 # following values.
35291
35292 _ACEOF
35293
35294 # The following way of writing the cache mishandles newlines in values,
35295 # but we know of no workaround that is simple, portable, and efficient.
35296 # So, don't put newlines in cache variables' values.
35297 # Ultrix sh set writes to stderr and can't be redirected directly,
35298 # and sets the high bit in the cache file unless we assign to the vars.
35299 {
35300 (set) 2>&1 |
35301 case `(ac_space=' '; set | grep ac_space) 2>&1` in
35302 *ac_space=\ *)
35303 # `set' does not quote correctly, so add quotes (double-quote
35304 # substitution turns \\\\ into \\, and sed turns \\ into \).
35305 sed -n \
35306 "s/'/'\\\\''/g;
35307 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
35308 ;;
35309 *)
35310 # `set' quotes correctly as required by POSIX, so do not add quotes.
35311 sed -n \
35312 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
35313 ;;
35314 esac;
35315 } |
35316 sed '
35317 t clear
35318 : clear
35319 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
35320 t end
35321 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
35322 : end' >>confcache
35323 if diff $cache_file confcache >/dev/null 2>&1; then :; else
35324 if test -w $cache_file; then
35325 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
35326 cat confcache >$cache_file
35327 else
35328 echo "not updating unwritable cache $cache_file"
35329 fi
35330 fi
35331 rm -f confcache
35332
35333 test "x$prefix" = xNONE && prefix=$ac_default_prefix
35334 # Let make expand exec_prefix.
35335 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
35336
35337 # VPATH may cause trouble with some makes, so we remove $(srcdir),
35338 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
35339 # trailing colons and then remove the whole line if VPATH becomes empty
35340 # (actually we leave an empty line to preserve line numbers).
35341 if test "x$srcdir" = x.; then
35342 ac_vpsub='/^[ ]*VPATH[ ]*=/{
35343 s/:*\$(srcdir):*/:/;
35344 s/:*\${srcdir}:*/:/;
35345 s/:*@srcdir@:*/:/;
35346 s/^\([^=]*=[ ]*\):*/\1/;
35347 s/:*$//;
35348 s/^[^=]*=[ ]*$//;
35349 }'
35350 fi
35351
35352 DEFS=-DHAVE_CONFIG_H
35353
35354 ac_libobjs=
35355 ac_ltlibobjs=
35356 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
35357 # 1. Remove the extension, and $U if already installed.
35358 ac_i=`echo "$ac_i" |
35359 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
35360 # 2. Add them.
35361 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
35362 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
35363 done
35364 LIBOBJS=$ac_libobjs
35365
35366 LTLIBOBJS=$ac_ltlibobjs
35367
35368
35369
35370 : ${CONFIG_STATUS=./config.status}
35371 ac_clean_files_save=$ac_clean_files
35372 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
35373 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
35374 echo "$as_me: creating $CONFIG_STATUS" >&6;}
35375 cat >$CONFIG_STATUS <<_ACEOF
35376 #! $SHELL
35377 # Generated by $as_me.
35378 # Run this file to recreate the current configuration.
35379 # Compiler output produced by configure, useful for debugging
35380 # configure, is in config.log if it exists.
35381
35382 debug=false
35383 ac_cs_recheck=false
35384 ac_cs_silent=false
35385 SHELL=\${CONFIG_SHELL-$SHELL}
35386 _ACEOF
35387
35388 cat >>$CONFIG_STATUS <<\_ACEOF
35389 ## --------------------- ##
35390 ## M4sh Initialization. ##
35391 ## --------------------- ##
35392
35393 # Be Bourne compatible
35394 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
35395 emulate sh
35396 NULLCMD=:
35397 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
35398 # is contrary to our usage. Disable this feature.
35399 alias -g '${1+"$@"}'='"$@"'
35400 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
35401 set -o posix
35402 fi
35403
35404 # Support unset when possible.
35405 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
35406 as_unset=unset
35407 else
35408 as_unset=false
35409 fi
35410
35411
35412 # Work around bugs in pre-3.0 UWIN ksh.
35413 $as_unset ENV MAIL MAILPATH
35414 PS1='$ '
35415 PS2='> '
35416 PS4='+ '
35417
35418 # NLS nuisances.
35419 for as_var in \
35420 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
35421 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
35422 LC_TELEPHONE LC_TIME
35423 do
35424 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
35425 eval $as_var=C; export $as_var
35426 else
35427 $as_unset $as_var
35428 fi
35429 done
35430
35431 # Required to use basename.
35432 if expr a : '\(a\)' >/dev/null 2>&1; then
35433 as_expr=expr
35434 else
35435 as_expr=false
35436 fi
35437
35438 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
35439 as_basename=basename
35440 else
35441 as_basename=false
35442 fi
35443
35444
35445 # Name of the executable.
35446 as_me=`$as_basename "$0" ||
35447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
35448 X"$0" : 'X\(//\)$' \| \
35449 X"$0" : 'X\(/\)$' \| \
35450 . : '\(.\)' 2>/dev/null ||
35451 echo X/"$0" |
35452 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
35453 /^X\/\(\/\/\)$/{ s//\1/; q; }
35454 /^X\/\(\/\).*/{ s//\1/; q; }
35455 s/.*/./; q'`
35456
35457
35458 # PATH needs CR, and LINENO needs CR and PATH.
35459 # Avoid depending upon Character Ranges.
35460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35463 as_cr_digits='0123456789'
35464 as_cr_alnum=$as_cr_Letters$as_cr_digits
35465
35466 # The user is always right.
35467 if test "${PATH_SEPARATOR+set}" != set; then
35468 echo "#! /bin/sh" >conf$$.sh
35469 echo "exit 0" >>conf$$.sh
35470 chmod +x conf$$.sh
35471 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
35472 PATH_SEPARATOR=';'
35473 else
35474 PATH_SEPARATOR=:
35475 fi
35476 rm -f conf$$.sh
35477 fi
35478
35479
35480 as_lineno_1=$LINENO
35481 as_lineno_2=$LINENO
35482 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35483 test "x$as_lineno_1" != "x$as_lineno_2" &&
35484 test "x$as_lineno_3" = "x$as_lineno_2" || {
35485 # Find who we are. Look in the path if we contain no path at all
35486 # relative or not.
35487 case $0 in
35488 *[\\/]* ) as_myself=$0 ;;
35489 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35490 for as_dir in $PATH
35491 do
35492 IFS=$as_save_IFS
35493 test -z "$as_dir" && as_dir=.
35494 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
35495 done
35496
35497 ;;
35498 esac
35499 # We did not find ourselves, most probably we were run as `sh COMMAND'
35500 # in which case we are not to be found in the path.
35501 if test "x$as_myself" = x; then
35502 as_myself=$0
35503 fi
35504 if test ! -f "$as_myself"; then
35505 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
35506 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
35507 { (exit 1); exit 1; }; }
35508 fi
35509 case $CONFIG_SHELL in
35510 '')
35511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35512 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
35513 do
35514 IFS=$as_save_IFS
35515 test -z "$as_dir" && as_dir=.
35516 for as_base in sh bash ksh sh5; do
35517 case $as_dir in
35518 /*)
35519 if ("$as_dir/$as_base" -c '
35520 as_lineno_1=$LINENO
35521 as_lineno_2=$LINENO
35522 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35523 test "x$as_lineno_1" != "x$as_lineno_2" &&
35524 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
35525 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
35526 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
35527 CONFIG_SHELL=$as_dir/$as_base
35528 export CONFIG_SHELL
35529 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
35530 fi;;
35531 esac
35532 done
35533 done
35534 ;;
35535 esac
35536
35537 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
35538 # uniformly replaced by the line number. The first 'sed' inserts a
35539 # line-number line before each line; the second 'sed' does the real
35540 # work. The second script uses 'N' to pair each line-number line
35541 # with the numbered line, and appends trailing '-' during
35542 # substitution so that $LINENO is not a special case at line end.
35543 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
35544 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
35545 sed '=' <$as_myself |
35546 sed '
35547 N
35548 s,$,-,
35549 : loop
35550 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
35551 t loop
35552 s,-$,,
35553 s,^['$as_cr_digits']*\n,,
35554 ' >$as_me.lineno &&
35555 chmod +x $as_me.lineno ||
35556 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
35557 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
35558 { (exit 1); exit 1; }; }
35559
35560 # Don't try to exec as it changes $[0], causing all sort of problems
35561 # (the dirname of $[0] is not the place where we might find the
35562 # original and so on. Autoconf is especially sensible to this).
35563 . ./$as_me.lineno
35564 # Exit status is that of the last command.
35565 exit
35566 }
35567
35568
35569 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
35570 *c*,-n*) ECHO_N= ECHO_C='
35571 ' ECHO_T=' ' ;;
35572 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
35573 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
35574 esac
35575
35576 if expr a : '\(a\)' >/dev/null 2>&1; then
35577 as_expr=expr
35578 else
35579 as_expr=false
35580 fi
35581
35582 rm -f conf$$ conf$$.exe conf$$.file
35583 echo >conf$$.file
35584 if ln -s conf$$.file conf$$ 2>/dev/null; then
35585 # We could just check for DJGPP; but this test a) works b) is more generic
35586 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
35587 if test -f conf$$.exe; then
35588 # Don't use ln at all; we don't have any links
35589 as_ln_s='cp -p'
35590 else
35591 as_ln_s='ln -s'
35592 fi
35593 elif ln conf$$.file conf$$ 2>/dev/null; then
35594 as_ln_s=ln
35595 else
35596 as_ln_s='cp -p'
35597 fi
35598 rm -f conf$$ conf$$.exe conf$$.file
35599
35600 if mkdir -p . 2>/dev/null; then
35601 as_mkdir_p=:
35602 else
35603 as_mkdir_p=false
35604 fi
35605
35606 as_executable_p="test -f"
35607
35608 # Sed expression to map a string onto a valid CPP name.
35609 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
35610
35611 # Sed expression to map a string onto a valid variable name.
35612 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
35613
35614
35615 # IFS
35616 # We need space, tab and new line, in precisely that order.
35617 as_nl='
35618 '
35619 IFS=" $as_nl"
35620
35621 # CDPATH.
35622 $as_unset CDPATH
35623
35624 exec 6>&1
35625
35626 # Open the log real soon, to keep \$[0] and so on meaningful, and to
35627 # report actual input values of CONFIG_FILES etc. instead of their
35628 # values after options handling. Logging --version etc. is OK.
35629 exec 5>>config.log
35630 {
35631 echo
35632 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
35633 ## Running $as_me. ##
35634 _ASBOX
35635 } >&5
35636 cat >&5 <<_CSEOF
35637
35638 This file was extended by wxWindows $as_me 2.5.0, which was
35639 generated by GNU Autoconf 2.57. Invocation command line was
35640
35641 CONFIG_FILES = $CONFIG_FILES
35642 CONFIG_HEADERS = $CONFIG_HEADERS
35643 CONFIG_LINKS = $CONFIG_LINKS
35644 CONFIG_COMMANDS = $CONFIG_COMMANDS
35645 $ $0 $@
35646
35647 _CSEOF
35648 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
35649 echo >&5
35650 _ACEOF
35651
35652 # Files that config.status was made for.
35653 if test -n "$ac_config_files"; then
35654 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
35655 fi
35656
35657 if test -n "$ac_config_headers"; then
35658 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
35659 fi
35660
35661 if test -n "$ac_config_links"; then
35662 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
35663 fi
35664
35665 if test -n "$ac_config_commands"; then
35666 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
35667 fi
35668
35669 cat >>$CONFIG_STATUS <<\_ACEOF
35670
35671 ac_cs_usage="\
35672 \`$as_me' instantiates files from templates according to the
35673 current configuration.
35674
35675 Usage: $0 [OPTIONS] [FILE]...
35676
35677 -h, --help print this help, then exit
35678 -V, --version print version number, then exit
35679 -q, --quiet do not print progress messages
35680 -d, --debug don't remove temporary files
35681 --recheck update $as_me by reconfiguring in the same conditions
35682 --file=FILE[:TEMPLATE]
35683 instantiate the configuration file FILE
35684 --header=FILE[:TEMPLATE]
35685 instantiate the configuration header FILE
35686
35687 Configuration files:
35688 $config_files
35689
35690 Configuration headers:
35691 $config_headers
35692
35693 Configuration commands:
35694 $config_commands
35695
35696 Report bugs to <bug-autoconf@gnu.org>."
35697 _ACEOF
35698
35699 cat >>$CONFIG_STATUS <<_ACEOF
35700 ac_cs_version="\\
35701 wxWindows config.status 2.5.0
35702 configured by $0, generated by GNU Autoconf 2.57,
35703 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
35704
35705 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
35706 Free Software Foundation, Inc.
35707 This config.status script is free software; the Free Software Foundation
35708 gives unlimited permission to copy, distribute and modify it."
35709 srcdir=$srcdir
35710 INSTALL="$INSTALL"
35711 _ACEOF
35712
35713 cat >>$CONFIG_STATUS <<\_ACEOF
35714 # If no file are specified by the user, then we need to provide default
35715 # value. By we need to know if files were specified by the user.
35716 ac_need_defaults=:
35717 while test $# != 0
35718 do
35719 case $1 in
35720 --*=*)
35721 ac_option=`expr "x$1" : 'x\([^=]*\)='`
35722 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
35723 ac_shift=:
35724 ;;
35725 -*)
35726 ac_option=$1
35727 ac_optarg=$2
35728 ac_shift=shift
35729 ;;
35730 *) # This is not an option, so the user has probably given explicit
35731 # arguments.
35732 ac_option=$1
35733 ac_need_defaults=false;;
35734 esac
35735
35736 case $ac_option in
35737 # Handling of the options.
35738 _ACEOF
35739 cat >>$CONFIG_STATUS <<\_ACEOF
35740 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
35741 ac_cs_recheck=: ;;
35742 --version | --vers* | -V )
35743 echo "$ac_cs_version"; exit 0 ;;
35744 --he | --h)
35745 # Conflict between --help and --header
35746 { { echo "$as_me:$LINENO: error: ambiguous option: $1
35747 Try \`$0 --help' for more information." >&5
35748 echo "$as_me: error: ambiguous option: $1
35749 Try \`$0 --help' for more information." >&2;}
35750 { (exit 1); exit 1; }; };;
35751 --help | --hel | -h )
35752 echo "$ac_cs_usage"; exit 0 ;;
35753 --debug | --d* | -d )
35754 debug=: ;;
35755 --file | --fil | --fi | --f )
35756 $ac_shift
35757 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
35758 ac_need_defaults=false;;
35759 --header | --heade | --head | --hea )
35760 $ac_shift
35761 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
35762 ac_need_defaults=false;;
35763 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
35764 | -silent | --silent | --silen | --sile | --sil | --si | --s)
35765 ac_cs_silent=: ;;
35766
35767 # This is an error.
35768 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
35769 Try \`$0 --help' for more information." >&5
35770 echo "$as_me: error: unrecognized option: $1
35771 Try \`$0 --help' for more information." >&2;}
35772 { (exit 1); exit 1; }; } ;;
35773
35774 *) ac_config_targets="$ac_config_targets $1" ;;
35775
35776 esac
35777 shift
35778 done
35779
35780 ac_configure_extra_args=
35781
35782 if $ac_cs_silent; then
35783 exec 6>/dev/null
35784 ac_configure_extra_args="$ac_configure_extra_args --silent"
35785 fi
35786
35787 _ACEOF
35788 cat >>$CONFIG_STATUS <<_ACEOF
35789 if \$ac_cs_recheck; then
35790 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
35791 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
35792 fi
35793
35794 _ACEOF
35795
35796 cat >>$CONFIG_STATUS <<_ACEOF
35797 #
35798 # INIT-COMMANDS section.
35799 #
35800
35801
35802 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
35803 LN_S="${LN_S}"
35804
35805
35806
35807 _ACEOF
35808
35809
35810
35811 cat >>$CONFIG_STATUS <<\_ACEOF
35812 for ac_config_target in $ac_config_targets
35813 do
35814 case "$ac_config_target" in
35815 # Handling of arguments.
35816 "wx-config" ) CONFIG_FILES="$CONFIG_FILES wx-config" ;;
35817 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
35818 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
35819 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
35820 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
35821 "setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS setup.h" ;;
35822 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
35823 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
35824 { (exit 1); exit 1; }; };;
35825 esac
35826 done
35827
35828 # If the user did not use the arguments to specify the items to instantiate,
35829 # then the envvar interface is used. Set only those that are not.
35830 # We use the long form for the default assignment because of an extremely
35831 # bizarre bug on SunOS 4.1.3.
35832 if $ac_need_defaults; then
35833 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
35834 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
35835 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
35836 fi
35837
35838 # Have a temporary directory for convenience. Make it in the build tree
35839 # simply because there is no reason to put it here, and in addition,
35840 # creating and moving files from /tmp can sometimes cause problems.
35841 # Create a temporary directory, and hook for its removal unless debugging.
35842 $debug ||
35843 {
35844 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
35845 trap '{ (exit 1); exit 1; }' 1 2 13 15
35846 }
35847
35848 # Create a (secure) tmp directory for tmp files.
35849
35850 {
35851 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
35852 test -n "$tmp" && test -d "$tmp"
35853 } ||
35854 {
35855 tmp=./confstat$$-$RANDOM
35856 (umask 077 && mkdir $tmp)
35857 } ||
35858 {
35859 echo "$me: cannot create a temporary directory in ." >&2
35860 { (exit 1); exit 1; }
35861 }
35862
35863 _ACEOF
35864
35865 cat >>$CONFIG_STATUS <<_ACEOF
35866
35867 #
35868 # CONFIG_FILES section.
35869 #
35870
35871 # No need to generate the scripts if there are no CONFIG_FILES.
35872 # This happens for instance when ./config.status config.h
35873 if test -n "\$CONFIG_FILES"; then
35874 # Protect against being on the right side of a sed subst in config.status.
35875 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
35876 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
35877 s,@SHELL@,$SHELL,;t t
35878 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
35879 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
35880 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
35881 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
35882 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
35883 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
35884 s,@exec_prefix@,$exec_prefix,;t t
35885 s,@prefix@,$prefix,;t t
35886 s,@program_transform_name@,$program_transform_name,;t t
35887 s,@bindir@,$bindir,;t t
35888 s,@sbindir@,$sbindir,;t t
35889 s,@libexecdir@,$libexecdir,;t t
35890 s,@datadir@,$datadir,;t t
35891 s,@sysconfdir@,$sysconfdir,;t t
35892 s,@sharedstatedir@,$sharedstatedir,;t t
35893 s,@localstatedir@,$localstatedir,;t t
35894 s,@libdir@,$libdir,;t t
35895 s,@includedir@,$includedir,;t t
35896 s,@oldincludedir@,$oldincludedir,;t t
35897 s,@infodir@,$infodir,;t t
35898 s,@mandir@,$mandir,;t t
35899 s,@build_alias@,$build_alias,;t t
35900 s,@host_alias@,$host_alias,;t t
35901 s,@target_alias@,$target_alias,;t t
35902 s,@DEFS@,$DEFS,;t t
35903 s,@ECHO_C@,$ECHO_C,;t t
35904 s,@ECHO_N@,$ECHO_N,;t t
35905 s,@ECHO_T@,$ECHO_T,;t t
35906 s,@LIBS@,$LIBS,;t t
35907 s,@build@,$build,;t t
35908 s,@build_cpu@,$build_cpu,;t t
35909 s,@build_vendor@,$build_vendor,;t t
35910 s,@build_os@,$build_os,;t t
35911 s,@host@,$host,;t t
35912 s,@host_cpu@,$host_cpu,;t t
35913 s,@host_vendor@,$host_vendor,;t t
35914 s,@host_os@,$host_os,;t t
35915 s,@target@,$target,;t t
35916 s,@target_cpu@,$target_cpu,;t t
35917 s,@target_vendor@,$target_vendor,;t t
35918 s,@target_os@,$target_os,;t t
35919 s,@CC@,$CC,;t t
35920 s,@CFLAGS@,$CFLAGS,;t t
35921 s,@LDFLAGS@,$LDFLAGS,;t t
35922 s,@CPPFLAGS@,$CPPFLAGS,;t t
35923 s,@ac_ct_CC@,$ac_ct_CC,;t t
35924 s,@EXEEXT@,$EXEEXT,;t t
35925 s,@OBJEXT@,$OBJEXT,;t t
35926 s,@CPP@,$CPP,;t t
35927 s,@EGREP@,$EGREP,;t t
35928 s,@CXX@,$CXX,;t t
35929 s,@CXXFLAGS@,$CXXFLAGS,;t t
35930 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
35931 s,@RANLIB@,$RANLIB,;t t
35932 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
35933 s,@AR@,$AR,;t t
35934 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
35935 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
35936 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
35937 s,@STRIP@,$STRIP,;t t
35938 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
35939 s,@YACC@,$YACC,;t t
35940 s,@LEX@,$LEX,;t t
35941 s,@LEXLIB@,$LEXLIB,;t t
35942 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
35943 s,@LN_S@,$LN_S,;t t
35944 s,@CXXCPP@,$CXXCPP,;t t
35945 s,@subdirs@,$subdirs,;t t
35946 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
35947 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
35948 s,@GTK_LIBS@,$GTK_LIBS,;t t
35949 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
35950 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
35951 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
35952 s,@X_CFLAGS@,$X_CFLAGS,;t t
35953 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
35954 s,@X_LIBS@,$X_LIBS,;t t
35955 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
35956 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
35957 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
35958 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
35959 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
35960 s,@RESCOMP@,$RESCOMP,;t t
35961 s,@DEREZ@,$DEREZ,;t t
35962 s,@SETFILE@,$SETFILE,;t t
35963 s,@LIBICONV@,$LIBICONV,;t t
35964 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
35965 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
35966 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
35967 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
35968 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
35969 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
35970 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
35971 s,@VENDOR@,$VENDOR,;t t
35972 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
35973 s,@WXUNIV@,$WXUNIV,;t t
35974 s,@MONOLITHIC@,$MONOLITHIC,;t t
35975 s,@EXTRALIBS@,$EXTRALIBS,;t t
35976 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
35977 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
35978 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
35979 s,@UNICODE@,$UNICODE,;t t
35980 s,@BUILD@,$BUILD,;t t
35981 s,@SHARED@,$SHARED,;t t
35982 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
35983 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
35984 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
35985 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
35986 s,@SET_MAKE@,$SET_MAKE,;t t
35987 s,@MAKE_SET@,$MAKE_SET,;t t
35988 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
35989 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
35990 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
35991 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
35992 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
35993 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
35994 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
35995 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
35996 s,@DLLPREFIX@,$DLLPREFIX,;t t
35997 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
35998 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
35999 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
36000 s,@PIC_FLAG@,$PIC_FLAG,;t t
36001 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
36002 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
36003 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
36004 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
36005 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
36006 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
36007 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
36008 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
36009 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
36010 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
36011 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
36012 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
36013 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
36014 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
36015 s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
36016 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
36017 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
36018 s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
36019 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
36020 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
36021 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
36022 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
36023 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
36024 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
36025 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
36026 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
36027 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
36028 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
36029 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
36030 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
36031 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
36032 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
36033 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
36034 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
36035 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
36036 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
36037 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
36038 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
36039 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
36040 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1,;t t
36041 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
36042 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
36043 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
36044 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
36045 s,@COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1,;t t
36046 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
36047 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
36048 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
36049 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
36050 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
36051 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
36052 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1,;t t
36053 s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t
36054 s,@COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0,;t t
36055 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
36056 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
36057 s,@COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1,;t t
36058 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
36059 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
36060 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
36061 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
36062 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
36063 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
36064 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
36065 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
36066 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
36067 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
36068 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
36069 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
36070 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
36071 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
36072 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
36073 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
36074 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
36075 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
36076 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
36077 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
36078 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
36079 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
36080 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
36081 s,@LEX_STEM@,$LEX_STEM,;t t
36082 s,@PATH_IFS@,$PATH_IFS,;t t
36083 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
36084 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
36085 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
36086 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
36087 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
36088 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
36089 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
36090 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
36091 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
36092 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
36093 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
36094 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
36095 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
36096 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
36097 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
36098 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
36099 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
36100 s,@WX_ALL@,$WX_ALL,;t t
36101 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
36102 s,@SHARED_LD@,$SHARED_LD,;t t
36103 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
36104 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
36105 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
36106 s,@USE_GUI@,$USE_GUI,;t t
36107 s,@AFMINSTALL@,$AFMINSTALL,;t t
36108 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
36109 s,@TOOLKIT@,$TOOLKIT,;t t
36110 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
36111 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
36112 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
36113 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
36114 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
36115 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
36116 s,@cross_compiling@,$cross_compiling,;t t
36117 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
36118 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
36119 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
36120 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
36121 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
36122 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
36123 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
36124 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
36125 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
36126 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
36127 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
36128 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
36129 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
36130 s,@GUIDIST@,$GUIDIST,;t t
36131 s,@PORT_FILES@,$PORT_FILES,;t t
36132 s,@DISTDIR@,$DISTDIR,;t t
36133 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
36134 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
36135 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
36136 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
36137 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
36138 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
36139 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
36140 s,@RESFLAGS@,$RESFLAGS,;t t
36141 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
36142 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
36143 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
36144 s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
36145 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
36146 s,@MACRESCOMP@,$MACRESCOMP,;t t
36147 s,@MACSETFILE@,$MACSETFILE,;t t
36148 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
36149 s,@GCC@,$GCC,;t t
36150 s,@DLLTOOL@,$DLLTOOL,;t t
36151 s,@AS@,$AS,;t t
36152 s,@NM@,$NM,;t t
36153 s,@LD@,$LD,;t t
36154 s,@MAKEINFO@,$MAKEINFO,;t t
36155 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
36156 s,@ESD_LINK@,$ESD_LINK,;t t
36157 s,@LIBOBJS@,$LIBOBJS,;t t
36158 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
36159 CEOF
36160
36161 _ACEOF
36162
36163 cat >>$CONFIG_STATUS <<\_ACEOF
36164 # Split the substitutions into bite-sized pieces for seds with
36165 # small command number limits, like on Digital OSF/1 and HP-UX.
36166 ac_max_sed_lines=48
36167 ac_sed_frag=1 # Number of current file.
36168 ac_beg=1 # First line for current file.
36169 ac_end=$ac_max_sed_lines # Line after last line for current file.
36170 ac_more_lines=:
36171 ac_sed_cmds=
36172 while $ac_more_lines; do
36173 if test $ac_beg -gt 1; then
36174 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
36175 else
36176 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
36177 fi
36178 if test ! -s $tmp/subs.frag; then
36179 ac_more_lines=false
36180 else
36181 # The purpose of the label and of the branching condition is to
36182 # speed up the sed processing (if there are no `@' at all, there
36183 # is no need to browse any of the substitutions).
36184 # These are the two extra sed commands mentioned above.
36185 (echo ':t
36186 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
36187 if test -z "$ac_sed_cmds"; then
36188 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
36189 else
36190 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
36191 fi
36192 ac_sed_frag=`expr $ac_sed_frag + 1`
36193 ac_beg=$ac_end
36194 ac_end=`expr $ac_end + $ac_max_sed_lines`
36195 fi
36196 done
36197 if test -z "$ac_sed_cmds"; then
36198 ac_sed_cmds=cat
36199 fi
36200 fi # test -n "$CONFIG_FILES"
36201
36202 _ACEOF
36203 cat >>$CONFIG_STATUS <<\_ACEOF
36204 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
36205 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
36206 case $ac_file in
36207 - | *:- | *:-:* ) # input from stdin
36208 cat >$tmp/stdin
36209 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36210 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36211 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36212 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36213 * ) ac_file_in=$ac_file.in ;;
36214 esac
36215
36216 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
36217 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
36218 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36219 X"$ac_file" : 'X\(//\)[^/]' \| \
36220 X"$ac_file" : 'X\(//\)$' \| \
36221 X"$ac_file" : 'X\(/\)' \| \
36222 . : '\(.\)' 2>/dev/null ||
36223 echo X"$ac_file" |
36224 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36225 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36226 /^X\(\/\/\)$/{ s//\1/; q; }
36227 /^X\(\/\).*/{ s//\1/; q; }
36228 s/.*/./; q'`
36229 { if $as_mkdir_p; then
36230 mkdir -p "$ac_dir"
36231 else
36232 as_dir="$ac_dir"
36233 as_dirs=
36234 while test ! -d "$as_dir"; do
36235 as_dirs="$as_dir $as_dirs"
36236 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36237 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36238 X"$as_dir" : 'X\(//\)[^/]' \| \
36239 X"$as_dir" : 'X\(//\)$' \| \
36240 X"$as_dir" : 'X\(/\)' \| \
36241 . : '\(.\)' 2>/dev/null ||
36242 echo X"$as_dir" |
36243 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36244 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36245 /^X\(\/\/\)$/{ s//\1/; q; }
36246 /^X\(\/\).*/{ s//\1/; q; }
36247 s/.*/./; q'`
36248 done
36249 test ! -n "$as_dirs" || mkdir $as_dirs
36250 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36251 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36252 { (exit 1); exit 1; }; }; }
36253
36254 ac_builddir=.
36255
36256 if test "$ac_dir" != .; then
36257 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36258 # A "../" for each directory in $ac_dir_suffix.
36259 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36260 else
36261 ac_dir_suffix= ac_top_builddir=
36262 fi
36263
36264 case $srcdir in
36265 .) # No --srcdir option. We are building in place.
36266 ac_srcdir=.
36267 if test -z "$ac_top_builddir"; then
36268 ac_top_srcdir=.
36269 else
36270 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
36271 fi ;;
36272 [\\/]* | ?:[\\/]* ) # Absolute path.
36273 ac_srcdir=$srcdir$ac_dir_suffix;
36274 ac_top_srcdir=$srcdir ;;
36275 *) # Relative path.
36276 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36277 ac_top_srcdir=$ac_top_builddir$srcdir ;;
36278 esac
36279 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36280 # absolute.
36281 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
36282 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36283 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36284 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36285
36286
36287 case $INSTALL in
36288 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
36289 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
36290 esac
36291
36292 if test x"$ac_file" != x-; then
36293 { echo "$as_me:$LINENO: creating $ac_file" >&5
36294 echo "$as_me: creating $ac_file" >&6;}
36295 rm -f "$ac_file"
36296 fi
36297 # Let's still pretend it is `configure' which instantiates (i.e., don't
36298 # use $as_me), people would be surprised to read:
36299 # /* config.h. Generated by config.status. */
36300 if test x"$ac_file" = x-; then
36301 configure_input=
36302 else
36303 configure_input="$ac_file. "
36304 fi
36305 configure_input=$configure_input"Generated from `echo $ac_file_in |
36306 sed 's,.*/,,'` by configure."
36307
36308 # First look for the input files in the build tree, otherwise in the
36309 # src tree.
36310 ac_file_inputs=`IFS=:
36311 for f in $ac_file_in; do
36312 case $f in
36313 -) echo $tmp/stdin ;;
36314 [\\/$]*)
36315 # Absolute (can't be DOS-style, as IFS=:)
36316 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36317 echo "$as_me: error: cannot find input file: $f" >&2;}
36318 { (exit 1); exit 1; }; }
36319 echo $f;;
36320 *) # Relative
36321 if test -f "$f"; then
36322 # Build tree
36323 echo $f
36324 elif test -f "$srcdir/$f"; then
36325 # Source tree
36326 echo $srcdir/$f
36327 else
36328 # /dev/null tree
36329 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36330 echo "$as_me: error: cannot find input file: $f" >&2;}
36331 { (exit 1); exit 1; }; }
36332 fi;;
36333 esac
36334 done` || { (exit 1); exit 1; }
36335 _ACEOF
36336 cat >>$CONFIG_STATUS <<_ACEOF
36337 sed "$ac_vpsub
36338 $extrasub
36339 _ACEOF
36340 cat >>$CONFIG_STATUS <<\_ACEOF
36341 :t
36342 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
36343 s,@configure_input@,$configure_input,;t t
36344 s,@srcdir@,$ac_srcdir,;t t
36345 s,@abs_srcdir@,$ac_abs_srcdir,;t t
36346 s,@top_srcdir@,$ac_top_srcdir,;t t
36347 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
36348 s,@builddir@,$ac_builddir,;t t
36349 s,@abs_builddir@,$ac_abs_builddir,;t t
36350 s,@top_builddir@,$ac_top_builddir,;t t
36351 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
36352 s,@INSTALL@,$ac_INSTALL,;t t
36353 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
36354 rm -f $tmp/stdin
36355 if test x"$ac_file" != x-; then
36356 mv $tmp/out $ac_file
36357 else
36358 cat $tmp/out
36359 rm -f $tmp/out
36360 fi
36361
36362 done
36363 _ACEOF
36364 cat >>$CONFIG_STATUS <<\_ACEOF
36365
36366 #
36367 # CONFIG_HEADER section.
36368 #
36369
36370 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
36371 # NAME is the cpp macro being defined and VALUE is the value it is being given.
36372 #
36373 # ac_d sets the value in "#define NAME VALUE" lines.
36374 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
36375 ac_dB='[ ].*$,\1#\2'
36376 ac_dC=' '
36377 ac_dD=',;t'
36378 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
36379 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
36380 ac_uB='$,\1#\2define\3'
36381 ac_uC=' '
36382 ac_uD=',;t'
36383
36384 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
36385 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
36386 case $ac_file in
36387 - | *:- | *:-:* ) # input from stdin
36388 cat >$tmp/stdin
36389 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36390 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36391 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36392 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36393 * ) ac_file_in=$ac_file.in ;;
36394 esac
36395
36396 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
36397 echo "$as_me: creating $ac_file" >&6;}
36398
36399 # First look for the input files in the build tree, otherwise in the
36400 # src tree.
36401 ac_file_inputs=`IFS=:
36402 for f in $ac_file_in; do
36403 case $f in
36404 -) echo $tmp/stdin ;;
36405 [\\/$]*)
36406 # Absolute (can't be DOS-style, as IFS=:)
36407 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36408 echo "$as_me: error: cannot find input file: $f" >&2;}
36409 { (exit 1); exit 1; }; }
36410 echo $f;;
36411 *) # Relative
36412 if test -f "$f"; then
36413 # Build tree
36414 echo $f
36415 elif test -f "$srcdir/$f"; then
36416 # Source tree
36417 echo $srcdir/$f
36418 else
36419 # /dev/null tree
36420 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36421 echo "$as_me: error: cannot find input file: $f" >&2;}
36422 { (exit 1); exit 1; }; }
36423 fi;;
36424 esac
36425 done` || { (exit 1); exit 1; }
36426 # Remove the trailing spaces.
36427 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
36428
36429 _ACEOF
36430
36431 # Transform confdefs.h into two sed scripts, `conftest.defines' and
36432 # `conftest.undefs', that substitutes the proper values into
36433 # config.h.in to produce config.h. The first handles `#define'
36434 # templates, and the second `#undef' templates.
36435 # And first: Protect against being on the right side of a sed subst in
36436 # config.status. Protect against being in an unquoted here document
36437 # in config.status.
36438 rm -f conftest.defines conftest.undefs
36439 # Using a here document instead of a string reduces the quoting nightmare.
36440 # Putting comments in sed scripts is not portable.
36441 #
36442 # `end' is used to avoid that the second main sed command (meant for
36443 # 0-ary CPP macros) applies to n-ary macro definitions.
36444 # See the Autoconf documentation for `clear'.
36445 cat >confdef2sed.sed <<\_ACEOF
36446 s/[\\&,]/\\&/g
36447 s,[\\$`],\\&,g
36448 t clear
36449 : clear
36450 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
36451 t end
36452 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
36453 : end
36454 _ACEOF
36455 # If some macros were called several times there might be several times
36456 # the same #defines, which is useless. Nevertheless, we may not want to
36457 # sort them, since we want the *last* AC-DEFINE to be honored.
36458 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
36459 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
36460 rm -f confdef2sed.sed
36461
36462 # This sed command replaces #undef with comments. This is necessary, for
36463 # example, in the case of _POSIX_SOURCE, which is predefined and required
36464 # on some systems where configure will not decide to define it.
36465 cat >>conftest.undefs <<\_ACEOF
36466 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
36467 _ACEOF
36468
36469 # Break up conftest.defines because some shells have a limit on the size
36470 # of here documents, and old seds have small limits too (100 cmds).
36471 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
36472 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
36473 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
36474 echo ' :' >>$CONFIG_STATUS
36475 rm -f conftest.tail
36476 while grep . conftest.defines >/dev/null
36477 do
36478 # Write a limited-size here document to $tmp/defines.sed.
36479 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
36480 # Speed up: don't consider the non `#define' lines.
36481 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
36482 # Work around the forget-to-reset-the-flag bug.
36483 echo 't clr' >>$CONFIG_STATUS
36484 echo ': clr' >>$CONFIG_STATUS
36485 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
36486 echo 'CEOF
36487 sed -f $tmp/defines.sed $tmp/in >$tmp/out
36488 rm -f $tmp/in
36489 mv $tmp/out $tmp/in
36490 ' >>$CONFIG_STATUS
36491 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
36492 rm -f conftest.defines
36493 mv conftest.tail conftest.defines
36494 done
36495 rm -f conftest.defines
36496 echo ' fi # grep' >>$CONFIG_STATUS
36497 echo >>$CONFIG_STATUS
36498
36499 # Break up conftest.undefs because some shells have a limit on the size
36500 # of here documents, and old seds have small limits too (100 cmds).
36501 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
36502 rm -f conftest.tail
36503 while grep . conftest.undefs >/dev/null
36504 do
36505 # Write a limited-size here document to $tmp/undefs.sed.
36506 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
36507 # Speed up: don't consider the non `#undef'
36508 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
36509 # Work around the forget-to-reset-the-flag bug.
36510 echo 't clr' >>$CONFIG_STATUS
36511 echo ': clr' >>$CONFIG_STATUS
36512 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
36513 echo 'CEOF
36514 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
36515 rm -f $tmp/in
36516 mv $tmp/out $tmp/in
36517 ' >>$CONFIG_STATUS
36518 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
36519 rm -f conftest.undefs
36520 mv conftest.tail conftest.undefs
36521 done
36522 rm -f conftest.undefs
36523
36524 cat >>$CONFIG_STATUS <<\_ACEOF
36525 # Let's still pretend it is `configure' which instantiates (i.e., don't
36526 # use $as_me), people would be surprised to read:
36527 # /* config.h. Generated by config.status. */
36528 if test x"$ac_file" = x-; then
36529 echo "/* Generated by configure. */" >$tmp/config.h
36530 else
36531 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
36532 fi
36533 cat $tmp/in >>$tmp/config.h
36534 rm -f $tmp/in
36535 if test x"$ac_file" != x-; then
36536 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
36537 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
36538 echo "$as_me: $ac_file is unchanged" >&6;}
36539 else
36540 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
36541 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36542 X"$ac_file" : 'X\(//\)[^/]' \| \
36543 X"$ac_file" : 'X\(//\)$' \| \
36544 X"$ac_file" : 'X\(/\)' \| \
36545 . : '\(.\)' 2>/dev/null ||
36546 echo X"$ac_file" |
36547 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36548 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36549 /^X\(\/\/\)$/{ s//\1/; q; }
36550 /^X\(\/\).*/{ s//\1/; q; }
36551 s/.*/./; q'`
36552 { if $as_mkdir_p; then
36553 mkdir -p "$ac_dir"
36554 else
36555 as_dir="$ac_dir"
36556 as_dirs=
36557 while test ! -d "$as_dir"; do
36558 as_dirs="$as_dir $as_dirs"
36559 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36560 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36561 X"$as_dir" : 'X\(//\)[^/]' \| \
36562 X"$as_dir" : 'X\(//\)$' \| \
36563 X"$as_dir" : 'X\(/\)' \| \
36564 . : '\(.\)' 2>/dev/null ||
36565 echo X"$as_dir" |
36566 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36567 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36568 /^X\(\/\/\)$/{ s//\1/; q; }
36569 /^X\(\/\).*/{ s//\1/; q; }
36570 s/.*/./; q'`
36571 done
36572 test ! -n "$as_dirs" || mkdir $as_dirs
36573 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36574 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36575 { (exit 1); exit 1; }; }; }
36576
36577 rm -f $ac_file
36578 mv $tmp/config.h $ac_file
36579 fi
36580 else
36581 cat $tmp/config.h
36582 rm -f $tmp/config.h
36583 fi
36584 done
36585 _ACEOF
36586 cat >>$CONFIG_STATUS <<\_ACEOF
36587
36588 #
36589 # CONFIG_COMMANDS section.
36590 #
36591 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
36592 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
36593 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
36594 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
36595 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36596 X"$ac_dest" : 'X\(//\)[^/]' \| \
36597 X"$ac_dest" : 'X\(//\)$' \| \
36598 X"$ac_dest" : 'X\(/\)' \| \
36599 . : '\(.\)' 2>/dev/null ||
36600 echo X"$ac_dest" |
36601 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36602 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36603 /^X\(\/\/\)$/{ s//\1/; q; }
36604 /^X\(\/\).*/{ s//\1/; q; }
36605 s/.*/./; q'`
36606 ac_builddir=.
36607
36608 if test "$ac_dir" != .; then
36609 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36610 # A "../" for each directory in $ac_dir_suffix.
36611 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36612 else
36613 ac_dir_suffix= ac_top_builddir=
36614 fi
36615
36616 case $srcdir in
36617 .) # No --srcdir option. We are building in place.
36618 ac_srcdir=.
36619 if test -z "$ac_top_builddir"; then
36620 ac_top_srcdir=.
36621 else
36622 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
36623 fi ;;
36624 [\\/]* | ?:[\\/]* ) # Absolute path.
36625 ac_srcdir=$srcdir$ac_dir_suffix;
36626 ac_top_srcdir=$srcdir ;;
36627 *) # Relative path.
36628 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36629 ac_top_srcdir=$ac_top_builddir$srcdir ;;
36630 esac
36631 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36632 # absolute.
36633 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
36634 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36635 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36636 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36637
36638
36639 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36640 echo "$as_me: executing $ac_dest commands" >&6;}
36641 case $ac_dest in
36642 default )
36643 if test ! -h wx-config; then
36644 chmod +x wx-config
36645 mv wx-config wx${TOOLCHAIN_NAME}-config
36646 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
36647 fi
36648
36649 if test ! -d lib; then
36650 mkdir lib
36651 fi
36652 if test ! -d lib/wx; then
36653 mkdir lib/wx
36654 fi
36655 if test ! -d lib/wx/include; then
36656 mkdir lib/wx/include
36657 fi
36658 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
36659 mkdir lib/wx/include/${TOOLCHAIN_NAME}
36660 fi
36661 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
36662 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
36663 fi
36664 if test -f setup.h; then
36665 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
36666 fi
36667 ;;
36668 esac
36669 done
36670 _ACEOF
36671
36672 cat >>$CONFIG_STATUS <<\_ACEOF
36673
36674 { (exit 0); exit 0; }
36675 _ACEOF
36676 chmod +x $CONFIG_STATUS
36677 ac_clean_files=$ac_clean_files_save
36678
36679
36680 # configure is writing to config.log, and then calls config.status.
36681 # config.status does its own redirection, appending to config.log.
36682 # Unfortunately, on DOS this fails, as config.log is still kept open
36683 # by configure, so config.status won't be able to write to it; its
36684 # output is simply discarded. So we exec the FD to /dev/null,
36685 # effectively closing config.log, so it can be properly (re)opened and
36686 # appended to by config.status. When coming back to configure, we
36687 # need to make the FD available again.
36688 if test "$no_create" != yes; then
36689 ac_cs_success=:
36690 ac_config_status_args=
36691 test "$silent" = yes &&
36692 ac_config_status_args="$ac_config_status_args --quiet"
36693 exec 5>/dev/null
36694 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
36695 exec 5>>config.log
36696 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
36697 # would make configure fail if this is the last instruction.
36698 $ac_cs_success || { (exit 1); exit 1; }
36699 fi
36700
36701 #
36702 # CONFIG_SUBDIRS section.
36703 #
36704 if test "$no_recursion" != yes; then
36705
36706 # Remove --cache-file and --srcdir arguments so they do not pile up.
36707 ac_sub_configure_args=
36708 ac_prev=
36709 for ac_arg in $ac_configure_args; do
36710 if test -n "$ac_prev"; then
36711 ac_prev=
36712 continue
36713 fi
36714 case $ac_arg in
36715 -cache-file | --cache-file | --cache-fil | --cache-fi \
36716 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
36717 ac_prev=cache_file ;;
36718 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
36719 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
36720 | --c=*)
36721 ;;
36722 --config-cache | -C)
36723 ;;
36724 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
36725 ac_prev=srcdir ;;
36726 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
36727 ;;
36728 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
36729 ac_prev=prefix ;;
36730 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
36731 ;;
36732 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
36733 esac
36734 done
36735
36736 # Always prepend --prefix to ensure using the same prefix
36737 # in subdir configurations.
36738 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
36739
36740 ac_popdir=`pwd`
36741 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
36742
36743 # Do not complain, so a configure script can configure whichever
36744 # parts of a large source tree are present.
36745 test -d $srcdir/$ac_dir || continue
36746
36747 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
36748 echo "$as_me: configuring in $ac_dir" >&6;}
36749 { if $as_mkdir_p; then
36750 mkdir -p "$ac_dir"
36751 else
36752 as_dir="$ac_dir"
36753 as_dirs=
36754 while test ! -d "$as_dir"; do
36755 as_dirs="$as_dir $as_dirs"
36756 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36757 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36758 X"$as_dir" : 'X\(//\)[^/]' \| \
36759 X"$as_dir" : 'X\(//\)$' \| \
36760 X"$as_dir" : 'X\(/\)' \| \
36761 . : '\(.\)' 2>/dev/null ||
36762 echo X"$as_dir" |
36763 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36764 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36765 /^X\(\/\/\)$/{ s//\1/; q; }
36766 /^X\(\/\).*/{ s//\1/; q; }
36767 s/.*/./; q'`
36768 done
36769 test ! -n "$as_dirs" || mkdir $as_dirs
36770 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36771 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36772 { (exit 1); exit 1; }; }; }
36773
36774 ac_builddir=.
36775
36776 if test "$ac_dir" != .; then
36777 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36778 # A "../" for each directory in $ac_dir_suffix.
36779 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36780 else
36781 ac_dir_suffix= ac_top_builddir=
36782 fi
36783
36784 case $srcdir in
36785 .) # No --srcdir option. We are building in place.
36786 ac_srcdir=.
36787 if test -z "$ac_top_builddir"; then
36788 ac_top_srcdir=.
36789 else
36790 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
36791 fi ;;
36792 [\\/]* | ?:[\\/]* ) # Absolute path.
36793 ac_srcdir=$srcdir$ac_dir_suffix;
36794 ac_top_srcdir=$srcdir ;;
36795 *) # Relative path.
36796 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36797 ac_top_srcdir=$ac_top_builddir$srcdir ;;
36798 esac
36799 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36800 # absolute.
36801 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
36802 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36803 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36804 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36805
36806
36807 cd $ac_dir
36808
36809 # Check for guested configure; otherwise get Cygnus style configure.
36810 if test -f $ac_srcdir/configure.gnu; then
36811 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
36812 elif test -f $ac_srcdir/configure; then
36813 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
36814 elif test -f $ac_srcdir/configure.in; then
36815 ac_sub_configure=$ac_configure
36816 else
36817 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
36818 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
36819 ac_sub_configure=
36820 fi
36821
36822 # The recursion is here.
36823 if test -n "$ac_sub_configure"; then
36824 # Make the cache file name correct relative to the subdirectory.
36825 case $cache_file in
36826 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
36827 *) # Relative path.
36828 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
36829 esac
36830
36831 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
36832 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
36833 # The eval makes quoting arguments work.
36834 eval $ac_sub_configure $ac_sub_configure_args \
36835 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
36836 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
36837 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
36838 { (exit 1); exit 1; }; }
36839 fi
36840
36841 cd $ac_popdir
36842 done
36843 fi
36844
36845
36846 echo
36847 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
36848 echo ""
36849 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
36850 echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
36851
36852 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
36853 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
36854 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
36855
36856 echo " What level of wxWindows compatibility should be enabled?"
36857 echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
36858 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
36859 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
36860
36861 echo " Which libraries should wxWindows use?"
36862 echo " jpeg ${wxUSE_LIBJPEG-none}"
36863 echo " png ${wxUSE_LIBPNG-none}"
36864 echo " regex ${wxUSE_REGEX}"
36865 echo " tiff ${wxUSE_LIBTIFF-none}"
36866 echo " zlib ${wxUSE_ZLIB}"
36867 echo " odbc ${wxUSE_ODBC}"
36868 echo " expat ${wxUSE_EXPAT}"
36869
36870 echo ""
36871