]> git.saurik.com Git - wxWidgets.git/blame - configure
Remove wxBitmapHandler code
[wxWidgets.git] / configure
CommitLineData
10f2d63a 1#! /bin/sh
e6cc62c6
VS
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
fe0895cf 9# Free Software Foundation, Inc.
e6cc62c6
VS
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## --------------------- ##
fe0895cf 15
e6cc62c6
VS
16# Be Bourne compatible
17if 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+"$@"}'='"$@"'
23elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
24 set -o posix
25fi
fe0895cf 26
e6cc62c6
VS
27# Support unset when possible.
28if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
29 as_unset=unset
30else
31 as_unset=false
32fi
fe0895cf
VS
33
34
e6cc62c6
VS
35# Work around bugs in pre-3.0 UWIN ksh.
36$as_unset ENV MAIL MAILPATH
37PS1='$ '
38PS2='> '
39PS4='+ '
fe0895cf 40
e6cc62c6
VS
41# NLS nuisances.
42for 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
46do
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
52done
fe0895cf 53
e6cc62c6
VS
54# Required to use basename.
55if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
57else
58 as_expr=false
59fi
fe0895cf 60
e6cc62c6
VS
61if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62 as_basename=basename
63else
64 as_basename=false
65fi
fe0895cf
VS
66
67
e6cc62c6
VS
68# Name of the executable.
69as_me=`$as_basename "$0" ||
70$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
74echo X/"$0" |
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
78 s/.*/./; q'`
fe0895cf
VS
79
80
e6cc62c6
VS
81# PATH needs CR, and LINENO needs CR and PATH.
82# Avoid depending upon Character Ranges.
83as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86as_cr_digits='0123456789'
87as_cr_alnum=$as_cr_Letters$as_cr_digits
fe0895cf 88
e6cc62c6
VS
89# The user is always right.
90if 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
100fi
fe0895cf
VS
101
102
e6cc62c6
VS
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
113for as_dir in $PATH
114do
115 IFS=$as_save_IFS
116 test -z "$as_dir" && as_dir=.
117 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118done
fe0895cf 119
e6cc62c6
VS
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
134for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135do
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
155done
156;;
157 esac
fe0895cf 158
e6cc62c6
VS
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}
fe0895cf
VS
188
189
e6cc62c6
VS
190case `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= ;;
195esac
fe0895cf 196
e6cc62c6
VS
197if expr a : '\(a\)' >/dev/null 2>&1; then
198 as_expr=expr
199else
200 as_expr=false
201fi
fe0895cf 202
e6cc62c6
VS
203rm -f conf$$ conf$$.exe conf$$.file
204echo >conf$$.file
205if 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
214elif ln conf$$.file conf$$ 2>/dev/null; then
215 as_ln_s=ln
216else
217 as_ln_s='cp -p'
218fi
219rm -f conf$$ conf$$.exe conf$$.file
fe0895cf 220
e6cc62c6
VS
221if mkdir -p . 2>/dev/null; then
222 as_mkdir_p=:
223else
224 as_mkdir_p=false
225fi
fe0895cf 226
e6cc62c6 227as_executable_p="test -f"
fe0895cf 228
e6cc62c6
VS
229# Sed expression to map a string onto a valid CPP name.
230as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
fe0895cf 231
e6cc62c6
VS
232# Sed expression to map a string onto a valid variable name.
233as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
fe0895cf
VS
234
235
e6cc62c6
VS
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS=" $as_nl"
fe0895cf 241
e6cc62c6
VS
242# CDPATH.
243$as_unset CDPATH
fe0895cf
VS
244
245
e6cc62c6
VS
246# Name of the host.
247# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248# so uname gets run too.
249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
fe0895cf 250
e6cc62c6 251exec 6>&1
fe0895cf 252
a0b9e27f 253#
e6cc62c6
VS
254# Initializations.
255#
a0b9e27f 256ac_default_prefix=/usr/local
e6cc62c6
VS
257ac_config_libobj_dir=.
258cross_compiling=no
259subdirs=
260MFLAGS=
261MAKEFLAGS=
262SHELL=${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.
270PACKAGE_NAME='wxWindows'
271PACKAGE_TARNAME='wxwindows'
272PACKAGE_VERSION='2.5.0'
273PACKAGE_STRING='wxWindows 2.5.0'
274PACKAGE_BUGREPORT='wx-dev@lists.wxwindows.org'
275
276ac_unique_file="wx-config.in"
277# Factoring default headers for most tests.
278ac_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
672abd7a
VS
314ac_subdirs_all="$ac_subdirs_all src/expat"
315ac_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_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_WXUNIV_1 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 COND_WXUSE_EXPAT_BUILTIN LEX_STEM PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_NUMBER WX_LIBRARY_NAME_STATIC WX_LIBRARY_NAME_SHARED WX_LIBRARY_BASENAME WX_LIBRARY_IMPORTLIB WX_TARGET_LIBRARY WX_LIBRARY_LINK1 WX_LIBRARY_LINK2 PROGRAM_EXT WX_LIBRARY_NAME_STATIC_GL WX_LIBRARY_NAME_SHARED_GL WX_TARGET_LIBRARY_GL WX_LIBRARY_LINK1_GL WX_LIBRARY_LINK2_GL WX_ALL WX_ALL_INSTALLED SHARED_LD WX_TARGET_LIBRARY_TYPE STATIC_FLAG WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLKIT_VPATH TOOLCHAIN_NAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS top_builddir_wxconfig cross_compiling WXCONFIG_LIBS WXCONFIG_LIBS_GL WXCONFIG_LIBS_STATIC WXCONFIG_LIBS_STATIC_GL WXCONFIG_INCLUDE WXCONFIG_RPATH WX_LARGEFILE_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX ALL_OBJECTS ALL_HEADERS ALL_SOURCES GUIDIST PORT_FILES DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL LDFLAGS_VERSIONING LDFLAGS_EXE OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA MACOSX_BUNDLE LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL AS NM LD MAKEINFO INSTALL_LIBRARY ESD_LINK LIBOBJS LTLIBOBJS'
e6cc62c6 316ac_subst_files=''
10f2d63a
VZ
317
318# Initialize some variables set by options.
e6cc62c6
VS
319ac_init_help=
320ac_init_version=false
10f2d63a
VZ
321# The variables have the same names as the options, with
322# dashes changed to underlines.
e6cc62c6 323cache_file=/dev/null
10f2d63a 324exec_prefix=NONE
10f2d63a 325no_create=
10f2d63a
VZ
326no_recursion=
327prefix=NONE
328program_prefix=NONE
329program_suffix=NONE
330program_transform_name=s,x,x,
331silent=
332site=
333srcdir=
10f2d63a
VZ
334verbose=
335x_includes=NONE
336x_libraries=NONE
e6cc62c6
VS
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.
10f2d63a
VZ
343bindir='${exec_prefix}/bin'
344sbindir='${exec_prefix}/sbin'
345libexecdir='${exec_prefix}/libexec'
346datadir='${prefix}/share'
347sysconfdir='${prefix}/etc'
348sharedstatedir='${prefix}/com'
349localstatedir='${prefix}/var'
350libdir='${exec_prefix}/lib'
351includedir='${prefix}/include'
352oldincludedir='/usr/include'
353infodir='${prefix}/info'
354mandir='${prefix}/man'
355
10f2d63a
VZ
356ac_prev=
357for ac_option
358do
10f2d63a
VZ
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
e6cc62c6 366 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
10f2d63a
VZ
367
368 # Accept the important Cygnus configure options, so we can diagnose typos.
369
e6cc62c6 370 case $ac_option in
10f2d63a
VZ
371
372 -bindir | --bindir | --bindi | --bind | --bin | --bi)
373 ac_prev=bindir ;;
374 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
e6cc62c6 375 bindir=$ac_optarg ;;
10f2d63a
VZ
376
377 -build | --build | --buil | --bui | --bu)
e6cc62c6 378 ac_prev=build_alias ;;
10f2d63a 379 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
e6cc62c6 380 build_alias=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6
VS
387 cache_file=$ac_optarg ;;
388
389 --config-cache | -C)
390 cache_file=config.cache ;;
10f2d63a
VZ
391
392 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
393 ac_prev=datadir ;;
394 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
395 | --da=*)
e6cc62c6 396 datadir=$ac_optarg ;;
10f2d63a
VZ
397
398 -disable-* | --disable-*)
e6cc62c6 399 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
10f2d63a 400 # Reject names that are not valid shell variable names.
e6cc62c6
VS
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" ;;
10f2d63a
VZ
406
407 -enable-* | --enable-*)
e6cc62c6 408 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
10f2d63a 409 # Reject names that are not valid shell variable names.
e6cc62c6
VS
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"`;;
10f2d63a
VZ
416 *) ac_optarg=yes ;;
417 esac
e6cc62c6 418 eval "enable_$ac_feature='$ac_optarg'" ;;
10f2d63a
VZ
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=*)
e6cc62c6 427 exec_prefix=$ac_optarg ;;
10f2d63a
VZ
428
429 -gas | --gas | --ga | --g)
430 # Obsolete; use --with-gas.
431 with_gas=yes ;;
432
e6cc62c6
VS
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 ;;
10f2d63a
VZ
439
440 -host | --host | --hos | --ho)
e6cc62c6 441 ac_prev=host_alias ;;
10f2d63a 442 -host=* | --host=* | --hos=* | --ho=*)
e6cc62c6 443 host_alias=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 450 includedir=$ac_optarg ;;
10f2d63a
VZ
451
452 -infodir | --infodir | --infodi | --infod | --info | --inf)
453 ac_prev=infodir ;;
454 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
e6cc62c6 455 infodir=$ac_optarg ;;
10f2d63a
VZ
456
457 -libdir | --libdir | --libdi | --libd)
458 ac_prev=libdir ;;
459 -libdir=* | --libdir=* | --libdi=* | --libd=*)
e6cc62c6 460 libdir=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 467 libexecdir=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 476 localstatedir=$ac_optarg ;;
10f2d63a
VZ
477
478 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
479 ac_prev=mandir ;;
480 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
e6cc62c6 481 mandir=$ac_optarg ;;
10f2d63a
VZ
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 \
e6cc62c6 488 | --no-cr | --no-c | -n)
10f2d63a
VZ
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=*)
e6cc62c6 502 oldincludedir=$ac_optarg ;;
10f2d63a
VZ
503
504 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
505 ac_prev=prefix ;;
506 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
e6cc62c6 507 prefix=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 514 program_prefix=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 521 program_suffix=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 538 program_transform_name=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 548 sbindir=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 559 sharedstatedir=$ac_optarg ;;
10f2d63a
VZ
560
561 -site | --site | --sit)
562 ac_prev=site ;;
563 -site=* | --site=* | --sit=*)
e6cc62c6 564 site=$ac_optarg ;;
10f2d63a
VZ
565
566 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
567 ac_prev=srcdir ;;
568 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
e6cc62c6 569 srcdir=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 576 sysconfdir=$ac_optarg ;;
10f2d63a
VZ
577
578 -target | --target | --targe | --targ | --tar | --ta | --t)
e6cc62c6 579 ac_prev=target_alias ;;
10f2d63a 580 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
e6cc62c6 581 target_alias=$ac_optarg ;;
10f2d63a
VZ
582
583 -v | -verbose | --verbose | --verbos | --verbo | --verb)
584 verbose=yes ;;
585
e6cc62c6
VS
586 -version | --version | --versio | --versi | --vers | -V)
587 ac_init_version=: ;;
10f2d63a
VZ
588
589 -with-* | --with-*)
e6cc62c6 590 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
10f2d63a 591 # Reject names that are not valid shell variable names.
e6cc62c6
VS
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; }; }
10f2d63a 595 ac_package=`echo $ac_package| sed 's/-/_/g'`
e6cc62c6
VS
596 case $ac_option in
597 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
10f2d63a
VZ
598 *) ac_optarg=yes ;;
599 esac
e6cc62c6 600 eval "with_$ac_package='$ac_optarg'" ;;
10f2d63a
VZ
601
602 -without-* | --without-*)
e6cc62c6 603 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
10f2d63a 604 # Reject names that are not valid shell variable names.
e6cc62c6
VS
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" ;;
10f2d63a
VZ
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=*)
e6cc62c6 620 x_includes=$ac_optarg ;;
10f2d63a
VZ
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=*)
e6cc62c6 627 x_libraries=$ac_optarg ;;
10f2d63a 628
e6cc62c6
VS
629 -*) { echo "$as_me: error: unrecognized option: $ac_option
630Try \`$0 --help' for more information." >&2
631 { (exit 1); exit 1; }; }
10f2d63a
VZ
632 ;;
633
e6cc62c6
VS
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
10f2d63a 644 *)
e6cc62c6
VS
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}
10f2d63a
VZ
650 ;;
651
652 esac
653done
654
655if test -n "$ac_prev"; then
e6cc62c6
VS
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; }; }
a0b9e27f 659fi
a0b9e27f 660
e6cc62c6
VS
661# Be sure to have absolute paths.
662for ac_var in exec_prefix prefix
663do
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
670done
8284b0c5 671
e6cc62c6
VS
672# Be sure to have absolute paths.
673for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
674 localstatedir libdir includedir oldincludedir infodir mandir
10f2d63a 675do
e6cc62c6
VS
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; }; };;
10f2d63a
VZ
681 esac
682done
683
e6cc62c6
VS
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.
687build=$build_alias
688host=$host_alias
689target=$target_alias
690
691# FIXME: To remove some day.
692if 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
700fi
247f5006 701
e6cc62c6
VS
702ac_tool_prefix=
703test -n "$host_alias" && ac_tool_prefix=$host_alias-
704
705test "$silent" = yes && exec 6>/dev/null
10f2d63a 706
10f2d63a
VZ
707
708# Find the source files, if location was not specified.
709if test -z "$srcdir"; then
710 ac_srcdir_defaulted=yes
711 # Try the directory containing this script, then its parent.
e6cc62c6
VS
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 ||
718echo 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'`
10f2d63a
VZ
724 srcdir=$ac_confdir
725 if test ! -r $srcdir/$ac_unique_file; then
726 srcdir=..
727 fi
728else
729 ac_srcdir_defaulted=no
730fi
731if test ! -r $srcdir/$ac_unique_file; then
732 if test "$ac_srcdir_defaulted" = yes; then
e6cc62c6
VS
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
734 { (exit 1); exit 1; }; }
10f2d63a 735 else
e6cc62c6
VS
736 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
737 { (exit 1); exit 1; }; }
10f2d63a
VZ
738 fi
739fi
e6cc62c6
VS
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; }; }
743srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
744ac_env_build_alias_set=${build_alias+set}
745ac_env_build_alias_value=$build_alias
746ac_cv_env_build_alias_set=${build_alias+set}
747ac_cv_env_build_alias_value=$build_alias
748ac_env_host_alias_set=${host_alias+set}
749ac_env_host_alias_value=$host_alias
750ac_cv_env_host_alias_set=${host_alias+set}
751ac_cv_env_host_alias_value=$host_alias
752ac_env_target_alias_set=${target_alias+set}
753ac_env_target_alias_value=$target_alias
754ac_cv_env_target_alias_set=${target_alias+set}
755ac_cv_env_target_alias_value=$target_alias
756ac_env_CC_set=${CC+set}
757ac_env_CC_value=$CC
758ac_cv_env_CC_set=${CC+set}
759ac_cv_env_CC_value=$CC
760ac_env_CFLAGS_set=${CFLAGS+set}
761ac_env_CFLAGS_value=$CFLAGS
762ac_cv_env_CFLAGS_set=${CFLAGS+set}
763ac_cv_env_CFLAGS_value=$CFLAGS
764ac_env_LDFLAGS_set=${LDFLAGS+set}
765ac_env_LDFLAGS_value=$LDFLAGS
766ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
767ac_cv_env_LDFLAGS_value=$LDFLAGS
768ac_env_CPPFLAGS_set=${CPPFLAGS+set}
769ac_env_CPPFLAGS_value=$CPPFLAGS
770ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
771ac_cv_env_CPPFLAGS_value=$CPPFLAGS
772ac_env_CPP_set=${CPP+set}
773ac_env_CPP_value=$CPP
774ac_cv_env_CPP_set=${CPP+set}
775ac_cv_env_CPP_value=$CPP
776ac_env_CXX_set=${CXX+set}
777ac_env_CXX_value=$CXX
778ac_cv_env_CXX_set=${CXX+set}
779ac_cv_env_CXX_value=$CXX
780ac_env_CXXFLAGS_set=${CXXFLAGS+set}
781ac_env_CXXFLAGS_value=$CXXFLAGS
782ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
783ac_cv_env_CXXFLAGS_value=$CXXFLAGS
784ac_env_CXXCPP_set=${CXXCPP+set}
785ac_env_CXXCPP_value=$CXXCPP
786ac_cv_env_CXXCPP_set=${CXXCPP+set}
787ac_cv_env_CXXCPP_value=$CXXCPP
328a083c 788
e6cc62c6
VS
789#
790# Report the --help message.
791#
792if 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.
10f2d63a 797
e6cc62c6 798Usage: $0 [OPTION]... [VAR=VALUE]...
10f2d63a 799
e6cc62c6
VS
800To assign environment variables (e.g., CC, CFLAGS...), specify them as
801VAR=VALUE. See below for descriptions of some of the useful variables.
8284b0c5 802
e6cc62c6
VS
803Defaults for the options are specified in brackets.
804
805Configuration:
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
819Installation 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
825By default, \`make install' will install all the files in
826\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
827an installation prefix other than \`$ac_default_prefix' using \`--prefix',
828for instance \`--prefix=\$HOME'.
829
830For better control, use the options below.
831
832Fine 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
849X features:
850 --x-includes=DIR X include files are in DIR
851 --x-libraries=DIR X library files are in DIR
852
853System 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
858fi
859
860if 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
866Optional 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
9747f85d 870 --disable-monolithic don't build wxWindows as single library
e6cc62c6
VS
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
e6cc62c6
VS
875 --enable-optimise create optimised code
876 --enable-debug same as debug_flag and debug_info
df5168c4 877 --enable-stl use STL for containers
e6cc62c6
VS
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 --disable-largefile omit support for large files
1028 --disable-gtktest do not try to compile and run a test GTK+ program
1029 --disable-gtktest Do not try to compile and run a test GTK program
1030
1031Optional Packages:
1032 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1033 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1034 --with-gtk use GTK+
1035 --with-motif use Motif/Lesstif
1036 --with-mac use Mac OS X
1037 --with-cocoa use Cocoa
1038 --with-wine use Wine
1039 --with-msw use MS-Windows
1040 --with-pm use OS/2 Presentation Manager
1041 --with-mgl use SciTech MGL
1042 --with-microwin use MicroWindows
1043 --with-x11 use X11
1044 --with-libpng use libpng (PNG image format)
1045 --with-libjpeg use libjpeg (JPEG file format)
1046 --with-libtiff use libtiff (TIFF file format)
1047 --with-opengl use OpenGL (or Mesa)
1048 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1049 --with-regex enable support for wxRegEx class
1050 --with-zlib use zlib for LZW compression
1051 --with-odbc use the IODBC and wxODBC classes
672abd7a 1052 --with-expat enable XML support using expat parser
e6cc62c6
VS
1053 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1054 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1055 --with-x use the X Window System
1056 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1057
1058Some influential environment variables:
1059 CC C compiler command
1060 CFLAGS C compiler flags
1061 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1062 nonstandard directory <lib dir>
1063 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1064 headers in a nonstandard directory <include dir>
1065 CPP C preprocessor
1066 CXX C++ compiler command
1067 CXXFLAGS C++ compiler flags
1068 CXXCPP C++ preprocessor
1069
1070Use these variables to override the choices made by `configure' or to help
1071it to find libraries and programs with nonstandard names/locations.
1072
1073Report bugs to <wx-dev@lists.wxwindows.org>.
1074_ACEOF
1075fi
1076
1077if test "$ac_init_help" = "recursive"; then
1078 # If there are subdirs, report their specific --help.
1079 ac_popdir=`pwd`
1080 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1081 test -d $ac_dir || continue
1082 ac_builddir=.
1083
1084if test "$ac_dir" != .; then
1085 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1086 # A "../" for each directory in $ac_dir_suffix.
1087 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1088else
1089 ac_dir_suffix= ac_top_builddir=
1090fi
1091
1092case $srcdir in
1093 .) # No --srcdir option. We are building in place.
1094 ac_srcdir=.
1095 if test -z "$ac_top_builddir"; then
1096 ac_top_srcdir=.
1097 else
1098 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1099 fi ;;
1100 [\\/]* | ?:[\\/]* ) # Absolute path.
1101 ac_srcdir=$srcdir$ac_dir_suffix;
1102 ac_top_srcdir=$srcdir ;;
1103 *) # Relative path.
1104 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1105 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1106esac
1107# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1108# absolute.
1109ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1110ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1111ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1112ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1113
1114 cd $ac_dir
1115 # Check for guested configure; otherwise get Cygnus style configure.
1116 if test -f $ac_srcdir/configure.gnu; then
1117 echo
1118 $SHELL $ac_srcdir/configure.gnu --help=recursive
1119 elif test -f $ac_srcdir/configure; then
1120 echo
1121 $SHELL $ac_srcdir/configure --help=recursive
1122 elif test -f $ac_srcdir/configure.ac ||
1123 test -f $ac_srcdir/configure.in; then
1124 echo
1125 $ac_configure --help
1126 else
1127 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1128 fi
1129 cd $ac_popdir
1130 done
1131fi
8284b0c5 1132
e6cc62c6
VS
1133test -n "$ac_init_help" && exit 0
1134if $ac_init_version; then
1135 cat <<\_ACEOF
1136wxWindows configure 2.5.0
1137generated by GNU Autoconf 2.57
10f2d63a 1138
e6cc62c6
VS
1139Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1140Free Software Foundation, Inc.
1141This configure script is free software; the Free Software Foundation
1142gives unlimited permission to copy, distribute and modify it.
1143_ACEOF
1144 exit 0
7c66a493 1145fi
e6cc62c6
VS
1146exec 5>config.log
1147cat >&5 <<_ACEOF
1148This file contains any messages produced by compilers while
1149running configure, to aid debugging if configure makes a mistake.
1150
1151It was created by wxWindows $as_me 2.5.0, which was
1152generated by GNU Autoconf 2.57. Invocation command line was
1153
1154 $ $0 $@
1155
1156_ACEOF
1157{
1158cat <<_ASUNAME
1159## --------- ##
1160## Platform. ##
1161## --------- ##
1162
1163hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1164uname -m = `(uname -m) 2>/dev/null || echo unknown`
1165uname -r = `(uname -r) 2>/dev/null || echo unknown`
1166uname -s = `(uname -s) 2>/dev/null || echo unknown`
1167uname -v = `(uname -v) 2>/dev/null || echo unknown`
1168
1169/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1170/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1171
1172/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1173/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1174/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1175hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1176/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1177/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1178/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1179
1180_ASUNAME
1181
1182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1183for as_dir in $PATH
1184do
1185 IFS=$as_save_IFS
1186 test -z "$as_dir" && as_dir=.
1187 echo "PATH: $as_dir"
1188done
1189
1190} >&5
1191
1192cat >&5 <<_ACEOF
1193
1194
1195## ----------- ##
1196## Core tests. ##
1197## ----------- ##
1198
1199_ACEOF
1200
1201
1202# Keep a trace of the command line.
1203# Strip out --no-create and --no-recursion so they do not pile up.
1204# Strip out --silent because we don't want to record it for future runs.
1205# Also quote any args containing shell meta-characters.
1206# Make two passes to allow for proper duplicate-argument suppression.
1207ac_configure_args=
1208ac_configure_args0=
1209ac_configure_args1=
1210ac_sep=
1211ac_must_keep_next=false
1212for ac_pass in 1 2
1213do
1214 for ac_arg
1215 do
1216 case $ac_arg in
1217 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1218 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1219 | -silent | --silent | --silen | --sile | --sil)
1220 continue ;;
1221 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1222 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1223 esac
1224 case $ac_pass in
1225 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1226 2)
1227 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1228 if test $ac_must_keep_next = true; then
1229 ac_must_keep_next=false # Got value, back to normal.
1230 else
1231 case $ac_arg in
1232 *=* | --config-cache | -C | -disable-* | --disable-* \
1233 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1234 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1235 | -with-* | --with-* | -without-* | --without-* | --x)
1236 case "$ac_configure_args0 " in
1237 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1238 esac
1239 ;;
1240 -* ) ac_must_keep_next=true ;;
1241 esac
1242 fi
1243 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1244 # Get rid of the leading space.
1245 ac_sep=" "
1246 ;;
1247 esac
1248 done
1249done
1250$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1251$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1252
1253# When interrupted or exit'd, cleanup temporary files, and complete
1254# config.log. We remove comments because anyway the quotes in there
1255# would cause problems or look ugly.
1256# WARNING: Be sure not to use single quotes in there, as some shells,
1257# such as our DU 5.0 friend, will then `close' the trap.
1258trap 'exit_status=$?
1259 # Save into config.log some information that might help in debugging.
1260 {
1261 echo
1262
1263 cat <<\_ASBOX
1264## ---------------- ##
1265## Cache variables. ##
1266## ---------------- ##
1267_ASBOX
1268 echo
1269 # The following way of writing the cache mishandles newlines in values,
1270{
1271 (set) 2>&1 |
1272 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1273 *ac_space=\ *)
1274 sed -n \
1275 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1276 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1277 ;;
1278 *)
1279 sed -n \
1280 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1281 ;;
1282 esac;
1283}
1284 echo
1285
1286 cat <<\_ASBOX
1287## ----------------- ##
1288## Output variables. ##
1289## ----------------- ##
1290_ASBOX
1291 echo
1292 for ac_var in $ac_subst_vars
1293 do
1294 eval ac_val=$`echo $ac_var`
1295 echo "$ac_var='"'"'$ac_val'"'"'"
1296 done | sort
1297 echo
1298
1299 if test -n "$ac_subst_files"; then
1300 cat <<\_ASBOX
1301## ------------- ##
1302## Output files. ##
1303## ------------- ##
1304_ASBOX
1305 echo
1306 for ac_var in $ac_subst_files
1307 do
1308 eval ac_val=$`echo $ac_var`
1309 echo "$ac_var='"'"'$ac_val'"'"'"
1310 done | sort
1311 echo
1312 fi
1313
1314 if test -s confdefs.h; then
1315 cat <<\_ASBOX
1316## ----------- ##
1317## confdefs.h. ##
1318## ----------- ##
1319_ASBOX
1320 echo
1321 sed "/^$/d" confdefs.h | sort
1322 echo
1323 fi
1324 test "$ac_signal" != 0 &&
1325 echo "$as_me: caught signal $ac_signal"
1326 echo "$as_me: exit $exit_status"
1327 } >&5
1328 rm -f core core.* *.core &&
1329 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1330 exit $exit_status
1331 ' 0
1332for ac_signal in 1 2 13 15; do
1333 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1334done
1335ac_signal=0
1336
1337# confdefs.h avoids OS command line length limits that DEFS can exceed.
1338rm -rf conftest* confdefs.h
1339# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1340echo >confdefs.h
1341
1342# Predefined preprocessor variables.
1343
1344cat >>confdefs.h <<_ACEOF
1345#define PACKAGE_NAME "$PACKAGE_NAME"
1346_ACEOF
1347
1348
1349cat >>confdefs.h <<_ACEOF
1350#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1351_ACEOF
1352
1353
1354cat >>confdefs.h <<_ACEOF
1355#define PACKAGE_VERSION "$PACKAGE_VERSION"
1356_ACEOF
1357
1358
1359cat >>confdefs.h <<_ACEOF
1360#define PACKAGE_STRING "$PACKAGE_STRING"
1361_ACEOF
1362
1363
1364cat >>confdefs.h <<_ACEOF
1365#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1366_ACEOF
1367
1368
1369# Let the site file select an alternate cache file if it wants to.
1370# Prefer explicitly selected file to automatically selected ones.
1371if test -z "$CONFIG_SITE"; then
1372 if test "x$prefix" != xNONE; then
1373 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1374 else
1375 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1376 fi
1377fi
1378for ac_site_file in $CONFIG_SITE; do
1379 if test -r "$ac_site_file"; then
1380 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1381echo "$as_me: loading site script $ac_site_file" >&6;}
1382 sed 's/^/| /' "$ac_site_file" >&5
1383 . "$ac_site_file"
1384 fi
1385done
1386
1387if test -r "$cache_file"; then
1388 # Some versions of bash will fail to source /dev/null (special
1389 # files actually), so we avoid doing that.
1390 if test -f "$cache_file"; then
1391 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1392echo "$as_me: loading cache $cache_file" >&6;}
1393 case $cache_file in
1394 [\\/]* | ?:[\\/]* ) . $cache_file;;
1395 *) . ./$cache_file;;
1396 esac
1397 fi
1398else
1399 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1400echo "$as_me: creating cache $cache_file" >&6;}
1401 >$cache_file
1402fi
1403
1404# Check that the precious variables saved in the cache have kept the same
1405# value.
1406ac_cache_corrupted=false
1407for ac_var in `(set) 2>&1 |
1408 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1409 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1410 eval ac_new_set=\$ac_env_${ac_var}_set
1411 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1412 eval ac_new_val="\$ac_env_${ac_var}_value"
1413 case $ac_old_set,$ac_new_set in
1414 set,)
1415 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1416echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1417 ac_cache_corrupted=: ;;
1418 ,set)
1419 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1420echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1421 ac_cache_corrupted=: ;;
1422 ,);;
1423 *)
1424 if test "x$ac_old_val" != "x$ac_new_val"; then
1425 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1426echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1427 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1428echo "$as_me: former value: $ac_old_val" >&2;}
1429 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1430echo "$as_me: current value: $ac_new_val" >&2;}
1431 ac_cache_corrupted=:
1432 fi;;
1433 esac
1434 # Pass precious variables to config.status.
1435 if test "$ac_new_set" = set; then
1436 case $ac_new_val in
1437 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1438 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1439 *) ac_arg=$ac_var=$ac_new_val ;;
1440 esac
1441 case " $ac_configure_args " in
1442 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1443 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1444 esac
1445 fi
1446done
1447if $ac_cache_corrupted; then
1448 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1449echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1450 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1451echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1452 { (exit 1); exit 1; }; }
1453fi
1454
1455ac_ext=c
1456ac_cpp='$CPP $CPPFLAGS'
1457ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1458ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1459ac_compiler_gnu=$ac_cv_c_compiler_gnu
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
698dcdb6 1477
8284b0c5 1478
7c66a493 1479
a0b9e27f
MB
1480
1481
a0b9e27f 1482
a0b9e27f 1483
a0b9e27f 1484
a0b9e27f 1485
a0b9e27f 1486
a0b9e27f 1487
e6cc62c6
VS
1488
1489
1490ac_aux_dir=
1491for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1492 if test -f $ac_dir/install-sh; then
1493 ac_aux_dir=$ac_dir
1494 ac_install_sh="$ac_aux_dir/install-sh -c"
1495 break
1496 elif test -f $ac_dir/install.sh; then
1497 ac_aux_dir=$ac_dir
1498 ac_install_sh="$ac_aux_dir/install.sh -c"
1499 break
1500 elif test -f $ac_dir/shtool; then
1501 ac_aux_dir=$ac_dir
1502 ac_install_sh="$ac_aux_dir/shtool install -c"
1503 break
1504 fi
1505done
1506if test -z "$ac_aux_dir"; then
1507 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1508echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1509 { (exit 1); exit 1; }; }
1510fi
1511ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1512ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1513ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1514
1515# Make sure we can run config.sub.
1516$ac_config_sub sun4 >/dev/null 2>&1 ||
1517 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1518echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1519 { (exit 1); exit 1; }; }
1520
1521echo "$as_me:$LINENO: checking build system type" >&5
1522echo $ECHO_N "checking build system type... $ECHO_C" >&6
1523if test "${ac_cv_build+set}" = set; then
1524 echo $ECHO_N "(cached) $ECHO_C" >&6
1525else
1526 ac_cv_build_alias=$build_alias
1527test -z "$ac_cv_build_alias" &&
1528 ac_cv_build_alias=`$ac_config_guess`
1529test -z "$ac_cv_build_alias" &&
1530 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1531echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1532 { (exit 1); exit 1; }; }
1533ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1534 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1535echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1536 { (exit 1); exit 1; }; }
1537
1538fi
1539echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1540echo "${ECHO_T}$ac_cv_build" >&6
1541build=$ac_cv_build
1542build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1543build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1544build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1545
1546
1547echo "$as_me:$LINENO: checking host system type" >&5
1548echo $ECHO_N "checking host system type... $ECHO_C" >&6
1549if test "${ac_cv_host+set}" = set; then
1550 echo $ECHO_N "(cached) $ECHO_C" >&6
1551else
1552 ac_cv_host_alias=$host_alias
1553test -z "$ac_cv_host_alias" &&
1554 ac_cv_host_alias=$ac_cv_build_alias
1555ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1556 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1557echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1558 { (exit 1); exit 1; }; }
1559
1560fi
1561echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1562echo "${ECHO_T}$ac_cv_host" >&6
1563host=$ac_cv_host
1564host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1565host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1566host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1567
1568
1569echo "$as_me:$LINENO: checking target system type" >&5
1570echo $ECHO_N "checking target system type... $ECHO_C" >&6
1571if test "${ac_cv_target+set}" = set; then
1572 echo $ECHO_N "(cached) $ECHO_C" >&6
1573else
1574 ac_cv_target_alias=$target_alias
1575test "x$ac_cv_target_alias" = "x" &&
1576 ac_cv_target_alias=$ac_cv_host_alias
1577ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1578 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1579echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1580 { (exit 1); exit 1; }; }
1581
1582fi
1583echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1584echo "${ECHO_T}$ac_cv_target" >&6
1585target=$ac_cv_target
1586target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1587target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1588target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1589
1590
1591# The aliases save the names the user supplied, while $host etc.
1592# will get canonicalized.
1593test -n "$target_alias" &&
7c66a493
VZ
1594 test "$program_prefix$program_suffix$program_transform_name" = \
1595 NONENONEs,x,x, &&
1596 program_prefix=${target_alias}-
8284b0c5
MB
1597
1598
a0b9e27f 1599
10f2d63a 1600WX_MAJOR_VERSION_NUMBER=2
34bed6d9
VZ
1601WX_MINOR_VERSION_NUMBER=5
1602WX_RELEASE_NUMBER=0
10f2d63a 1603
10f2d63a 1604WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
10f2d63a 1605WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
6426998c 1606
978f1259
RL
1607WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1608
34bed6d9 1609WX_CURRENT=0
6426998c
RL
1610WX_REVISION=0
1611WX_AGE=0
1612
8284b0c5
MB
1613
1614
10f2d63a
VZ
1615USE_UNIX=1
1616USE_WIN32=0
f9bc1684 1617USE_DOS=0
b12915c1 1618USE_BEOS=0
1216f52d 1619USE_MAC=0
b12915c1 1620
10f2d63a 1621USE_AIX=
fe0895cf
VS
1622USE_BSD= USE_DARWIN= USE_FREEBSD=
1623USE_GNU= USE_HPUX=
89e3b3e4 1624USE_LINUX=
f6bcfd97 1625USE_NETBSD=
89e3b3e4 1626USE_OPENBSD=
fe0895cf
VS
1627USE_OSF= USE_SGI=
1628USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
10f2d63a 1629USE_ULTRIX=
89e3b3e4
VZ
1630USE_UNIXWARE=
1631
1632USE_ALPHA=
10f2d63a 1633
ab9b9eab
VZ
1634NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1635
ac0c4cc3 1636ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
10f2d63a 1637
ac0c4cc3 1638DEFAULT_wxUSE_COCOA=0
10f2d63a 1639DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1640DEFAULT_wxUSE_MAC=0
1641DEFAULT_wxUSE_MGL=0
1725144d 1642DEFAULT_wxUSE_MICROWIN=0
10f2d63a
VZ
1643DEFAULT_wxUSE_MOTIF=0
1644DEFAULT_wxUSE_MSW=0
e07802fc 1645DEFAULT_wxUSE_PM=0
f79bd02d 1646DEFAULT_wxUSE_X11=0
10f2d63a 1647
ac0c4cc3 1648DEFAULT_DEFAULT_wxUSE_COCOA=0
10f2d63a 1649DEFAULT_DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1650DEFAULT_DEFAULT_wxUSE_MAC=0
1651DEFAULT_DEFAULT_wxUSE_MGL=0
1725144d 1652DEFAULT_DEFAULT_wxUSE_MICROWIN=0
10f2d63a
VZ
1653DEFAULT_DEFAULT_wxUSE_MOTIF=0
1654DEFAULT_DEFAULT_wxUSE_MSW=0
e07802fc 1655DEFAULT_DEFAULT_wxUSE_PM=0
f79bd02d 1656DEFAULT_DEFAULT_wxUSE_X11=0
10f2d63a 1657
d6a55c4b 1658PROGRAM_EXT=
3a922bb4 1659SO_SUFFIX=so
fe0895cf 1660SAMPLES_RPATH_FLAG=
d6a55c4b 1661
10f2d63a
VZ
1662case "${host}" in
1663 *-hp-hpux* )
1664 USE_HPUX=1
1665 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1666 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3a922bb4 1667 SO_SUFFIX=sl
e6cc62c6 1668 cat >>confdefs.h <<\_ACEOF
10f2d63a 1669#define __HPUX__ 1
e6cc62c6 1670_ACEOF
10f2d63a
VZ
1671
1672 ;;
1673 *-*-linux* )
1674 USE_LINUX=1
e6cc62c6 1675 cat >>confdefs.h <<\_ACEOF
10f2d63a 1676#define __LINUX__ 1
e6cc62c6 1677_ACEOF
10f2d63a
VZ
1678
1679 TMP=`uname -m`
1680 if test "x$TMP" = "xalpha"; then
1681 USE_ALPHA=1
e6cc62c6 1682 cat >>confdefs.h <<\_ACEOF
10f2d63a 1683#define __ALPHA__ 1
e6cc62c6 1684_ACEOF
fe0895cf
VS
1685
1686 fi
1687 DEFAULT_DEFAULT_wxUSE_GTK=1
1688 ;;
1689 *-*-gnu* )
1690 USE_GNU=1
e6cc62c6 1691 cat >>confdefs.h <<\_ACEOF
fe0895cf 1692#define __GNU__ 1
e6cc62c6 1693_ACEOF
fe0895cf
VS
1694
1695 TMP=`uname -m`
1696 if test "x$TMP" = "xalpha"; then
1697 USE_ALPHA=1
e6cc62c6 1698 cat >>confdefs.h <<\_ACEOF
fe0895cf 1699#define __ALPHA__ 1
e6cc62c6 1700_ACEOF
10f2d63a
VZ
1701
1702 fi
1703 DEFAULT_DEFAULT_wxUSE_GTK=1
1704 ;;
1705 *-*-irix5* | *-*-irix6* )
1706 USE_SGI=1
1707 USE_SVR4=1
e6cc62c6 1708 cat >>confdefs.h <<\_ACEOF
10f2d63a 1709#define __SGI__ 1
e6cc62c6 1710_ACEOF
10f2d63a 1711
e6cc62c6 1712 cat >>confdefs.h <<\_ACEOF
10f2d63a 1713#define __SVR4__ 1
e6cc62c6 1714_ACEOF
10f2d63a
VZ
1715
1716 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1717 ;;
1718 *-*-solaris2* )
1719 USE_SUN=1
1720 USE_SOLARIS=1
1721 USE_SVR4=1
e6cc62c6 1722 cat >>confdefs.h <<\_ACEOF
10f2d63a 1723#define __SUN__ 1
e6cc62c6 1724_ACEOF
10f2d63a 1725
e6cc62c6 1726 cat >>confdefs.h <<\_ACEOF
10f2d63a 1727#define __SOLARIS__ 1
e6cc62c6 1728_ACEOF
10f2d63a 1729
e6cc62c6 1730 cat >>confdefs.h <<\_ACEOF
10f2d63a 1731#define __SVR4__ 1
e6cc62c6 1732_ACEOF
10f2d63a
VZ
1733
1734 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1735 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1736 ;;
1737 *-*-sunos4* )
1738 USE_SUN=1
1739 USE_SUNOS=1
1740 USE_BSD=1
e6cc62c6 1741 cat >>confdefs.h <<\_ACEOF
10f2d63a 1742#define __SUN__ 1
e6cc62c6 1743_ACEOF
10f2d63a 1744
e6cc62c6 1745 cat >>confdefs.h <<\_ACEOF
10f2d63a 1746#define __SUNOS__ 1
e6cc62c6 1747_ACEOF
10f2d63a 1748
e6cc62c6 1749 cat >>confdefs.h <<\_ACEOF
10f2d63a 1750#define __BSD__ 1
e6cc62c6 1751_ACEOF
10f2d63a
VZ
1752
1753 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1754 ;;
f6bcfd97 1755 *-*-freebsd*)
10f2d63a
VZ
1756 USE_BSD=1
1757 USE_FREEBSD=1
e6cc62c6 1758 cat >>confdefs.h <<\_ACEOF
10f2d63a 1759#define __FREEBSD__ 1
e6cc62c6 1760_ACEOF
10f2d63a 1761
e6cc62c6 1762 cat >>confdefs.h <<\_ACEOF
10f2d63a 1763#define __BSD__ 1
e6cc62c6 1764_ACEOF
95c8801c
VS
1765
1766 DEFAULT_DEFAULT_wxUSE_GTK=1
1767 ;;
1768 *-*-openbsd*)
1769 USE_BSD=1
1770 USE_OPENBSD=1
e6cc62c6 1771 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1772#define __OPENBSD__ 1
e6cc62c6 1773_ACEOF
95c8801c 1774
e6cc62c6 1775 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1776#define __BSD__ 1
e6cc62c6 1777_ACEOF
f6bcfd97
BP
1778
1779 DEFAULT_DEFAULT_wxUSE_GTK=1
1780 ;;
1781 *-*-netbsd*)
1782 USE_BSD=1
1783 USE_NETBSD=1
e6cc62c6 1784 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1785#define __NETBSD__ 1
e6cc62c6 1786_ACEOF
f6bcfd97 1787
e6cc62c6 1788 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1789#define __BSD__ 1
e6cc62c6 1790_ACEOF
10f2d63a
VZ
1791
1792 DEFAULT_DEFAULT_wxUSE_GTK=1
1793 ;;
1794 *-*-osf* )
1795 USE_ALPHA=1
1796 USE_OSF=1
e6cc62c6 1797 cat >>confdefs.h <<\_ACEOF
10f2d63a 1798#define __ALPHA__ 1
e6cc62c6 1799_ACEOF
10f2d63a 1800
e6cc62c6 1801 cat >>confdefs.h <<\_ACEOF
10f2d63a 1802#define __OSF__ 1
e6cc62c6 1803_ACEOF
10f2d63a
VZ
1804
1805 DEFAULT_DEFAULT_wxUSE_MOTIF=1
f6bcfd97 1806 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1807 ;;
1808 *-*-dgux5* )
1809 USE_ALPHA=1
1810 USE_SVR4=1
e6cc62c6 1811 cat >>confdefs.h <<\_ACEOF
10f2d63a 1812#define __ALPHA__ 1
e6cc62c6 1813_ACEOF
10f2d63a 1814
e6cc62c6 1815 cat >>confdefs.h <<\_ACEOF
10f2d63a 1816#define __SVR4__ 1
e6cc62c6 1817_ACEOF
10f2d63a
VZ
1818
1819 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1820 ;;
1821 *-*-sysv5* )
1822 USE_SYSV=1
1823 USE_SVR4=1
e6cc62c6 1824 cat >>confdefs.h <<\_ACEOF
10f2d63a 1825#define __SYSV__ 1
e6cc62c6 1826_ACEOF
10f2d63a 1827
e6cc62c6 1828 cat >>confdefs.h <<\_ACEOF
10f2d63a 1829#define __SVR4__ 1
e6cc62c6 1830_ACEOF
10f2d63a
VZ
1831
1832 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1833 ;;
1834 *-*-aix* )
1835 USE_AIX=1
1836 USE_SYSV=1
1837 USE_SVR4=1
2b5f62a0 1838 SO_SUFFIX=a
e6cc62c6 1839 cat >>confdefs.h <<\_ACEOF
10f2d63a 1840#define __AIX__ 1
e6cc62c6 1841_ACEOF
10f2d63a 1842
e6cc62c6 1843 cat >>confdefs.h <<\_ACEOF
10f2d63a 1844#define __SYSV__ 1
e6cc62c6 1845_ACEOF
10f2d63a 1846
e6cc62c6 1847 cat >>confdefs.h <<\_ACEOF
10f2d63a 1848#define __SVR4__ 1
e6cc62c6 1849_ACEOF
10f2d63a
VZ
1850
1851 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1852 ;;
1853
89e3b3e4
VZ
1854 *-*-*UnixWare*)
1855 USE_SYSV=1
1856 USE_SVR4=1
1857 USE_UNIXWARE=1
e6cc62c6 1858 cat >>confdefs.h <<\_ACEOF
89e3b3e4 1859#define __UNIXWARE__ 1
e6cc62c6 1860_ACEOF
89e3b3e4
VZ
1861
1862 ;;
1863
1c8183e2 1864 *-*-cygwin* | *-*-mingw32* )
17234b26 1865 SO_SUFFIX=dll
cf27ef00 1866 PROGRAM_EXT=".exe"
7b7a7637 1867 RESCOMP=windres
10f2d63a
VZ
1868 DEFAULT_DEFAULT_wxUSE_MSW=1
1869 ;;
1870
f9bc1684
VS
1871 *-pc-msdosdjgpp )
1872 USE_UNIX=0
1873 USE_DOS=1
e6cc62c6 1874 cat >>confdefs.h <<\_ACEOF
f9bc1684 1875#define __DOS__ 1
e6cc62c6 1876_ACEOF
f9bc1684
VS
1877
1878 PROGRAM_EXT=".exe"
1879 DEFAULT_DEFAULT_wxUSE_MGL=1
24f5e003 1880 LIBS="$LIBS -lstdc++"
f9bc1684
VS
1881 ;;
1882
6fa882bd 1883 *-pc-os2_emx | *-pc-os2-emx )
e6cc62c6 1884 cat >>confdefs.h <<\_ACEOF
10f2d63a 1885#define __EMX__ 1
e6cc62c6 1886_ACEOF
10f2d63a 1887
cf27ef00 1888 PROGRAM_EXT=".exe"
e07802fc 1889 DEFAULT_DEFAULT_wxUSE_PM=1
10f2d63a
VZ
1890 ;;
1891
d08b457b
GD
1892 powerpc-*-darwin* )
1893 USE_BSD=1
f11bdd03 1894 USE_DARWIN=1
3a922bb4 1895 SO_SUFFIX=dylib
e6cc62c6 1896 cat >>confdefs.h <<\_ACEOF
f11bdd03 1897#define __BSD__ 1
e6cc62c6 1898_ACEOF
b4085ce6 1899
e6cc62c6 1900 cat >>confdefs.h <<\_ACEOF
f11bdd03 1901#define __DARWIN__ 1
e6cc62c6 1902_ACEOF
d08b457b 1903
e6cc62c6 1904 cat >>confdefs.h <<\_ACEOF
d08b457b 1905#define __POWERPC__ 1
e6cc62c6 1906_ACEOF
82d43113 1907
e6cc62c6 1908 cat >>confdefs.h <<\_ACEOF
82d43113 1909#define TARGET_CARBON 1
e6cc62c6 1910_ACEOF
b4085ce6
GD
1911
1912 DEFAULT_DEFAULT_wxUSE_MAC=1
1913 ;;
1914
b12915c1
VZ
1915 *-*-beos* )
1916 USE_BEOS=1
e6cc62c6 1917 cat >>confdefs.h <<\_ACEOF
b12915c1 1918#define __BEOS__ 1
e6cc62c6 1919_ACEOF
b12915c1
VZ
1920
1921 ;;
1922
10f2d63a 1923 *)
e6cc62c6
VS
1924 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1925echo "$as_me: error: unknown system type ${host}." >&2;}
1926 { (exit 1); exit 1; }; }
10f2d63a
VZ
1927esac
1928
8284b0c5
MB
1929
1930
1931
1932 wx_arg_cache_file="configarg.cache"
1933 echo "loading argument cache $wx_arg_cache_file"
10f2d63a
VZ
1934 rm -f ${wx_arg_cache_file}.tmp
1935 touch ${wx_arg_cache_file}.tmp
1936 touch ${wx_arg_cache_file}
e6cc62c6 1937
10f2d63a
VZ
1938
1939DEBUG_CONFIGURE=0
1940if test $DEBUG_CONFIGURE = 1; then
1e6feb95 1941 DEFAULT_wxUSE_UNIVERSAL=no
df5168c4 1942 DEFAULT_wxUSE_STL=no
1e6feb95 1943
d8356fa3
VZ
1944 DEFAULT_wxUSE_NANOX=no
1945
10f2d63a
VZ
1946 DEFAULT_wxUSE_THREADS=yes
1947
1948 DEFAULT_wxUSE_SHARED=yes
1e6feb95 1949 DEFAULT_wxUSE_OPTIMISE=no
10f2d63a
VZ
1950 DEFAULT_wxUSE_PROFILE=no
1951 DEFAULT_wxUSE_NO_DEPS=no
8f4a9a10
RR
1952 DEFAULT_wxUSE_NO_RTTI=no
1953 DEFAULT_wxUSE_NO_EXCEPTIONS=no
10f2d63a
VZ
1954 DEFAULT_wxUSE_PERMISSIVE=no
1955 DEFAULT_wxUSE_DEBUG_FLAG=yes
1956 DEFAULT_wxUSE_DEBUG_INFO=yes
1957 DEFAULT_wxUSE_DEBUG_GDB=yes
1958 DEFAULT_wxUSE_MEM_TRACING=no
1959 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1960 DEFAULT_wxUSE_DMALLOC=no
1961 DEFAULT_wxUSE_APPLE_IEEE=no
1962
1963 DEFAULT_wxUSE_LOG=yes
1e6feb95
VZ
1964 DEFAULT_wxUSE_LOGWINDOW=no
1965 DEFAULT_wxUSE_LOGGUI=no
69d27ff7 1966 DEFAULT_wxUSE_LOGDIALOG=no
10f2d63a
VZ
1967
1968 DEFAULT_wxUSE_GUI=yes
1e6feb95 1969 DEFAULT_wxUSE_CONTROLS=no
10f2d63a 1970
3e44f09d 1971 DEFAULT_wxUSE_REGEX=no
672abd7a
VS
1972 DEFAULT_wxUSE_XML=no
1973 DEFAULT_wxUSE_EXPAT=no
10f2d63a
VZ
1974 DEFAULT_wxUSE_ZLIB=no
1975 DEFAULT_wxUSE_LIBPNG=no
1976 DEFAULT_wxUSE_LIBJPEG=no
c7a2bf27 1977 DEFAULT_wxUSE_LIBTIFF=no
10f2d63a 1978 DEFAULT_wxUSE_ODBC=no
bdad4e7e 1979 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1980
eb4efbdc 1981 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
4f3c5f06 1982 DEFAULT_wxUSE_SNGLINST_CHECKER=no
10f2d63a 1983 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
1984 DEFAULT_wxUSE_CMDLINE_PARSER=no
1985 DEFAULT_wxUSE_DATETIME=no
1e6feb95
VZ
1986 DEFAULT_wxUSE_TIMER=no
1987 DEFAULT_wxUSE_STOPWATCH=no
10f2d63a 1988 DEFAULT_wxUSE_FILE=no
1e6feb95 1989 DEFAULT_wxUSE_FFILE=no
a3a584a7 1990 DEFAULT_wxUSE_TEXTBUFFER=no
10f2d63a 1991 DEFAULT_wxUSE_TEXTFILE=no
10f2d63a
VZ
1992 DEFAULT_wxUSE_WAVE=no
1993 DEFAULT_wxUSE_INTL=no
1994 DEFAULT_wxUSE_CONFIG=no
1e6feb95 1995 DEFAULT_wxUSE_FONTMAP=no
10f2d63a
VZ
1996 DEFAULT_wxUSE_STREAMS=no
1997 DEFAULT_wxUSE_SOCKETS=no
3bce6687
JS
1998 DEFAULT_wxUSE_OLE=no
1999 DEFAULT_wxUSE_DATAOBJ=no
10f2d63a 2000 DEFAULT_wxUSE_DIALUP_MANAGER=no
10f2d63a 2001 DEFAULT_wxUSE_JOYSTICK=no
6bff71f8 2002 DEFAULT_wxUSE_DYNLIB_CLASS=no
0b9ab0bd 2003 DEFAULT_wxUSE_DYNAMIC_LOADER=no
10f2d63a 2004 DEFAULT_wxUSE_LONGLONG=no
e8f65ba6 2005 DEFAULT_wxUSE_GEOMETRY=no
10f2d63a
VZ
2006
2007 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2008 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2009 DEFAULT_wxUSE_POSTSCRIPT=no
2010
10f2d63a
VZ
2011 DEFAULT_wxUSE_CLIPBOARD=no
2012 DEFAULT_wxUSE_TOOLTIPS=no
2013 DEFAULT_wxUSE_DRAG_AND_DROP=no
24fd6d87 2014 DEFAULT_wxUSE_DRAGIMAGE=no
10f2d63a
VZ
2015 DEFAULT_wxUSE_SPLINES=no
2016
2017 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2018 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2019 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2020
10f2d63a
VZ
2021 DEFAULT_wxUSE_RESOURCES=no
2022 DEFAULT_wxUSE_CONSTRAINTS=no
2023 DEFAULT_wxUSE_IPC=no
2024 DEFAULT_wxUSE_HELP=no
29fd3c0c 2025 DEFAULT_wxUSE_MS_HTML_HELP=no
3379ed37 2026 DEFAULT_wxUSE_WXHTML_HELP=no
24176f2c 2027 DEFAULT_wxUSE_TREELAYOUT=no
10f2d63a 2028 DEFAULT_wxUSE_METAFILE=no
1e6feb95 2029 DEFAULT_wxUSE_MIMETYPE=no
4cdb0ab0
VS
2030 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2031 DEFAULT_wxUSE_PROTOCOL=no
2032 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2033 DEFAULT_wxUSE_PROTOCOL_FTP=no
2034 DEFAULT_wxUSE_PROTOCOL_FILE=no
2035 DEFAULT_wxUSE_URL=no
3bd8fb5f 2036
10f2d63a 2037 DEFAULT_wxUSE_COMMONDLGS=no
1e6feb95
VZ
2038 DEFAULT_wxUSE_CHOICEDLG=no
2039 DEFAULT_wxUSE_COLOURDLG=no
10f2d63a 2040 DEFAULT_wxUSE_DIRDLG=no
1e6feb95 2041 DEFAULT_wxUSE_FILEDLG=no
8db37e06 2042 DEFAULT_wxUSE_FINDREPLDLG=no
1e6feb95
VZ
2043 DEFAULT_wxUSE_FONTDLG=no
2044 DEFAULT_wxUSE_MSGDLG=no
2045 DEFAULT_wxUSE_NUMBERDLG=no
10f2d63a 2046 DEFAULT_wxUSE_TEXTDLG=no
cbca9943 2047 DEFAULT_wxUSE_SPLASH=no
10f2d63a
VZ
2048 DEFAULT_wxUSE_STARTUP_TIPS=no
2049 DEFAULT_wxUSE_PROGRESSDLG=no
b1f5d087
VZ
2050 DEFAULT_wxUSE_WIZARDDLG=no
2051
1e6feb95 2052 DEFAULT_wxUSE_MENUS=no
10f2d63a
VZ
2053 DEFAULT_wxUSE_MINIFRAME=no
2054 DEFAULT_wxUSE_HTML=no
24528b0c 2055 DEFAULT_wxUSE_FILESYSTEM=no
10f2d63a
VZ
2056 DEFAULT_wxUSE_FS_INET=no
2057 DEFAULT_wxUSE_FS_ZIP=no
2058 DEFAULT_wxUSE_BUSYINFO=no
2059 DEFAULT_wxUSE_ZIPSTREAM=no
1e6feb95 2060 DEFAULT_wxUSE_VALIDATORS=no
10f2d63a
VZ
2061
2062 DEFAULT_wxUSE_ACCEL=no
1e6feb95 2063 DEFAULT_wxUSE_BUTTON=no
10f2d63a 2064 DEFAULT_wxUSE_BMPBUTTON=no
1e6feb95
VZ
2065 DEFAULT_wxUSE_CALCTRL=no
2066 DEFAULT_wxUSE_CARET=no
10f2d63a
VZ
2067 DEFAULT_wxUSE_CHECKBOX=no
2068 DEFAULT_wxUSE_CHECKLST=no
1e6feb95 2069 DEFAULT_wxUSE_CHOICE=no
10f2d63a 2070 DEFAULT_wxUSE_COMBOBOX=no
da494b40 2071 DEFAULT_wxUSE_DISPLAY=no
10f2d63a
VZ
2072 DEFAULT_wxUSE_GAUGE=no
2073 DEFAULT_wxUSE_GRID=no
10f2d63a
VZ
2074 DEFAULT_wxUSE_IMAGLIST=no
2075 DEFAULT_wxUSE_LISTBOX=no
2076 DEFAULT_wxUSE_LISTCTRL=no
2077 DEFAULT_wxUSE_NOTEBOOK=no
2078 DEFAULT_wxUSE_RADIOBOX=no
2079 DEFAULT_wxUSE_RADIOBTN=no
2080 DEFAULT_wxUSE_SASH=no
2081 DEFAULT_wxUSE_SCROLLBAR=no
2082 DEFAULT_wxUSE_SLIDER=no
2083 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 2084 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
2085 DEFAULT_wxUSE_SPLITTER=no
2086 DEFAULT_wxUSE_STATBMP=no
2087 DEFAULT_wxUSE_STATBOX=no
2088 DEFAULT_wxUSE_STATLINE=no
1e6feb95 2089 DEFAULT_wxUSE_STATTEXT=no
10f2d63a
VZ
2090 DEFAULT_wxUSE_STATUSBAR=yes
2091 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 2092 DEFAULT_wxUSE_TEXTCTRL=no
1db8dc4a 2093 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 2094 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
2095 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2096 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a 2097 DEFAULT_wxUSE_TREECTRL=no
9f41d601 2098 DEFAULT_wxUSE_POPUPWIN=no
9926e4a4 2099 DEFAULT_wxUSE_TIPWINDOW=no
10f2d63a
VZ
2100
2101 DEFAULT_wxUSE_UNICODE=no
a72a4bfa 2102 DEFAULT_wxUSE_UNICODE_MSLU=no
10f2d63a
VZ
2103 DEFAULT_wxUSE_WCSRTOMBS=no
2104
edae8572 2105 DEFAULT_wxUSE_PALETTE=no
0046ff7c 2106 DEFAULT_wxUSE_IMAGE=no
10f2d63a
VZ
2107 DEFAULT_wxUSE_GIF=no
2108 DEFAULT_wxUSE_PCX=no
2109 DEFAULT_wxUSE_PNM=no
4b6b4dfc 2110 DEFAULT_wxUSE_IFF=no
0046ff7c 2111 DEFAULT_wxUSE_XPM=no
658974ae 2112 DEFAULT_wxUSE_ICO_CUR=no
7bb2947d 2113 DEFAULT_wxUSE_ACCESSIBILITY=no
9747f85d
VS
2114
2115 DEFAULT_wxUSE_MONOLITHIC=yes
10f2d63a 2116else
1e6feb95 2117 DEFAULT_wxUSE_UNIVERSAL=no
df5168c4 2118 DEFAULT_wxUSE_STL=no
1e6feb95 2119
d8356fa3
VZ
2120 DEFAULT_wxUSE_NANOX=no
2121
10f2d63a
VZ
2122 DEFAULT_wxUSE_THREADS=yes
2123
2124 DEFAULT_wxUSE_SHARED=yes
2125 DEFAULT_wxUSE_OPTIMISE=yes
2126 DEFAULT_wxUSE_PROFILE=no
2127 DEFAULT_wxUSE_NO_DEPS=no
8f4a9a10
RR
2128 DEFAULT_wxUSE_NO_RTTI=no
2129 DEFAULT_wxUSE_NO_EXCEPTIONS=no
10f2d63a
VZ
2130 DEFAULT_wxUSE_PERMISSIVE=no
2131 DEFAULT_wxUSE_DEBUG_FLAG=no
2132 DEFAULT_wxUSE_DEBUG_INFO=no
2133 DEFAULT_wxUSE_DEBUG_GDB=no
2134 DEFAULT_wxUSE_MEM_TRACING=no
2135 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2136 DEFAULT_wxUSE_DMALLOC=no
2137 DEFAULT_wxUSE_APPLE_IEEE=yes
2138
2139 DEFAULT_wxUSE_LOG=yes
d73be714
VZ
2140 DEFAULT_wxUSE_LOGWINDOW=yes
2141 DEFAULT_wxUSE_LOGGUI=yes
69d27ff7 2142 DEFAULT_wxUSE_LOGDIALOG=yes
10f2d63a
VZ
2143
2144 DEFAULT_wxUSE_GUI=yes
2145
831b3152 2146 DEFAULT_wxUSE_REGEX=yes
672abd7a
VS
2147 DEFAULT_wxUSE_XML=yes
2148 DEFAULT_wxUSE_EXPAT=yes
10f2d63a
VZ
2149 DEFAULT_wxUSE_ZLIB=yes
2150 DEFAULT_wxUSE_LIBPNG=yes
2151 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 2152 DEFAULT_wxUSE_LIBTIFF=yes
16b52fa1 2153 DEFAULT_wxUSE_ODBC=no
bdad4e7e 2154 DEFAULT_wxUSE_OPENGL=no
10f2d63a 2155
eb4efbdc 2156 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
4f3c5f06 2157 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
10f2d63a 2158 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
2159 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2160 DEFAULT_wxUSE_DATETIME=yes
1e6feb95
VZ
2161 DEFAULT_wxUSE_TIMER=yes
2162 DEFAULT_wxUSE_STOPWATCH=yes
10f2d63a 2163 DEFAULT_wxUSE_FILE=yes
1e6feb95 2164 DEFAULT_wxUSE_FFILE=yes
a3a584a7 2165 DEFAULT_wxUSE_TEXTBUFFER=yes
10f2d63a 2166 DEFAULT_wxUSE_TEXTFILE=yes
10f2d63a
VZ
2167 DEFAULT_wxUSE_WAVE=no
2168 DEFAULT_wxUSE_INTL=yes
2169 DEFAULT_wxUSE_CONFIG=yes
1e6feb95 2170 DEFAULT_wxUSE_FONTMAP=yes
10f2d63a
VZ
2171 DEFAULT_wxUSE_STREAMS=yes
2172 DEFAULT_wxUSE_SOCKETS=yes
3bce6687
JS
2173 DEFAULT_wxUSE_OLE=yes
2174 DEFAULT_wxUSE_DATAOBJ=yes
10f2d63a 2175 DEFAULT_wxUSE_DIALUP_MANAGER=yes
10f2d63a 2176 DEFAULT_wxUSE_JOYSTICK=yes
6bff71f8 2177 DEFAULT_wxUSE_DYNLIB_CLASS=yes
9337b578 2178 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
b685cd9b 2179 DEFAULT_wxUSE_LONGLONG=yes
e8f65ba6 2180 DEFAULT_wxUSE_GEOMETRY=yes
10f2d63a
VZ
2181
2182 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2183 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2184 DEFAULT_wxUSE_POSTSCRIPT=yes
2185
10f2d63a
VZ
2186 DEFAULT_wxUSE_CLIPBOARD=yes
2187 DEFAULT_wxUSE_TOOLTIPS=yes
2188 DEFAULT_wxUSE_DRAG_AND_DROP=yes
24fd6d87 2189 DEFAULT_wxUSE_DRAGIMAGE=yes
10f2d63a
VZ
2190 DEFAULT_wxUSE_SPLINES=yes
2191
2192 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2193 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2194 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2195
2b5f62a0 2196 DEFAULT_wxUSE_RESOURCES=no
10f2d63a
VZ
2197 DEFAULT_wxUSE_CONSTRAINTS=yes
2198 DEFAULT_wxUSE_IPC=yes
2199 DEFAULT_wxUSE_HELP=yes
29fd3c0c 2200 DEFAULT_wxUSE_MS_HTML_HELP=yes
3379ed37 2201 DEFAULT_wxUSE_WXHTML_HELP=yes
24176f2c 2202 DEFAULT_wxUSE_TREELAYOUT=yes
10f2d63a 2203 DEFAULT_wxUSE_METAFILE=yes
1e6feb95 2204 DEFAULT_wxUSE_MIMETYPE=yes
3e44f09d 2205 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
4cdb0ab0
VS
2206 DEFAULT_wxUSE_PROTOCOL=yes
2207 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2208 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2209 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2210 DEFAULT_wxUSE_URL=yes
10f2d63a
VZ
2211
2212 DEFAULT_wxUSE_COMMONDLGS=yes
1e6feb95
VZ
2213 DEFAULT_wxUSE_CHOICEDLG=yes
2214 DEFAULT_wxUSE_COLOURDLG=yes
10f2d63a 2215 DEFAULT_wxUSE_DIRDLG=yes
1e6feb95 2216 DEFAULT_wxUSE_FILEDLG=yes
8db37e06 2217 DEFAULT_wxUSE_FINDREPLDLG=yes
1e6feb95
VZ
2218 DEFAULT_wxUSE_FONTDLG=yes
2219 DEFAULT_wxUSE_MSGDLG=yes
2220 DEFAULT_wxUSE_NUMBERDLG=yes
10f2d63a 2221 DEFAULT_wxUSE_TEXTDLG=yes
cbca9943 2222 DEFAULT_wxUSE_SPLASH=yes
10f2d63a
VZ
2223 DEFAULT_wxUSE_STARTUP_TIPS=yes
2224 DEFAULT_wxUSE_PROGRESSDLG=yes
f33f19dd
VZ
2225 DEFAULT_wxUSE_WIZARDDLG=yes
2226
1e6feb95 2227 DEFAULT_wxUSE_MENUS=yes
10f2d63a
VZ
2228 DEFAULT_wxUSE_MINIFRAME=yes
2229 DEFAULT_wxUSE_HTML=yes
24528b0c 2230 DEFAULT_wxUSE_FILESYSTEM=yes
10f2d63a
VZ
2231 DEFAULT_wxUSE_FS_INET=yes
2232 DEFAULT_wxUSE_FS_ZIP=yes
2233 DEFAULT_wxUSE_BUSYINFO=yes
2234 DEFAULT_wxUSE_ZIPSTREAM=yes
2235 DEFAULT_wxUSE_VALIDATORS=yes
2236
2237 DEFAULT_wxUSE_ACCEL=yes
1e6feb95 2238 DEFAULT_wxUSE_BUTTON=yes
10f2d63a 2239 DEFAULT_wxUSE_BMPBUTTON=yes
1e6feb95
VZ
2240 DEFAULT_wxUSE_CALCTRL=yes
2241 DEFAULT_wxUSE_CARET=yes
10f2d63a
VZ
2242 DEFAULT_wxUSE_CHECKBOX=yes
2243 DEFAULT_wxUSE_CHECKLST=yes
2244 DEFAULT_wxUSE_CHOICE=yes
2245 DEFAULT_wxUSE_COMBOBOX=yes
da494b40 2246 DEFAULT_wxUSE_DISPLAY=no
10f2d63a
VZ
2247 DEFAULT_wxUSE_GAUGE=yes
2248 DEFAULT_wxUSE_GRID=yes
10f2d63a
VZ
2249 DEFAULT_wxUSE_IMAGLIST=yes
2250 DEFAULT_wxUSE_LISTBOX=yes
2251 DEFAULT_wxUSE_LISTCTRL=yes
2252 DEFAULT_wxUSE_NOTEBOOK=yes
2253 DEFAULT_wxUSE_RADIOBOX=yes
2254 DEFAULT_wxUSE_RADIOBTN=yes
2255 DEFAULT_wxUSE_SASH=yes
2256 DEFAULT_wxUSE_SCROLLBAR=yes
2257 DEFAULT_wxUSE_SLIDER=yes
2258 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 2259 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
2260 DEFAULT_wxUSE_SPLITTER=yes
2261 DEFAULT_wxUSE_STATBMP=yes
2262 DEFAULT_wxUSE_STATBOX=yes
2263 DEFAULT_wxUSE_STATLINE=yes
1e6feb95 2264 DEFAULT_wxUSE_STATTEXT=yes
10f2d63a
VZ
2265 DEFAULT_wxUSE_STATUSBAR=yes
2266 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 2267 DEFAULT_wxUSE_TEXTCTRL=yes
1db8dc4a 2268 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 2269 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
2270 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2271 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a 2272 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 2273 DEFAULT_wxUSE_POPUPWIN=yes
9926e4a4 2274 DEFAULT_wxUSE_TIPWINDOW=yes
10f2d63a
VZ
2275
2276 DEFAULT_wxUSE_UNICODE=no
a72a4bfa 2277 DEFAULT_wxUSE_UNICODE_MSLU=yes
10f2d63a
VZ
2278 DEFAULT_wxUSE_WCSRTOMBS=no
2279
edae8572 2280 DEFAULT_wxUSE_PALETTE=yes
0046ff7c 2281 DEFAULT_wxUSE_IMAGE=yes
10f2d63a
VZ
2282 DEFAULT_wxUSE_GIF=yes
2283 DEFAULT_wxUSE_PCX=yes
cc0e8480 2284 DEFAULT_wxUSE_IFF=no
10f2d63a 2285 DEFAULT_wxUSE_PNM=yes
0046ff7c 2286 DEFAULT_wxUSE_XPM=yes
658974ae 2287 DEFAULT_wxUSE_ICO_CUR=yes
7bb2947d 2288 DEFAULT_wxUSE_ACCESSIBILITY=no
9747f85d
VS
2289
2290 DEFAULT_wxUSE_MONOLITHIC=yes
10f2d63a
VZ
2291fi
2292
8284b0c5
MB
2293
2294
10f2d63a 2295for toolkit in `echo $ALL_TOOLKITS`; do
d74f4b5a
VZ
2296 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2297 if test "x$LINE" != "x" ; then
10f2d63a
VZ
2298 has_toolkit_in_cache=1
2299 eval "DEFAULT_$LINE"
2300 eval "CACHE_$toolkit=1"
2301 fi
2302done
2303
8284b0c5
MB
2304
2305
5005acfe 2306 enablestring=
e6cc62c6
VS
2307 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2308echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
10f2d63a
VZ
2309 no_cache=0
2310 # Check whether --enable-gui or --disable-gui was given.
2311if test "${enable_gui+set}" = set; then
2312 enableval="$enable_gui"
e6cc62c6 2313
10f2d63a
VZ
2314 if test "$enableval" = yes; then
2315 ac_cv_use_gui='wxUSE_GUI=yes'
2316 else
2317 ac_cv_use_gui='wxUSE_GUI=no'
2318 fi
e6cc62c6 2319
10f2d63a 2320else
e6cc62c6 2321
10f2d63a
VZ
2322 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2323 if test "x$LINE" != x ; then
2324 eval "DEFAULT_$LINE"
2325 else
2326 no_cache=1
2327 fi
2328
2329 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
10f2d63a 2330
e6cc62c6 2331fi;
10f2d63a
VZ
2332
2333 eval "$ac_cv_use_gui"
2334 if test "$no_cache" != 1; then
2335 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2336 fi
2337
2338 if test "$wxUSE_GUI" = yes; then
e6cc62c6
VS
2339 echo "$as_me:$LINENO: result: yes" >&5
2340echo "${ECHO_T}yes" >&6
10f2d63a 2341 else
e6cc62c6
VS
2342 echo "$as_me:$LINENO: result: no" >&5
2343echo "${ECHO_T}no" >&6
10f2d63a 2344 fi
e6cc62c6 2345
10f2d63a 2346
9747f85d
VS
2347 enablestring=
2348 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2349echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2350 no_cache=0
2351 # Check whether --enable-monolithic or --disable-monolithic was given.
2352if test "${enable_monolithic+set}" = set; then
2353 enableval="$enable_monolithic"
2354
2355 if test "$enableval" = yes; then
2356 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2357 else
2358 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2359 fi
2360
2361else
2362
2363 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2364 if test "x$LINE" != x ; then
2365 eval "DEFAULT_$LINE"
2366 else
2367 no_cache=1
2368 fi
2369
2370 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2371
2372fi;
2373
2374 eval "$ac_cv_use_monolithic"
2375 if test "$no_cache" != 1; then
2376 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2377 fi
2378
2379 if test "$wxUSE_MONOLITHIC" = yes; then
2380 echo "$as_me:$LINENO: result: yes" >&5
2381echo "${ECHO_T}yes" >&6
2382 else
2383 echo "$as_me:$LINENO: result: no" >&5
2384echo "${ECHO_T}no" >&6
2385 fi
2386
2387
b12915c1 2388if test "$wxUSE_GUI" = "yes"; then
10f2d63a 2389
8284b0c5 2390
5005acfe 2391 enablestring=
e6cc62c6
VS
2392 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2393echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
1e6feb95
VZ
2394 no_cache=0
2395 # Check whether --enable-universal or --disable-universal was given.
2396if test "${enable_universal+set}" = set; then
2397 enableval="$enable_universal"
e6cc62c6 2398
1e6feb95
VZ
2399 if test "$enableval" = yes; then
2400 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2401 else
2402 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2403 fi
e6cc62c6 2404
1e6feb95 2405else
e6cc62c6 2406
1e6feb95
VZ
2407 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2408 if test "x$LINE" != x ; then
2409 eval "DEFAULT_$LINE"
2410 else
2411 no_cache=1
2412 fi
2413
2414 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1e6feb95 2415
e6cc62c6 2416fi;
1e6feb95
VZ
2417
2418 eval "$ac_cv_use_universal"
2419 if test "$no_cache" != 1; then
2420 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2421 fi
2422
2423 if test "$wxUSE_UNIVERSAL" = yes; then
e6cc62c6
VS
2424 echo "$as_me:$LINENO: result: yes" >&5
2425echo "${ECHO_T}yes" >&6
1e6feb95 2426 else
e6cc62c6
VS
2427 echo "$as_me:$LINENO: result: no" >&5
2428echo "${ECHO_T}no" >&6
1e6feb95 2429 fi
e6cc62c6
VS
2430
2431
10f2d63a
VZ
2432# Check whether --with-gtk or --without-gtk was given.
2433if test "${with_gtk+set}" = set; then
2434 withval="$with_gtk"
2435 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
e6cc62c6 2436fi;
10f2d63a
VZ
2437
2438# Check whether --with-motif or --without-motif was given.
2439if test "${with_motif+set}" = set; then
2440 withval="$with_motif"
2441 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
e6cc62c6 2442fi;
10f2d63a 2443
b4085ce6
GD
2444# Check whether --with-mac or --without-mac was given.
2445if test "${with_mac+set}" = set; then
2446 withval="$with_mac"
2447 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
e6cc62c6 2448fi;
b4085ce6 2449
ac0c4cc3
DE
2450# Check whether --with-cocoa or --without-cocoa was given.
2451if test "${with_cocoa+set}" = set; then
2452 withval="$with_cocoa"
2453 wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1
e6cc62c6 2454fi;
ac0c4cc3 2455
10f2d63a
VZ
2456# Check whether --with-wine or --without-wine was given.
2457if test "${with_wine+set}" = set; then
2458 withval="$with_wine"
89e6bf6d 2459 wxUSE_WINE="$withval" CACHE_WINE=1
e6cc62c6 2460fi;
10f2d63a 2461
77e13408
RL
2462# Check whether --with-msw or --without-msw was given.
2463if test "${with_msw+set}" = set; then
2464 withval="$with_msw"
b4efce5e 2465 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
e6cc62c6 2466fi;
10f2d63a 2467
e07802fc
VZ
2468# Check whether --with-pm or --without-pm was given.
2469if test "${with_pm+set}" = set; then
2470 withval="$with_pm"
2471 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
e6cc62c6 2472fi;
698dcdb6 2473
1e6feb95
VZ
2474# Check whether --with-mgl or --without-mgl was given.
2475if test "${with_mgl+set}" = set; then
2476 withval="$with_mgl"
6c657b52 2477 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
e6cc62c6 2478fi;
1e6feb95 2479
1725144d
RR
2480# Check whether --with-microwin or --without-microwin was given.
2481if test "${with_microwin+set}" = set; then
2482 withval="$with_microwin"
2483 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
e6cc62c6 2484fi;
1725144d 2485
f79bd02d
JS
2486# Check whether --with-x11 or --without-x11 was given.
2487if test "${with_x11+set}" = set; then
2488 withval="$with_x11"
3c011993 2489 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
e6cc62c6 2490fi;
a0b9e27f 2491
5005acfe 2492 enablestring=
e6cc62c6
VS
2493 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2494echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
d8356fa3 2495 no_cache=0
ba875e66
VZ
2496 # Check whether --enable-nanox or --disable-nanox was given.
2497if test "${enable_nanox+set}" = set; then
2498 enableval="$enable_nanox"
e6cc62c6 2499
d8356fa3 2500 if test "$enableval" = yes; then
ba875e66 2501 ac_cv_use_nanox='wxUSE_NANOX=yes'
d8356fa3 2502 else
ba875e66 2503 ac_cv_use_nanox='wxUSE_NANOX=no'
d8356fa3 2504 fi
e6cc62c6 2505
d8356fa3 2506else
e6cc62c6 2507
d8356fa3
VZ
2508 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2509 if test "x$LINE" != x ; then
2510 eval "DEFAULT_$LINE"
2511 else
2512 no_cache=1
2513 fi
2514
ba875e66 2515 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
d8356fa3 2516
e6cc62c6 2517fi;
d8356fa3 2518
ba875e66 2519 eval "$ac_cv_use_nanox"
d8356fa3 2520 if test "$no_cache" != 1; then
ba875e66 2521 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
d8356fa3
VZ
2522 fi
2523
2524 if test "$wxUSE_NANOX" = yes; then
e6cc62c6
VS
2525 echo "$as_me:$LINENO: result: yes" >&5
2526echo "${ECHO_T}yes" >&6
d8356fa3 2527 else
e6cc62c6
VS
2528 echo "$as_me:$LINENO: result: no" >&5
2529echo "${ECHO_T}no" >&6
d8356fa3 2530 fi
e6cc62c6 2531
8284b0c5 2532
d74f4b5a 2533
5005acfe 2534 enablestring=
e6cc62c6
VS
2535 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2536echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
d74f4b5a
VZ
2537 no_cache=0
2538 # Check whether --enable-gtk2 or --disable-gtk2 was given.
8168de4c
VZ
2539if test "${enable_gtk2+set}" = set; then
2540 enableval="$enable_gtk2"
e6cc62c6 2541
d74f4b5a
VZ
2542 if test "$enableval" = yes; then
2543 ac_cv_use_gtk2='wxUSE_GTK2=yes'
2544 else
2545 ac_cv_use_gtk2='wxUSE_GTK2=no'
2546 fi
e6cc62c6 2547
10f2d63a 2548else
e6cc62c6 2549
d74f4b5a
VZ
2550 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2551 if test "x$LINE" != x ; then
2552 eval "DEFAULT_$LINE"
2553 else
2554 no_cache=1
2555 fi
2556
2557 ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
52127426 2558
e6cc62c6 2559fi;
328a083c 2560
d74f4b5a
VZ
2561 eval "$ac_cv_use_gtk2"
2562 if test "$no_cache" != 1; then
2563 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2564 fi
2565
2566 if test "$wxUSE_GTK2" = yes; then
e6cc62c6
VS
2567 echo "$as_me:$LINENO: result: yes" >&5
2568echo "${ECHO_T}yes" >&6
d74f4b5a 2569 else
e6cc62c6
VS
2570 echo "$as_me:$LINENO: result: no" >&5
2571echo "${ECHO_T}no" >&6
d74f4b5a 2572 fi
d74f4b5a 2573
5c6fa7d2 2574
e6cc62c6
VS
2575
2576 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2577echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
8284b0c5 2578 no_cache=0
e6cc62c6
VS
2579
2580# Check whether --with-libpng or --without-libpng was given.
b12915c1
VZ
2581if test "${with_libpng+set}" = set; then
2582 withval="$with_libpng"
e6cc62c6 2583
10f2d63a 2584 if test "$withval" = yes; then
b12915c1 2585 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
422107f9 2586 elif test "$withval" = no; then
b12915c1 2587 ac_cv_use_libpng='wxUSE_LIBPNG=no'
422107f9
VZ
2588 elif test "$withval" = sys; then
2589 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
4f14bcd8
GD
2590 elif test "$withval" = builtin; then
2591 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
422107f9 2592 else
e6cc62c6
VS
2593 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2594echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2595 { (exit 1); exit 1; }; }
10f2d63a 2596 fi
e6cc62c6 2597
10f2d63a 2598else
e6cc62c6 2599
b12915c1 2600 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
2601 if test "x$LINE" != x ; then
2602 eval "DEFAULT_$LINE"
2603 else
2604 no_cache=1
2605 fi
2606
b12915c1 2607 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
10f2d63a 2608
e6cc62c6 2609fi;
10f2d63a 2610
b12915c1 2611 eval "$ac_cv_use_libpng"
10f2d63a 2612 if test "$no_cache" != 1; then
b12915c1 2613 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2614 fi
2615
b12915c1 2616 if test "$wxUSE_LIBPNG" = yes; then
e6cc62c6
VS
2617 echo "$as_me:$LINENO: result: yes" >&5
2618echo "${ECHO_T}yes" >&6
422107f9 2619 elif test "$wxUSE_LIBPNG" = no; then
e6cc62c6
VS
2620 echo "$as_me:$LINENO: result: no" >&5
2621echo "${ECHO_T}no" >&6
422107f9 2622 elif test "$wxUSE_LIBPNG" = sys; then
e6cc62c6
VS
2623 echo "$as_me:$LINENO: result: system version" >&5
2624echo "${ECHO_T}system version" >&6
4f14bcd8 2625 elif test "$wxUSE_LIBPNG" = builtin; then
e6cc62c6
VS
2626 echo "$as_me:$LINENO: result: builtin version" >&5
2627echo "${ECHO_T}builtin version" >&6
422107f9 2628 else
e6cc62c6
VS
2629 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2630echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2631 { (exit 1); exit 1; }; }
10f2d63a 2632 fi
10f2d63a 2633
e6cc62c6
VS
2634
2635 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2636echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
10f2d63a 2637 no_cache=0
e6cc62c6
VS
2638
2639# Check whether --with-libjpeg or --without-libjpeg was given.
b12915c1
VZ
2640if test "${with_libjpeg+set}" = set; then
2641 withval="$with_libjpeg"
e6cc62c6 2642
10f2d63a 2643 if test "$withval" = yes; then
b12915c1 2644 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
422107f9 2645 elif test "$withval" = no; then
b12915c1 2646 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
422107f9
VZ
2647 elif test "$withval" = sys; then
2648 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
4f14bcd8
GD
2649 elif test "$withval" = builtin; then
2650 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
422107f9 2651 else
e6cc62c6
VS
2652 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2653echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2654 { (exit 1); exit 1; }; }
10f2d63a 2655 fi
e6cc62c6 2656
10f2d63a 2657else
e6cc62c6 2658
b12915c1 2659 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
2660 if test "x$LINE" != x ; then
2661 eval "DEFAULT_$LINE"
2662 else
2663 no_cache=1
2664 fi
2665
b12915c1 2666 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
10f2d63a 2667
e6cc62c6 2668fi;
10f2d63a 2669
b12915c1 2670 eval "$ac_cv_use_libjpeg"
10f2d63a 2671 if test "$no_cache" != 1; then
b12915c1 2672 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2673 fi
2674
b12915c1 2675 if test "$wxUSE_LIBJPEG" = yes; then
e6cc62c6
VS
2676 echo "$as_me:$LINENO: result: yes" >&5
2677echo "${ECHO_T}yes" >&6
422107f9 2678 elif test "$wxUSE_LIBJPEG" = no; then
e6cc62c6
VS
2679 echo "$as_me:$LINENO: result: no" >&5
2680echo "${ECHO_T}no" >&6
422107f9 2681 elif test "$wxUSE_LIBJPEG" = sys; then
e6cc62c6
VS
2682 echo "$as_me:$LINENO: result: system version" >&5
2683echo "${ECHO_T}system version" >&6
4f14bcd8 2684 elif test "$wxUSE_LIBJPEG" = builtin; then
e6cc62c6
VS
2685 echo "$as_me:$LINENO: result: builtin version" >&5
2686echo "${ECHO_T}builtin version" >&6
422107f9 2687 else
e6cc62c6
VS
2688 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2689echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2690 { (exit 1); exit 1; }; }
10f2d63a 2691 fi
10f2d63a 2692
e6cc62c6
VS
2693
2694 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2695echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
10f2d63a 2696 no_cache=0
e6cc62c6
VS
2697
2698# Check whether --with-libtiff or --without-libtiff was given.
b12915c1
VZ
2699if test "${with_libtiff+set}" = set; then
2700 withval="$with_libtiff"
e6cc62c6 2701
10f2d63a 2702 if test "$withval" = yes; then
b12915c1 2703 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
0dcf9893 2704 elif test "$withval" = no; then
b12915c1 2705 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
0dcf9893
VZ
2706 elif test "$withval" = sys; then
2707 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4f14bcd8
GD
2708 elif test "$withval" = builtin; then
2709 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
0dcf9893 2710 else
e6cc62c6
VS
2711 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2712echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2713 { (exit 1); exit 1; }; }
10f2d63a 2714 fi
e6cc62c6 2715
10f2d63a 2716else
e6cc62c6 2717
b12915c1 2718 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
2719 if test "x$LINE" != x ; then
2720 eval "DEFAULT_$LINE"
2721 else
2722 no_cache=1
2723 fi
2724
b12915c1 2725 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
10f2d63a 2726
e6cc62c6 2727fi;
10f2d63a 2728
b12915c1 2729 eval "$ac_cv_use_libtiff"
10f2d63a 2730 if test "$no_cache" != 1; then
b12915c1 2731 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2732 fi
2733
b12915c1 2734 if test "$wxUSE_LIBTIFF" = yes; then
e6cc62c6
VS
2735 echo "$as_me:$LINENO: result: yes" >&5
2736echo "${ECHO_T}yes" >&6
0dcf9893 2737 elif test "$wxUSE_LIBTIFF" = no; then
e6cc62c6
VS
2738 echo "$as_me:$LINENO: result: no" >&5
2739echo "${ECHO_T}no" >&6
0dcf9893 2740 elif test "$wxUSE_LIBTIFF" = sys; then
e6cc62c6
VS
2741 echo "$as_me:$LINENO: result: system version" >&5
2742echo "${ECHO_T}system version" >&6
4f14bcd8 2743 elif test "$wxUSE_LIBTIFF" = builtin; then
e6cc62c6
VS
2744 echo "$as_me:$LINENO: result: builtin version" >&5
2745echo "${ECHO_T}builtin version" >&6
0dcf9893 2746 else
e6cc62c6
VS
2747 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2748echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2749 { (exit 1); exit 1; }; }
10f2d63a 2750 fi
10f2d63a 2751
e6cc62c6
VS
2752
2753 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2754echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
10f2d63a 2755 no_cache=0
e6cc62c6
VS
2756
2757# Check whether --with-opengl or --without-opengl was given.
b12915c1
VZ
2758if test "${with_opengl+set}" = set; then
2759 withval="$with_opengl"
e6cc62c6 2760
10f2d63a 2761 if test "$withval" = yes; then
b12915c1 2762 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 2763 else
b12915c1 2764 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a 2765 fi
e6cc62c6 2766
10f2d63a 2767else
e6cc62c6 2768
b12915c1 2769 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
2770 if test "x$LINE" != x ; then
2771 eval "DEFAULT_$LINE"
2772 else
2773 no_cache=1
2774 fi
2775
b12915c1 2776 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
10f2d63a 2777
e6cc62c6 2778fi;
10f2d63a 2779
b12915c1 2780 eval "$ac_cv_use_opengl"
10f2d63a 2781 if test "$no_cache" != 1; then
b12915c1 2782 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2783 fi
2784
b12915c1 2785 if test "$wxUSE_OPENGL" = yes; then
e6cc62c6
VS
2786 echo "$as_me:$LINENO: result: yes" >&5
2787echo "${ECHO_T}yes" >&6
10f2d63a 2788 else
e6cc62c6
VS
2789 echo "$as_me:$LINENO: result: no" >&5
2790echo "${ECHO_T}no" >&6
10f2d63a 2791 fi
e6cc62c6 2792
10f2d63a 2793
b12915c1
VZ
2794fi
2795
5c6fa7d2 2796
e6cc62c6
VS
2797 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2798echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
8284b0c5 2799 no_cache=0
e6cc62c6
VS
2800
2801# Check whether --with-dmalloc or --without-dmalloc was given.
b12915c1
VZ
2802if test "${with_dmalloc+set}" = set; then
2803 withval="$with_dmalloc"
e6cc62c6 2804
c7a2bf27 2805 if test "$withval" = yes; then
b12915c1 2806 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 2807 else
b12915c1 2808 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27 2809 fi
e6cc62c6 2810
c7a2bf27 2811else
e6cc62c6 2812
b12915c1 2813 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
2814 if test "x$LINE" != x ; then
2815 eval "DEFAULT_$LINE"
2816 else
2817 no_cache=1
2818 fi
2819
b12915c1 2820 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
c7a2bf27 2821
e6cc62c6 2822fi;
c7a2bf27 2823
b12915c1 2824 eval "$ac_cv_use_dmalloc"
c7a2bf27 2825 if test "$no_cache" != 1; then
b12915c1 2826 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
2827 fi
2828
b12915c1 2829 if test "$wxUSE_DMALLOC" = yes; then
e6cc62c6
VS
2830 echo "$as_me:$LINENO: result: yes" >&5
2831echo "${ECHO_T}yes" >&6
c7a2bf27 2832 else
e6cc62c6
VS
2833 echo "$as_me:$LINENO: result: no" >&5
2834echo "${ECHO_T}no" >&6
c7a2bf27 2835 fi
c7a2bf27 2836
e6cc62c6
VS
2837
2838 echo "$as_me:$LINENO: checking for --with-regex" >&5
2839echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3e44f09d 2840 no_cache=0
e6cc62c6
VS
2841
2842# Check whether --with-regex or --without-regex was given.
3e44f09d
VZ
2843if test "${with_regex+set}" = set; then
2844 withval="$with_regex"
e6cc62c6 2845
3e44f09d
VZ
2846 if test "$withval" = yes; then
2847 ac_cv_use_regex='wxUSE_REGEX=yes'
2848 elif test "$withval" = no; then
2849 ac_cv_use_regex='wxUSE_REGEX=no'
2850 elif test "$withval" = sys; then
2851 ac_cv_use_regex='wxUSE_REGEX=sys'
4f14bcd8
GD
2852 elif test "$withval" = builtin; then
2853 ac_cv_use_regex='wxUSE_REGEX=builtin'
3e44f09d 2854 else
e6cc62c6
VS
2855 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2856echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2857 { (exit 1); exit 1; }; }
3e44f09d 2858 fi
e6cc62c6 2859
3e44f09d 2860else
e6cc62c6 2861
3e44f09d
VZ
2862 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2863 if test "x$LINE" != x ; then
2864 eval "DEFAULT_$LINE"
2865 else
2866 no_cache=1
2867 fi
2868
2869 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3e44f09d 2870
e6cc62c6 2871fi;
3e44f09d
VZ
2872
2873 eval "$ac_cv_use_regex"
2874 if test "$no_cache" != 1; then
2875 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2876 fi
2877
2878 if test "$wxUSE_REGEX" = yes; then
e6cc62c6
VS
2879 echo "$as_me:$LINENO: result: yes" >&5
2880echo "${ECHO_T}yes" >&6
3e44f09d 2881 elif test "$wxUSE_REGEX" = no; then
e6cc62c6
VS
2882 echo "$as_me:$LINENO: result: no" >&5
2883echo "${ECHO_T}no" >&6
3e44f09d 2884 elif test "$wxUSE_REGEX" = sys; then
e6cc62c6
VS
2885 echo "$as_me:$LINENO: result: system version" >&5
2886echo "${ECHO_T}system version" >&6
4f14bcd8 2887 elif test "$wxUSE_REGEX" = builtin; then
e6cc62c6
VS
2888 echo "$as_me:$LINENO: result: builtin version" >&5
2889echo "${ECHO_T}builtin version" >&6
3e44f09d 2890 else
e6cc62c6
VS
2891 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2892echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2893 { (exit 1); exit 1; }; }
3e44f09d 2894 fi
3e44f09d 2895
e6cc62c6
VS
2896
2897 echo "$as_me:$LINENO: checking for --with-zlib" >&5
2898echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
10f2d63a 2899 no_cache=0
e6cc62c6
VS
2900
2901# Check whether --with-zlib or --without-zlib was given.
b12915c1
VZ
2902if test "${with_zlib+set}" = set; then
2903 withval="$with_zlib"
e6cc62c6 2904
10f2d63a 2905 if test "$withval" = yes; then
b12915c1 2906 ac_cv_use_zlib='wxUSE_ZLIB=yes'
422107f9 2907 elif test "$withval" = no; then
b12915c1 2908 ac_cv_use_zlib='wxUSE_ZLIB=no'
422107f9
VZ
2909 elif test "$withval" = sys; then
2910 ac_cv_use_zlib='wxUSE_ZLIB=sys'
4f14bcd8
GD
2911 elif test "$withval" = builtin; then
2912 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
422107f9 2913 else
e6cc62c6
VS
2914 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2915echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2916 { (exit 1); exit 1; }; }
10f2d63a 2917 fi
e6cc62c6 2918
10f2d63a 2919else
e6cc62c6 2920
b12915c1 2921 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
2922 if test "x$LINE" != x ; then
2923 eval "DEFAULT_$LINE"
2924 else
2925 no_cache=1
2926 fi
2927
b12915c1 2928 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
10f2d63a 2929
e6cc62c6 2930fi;
10f2d63a 2931
b12915c1 2932 eval "$ac_cv_use_zlib"
10f2d63a 2933 if test "$no_cache" != 1; then
b12915c1 2934 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2935 fi
2936
b12915c1 2937 if test "$wxUSE_ZLIB" = yes; then
e6cc62c6
VS
2938 echo "$as_me:$LINENO: result: yes" >&5
2939echo "${ECHO_T}yes" >&6
422107f9 2940 elif test "$wxUSE_ZLIB" = no; then
e6cc62c6
VS
2941 echo "$as_me:$LINENO: result: no" >&5
2942echo "${ECHO_T}no" >&6
422107f9 2943 elif test "$wxUSE_ZLIB" = sys; then
e6cc62c6
VS
2944 echo "$as_me:$LINENO: result: system version" >&5
2945echo "${ECHO_T}system version" >&6
4f14bcd8 2946 elif test "$wxUSE_ZLIB" = builtin; then
e6cc62c6
VS
2947 echo "$as_me:$LINENO: result: builtin version" >&5
2948echo "${ECHO_T}builtin version" >&6
422107f9 2949 else
e6cc62c6
VS
2950 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2951echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2952 { (exit 1); exit 1; }; }
10f2d63a 2953 fi
10f2d63a 2954
e6cc62c6
VS
2955
2956 echo "$as_me:$LINENO: checking for --with-odbc" >&5
2957echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
10f2d63a 2958 no_cache=0
e6cc62c6
VS
2959
2960# Check whether --with-odbc or --without-odbc was given.
10f2d63a
VZ
2961if test "${with_odbc+set}" = set; then
2962 withval="$with_odbc"
e6cc62c6 2963
10f2d63a
VZ
2964 if test "$withval" = yes; then
2965 ac_cv_use_odbc='wxUSE_ODBC=yes'
8647bec6 2966 elif test "$withval" = no; then
10f2d63a 2967 ac_cv_use_odbc='wxUSE_ODBC=no'
8647bec6
RG
2968 elif test "$withval" = sys; then
2969 ac_cv_use_odbc='wxUSE_ODBC=sys'
2970 elif test "$withval" = builtin; then
2971 ac_cv_use_odbc='wxUSE_ODBC=builtin'
2972 else
e6cc62c6
VS
2973 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
2974echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
2975 { (exit 1); exit 1; }; }
10f2d63a 2976 fi
e6cc62c6 2977
10f2d63a 2978else
e6cc62c6 2979
10f2d63a
VZ
2980 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2981 if test "x$LINE" != x ; then
2982 eval "DEFAULT_$LINE"
2983 else
2984 no_cache=1
2985 fi
2986
2987 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
10f2d63a 2988
e6cc62c6 2989fi;
10f2d63a
VZ
2990
2991 eval "$ac_cv_use_odbc"
2992 if test "$no_cache" != 1; then
2993 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2994 fi
2995
2996 if test "$wxUSE_ODBC" = yes; then
e6cc62c6
VS
2997 echo "$as_me:$LINENO: result: yes" >&5
2998echo "${ECHO_T}yes" >&6
8647bec6 2999 elif test "$wxUSE_ODBC" = no; then
e6cc62c6
VS
3000 echo "$as_me:$LINENO: result: no" >&5
3001echo "${ECHO_T}no" >&6
8647bec6 3002 elif test "$wxUSE_ODBC" = sys; then
e6cc62c6
VS
3003 echo "$as_me:$LINENO: result: system version" >&5
3004echo "${ECHO_T}system version" >&6
8647bec6 3005 elif test "$wxUSE_ODBC" = builtin; then
e6cc62c6
VS
3006 echo "$as_me:$LINENO: result: builtin version" >&5
3007echo "${ECHO_T}builtin version" >&6
8647bec6 3008 else
e6cc62c6
VS
3009 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3010echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3011 { (exit 1); exit 1; }; }
10f2d63a 3012 fi
e6cc62c6 3013
52127426 3014
672abd7a
VS
3015 echo "$as_me:$LINENO: checking for --with-expat" >&5
3016echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3017 no_cache=0
3018
3019# Check whether --with-expat or --without-expat was given.
3020if test "${with_expat+set}" = set; then
3021 withval="$with_expat"
3022
3023 if test "$withval" = yes; then
3024 ac_cv_use_expat='wxUSE_EXPAT=yes'
3025 elif test "$withval" = no; then
3026 ac_cv_use_expat='wxUSE_EXPAT=no'
3027 elif test "$withval" = sys; then
3028 ac_cv_use_expat='wxUSE_EXPAT=sys'
3029 elif test "$withval" = builtin; then
3030 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3031 else
3032 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3033echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3034 { (exit 1); exit 1; }; }
3035 fi
3036
3037else
3038
3039 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3040 if test "x$LINE" != x ; then
3041 eval "DEFAULT_$LINE"
3042 else
3043 no_cache=1
3044 fi
3045
3046 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3047
3048fi;
3049
3050 eval "$ac_cv_use_expat"
3051 if test "$no_cache" != 1; then
3052 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3053 fi
3054
3055 if test "$wxUSE_EXPAT" = yes; then
3056 echo "$as_me:$LINENO: result: yes" >&5
3057echo "${ECHO_T}yes" >&6
3058 elif test "$wxUSE_EXPAT" = no; then
3059 echo "$as_me:$LINENO: result: no" >&5
3060echo "${ECHO_T}no" >&6
3061 elif test "$wxUSE_EXPAT" = sys; then
3062 echo "$as_me:$LINENO: result: system version" >&5
3063echo "${ECHO_T}system version" >&6
3064 elif test "$wxUSE_EXPAT" = builtin; then
3065 echo "$as_me:$LINENO: result: builtin version" >&5
3066echo "${ECHO_T}builtin version" >&6
3067 else
3068 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3069echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3070 { (exit 1); exit 1; }; }
3071 fi
3072
3073
8284b0c5
MB
3074
3075
5005acfe 3076 enablestring=
e6cc62c6
VS
3077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3078echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
10f2d63a
VZ
3079 no_cache=0
3080 # Check whether --enable-shared or --disable-shared was given.
3081if test "${enable_shared+set}" = set; then
3082 enableval="$enable_shared"
e6cc62c6 3083
10f2d63a
VZ
3084 if test "$enableval" = yes; then
3085 ac_cv_use_shared='wxUSE_SHARED=yes'
3086 else
3087 ac_cv_use_shared='wxUSE_SHARED=no'
3088 fi
e6cc62c6 3089
10f2d63a 3090else
e6cc62c6 3091
10f2d63a
VZ
3092 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3093 if test "x$LINE" != x ; then
3094 eval "DEFAULT_$LINE"
3095 else
3096 no_cache=1
3097 fi
3098
3099 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
10f2d63a 3100
e6cc62c6 3101fi;
10f2d63a
VZ
3102
3103 eval "$ac_cv_use_shared"
3104 if test "$no_cache" != 1; then
3105 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3106 fi
3107
3108 if test "$wxUSE_SHARED" = yes; then
e6cc62c6
VS
3109 echo "$as_me:$LINENO: result: yes" >&5
3110echo "${ECHO_T}yes" >&6
10f2d63a 3111 else
e6cc62c6
VS
3112 echo "$as_me:$LINENO: result: no" >&5
3113echo "${ECHO_T}no" >&6
10f2d63a 3114 fi
e6cc62c6 3115
10f2d63a 3116
5005acfe 3117 enablestring=
e6cc62c6
VS
3118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3119echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
10f2d63a
VZ
3120 no_cache=0
3121 # Check whether --enable-optimise or --disable-optimise was given.
3122if test "${enable_optimise+set}" = set; then
3123 enableval="$enable_optimise"
e6cc62c6 3124
10f2d63a
VZ
3125 if test "$enableval" = yes; then
3126 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3127 else
3128 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3129 fi
e6cc62c6 3130
10f2d63a 3131else
e6cc62c6 3132
10f2d63a
VZ
3133 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3134 if test "x$LINE" != x ; then
3135 eval "DEFAULT_$LINE"
3136 else
3137 no_cache=1
3138 fi
3139
3140 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
10f2d63a 3141
e6cc62c6 3142fi;
10f2d63a
VZ
3143
3144 eval "$ac_cv_use_optimise"
3145 if test "$no_cache" != 1; then
3146 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3147 fi
3148
3149 if test "$wxUSE_OPTIMISE" = yes; then
e6cc62c6
VS
3150 echo "$as_me:$LINENO: result: yes" >&5
3151echo "${ECHO_T}yes" >&6
10f2d63a 3152 else
e6cc62c6
VS
3153 echo "$as_me:$LINENO: result: no" >&5
3154echo "${ECHO_T}no" >&6
10f2d63a 3155 fi
e6cc62c6 3156
10f2d63a 3157
5005acfe 3158 enablestring=
e6cc62c6
VS
3159 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3160echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
10f2d63a
VZ
3161 no_cache=0
3162 # Check whether --enable-debug or --disable-debug was given.
3163if test "${enable_debug+set}" = set; then
3164 enableval="$enable_debug"
e6cc62c6 3165
10f2d63a
VZ
3166 if test "$enableval" = yes; then
3167 ac_cv_use_debug='wxUSE_DEBUG=yes'
3168 else
3169 ac_cv_use_debug='wxUSE_DEBUG=no'
3170 fi
e6cc62c6 3171
10f2d63a 3172else
e6cc62c6 3173
10f2d63a
VZ
3174 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3175 if test "x$LINE" != x ; then
3176 eval "DEFAULT_$LINE"
3177 else
3178 no_cache=1
3179 fi
3180
3181 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
10f2d63a 3182
e6cc62c6 3183fi;
10f2d63a
VZ
3184
3185 eval "$ac_cv_use_debug"
3186 if test "$no_cache" != 1; then
3187 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3188 fi
3189
3190 if test "$wxUSE_DEBUG" = yes; then
e6cc62c6
VS
3191 echo "$as_me:$LINENO: result: yes" >&5
3192echo "${ECHO_T}yes" >&6
10f2d63a 3193 else
e6cc62c6
VS
3194 echo "$as_me:$LINENO: result: no" >&5
3195echo "${ECHO_T}no" >&6
10f2d63a 3196 fi
e6cc62c6 3197
52127426 3198
df5168c4
MB
3199 enablestring=
3200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3201echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3202 no_cache=0
3203 # Check whether --enable-stl or --disable-stl was given.
3204if test "${enable_stl+set}" = set; then
3205 enableval="$enable_stl"
3206
3207 if test "$enableval" = yes; then
3208 ac_cv_use_stl='wxUSE_STL=yes'
3209 else
3210 ac_cv_use_stl='wxUSE_STL=no'
3211 fi
3212
3213else
3214
3215 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3216 if test "x$LINE" != x ; then
3217 eval "DEFAULT_$LINE"
3218 else
3219 no_cache=1
3220 fi
3221
3222 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3223
3224fi;
3225
3226 eval "$ac_cv_use_stl"
3227 if test "$no_cache" != 1; then
3228 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3229 fi
3230
3231 if test "$wxUSE_STL" = yes; then
3232 echo "$as_me:$LINENO: result: yes" >&5
3233echo "${ECHO_T}yes" >&6
3234 else
3235 echo "$as_me:$LINENO: result: no" >&5
3236echo "${ECHO_T}no" >&6
3237 fi
3238
3239
10f2d63a
VZ
3240if test "$wxUSE_DEBUG" = "yes"; then
3241 DEFAULT_wxUSE_DEBUG_FLAG=yes
3242 DEFAULT_wxUSE_DEBUG_INFO=yes
3243elif test "$wxUSE_DEBUG" = "no"; then
3244 DEFAULT_wxUSE_DEBUG_FLAG=no
3245 DEFAULT_wxUSE_DEBUG_INFO=no
3246fi
3247
8284b0c5 3248
5005acfe 3249 enablestring=
e6cc62c6
VS
3250 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3251echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
10f2d63a
VZ
3252 no_cache=0
3253 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3254if test "${enable_debug_flag+set}" = set; then
3255 enableval="$enable_debug_flag"
e6cc62c6 3256
10f2d63a
VZ
3257 if test "$enableval" = yes; then
3258 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3259 else
3260 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3261 fi
e6cc62c6 3262
10f2d63a 3263else
e6cc62c6 3264
10f2d63a
VZ
3265 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3266 if test "x$LINE" != x ; then
3267 eval "DEFAULT_$LINE"
3268 else
3269 no_cache=1
3270 fi
3271
3272 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
10f2d63a 3273
e6cc62c6 3274fi;
10f2d63a
VZ
3275
3276 eval "$ac_cv_use_debug_flag"
3277 if test "$no_cache" != 1; then
3278 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3279 fi
3280
3281 if test "$wxUSE_DEBUG_FLAG" = yes; then
e6cc62c6
VS
3282 echo "$as_me:$LINENO: result: yes" >&5
3283echo "${ECHO_T}yes" >&6
10f2d63a 3284 else
e6cc62c6
VS
3285 echo "$as_me:$LINENO: result: no" >&5
3286echo "${ECHO_T}no" >&6
10f2d63a 3287 fi
e6cc62c6 3288
10f2d63a 3289
5005acfe 3290 enablestring=
e6cc62c6
VS
3291 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3292echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
10f2d63a
VZ
3293 no_cache=0
3294 # Check whether --enable-debug_info or --disable-debug_info was given.
3295if test "${enable_debug_info+set}" = set; then
3296 enableval="$enable_debug_info"
e6cc62c6 3297
10f2d63a
VZ
3298 if test "$enableval" = yes; then
3299 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3300 else
3301 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3302 fi
e6cc62c6 3303
10f2d63a 3304else
e6cc62c6 3305
10f2d63a
VZ
3306 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3307 if test "x$LINE" != x ; then
3308 eval "DEFAULT_$LINE"
3309 else
3310 no_cache=1
3311 fi
3312
3313 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
10f2d63a 3314
e6cc62c6 3315fi;
10f2d63a
VZ
3316
3317 eval "$ac_cv_use_debug_info"
3318 if test "$no_cache" != 1; then
3319 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3320 fi
3321
3322 if test "$wxUSE_DEBUG_INFO" = yes; then
e6cc62c6
VS
3323 echo "$as_me:$LINENO: result: yes" >&5
3324echo "${ECHO_T}yes" >&6
10f2d63a 3325 else
e6cc62c6
VS
3326 echo "$as_me:$LINENO: result: no" >&5
3327echo "${ECHO_T}no" >&6
10f2d63a 3328 fi
e6cc62c6 3329
10f2d63a 3330
5005acfe 3331 enablestring=
e6cc62c6
VS
3332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3333echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
10f2d63a
VZ
3334 no_cache=0
3335 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3336if test "${enable_debug_gdb+set}" = set; then
3337 enableval="$enable_debug_gdb"
e6cc62c6 3338
10f2d63a
VZ
3339 if test "$enableval" = yes; then
3340 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3341 else
3342 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3343 fi
e6cc62c6 3344
10f2d63a 3345else
e6cc62c6 3346
10f2d63a
VZ
3347 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x ; then
3349 eval "DEFAULT_$LINE"
3350 else
3351 no_cache=1
3352 fi
3353
3354 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
10f2d63a 3355
e6cc62c6 3356fi;
10f2d63a
VZ
3357
3358 eval "$ac_cv_use_debug_gdb"
3359 if test "$no_cache" != 1; then
3360 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3361 fi
3362
3363 if test "$wxUSE_DEBUG_GDB" = yes; then
e6cc62c6
VS
3364 echo "$as_me:$LINENO: result: yes" >&5
3365echo "${ECHO_T}yes" >&6
10f2d63a 3366 else
e6cc62c6
VS
3367 echo "$as_me:$LINENO: result: no" >&5
3368echo "${ECHO_T}no" >&6
10f2d63a 3369 fi
e6cc62c6 3370
10f2d63a 3371
5005acfe 3372 enablestring=
e6cc62c6
VS
3373 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3374echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
10f2d63a
VZ
3375 no_cache=0
3376 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3377if test "${enable_debug_cntxt+set}" = set; then
3378 enableval="$enable_debug_cntxt"
e6cc62c6 3379
10f2d63a
VZ
3380 if test "$enableval" = yes; then
3381 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3382 else
3383 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3384 fi
e6cc62c6 3385
10f2d63a 3386else
e6cc62c6 3387
10f2d63a
VZ
3388 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3389 if test "x$LINE" != x ; then
3390 eval "DEFAULT_$LINE"
3391 else
3392 no_cache=1
3393 fi
3394
3395 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
10f2d63a 3396
e6cc62c6 3397fi;
10f2d63a
VZ
3398
3399 eval "$ac_cv_use_debug_cntxt"
3400 if test "$no_cache" != 1; then
3401 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3402 fi
3403
3404 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
e6cc62c6
VS
3405 echo "$as_me:$LINENO: result: yes" >&5
3406echo "${ECHO_T}yes" >&6
10f2d63a 3407 else
e6cc62c6
VS
3408 echo "$as_me:$LINENO: result: no" >&5
3409echo "${ECHO_T}no" >&6
10f2d63a 3410 fi
e6cc62c6 3411
10f2d63a 3412
5005acfe 3413 enablestring=
e6cc62c6
VS
3414 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3415echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
10f2d63a
VZ
3416 no_cache=0
3417 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3418if test "${enable_mem_tracing+set}" = set; then
3419 enableval="$enable_mem_tracing"
e6cc62c6 3420
10f2d63a
VZ
3421 if test "$enableval" = yes; then
3422 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3423 else
3424 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3425 fi
e6cc62c6 3426
10f2d63a 3427else
e6cc62c6 3428
10f2d63a
VZ
3429 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3430 if test "x$LINE" != x ; then
3431 eval "DEFAULT_$LINE"
3432 else
3433 no_cache=1
3434 fi
3435
3436 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
10f2d63a 3437
e6cc62c6 3438fi;
10f2d63a
VZ
3439
3440 eval "$ac_cv_use_mem_tracing"
3441 if test "$no_cache" != 1; then
3442 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3443 fi
3444
3445 if test "$wxUSE_MEM_TRACING" = yes; then
e6cc62c6
VS
3446 echo "$as_me:$LINENO: result: yes" >&5
3447echo "${ECHO_T}yes" >&6
10f2d63a 3448 else
e6cc62c6
VS
3449 echo "$as_me:$LINENO: result: no" >&5
3450echo "${ECHO_T}no" >&6
10f2d63a 3451 fi
e6cc62c6 3452
10f2d63a 3453
5005acfe 3454 enablestring=
e6cc62c6
VS
3455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3456echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
10f2d63a
VZ
3457 no_cache=0
3458 # Check whether --enable-profile or --disable-profile was given.
3459if test "${enable_profile+set}" = set; then
3460 enableval="$enable_profile"
e6cc62c6 3461
10f2d63a
VZ
3462 if test "$enableval" = yes; then
3463 ac_cv_use_profile='wxUSE_PROFILE=yes'
3464 else
3465 ac_cv_use_profile='wxUSE_PROFILE=no'
3466 fi
e6cc62c6 3467
10f2d63a 3468else
e6cc62c6 3469
10f2d63a
VZ
3470 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3471 if test "x$LINE" != x ; then
3472 eval "DEFAULT_$LINE"
3473 else
3474 no_cache=1
3475 fi
3476
3477 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
10f2d63a 3478
e6cc62c6 3479fi;
10f2d63a
VZ
3480
3481 eval "$ac_cv_use_profile"
3482 if test "$no_cache" != 1; then
3483 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3484 fi
3485
3486 if test "$wxUSE_PROFILE" = yes; then
e6cc62c6
VS
3487 echo "$as_me:$LINENO: result: yes" >&5
3488echo "${ECHO_T}yes" >&6
10f2d63a 3489 else
e6cc62c6
VS
3490 echo "$as_me:$LINENO: result: no" >&5
3491echo "${ECHO_T}no" >&6
10f2d63a 3492 fi
e6cc62c6 3493
10f2d63a 3494
5005acfe 3495 enablestring=
e6cc62c6
VS
3496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3497echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
10f2d63a
VZ
3498 no_cache=0
3499 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3500if test "${enable_no_rtti+set}" = set; then
3501 enableval="$enable_no_rtti"
e6cc62c6 3502
10f2d63a
VZ
3503 if test "$enableval" = yes; then
3504 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3505 else
3506 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3507 fi
e6cc62c6 3508
10f2d63a 3509else
e6cc62c6 3510
10f2d63a
VZ
3511 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3512 if test "x$LINE" != x ; then
3513 eval "DEFAULT_$LINE"
3514 else
3515 no_cache=1
3516 fi
3517
3518 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
10f2d63a 3519
e6cc62c6 3520fi;
10f2d63a
VZ
3521
3522 eval "$ac_cv_use_no_rtti"
3523 if test "$no_cache" != 1; then
3524 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3525 fi
3526
3527 if test "$wxUSE_NO_RTTI" = yes; then
e6cc62c6
VS
3528 echo "$as_me:$LINENO: result: yes" >&5
3529echo "${ECHO_T}yes" >&6
10f2d63a 3530 else
e6cc62c6
VS
3531 echo "$as_me:$LINENO: result: no" >&5
3532echo "${ECHO_T}no" >&6
10f2d63a 3533 fi
e6cc62c6 3534
10f2d63a 3535
5005acfe 3536 enablestring=
e6cc62c6
VS
3537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3538echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
10f2d63a
VZ
3539 no_cache=0
3540 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3541if test "${enable_no_exceptions+set}" = set; then
3542 enableval="$enable_no_exceptions"
e6cc62c6 3543
10f2d63a
VZ
3544 if test "$enableval" = yes; then
3545 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3546 else
3547 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3548 fi
e6cc62c6 3549
10f2d63a 3550else
e6cc62c6 3551
10f2d63a
VZ
3552 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3553 if test "x$LINE" != x ; then
3554 eval "DEFAULT_$LINE"
3555 else
3556 no_cache=1
3557 fi
3558
3559 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
10f2d63a 3560
e6cc62c6 3561fi;
10f2d63a
VZ
3562
3563 eval "$ac_cv_use_no_exceptions"
3564 if test "$no_cache" != 1; then
3565 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3566 fi
3567
3568 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
e6cc62c6
VS
3569 echo "$as_me:$LINENO: result: yes" >&5
3570echo "${ECHO_T}yes" >&6
10f2d63a 3571 else
e6cc62c6
VS
3572 echo "$as_me:$LINENO: result: no" >&5
3573echo "${ECHO_T}no" >&6
10f2d63a 3574 fi
e6cc62c6 3575
10f2d63a 3576
5005acfe 3577 enablestring=
e6cc62c6
VS
3578 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3579echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
10f2d63a
VZ
3580 no_cache=0
3581 # Check whether --enable-permissive or --disable-permissive was given.
3582if test "${enable_permissive+set}" = set; then
3583 enableval="$enable_permissive"
e6cc62c6 3584
10f2d63a
VZ
3585 if test "$enableval" = yes; then
3586 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
3587 else
3588 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
3589 fi
e6cc62c6 3590
10f2d63a 3591else
e6cc62c6 3592
10f2d63a
VZ
3593 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3594 if test "x$LINE" != x ; then
3595 eval "DEFAULT_$LINE"
3596 else
3597 no_cache=1
3598 fi
3599
3600 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
10f2d63a 3601
e6cc62c6 3602fi;
10f2d63a
VZ
3603
3604 eval "$ac_cv_use_permissive"
3605 if test "$no_cache" != 1; then
3606 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3607 fi
3608
3609 if test "$wxUSE_PERMISSIVE" = yes; then
e6cc62c6
VS
3610 echo "$as_me:$LINENO: result: yes" >&5
3611echo "${ECHO_T}yes" >&6
10f2d63a 3612 else
e6cc62c6
VS
3613 echo "$as_me:$LINENO: result: no" >&5
3614echo "${ECHO_T}no" >&6
10f2d63a 3615 fi
e6cc62c6 3616
10f2d63a 3617
5005acfe 3618 enablestring=
e6cc62c6
VS
3619 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3620echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
10f2d63a
VZ
3621 no_cache=0
3622 # Check whether --enable-no_deps or --disable-no_deps was given.
3623if test "${enable_no_deps+set}" = set; then
3624 enableval="$enable_no_deps"
e6cc62c6 3625
10f2d63a
VZ
3626 if test "$enableval" = yes; then
3627 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
3628 else
3629 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
3630 fi
e6cc62c6 3631
10f2d63a 3632else
e6cc62c6 3633
10f2d63a
VZ
3634 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3635 if test "x$LINE" != x ; then
3636 eval "DEFAULT_$LINE"
3637 else
3638 no_cache=1
3639 fi
3640
3641 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
10f2d63a 3642
e6cc62c6 3643fi;
10f2d63a
VZ
3644
3645 eval "$ac_cv_use_no_deps"
3646 if test "$no_cache" != 1; then
3647 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3648 fi
3649
3650 if test "$wxUSE_NO_DEPS" = yes; then
e6cc62c6
VS
3651 echo "$as_me:$LINENO: result: yes" >&5
3652echo "${ECHO_T}yes" >&6
10f2d63a 3653 else
e6cc62c6
VS
3654 echo "$as_me:$LINENO: result: no" >&5
3655echo "${ECHO_T}no" >&6
10f2d63a 3656 fi
e6cc62c6 3657
52127426 3658
8284b0c5 3659
5005acfe 3660 enablestring=
e6cc62c6
VS
3661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
3662echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
54276ccf
VZ
3663 no_cache=0
3664 # Check whether --enable-compat20 or --disable-compat20 was given.
3665if test "${enable_compat20+set}" = set; then
3666 enableval="$enable_compat20"
e6cc62c6 3667
54276ccf
VZ
3668 if test "$enableval" = yes; then
3669 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
3670 else
3671 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
3672 fi
e6cc62c6 3673
54276ccf 3674else
e6cc62c6 3675
54276ccf
VZ
3676 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
3677 if test "x$LINE" != x ; then
3678 eval "DEFAULT_$LINE"
3679 else
3680 no_cache=1
3681 fi
3682
3683 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
54276ccf 3684
e6cc62c6 3685fi;
54276ccf
VZ
3686
3687 eval "$ac_cv_use_compat20"
3688 if test "$no_cache" != 1; then
3689 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3690 fi
3691
3692 if test "$WXWIN_COMPATIBILITY_2" = yes; then
e6cc62c6
VS
3693 echo "$as_me:$LINENO: result: yes" >&5
3694echo "${ECHO_T}yes" >&6
54276ccf 3695 else
e6cc62c6
VS
3696 echo "$as_me:$LINENO: result: no" >&5
3697echo "${ECHO_T}no" >&6
54276ccf 3698 fi
e6cc62c6 3699
54276ccf 3700
65d8ef1e 3701 enablestring=
e6cc62c6
VS
3702 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3703echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
54276ccf
VZ
3704 no_cache=0
3705 # Check whether --enable-compat22 or --disable-compat22 was given.
3706if test "${enable_compat22+set}" = set; then
3707 enableval="$enable_compat22"
e6cc62c6 3708
54276ccf
VZ
3709 if test "$enableval" = yes; then
3710 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
3711 else
3712 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
3713 fi
e6cc62c6 3714
54276ccf 3715else
e6cc62c6 3716
54276ccf
VZ
3717 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3718 if test "x$LINE" != x ; then
3719 eval "DEFAULT_$LINE"
3720 else
3721 no_cache=1
3722 fi
3723
3724 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
54276ccf 3725
e6cc62c6 3726fi;
54276ccf
VZ
3727
3728 eval "$ac_cv_use_compat22"
3729 if test "$no_cache" != 1; then
3730 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3731 fi
3732
3733 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
e6cc62c6
VS
3734 echo "$as_me:$LINENO: result: yes" >&5
3735echo "${ECHO_T}yes" >&6
54276ccf 3736 else
e6cc62c6
VS
3737 echo "$as_me:$LINENO: result: no" >&5
3738echo "${ECHO_T}no" >&6
54276ccf 3739 fi
e6cc62c6 3740
54276ccf 3741
65d8ef1e 3742 enablestring=disable
e6cc62c6
VS
3743 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3744echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
65d8ef1e
VS
3745 no_cache=0
3746 # Check whether --enable-compat24 or --disable-compat24 was given.
3747if test "${enable_compat24+set}" = set; then
3748 enableval="$enable_compat24"
e6cc62c6 3749
65d8ef1e
VS
3750 if test "$enableval" = yes; then
3751 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
3752 else
3753 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
3754 fi
e6cc62c6 3755
65d8ef1e 3756else
e6cc62c6 3757
65d8ef1e
VS
3758 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3759 if test "x$LINE" != x ; then
3760 eval "DEFAULT_$LINE"
3761 else
3762 no_cache=1
3763 fi
3764
3765 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
65d8ef1e 3766
e6cc62c6 3767fi;
65d8ef1e
VS
3768
3769 eval "$ac_cv_use_compat24"
3770 if test "$no_cache" != 1; then
3771 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3772 fi
3773
3774 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
e6cc62c6
VS
3775 echo "$as_me:$LINENO: result: yes" >&5
3776echo "${ECHO_T}yes" >&6
65d8ef1e 3777 else
e6cc62c6
VS
3778 echo "$as_me:$LINENO: result: no" >&5
3779echo "${ECHO_T}no" >&6
65d8ef1e 3780 fi
e6cc62c6 3781
65d8ef1e 3782
3bd8fb5f
RD
3783# Check whether --enable-rpath or --disable-rpath was given.
3784if test "${enable_rpath+set}" = set; then
3785 enableval="$enable_rpath"
3786 wxRPATH_DIR="$enableval"
e6cc62c6 3787fi;
3bd8fb5f
RD
3788
3789if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3790 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
3791fi
3792
8284b0c5
MB
3793
3794
3795
5005acfe 3796 enablestring=
e6cc62c6
VS
3797 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3798echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
10f2d63a
VZ
3799 no_cache=0
3800 # Check whether --enable-intl or --disable-intl was given.
3801if test "${enable_intl+set}" = set; then
3802 enableval="$enable_intl"
e6cc62c6 3803
10f2d63a
VZ
3804 if test "$enableval" = yes; then
3805 ac_cv_use_intl='wxUSE_INTL=yes'
3806 else
3807 ac_cv_use_intl='wxUSE_INTL=no'
3808 fi
e6cc62c6 3809
10f2d63a 3810else
e6cc62c6 3811
10f2d63a
VZ
3812 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3813 if test "x$LINE" != x ; then
3814 eval "DEFAULT_$LINE"
3815 else
3816 no_cache=1
3817 fi
3818
3819 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
10f2d63a 3820
e6cc62c6 3821fi;
10f2d63a
VZ
3822
3823 eval "$ac_cv_use_intl"
3824 if test "$no_cache" != 1; then
3825 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3826 fi
3827
3828 if test "$wxUSE_INTL" = yes; then
e6cc62c6
VS
3829 echo "$as_me:$LINENO: result: yes" >&5
3830echo "${ECHO_T}yes" >&6
10f2d63a 3831 else
e6cc62c6
VS
3832 echo "$as_me:$LINENO: result: no" >&5
3833echo "${ECHO_T}no" >&6
10f2d63a 3834 fi
e6cc62c6 3835
10f2d63a 3836
5005acfe 3837 enablestring=
e6cc62c6
VS
3838 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3839echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
10f2d63a
VZ
3840 no_cache=0
3841 # Check whether --enable-config or --disable-config was given.
3842if test "${enable_config+set}" = set; then
3843 enableval="$enable_config"
e6cc62c6 3844
10f2d63a
VZ
3845 if test "$enableval" = yes; then
3846 ac_cv_use_config='wxUSE_CONFIG=yes'
3847 else
3848 ac_cv_use_config='wxUSE_CONFIG=no'
3849 fi
e6cc62c6 3850
10f2d63a 3851else
e6cc62c6 3852
10f2d63a
VZ
3853 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3854 if test "x$LINE" != x ; then
3855 eval "DEFAULT_$LINE"
3856 else
3857 no_cache=1
3858 fi
3859
3860 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
10f2d63a 3861
e6cc62c6 3862fi;
10f2d63a
VZ
3863
3864 eval "$ac_cv_use_config"
3865 if test "$no_cache" != 1; then
3866 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3867 fi
3868
3869 if test "$wxUSE_CONFIG" = yes; then
e6cc62c6
VS
3870 echo "$as_me:$LINENO: result: yes" >&5
3871echo "${ECHO_T}yes" >&6
10f2d63a 3872 else
e6cc62c6
VS
3873 echo "$as_me:$LINENO: result: no" >&5
3874echo "${ECHO_T}no" >&6
10f2d63a 3875 fi
e6cc62c6 3876
52127426 3877
8284b0c5 3878
5005acfe 3879 enablestring=
e6cc62c6
VS
3880 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
3881echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
a1622950
VZ
3882 no_cache=0
3883 # Check whether --enable-protocols or --disable-protocols was given.
3884if test "${enable_protocols+set}" = set; then
3885 enableval="$enable_protocols"
e6cc62c6 3886
a1622950
VZ
3887 if test "$enableval" = yes; then
3888 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3889 else
3890 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3891 fi
e6cc62c6 3892
a1622950 3893else
e6cc62c6 3894
a1622950
VZ
3895 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3896 if test "x$LINE" != x ; then
3897 eval "DEFAULT_$LINE"
3898 else
3899 no_cache=1
3900 fi
3901
3902 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
a1622950 3903
e6cc62c6 3904fi;
a1622950
VZ
3905
3906 eval "$ac_cv_use_protocols"
3907 if test "$no_cache" != 1; then
3908 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3909 fi
3910
3911 if test "$wxUSE_PROTOCOL" = yes; then
e6cc62c6
VS
3912 echo "$as_me:$LINENO: result: yes" >&5
3913echo "${ECHO_T}yes" >&6
a1622950 3914 else
e6cc62c6
VS
3915 echo "$as_me:$LINENO: result: no" >&5
3916echo "${ECHO_T}no" >&6
a1622950 3917 fi
e6cc62c6 3918
a1622950 3919
5005acfe 3920 enablestring=
e6cc62c6
VS
3921 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
3922echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
a1622950
VZ
3923 no_cache=0
3924 # Check whether --enable-ftp or --disable-ftp was given.
3925if test "${enable_ftp+set}" = set; then
3926 enableval="$enable_ftp"
e6cc62c6 3927
a1622950
VZ
3928 if test "$enableval" = yes; then
3929 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3930 else
3931 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3932 fi
e6cc62c6 3933
a1622950 3934else
e6cc62c6 3935
a1622950
VZ
3936 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3937 if test "x$LINE" != x ; then
3938 eval "DEFAULT_$LINE"
3939 else
3940 no_cache=1
3941 fi
3942
3943 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
a1622950 3944
e6cc62c6 3945fi;
a1622950
VZ
3946
3947 eval "$ac_cv_use_ftp"
3948 if test "$no_cache" != 1; then
3949 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3950 fi
3951
3952 if test "$wxUSE_PROTOCOL_FTP" = yes; then
e6cc62c6
VS
3953 echo "$as_me:$LINENO: result: yes" >&5
3954echo "${ECHO_T}yes" >&6
a1622950 3955 else
e6cc62c6
VS
3956 echo "$as_me:$LINENO: result: no" >&5
3957echo "${ECHO_T}no" >&6
a1622950 3958 fi
e6cc62c6 3959
a1622950 3960
5005acfe 3961 enablestring=
e6cc62c6
VS
3962 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
3963echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
a1622950
VZ
3964 no_cache=0
3965 # Check whether --enable-http or --disable-http was given.
3966if test "${enable_http+set}" = set; then
3967 enableval="$enable_http"
e6cc62c6 3968
a1622950
VZ
3969 if test "$enableval" = yes; then
3970 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3971 else
3972 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3973 fi
e6cc62c6 3974
a1622950 3975else
e6cc62c6 3976
a1622950
VZ
3977 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3978 if test "x$LINE" != x ; then
3979 eval "DEFAULT_$LINE"
3980 else
3981 no_cache=1
3982 fi
3983
3984 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
a1622950 3985
e6cc62c6 3986fi;
a1622950
VZ
3987
3988 eval "$ac_cv_use_http"
3989 if test "$no_cache" != 1; then
3990 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3991 fi
3992
3993 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
e6cc62c6
VS
3994 echo "$as_me:$LINENO: result: yes" >&5
3995echo "${ECHO_T}yes" >&6
a1622950 3996 else
e6cc62c6
VS
3997 echo "$as_me:$LINENO: result: no" >&5
3998echo "${ECHO_T}no" >&6
a1622950 3999 fi
e6cc62c6 4000
a1622950 4001
5005acfe 4002 enablestring=
e6cc62c6
VS
4003 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4004echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
a1622950
VZ
4005 no_cache=0
4006 # Check whether --enable-fileproto or --disable-fileproto was given.
4007if test "${enable_fileproto+set}" = set; then
4008 enableval="$enable_fileproto"
e6cc62c6 4009
a1622950
VZ
4010 if test "$enableval" = yes; then
4011 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4012 else
4013 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4014 fi
e6cc62c6 4015
a1622950 4016else
e6cc62c6 4017
a1622950
VZ
4018 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4019 if test "x$LINE" != x ; then
4020 eval "DEFAULT_$LINE"
4021 else
4022 no_cache=1
4023 fi
4024
4025 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
a1622950 4026
e6cc62c6 4027fi;
a1622950
VZ
4028
4029 eval "$ac_cv_use_fileproto"
4030 if test "$no_cache" != 1; then
4031 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4032 fi
4033
4034 if test "$wxUSE_PROTOCOL_FILE" = yes; then
e6cc62c6
VS
4035 echo "$as_me:$LINENO: result: yes" >&5
4036echo "${ECHO_T}yes" >&6
a1622950 4037 else
e6cc62c6
VS
4038 echo "$as_me:$LINENO: result: no" >&5
4039echo "${ECHO_T}no" >&6
a1622950 4040 fi
e6cc62c6 4041
a1622950 4042
5005acfe 4043 enablestring=
e6cc62c6
VS
4044 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4045echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
10f2d63a
VZ
4046 no_cache=0
4047 # Check whether --enable-sockets or --disable-sockets was given.
4048if test "${enable_sockets+set}" = set; then
4049 enableval="$enable_sockets"
e6cc62c6 4050
10f2d63a
VZ
4051 if test "$enableval" = yes; then
4052 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4053 else
4054 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4055 fi
e6cc62c6 4056
10f2d63a 4057else
e6cc62c6 4058
10f2d63a
VZ
4059 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4060 if test "x$LINE" != x ; then
4061 eval "DEFAULT_$LINE"
4062 else
4063 no_cache=1
4064 fi
4065
4066 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
10f2d63a 4067
e6cc62c6 4068fi;
10f2d63a
VZ
4069
4070 eval "$ac_cv_use_sockets"
4071 if test "$no_cache" != 1; then
4072 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4073 fi
4074
4075 if test "$wxUSE_SOCKETS" = yes; then
e6cc62c6
VS
4076 echo "$as_me:$LINENO: result: yes" >&5
4077echo "${ECHO_T}yes" >&6
10f2d63a 4078 else
e6cc62c6
VS
4079 echo "$as_me:$LINENO: result: no" >&5
4080echo "${ECHO_T}no" >&6
10f2d63a 4081 fi
e6cc62c6 4082
8284b0c5 4083
5005acfe 4084 enablestring=
e6cc62c6
VS
4085 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4086echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
3bce6687
JS
4087 no_cache=0
4088 # Check whether --enable-ole or --disable-ole was given.
4089if test "${enable_ole+set}" = set; then
4090 enableval="$enable_ole"
e6cc62c6 4091
3bce6687
JS
4092 if test "$enableval" = yes; then
4093 ac_cv_use_ole='wxUSE_OLE=yes'
4094 else
4095 ac_cv_use_ole='wxUSE_OLE=no'
4096 fi
e6cc62c6 4097
3bce6687 4098else
e6cc62c6 4099
3bce6687
JS
4100 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4101 if test "x$LINE" != x ; then
4102 eval "DEFAULT_$LINE"
4103 else
4104 no_cache=1
4105 fi
4106
4107 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
3bce6687 4108
e6cc62c6 4109fi;
3bce6687
JS
4110
4111 eval "$ac_cv_use_ole"
4112 if test "$no_cache" != 1; then
4113 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4114 fi
4115
4116 if test "$wxUSE_OLE" = yes; then
e6cc62c6
VS
4117 echo "$as_me:$LINENO: result: yes" >&5
4118echo "${ECHO_T}yes" >&6
3bce6687 4119 else
e6cc62c6
VS
4120 echo "$as_me:$LINENO: result: no" >&5
4121echo "${ECHO_T}no" >&6
3bce6687 4122 fi
e6cc62c6 4123
3bce6687 4124
5005acfe 4125 enablestring=
e6cc62c6
VS
4126 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4127echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
3bce6687
JS
4128 no_cache=0
4129 # Check whether --enable-dataobj or --disable-dataobj was given.
4130if test "${enable_dataobj+set}" = set; then
4131 enableval="$enable_dataobj"
e6cc62c6 4132
3bce6687
JS
4133 if test "$enableval" = yes; then
4134 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4135 else
4136 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4137 fi
e6cc62c6 4138
3bce6687 4139else
e6cc62c6 4140
3bce6687
JS
4141 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4142 if test "x$LINE" != x ; then
4143 eval "DEFAULT_$LINE"
4144 else
4145 no_cache=1
4146 fi
4147
4148 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
3bce6687 4149
e6cc62c6 4150fi;
3bce6687
JS
4151
4152 eval "$ac_cv_use_dataobj"
4153 if test "$no_cache" != 1; then
4154 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4155 fi
4156
4157 if test "$wxUSE_DATAOBJ" = yes; then
e6cc62c6
VS
4158 echo "$as_me:$LINENO: result: yes" >&5
4159echo "${ECHO_T}yes" >&6
3bce6687 4160 else
e6cc62c6
VS
4161 echo "$as_me:$LINENO: result: no" >&5
4162echo "${ECHO_T}no" >&6
3bce6687 4163 fi
e6cc62c6 4164
3bce6687 4165
52127426 4166
5005acfe 4167 enablestring=
e6cc62c6
VS
4168 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4169echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
10f2d63a 4170 no_cache=0
eb4efbdc
VZ
4171 # Check whether --enable-ipc or --disable-ipc was given.
4172if test "${enable_ipc+set}" = set; then
4173 enableval="$enable_ipc"
e6cc62c6 4174
10f2d63a 4175 if test "$enableval" = yes; then
eb4efbdc 4176 ac_cv_use_ipc='wxUSE_IPC=yes'
10f2d63a 4177 else
eb4efbdc 4178 ac_cv_use_ipc='wxUSE_IPC=no'
10f2d63a 4179 fi
e6cc62c6 4180
10f2d63a 4181else
e6cc62c6 4182
eb4efbdc 4183 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
10f2d63a
VZ
4184 if test "x$LINE" != x ; then
4185 eval "DEFAULT_$LINE"
4186 else
4187 no_cache=1
4188 fi
4189
eb4efbdc 4190 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
10f2d63a 4191
e6cc62c6 4192fi;
10f2d63a 4193
eb4efbdc 4194 eval "$ac_cv_use_ipc"
10f2d63a 4195 if test "$no_cache" != 1; then
eb4efbdc 4196 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4197 fi
4198
eb4efbdc 4199 if test "$wxUSE_IPC" = yes; then
e6cc62c6
VS
4200 echo "$as_me:$LINENO: result: yes" >&5
4201echo "${ECHO_T}yes" >&6
10f2d63a 4202 else
e6cc62c6
VS
4203 echo "$as_me:$LINENO: result: no" >&5
4204echo "${ECHO_T}no" >&6
10f2d63a 4205 fi
e6cc62c6 4206
52127426 4207
8284b0c5 4208
5005acfe 4209 enablestring=
e6cc62c6
VS
4210 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4211echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
1e6feb95
VZ
4212 no_cache=0
4213 # Check whether --enable-cmdline or --disable-cmdline was given.
4214if test "${enable_cmdline+set}" = set; then
4215 enableval="$enable_cmdline"
e6cc62c6 4216
1e6feb95
VZ
4217 if test "$enableval" = yes; then
4218 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4219 else
4220 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4221 fi
e6cc62c6 4222
1e6feb95 4223else
e6cc62c6 4224
1e6feb95
VZ
4225 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4226 if test "x$LINE" != x ; then
4227 eval "DEFAULT_$LINE"
4228 else
4229 no_cache=1
4230 fi
4231
4232 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
1e6feb95 4233
e6cc62c6 4234fi;
1e6feb95
VZ
4235
4236 eval "$ac_cv_use_cmdline"
4237 if test "$no_cache" != 1; then
4238 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4239 fi
4240
4241 if test "$wxUSE_CMDLINE_PARSER" = yes; then
e6cc62c6
VS
4242 echo "$as_me:$LINENO: result: yes" >&5
4243echo "${ECHO_T}yes" >&6
1e6feb95 4244 else
e6cc62c6
VS
4245 echo "$as_me:$LINENO: result: no" >&5
4246echo "${ECHO_T}no" >&6
1e6feb95 4247 fi
e6cc62c6 4248
1e6feb95 4249
5005acfe 4250 enablestring=
e6cc62c6
VS
4251 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4252echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
1e6feb95
VZ
4253 no_cache=0
4254 # Check whether --enable-datetime or --disable-datetime was given.
4255if test "${enable_datetime+set}" = set; then
4256 enableval="$enable_datetime"
e6cc62c6 4257
1e6feb95
VZ
4258 if test "$enableval" = yes; then
4259 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4260 else
4261 ac_cv_use_datetime='wxUSE_DATETIME=no'
4262 fi
e6cc62c6 4263
1e6feb95 4264else
e6cc62c6 4265
1e6feb95
VZ
4266 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4267 if test "x$LINE" != x ; then
4268 eval "DEFAULT_$LINE"
4269 else
4270 no_cache=1
4271 fi
4272
4273 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
1e6feb95 4274
e6cc62c6 4275fi;
1e6feb95
VZ
4276
4277 eval "$ac_cv_use_datetime"
4278 if test "$no_cache" != 1; then
4279 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4280 fi
4281
4282 if test "$wxUSE_DATETIME" = yes; then
e6cc62c6
VS
4283 echo "$as_me:$LINENO: result: yes" >&5
4284echo "${ECHO_T}yes" >&6
1e6feb95 4285 else
e6cc62c6
VS
4286 echo "$as_me:$LINENO: result: no" >&5
4287echo "${ECHO_T}no" >&6
1e6feb95 4288 fi
e6cc62c6 4289
1e6feb95 4290
5005acfe 4291 enablestring=
e6cc62c6
VS
4292 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
4293echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
1e6feb95
VZ
4294 no_cache=0
4295 # Check whether --enable-stopwatch or --disable-stopwatch was given.
4296if test "${enable_stopwatch+set}" = set; then
4297 enableval="$enable_stopwatch"
e6cc62c6 4298
1e6feb95
VZ
4299 if test "$enableval" = yes; then
4300 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
4301 else
4302 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
4303 fi
e6cc62c6 4304
1e6feb95 4305else
e6cc62c6 4306
1e6feb95
VZ
4307 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
4308 if test "x$LINE" != x ; then
4309 eval "DEFAULT_$LINE"
4310 else
4311 no_cache=1
4312 fi
4313
4314 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
1e6feb95 4315
e6cc62c6 4316fi;
1e6feb95
VZ
4317
4318 eval "$ac_cv_use_stopwatch"
4319 if test "$no_cache" != 1; then
4320 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
4321 fi
4322
4323 if test "$wxUSE_STOPWATCH" = yes; then
e6cc62c6
VS
4324 echo "$as_me:$LINENO: result: yes" >&5
4325echo "${ECHO_T}yes" >&6
1e6feb95 4326 else
e6cc62c6
VS
4327 echo "$as_me:$LINENO: result: no" >&5
4328echo "${ECHO_T}no" >&6
1e6feb95 4329 fi
e6cc62c6 4330
1e6feb95 4331
5005acfe 4332 enablestring=
e6cc62c6
VS
4333 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4334echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
10f2d63a 4335 no_cache=0
eb4efbdc
VZ
4336 # Check whether --enable-dialupman or --disable-dialupman was given.
4337if test "${enable_dialupman+set}" = set; then
4338 enableval="$enable_dialupman"
e6cc62c6 4339
10f2d63a 4340 if test "$enableval" = yes; then
eb4efbdc 4341 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
10f2d63a 4342 else
eb4efbdc 4343 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
10f2d63a 4344 fi
e6cc62c6 4345
10f2d63a 4346else
e6cc62c6 4347
eb4efbdc 4348 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
10f2d63a
VZ
4349 if test "x$LINE" != x ; then
4350 eval "DEFAULT_$LINE"
4351 else
4352 no_cache=1
4353 fi
4354
eb4efbdc 4355 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
10f2d63a 4356
e6cc62c6 4357fi;
10f2d63a 4358
eb4efbdc 4359 eval "$ac_cv_use_dialupman"
10f2d63a 4360 if test "$no_cache" != 1; then
eb4efbdc 4361 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4362 fi
4363
eb4efbdc 4364 if test "$wxUSE_DIALUP_MANAGER" = yes; then
e6cc62c6
VS
4365 echo "$as_me:$LINENO: result: yes" >&5
4366echo "${ECHO_T}yes" >&6
10f2d63a 4367 else
e6cc62c6
VS
4368 echo "$as_me:$LINENO: result: no" >&5
4369echo "${ECHO_T}no" >&6
10f2d63a 4370 fi
e6cc62c6 4371
10f2d63a 4372
5005acfe 4373 enablestring=
e6cc62c6
VS
4374 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4375echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
10f2d63a
VZ
4376 no_cache=0
4377 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4378if test "${enable_apple_ieee+set}" = set; then
4379 enableval="$enable_apple_ieee"
e6cc62c6 4380
10f2d63a
VZ
4381 if test "$enableval" = yes; then
4382 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4383 else
4384 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4385 fi
e6cc62c6 4386
10f2d63a 4387else
e6cc62c6 4388
10f2d63a
VZ
4389 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4390 if test "x$LINE" != x ; then
4391 eval "DEFAULT_$LINE"
4392 else
4393 no_cache=1
4394 fi
4395
4396 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
10f2d63a 4397
e6cc62c6 4398fi;
10f2d63a
VZ
4399
4400 eval "$ac_cv_use_apple_ieee"
4401 if test "$no_cache" != 1; then
4402 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4403 fi
4404
4405 if test "$wxUSE_APPLE_IEEE" = yes; then
e6cc62c6
VS
4406 echo "$as_me:$LINENO: result: yes" >&5
4407echo "${ECHO_T}yes" >&6
10f2d63a 4408 else
e6cc62c6
VS
4409 echo "$as_me:$LINENO: result: no" >&5
4410echo "${ECHO_T}no" >&6
10f2d63a 4411 fi
e6cc62c6 4412
10f2d63a 4413
5005acfe 4414 enablestring=
e6cc62c6
VS
4415 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
4416echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
10f2d63a 4417 no_cache=0
1e6feb95
VZ
4418 # Check whether --enable-timer or --disable-timer was given.
4419if test "${enable_timer+set}" = set; then
4420 enableval="$enable_timer"
e6cc62c6 4421
10f2d63a 4422 if test "$enableval" = yes; then
1e6feb95 4423 ac_cv_use_timer='wxUSE_TIMER=yes'
10f2d63a 4424 else
1e6feb95 4425 ac_cv_use_timer='wxUSE_TIMER=no'
10f2d63a 4426 fi
e6cc62c6 4427
10f2d63a 4428else
e6cc62c6 4429
1e6feb95 4430 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
10f2d63a
VZ
4431 if test "x$LINE" != x ; then
4432 eval "DEFAULT_$LINE"
4433 else
4434 no_cache=1
4435 fi
4436
1e6feb95 4437 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
10f2d63a 4438
e6cc62c6 4439fi;
10f2d63a 4440
1e6feb95 4441 eval "$ac_cv_use_timer"
10f2d63a 4442 if test "$no_cache" != 1; then
1e6feb95 4443 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4444 fi
4445
1e6feb95 4446 if test "$wxUSE_TIMER" = yes; then
e6cc62c6
VS
4447 echo "$as_me:$LINENO: result: yes" >&5
4448echo "${ECHO_T}yes" >&6
10f2d63a 4449 else
e6cc62c6
VS
4450 echo "$as_me:$LINENO: result: no" >&5
4451echo "${ECHO_T}no" >&6
10f2d63a 4452 fi
e6cc62c6 4453
10f2d63a 4454
5005acfe 4455 enablestring=
e6cc62c6
VS
4456 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
4457echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
10f2d63a
VZ
4458 no_cache=0
4459 # Check whether --enable-wave or --disable-wave was given.
4460if test "${enable_wave+set}" = set; then
4461 enableval="$enable_wave"
e6cc62c6 4462
10f2d63a
VZ
4463 if test "$enableval" = yes; then
4464 ac_cv_use_wave='wxUSE_WAVE=yes'
4465 else
4466 ac_cv_use_wave='wxUSE_WAVE=no'
4467 fi
e6cc62c6 4468
10f2d63a 4469else
e6cc62c6 4470
10f2d63a
VZ
4471 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
4472 if test "x$LINE" != x ; then
4473 eval "DEFAULT_$LINE"
4474 else
4475 no_cache=1
4476 fi
4477
4478 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
10f2d63a 4479
e6cc62c6 4480fi;
10f2d63a
VZ
4481
4482 eval "$ac_cv_use_wave"
4483 if test "$no_cache" != 1; then
4484 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
4485 fi
4486
4487 if test "$wxUSE_WAVE" = yes; then
e6cc62c6
VS
4488 echo "$as_me:$LINENO: result: yes" >&5
4489echo "${ECHO_T}yes" >&6
10f2d63a 4490 else
e6cc62c6
VS
4491 echo "$as_me:$LINENO: result: no" >&5
4492echo "${ECHO_T}no" >&6
10f2d63a 4493 fi
e6cc62c6 4494
10f2d63a 4495
5005acfe 4496 enablestring=
e6cc62c6
VS
4497 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fraction" >&5
4498echo $ECHO_N "checking for --${enablestring:-enable}-fraction... $ECHO_C" >&6
10f2d63a
VZ
4499 no_cache=0
4500 # Check whether --enable-fraction or --disable-fraction was given.
4501if test "${enable_fraction+set}" = set; then
4502 enableval="$enable_fraction"
e6cc62c6 4503
10f2d63a
VZ
4504 if test "$enableval" = yes; then
4505 ac_cv_use_fraction='wxUSE_FRACTION=yes'
4506 else
4507 ac_cv_use_fraction='wxUSE_FRACTION=no'
4508 fi
e6cc62c6 4509
10f2d63a 4510else
e6cc62c6 4511
10f2d63a
VZ
4512 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
4513 if test "x$LINE" != x ; then
4514 eval "DEFAULT_$LINE"
4515 else
4516 no_cache=1
4517 fi
4518
4519 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
10f2d63a 4520
e6cc62c6 4521fi;
10f2d63a
VZ
4522
4523 eval "$ac_cv_use_fraction"
4524 if test "$no_cache" != 1; then
4525 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
4526 fi
4527
4528 if test "$wxUSE_FRACTION" = yes; then
e6cc62c6
VS
4529 echo "$as_me:$LINENO: result: yes" >&5
4530echo "${ECHO_T}yes" >&6
10f2d63a 4531 else
e6cc62c6
VS
4532 echo "$as_me:$LINENO: result: no" >&5
4533echo "${ECHO_T}no" >&6
10f2d63a 4534 fi
e6cc62c6 4535
10f2d63a 4536
5005acfe 4537 enablestring=
e6cc62c6
VS
4538 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4539echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
10f2d63a
VZ
4540 no_cache=0
4541 # Check whether --enable-dynlib or --disable-dynlib was given.
4542if test "${enable_dynlib+set}" = set; then
4543 enableval="$enable_dynlib"
e6cc62c6 4544
10f2d63a
VZ
4545 if test "$enableval" = yes; then
4546 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4547 else
4548 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4549 fi
e6cc62c6 4550
10f2d63a 4551else
e6cc62c6 4552
10f2d63a
VZ
4553 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4554 if test "x$LINE" != x ; then
4555 eval "DEFAULT_$LINE"
4556 else
4557 no_cache=1
4558 fi
4559
4560 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
10f2d63a 4561
e6cc62c6 4562fi;
10f2d63a
VZ
4563
4564 eval "$ac_cv_use_dynlib"
4565 if test "$no_cache" != 1; then
4566 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4567 fi
4568
4569 if test "$wxUSE_DYNLIB_CLASS" = yes; then
e6cc62c6
VS
4570 echo "$as_me:$LINENO: result: yes" >&5
4571echo "${ECHO_T}yes" >&6
10f2d63a 4572 else
e6cc62c6
VS
4573 echo "$as_me:$LINENO: result: no" >&5
4574echo "${ECHO_T}no" >&6
10f2d63a 4575 fi
e6cc62c6 4576
10f2d63a 4577
5005acfe 4578 enablestring=
e6cc62c6
VS
4579 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4580echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
0b9ab0bd
RL
4581 no_cache=0
4582 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4583if test "${enable_dynamicloader+set}" = set; then
4584 enableval="$enable_dynamicloader"
e6cc62c6 4585
0b9ab0bd
RL
4586 if test "$enableval" = yes; then
4587 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4588 else
4589 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4590 fi
e6cc62c6 4591
0b9ab0bd 4592else
e6cc62c6 4593
0b9ab0bd
RL
4594 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4595 if test "x$LINE" != x ; then
4596 eval "DEFAULT_$LINE"
4597 else
4598 no_cache=1
4599 fi
4600
4601 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
0b9ab0bd 4602
e6cc62c6 4603fi;
0b9ab0bd
RL
4604
4605 eval "$ac_cv_use_dynamicloader"
4606 if test "$no_cache" != 1; then
4607 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4608 fi
4609
4610 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
e6cc62c6
VS
4611 echo "$as_me:$LINENO: result: yes" >&5
4612echo "${ECHO_T}yes" >&6
0b9ab0bd 4613 else
e6cc62c6
VS
4614 echo "$as_me:$LINENO: result: no" >&5
4615echo "${ECHO_T}no" >&6
0b9ab0bd 4616 fi
e6cc62c6 4617
0b9ab0bd 4618
5005acfe 4619 enablestring=
e6cc62c6
VS
4620 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4621echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
10f2d63a
VZ
4622 no_cache=0
4623 # Check whether --enable-longlong or --disable-longlong was given.
4624if test "${enable_longlong+set}" = set; then
4625 enableval="$enable_longlong"
e6cc62c6 4626
10f2d63a
VZ
4627 if test "$enableval" = yes; then
4628 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
4629 else
4630 ac_cv_use_longlong='wxUSE_LONGLONG=no'
4631 fi
e6cc62c6 4632
10f2d63a 4633else
e6cc62c6 4634
10f2d63a
VZ
4635 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
4636 if test "x$LINE" != x ; then
4637 eval "DEFAULT_$LINE"
4638 else
4639 no_cache=1
4640 fi
4641
4642 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
10f2d63a 4643
e6cc62c6 4644fi;
10f2d63a
VZ
4645
4646 eval "$ac_cv_use_longlong"
4647 if test "$no_cache" != 1; then
4648 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
4649 fi
4650
4651 if test "$wxUSE_LONGLONG" = yes; then
e6cc62c6
VS
4652 echo "$as_me:$LINENO: result: yes" >&5
4653echo "${ECHO_T}yes" >&6
10f2d63a 4654 else
e6cc62c6
VS
4655 echo "$as_me:$LINENO: result: no" >&5
4656echo "${ECHO_T}no" >&6
10f2d63a 4657 fi
e6cc62c6 4658
10f2d63a 4659
5005acfe 4660 enablestring=
e6cc62c6
VS
4661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4662echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
e8f65ba6
RR
4663 no_cache=0
4664 # Check whether --enable-geometry or --disable-geometry was given.
4665if test "${enable_geometry+set}" = set; then
4666 enableval="$enable_geometry"
e6cc62c6 4667
e8f65ba6
RR
4668 if test "$enableval" = yes; then
4669 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
4670 else
4671 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
4672 fi
e6cc62c6 4673
e8f65ba6 4674else
e6cc62c6 4675
e8f65ba6
RR
4676 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4677 if test "x$LINE" != x ; then
4678 eval "DEFAULT_$LINE"
4679 else
4680 no_cache=1
4681 fi
4682
4683 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
e8f65ba6 4684
e6cc62c6 4685fi;
e8f65ba6
RR
4686
4687 eval "$ac_cv_use_geometry"
4688 if test "$no_cache" != 1; then
4689 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4690 fi
4691
4692 if test "$wxUSE_GEOMETRY" = yes; then
e6cc62c6
VS
4693 echo "$as_me:$LINENO: result: yes" >&5
4694echo "${ECHO_T}yes" >&6
e8f65ba6 4695 else
e6cc62c6
VS
4696 echo "$as_me:$LINENO: result: no" >&5
4697echo "${ECHO_T}no" >&6
e8f65ba6 4698 fi
e6cc62c6 4699
e8f65ba6 4700
5005acfe 4701 enablestring=
e6cc62c6
VS
4702 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4703echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
10f2d63a
VZ
4704 no_cache=0
4705 # Check whether --enable-log or --disable-log was given.
4706if test "${enable_log+set}" = set; then
4707 enableval="$enable_log"
e6cc62c6 4708
10f2d63a
VZ
4709 if test "$enableval" = yes; then
4710 ac_cv_use_log='wxUSE_LOG=yes'
4711 else
4712 ac_cv_use_log='wxUSE_LOG=no'
4713 fi
e6cc62c6 4714
10f2d63a 4715else
e6cc62c6 4716
10f2d63a
VZ
4717 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4718 if test "x$LINE" != x ; then
4719 eval "DEFAULT_$LINE"
4720 else
4721 no_cache=1
4722 fi
4723
4724 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
10f2d63a 4725
e6cc62c6 4726fi;
10f2d63a
VZ
4727
4728 eval "$ac_cv_use_log"
4729 if test "$no_cache" != 1; then
4730 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4731 fi
4732
4733 if test "$wxUSE_LOG" = yes; then
e6cc62c6
VS
4734 echo "$as_me:$LINENO: result: yes" >&5
4735echo "${ECHO_T}yes" >&6
10f2d63a 4736 else
e6cc62c6
VS
4737 echo "$as_me:$LINENO: result: no" >&5
4738echo "${ECHO_T}no" >&6
10f2d63a 4739 fi
e6cc62c6 4740
10f2d63a 4741
5005acfe 4742 enablestring=
e6cc62c6
VS
4743 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
4744echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
10f2d63a
VZ
4745 no_cache=0
4746 # Check whether --enable-streams or --disable-streams was given.
4747if test "${enable_streams+set}" = set; then
4748 enableval="$enable_streams"
e6cc62c6 4749
10f2d63a
VZ
4750 if test "$enableval" = yes; then
4751 ac_cv_use_streams='wxUSE_STREAMS=yes'
4752 else
4753 ac_cv_use_streams='wxUSE_STREAMS=no'
4754 fi
e6cc62c6 4755
10f2d63a 4756else
e6cc62c6 4757
10f2d63a
VZ
4758 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4759 if test "x$LINE" != x ; then
4760 eval "DEFAULT_$LINE"
4761 else
4762 no_cache=1
4763 fi
4764
4765 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
10f2d63a 4766
e6cc62c6 4767fi;
10f2d63a
VZ
4768
4769 eval "$ac_cv_use_streams"
4770 if test "$no_cache" != 1; then
4771 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4772 fi
4773
4774 if test "$wxUSE_STREAMS" = yes; then
e6cc62c6
VS
4775 echo "$as_me:$LINENO: result: yes" >&5
4776echo "${ECHO_T}yes" >&6
10f2d63a 4777 else
e6cc62c6
VS
4778 echo "$as_me:$LINENO: result: no" >&5
4779echo "${ECHO_T}no" >&6
10f2d63a 4780 fi
e6cc62c6 4781
10f2d63a 4782
5005acfe 4783 enablestring=
e6cc62c6
VS
4784 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4785echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
10f2d63a
VZ
4786 no_cache=0
4787 # Check whether --enable-file or --disable-file was given.
4788if test "${enable_file+set}" = set; then
4789 enableval="$enable_file"
e6cc62c6 4790
10f2d63a
VZ
4791 if test "$enableval" = yes; then
4792 ac_cv_use_file='wxUSE_FILE=yes'
4793 else
4794 ac_cv_use_file='wxUSE_FILE=no'
4795 fi
e6cc62c6 4796
10f2d63a 4797else
e6cc62c6 4798
10f2d63a
VZ
4799 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4800 if test "x$LINE" != x ; then
4801 eval "DEFAULT_$LINE"
4802 else
4803 no_cache=1
4804 fi
4805
4806 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
10f2d63a 4807
e6cc62c6 4808fi;
10f2d63a
VZ
4809
4810 eval "$ac_cv_use_file"
4811 if test "$no_cache" != 1; then
4812 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4813 fi
4814
4815 if test "$wxUSE_FILE" = yes; then
e6cc62c6
VS
4816 echo "$as_me:$LINENO: result: yes" >&5
4817echo "${ECHO_T}yes" >&6
10f2d63a 4818 else
e6cc62c6
VS
4819 echo "$as_me:$LINENO: result: no" >&5
4820echo "${ECHO_T}no" >&6
10f2d63a 4821 fi
e6cc62c6 4822
10f2d63a 4823
5005acfe 4824 enablestring=
e6cc62c6
VS
4825 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4826echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
10f2d63a 4827 no_cache=0
1e6feb95
VZ
4828 # Check whether --enable-ffile or --disable-ffile was given.
4829if test "${enable_ffile+set}" = set; then
4830 enableval="$enable_ffile"
e6cc62c6 4831
10f2d63a 4832 if test "$enableval" = yes; then
1e6feb95 4833 ac_cv_use_ffile='wxUSE_FFILE=yes'
10f2d63a 4834 else
1e6feb95 4835 ac_cv_use_ffile='wxUSE_FFILE=no'
10f2d63a 4836 fi
e6cc62c6 4837
10f2d63a 4838else
e6cc62c6 4839
1e6feb95 4840 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
4841 if test "x$LINE" != x ; then
4842 eval "DEFAULT_$LINE"
4843 else
4844 no_cache=1
4845 fi
4846
1e6feb95 4847 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
10f2d63a 4848
e6cc62c6 4849fi;
10f2d63a 4850
1e6feb95 4851 eval "$ac_cv_use_ffile"
10f2d63a 4852 if test "$no_cache" != 1; then
1e6feb95 4853 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4854 fi
4855
1e6feb95 4856 if test "$wxUSE_FFILE" = yes; then
e6cc62c6
VS
4857 echo "$as_me:$LINENO: result: yes" >&5
4858echo "${ECHO_T}yes" >&6
10f2d63a 4859 else
e6cc62c6
VS
4860 echo "$as_me:$LINENO: result: no" >&5
4861echo "${ECHO_T}no" >&6
10f2d63a 4862 fi
e6cc62c6 4863
10f2d63a 4864
5005acfe 4865 enablestring=
e6cc62c6
VS
4866 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
4867echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
a3a584a7
VZ
4868 no_cache=0
4869 # Check whether --enable-textbuf or --disable-textbuf was given.
4870if test "${enable_textbuf+set}" = set; then
4871 enableval="$enable_textbuf"
e6cc62c6 4872
a3a584a7
VZ
4873 if test "$enableval" = yes; then
4874 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
4875 else
4876 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
4877 fi
e6cc62c6 4878
a3a584a7 4879else
e6cc62c6 4880
a3a584a7
VZ
4881 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4882 if test "x$LINE" != x ; then
4883 eval "DEFAULT_$LINE"
4884 else
4885 no_cache=1
4886 fi
4887
4888 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
a3a584a7 4889
e6cc62c6 4890fi;
a3a584a7
VZ
4891
4892 eval "$ac_cv_use_textbuf"
4893 if test "$no_cache" != 1; then
4894 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4895 fi
4896
4897 if test "$wxUSE_TEXTBUFFER" = yes; then
e6cc62c6
VS
4898 echo "$as_me:$LINENO: result: yes" >&5
4899echo "${ECHO_T}yes" >&6
a3a584a7 4900 else
e6cc62c6
VS
4901 echo "$as_me:$LINENO: result: no" >&5
4902echo "${ECHO_T}no" >&6
a3a584a7 4903 fi
e6cc62c6 4904
a3a584a7 4905
5005acfe 4906 enablestring=
e6cc62c6
VS
4907 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
4908echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
10f2d63a 4909 no_cache=0
1e6feb95
VZ
4910 # Check whether --enable-textfile or --disable-textfile was given.
4911if test "${enable_textfile+set}" = set; then
4912 enableval="$enable_textfile"
e6cc62c6 4913
10f2d63a 4914 if test "$enableval" = yes; then
1e6feb95 4915 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
10f2d63a 4916 else
1e6feb95 4917 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
10f2d63a 4918 fi
e6cc62c6 4919
10f2d63a 4920else
e6cc62c6 4921
1e6feb95 4922 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
4923 if test "x$LINE" != x ; then
4924 eval "DEFAULT_$LINE"
4925 else
4926 no_cache=1
4927 fi
4928
1e6feb95 4929 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
10f2d63a 4930
e6cc62c6 4931fi;
10f2d63a 4932
1e6feb95 4933 eval "$ac_cv_use_textfile"
10f2d63a 4934 if test "$no_cache" != 1; then
1e6feb95 4935 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4936 fi
4937
1e6feb95 4938 if test "$wxUSE_TEXTFILE" = yes; then
e6cc62c6
VS
4939 echo "$as_me:$LINENO: result: yes" >&5
4940echo "${ECHO_T}yes" >&6
10f2d63a 4941 else
e6cc62c6
VS
4942 echo "$as_me:$LINENO: result: no" >&5
4943echo "${ECHO_T}no" >&6
10f2d63a 4944 fi
e6cc62c6 4945
10f2d63a 4946
5005acfe 4947 enablestring=
e6cc62c6
VS
4948 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4949echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
10f2d63a 4950 no_cache=0
1e6feb95
VZ
4951 # Check whether --enable-fontmap or --disable-fontmap was given.
4952if test "${enable_fontmap+set}" = set; then
4953 enableval="$enable_fontmap"
e6cc62c6 4954
10f2d63a 4955 if test "$enableval" = yes; then
1e6feb95 4956 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
10f2d63a 4957 else
1e6feb95 4958 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
10f2d63a 4959 fi
e6cc62c6 4960
10f2d63a 4961else
e6cc62c6 4962
1e6feb95 4963 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
10f2d63a
VZ
4964 if test "x$LINE" != x ; then
4965 eval "DEFAULT_$LINE"
4966 else
4967 no_cache=1
4968 fi
4969
1e6feb95 4970 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
10f2d63a 4971
e6cc62c6 4972fi;
10f2d63a 4973
1e6feb95 4974 eval "$ac_cv_use_fontmap"
10f2d63a 4975 if test "$no_cache" != 1; then
1e6feb95 4976 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4977 fi
4978
1e6feb95 4979 if test "$wxUSE_FONTMAP" = yes; then
e6cc62c6
VS
4980 echo "$as_me:$LINENO: result: yes" >&5
4981echo "${ECHO_T}yes" >&6
10f2d63a 4982 else
e6cc62c6
VS
4983 echo "$as_me:$LINENO: result: no" >&5
4984echo "${ECHO_T}no" >&6
10f2d63a 4985 fi
e6cc62c6 4986
10f2d63a 4987
5005acfe 4988 enablestring=
e6cc62c6
VS
4989 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4990echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
10f2d63a 4991 no_cache=0
1e6feb95
VZ
4992 # Check whether --enable-unicode or --disable-unicode was given.
4993if test "${enable_unicode+set}" = set; then
4994 enableval="$enable_unicode"
e6cc62c6 4995
1e6feb95
VZ
4996 if test "$enableval" = yes; then
4997 ac_cv_use_unicode='wxUSE_UNICODE=yes'
4998 else
4999 ac_cv_use_unicode='wxUSE_UNICODE=no'
5000 fi
e6cc62c6 5001
1e6feb95 5002else
e6cc62c6 5003
1e6feb95
VZ
5004 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5005 if test "x$LINE" != x ; then
5006 eval "DEFAULT_$LINE"
5007 else
5008 no_cache=1
5009 fi
5010
5011 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
1e6feb95 5012
e6cc62c6 5013fi;
1e6feb95
VZ
5014
5015 eval "$ac_cv_use_unicode"
5016 if test "$no_cache" != 1; then
5017 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5018 fi
5019
5020 if test "$wxUSE_UNICODE" = yes; then
e6cc62c6
VS
5021 echo "$as_me:$LINENO: result: yes" >&5
5022echo "${ECHO_T}yes" >&6
1e6feb95 5023 else
e6cc62c6
VS
5024 echo "$as_me:$LINENO: result: no" >&5
5025echo "${ECHO_T}no" >&6
1e6feb95 5026 fi
e6cc62c6 5027
1e6feb95 5028
5005acfe 5029 enablestring=
e6cc62c6
VS
5030 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5031echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
a72a4bfa
VS
5032 no_cache=0
5033 # Check whether --enable-mslu or --disable-mslu was given.
5034if test "${enable_mslu+set}" = set; then
5035 enableval="$enable_mslu"
e6cc62c6 5036
a72a4bfa
VS
5037 if test "$enableval" = yes; then
5038 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5039 else
5040 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5041 fi
e6cc62c6 5042
a72a4bfa 5043else
e6cc62c6 5044
a72a4bfa
VS
5045 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5046 if test "x$LINE" != x ; then
5047 eval "DEFAULT_$LINE"
5048 else
5049 no_cache=1
5050 fi
5051
5052 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
a72a4bfa 5053
e6cc62c6 5054fi;
a72a4bfa
VS
5055
5056 eval "$ac_cv_use_mslu"
5057 if test "$no_cache" != 1; then
5058 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5059 fi
5060
5061 if test "$wxUSE_UNICODE_MSLU" = yes; then
e6cc62c6
VS
5062 echo "$as_me:$LINENO: result: yes" >&5
5063echo "${ECHO_T}yes" >&6
a72a4bfa 5064 else
e6cc62c6
VS
5065 echo "$as_me:$LINENO: result: no" >&5
5066echo "${ECHO_T}no" >&6
a72a4bfa 5067 fi
e6cc62c6 5068
a72a4bfa 5069
5005acfe 5070 enablestring=
e6cc62c6
VS
5071 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5072echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
1e6feb95
VZ
5073 no_cache=0
5074 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5075if test "${enable_wxprintfv+set}" = set; then
5076 enableval="$enable_wxprintfv"
e6cc62c6 5077
1e6feb95 5078 if test "$enableval" = yes; then
10f2d63a
VZ
5079 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
5080 else
5081 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
5082 fi
e6cc62c6 5083
10f2d63a 5084else
e6cc62c6 5085
10f2d63a
VZ
5086 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5087 if test "x$LINE" != x ; then
5088 eval "DEFAULT_$LINE"
5089 else
5090 no_cache=1
5091 fi
5092
5093 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
10f2d63a 5094
e6cc62c6 5095fi;
10f2d63a
VZ
5096
5097 eval "$ac_cv_use_wxprintfv"
5098 if test "$no_cache" != 1; then
5099 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5100 fi
5101
5102 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
e6cc62c6
VS
5103 echo "$as_me:$LINENO: result: yes" >&5
5104echo "${ECHO_T}yes" >&6
10f2d63a 5105 else
e6cc62c6
VS
5106 echo "$as_me:$LINENO: result: no" >&5
5107echo "${ECHO_T}no" >&6
10f2d63a 5108 fi
e6cc62c6 5109
10f2d63a 5110
5005acfe 5111 enablestring=
e6cc62c6
VS
5112 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5113echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
10f2d63a
VZ
5114 no_cache=0
5115 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5116if test "${enable_std_iostreams+set}" = set; then
5117 enableval="$enable_std_iostreams"
e6cc62c6 5118
10f2d63a
VZ
5119 if test "$enableval" = yes; then
5120 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5121 else
5122 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5123 fi
e6cc62c6 5124
10f2d63a 5125else
e6cc62c6 5126
10f2d63a
VZ
5127 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5128 if test "x$LINE" != x ; then
5129 eval "DEFAULT_$LINE"
5130 else
5131 no_cache=1
5132 fi
5133
5134 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
10f2d63a 5135
e6cc62c6 5136fi;
10f2d63a
VZ
5137
5138 eval "$ac_cv_use_std_iostreams"
5139 if test "$no_cache" != 1; then
5140 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5141 fi
5142
5143 if test "$wxUSE_STD_IOSTREAM" = yes; then
e6cc62c6
VS
5144 echo "$as_me:$LINENO: result: yes" >&5
5145echo "${ECHO_T}yes" >&6
10f2d63a 5146 else
e6cc62c6
VS
5147 echo "$as_me:$LINENO: result: no" >&5
5148echo "${ECHO_T}no" >&6
10f2d63a 5149 fi
e6cc62c6 5150
10f2d63a 5151
5005acfe 5152 enablestring=
e6cc62c6
VS
5153 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5154echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
24528b0c
VS
5155 no_cache=0
5156 # Check whether --enable-filesystem or --disable-filesystem was given.
5157if test "${enable_filesystem+set}" = set; then
5158 enableval="$enable_filesystem"
e6cc62c6 5159
24528b0c
VS
5160 if test "$enableval" = yes; then
5161 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5162 else
5163 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5164 fi
e6cc62c6 5165
24528b0c 5166else
e6cc62c6 5167
24528b0c
VS
5168 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5169 if test "x$LINE" != x ; then
5170 eval "DEFAULT_$LINE"
5171 else
5172 no_cache=1
5173 fi
5174
5175 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
24528b0c 5176
e6cc62c6 5177fi;
24528b0c
VS
5178
5179 eval "$ac_cv_use_filesystem"
5180 if test "$no_cache" != 1; then
5181 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5182 fi
5183
5184 if test "$wxUSE_FILESYSTEM" = yes; then
e6cc62c6
VS
5185 echo "$as_me:$LINENO: result: yes" >&5
5186echo "${ECHO_T}yes" >&6
24528b0c 5187 else
e6cc62c6
VS
5188 echo "$as_me:$LINENO: result: no" >&5
5189echo "${ECHO_T}no" >&6
24528b0c 5190 fi
e6cc62c6 5191
24528b0c 5192
5005acfe 5193 enablestring=
e6cc62c6
VS
5194 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5195echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
10f2d63a
VZ
5196 no_cache=0
5197 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5198if test "${enable_fs_inet+set}" = set; then
5199 enableval="$enable_fs_inet"
e6cc62c6 5200
10f2d63a
VZ
5201 if test "$enableval" = yes; then
5202 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5203 else
5204 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5205 fi
e6cc62c6 5206
10f2d63a 5207else
e6cc62c6 5208
10f2d63a
VZ
5209 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5210 if test "x$LINE" != x ; then
5211 eval "DEFAULT_$LINE"
5212 else
5213 no_cache=1
5214 fi
5215
5216 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
10f2d63a 5217
e6cc62c6 5218fi;
10f2d63a
VZ
5219
5220 eval "$ac_cv_use_fs_inet"
5221 if test "$no_cache" != 1; then
5222 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5223 fi
5224
5225 if test "$wxUSE_FS_INET" = yes; then
e6cc62c6
VS
5226 echo "$as_me:$LINENO: result: yes" >&5
5227echo "${ECHO_T}yes" >&6
10f2d63a 5228 else
e6cc62c6
VS
5229 echo "$as_me:$LINENO: result: no" >&5
5230echo "${ECHO_T}no" >&6
10f2d63a 5231 fi
e6cc62c6 5232
10f2d63a 5233
5005acfe 5234 enablestring=
e6cc62c6
VS
5235 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5236echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
10f2d63a
VZ
5237 no_cache=0
5238 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5239if test "${enable_fs_zip+set}" = set; then
5240 enableval="$enable_fs_zip"
e6cc62c6 5241
10f2d63a
VZ
5242 if test "$enableval" = yes; then
5243 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5244 else
5245 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5246 fi
e6cc62c6 5247
10f2d63a 5248else
e6cc62c6 5249
10f2d63a
VZ
5250 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5251 if test "x$LINE" != x ; then
5252 eval "DEFAULT_$LINE"
5253 else
5254 no_cache=1
5255 fi
5256
5257 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
10f2d63a 5258
e6cc62c6 5259fi;
10f2d63a
VZ
5260
5261 eval "$ac_cv_use_fs_zip"
5262 if test "$no_cache" != 1; then
5263 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5264 fi
5265
5266 if test "$wxUSE_FS_ZIP" = yes; then
e6cc62c6
VS
5267 echo "$as_me:$LINENO: result: yes" >&5
5268echo "${ECHO_T}yes" >&6
10f2d63a 5269 else
e6cc62c6
VS
5270 echo "$as_me:$LINENO: result: no" >&5
5271echo "${ECHO_T}no" >&6
10f2d63a 5272 fi
e6cc62c6 5273
10f2d63a 5274
5005acfe 5275 enablestring=
e6cc62c6
VS
5276 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5277echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
10f2d63a
VZ
5278 no_cache=0
5279 # Check whether --enable-zipstream or --disable-zipstream was given.
5280if test "${enable_zipstream+set}" = set; then
5281 enableval="$enable_zipstream"
e6cc62c6 5282
10f2d63a
VZ
5283 if test "$enableval" = yes; then
5284 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
5285 else
5286 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
5287 fi
e6cc62c6 5288
10f2d63a 5289else
e6cc62c6 5290
10f2d63a
VZ
5291 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5292 if test "x$LINE" != x ; then
5293 eval "DEFAULT_$LINE"
5294 else
5295 no_cache=1
5296 fi
5297
5298 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
10f2d63a 5299
e6cc62c6 5300fi;
10f2d63a
VZ
5301
5302 eval "$ac_cv_use_zipstream"
5303 if test "$no_cache" != 1; then
5304 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5305 fi
5306
5307 if test "$wxUSE_ZIPSTREAM" = yes; then
e6cc62c6
VS
5308 echo "$as_me:$LINENO: result: yes" >&5
5309echo "${ECHO_T}yes" >&6
10f2d63a 5310 else
e6cc62c6
VS
5311 echo "$as_me:$LINENO: result: no" >&5
5312echo "${ECHO_T}no" >&6
10f2d63a 5313 fi
e6cc62c6 5314
8284b0c5 5315
52127426 5316
5005acfe 5317 enablestring=
e6cc62c6
VS
5318 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5319echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
eb4efbdc
VZ
5320 no_cache=0
5321 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5322if test "${enable_catch_segvs+set}" = set; then
5323 enableval="$enable_catch_segvs"
e6cc62c6 5324
eb4efbdc
VZ
5325 if test "$enableval" = yes; then
5326 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
5327 else
5328 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
5329 fi
e6cc62c6 5330
eb4efbdc 5331else
e6cc62c6 5332
eb4efbdc
VZ
5333 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5334 if test "x$LINE" != x ; then
5335 eval "DEFAULT_$LINE"
5336 else
5337 no_cache=1
5338 fi
5339
5340 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
eb4efbdc 5341
e6cc62c6 5342fi;
eb4efbdc
VZ
5343
5344 eval "$ac_cv_use_catch_segvs"
5345 if test "$no_cache" != 1; then
5346 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5347 fi
5348
5349 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
e6cc62c6
VS
5350 echo "$as_me:$LINENO: result: yes" >&5
5351echo "${ECHO_T}yes" >&6
eb4efbdc 5352 else
e6cc62c6
VS
5353 echo "$as_me:$LINENO: result: no" >&5
5354echo "${ECHO_T}no" >&6
eb4efbdc 5355 fi
e6cc62c6 5356
eb4efbdc 5357
5005acfe 5358 enablestring=
e6cc62c6
VS
5359 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5360echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
4f3c5f06
VZ
5361 no_cache=0
5362 # Check whether --enable-snglinst or --disable-snglinst was given.
5363if test "${enable_snglinst+set}" = set; then
5364 enableval="$enable_snglinst"
e6cc62c6 5365
4f3c5f06
VZ
5366 if test "$enableval" = yes; then
5367 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5368 else
5369 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5370 fi
e6cc62c6 5371
4f3c5f06 5372else
e6cc62c6 5373
4f3c5f06
VZ
5374 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5375 if test "x$LINE" != x ; then
5376 eval "DEFAULT_$LINE"
5377 else
5378 no_cache=1
5379 fi
5380
5381 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4f3c5f06 5382
e6cc62c6 5383fi;
4f3c5f06
VZ
5384
5385 eval "$ac_cv_use_snglinst"
5386 if test "$no_cache" != 1; then
5387 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5388 fi
5389
5390 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
e6cc62c6
VS
5391 echo "$as_me:$LINENO: result: yes" >&5
5392echo "${ECHO_T}yes" >&6
4f3c5f06 5393 else
e6cc62c6
VS
5394 echo "$as_me:$LINENO: result: no" >&5
5395echo "${ECHO_T}no" >&6
4f3c5f06 5396 fi
e6cc62c6 5397
52127426 5398
8284b0c5 5399
5005acfe 5400 enablestring=
e6cc62c6
VS
5401 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5402echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
1e6feb95
VZ
5403 no_cache=0
5404 # Check whether --enable-mimetype or --disable-mimetype was given.
5405if test "${enable_mimetype+set}" = set; then
5406 enableval="$enable_mimetype"
e6cc62c6 5407
1e6feb95
VZ
5408 if test "$enableval" = yes; then
5409 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5410 else
5411 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5412 fi
e6cc62c6 5413
1e6feb95 5414else
e6cc62c6 5415
1e6feb95
VZ
5416 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5417 if test "x$LINE" != x ; then
5418 eval "DEFAULT_$LINE"
5419 else
5420 no_cache=1
5421 fi
5422
5423 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
1e6feb95 5424
e6cc62c6 5425fi;
1e6feb95
VZ
5426
5427 eval "$ac_cv_use_mimetype"
5428 if test "$no_cache" != 1; then
5429 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5430 fi
5431
5432 if test "$wxUSE_MIMETYPE" = yes; then
e6cc62c6
VS
5433 echo "$as_me:$LINENO: result: yes" >&5
5434echo "${ECHO_T}yes" >&6
1e6feb95 5435 else
e6cc62c6
VS
5436 echo "$as_me:$LINENO: result: no" >&5
5437echo "${ECHO_T}no" >&6
1e6feb95 5438 fi
e6cc62c6 5439
1e6feb95 5440
5005acfe 5441 enablestring=
e6cc62c6
VS
5442 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5443echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
3e44f09d
VZ
5444 no_cache=0
5445 # Check whether --enable-system_options or --disable-system_options was given.
5446if test "${enable_system_options+set}" = set; then
5447 enableval="$enable_system_options"
e6cc62c6 5448
3e44f09d
VZ
5449 if test "$enableval" = yes; then
5450 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5451 else
5452 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5453 fi
e6cc62c6 5454
3e44f09d 5455else
e6cc62c6 5456
3e44f09d
VZ
5457 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5458 if test "x$LINE" != x ; then
5459 eval "DEFAULT_$LINE"
5460 else
5461 no_cache=1
5462 fi
5463
5464 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
3e44f09d 5465
e6cc62c6 5466fi;
3e44f09d
VZ
5467
5468 eval "$ac_cv_use_system_options"
5469 if test "$no_cache" != 1; then
5470 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5471 fi
5472
5473 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
e6cc62c6
VS
5474 echo "$as_me:$LINENO: result: yes" >&5
5475echo "${ECHO_T}yes" >&6
3e44f09d 5476 else
e6cc62c6
VS
5477 echo "$as_me:$LINENO: result: no" >&5
5478echo "${ECHO_T}no" >&6
3e44f09d 5479 fi
e6cc62c6 5480
8284b0c5 5481
52127426 5482
5005acfe 5483 enablestring=
e6cc62c6
VS
5484 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5485echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
4cdb0ab0
VS
5486 no_cache=0
5487 # Check whether --enable-url or --disable-url was given.
5488if test "${enable_url+set}" = set; then
5489 enableval="$enable_url"
e6cc62c6 5490
4cdb0ab0
VS
5491 if test "$enableval" = yes; then
5492 ac_cv_use_url='wxUSE_URL=yes'
5493 else
5494 ac_cv_use_url='wxUSE_URL=no'
5495 fi
e6cc62c6 5496
4cdb0ab0 5497else
e6cc62c6 5498
4cdb0ab0
VS
5499 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5500 if test "x$LINE" != x ; then
5501 eval "DEFAULT_$LINE"
5502 else
5503 no_cache=1
5504 fi
5505
5506 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
4cdb0ab0 5507
e6cc62c6 5508fi;
4cdb0ab0
VS
5509
5510 eval "$ac_cv_use_url"
5511 if test "$no_cache" != 1; then
5512 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5513 fi
5514
5515 if test "$wxUSE_URL" = yes; then
e6cc62c6
VS
5516 echo "$as_me:$LINENO: result: yes" >&5
5517echo "${ECHO_T}yes" >&6
4cdb0ab0 5518 else
e6cc62c6
VS
5519 echo "$as_me:$LINENO: result: no" >&5
5520echo "${ECHO_T}no" >&6
4cdb0ab0 5521 fi
e6cc62c6 5522
4cdb0ab0 5523
5005acfe 5524 enablestring=
e6cc62c6
VS
5525 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5526echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
4cdb0ab0
VS
5527 no_cache=0
5528 # Check whether --enable-protocol or --disable-protocol was given.
5529if test "${enable_protocol+set}" = set; then
5530 enableval="$enable_protocol"
e6cc62c6 5531
4cdb0ab0
VS
5532 if test "$enableval" = yes; then
5533 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
5534 else
5535 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
5536 fi
e6cc62c6 5537
4cdb0ab0 5538else
e6cc62c6 5539
4cdb0ab0
VS
5540 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5541 if test "x$LINE" != x ; then
5542 eval "DEFAULT_$LINE"
5543 else
5544 no_cache=1
5545 fi
5546
5547 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4cdb0ab0 5548
e6cc62c6 5549fi;
4cdb0ab0
VS
5550
5551 eval "$ac_cv_use_protocol"
5552 if test "$no_cache" != 1; then
5553 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5554 fi
5555
5556 if test "$wxUSE_PROTOCOL" = yes; then
e6cc62c6
VS
5557 echo "$as_me:$LINENO: result: yes" >&5
5558echo "${ECHO_T}yes" >&6
4cdb0ab0 5559 else
e6cc62c6
VS
5560 echo "$as_me:$LINENO: result: no" >&5
5561echo "${ECHO_T}no" >&6
4cdb0ab0 5562 fi
e6cc62c6 5563
4cdb0ab0 5564
5005acfe 5565 enablestring=
e6cc62c6
VS
5566 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5567echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
4cdb0ab0
VS
5568 no_cache=0
5569 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5570if test "${enable_protocol_http+set}" = set; then
5571 enableval="$enable_protocol_http"
e6cc62c6 5572
4cdb0ab0
VS
5573 if test "$enableval" = yes; then
5574 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
5575 else
5576 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
5577 fi
e6cc62c6 5578
4cdb0ab0 5579else
e6cc62c6 5580
4cdb0ab0
VS
5581 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5582 if test "x$LINE" != x ; then
5583 eval "DEFAULT_$LINE"
5584 else
5585 no_cache=1
5586 fi
5587
5588 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4cdb0ab0 5589
e6cc62c6 5590fi;
4cdb0ab0
VS
5591
5592 eval "$ac_cv_use_protocol_http"
5593 if test "$no_cache" != 1; then
5594 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5595 fi
5596
5597 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
e6cc62c6
VS
5598 echo "$as_me:$LINENO: result: yes" >&5
5599echo "${ECHO_T}yes" >&6
4cdb0ab0 5600 else
e6cc62c6
VS
5601 echo "$as_me:$LINENO: result: no" >&5
5602echo "${ECHO_T}no" >&6
4cdb0ab0 5603 fi
e6cc62c6 5604
4cdb0ab0 5605
5005acfe 5606 enablestring=
e6cc62c6
VS
5607 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5608echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
4cdb0ab0
VS
5609 no_cache=0
5610 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5611if test "${enable_protocol_ftp+set}" = set; then
5612 enableval="$enable_protocol_ftp"
e6cc62c6 5613
4cdb0ab0
VS
5614 if test "$enableval" = yes; then
5615 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
5616 else
5617 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
5618 fi
e6cc62c6 5619
4cdb0ab0 5620else
e6cc62c6 5621
4cdb0ab0
VS
5622 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5623 if test "x$LINE" != x ; then
5624 eval "DEFAULT_$LINE"
5625 else
5626 no_cache=1
5627 fi
5628
5629 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4cdb0ab0 5630
e6cc62c6 5631fi;
4cdb0ab0
VS
5632
5633 eval "$ac_cv_use_protocol_ftp"
5634 if test "$no_cache" != 1; then
5635 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5636 fi
5637
5638 if test "$wxUSE_PROTOCOL_FTP" = yes; then
e6cc62c6
VS
5639 echo "$as_me:$LINENO: result: yes" >&5
5640echo "${ECHO_T}yes" >&6
4cdb0ab0 5641 else
e6cc62c6
VS
5642 echo "$as_me:$LINENO: result: no" >&5
5643echo "${ECHO_T}no" >&6
4cdb0ab0 5644 fi
e6cc62c6 5645
4cdb0ab0 5646
5005acfe 5647 enablestring=
e6cc62c6
VS
5648 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5649echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
4cdb0ab0
VS
5650 no_cache=0
5651 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5652if test "${enable_protocol_file+set}" = set; then
5653 enableval="$enable_protocol_file"
e6cc62c6 5654
4cdb0ab0
VS
5655 if test "$enableval" = yes; then
5656 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
5657 else
5658 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
5659 fi
e6cc62c6 5660
4cdb0ab0 5661else
e6cc62c6 5662
4cdb0ab0
VS
5663 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5664 if test "x$LINE" != x ; then
5665 eval "DEFAULT_$LINE"
5666 else
5667 no_cache=1
5668 fi
5669
5670 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4cdb0ab0 5671
e6cc62c6 5672fi;
4cdb0ab0
VS
5673
5674 eval "$ac_cv_use_protocol_file"
5675 if test "$no_cache" != 1; then
5676 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5677 fi
5678
5679 if test "$wxUSE_PROTOCOL_FILE" = yes; then
e6cc62c6
VS
5680 echo "$as_me:$LINENO: result: yes" >&5
5681echo "${ECHO_T}yes" >&6
4cdb0ab0 5682 else
e6cc62c6
VS
5683 echo "$as_me:$LINENO: result: no" >&5
5684echo "${ECHO_T}no" >&6
4cdb0ab0 5685 fi
e6cc62c6 5686
52127426 5687
8284b0c5
MB
5688
5689
5690
5005acfe 5691 enablestring=
e6cc62c6
VS
5692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5693echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
10f2d63a
VZ
5694 no_cache=0
5695 # Check whether --enable-threads or --disable-threads was given.
5696if test "${enable_threads+set}" = set; then
5697 enableval="$enable_threads"
e6cc62c6 5698
10f2d63a
VZ
5699 if test "$enableval" = yes; then
5700 ac_cv_use_threads='wxUSE_THREADS=yes'
5701 else
5702 ac_cv_use_threads='wxUSE_THREADS=no'
5703 fi
e6cc62c6 5704
10f2d63a 5705else
e6cc62c6 5706
10f2d63a
VZ
5707 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5708 if test "x$LINE" != x ; then
5709 eval "DEFAULT_$LINE"
5710 else
5711 no_cache=1
5712 fi
5713
5714 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
10f2d63a 5715
e6cc62c6 5716fi;
10f2d63a
VZ
5717
5718 eval "$ac_cv_use_threads"
5719 if test "$no_cache" != 1; then
5720 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5721 fi
5722
5723 if test "$wxUSE_THREADS" = yes; then
e6cc62c6
VS
5724 echo "$as_me:$LINENO: result: yes" >&5
5725echo "${ECHO_T}yes" >&6
10f2d63a 5726 else
e6cc62c6
VS
5727 echo "$as_me:$LINENO: result: no" >&5
5728echo "${ECHO_T}no" >&6
10f2d63a 5729 fi
e6cc62c6 5730
10f2d63a 5731
b12915c1
VZ
5732if test "$wxUSE_GUI" = "yes"; then
5733
8284b0c5
MB
5734
5735
5005acfe 5736 enablestring=
e6cc62c6
VS
5737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5738echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
10f2d63a
VZ
5739 no_cache=0
5740 # Check whether --enable-docview or --disable-docview was given.
5741if test "${enable_docview+set}" = set; then
5742 enableval="$enable_docview"
e6cc62c6 5743
10f2d63a
VZ
5744 if test "$enableval" = yes; then
5745 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5746 else
5747 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5748 fi
e6cc62c6 5749
10f2d63a 5750else
e6cc62c6 5751
10f2d63a
VZ
5752 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5753 if test "x$LINE" != x ; then
5754 eval "DEFAULT_$LINE"
5755 else
5756 no_cache=1
5757 fi
5758
5759 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
10f2d63a 5760
e6cc62c6 5761fi;
10f2d63a
VZ
5762
5763 eval "$ac_cv_use_docview"
5764 if test "$no_cache" != 1; then
5765 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5766 fi
5767
5768 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
e6cc62c6
VS
5769 echo "$as_me:$LINENO: result: yes" >&5
5770echo "${ECHO_T}yes" >&6
10f2d63a 5771 else
e6cc62c6
VS
5772 echo "$as_me:$LINENO: result: no" >&5
5773echo "${ECHO_T}no" >&6
10f2d63a 5774 fi
e6cc62c6 5775
10f2d63a 5776
5005acfe 5777 enablestring=
e6cc62c6
VS
5778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5779echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
10f2d63a
VZ
5780 no_cache=0
5781 # Check whether --enable-help or --disable-help was given.
5782if test "${enable_help+set}" = set; then
5783 enableval="$enable_help"
e6cc62c6 5784
10f2d63a
VZ
5785 if test "$enableval" = yes; then
5786 ac_cv_use_help='wxUSE_HELP=yes'
5787 else
5788 ac_cv_use_help='wxUSE_HELP=no'
5789 fi
e6cc62c6 5790
10f2d63a 5791else
e6cc62c6 5792
10f2d63a
VZ
5793 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5794 if test "x$LINE" != x ; then
5795 eval "DEFAULT_$LINE"
5796 else
5797 no_cache=1
5798 fi
5799
5800 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
10f2d63a 5801
e6cc62c6 5802fi;
10f2d63a
VZ
5803
5804 eval "$ac_cv_use_help"
5805 if test "$no_cache" != 1; then
5806 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5807 fi
5808
5809 if test "$wxUSE_HELP" = yes; then
e6cc62c6
VS
5810 echo "$as_me:$LINENO: result: yes" >&5
5811echo "${ECHO_T}yes" >&6
10f2d63a 5812 else
e6cc62c6
VS
5813 echo "$as_me:$LINENO: result: no" >&5
5814echo "${ECHO_T}no" >&6
10f2d63a 5815 fi
e6cc62c6 5816
10f2d63a 5817
5005acfe 5818 enablestring=
e6cc62c6
VS
5819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5820echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
29fd3c0c
VS
5821 no_cache=0
5822 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5823if test "${enable_mshtmlhelp+set}" = set; then
5824 enableval="$enable_mshtmlhelp"
e6cc62c6 5825
29fd3c0c
VS
5826 if test "$enableval" = yes; then
5827 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
5828 else
5829 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
5830 fi
e6cc62c6 5831
29fd3c0c 5832else
e6cc62c6 5833
29fd3c0c
VS
5834 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5835 if test "x$LINE" != x ; then
5836 eval "DEFAULT_$LINE"
5837 else
5838 no_cache=1
5839 fi
5840
5841 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
29fd3c0c 5842
e6cc62c6 5843fi;
29fd3c0c
VS
5844
5845 eval "$ac_cv_use_mshtmlhelp"
5846 if test "$no_cache" != 1; then
5847 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5848 fi
5849
5850 if test "$wxUSE_MS_HTML_HELP" = yes; then
e6cc62c6
VS
5851 echo "$as_me:$LINENO: result: yes" >&5
5852echo "${ECHO_T}yes" >&6
29fd3c0c 5853 else
e6cc62c6
VS
5854 echo "$as_me:$LINENO: result: no" >&5
5855echo "${ECHO_T}no" >&6
29fd3c0c 5856 fi
e6cc62c6 5857
29fd3c0c 5858
5005acfe 5859 enablestring=
e6cc62c6
VS
5860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
5861echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
3379ed37
VZ
5862 no_cache=0
5863 # Check whether --enable-html or --disable-html was given.
5864if test "${enable_html+set}" = set; then
5865 enableval="$enable_html"
e6cc62c6 5866
3379ed37
VZ
5867 if test "$enableval" = yes; then
5868 ac_cv_use_html='wxUSE_HTML=yes'
5869 else
5870 ac_cv_use_html='wxUSE_HTML=no'
5871 fi
e6cc62c6 5872
3379ed37 5873else
e6cc62c6 5874
3379ed37
VZ
5875 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5876 if test "x$LINE" != x ; then
5877 eval "DEFAULT_$LINE"
5878 else
5879 no_cache=1
5880 fi
5881
5882 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
3379ed37 5883
e6cc62c6 5884fi;
3379ed37
VZ
5885
5886 eval "$ac_cv_use_html"
5887 if test "$no_cache" != 1; then
5888 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5889 fi
5890
5891 if test "$wxUSE_HTML" = yes; then
e6cc62c6
VS
5892 echo "$as_me:$LINENO: result: yes" >&5
5893echo "${ECHO_T}yes" >&6
3379ed37 5894 else
e6cc62c6
VS
5895 echo "$as_me:$LINENO: result: no" >&5
5896echo "${ECHO_T}no" >&6
3379ed37 5897 fi
e6cc62c6 5898
3379ed37 5899
5005acfe 5900 enablestring=
e6cc62c6
VS
5901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
5902echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
3379ed37
VZ
5903 no_cache=0
5904 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5905if test "${enable_htmlhelp+set}" = set; then
5906 enableval="$enable_htmlhelp"
e6cc62c6 5907
3379ed37
VZ
5908 if test "$enableval" = yes; then
5909 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
5910 else
5911 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
5912 fi
e6cc62c6 5913
3379ed37 5914else
e6cc62c6 5915
3379ed37
VZ
5916 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5917 if test "x$LINE" != x ; then
5918 eval "DEFAULT_$LINE"
5919 else
5920 no_cache=1
5921 fi
5922
5923 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
3379ed37 5924
e6cc62c6 5925fi;
3379ed37
VZ
5926
5927 eval "$ac_cv_use_htmlhelp"
5928 if test "$no_cache" != 1; then
5929 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5930 fi
5931
5932 if test "$wxUSE_WXHTML_HELP" = yes; then
e6cc62c6
VS
5933 echo "$as_me:$LINENO: result: yes" >&5
5934echo "${ECHO_T}yes" >&6
3379ed37 5935 else
e6cc62c6
VS
5936 echo "$as_me:$LINENO: result: no" >&5
5937echo "${ECHO_T}no" >&6
3379ed37 5938 fi
e6cc62c6 5939
3379ed37 5940
5005acfe 5941 enablestring=
e6cc62c6
VS
5942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
5943echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
10f2d63a
VZ
5944 no_cache=0
5945 # Check whether --enable-constraints or --disable-constraints was given.
5946if test "${enable_constraints+set}" = set; then
5947 enableval="$enable_constraints"
e6cc62c6 5948
10f2d63a
VZ
5949 if test "$enableval" = yes; then
5950 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5951 else
5952 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5953 fi
e6cc62c6 5954
10f2d63a 5955else
e6cc62c6 5956
10f2d63a
VZ
5957 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5958 if test "x$LINE" != x ; then
5959 eval "DEFAULT_$LINE"
5960 else
5961 no_cache=1
5962 fi
5963
5964 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
10f2d63a 5965
e6cc62c6 5966fi;
10f2d63a
VZ
5967
5968 eval "$ac_cv_use_constraints"
5969 if test "$no_cache" != 1; then
5970 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5971 fi
5972
5973 if test "$wxUSE_CONSTRAINTS" = yes; then
e6cc62c6
VS
5974 echo "$as_me:$LINENO: result: yes" >&5
5975echo "${ECHO_T}yes" >&6
10f2d63a 5976 else
e6cc62c6
VS
5977 echo "$as_me:$LINENO: result: no" >&5
5978echo "${ECHO_T}no" >&6
10f2d63a 5979 fi
e6cc62c6 5980
10f2d63a 5981
5005acfe 5982 enablestring=
e6cc62c6
VS
5983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
5984echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
10f2d63a
VZ
5985 no_cache=0
5986 # Check whether --enable-printarch or --disable-printarch was given.
5987if test "${enable_printarch+set}" = set; then
5988 enableval="$enable_printarch"
e6cc62c6 5989
10f2d63a
VZ
5990 if test "$enableval" = yes; then
5991 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
5992 else
5993 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
5994 fi
e6cc62c6 5995
10f2d63a 5996else
e6cc62c6 5997
10f2d63a
VZ
5998 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5999 if test "x$LINE" != x ; then
6000 eval "DEFAULT_$LINE"
6001 else
6002 no_cache=1
6003 fi
6004
6005 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
10f2d63a 6006
e6cc62c6 6007fi;
10f2d63a
VZ
6008
6009 eval "$ac_cv_use_printarch"
6010 if test "$no_cache" != 1; then
6011 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6012 fi
6013
6014 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
e6cc62c6
VS
6015 echo "$as_me:$LINENO: result: yes" >&5
6016echo "${ECHO_T}yes" >&6
10f2d63a 6017 else
e6cc62c6
VS
6018 echo "$as_me:$LINENO: result: no" >&5
6019echo "${ECHO_T}no" >&6
10f2d63a 6020 fi
e6cc62c6 6021
10f2d63a 6022
5005acfe 6023 enablestring=
e6cc62c6
VS
6024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6025echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
10f2d63a
VZ
6026 no_cache=0
6027 # Check whether --enable-mdi or --disable-mdi was given.
6028if test "${enable_mdi+set}" = set; then
6029 enableval="$enable_mdi"
e6cc62c6 6030
10f2d63a
VZ
6031 if test "$enableval" = yes; then
6032 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
6033 else
6034 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
6035 fi
e6cc62c6 6036
10f2d63a 6037else
e6cc62c6 6038
10f2d63a
VZ
6039 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6040 if test "x$LINE" != x ; then
6041 eval "DEFAULT_$LINE"
6042 else
6043 no_cache=1
6044 fi
6045
6046 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
10f2d63a 6047
e6cc62c6 6048fi;
10f2d63a
VZ
6049
6050 eval "$ac_cv_use_mdi"
6051 if test "$no_cache" != 1; then
6052 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6053 fi
6054
6055 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
e6cc62c6
VS
6056 echo "$as_me:$LINENO: result: yes" >&5
6057echo "${ECHO_T}yes" >&6
10f2d63a 6058 else
e6cc62c6
VS
6059 echo "$as_me:$LINENO: result: no" >&5
6060echo "${ECHO_T}no" >&6
10f2d63a 6061 fi
e6cc62c6 6062
698dcdb6 6063
5005acfe 6064 enablestring=
e6cc62c6
VS
6065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6066echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
1e6feb95
VZ
6067 no_cache=0
6068 # Check whether --enable-loggui or --disable-loggui was given.
6069if test "${enable_loggui+set}" = set; then
6070 enableval="$enable_loggui"
e6cc62c6 6071
1e6feb95
VZ
6072 if test "$enableval" = yes; then
6073 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6074 else
6075 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6076 fi
e6cc62c6 6077
1e6feb95 6078else
e6cc62c6 6079
1e6feb95
VZ
6080 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6081 if test "x$LINE" != x ; then
6082 eval "DEFAULT_$LINE"
6083 else
6084 no_cache=1
6085 fi
6086
6087 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
1e6feb95 6088
e6cc62c6 6089fi;
1e6feb95
VZ
6090
6091 eval "$ac_cv_use_loggui"
6092 if test "$no_cache" != 1; then
6093 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6094 fi
6095
6096 if test "$wxUSE_LOGGUI" = yes; then
e6cc62c6
VS
6097 echo "$as_me:$LINENO: result: yes" >&5
6098echo "${ECHO_T}yes" >&6
1e6feb95 6099 else
e6cc62c6
VS
6100 echo "$as_me:$LINENO: result: no" >&5
6101echo "${ECHO_T}no" >&6
1e6feb95 6102 fi
e6cc62c6 6103
1e6feb95 6104
5005acfe 6105 enablestring=
e6cc62c6
VS
6106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6107echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
1e6feb95
VZ
6108 no_cache=0
6109 # Check whether --enable-logwin or --disable-logwin was given.
6110if test "${enable_logwin+set}" = set; then
6111 enableval="$enable_logwin"
e6cc62c6 6112
1e6feb95
VZ
6113 if test "$enableval" = yes; then
6114 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6115 else
6116 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6117 fi
e6cc62c6 6118
1e6feb95 6119else
e6cc62c6 6120
1e6feb95
VZ
6121 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6122 if test "x$LINE" != x ; then
6123 eval "DEFAULT_$LINE"
6124 else
6125 no_cache=1
6126 fi
6127
6128 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
1e6feb95 6129
e6cc62c6 6130fi;
1e6feb95
VZ
6131
6132 eval "$ac_cv_use_logwin"
6133 if test "$no_cache" != 1; then
6134 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6135 fi
6136
6137 if test "$wxUSE_LOGWINDOW" = yes; then
e6cc62c6
VS
6138 echo "$as_me:$LINENO: result: yes" >&5
6139echo "${ECHO_T}yes" >&6
1e6feb95 6140 else
e6cc62c6
VS
6141 echo "$as_me:$LINENO: result: no" >&5
6142echo "${ECHO_T}no" >&6
1e6feb95 6143 fi
e6cc62c6 6144
1e6feb95 6145
5005acfe 6146 enablestring=
e6cc62c6
VS
6147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6148echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
69d27ff7
MB
6149 no_cache=0
6150 # Check whether --enable-logdialog or --disable-logdialog was given.
6151if test "${enable_logdialog+set}" = set; then
6152 enableval="$enable_logdialog"
e6cc62c6 6153
69d27ff7
MB
6154 if test "$enableval" = yes; then
6155 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6156 else
6157 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6158 fi
e6cc62c6 6159
69d27ff7 6160else
e6cc62c6 6161
69d27ff7
MB
6162 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6163 if test "x$LINE" != x ; then
6164 eval "DEFAULT_$LINE"
6165 else
6166 no_cache=1
6167 fi
6168
6169 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
69d27ff7 6170
e6cc62c6 6171fi;
69d27ff7
MB
6172
6173 eval "$ac_cv_use_logdialog"
6174 if test "$no_cache" != 1; then
6175 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6176 fi
6177
6178 if test "$wxUSE_LOGDIALOG" = yes; then
e6cc62c6
VS
6179 echo "$as_me:$LINENO: result: yes" >&5
6180echo "${ECHO_T}yes" >&6
69d27ff7 6181 else
e6cc62c6
VS
6182 echo "$as_me:$LINENO: result: no" >&5
6183echo "${ECHO_T}no" >&6
69d27ff7 6184 fi
e6cc62c6 6185
8284b0c5 6186
52127426 6187
5005acfe 6188 enablestring=
e6cc62c6
VS
6189 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6190echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
10f2d63a
VZ
6191 no_cache=0
6192 # Check whether --enable-postscript or --disable-postscript was given.
6193if test "${enable_postscript+set}" = set; then
6194 enableval="$enable_postscript"
e6cc62c6 6195
10f2d63a
VZ
6196 if test "$enableval" = yes; then
6197 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6198 else
6199 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6200 fi
e6cc62c6 6201
10f2d63a 6202else
e6cc62c6 6203
10f2d63a
VZ
6204 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6205 if test "x$LINE" != x ; then
6206 eval "DEFAULT_$LINE"
6207 else
6208 no_cache=1
6209 fi
6210
6211 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
10f2d63a 6212
e6cc62c6 6213fi;
10f2d63a
VZ
6214
6215 eval "$ac_cv_use_postscript"
6216 if test "$no_cache" != 1; then
6217 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6218 fi
6219
6220 if test "$wxUSE_POSTSCRIPT" = yes; then
e6cc62c6
VS
6221 echo "$as_me:$LINENO: result: yes" >&5
6222echo "${ECHO_T}yes" >&6
10f2d63a 6223 else
e6cc62c6
VS
6224 echo "$as_me:$LINENO: result: no" >&5
6225echo "${ECHO_T}no" >&6
10f2d63a 6226 fi
e6cc62c6 6227
8284b0c5
MB
6228
6229
52127426 6230
8284b0c5 6231
5005acfe 6232 enablestring=
e6cc62c6
VS
6233 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6234echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
10f2d63a 6235 no_cache=0
3c907f20
VZ
6236 # Check whether --enable-prologio or --disable-prologio was given.
6237if test "${enable_prologio+set}" = set; then
6238 enableval="$enable_prologio"
e6cc62c6 6239
10f2d63a 6240 if test "$enableval" = yes; then
3c907f20 6241 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
10f2d63a 6242 else
3c907f20 6243 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
10f2d63a 6244 fi
e6cc62c6 6245
10f2d63a 6246else
e6cc62c6 6247
3c907f20 6248 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
10f2d63a
VZ
6249 if test "x$LINE" != x ; then
6250 eval "DEFAULT_$LINE"
6251 else
6252 no_cache=1
6253 fi
6254
3c907f20 6255 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
10f2d63a 6256
e6cc62c6 6257fi;
10f2d63a 6258
3c907f20 6259 eval "$ac_cv_use_prologio"
10f2d63a 6260 if test "$no_cache" != 1; then
3c907f20 6261 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6262 fi
6263
3c907f20 6264 if test "$wxUSE_PROLOGIO" = yes; then
e6cc62c6
VS
6265 echo "$as_me:$LINENO: result: yes" >&5
6266echo "${ECHO_T}yes" >&6
10f2d63a 6267 else
e6cc62c6
VS
6268 echo "$as_me:$LINENO: result: no" >&5
6269echo "${ECHO_T}no" >&6
10f2d63a 6270 fi
e6cc62c6 6271
8284b0c5 6272
5005acfe 6273 enablestring=
e6cc62c6
VS
6274 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6275echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
10f2d63a 6276 no_cache=0
3c907f20
VZ
6277 # Check whether --enable-resources or --disable-resources was given.
6278if test "${enable_resources+set}" = set; then
6279 enableval="$enable_resources"
e6cc62c6 6280
10f2d63a 6281 if test "$enableval" = yes; then
3c907f20 6282 ac_cv_use_resources='wxUSE_RESOURCES=yes'
10f2d63a 6283 else
3c907f20 6284 ac_cv_use_resources='wxUSE_RESOURCES=no'
10f2d63a 6285 fi
e6cc62c6 6286
10f2d63a 6287else
e6cc62c6 6288
3c907f20 6289 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
10f2d63a
VZ
6290 if test "x$LINE" != x ; then
6291 eval "DEFAULT_$LINE"
6292 else
6293 no_cache=1
6294 fi
6295
3c907f20 6296 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
10f2d63a 6297
e6cc62c6 6298fi;
10f2d63a 6299
3c907f20 6300 eval "$ac_cv_use_resources"
10f2d63a 6301 if test "$no_cache" != 1; then
3c907f20 6302 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6303 fi
6304
3c907f20 6305 if test "$wxUSE_RESOURCES" = yes; then
e6cc62c6
VS
6306 echo "$as_me:$LINENO: result: yes" >&5
6307echo "${ECHO_T}yes" >&6
10f2d63a 6308 else
e6cc62c6
VS
6309 echo "$as_me:$LINENO: result: no" >&5
6310echo "${ECHO_T}no" >&6
10f2d63a 6311 fi
e6cc62c6 6312
8284b0c5
MB
6313
6314
52127426 6315
5005acfe 6316 enablestring=
e6cc62c6
VS
6317 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6318echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
10f2d63a
VZ
6319 no_cache=0
6320 # Check whether --enable-clipboard or --disable-clipboard was given.
6321if test "${enable_clipboard+set}" = set; then
6322 enableval="$enable_clipboard"
e6cc62c6 6323
10f2d63a
VZ
6324 if test "$enableval" = yes; then
6325 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
6326 else
6327 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
6328 fi
e6cc62c6 6329
10f2d63a 6330else
e6cc62c6 6331
10f2d63a
VZ
6332 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6333 if test "x$LINE" != x ; then
6334 eval "DEFAULT_$LINE"
6335 else
6336 no_cache=1
6337 fi
6338
6339 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
10f2d63a 6340
e6cc62c6 6341fi;
10f2d63a
VZ
6342
6343 eval "$ac_cv_use_clipboard"
6344 if test "$no_cache" != 1; then
6345 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6346 fi
6347
6348 if test "$wxUSE_CLIPBOARD" = yes; then
e6cc62c6
VS
6349 echo "$as_me:$LINENO: result: yes" >&5
6350echo "${ECHO_T}yes" >&6
10f2d63a 6351 else
e6cc62c6
VS
6352 echo "$as_me:$LINENO: result: no" >&5
6353echo "${ECHO_T}no" >&6
10f2d63a 6354 fi
e6cc62c6 6355
10f2d63a 6356
5005acfe 6357 enablestring=
e6cc62c6
VS
6358 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6359echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
10f2d63a
VZ
6360 no_cache=0
6361 # Check whether --enable-dnd or --disable-dnd was given.
6362if test "${enable_dnd+set}" = set; then
6363 enableval="$enable_dnd"
e6cc62c6 6364
10f2d63a
VZ
6365 if test "$enableval" = yes; then
6366 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
6367 else
6368 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
6369 fi
e6cc62c6 6370
10f2d63a 6371else
e6cc62c6 6372
10f2d63a
VZ
6373 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6374 if test "x$LINE" != x ; then
6375 eval "DEFAULT_$LINE"
6376 else
6377 no_cache=1
6378 fi
6379
6380 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
10f2d63a 6381
e6cc62c6 6382fi;
10f2d63a
VZ
6383
6384 eval "$ac_cv_use_dnd"
6385 if test "$no_cache" != 1; then
6386 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6387 fi
6388
6389 if test "$wxUSE_DRAG_AND_DROP" = yes; then
e6cc62c6
VS
6390 echo "$as_me:$LINENO: result: yes" >&5
6391echo "${ECHO_T}yes" >&6
10f2d63a 6392 else
e6cc62c6
VS
6393 echo "$as_me:$LINENO: result: no" >&5
6394echo "${ECHO_T}no" >&6
10f2d63a 6395 fi
e6cc62c6 6396
10f2d63a 6397
5005acfe 6398 enablestring=
e6cc62c6
VS
6399 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6400echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
b64f0a5f
RL
6401 no_cache=0
6402 # Check whether --enable-metafile or --disable-metafile was given.
6403if test "${enable_metafile+set}" = set; then
6404 enableval="$enable_metafile"
e6cc62c6 6405
b64f0a5f
RL
6406 if test "$enableval" = yes; then
6407 ac_cv_use_metafile='wxUSE_METAFILE=yes'
6408 else
6409 ac_cv_use_metafile='wxUSE_METAFILE=no'
6410 fi
e6cc62c6 6411
b64f0a5f 6412else
e6cc62c6 6413
b64f0a5f
RL
6414 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6415 if test "x$LINE" != x ; then
6416 eval "DEFAULT_$LINE"
6417 else
6418 no_cache=1
6419 fi
6420
6421 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
b64f0a5f 6422
e6cc62c6 6423fi;
b64f0a5f
RL
6424
6425 eval "$ac_cv_use_metafile"
6426 if test "$no_cache" != 1; then
6427 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6428 fi
6429
6430 if test "$wxUSE_METAFILE" = yes; then
e6cc62c6
VS
6431 echo "$as_me:$LINENO: result: yes" >&5
6432echo "${ECHO_T}yes" >&6
b64f0a5f 6433 else
e6cc62c6
VS
6434 echo "$as_me:$LINENO: result: no" >&5
6435echo "${ECHO_T}no" >&6
b64f0a5f 6436 fi
e6cc62c6 6437
52127426 6438
8284b0c5 6439
52127426 6440
8284b0c5 6441
5005acfe 6442 enablestring=
e6cc62c6
VS
6443 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6444echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
10f2d63a
VZ
6445 no_cache=0
6446 # Check whether --enable-controls or --disable-controls was given.
6447if test "${enable_controls+set}" = set; then
6448 enableval="$enable_controls"
e6cc62c6 6449
10f2d63a
VZ
6450 if test "$enableval" = yes; then
6451 ac_cv_use_controls='wxUSE_CONTROLS=yes'
6452 else
6453 ac_cv_use_controls='wxUSE_CONTROLS=no'
6454 fi
e6cc62c6 6455
10f2d63a 6456else
e6cc62c6 6457
10f2d63a
VZ
6458 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6459 if test "x$LINE" != x ; then
6460 eval "DEFAULT_$LINE"
6461 else
6462 no_cache=1
6463 fi
6464
6465 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
10f2d63a 6466
e6cc62c6 6467fi;
10f2d63a
VZ
6468
6469 eval "$ac_cv_use_controls"
6470 if test "$no_cache" != 1; then
6471 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6472 fi
6473
6474 if test "$wxUSE_CONTROLS" = yes; then
e6cc62c6
VS
6475 echo "$as_me:$LINENO: result: yes" >&5
6476echo "${ECHO_T}yes" >&6
10f2d63a 6477 else
e6cc62c6
VS
6478 echo "$as_me:$LINENO: result: no" >&5
6479echo "${ECHO_T}no" >&6
10f2d63a 6480 fi
e6cc62c6 6481
10f2d63a
VZ
6482
6483if test "$wxUSE_CONTROLS" = "yes"; then
6484 DEFAULT_wxUSE_ACCEL=yes
1e6feb95
VZ
6485 DEFAULT_wxUSE_BMPBUTTON=yes
6486 DEFAULT_wxUSE_BUTTON=yes
6487 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
6488 DEFAULT_wxUSE_CARET=yes
6489 DEFAULT_wxUSE_COMBOBOX=yes
10f2d63a
VZ
6490 DEFAULT_wxUSE_CHECKBOX=yes
6491 DEFAULT_wxUSE_CHECKLISTBOX=yes
6492 DEFAULT_wxUSE_CHOICE=yes
6493 DEFAULT_wxUSE_GAUGE=yes
6494 DEFAULT_wxUSE_GRID=yes
10f2d63a
VZ
6495 DEFAULT_wxUSE_IMAGLIST=yes
6496 DEFAULT_wxUSE_LISTBOX=yes
6497 DEFAULT_wxUSE_LISTCTRL=yes
6498 DEFAULT_wxUSE_NOTEBOOK=yes
6499 DEFAULT_wxUSE_RADIOBOX=yes
6500 DEFAULT_wxUSE_RADIOBTN=yes
6501 DEFAULT_wxUSE_SASH=yes
6502 DEFAULT_wxUSE_SCROLLBAR=yes
6503 DEFAULT_wxUSE_SLIDER=yes
6504 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 6505 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
6506 DEFAULT_wxUSE_SPLITTER=yes
6507 DEFAULT_wxUSE_STATBMP=yes
6508 DEFAULT_wxUSE_STATBOX=yes
6509 DEFAULT_wxUSE_STATLINE=yes
6510 DEFAULT_wxUSE_STATUSBAR=yes
6511 DEFAULT_wxUSE_TAB_DIALOG=yes
1db8dc4a 6512 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 6513 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
6514 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
6515 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
6516 DEFAULT_wxUSE_TOOLTIPS=yes
6517 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 6518 DEFAULT_wxUSE_POPUPWIN=yes
9926e4a4 6519 DEFAULT_wxUSE_TIPWINDOW=yes
10f2d63a
VZ
6520elif test "$wxUSE_CONTROLS" = "no"; then
6521 DEFAULT_wxUSE_ACCEL=no
1e6feb95
VZ
6522 DEFAULT_wxUSE_BMPBUTTON=no
6523 DEFAULT_wxUSE_BUTTON=no
6524 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
6525 DEFAULT_wxUSE_CARET=no
6526 DEFAULT_wxUSE_COMBOBOX=no
10f2d63a
VZ
6527 DEFAULT_wxUSE_CHECKBOX=no
6528 DEFAULT_wxUSE_CHECKLISTBOX=no
6529 DEFAULT_wxUSE_CHOICE=no
6530 DEFAULT_wxUSE_GAUGE=no
6531 DEFAULT_wxUSE_GRID=no
10f2d63a
VZ
6532 DEFAULT_wxUSE_IMAGLIST=no
6533 DEFAULT_wxUSE_LISTBOX=no
6534 DEFAULT_wxUSE_LISTCTRL=no
6535 DEFAULT_wxUSE_NOTEBOOK=no
6536 DEFAULT_wxUSE_RADIOBOX=no
6537 DEFAULT_wxUSE_RADIOBTN=no
6538 DEFAULT_wxUSE_SASH=no
6539 DEFAULT_wxUSE_SCROLLBAR=no
6540 DEFAULT_wxUSE_SLIDER=no
6541 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 6542 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
6543 DEFAULT_wxUSE_SPLITTER=no
6544 DEFAULT_wxUSE_STATBMP=no
6545 DEFAULT_wxUSE_STATBOX=no
6546 DEFAULT_wxUSE_STATLINE=no
6547 DEFAULT_wxUSE_STATUSBAR=no
6548 DEFAULT_wxUSE_TAB_DIALOG=no
1db8dc4a 6549 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 6550 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
6551 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6552 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
6553 DEFAULT_wxUSE_TOOLTIPS=no
6554 DEFAULT_wxUSE_TREECTRL=no
9f41d601 6555 DEFAULT_wxUSE_POPUPWIN=no
9926e4a4 6556 DEFAULT_wxUSE_TIPWINDOW=no
10f2d63a
VZ
6557fi
6558
ac0c4cc3
DE
6559## FIXME: This is a blatant hack
6560if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6561 wxUSE_PRINTING_ARCHITECTURE=no
ac0c4cc3
DE
6562 wxUSE_CLIPBOARD=no
6563 wxUSE_DRAG_AND_DROP=no
6564 wxUSE_DATAOBJ=no
8b389fab
DE
6565 # Generic notebook requires tab dialog
6566 DEFAULT_wxUSE_TABDIALOG=yes
ac0c4cc3 6567 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
ac0c4cc3 6568 DEFAULT_wxUSE_SCROLLBAR=no
ac0c4cc3 6569 DEFAULT_wxUSE_TOOLTIPS=no
ac0c4cc3 6570 DEFAULT_wxUSE_DRAGIMAGE=no
ac0c4cc3
DE
6571fi
6572
8284b0c5 6573
5005acfe 6574 enablestring=
e6cc62c6
VS
6575 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6576echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
10f2d63a
VZ
6577 no_cache=0
6578 # Check whether --enable-accel or --disable-accel was given.
6579if test "${enable_accel+set}" = set; then
6580 enableval="$enable_accel"
e6cc62c6 6581
10f2d63a
VZ
6582 if test "$enableval" = yes; then
6583 ac_cv_use_accel='wxUSE_ACCEL=yes'
6584 else
6585 ac_cv_use_accel='wxUSE_ACCEL=no'
6586 fi
e6cc62c6 6587
10f2d63a 6588else
e6cc62c6 6589
10f2d63a
VZ
6590 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6591 if test "x$LINE" != x ; then
6592 eval "DEFAULT_$LINE"
6593 else
6594 no_cache=1
6595 fi
6596
6597 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
10f2d63a 6598
e6cc62c6 6599fi;
10f2d63a
VZ
6600
6601 eval "$ac_cv_use_accel"
6602 if test "$no_cache" != 1; then
6603 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6604 fi
6605
6606 if test "$wxUSE_ACCEL" = yes; then
e6cc62c6
VS
6607 echo "$as_me:$LINENO: result: yes" >&5
6608echo "${ECHO_T}yes" >&6
10f2d63a 6609 else
e6cc62c6
VS
6610 echo "$as_me:$LINENO: result: no" >&5
6611echo "${ECHO_T}no" >&6
10f2d63a 6612 fi
e6cc62c6 6613
10f2d63a 6614
5005acfe 6615 enablestring=
e6cc62c6
VS
6616 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6617echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
10f2d63a 6618 no_cache=0
1e6feb95
VZ
6619 # Check whether --enable-button or --disable-button was given.
6620if test "${enable_button+set}" = set; then
6621 enableval="$enable_button"
e6cc62c6 6622
10f2d63a 6623 if test "$enableval" = yes; then
1e6feb95 6624 ac_cv_use_button='wxUSE_BUTTON=yes'
10f2d63a 6625 else
1e6feb95 6626 ac_cv_use_button='wxUSE_BUTTON=no'
10f2d63a 6627 fi
e6cc62c6 6628
10f2d63a 6629else
e6cc62c6 6630
1e6feb95 6631 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
10f2d63a
VZ
6632 if test "x$LINE" != x ; then
6633 eval "DEFAULT_$LINE"
6634 else
6635 no_cache=1
6636 fi
6637
1e6feb95 6638 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
10f2d63a 6639
e6cc62c6 6640fi;
10f2d63a 6641
1e6feb95 6642 eval "$ac_cv_use_button"
10f2d63a 6643 if test "$no_cache" != 1; then
1e6feb95 6644 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6645 fi
6646
1e6feb95 6647 if test "$wxUSE_BUTTON" = yes; then
e6cc62c6
VS
6648 echo "$as_me:$LINENO: result: yes" >&5
6649echo "${ECHO_T}yes" >&6
10f2d63a 6650 else
e6cc62c6
VS
6651 echo "$as_me:$LINENO: result: no" >&5
6652echo "${ECHO_T}no" >&6
10f2d63a 6653 fi
e6cc62c6 6654
10f2d63a 6655
5005acfe 6656 enablestring=
e6cc62c6
VS
6657 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6658echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
10f2d63a
VZ
6659 no_cache=0
6660 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6661if test "${enable_bmpbutton+set}" = set; then
6662 enableval="$enable_bmpbutton"
e6cc62c6 6663
10f2d63a
VZ
6664 if test "$enableval" = yes; then
6665 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
6666 else
6667 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
6668 fi
e6cc62c6 6669
10f2d63a 6670else
e6cc62c6 6671
10f2d63a
VZ
6672 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6673 if test "x$LINE" != x ; then
6674 eval "DEFAULT_$LINE"
6675 else
6676 no_cache=1
6677 fi
6678
6679 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
10f2d63a 6680
e6cc62c6 6681fi;
10f2d63a
VZ
6682
6683 eval "$ac_cv_use_bmpbutton"
6684 if test "$no_cache" != 1; then
6685 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6686 fi
6687
6688 if test "$wxUSE_BMPBUTTON" = yes; then
e6cc62c6
VS
6689 echo "$as_me:$LINENO: result: yes" >&5
6690echo "${ECHO_T}yes" >&6
10f2d63a 6691 else
e6cc62c6
VS
6692 echo "$as_me:$LINENO: result: no" >&5
6693echo "${ECHO_T}no" >&6
10f2d63a 6694 fi
e6cc62c6 6695
10f2d63a 6696
5005acfe 6697 enablestring=
e6cc62c6
VS
6698 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6699echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
1e6feb95
VZ
6700 no_cache=0
6701 # Check whether --enable-calendar or --disable-calendar was given.
6702if test "${enable_calendar+set}" = set; then
6703 enableval="$enable_calendar"
e6cc62c6 6704
1e6feb95
VZ
6705 if test "$enableval" = yes; then
6706 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
6707 else
6708 ac_cv_use_calendar='wxUSE_CALCTRL=no'
6709 fi
e6cc62c6 6710
1e6feb95 6711else
e6cc62c6 6712
1e6feb95
VZ
6713 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6714 if test "x$LINE" != x ; then
6715 eval "DEFAULT_$LINE"
6716 else
6717 no_cache=1
6718 fi
6719
6720 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
1e6feb95 6721
e6cc62c6 6722fi;
1e6feb95
VZ
6723
6724 eval "$ac_cv_use_calendar"
6725 if test "$no_cache" != 1; then
6726 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6727 fi
6728
6729 if test "$wxUSE_CALCTRL" = yes; then
e6cc62c6
VS
6730 echo "$as_me:$LINENO: result: yes" >&5
6731echo "${ECHO_T}yes" >&6
1e6feb95 6732 else
e6cc62c6
VS
6733 echo "$as_me:$LINENO: result: no" >&5
6734echo "${ECHO_T}no" >&6
1e6feb95 6735 fi
e6cc62c6 6736
1e6feb95 6737
5005acfe 6738 enablestring=
e6cc62c6
VS
6739 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6740echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
1e6feb95
VZ
6741 no_cache=0
6742 # Check whether --enable-caret or --disable-caret was given.
6743if test "${enable_caret+set}" = set; then
6744 enableval="$enable_caret"
e6cc62c6 6745
1e6feb95
VZ
6746 if test "$enableval" = yes; then
6747 ac_cv_use_caret='wxUSE_CARET=yes'
6748 else
6749 ac_cv_use_caret='wxUSE_CARET=no'
6750 fi
e6cc62c6 6751
1e6feb95 6752else
e6cc62c6 6753
1e6feb95
VZ
6754 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6755 if test "x$LINE" != x ; then
6756 eval "DEFAULT_$LINE"
6757 else
6758 no_cache=1
6759 fi
6760
6761 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
1e6feb95 6762
e6cc62c6 6763fi;
1e6feb95
VZ
6764
6765 eval "$ac_cv_use_caret"
6766 if test "$no_cache" != 1; then
6767 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6768 fi
6769
6770 if test "$wxUSE_CARET" = yes; then
e6cc62c6
VS
6771 echo "$as_me:$LINENO: result: yes" >&5
6772echo "${ECHO_T}yes" >&6
1e6feb95 6773 else
e6cc62c6
VS
6774 echo "$as_me:$LINENO: result: no" >&5
6775echo "${ECHO_T}no" >&6
1e6feb95 6776 fi
e6cc62c6 6777
1e6feb95 6778
5005acfe 6779 enablestring=
e6cc62c6
VS
6780 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6781echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
10f2d63a
VZ
6782 no_cache=0
6783 # Check whether --enable-checkbox or --disable-checkbox was given.
6784if test "${enable_checkbox+set}" = set; then
6785 enableval="$enable_checkbox"
e6cc62c6 6786
10f2d63a
VZ
6787 if test "$enableval" = yes; then
6788 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
6789 else
6790 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
6791 fi
e6cc62c6 6792
10f2d63a 6793else
e6cc62c6 6794
10f2d63a
VZ
6795 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6796 if test "x$LINE" != x ; then
6797 eval "DEFAULT_$LINE"
6798 else
6799 no_cache=1
6800 fi
6801
6802 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
10f2d63a 6803
e6cc62c6 6804fi;
10f2d63a
VZ
6805
6806 eval "$ac_cv_use_checkbox"
6807 if test "$no_cache" != 1; then
6808 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6809 fi
6810
6811 if test "$wxUSE_CHECKBOX" = yes; then
e6cc62c6
VS
6812 echo "$as_me:$LINENO: result: yes" >&5
6813echo "${ECHO_T}yes" >&6
10f2d63a 6814 else
e6cc62c6
VS
6815 echo "$as_me:$LINENO: result: no" >&5
6816echo "${ECHO_T}no" >&6
10f2d63a 6817 fi
e6cc62c6 6818
10f2d63a 6819
5005acfe 6820 enablestring=
e6cc62c6
VS
6821 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6822echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
10f2d63a
VZ
6823 no_cache=0
6824 # Check whether --enable-checklst or --disable-checklst was given.
6825if test "${enable_checklst+set}" = set; then
6826 enableval="$enable_checklst"
e6cc62c6 6827
10f2d63a
VZ
6828 if test "$enableval" = yes; then
6829 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
6830 else
6831 ac_cv_use_checklst='wxUSE_CHECKLST=no'
6832 fi
e6cc62c6 6833
10f2d63a 6834else
e6cc62c6 6835
10f2d63a
VZ
6836 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6837 if test "x$LINE" != x ; then
6838 eval "DEFAULT_$LINE"
6839 else
6840 no_cache=1
6841 fi
6842
6843 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
10f2d63a 6844
e6cc62c6 6845fi;
10f2d63a
VZ
6846
6847 eval "$ac_cv_use_checklst"
6848 if test "$no_cache" != 1; then
6849 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6850 fi
6851
6852 if test "$wxUSE_CHECKLST" = yes; then
e6cc62c6
VS
6853 echo "$as_me:$LINENO: result: yes" >&5
6854echo "${ECHO_T}yes" >&6
10f2d63a 6855 else
e6cc62c6
VS
6856 echo "$as_me:$LINENO: result: no" >&5
6857echo "${ECHO_T}no" >&6
10f2d63a 6858 fi
e6cc62c6 6859
10f2d63a 6860
5005acfe 6861 enablestring=
e6cc62c6
VS
6862 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
6863echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
10f2d63a
VZ
6864 no_cache=0
6865 # Check whether --enable-choice or --disable-choice was given.
6866if test "${enable_choice+set}" = set; then
6867 enableval="$enable_choice"
e6cc62c6 6868
10f2d63a
VZ
6869 if test "$enableval" = yes; then
6870 ac_cv_use_choice='wxUSE_CHOICE=yes'
6871 else
6872 ac_cv_use_choice='wxUSE_CHOICE=no'
6873 fi
e6cc62c6 6874
10f2d63a 6875else
e6cc62c6 6876
10f2d63a
VZ
6877 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6878 if test "x$LINE" != x ; then
6879 eval "DEFAULT_$LINE"
6880 else
6881 no_cache=1
6882 fi
6883
6884 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
10f2d63a 6885
e6cc62c6 6886fi;
10f2d63a
VZ
6887
6888 eval "$ac_cv_use_choice"
6889 if test "$no_cache" != 1; then
6890 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6891 fi
6892
6893 if test "$wxUSE_CHOICE" = yes; then
e6cc62c6
VS
6894 echo "$as_me:$LINENO: result: yes" >&5
6895echo "${ECHO_T}yes" >&6
10f2d63a 6896 else
e6cc62c6
VS
6897 echo "$as_me:$LINENO: result: no" >&5
6898echo "${ECHO_T}no" >&6
10f2d63a 6899 fi
e6cc62c6 6900
10f2d63a 6901
5005acfe 6902 enablestring=
e6cc62c6
VS
6903 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
6904echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
10f2d63a
VZ
6905 no_cache=0
6906 # Check whether --enable-combobox or --disable-combobox was given.
6907if test "${enable_combobox+set}" = set; then
6908 enableval="$enable_combobox"
e6cc62c6 6909
10f2d63a
VZ
6910 if test "$enableval" = yes; then
6911 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6912 else
6913 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6914 fi
e6cc62c6 6915
10f2d63a 6916else
e6cc62c6 6917
10f2d63a
VZ
6918 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6919 if test "x$LINE" != x ; then
6920 eval "DEFAULT_$LINE"
6921 else
6922 no_cache=1
6923 fi
6924
6925 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
10f2d63a 6926
e6cc62c6 6927fi;
10f2d63a
VZ
6928
6929 eval "$ac_cv_use_combobox"
6930 if test "$no_cache" != 1; then
6931 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6932 fi
6933
6934 if test "$wxUSE_COMBOBOX" = yes; then
e6cc62c6
VS
6935 echo "$as_me:$LINENO: result: yes" >&5
6936echo "${ECHO_T}yes" >&6
10f2d63a 6937 else
e6cc62c6
VS
6938 echo "$as_me:$LINENO: result: no" >&5
6939echo "${ECHO_T}no" >&6
10f2d63a 6940 fi
e6cc62c6 6941
10f2d63a 6942
da494b40 6943 enablestring=
e6cc62c6
VS
6944 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
6945echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
da494b40
MB
6946 no_cache=0
6947 # Check whether --enable-display or --disable-display was given.
6948if test "${enable_display+set}" = set; then
6949 enableval="$enable_display"
e6cc62c6 6950
da494b40
MB
6951 if test "$enableval" = yes; then
6952 ac_cv_use_display='wxUSE_DISPLAY=yes'
6953 else
6954 ac_cv_use_display='wxUSE_DISPLAY=no'
6955 fi
e6cc62c6 6956
da494b40 6957else
e6cc62c6 6958
da494b40
MB
6959 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6960 if test "x$LINE" != x ; then
6961 eval "DEFAULT_$LINE"
6962 else
6963 no_cache=1
6964 fi
6965
6966 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
da494b40 6967
e6cc62c6 6968fi;
da494b40
MB
6969
6970 eval "$ac_cv_use_display"
6971 if test "$no_cache" != 1; then
6972 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6973 fi
6974
6975 if test "$wxUSE_DISPLAY" = yes; then
e6cc62c6
VS
6976 echo "$as_me:$LINENO: result: yes" >&5
6977echo "${ECHO_T}yes" >&6
da494b40 6978 else
e6cc62c6
VS
6979 echo "$as_me:$LINENO: result: no" >&5
6980echo "${ECHO_T}no" >&6
da494b40 6981 fi
e6cc62c6 6982
da494b40 6983
5005acfe 6984 enablestring=
e6cc62c6
VS
6985 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
6986echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
10f2d63a
VZ
6987 no_cache=0
6988 # Check whether --enable-gauge or --disable-gauge was given.
6989if test "${enable_gauge+set}" = set; then
6990 enableval="$enable_gauge"
e6cc62c6 6991
10f2d63a
VZ
6992 if test "$enableval" = yes; then
6993 ac_cv_use_gauge='wxUSE_GAUGE=yes'
6994 else
6995 ac_cv_use_gauge='wxUSE_GAUGE=no'
6996 fi
e6cc62c6 6997
10f2d63a 6998else
e6cc62c6 6999
10f2d63a
VZ
7000 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7001 if test "x$LINE" != x ; then
7002 eval "DEFAULT_$LINE"
7003 else
7004 no_cache=1
7005 fi
7006
7007 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
10f2d63a 7008
e6cc62c6 7009fi;
10f2d63a
VZ
7010
7011 eval "$ac_cv_use_gauge"
7012 if test "$no_cache" != 1; then
7013 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7014 fi
7015
7016 if test "$wxUSE_GAUGE" = yes; then
e6cc62c6
VS
7017 echo "$as_me:$LINENO: result: yes" >&5
7018echo "${ECHO_T}yes" >&6
10f2d63a 7019 else
e6cc62c6
VS
7020 echo "$as_me:$LINENO: result: no" >&5
7021echo "${ECHO_T}no" >&6
10f2d63a 7022 fi
e6cc62c6 7023
10f2d63a 7024
5005acfe 7025 enablestring=
e6cc62c6
VS
7026 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7027echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
10f2d63a
VZ
7028 no_cache=0
7029 # Check whether --enable-grid or --disable-grid was given.
7030if test "${enable_grid+set}" = set; then
7031 enableval="$enable_grid"
e6cc62c6 7032
10f2d63a
VZ
7033 if test "$enableval" = yes; then
7034 ac_cv_use_grid='wxUSE_GRID=yes'
7035 else
7036 ac_cv_use_grid='wxUSE_GRID=no'
7037 fi
e6cc62c6 7038
10f2d63a 7039else
e6cc62c6 7040
10f2d63a
VZ
7041 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7042 if test "x$LINE" != x ; then
7043 eval "DEFAULT_$LINE"
7044 else
7045 no_cache=1
7046 fi
7047
7048 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
10f2d63a 7049
e6cc62c6 7050fi;
10f2d63a
VZ
7051
7052 eval "$ac_cv_use_grid"
7053 if test "$no_cache" != 1; then
7054 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7055 fi
7056
7057 if test "$wxUSE_GRID" = yes; then
e6cc62c6
VS
7058 echo "$as_me:$LINENO: result: yes" >&5
7059echo "${ECHO_T}yes" >&6
10f2d63a 7060 else
e6cc62c6
VS
7061 echo "$as_me:$LINENO: result: no" >&5
7062echo "${ECHO_T}no" >&6
10f2d63a 7063 fi
e6cc62c6 7064
10f2d63a 7065
5005acfe 7066 enablestring=
e6cc62c6
VS
7067 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7068echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
10f2d63a
VZ
7069 no_cache=0
7070 # Check whether --enable-imaglist or --disable-imaglist was given.
7071if test "${enable_imaglist+set}" = set; then
7072 enableval="$enable_imaglist"
e6cc62c6 7073
10f2d63a
VZ
7074 if test "$enableval" = yes; then
7075 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7076 else
7077 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7078 fi
e6cc62c6 7079
10f2d63a 7080else
e6cc62c6 7081
10f2d63a
VZ
7082 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7083 if test "x$LINE" != x ; then
7084 eval "DEFAULT_$LINE"
7085 else
7086 no_cache=1
7087 fi
7088
7089 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
10f2d63a 7090
e6cc62c6 7091fi;
10f2d63a
VZ
7092
7093 eval "$ac_cv_use_imaglist"
7094 if test "$no_cache" != 1; then
7095 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7096 fi
7097
7098 if test "$wxUSE_IMAGLIST" = yes; then
e6cc62c6
VS
7099 echo "$as_me:$LINENO: result: yes" >&5
7100echo "${ECHO_T}yes" >&6
10f2d63a 7101 else
e6cc62c6
VS
7102 echo "$as_me:$LINENO: result: no" >&5
7103echo "${ECHO_T}no" >&6
10f2d63a 7104 fi
e6cc62c6 7105
10f2d63a 7106
5005acfe 7107 enablestring=
e6cc62c6
VS
7108 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7109echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
10f2d63a
VZ
7110 no_cache=0
7111 # Check whether --enable-listbox or --disable-listbox was given.
7112if test "${enable_listbox+set}" = set; then
7113 enableval="$enable_listbox"
e6cc62c6 7114
10f2d63a
VZ
7115 if test "$enableval" = yes; then
7116 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
7117 else
7118 ac_cv_use_listbox='wxUSE_LISTBOX=no'
7119 fi
e6cc62c6 7120
10f2d63a 7121else
e6cc62c6 7122
10f2d63a
VZ
7123 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7124 if test "x$LINE" != x ; then
7125 eval "DEFAULT_$LINE"
7126 else
7127 no_cache=1
7128 fi
7129
7130 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
10f2d63a 7131
e6cc62c6 7132fi;
10f2d63a
VZ
7133
7134 eval "$ac_cv_use_listbox"
7135 if test "$no_cache" != 1; then
7136 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7137 fi
7138
7139 if test "$wxUSE_LISTBOX" = yes; then
e6cc62c6
VS
7140 echo "$as_me:$LINENO: result: yes" >&5
7141echo "${ECHO_T}yes" >&6
10f2d63a 7142 else
e6cc62c6
VS
7143 echo "$as_me:$LINENO: result: no" >&5
7144echo "${ECHO_T}no" >&6
10f2d63a 7145 fi
e6cc62c6 7146
10f2d63a 7147
5005acfe 7148 enablestring=
e6cc62c6
VS
7149 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7150echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
10f2d63a
VZ
7151 no_cache=0
7152 # Check whether --enable-listctrl or --disable-listctrl was given.
7153if test "${enable_listctrl+set}" = set; then
7154 enableval="$enable_listctrl"
e6cc62c6 7155
10f2d63a
VZ
7156 if test "$enableval" = yes; then
7157 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
7158 else
7159 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
7160 fi
e6cc62c6 7161
10f2d63a 7162else
e6cc62c6 7163
10f2d63a
VZ
7164 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7165 if test "x$LINE" != x ; then
7166 eval "DEFAULT_$LINE"
7167 else
7168 no_cache=1
7169 fi
7170
7171 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
10f2d63a 7172
e6cc62c6 7173fi;
10f2d63a
VZ
7174
7175 eval "$ac_cv_use_listctrl"
7176 if test "$no_cache" != 1; then
7177 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7178 fi
7179
7180 if test "$wxUSE_LISTCTRL" = yes; then
e6cc62c6
VS
7181 echo "$as_me:$LINENO: result: yes" >&5
7182echo "${ECHO_T}yes" >&6
10f2d63a 7183 else
e6cc62c6
VS
7184 echo "$as_me:$LINENO: result: no" >&5
7185echo "${ECHO_T}no" >&6
10f2d63a 7186 fi
e6cc62c6 7187
10f2d63a 7188
5005acfe 7189 enablestring=
e6cc62c6
VS
7190 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7191echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
10f2d63a
VZ
7192 no_cache=0
7193 # Check whether --enable-notebook or --disable-notebook was given.
7194if test "${enable_notebook+set}" = set; then
7195 enableval="$enable_notebook"
e6cc62c6 7196
10f2d63a
VZ
7197 if test "$enableval" = yes; then
7198 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
7199 else
7200 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
7201 fi
e6cc62c6 7202
10f2d63a 7203else
e6cc62c6 7204
10f2d63a
VZ
7205 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7206 if test "x$LINE" != x ; then
7207 eval "DEFAULT_$LINE"
7208 else
7209 no_cache=1
7210 fi
7211
7212 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
10f2d63a 7213
e6cc62c6 7214fi;
10f2d63a
VZ
7215
7216 eval "$ac_cv_use_notebook"
7217 if test "$no_cache" != 1; then
7218 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7219 fi
7220
7221 if test "$wxUSE_NOTEBOOK" = yes; then
e6cc62c6
VS
7222 echo "$as_me:$LINENO: result: yes" >&5
7223echo "${ECHO_T}yes" >&6
10f2d63a 7224 else
e6cc62c6
VS
7225 echo "$as_me:$LINENO: result: no" >&5
7226echo "${ECHO_T}no" >&6
10f2d63a 7227 fi
e6cc62c6 7228
10f2d63a 7229
5005acfe 7230 enablestring=
e6cc62c6
VS
7231 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7232echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
10f2d63a
VZ
7233 no_cache=0
7234 # Check whether --enable-radiobox or --disable-radiobox was given.
7235if test "${enable_radiobox+set}" = set; then
7236 enableval="$enable_radiobox"
e6cc62c6 7237
10f2d63a
VZ
7238 if test "$enableval" = yes; then
7239 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
7240 else
7241 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
7242 fi
e6cc62c6 7243
10f2d63a 7244else
e6cc62c6 7245
10f2d63a
VZ
7246 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7247 if test "x$LINE" != x ; then
7248 eval "DEFAULT_$LINE"
7249 else
7250 no_cache=1
7251 fi
7252
7253 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
10f2d63a 7254
e6cc62c6 7255fi;
10f2d63a
VZ
7256
7257 eval "$ac_cv_use_radiobox"
7258 if test "$no_cache" != 1; then
7259 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7260 fi
7261
7262 if test "$wxUSE_RADIOBOX" = yes; then
e6cc62c6
VS
7263 echo "$as_me:$LINENO: result: yes" >&5
7264echo "${ECHO_T}yes" >&6
10f2d63a 7265 else
e6cc62c6
VS
7266 echo "$as_me:$LINENO: result: no" >&5
7267echo "${ECHO_T}no" >&6
10f2d63a 7268 fi
e6cc62c6 7269
10f2d63a 7270
5005acfe 7271 enablestring=
e6cc62c6
VS
7272 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7273echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
10f2d63a
VZ
7274 no_cache=0
7275 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7276if test "${enable_radiobtn+set}" = set; then
7277 enableval="$enable_radiobtn"
e6cc62c6 7278
10f2d63a
VZ
7279 if test "$enableval" = yes; then
7280 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
7281 else
7282 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
7283 fi
e6cc62c6 7284
10f2d63a 7285else
e6cc62c6 7286
10f2d63a
VZ
7287 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7288 if test "x$LINE" != x ; then
7289 eval "DEFAULT_$LINE"
7290 else
7291 no_cache=1
7292 fi
7293
7294 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
10f2d63a 7295
e6cc62c6 7296fi;
10f2d63a
VZ
7297
7298 eval "$ac_cv_use_radiobtn"
7299 if test "$no_cache" != 1; then
7300 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7301 fi
7302
7303 if test "$wxUSE_RADIOBTN" = yes; then
e6cc62c6
VS
7304 echo "$as_me:$LINENO: result: yes" >&5
7305echo "${ECHO_T}yes" >&6
10f2d63a 7306 else
e6cc62c6
VS
7307 echo "$as_me:$LINENO: result: no" >&5
7308echo "${ECHO_T}no" >&6
10f2d63a 7309 fi
e6cc62c6 7310
10f2d63a 7311
5005acfe 7312 enablestring=
e6cc62c6
VS
7313 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7314echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
10f2d63a
VZ
7315 no_cache=0
7316 # Check whether --enable-sash or --disable-sash was given.
7317if test "${enable_sash+set}" = set; then
7318 enableval="$enable_sash"
e6cc62c6 7319
10f2d63a
VZ
7320 if test "$enableval" = yes; then
7321 ac_cv_use_sash='wxUSE_SASH=yes'
7322 else
7323 ac_cv_use_sash='wxUSE_SASH=no'
7324 fi
e6cc62c6 7325
10f2d63a 7326else
e6cc62c6 7327
10f2d63a
VZ
7328 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7329 if test "x$LINE" != x ; then
7330 eval "DEFAULT_$LINE"
7331 else
7332 no_cache=1
7333 fi
7334
7335 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
10f2d63a 7336
e6cc62c6 7337fi;
10f2d63a
VZ
7338
7339 eval "$ac_cv_use_sash"
7340 if test "$no_cache" != 1; then
7341 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7342 fi
7343
7344 if test "$wxUSE_SASH" = yes; then
e6cc62c6
VS
7345 echo "$as_me:$LINENO: result: yes" >&5
7346echo "${ECHO_T}yes" >&6
10f2d63a 7347 else
e6cc62c6
VS
7348 echo "$as_me:$LINENO: result: no" >&5
7349echo "${ECHO_T}no" >&6
10f2d63a 7350 fi
e6cc62c6 7351
10f2d63a 7352
5005acfe 7353 enablestring=
e6cc62c6
VS
7354 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7355echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
10f2d63a
VZ
7356 no_cache=0
7357 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7358if test "${enable_scrollbar+set}" = set; then
7359 enableval="$enable_scrollbar"
e6cc62c6 7360
10f2d63a
VZ
7361 if test "$enableval" = yes; then
7362 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
7363 else
7364 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
7365 fi
e6cc62c6 7366
10f2d63a 7367else
e6cc62c6 7368
10f2d63a
VZ
7369 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7370 if test "x$LINE" != x ; then
7371 eval "DEFAULT_$LINE"
7372 else
7373 no_cache=1
7374 fi
7375
7376 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
10f2d63a 7377
e6cc62c6 7378fi;
10f2d63a
VZ
7379
7380 eval "$ac_cv_use_scrollbar"
7381 if test "$no_cache" != 1; then
7382 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7383 fi
7384
7385 if test "$wxUSE_SCROLLBAR" = yes; then
e6cc62c6
VS
7386 echo "$as_me:$LINENO: result: yes" >&5
7387echo "${ECHO_T}yes" >&6
10f2d63a 7388 else
e6cc62c6
VS
7389 echo "$as_me:$LINENO: result: no" >&5
7390echo "${ECHO_T}no" >&6
10f2d63a 7391 fi
e6cc62c6 7392
10f2d63a 7393
5005acfe 7394 enablestring=
e6cc62c6
VS
7395 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7396echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
10f2d63a
VZ
7397 no_cache=0
7398 # Check whether --enable-slider or --disable-slider was given.
7399if test "${enable_slider+set}" = set; then
7400 enableval="$enable_slider"
e6cc62c6 7401
10f2d63a
VZ
7402 if test "$enableval" = yes; then
7403 ac_cv_use_slider='wxUSE_SLIDER=yes'
7404 else
7405 ac_cv_use_slider='wxUSE_SLIDER=no'
7406 fi
e6cc62c6 7407
10f2d63a 7408else
e6cc62c6 7409
10f2d63a
VZ
7410 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7411 if test "x$LINE" != x ; then
7412 eval "DEFAULT_$LINE"
7413 else
7414 no_cache=1
7415 fi
7416
7417 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
10f2d63a 7418
e6cc62c6 7419fi;
10f2d63a
VZ
7420
7421 eval "$ac_cv_use_slider"
7422 if test "$no_cache" != 1; then
7423 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7424 fi
7425
7426 if test "$wxUSE_SLIDER" = yes; then
e6cc62c6
VS
7427 echo "$as_me:$LINENO: result: yes" >&5
7428echo "${ECHO_T}yes" >&6
10f2d63a 7429 else
e6cc62c6
VS
7430 echo "$as_me:$LINENO: result: no" >&5
7431echo "${ECHO_T}no" >&6
10f2d63a 7432 fi
e6cc62c6 7433
10f2d63a 7434
5005acfe 7435 enablestring=
e6cc62c6
VS
7436 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7437echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
10f2d63a
VZ
7438 no_cache=0
7439 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7440if test "${enable_spinbtn+set}" = set; then
7441 enableval="$enable_spinbtn"
e6cc62c6 7442
10f2d63a
VZ
7443 if test "$enableval" = yes; then
7444 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
7445 else
7446 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
7447 fi
e6cc62c6 7448
10f2d63a 7449else
e6cc62c6 7450
10f2d63a
VZ
7451 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7452 if test "x$LINE" != x ; then
7453 eval "DEFAULT_$LINE"
7454 else
7455 no_cache=1
7456 fi
7457
7458 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
10f2d63a 7459
e6cc62c6 7460fi;
10f2d63a
VZ
7461
7462 eval "$ac_cv_use_spinbtn"
7463 if test "$no_cache" != 1; then
7464 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7465 fi
7466
7467 if test "$wxUSE_SPINBTN" = yes; then
e6cc62c6
VS
7468 echo "$as_me:$LINENO: result: yes" >&5
7469echo "${ECHO_T}yes" >&6
10f2d63a 7470 else
e6cc62c6
VS
7471 echo "$as_me:$LINENO: result: no" >&5
7472echo "${ECHO_T}no" >&6
10f2d63a 7473 fi
e6cc62c6 7474
10f2d63a 7475
5005acfe 7476 enablestring=
e6cc62c6
VS
7477 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7478echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
56cfaa52
RR
7479 no_cache=0
7480 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7481if test "${enable_spinctrl+set}" = set; then
7482 enableval="$enable_spinctrl"
e6cc62c6 7483
56cfaa52
RR
7484 if test "$enableval" = yes; then
7485 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
7486 else
7487 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
7488 fi
e6cc62c6 7489
56cfaa52 7490else
e6cc62c6 7491
56cfaa52
RR
7492 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7493 if test "x$LINE" != x ; then
7494 eval "DEFAULT_$LINE"
7495 else
7496 no_cache=1
7497 fi
7498
7499 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
56cfaa52 7500
e6cc62c6 7501fi;
56cfaa52
RR
7502
7503 eval "$ac_cv_use_spinctrl"
7504 if test "$no_cache" != 1; then
7505 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7506 fi
7507
7508 if test "$wxUSE_SPINCTRL" = yes; then
e6cc62c6
VS
7509 echo "$as_me:$LINENO: result: yes" >&5
7510echo "${ECHO_T}yes" >&6
56cfaa52 7511 else
e6cc62c6
VS
7512 echo "$as_me:$LINENO: result: no" >&5
7513echo "${ECHO_T}no" >&6
56cfaa52 7514 fi
e6cc62c6 7515
56cfaa52 7516
5005acfe 7517 enablestring=
e6cc62c6
VS
7518 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7519echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
10f2d63a
VZ
7520 no_cache=0
7521 # Check whether --enable-splitter or --disable-splitter was given.
7522if test "${enable_splitter+set}" = set; then
7523 enableval="$enable_splitter"
e6cc62c6 7524
10f2d63a
VZ
7525 if test "$enableval" = yes; then
7526 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
7527 else
7528 ac_cv_use_splitter='wxUSE_SPLITTER=no'
7529 fi
e6cc62c6 7530
10f2d63a 7531else
e6cc62c6 7532
10f2d63a
VZ
7533 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7534 if test "x$LINE" != x ; then
7535 eval "DEFAULT_$LINE"
7536 else
7537 no_cache=1
7538 fi
7539
7540 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
10f2d63a 7541
e6cc62c6 7542fi;
10f2d63a
VZ
7543
7544 eval "$ac_cv_use_splitter"
7545 if test "$no_cache" != 1; then
7546 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7547 fi
7548
7549 if test "$wxUSE_SPLITTER" = yes; then
e6cc62c6
VS
7550 echo "$as_me:$LINENO: result: yes" >&5
7551echo "${ECHO_T}yes" >&6
10f2d63a 7552 else
e6cc62c6
VS
7553 echo "$as_me:$LINENO: result: no" >&5
7554echo "${ECHO_T}no" >&6
10f2d63a 7555 fi
e6cc62c6 7556
10f2d63a 7557
5005acfe 7558 enablestring=
e6cc62c6
VS
7559 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7560echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
10f2d63a
VZ
7561 no_cache=0
7562 # Check whether --enable-statbmp or --disable-statbmp was given.
7563if test "${enable_statbmp+set}" = set; then
7564 enableval="$enable_statbmp"
e6cc62c6 7565
10f2d63a
VZ
7566 if test "$enableval" = yes; then
7567 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
7568 else
7569 ac_cv_use_statbmp='wxUSE_STATBMP=no'
7570 fi
e6cc62c6 7571
10f2d63a 7572else
e6cc62c6 7573
10f2d63a
VZ
7574 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7575 if test "x$LINE" != x ; then
7576 eval "DEFAULT_$LINE"
7577 else
7578 no_cache=1
7579 fi
7580
7581 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
10f2d63a 7582
e6cc62c6 7583fi;
10f2d63a
VZ
7584
7585 eval "$ac_cv_use_statbmp"
7586 if test "$no_cache" != 1; then
7587 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7588 fi
7589
7590 if test "$wxUSE_STATBMP" = yes; then
e6cc62c6
VS
7591 echo "$as_me:$LINENO: result: yes" >&5
7592echo "${ECHO_T}yes" >&6
10f2d63a 7593 else
e6cc62c6
VS
7594 echo "$as_me:$LINENO: result: no" >&5
7595echo "${ECHO_T}no" >&6
10f2d63a 7596 fi
e6cc62c6 7597
10f2d63a 7598
5005acfe 7599 enablestring=
e6cc62c6
VS
7600 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7601echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
10f2d63a
VZ
7602 no_cache=0
7603 # Check whether --enable-statbox or --disable-statbox was given.
7604if test "${enable_statbox+set}" = set; then
7605 enableval="$enable_statbox"
e6cc62c6 7606
10f2d63a
VZ
7607 if test "$enableval" = yes; then
7608 ac_cv_use_statbox='wxUSE_STATBOX=yes'
7609 else
7610 ac_cv_use_statbox='wxUSE_STATBOX=no'
7611 fi
e6cc62c6 7612
10f2d63a 7613else
e6cc62c6 7614
10f2d63a
VZ
7615 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7616 if test "x$LINE" != x ; then
7617 eval "DEFAULT_$LINE"
7618 else
7619 no_cache=1
7620 fi
7621
7622 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
10f2d63a 7623
e6cc62c6 7624fi;
10f2d63a
VZ
7625
7626 eval "$ac_cv_use_statbox"
7627 if test "$no_cache" != 1; then
7628 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7629 fi
7630
7631 if test "$wxUSE_STATBOX" = yes; then
e6cc62c6
VS
7632 echo "$as_me:$LINENO: result: yes" >&5
7633echo "${ECHO_T}yes" >&6
10f2d63a 7634 else
e6cc62c6
VS
7635 echo "$as_me:$LINENO: result: no" >&5
7636echo "${ECHO_T}no" >&6
10f2d63a 7637 fi
e6cc62c6 7638
10f2d63a 7639
5005acfe 7640 enablestring=
e6cc62c6
VS
7641 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7642echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
10f2d63a
VZ
7643 no_cache=0
7644 # Check whether --enable-statline or --disable-statline was given.
7645if test "${enable_statline+set}" = set; then
7646 enableval="$enable_statline"
e6cc62c6 7647
10f2d63a
VZ
7648 if test "$enableval" = yes; then
7649 ac_cv_use_statline='wxUSE_STATLINE=yes'
7650 else
7651 ac_cv_use_statline='wxUSE_STATLINE=no'
7652 fi
e6cc62c6 7653
10f2d63a 7654else
e6cc62c6 7655
10f2d63a
VZ
7656 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7657 if test "x$LINE" != x ; then
7658 eval "DEFAULT_$LINE"
7659 else
7660 no_cache=1
7661 fi
7662
7663 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
10f2d63a 7664
e6cc62c6 7665fi;
10f2d63a
VZ
7666
7667 eval "$ac_cv_use_statline"
7668 if test "$no_cache" != 1; then
7669 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7670 fi
7671
7672 if test "$wxUSE_STATLINE" = yes; then
e6cc62c6
VS
7673 echo "$as_me:$LINENO: result: yes" >&5
7674echo "${ECHO_T}yes" >&6
10f2d63a 7675 else
e6cc62c6
VS
7676 echo "$as_me:$LINENO: result: no" >&5
7677echo "${ECHO_T}no" >&6
10f2d63a 7678 fi
e6cc62c6 7679
10f2d63a 7680
5005acfe 7681 enablestring=
e6cc62c6
VS
7682 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7683echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
1e6feb95
VZ
7684 no_cache=0
7685 # Check whether --enable-stattext or --disable-stattext was given.
7686if test "${enable_stattext+set}" = set; then
7687 enableval="$enable_stattext"
e6cc62c6 7688
1e6feb95
VZ
7689 if test "$enableval" = yes; then
7690 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
7691 else
7692 ac_cv_use_stattext='wxUSE_STATTEXT=no'
7693 fi
e6cc62c6 7694
1e6feb95 7695else
e6cc62c6 7696
1e6feb95
VZ
7697 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7698 if test "x$LINE" != x ; then
7699 eval "DEFAULT_$LINE"
7700 else
7701 no_cache=1
7702 fi
7703
7704 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
1e6feb95 7705
e6cc62c6 7706fi;
1e6feb95
VZ
7707
7708 eval "$ac_cv_use_stattext"
7709 if test "$no_cache" != 1; then
7710 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7711 fi
7712
7713 if test "$wxUSE_STATTEXT" = yes; then
e6cc62c6
VS
7714 echo "$as_me:$LINENO: result: yes" >&5
7715echo "${ECHO_T}yes" >&6
1e6feb95 7716 else
e6cc62c6
VS
7717 echo "$as_me:$LINENO: result: no" >&5
7718echo "${ECHO_T}no" >&6
1e6feb95 7719 fi
e6cc62c6 7720
1e6feb95 7721
5005acfe 7722 enablestring=
e6cc62c6
VS
7723 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7724echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
10f2d63a
VZ
7725 no_cache=0
7726 # Check whether --enable-statusbar or --disable-statusbar was given.
7727if test "${enable_statusbar+set}" = set; then
7728 enableval="$enable_statusbar"
e6cc62c6 7729
10f2d63a
VZ
7730 if test "$enableval" = yes; then
7731 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
7732 else
7733 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
7734 fi
e6cc62c6 7735
10f2d63a 7736else
e6cc62c6 7737
10f2d63a
VZ
7738 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7739 if test "x$LINE" != x ; then
7740 eval "DEFAULT_$LINE"
7741 else
7742 no_cache=1
7743 fi
7744
7745 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
10f2d63a 7746
e6cc62c6 7747fi;
10f2d63a
VZ
7748
7749 eval "$ac_cv_use_statusbar"
7750 if test "$no_cache" != 1; then
7751 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7752 fi
7753
7754 if test "$wxUSE_STATUSBAR" = yes; then
e6cc62c6
VS
7755 echo "$as_me:$LINENO: result: yes" >&5
7756echo "${ECHO_T}yes" >&6
10f2d63a 7757 else
e6cc62c6
VS
7758 echo "$as_me:$LINENO: result: no" >&5
7759echo "${ECHO_T}no" >&6
10f2d63a 7760 fi
e6cc62c6 7761
10f2d63a 7762
5005acfe 7763 enablestring=
e6cc62c6
VS
7764 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7765echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
10f2d63a
VZ
7766 no_cache=0
7767 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7768if test "${enable_tabdialog+set}" = set; then
7769 enableval="$enable_tabdialog"
e6cc62c6 7770
10f2d63a
VZ
7771 if test "$enableval" = yes; then
7772 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
7773 else
7774 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
7775 fi
e6cc62c6 7776
10f2d63a 7777else
e6cc62c6 7778
10f2d63a
VZ
7779 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7780 if test "x$LINE" != x ; then
7781 eval "DEFAULT_$LINE"
7782 else
7783 no_cache=1
7784 fi
7785
7786 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
10f2d63a 7787
e6cc62c6 7788fi;
10f2d63a
VZ
7789
7790 eval "$ac_cv_use_tabdialog"
7791 if test "$no_cache" != 1; then
7792 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7793 fi
7794
7795 if test "$wxUSE_TABDIALOG" = yes; then
e6cc62c6
VS
7796 echo "$as_me:$LINENO: result: yes" >&5
7797echo "${ECHO_T}yes" >&6
10f2d63a 7798 else
e6cc62c6
VS
7799 echo "$as_me:$LINENO: result: no" >&5
7800echo "${ECHO_T}no" >&6
10f2d63a 7801 fi
e6cc62c6 7802
10f2d63a 7803
5005acfe 7804 enablestring=
e6cc62c6
VS
7805 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
7806echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
1e6feb95
VZ
7807 no_cache=0
7808 # Check whether --enable-textctrl or --disable-textctrl was given.
7809if test "${enable_textctrl+set}" = set; then
7810 enableval="$enable_textctrl"
e6cc62c6 7811
1e6feb95
VZ
7812 if test "$enableval" = yes; then
7813 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
7814 else
7815 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
7816 fi
e6cc62c6 7817
1e6feb95 7818else
e6cc62c6 7819
1e6feb95
VZ
7820 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7821 if test "x$LINE" != x ; then
7822 eval "DEFAULT_$LINE"
7823 else
7824 no_cache=1
7825 fi
7826
7827 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
1e6feb95 7828
e6cc62c6 7829fi;
1e6feb95
VZ
7830
7831 eval "$ac_cv_use_textctrl"
7832 if test "$no_cache" != 1; then
7833 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7834 fi
7835
7836 if test "$wxUSE_TEXTCTRL" = yes; then
e6cc62c6
VS
7837 echo "$as_me:$LINENO: result: yes" >&5
7838echo "${ECHO_T}yes" >&6
1e6feb95 7839 else
e6cc62c6
VS
7840 echo "$as_me:$LINENO: result: no" >&5
7841echo "${ECHO_T}no" >&6
1e6feb95 7842 fi
e6cc62c6 7843
1e6feb95 7844
5005acfe 7845 enablestring=
e6cc62c6
VS
7846 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
7847echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
1db8dc4a
VZ
7848 no_cache=0
7849 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7850if test "${enable_togglebtn+set}" = set; then
7851 enableval="$enable_togglebtn"
e6cc62c6 7852
1db8dc4a
VZ
7853 if test "$enableval" = yes; then
7854 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
7855 else
7856 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
7857 fi
e6cc62c6 7858
1db8dc4a 7859else
e6cc62c6 7860
1db8dc4a
VZ
7861 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7862 if test "x$LINE" != x ; then
7863 eval "DEFAULT_$LINE"
7864 else
7865 no_cache=1
7866 fi
7867
7868 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
1db8dc4a 7869
e6cc62c6 7870fi;
1db8dc4a
VZ
7871
7872 eval "$ac_cv_use_togglebtn"
7873 if test "$no_cache" != 1; then
7874 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7875 fi
7876
7877 if test "$wxUSE_TOGGLEBTN" = yes; then
e6cc62c6
VS
7878 echo "$as_me:$LINENO: result: yes" >&5
7879echo "${ECHO_T}yes" >&6
1db8dc4a 7880 else
e6cc62c6
VS
7881 echo "$as_me:$LINENO: result: no" >&5
7882echo "${ECHO_T}no" >&6
1db8dc4a 7883 fi
e6cc62c6 7884
1db8dc4a 7885
5005acfe 7886 enablestring=
e6cc62c6
VS
7887 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
7888echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
10f2d63a
VZ
7889 no_cache=0
7890 # Check whether --enable-toolbar or --disable-toolbar was given.
7891if test "${enable_toolbar+set}" = set; then
7892 enableval="$enable_toolbar"
e6cc62c6 7893
10f2d63a
VZ
7894 if test "$enableval" = yes; then
7895 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
7896 else
7897 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
7898 fi
e6cc62c6 7899
10f2d63a 7900else
e6cc62c6 7901
10f2d63a
VZ
7902 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7903 if test "x$LINE" != x ; then
7904 eval "DEFAULT_$LINE"
7905 else
7906 no_cache=1
7907 fi
7908
7909 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
10f2d63a 7910
e6cc62c6 7911fi;
10f2d63a
VZ
7912
7913 eval "$ac_cv_use_toolbar"
7914 if test "$no_cache" != 1; then
7915 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7916 fi
7917
7918 if test "$wxUSE_TOOLBAR" = yes; then
e6cc62c6
VS
7919 echo "$as_me:$LINENO: result: yes" >&5
7920echo "${ECHO_T}yes" >&6
10f2d63a 7921 else
e6cc62c6
VS
7922 echo "$as_me:$LINENO: result: no" >&5
7923echo "${ECHO_T}no" >&6
10f2d63a 7924 fi
e6cc62c6 7925
10f2d63a 7926
5005acfe 7927 enablestring=
e6cc62c6
VS
7928 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
7929echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
360d6699
VZ
7930 no_cache=0
7931 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7932if test "${enable_tbarnative+set}" = set; then
7933 enableval="$enable_tbarnative"
e6cc62c6 7934
360d6699
VZ
7935 if test "$enableval" = yes; then
7936 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7937 else
7938 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7939 fi
e6cc62c6 7940
360d6699 7941else
e6cc62c6 7942
360d6699
VZ
7943 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7944 if test "x$LINE" != x ; then
7945 eval "DEFAULT_$LINE"
7946 else
7947 no_cache=1
7948 fi
7949
7950 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
360d6699 7951
e6cc62c6 7952fi;
360d6699
VZ
7953
7954 eval "$ac_cv_use_tbarnative"
7955 if test "$no_cache" != 1; then
7956 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7957 fi
7958
7959 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
e6cc62c6
VS
7960 echo "$as_me:$LINENO: result: yes" >&5
7961echo "${ECHO_T}yes" >&6
360d6699 7962 else
e6cc62c6
VS
7963 echo "$as_me:$LINENO: result: no" >&5
7964echo "${ECHO_T}no" >&6
360d6699 7965 fi
e6cc62c6 7966
360d6699 7967
5005acfe 7968 enablestring=
e6cc62c6
VS
7969 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
7970echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
360d6699
VZ
7971 no_cache=0
7972 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7973if test "${enable_tbarsmpl+set}" = set; then
7974 enableval="$enable_tbarsmpl"
e6cc62c6 7975
360d6699
VZ
7976 if test "$enableval" = yes; then
7977 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7978 else
7979 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7980 fi
e6cc62c6 7981
360d6699 7982else
e6cc62c6 7983
360d6699
VZ
7984 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7985 if test "x$LINE" != x ; then
7986 eval "DEFAULT_$LINE"
7987 else
7988 no_cache=1
7989 fi
7990
7991 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
360d6699 7992
e6cc62c6 7993fi;
360d6699
VZ
7994
7995 eval "$ac_cv_use_tbarsmpl"
7996 if test "$no_cache" != 1; then
7997 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7998 fi
7999
8000 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
e6cc62c6
VS
8001 echo "$as_me:$LINENO: result: yes" >&5
8002echo "${ECHO_T}yes" >&6
360d6699 8003 else
e6cc62c6
VS
8004 echo "$as_me:$LINENO: result: no" >&5
8005echo "${ECHO_T}no" >&6
360d6699 8006 fi
e6cc62c6 8007
360d6699 8008
5005acfe 8009 enablestring=
e6cc62c6
VS
8010 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8011echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
10f2d63a
VZ
8012 no_cache=0
8013 # Check whether --enable-treectrl or --disable-treectrl was given.
8014if test "${enable_treectrl+set}" = set; then
8015 enableval="$enable_treectrl"
e6cc62c6 8016
10f2d63a
VZ
8017 if test "$enableval" = yes; then
8018 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8019 else
8020 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8021 fi
e6cc62c6 8022
10f2d63a 8023else
e6cc62c6 8024
10f2d63a
VZ
8025 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8026 if test "x$LINE" != x ; then
8027 eval "DEFAULT_$LINE"
8028 else
8029 no_cache=1
8030 fi
8031
8032 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
10f2d63a 8033
e6cc62c6 8034fi;
10f2d63a 8035
1e6feb95
VZ
8036 eval "$ac_cv_use_treectrl"
8037 if test "$no_cache" != 1; then
8038 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8039 fi
8040
8041 if test "$wxUSE_TREECTRL" = yes; then
e6cc62c6
VS
8042 echo "$as_me:$LINENO: result: yes" >&5
8043echo "${ECHO_T}yes" >&6
1e6feb95 8044 else
e6cc62c6
VS
8045 echo "$as_me:$LINENO: result: no" >&5
8046echo "${ECHO_T}no" >&6
1e6feb95 8047 fi
e6cc62c6 8048
1e6feb95 8049
5005acfe 8050 enablestring=
e6cc62c6
VS
8051 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8052echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
9926e4a4
VZ
8053 no_cache=0
8054 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8055if test "${enable_tipwindow+set}" = set; then
8056 enableval="$enable_tipwindow"
e6cc62c6 8057
9926e4a4
VZ
8058 if test "$enableval" = yes; then
8059 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8060 else
8061 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8062 fi
e6cc62c6 8063
9926e4a4 8064else
e6cc62c6 8065
9926e4a4
VZ
8066 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8067 if test "x$LINE" != x ; then
8068 eval "DEFAULT_$LINE"
8069 else
8070 no_cache=1
8071 fi
8072
8073 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
9926e4a4 8074
e6cc62c6 8075fi;
9926e4a4
VZ
8076
8077 eval "$ac_cv_use_tipwindow"
8078 if test "$no_cache" != 1; then
8079 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8080 fi
8081
8082 if test "$wxUSE_TIPWINDOW" = yes; then
e6cc62c6
VS
8083 echo "$as_me:$LINENO: result: yes" >&5
8084echo "${ECHO_T}yes" >&6
9926e4a4 8085 else
e6cc62c6
VS
8086 echo "$as_me:$LINENO: result: no" >&5
8087echo "${ECHO_T}no" >&6
9926e4a4 8088 fi
e6cc62c6 8089
9926e4a4 8090
5005acfe 8091 enablestring=
e6cc62c6
VS
8092 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8093echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
9f41d601
RR
8094 no_cache=0
8095 # Check whether --enable-popupwin or --disable-popupwin was given.
8096if test "${enable_popupwin+set}" = set; then
8097 enableval="$enable_popupwin"
e6cc62c6 8098
9f41d601
RR
8099 if test "$enableval" = yes; then
8100 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8101 else
8102 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8103 fi
e6cc62c6 8104
9f41d601 8105else
e6cc62c6 8106
9f41d601
RR
8107 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8108 if test "x$LINE" != x ; then
8109 eval "DEFAULT_$LINE"
8110 else
8111 no_cache=1
8112 fi
8113
8114 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9f41d601 8115
e6cc62c6 8116fi;
9f41d601
RR
8117
8118 eval "$ac_cv_use_popupwin"
8119 if test "$no_cache" != 1; then
8120 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8121 fi
8122
8123 if test "$wxUSE_POPUPWIN" = yes; then
e6cc62c6
VS
8124 echo "$as_me:$LINENO: result: yes" >&5
8125echo "${ECHO_T}yes" >&6
9f41d601 8126 else
e6cc62c6
VS
8127 echo "$as_me:$LINENO: result: no" >&5
8128echo "${ECHO_T}no" >&6
9f41d601 8129 fi
e6cc62c6 8130
52127426 8131
8284b0c5
MB
8132
8133
5005acfe 8134 enablestring=
e6cc62c6
VS
8135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8136echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
1e6feb95
VZ
8137 no_cache=0
8138 # Check whether --enable-commondlg or --disable-commondlg was given.
8139if test "${enable_commondlg+set}" = set; then
8140 enableval="$enable_commondlg"
e6cc62c6 8141
1e6feb95
VZ
8142 if test "$enableval" = yes; then
8143 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
8144 else
8145 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
8146 fi
e6cc62c6 8147
1e6feb95 8148else
e6cc62c6 8149
1e6feb95
VZ
8150 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8151 if test "x$LINE" != x ; then
8152 eval "DEFAULT_$LINE"
8153 else
8154 no_cache=1
8155 fi
8156
8157 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
1e6feb95 8158
e6cc62c6 8159fi;
1e6feb95
VZ
8160
8161 eval "$ac_cv_use_commondlg"
8162 if test "$no_cache" != 1; then
8163 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8164 fi
8165
8166 if test "$wxUSE_COMMONDLGS" = yes; then
e6cc62c6
VS
8167 echo "$as_me:$LINENO: result: yes" >&5
8168echo "${ECHO_T}yes" >&6
1e6feb95 8169 else
e6cc62c6
VS
8170 echo "$as_me:$LINENO: result: no" >&5
8171echo "${ECHO_T}no" >&6
1e6feb95 8172 fi
e6cc62c6 8173
1e6feb95 8174
5005acfe 8175 enablestring=
e6cc62c6
VS
8176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8177echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
1e6feb95
VZ
8178 no_cache=0
8179 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8180if test "${enable_choicedlg+set}" = set; then
8181 enableval="$enable_choicedlg"
e6cc62c6 8182
1e6feb95
VZ
8183 if test "$enableval" = yes; then
8184 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
8185 else
8186 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
8187 fi
e6cc62c6 8188
1e6feb95 8189else
e6cc62c6 8190
1e6feb95
VZ
8191 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8192 if test "x$LINE" != x ; then
8193 eval "DEFAULT_$LINE"
8194 else
8195 no_cache=1
8196 fi
8197
8198 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
1e6feb95 8199
e6cc62c6 8200fi;
1e6feb95
VZ
8201
8202 eval "$ac_cv_use_choicedlg"
8203 if test "$no_cache" != 1; then
8204 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8205 fi
8206
8207 if test "$wxUSE_CHOICEDLG" = yes; then
e6cc62c6
VS
8208 echo "$as_me:$LINENO: result: yes" >&5
8209echo "${ECHO_T}yes" >&6
1e6feb95 8210 else
e6cc62c6
VS
8211 echo "$as_me:$LINENO: result: no" >&5
8212echo "${ECHO_T}no" >&6
1e6feb95 8213 fi
e6cc62c6 8214
1e6feb95 8215
5005acfe 8216 enablestring=
e6cc62c6
VS
8217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8218echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
1e6feb95
VZ
8219 no_cache=0
8220 # Check whether --enable-coldlg or --disable-coldlg was given.
8221if test "${enable_coldlg+set}" = set; then
8222 enableval="$enable_coldlg"
e6cc62c6 8223
1e6feb95
VZ
8224 if test "$enableval" = yes; then
8225 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
8226 else
8227 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
8228 fi
e6cc62c6 8229
1e6feb95 8230else
e6cc62c6 8231
1e6feb95
VZ
8232 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8233 if test "x$LINE" != x ; then
8234 eval "DEFAULT_$LINE"
8235 else
8236 no_cache=1
8237 fi
8238
8239 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
1e6feb95 8240
e6cc62c6 8241fi;
1e6feb95
VZ
8242
8243 eval "$ac_cv_use_coldlg"
8244 if test "$no_cache" != 1; then
8245 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8246 fi
8247
8248 if test "$wxUSE_COLOURDLG" = yes; then
e6cc62c6
VS
8249 echo "$as_me:$LINENO: result: yes" >&5
8250echo "${ECHO_T}yes" >&6
1e6feb95 8251 else
e6cc62c6
VS
8252 echo "$as_me:$LINENO: result: no" >&5
8253echo "${ECHO_T}no" >&6
1e6feb95 8254 fi
e6cc62c6 8255
1e6feb95 8256
5005acfe 8257 enablestring=
e6cc62c6
VS
8258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8259echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
1e6feb95
VZ
8260 no_cache=0
8261 # Check whether --enable-filedlg or --disable-filedlg was given.
8262if test "${enable_filedlg+set}" = set; then
8263 enableval="$enable_filedlg"
e6cc62c6 8264
1e6feb95
VZ
8265 if test "$enableval" = yes; then
8266 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
8267 else
8268 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
8269 fi
e6cc62c6 8270
1e6feb95 8271else
e6cc62c6 8272
1e6feb95
VZ
8273 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8274 if test "x$LINE" != x ; then
8275 eval "DEFAULT_$LINE"
8276 else
8277 no_cache=1
8278 fi
8279
8280 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
1e6feb95 8281
e6cc62c6 8282fi;
1e6feb95
VZ
8283
8284 eval "$ac_cv_use_filedlg"
8285 if test "$no_cache" != 1; then
8286 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8287 fi
8288
8289 if test "$wxUSE_FILEDLG" = yes; then
e6cc62c6
VS
8290 echo "$as_me:$LINENO: result: yes" >&5
8291echo "${ECHO_T}yes" >&6
1e6feb95 8292 else
e6cc62c6
VS
8293 echo "$as_me:$LINENO: result: no" >&5
8294echo "${ECHO_T}no" >&6
1e6feb95 8295 fi
e6cc62c6 8296
1e6feb95 8297
5005acfe 8298 enablestring=
e6cc62c6
VS
8299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8300echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8db37e06 8301 no_cache=0
69d27ff7
MB
8302 # Check whether --enable-finddlg or --disable-finddlg was given.
8303if test "${enable_finddlg+set}" = set; then
8304 enableval="$enable_finddlg"
e6cc62c6 8305
8db37e06 8306 if test "$enableval" = yes; then
69d27ff7 8307 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
8db37e06 8308 else
69d27ff7 8309 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
8db37e06 8310 fi
e6cc62c6 8311
8db37e06 8312else
e6cc62c6 8313
8db37e06
VZ
8314 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8315 if test "x$LINE" != x ; then
8316 eval "DEFAULT_$LINE"
8317 else
8318 no_cache=1
8319 fi
8320
69d27ff7 8321 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8db37e06 8322
e6cc62c6 8323fi;
8db37e06 8324
69d27ff7 8325 eval "$ac_cv_use_finddlg"
8db37e06 8326 if test "$no_cache" != 1; then
69d27ff7 8327 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8db37e06
VZ
8328 fi
8329
8330 if test "$wxUSE_FINDREPLDLG" = yes; then
e6cc62c6
VS
8331 echo "$as_me:$LINENO: result: yes" >&5
8332echo "${ECHO_T}yes" >&6
8db37e06 8333 else
e6cc62c6
VS
8334 echo "$as_me:$LINENO: result: no" >&5
8335echo "${ECHO_T}no" >&6
8db37e06 8336 fi
e6cc62c6 8337
8db37e06 8338
5005acfe 8339 enablestring=
e6cc62c6
VS
8340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8341echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
1e6feb95
VZ
8342 no_cache=0
8343 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8344if test "${enable_fontdlg+set}" = set; then
8345 enableval="$enable_fontdlg"
e6cc62c6 8346
1e6feb95
VZ
8347 if test "$enableval" = yes; then
8348 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
8349 else
8350 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
8351 fi
e6cc62c6 8352
1e6feb95 8353else
e6cc62c6 8354
1e6feb95
VZ
8355 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8356 if test "x$LINE" != x ; then
8357 eval "DEFAULT_$LINE"
8358 else
8359 no_cache=1
8360 fi
8361
8362 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
1e6feb95 8363
e6cc62c6 8364fi;
1e6feb95
VZ
8365
8366 eval "$ac_cv_use_fontdlg"
8367 if test "$no_cache" != 1; then
8368 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8369 fi
8370
8371 if test "$wxUSE_FONTDLG" = yes; then
e6cc62c6
VS
8372 echo "$as_me:$LINENO: result: yes" >&5
8373echo "${ECHO_T}yes" >&6
1e6feb95 8374 else
e6cc62c6
VS
8375 echo "$as_me:$LINENO: result: no" >&5
8376echo "${ECHO_T}no" >&6
1e6feb95 8377 fi
e6cc62c6 8378
1e6feb95 8379
5005acfe 8380 enablestring=
e6cc62c6
VS
8381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8382echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
1e6feb95
VZ
8383 no_cache=0
8384 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8385if test "${enable_dirdlg+set}" = set; then
8386 enableval="$enable_dirdlg"
e6cc62c6 8387
1e6feb95
VZ
8388 if test "$enableval" = yes; then
8389 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
8390 else
8391 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
8392 fi
e6cc62c6 8393
1e6feb95 8394else
e6cc62c6 8395
1e6feb95
VZ
8396 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8397 if test "x$LINE" != x ; then
8398 eval "DEFAULT_$LINE"
8399 else
8400 no_cache=1
8401 fi
8402
8403 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
1e6feb95 8404
e6cc62c6 8405fi;
1e6feb95
VZ
8406
8407 eval "$ac_cv_use_dirdlg"
10f2d63a 8408 if test "$no_cache" != 1; then
1e6feb95 8409 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
8410 fi
8411
1e6feb95 8412 if test "$wxUSE_DIRDLG" = yes; then
e6cc62c6
VS
8413 echo "$as_me:$LINENO: result: yes" >&5
8414echo "${ECHO_T}yes" >&6
10f2d63a 8415 else
e6cc62c6
VS
8416 echo "$as_me:$LINENO: result: no" >&5
8417echo "${ECHO_T}no" >&6
10f2d63a 8418 fi
e6cc62c6 8419
698dcdb6 8420
5005acfe 8421 enablestring=
e6cc62c6
VS
8422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8423echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
10f2d63a 8424 no_cache=0
1e6feb95
VZ
8425 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8426if test "${enable_msgdlg+set}" = set; then
8427 enableval="$enable_msgdlg"
e6cc62c6 8428
10f2d63a 8429 if test "$enableval" = yes; then
1e6feb95 8430 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
10f2d63a 8431 else
1e6feb95 8432 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
10f2d63a 8433 fi
e6cc62c6 8434
10f2d63a 8435else
e6cc62c6 8436
1e6feb95 8437 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
8438 if test "x$LINE" != x ; then
8439 eval "DEFAULT_$LINE"
8440 else
8441 no_cache=1
8442 fi
8443
1e6feb95 8444 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
10f2d63a 8445
e6cc62c6 8446fi;
10f2d63a 8447
1e6feb95 8448 eval "$ac_cv_use_msgdlg"
10f2d63a 8449 if test "$no_cache" != 1; then
1e6feb95 8450 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
8451 fi
8452
1e6feb95 8453 if test "$wxUSE_MSGDLG" = yes; then
e6cc62c6
VS
8454 echo "$as_me:$LINENO: result: yes" >&5
8455echo "${ECHO_T}yes" >&6
10f2d63a 8456 else
e6cc62c6
VS
8457 echo "$as_me:$LINENO: result: no" >&5
8458echo "${ECHO_T}no" >&6
10f2d63a 8459 fi
e6cc62c6 8460
10f2d63a 8461
5005acfe 8462 enablestring=
e6cc62c6
VS
8463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8464echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
10f2d63a 8465 no_cache=0
1e6feb95
VZ
8466 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8467if test "${enable_numberdlg+set}" = set; then
8468 enableval="$enable_numberdlg"
e6cc62c6 8469
10f2d63a 8470 if test "$enableval" = yes; then
1e6feb95 8471 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
10f2d63a 8472 else
1e6feb95 8473 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
10f2d63a 8474 fi
e6cc62c6 8475
10f2d63a 8476else
e6cc62c6 8477
1e6feb95 8478 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
8479 if test "x$LINE" != x ; then
8480 eval "DEFAULT_$LINE"
8481 else
8482 no_cache=1
8483 fi
8484
1e6feb95 8485 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
10f2d63a 8486
e6cc62c6 8487fi;
10f2d63a 8488
1e6feb95 8489 eval "$ac_cv_use_numberdlg"
10f2d63a 8490 if test "$no_cache" != 1; then
1e6feb95 8491 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
8492 fi
8493
1e6feb95 8494 if test "$wxUSE_NUMBERDLG" = yes; then
e6cc62c6
VS
8495 echo "$as_me:$LINENO: result: yes" >&5
8496echo "${ECHO_T}yes" >&6
10f2d63a 8497 else
e6cc62c6
VS
8498 echo "$as_me:$LINENO: result: no" >&5
8499echo "${ECHO_T}no" >&6
10f2d63a 8500 fi
e6cc62c6 8501
10f2d63a 8502
5005acfe 8503 enablestring=
e6cc62c6
VS
8504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8505echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
cbca9943
VZ
8506 no_cache=0
8507 # Check whether --enable-splash or --disable-splash was given.
8508if test "${enable_splash+set}" = set; then
8509 enableval="$enable_splash"
e6cc62c6 8510
cbca9943
VZ
8511 if test "$enableval" = yes; then
8512 ac_cv_use_splash='wxUSE_SPLASH=yes'
8513 else
8514 ac_cv_use_splash='wxUSE_SPLASH=no'
8515 fi
e6cc62c6 8516
cbca9943 8517else
e6cc62c6 8518
cbca9943
VZ
8519 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8520 if test "x$LINE" != x ; then
8521 eval "DEFAULT_$LINE"
8522 else
8523 no_cache=1
8524 fi
8525
8526 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
cbca9943 8527
e6cc62c6 8528fi;
cbca9943
VZ
8529
8530 eval "$ac_cv_use_splash"
8531 if test "$no_cache" != 1; then
8532 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8533 fi
8534
8535 if test "$wxUSE_SPLASH" = yes; then
e6cc62c6
VS
8536 echo "$as_me:$LINENO: result: yes" >&5
8537echo "${ECHO_T}yes" >&6
cbca9943 8538 else
e6cc62c6
VS
8539 echo "$as_me:$LINENO: result: no" >&5
8540echo "${ECHO_T}no" >&6
cbca9943 8541 fi
e6cc62c6 8542
cbca9943 8543
5005acfe 8544 enablestring=
e6cc62c6
VS
8545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8546echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
10f2d63a
VZ
8547 no_cache=0
8548 # Check whether --enable-textdlg or --disable-textdlg was given.
8549if test "${enable_textdlg+set}" = set; then
8550 enableval="$enable_textdlg"
e6cc62c6 8551
10f2d63a
VZ
8552 if test "$enableval" = yes; then
8553 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
8554 else
8555 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
8556 fi
e6cc62c6 8557
10f2d63a 8558else
e6cc62c6 8559
10f2d63a
VZ
8560 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8561 if test "x$LINE" != x ; then
8562 eval "DEFAULT_$LINE"
8563 else
8564 no_cache=1
8565 fi
8566
8567 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
10f2d63a 8568
e6cc62c6 8569fi;
10f2d63a
VZ
8570
8571 eval "$ac_cv_use_textdlg"
8572 if test "$no_cache" != 1; then
8573 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8574 fi
8575
8576 if test "$wxUSE_TEXTDLG" = yes; then
e6cc62c6
VS
8577 echo "$as_me:$LINENO: result: yes" >&5
8578echo "${ECHO_T}yes" >&6
10f2d63a 8579 else
e6cc62c6
VS
8580 echo "$as_me:$LINENO: result: no" >&5
8581echo "${ECHO_T}no" >&6
10f2d63a 8582 fi
e6cc62c6 8583
10f2d63a 8584
5005acfe 8585 enablestring=
e6cc62c6
VS
8586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8587echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
10f2d63a
VZ
8588 no_cache=0
8589 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8590if test "${enable_tipdlg+set}" = set; then
8591 enableval="$enable_tipdlg"
e6cc62c6 8592
10f2d63a
VZ
8593 if test "$enableval" = yes; then
8594 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
8595 else
8596 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
8597 fi
e6cc62c6 8598
10f2d63a 8599else
e6cc62c6 8600
10f2d63a
VZ
8601 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8602 if test "x$LINE" != x ; then
8603 eval "DEFAULT_$LINE"
8604 else
8605 no_cache=1
8606 fi
8607
8608 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
10f2d63a 8609
e6cc62c6 8610fi;
10f2d63a
VZ
8611
8612 eval "$ac_cv_use_tipdlg"
8613 if test "$no_cache" != 1; then
8614 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8615 fi
8616
8617 if test "$wxUSE_STARTUP_TIPS" = yes; then
e6cc62c6
VS
8618 echo "$as_me:$LINENO: result: yes" >&5
8619echo "${ECHO_T}yes" >&6
10f2d63a 8620 else
e6cc62c6
VS
8621 echo "$as_me:$LINENO: result: no" >&5
8622echo "${ECHO_T}no" >&6
10f2d63a 8623 fi
e6cc62c6 8624
10f2d63a 8625
5005acfe 8626 enablestring=
e6cc62c6
VS
8627 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8628echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
10f2d63a
VZ
8629 no_cache=0
8630 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8631if test "${enable_progressdlg+set}" = set; then
8632 enableval="$enable_progressdlg"
e6cc62c6 8633
10f2d63a
VZ
8634 if test "$enableval" = yes; then
8635 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
8636 else
8637 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
8638 fi
e6cc62c6 8639
10f2d63a 8640else
e6cc62c6 8641
10f2d63a
VZ
8642 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8643 if test "x$LINE" != x ; then
8644 eval "DEFAULT_$LINE"
8645 else
8646 no_cache=1
8647 fi
8648
8649 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
10f2d63a 8650
e6cc62c6 8651fi;
10f2d63a
VZ
8652
8653 eval "$ac_cv_use_progressdlg"
8654 if test "$no_cache" != 1; then
8655 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8656 fi
8657
8658 if test "$wxUSE_PROGRESSDLG" = yes; then
e6cc62c6
VS
8659 echo "$as_me:$LINENO: result: yes" >&5
8660echo "${ECHO_T}yes" >&6
10f2d63a 8661 else
e6cc62c6
VS
8662 echo "$as_me:$LINENO: result: no" >&5
8663echo "${ECHO_T}no" >&6
10f2d63a 8664 fi
e6cc62c6 8665
10f2d63a 8666
5005acfe 8667 enablestring=
e6cc62c6
VS
8668 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8669echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
b1f5d087
VZ
8670 no_cache=0
8671 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8672if test "${enable_wizarddlg+set}" = set; then
8673 enableval="$enable_wizarddlg"
e6cc62c6 8674
b1f5d087
VZ
8675 if test "$enableval" = yes; then
8676 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
8677 else
8678 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
8679 fi
e6cc62c6 8680
b1f5d087 8681else
e6cc62c6 8682
b1f5d087
VZ
8683 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8684 if test "x$LINE" != x ; then
8685 eval "DEFAULT_$LINE"
8686 else
8687 no_cache=1
8688 fi
8689
8690 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
b1f5d087 8691
e6cc62c6 8692fi;
b1f5d087
VZ
8693
8694 eval "$ac_cv_use_wizarddlg"
8695 if test "$no_cache" != 1; then
8696 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8697 fi
8698
8699 if test "$wxUSE_WIZARDDLG" = yes; then
e6cc62c6
VS
8700 echo "$as_me:$LINENO: result: yes" >&5
8701echo "${ECHO_T}yes" >&6
b1f5d087 8702 else
e6cc62c6
VS
8703 echo "$as_me:$LINENO: result: no" >&5
8704echo "${ECHO_T}no" >&6
b1f5d087 8705 fi
e6cc62c6 8706
8284b0c5
MB
8707
8708
52127426 8709
5005acfe 8710 enablestring=
e6cc62c6
VS
8711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8712echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
1e6feb95
VZ
8713 no_cache=0
8714 # Check whether --enable-menus or --disable-menus was given.
8715if test "${enable_menus+set}" = set; then
8716 enableval="$enable_menus"
e6cc62c6 8717
1e6feb95
VZ
8718 if test "$enableval" = yes; then
8719 ac_cv_use_menus='wxUSE_MENUS=yes'
8720 else
8721 ac_cv_use_menus='wxUSE_MENUS=no'
8722 fi
e6cc62c6 8723
1e6feb95 8724else
e6cc62c6 8725
1e6feb95
VZ
8726 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8727 if test "x$LINE" != x ; then
8728 eval "DEFAULT_$LINE"
8729 else
8730 no_cache=1
8731 fi
8732
8733 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
1e6feb95 8734
e6cc62c6 8735fi;
1e6feb95
VZ
8736
8737 eval "$ac_cv_use_menus"
8738 if test "$no_cache" != 1; then
8739 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8740 fi
8741
8742 if test "$wxUSE_MENUS" = yes; then
e6cc62c6
VS
8743 echo "$as_me:$LINENO: result: yes" >&5
8744echo "${ECHO_T}yes" >&6
1e6feb95 8745 else
e6cc62c6
VS
8746 echo "$as_me:$LINENO: result: no" >&5
8747echo "${ECHO_T}no" >&6
1e6feb95 8748 fi
e6cc62c6 8749
1e6feb95 8750
5005acfe 8751 enablestring=
e6cc62c6
VS
8752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8753echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
10f2d63a
VZ
8754 no_cache=0
8755 # Check whether --enable-miniframe or --disable-miniframe was given.
8756if test "${enable_miniframe+set}" = set; then
8757 enableval="$enable_miniframe"
e6cc62c6 8758
10f2d63a
VZ
8759 if test "$enableval" = yes; then
8760 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
8761 else
8762 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
8763 fi
e6cc62c6 8764
10f2d63a 8765else
e6cc62c6 8766
10f2d63a
VZ
8767 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8768 if test "x$LINE" != x ; then
8769 eval "DEFAULT_$LINE"
8770 else
8771 no_cache=1
8772 fi
8773
8774 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
10f2d63a 8775
e6cc62c6 8776fi;
10f2d63a
VZ
8777
8778 eval "$ac_cv_use_miniframe"
8779 if test "$no_cache" != 1; then
8780 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8781 fi
8782
8783 if test "$wxUSE_MINIFRAME" = yes; then
e6cc62c6
VS
8784 echo "$as_me:$LINENO: result: yes" >&5
8785echo "${ECHO_T}yes" >&6
10f2d63a 8786 else
e6cc62c6
VS
8787 echo "$as_me:$LINENO: result: no" >&5
8788echo "${ECHO_T}no" >&6
10f2d63a 8789 fi
e6cc62c6 8790
10f2d63a 8791
5005acfe 8792 enablestring=
e6cc62c6
VS
8793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
8794echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
10f2d63a
VZ
8795 no_cache=0
8796 # Check whether --enable-tooltips or --disable-tooltips was given.
8797if test "${enable_tooltips+set}" = set; then
8798 enableval="$enable_tooltips"
e6cc62c6 8799
10f2d63a
VZ
8800 if test "$enableval" = yes; then
8801 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
8802 else
8803 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
8804 fi
e6cc62c6 8805
10f2d63a 8806else
e6cc62c6 8807
10f2d63a
VZ
8808 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8809 if test "x$LINE" != x ; then
8810 eval "DEFAULT_$LINE"
8811 else
8812 no_cache=1
8813 fi
8814
8815 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
10f2d63a 8816
e6cc62c6 8817fi;
10f2d63a
VZ
8818
8819 eval "$ac_cv_use_tooltips"
8820 if test "$no_cache" != 1; then
8821 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8822 fi
8823
8824 if test "$wxUSE_TOOLTIPS" = yes; then
e6cc62c6
VS
8825 echo "$as_me:$LINENO: result: yes" >&5
8826echo "${ECHO_T}yes" >&6
10f2d63a 8827 else
e6cc62c6
VS
8828 echo "$as_me:$LINENO: result: no" >&5
8829echo "${ECHO_T}no" >&6
10f2d63a 8830 fi
e6cc62c6 8831
10f2d63a 8832
5005acfe 8833 enablestring=
e6cc62c6
VS
8834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
8835echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
10f2d63a
VZ
8836 no_cache=0
8837 # Check whether --enable-splines or --disable-splines was given.
8838if test "${enable_splines+set}" = set; then
8839 enableval="$enable_splines"
e6cc62c6 8840
10f2d63a
VZ
8841 if test "$enableval" = yes; then
8842 ac_cv_use_splines='wxUSE_SPLINES=yes'
8843 else
8844 ac_cv_use_splines='wxUSE_SPLINES=no'
8845 fi
e6cc62c6 8846
10f2d63a 8847else
e6cc62c6 8848
10f2d63a
VZ
8849 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8850 if test "x$LINE" != x ; then
8851 eval "DEFAULT_$LINE"
8852 else
8853 no_cache=1
8854 fi
8855
8856 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
10f2d63a 8857
e6cc62c6 8858fi;
10f2d63a
VZ
8859
8860 eval "$ac_cv_use_splines"
8861 if test "$no_cache" != 1; then
8862 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8863 fi
8864
8865 if test "$wxUSE_SPLINES" = yes; then
e6cc62c6
VS
8866 echo "$as_me:$LINENO: result: yes" >&5
8867echo "${ECHO_T}yes" >&6
10f2d63a 8868 else
e6cc62c6
VS
8869 echo "$as_me:$LINENO: result: no" >&5
8870echo "${ECHO_T}no" >&6
10f2d63a 8871 fi
e6cc62c6 8872
10f2d63a 8873
5005acfe 8874 enablestring=
e6cc62c6
VS
8875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
8876echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
10f2d63a
VZ
8877 no_cache=0
8878 # Check whether --enable-validators or --disable-validators was given.
8879if test "${enable_validators+set}" = set; then
8880 enableval="$enable_validators"
e6cc62c6 8881
10f2d63a
VZ
8882 if test "$enableval" = yes; then
8883 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
8884 else
8885 ac_cv_use_validators='wxUSE_VALIDATORS=no'
8886 fi
e6cc62c6 8887
10f2d63a 8888else
e6cc62c6 8889
10f2d63a
VZ
8890 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8891 if test "x$LINE" != x ; then
8892 eval "DEFAULT_$LINE"
8893 else
8894 no_cache=1
8895 fi
8896
8897 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
10f2d63a 8898
e6cc62c6 8899fi;
10f2d63a
VZ
8900
8901 eval "$ac_cv_use_validators"
8902 if test "$no_cache" != 1; then
8903 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8904 fi
8905
8906 if test "$wxUSE_VALIDATORS" = yes; then
e6cc62c6
VS
8907 echo "$as_me:$LINENO: result: yes" >&5
8908echo "${ECHO_T}yes" >&6
10f2d63a 8909 else
e6cc62c6
VS
8910 echo "$as_me:$LINENO: result: no" >&5
8911echo "${ECHO_T}no" >&6
10f2d63a 8912 fi
e6cc62c6 8913
10f2d63a 8914
5005acfe 8915 enablestring=
e6cc62c6
VS
8916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
8917echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
10f2d63a
VZ
8918 no_cache=0
8919 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8920if test "${enable_busyinfo+set}" = set; then
8921 enableval="$enable_busyinfo"
e6cc62c6 8922
10f2d63a
VZ
8923 if test "$enableval" = yes; then
8924 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
8925 else
8926 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
8927 fi
e6cc62c6 8928
10f2d63a 8929else
e6cc62c6 8930
10f2d63a
VZ
8931 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8932 if test "x$LINE" != x ; then
8933 eval "DEFAULT_$LINE"
8934 else
8935 no_cache=1
8936 fi
8937
8938 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
10f2d63a 8939
e6cc62c6 8940fi;
10f2d63a
VZ
8941
8942 eval "$ac_cv_use_busyinfo"
8943 if test "$no_cache" != 1; then
8944 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8945 fi
8946
8947 if test "$wxUSE_BUSYINFO" = yes; then
e6cc62c6
VS
8948 echo "$as_me:$LINENO: result: yes" >&5
8949echo "${ECHO_T}yes" >&6
10f2d63a 8950 else
e6cc62c6
VS
8951 echo "$as_me:$LINENO: result: no" >&5
8952echo "${ECHO_T}no" >&6
10f2d63a 8953 fi
e6cc62c6 8954
10f2d63a 8955
5005acfe 8956 enablestring=
e6cc62c6
VS
8957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
8958echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
f6bcfd97
BP
8959 no_cache=0
8960 # Check whether --enable-joystick or --disable-joystick was given.
8961if test "${enable_joystick+set}" = set; then
8962 enableval="$enable_joystick"
e6cc62c6 8963
f6bcfd97
BP
8964 if test "$enableval" = yes; then
8965 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
8966 else
8967 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
8968 fi
e6cc62c6 8969
f6bcfd97 8970else
e6cc62c6 8971
f6bcfd97
BP
8972 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8973 if test "x$LINE" != x ; then
8974 eval "DEFAULT_$LINE"
8975 else
8976 no_cache=1
8977 fi
8978
8979 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
f6bcfd97 8980
e6cc62c6 8981fi;
f6bcfd97
BP
8982
8983 eval "$ac_cv_use_joystick"
8984 if test "$no_cache" != 1; then
8985 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8986 fi
8987
8988 if test "$wxUSE_JOYSTICK" = yes; then
e6cc62c6
VS
8989 echo "$as_me:$LINENO: result: yes" >&5
8990echo "${ECHO_T}yes" >&6
f6bcfd97 8991 else
e6cc62c6
VS
8992 echo "$as_me:$LINENO: result: no" >&5
8993echo "${ECHO_T}no" >&6
f6bcfd97 8994 fi
e6cc62c6 8995
698dcdb6 8996
5005acfe 8997 enablestring=
e6cc62c6
VS
8998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
8999echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
1e6feb95
VZ
9000 no_cache=0
9001 # Check whether --enable-metafile or --disable-metafile was given.
9002if test "${enable_metafile+set}" = set; then
9003 enableval="$enable_metafile"
e6cc62c6 9004
1e6feb95
VZ
9005 if test "$enableval" = yes; then
9006 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9007 else
9008 ac_cv_use_metafile='wxUSE_METAFILE=no'
9009 fi
e6cc62c6 9010
1e6feb95 9011else
e6cc62c6 9012
1e6feb95
VZ
9013 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9014 if test "x$LINE" != x ; then
9015 eval "DEFAULT_$LINE"
9016 else
9017 no_cache=1
9018 fi
9019
9020 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
1e6feb95 9021
e6cc62c6 9022fi;
1e6feb95
VZ
9023
9024 eval "$ac_cv_use_metafile"
9025 if test "$no_cache" != 1; then
9026 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9027 fi
9028
9029 if test "$wxUSE_METAFILE" = yes; then
e6cc62c6
VS
9030 echo "$as_me:$LINENO: result: yes" >&5
9031echo "${ECHO_T}yes" >&6
1e6feb95 9032 else
e6cc62c6
VS
9033 echo "$as_me:$LINENO: result: no" >&5
9034echo "${ECHO_T}no" >&6
1e6feb95 9035 fi
e6cc62c6 9036
1e6feb95 9037
5005acfe 9038 enablestring=
e6cc62c6
VS
9039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9040echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
24fd6d87
VZ
9041 no_cache=0
9042 # Check whether --enable-dragimage or --disable-dragimage was given.
9043if test "${enable_dragimage+set}" = set; then
9044 enableval="$enable_dragimage"
e6cc62c6 9045
24fd6d87
VZ
9046 if test "$enableval" = yes; then
9047 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9048 else
9049 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9050 fi
e6cc62c6 9051
24fd6d87 9052else
e6cc62c6 9053
24fd6d87
VZ
9054 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9055 if test "x$LINE" != x ; then
9056 eval "DEFAULT_$LINE"
9057 else
9058 no_cache=1
9059 fi
9060
9061 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
24fd6d87 9062
e6cc62c6 9063fi;
24fd6d87
VZ
9064
9065 eval "$ac_cv_use_dragimage"
9066 if test "$no_cache" != 1; then
9067 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9068 fi
9069
9070 if test "$wxUSE_DRAGIMAGE" = yes; then
e6cc62c6
VS
9071 echo "$as_me:$LINENO: result: yes" >&5
9072echo "${ECHO_T}yes" >&6
24fd6d87 9073 else
e6cc62c6
VS
9074 echo "$as_me:$LINENO: result: no" >&5
9075echo "${ECHO_T}no" >&6
24fd6d87 9076 fi
e6cc62c6 9077
52127426 9078
7bb2947d 9079 enablestring=
e6cc62c6
VS
9080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9081echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
7bb2947d
MB
9082 no_cache=0
9083 # Check whether --enable-accessibility or --disable-accessibility was given.
9084if test "${enable_accessibility+set}" = set; then
9085 enableval="$enable_accessibility"
e6cc62c6 9086
7bb2947d
MB
9087 if test "$enableval" = yes; then
9088 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
9089 else
9090 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
9091 fi
e6cc62c6 9092
7bb2947d 9093else
e6cc62c6 9094
7bb2947d
MB
9095 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9096 if test "x$LINE" != x ; then
9097 eval "DEFAULT_$LINE"
9098 else
9099 no_cache=1
9100 fi
9101
9102 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
7bb2947d 9103
e6cc62c6 9104fi;
7bb2947d
MB
9105
9106 eval "$ac_cv_use_accessibility"
9107 if test "$no_cache" != 1; then
9108 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9109 fi
9110
9111 if test "$wxUSE_ACCESSIBILITY" = yes; then
e6cc62c6
VS
9112 echo "$as_me:$LINENO: result: yes" >&5
9113echo "${ECHO_T}yes" >&6
7bb2947d 9114 else
e6cc62c6
VS
9115 echo "$as_me:$LINENO: result: no" >&5
9116echo "${ECHO_T}no" >&6
7bb2947d 9117 fi
e6cc62c6 9118
7bb2947d 9119
8284b0c5
MB
9120
9121
5005acfe 9122 enablestring=
e6cc62c6
VS
9123 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9124echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
edae8572
VZ
9125 no_cache=0
9126 # Check whether --enable-palette or --disable-palette was given.
9127if test "${enable_palette+set}" = set; then
9128 enableval="$enable_palette"
e6cc62c6 9129
edae8572
VZ
9130 if test "$enableval" = yes; then
9131 ac_cv_use_palette='wxUSE_PALETTE=yes'
9132 else
9133 ac_cv_use_palette='wxUSE_PALETTE=no'
9134 fi
e6cc62c6 9135
edae8572 9136else
e6cc62c6 9137
edae8572
VZ
9138 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9139 if test "x$LINE" != x ; then
9140 eval "DEFAULT_$LINE"
9141 else
9142 no_cache=1
9143 fi
9144
9145 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
edae8572 9146
e6cc62c6 9147fi;
edae8572
VZ
9148
9149 eval "$ac_cv_use_palette"
9150 if test "$no_cache" != 1; then
9151 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9152 fi
9153
9154 if test "$wxUSE_PALETTE" = yes; then
e6cc62c6
VS
9155 echo "$as_me:$LINENO: result: yes" >&5
9156echo "${ECHO_T}yes" >&6
edae8572 9157 else
e6cc62c6
VS
9158 echo "$as_me:$LINENO: result: no" >&5
9159echo "${ECHO_T}no" >&6
edae8572 9160 fi
e6cc62c6 9161
edae8572 9162
5005acfe 9163 enablestring=
e6cc62c6
VS
9164 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9165echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
0046ff7c
VS
9166 no_cache=0
9167 # Check whether --enable-image or --disable-image was given.
9168if test "${enable_image+set}" = set; then
9169 enableval="$enable_image"
e6cc62c6 9170
0046ff7c
VS
9171 if test "$enableval" = yes; then
9172 ac_cv_use_image='wxUSE_IMAGE=yes'
9173 else
9174 ac_cv_use_image='wxUSE_IMAGE=no'
9175 fi
e6cc62c6 9176
0046ff7c 9177else
e6cc62c6 9178
0046ff7c
VS
9179 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9180 if test "x$LINE" != x ; then
9181 eval "DEFAULT_$LINE"
9182 else
9183 no_cache=1
9184 fi
9185
9186 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
0046ff7c 9187
e6cc62c6 9188fi;
0046ff7c
VS
9189
9190 eval "$ac_cv_use_image"
9191 if test "$no_cache" != 1; then
9192 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9193 fi
9194
9195 if test "$wxUSE_IMAGE" = yes; then
e6cc62c6
VS
9196 echo "$as_me:$LINENO: result: yes" >&5
9197echo "${ECHO_T}yes" >&6
0046ff7c 9198 else
e6cc62c6
VS
9199 echo "$as_me:$LINENO: result: no" >&5
9200echo "${ECHO_T}no" >&6
0046ff7c 9201 fi
e6cc62c6 9202
0046ff7c 9203
5005acfe 9204 enablestring=
e6cc62c6
VS
9205 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9206echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10f2d63a
VZ
9207 no_cache=0
9208 # Check whether --enable-gif or --disable-gif was given.
9209if test "${enable_gif+set}" = set; then
9210 enableval="$enable_gif"
e6cc62c6 9211
10f2d63a
VZ
9212 if test "$enableval" = yes; then
9213 ac_cv_use_gif='wxUSE_GIF=yes'
9214 else
9215 ac_cv_use_gif='wxUSE_GIF=no'
9216 fi
e6cc62c6 9217
10f2d63a 9218else
e6cc62c6 9219
10f2d63a
VZ
9220 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9221 if test "x$LINE" != x ; then
9222 eval "DEFAULT_$LINE"
9223 else
9224 no_cache=1
9225 fi
9226
9227 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10f2d63a 9228
e6cc62c6 9229fi;
10f2d63a
VZ
9230
9231 eval "$ac_cv_use_gif"
9232 if test "$no_cache" != 1; then
9233 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9234 fi
9235
9236 if test "$wxUSE_GIF" = yes; then
e6cc62c6
VS
9237 echo "$as_me:$LINENO: result: yes" >&5
9238echo "${ECHO_T}yes" >&6
10f2d63a 9239 else
e6cc62c6
VS
9240 echo "$as_me:$LINENO: result: no" >&5
9241echo "${ECHO_T}no" >&6
10f2d63a 9242 fi
e6cc62c6 9243
10f2d63a 9244
5005acfe 9245 enablestring=
e6cc62c6
VS
9246 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9247echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10f2d63a
VZ
9248 no_cache=0
9249 # Check whether --enable-pcx or --disable-pcx was given.
9250if test "${enable_pcx+set}" = set; then
9251 enableval="$enable_pcx"
e6cc62c6 9252
10f2d63a
VZ
9253 if test "$enableval" = yes; then
9254 ac_cv_use_pcx='wxUSE_PCX=yes'
9255 else
9256 ac_cv_use_pcx='wxUSE_PCX=no'
9257 fi
e6cc62c6 9258
10f2d63a 9259else
e6cc62c6 9260
10f2d63a
VZ
9261 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9262 if test "x$LINE" != x ; then
9263 eval "DEFAULT_$LINE"
9264 else
9265 no_cache=1
9266 fi
9267
9268 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10f2d63a 9269
e6cc62c6 9270fi;
10f2d63a
VZ
9271
9272 eval "$ac_cv_use_pcx"
9273 if test "$no_cache" != 1; then
9274 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9275 fi
9276
9277 if test "$wxUSE_PCX" = yes; then
e6cc62c6
VS
9278 echo "$as_me:$LINENO: result: yes" >&5
9279echo "${ECHO_T}yes" >&6
10f2d63a 9280 else
e6cc62c6
VS
9281 echo "$as_me:$LINENO: result: no" >&5
9282echo "${ECHO_T}no" >&6
10f2d63a 9283 fi
e6cc62c6 9284
10f2d63a 9285
5005acfe 9286 enablestring=
e6cc62c6
VS
9287 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9288echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
4b6b4dfc
RR
9289 no_cache=0
9290 # Check whether --enable-iff or --disable-iff was given.
9291if test "${enable_iff+set}" = set; then
9292 enableval="$enable_iff"
e6cc62c6 9293
4b6b4dfc
RR
9294 if test "$enableval" = yes; then
9295 ac_cv_use_iff='wxUSE_IFF=yes'
9296 else
9297 ac_cv_use_iff='wxUSE_IFF=no'
9298 fi
e6cc62c6 9299
4b6b4dfc 9300else
e6cc62c6 9301
4b6b4dfc
RR
9302 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9303 if test "x$LINE" != x ; then
9304 eval "DEFAULT_$LINE"
9305 else
9306 no_cache=1
9307 fi
9308
9309 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
4b6b4dfc 9310
e6cc62c6 9311fi;
4b6b4dfc
RR
9312
9313 eval "$ac_cv_use_iff"
9314 if test "$no_cache" != 1; then
9315 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9316 fi
9317
9318 if test "$wxUSE_IFF" = yes; then
e6cc62c6
VS
9319 echo "$as_me:$LINENO: result: yes" >&5
9320echo "${ECHO_T}yes" >&6
4b6b4dfc 9321 else
e6cc62c6
VS
9322 echo "$as_me:$LINENO: result: no" >&5
9323echo "${ECHO_T}no" >&6
4b6b4dfc 9324 fi
e6cc62c6 9325
4b6b4dfc 9326
5005acfe 9327 enablestring=
e6cc62c6
VS
9328 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9329echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10f2d63a
VZ
9330 no_cache=0
9331 # Check whether --enable-pnm or --disable-pnm was given.
9332if test "${enable_pnm+set}" = set; then
9333 enableval="$enable_pnm"
e6cc62c6 9334
10f2d63a
VZ
9335 if test "$enableval" = yes; then
9336 ac_cv_use_pnm='wxUSE_PNM=yes'
9337 else
9338 ac_cv_use_pnm='wxUSE_PNM=no'
9339 fi
e6cc62c6 9340
10f2d63a 9341else
e6cc62c6 9342
10f2d63a
VZ
9343 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9344 if test "x$LINE" != x ; then
9345 eval "DEFAULT_$LINE"
9346 else
9347 no_cache=1
9348 fi
9349
9350 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10f2d63a 9351
e6cc62c6 9352fi;
10f2d63a
VZ
9353
9354 eval "$ac_cv_use_pnm"
9355 if test "$no_cache" != 1; then
9356 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9357 fi
9358
9359 if test "$wxUSE_PNM" = yes; then
e6cc62c6
VS
9360 echo "$as_me:$LINENO: result: yes" >&5
9361echo "${ECHO_T}yes" >&6
10f2d63a 9362 else
e6cc62c6
VS
9363 echo "$as_me:$LINENO: result: no" >&5
9364echo "${ECHO_T}no" >&6
10f2d63a 9365 fi
e6cc62c6 9366
10f2d63a 9367
5005acfe 9368 enablestring=
e6cc62c6
VS
9369 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9370echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
0046ff7c 9371 no_cache=0
69d27ff7
MB
9372 # Check whether --enable-xpm or --disable-xpm was given.
9373if test "${enable_xpm+set}" = set; then
9374 enableval="$enable_xpm"
e6cc62c6 9375
0046ff7c 9376 if test "$enableval" = yes; then
69d27ff7 9377 ac_cv_use_xpm='wxUSE_XPM=yes'
0046ff7c 9378 else
69d27ff7 9379 ac_cv_use_xpm='wxUSE_XPM=no'
0046ff7c 9380 fi
e6cc62c6 9381
0046ff7c 9382else
e6cc62c6 9383
0046ff7c
VS
9384 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9385 if test "x$LINE" != x ; then
9386 eval "DEFAULT_$LINE"
9387 else
9388 no_cache=1
9389 fi
9390
69d27ff7 9391 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
0046ff7c 9392
e6cc62c6 9393fi;
0046ff7c 9394
69d27ff7 9395 eval "$ac_cv_use_xpm"
0046ff7c 9396 if test "$no_cache" != 1; then
69d27ff7 9397 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
0046ff7c
VS
9398 fi
9399
9400 if test "$wxUSE_XPM" = yes; then
e6cc62c6
VS
9401 echo "$as_me:$LINENO: result: yes" >&5
9402echo "${ECHO_T}yes" >&6
0046ff7c 9403 else
e6cc62c6
VS
9404 echo "$as_me:$LINENO: result: no" >&5
9405echo "${ECHO_T}no" >&6
0046ff7c 9406 fi
e6cc62c6 9407
0046ff7c 9408
5005acfe 9409 enablestring=
e6cc62c6
VS
9410 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9411echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
658974ae 9412 no_cache=0
c7206e64
VS
9413 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9414if test "${enable_ico_cur+set}" = set; then
9415 enableval="$enable_ico_cur"
e6cc62c6 9416
658974ae 9417 if test "$enableval" = yes; then
c7206e64 9418 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
658974ae 9419 else
c7206e64 9420 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
658974ae 9421 fi
e6cc62c6 9422
658974ae 9423else
e6cc62c6 9424
658974ae
VS
9425 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9426 if test "x$LINE" != x ; then
9427 eval "DEFAULT_$LINE"
9428 else
9429 no_cache=1
9430 fi
9431
c7206e64 9432 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
658974ae 9433
e6cc62c6 9434fi;
658974ae 9435
c7206e64 9436 eval "$ac_cv_use_ico_cur"
658974ae 9437 if test "$no_cache" != 1; then
c7206e64 9438 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
658974ae
VS
9439 fi
9440
9441 if test "$wxUSE_ICO_CUR" = yes; then
e6cc62c6
VS
9442 echo "$as_me:$LINENO: result: yes" >&5
9443echo "${ECHO_T}yes" >&6
658974ae 9444 else
e6cc62c6
VS
9445 echo "$as_me:$LINENO: result: no" >&5
9446echo "${ECHO_T}no" >&6
658974ae 9447 fi
e6cc62c6 9448
658974ae 9449
b12915c1
VZ
9450fi
9451
d558c907
VS
9452case "${host}" in
9453 *-pc-os2_emx | *-pc-os2-emx )
6969f178
MB
9454 PATH_IFS=';'
9455 LEX_STEM="lexyy"
d558c907
VS
9456 ;;
9457 *)
9458 PATH_IFS=':'
9459 LEX_STEM="lex.yy"
9460 ;;
9461esac
9462
8284b0c5
MB
9463
9464
10f2d63a
VZ
9465 echo "saving argument cache $wx_arg_cache_file"
9466 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
52127426 9467
8284b0c5 9468
e6cc62c6
VS
9469
9470echo "$as_me:$LINENO: checking for toolkit" >&5
9471echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
89e6bf6d
VZ
9472
9473# In Wine, we need to default to MSW, not GTK or MOTIF
9474if test "$wxUSE_WINE" = "yes"; then
9475 DEFAULT_DEFAULT_wxUSE_GTK=0
9476 DEFAULT_DEFAULT_wxUSE_MOTIF=0
9477 DEFAULT_DEFAULT_wxUSE_MSW=1
9478fi
10f2d63a
VZ
9479
9480if test "$wxUSE_GUI" = "yes"; then
9481
3a922bb4 9482 if test "$USE_BEOS" = 1; then
e6cc62c6
VS
9483 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9484echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9485 { (exit 1); exit 1; }; }
3a922bb4 9486 fi
b12915c1 9487
3a922bb4
RL
9488 if test "$TOOLKIT_GIVEN" = 1; then
9489 for toolkit in `echo $ALL_TOOLKITS`; do
9490 var=wxUSE_$toolkit
9491 eval "value=\$${var}"
9492 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
9493 done
10f2d63a 9494 else
3a922bb4
RL
9495 for toolkit in `echo $ALL_TOOLKITS`; do
9496 if test "$has_toolkit_in_cache" != 1; then
9497 var=DEFAULT_DEFAULT_wxUSE_$toolkit
9498 else
9499 var=DEFAULT_wxUSE_$toolkit
9500 fi
9501 eval "wxUSE_$toolkit=\$${var}"
9502 done
10f2d63a 9503 fi
10f2d63a 9504
ac0c4cc3
DE
9505 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9506 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9507 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10f2d63a 9508
d558c907 9509 case "${host}" in
6fa882bd 9510 *-pc-os2_emx | *-pc-os2-emx )
3a922bb4 9511 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3a922bb4 9512 esac
10f2d63a 9513
3a922bb4
RL
9514 case "$NUM_TOOLKITS" in
9515 1)
9516 ;;
9517 0)
e6cc62c6
VS
9518 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9519echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9520 { (exit 1); exit 1; }; }
3a922bb4
RL
9521 ;;
9522 *)
e6cc62c6
VS
9523 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9524echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9525 { (exit 1); exit 1; }; }
3a922bb4 9526 esac
10f2d63a 9527
3a922bb4
RL
9528 for toolkit in `echo $ALL_TOOLKITS`; do
9529 var=wxUSE_$toolkit
9530 eval "value=\$${var}"
9531 if test "x$value" != x; then
9532 cache_var=CACHE_$toolkit
9533 eval "cache=\$${cache_var}"
9534 if test "$cache" = 1; then
9535 echo "$var=$value" >> ${wx_arg_cache_file}
9536 fi
9537 if test "$value" = 1; then
9538 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
e6cc62c6
VS
9539 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9540echo "${ECHO_T}$toolkit_echo" >&6
3a922bb4
RL
9541 fi
9542 fi
9543 done
10f2d63a 9544else
9de9b8f0
VZ
9545 if test "x$host_alias" != "x"; then
9546 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
e6cc62c6 9547echo "${ECHO_T}base ($host_alias hosted) only" >&6
9de9b8f0
VZ
9548 else
9549 echo "$as_me:$LINENO: result: base only" >&5
9550echo "${ECHO_T}base only" >&6
9551 fi
10f2d63a
VZ
9552fi
9553
43d99b6d
VS
9554wants_win32=0
9555doesnt_want_win32=0
17234b26
MB
9556case "${host}" in
9557 *-*-cygwin*)
9558 if test "$wxUSE_MSW" = 1 ; then
43d99b6d
VS
9559 wants_win32=1
9560 else
9561 doesnt_want_win32=1
17234b26
MB
9562 fi
9563 ;;
9564 *-*-mingw*)
43d99b6d 9565 wants_win32=1
17234b26
MB
9566 ;;
9567esac
9568
89e6bf6d
VZ
9569if test "$wxUSE_WINE" = "yes"; then
9570 wants_win32=1
9571 CC=winegcc
9572 CXX=wineg++
9573 RESCOMP=wrc
9574fi
9575
43d99b6d 9576if test "$wants_win32" = 1 ; then
17234b26
MB
9577 USE_UNIX=0
9578 USE_WIN32=1
e6cc62c6 9579 cat >>confdefs.h <<\_ACEOF
17234b26 9580#define __WIN32__ 1
e6cc62c6 9581_ACEOF
17234b26 9582
e6cc62c6 9583 cat >>confdefs.h <<\_ACEOF
17234b26 9584#define __WIN95__ 1
e6cc62c6 9585_ACEOF
17234b26 9586
e6cc62c6 9587 cat >>confdefs.h <<\_ACEOF
17234b26 9588#define __WINDOWS__ 1
e6cc62c6 9589_ACEOF
17234b26 9590
e6cc62c6 9591 cat >>confdefs.h <<\_ACEOF
17234b26 9592#define __GNUWIN32__ 1
e6cc62c6 9593_ACEOF
17234b26 9594
e6cc62c6 9595 cat >>confdefs.h <<\_ACEOF
17234b26 9596#define STRICT 1
e6cc62c6 9597_ACEOF
17234b26 9598
e6cc62c6 9599 cat >>confdefs.h <<\_ACEOF
17234b26 9600#define WINVER 0x0400
e6cc62c6 9601_ACEOF
17234b26 9602
43d99b6d
VS
9603fi
9604if test "$doesnt_want_win32" = 1 ; then
17234b26
MB
9605 USE_UNIX=1
9606 USE_WIN32=0
9607fi
9608
9609if test "$USE_UNIX" = 1 ; then
9610 wxUSE_UNIX=yes
e6cc62c6 9611 cat >>confdefs.h <<\_ACEOF
17234b26 9612#define __UNIX__ 1
e6cc62c6 9613_ACEOF
17234b26
MB
9614
9615fi
9616
8284b0c5 9617
e6cc62c6 9618cat >confcache <<\_ACEOF
10f2d63a
VZ
9619# This file is a shell script that caches the results of configure
9620# tests run on this system so they can be shared between configure
e6cc62c6
VS
9621# scripts and configure runs, see configure's option --config-cache.
9622# It is not useful on other systems. If it contains results you don't
9623# want to keep, you may remove or edit it.
10f2d63a 9624#
e6cc62c6
VS
9625# config.status only pays attention to the cache file if you give it
9626# the --recheck option to rerun configure.
10f2d63a 9627#
e6cc62c6
VS
9628# `ac_cv_env_foo' variables (set or unset) will be overridden when
9629# loading this file, other *unset* `ac_cv_foo' will be assigned the
9630# following values.
9631
9632_ACEOF
9633
10f2d63a
VZ
9634# The following way of writing the cache mishandles newlines in values,
9635# but we know of no workaround that is simple, portable, and efficient.
9636# So, don't put newlines in cache variables' values.
9637# Ultrix sh set writes to stderr and can't be redirected directly,
9638# and sets the high bit in the cache file unless we assign to the vars.
e6cc62c6
VS
9639{
9640 (set) 2>&1 |
9641 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9642 *ac_space=\ *)
9643 # `set' does not quote correctly, so add quotes (double-quote
9644 # substitution turns \\\\ into \\, and sed turns \\ into \).
9645 sed -n \
9646 "s/'/'\\\\''/g;
9647 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9648 ;;
9649 *)
9650 # `set' quotes correctly as required by POSIX, so do not add quotes.
9651 sed -n \
9652 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9653 ;;
9654 esac;
9655} |
9656 sed '
9657 t clear
9658 : clear
9659 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9660 t end
9661 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9662 : end' >>confcache
9663if diff $cache_file confcache >/dev/null 2>&1; then :; else
10f2d63a 9664 if test -w $cache_file; then
e6cc62c6
VS
9665 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9666 cat confcache >$cache_file
10f2d63a
VZ
9667 else
9668 echo "not updating unwritable cache $cache_file"
9669 fi
9670fi
9671rm -f confcache
9672
e59890c3 9673if test "$build" != "$host" ; then
9d353d4a 9674 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
3a922bb4
RL
9675 CC=$host_alias-gcc
9676 CXX=$host_alias-c++
9677 AR=$host_alias-ar
9678 RANLIB=$host_alias-ranlib
9679 DLLTOOL=$host_alias-dlltool
9680 RESCOMP=$host_alias-windres
9681 LD=$host_alias-ld
9682 NM=$host_alias-nm
9683 STRIP=$host_alias-strip
9684 else
e6cc62c6
VS
9685 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9686echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9687 { (exit 1); exit 1; }; }
3a922bb4 9688 fi
10f2d63a
VZ
9689fi
9690
ec603395 9691CFLAGS=${CFLAGS:=}
e6cc62c6
VS
9692ac_ext=c
9693ac_cpp='$CPP $CPPFLAGS'
9694ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9695ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9696ac_compiler_gnu=$ac_cv_c_compiler_gnu
9697if test -n "$ac_tool_prefix"; then
9698 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9699set dummy ${ac_tool_prefix}gcc; ac_word=$2
9700echo "$as_me:$LINENO: checking for $ac_word" >&5
9701echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9702if test "${ac_cv_prog_CC+set}" = set; then
9703 echo $ECHO_N "(cached) $ECHO_C" >&6
9704else
9705 if test -n "$CC"; then
9706 ac_cv_prog_CC="$CC" # Let the user override the test.
9707else
9708as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9709for as_dir in $PATH
9710do
9711 IFS=$as_save_IFS
9712 test -z "$as_dir" && as_dir=.
9713 for ac_exec_ext in '' $ac_executable_extensions; do
9714 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9715 ac_cv_prog_CC="${ac_tool_prefix}gcc"
9716 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9717 break 2
9718 fi
9719done
9720done
9721
9722fi
9723fi
9724CC=$ac_cv_prog_CC
9725if test -n "$CC"; then
9726 echo "$as_me:$LINENO: result: $CC" >&5
9727echo "${ECHO_T}$CC" >&6
9728else
9729 echo "$as_me:$LINENO: result: no" >&5
9730echo "${ECHO_T}no" >&6
9731fi
9732
9733fi
9734if test -z "$ac_cv_prog_CC"; then
9735 ac_ct_CC=$CC
9736 # Extract the first word of "gcc", so it can be a program name with args.
8284b0c5 9737set dummy gcc; ac_word=$2
e6cc62c6
VS
9738echo "$as_me:$LINENO: checking for $ac_word" >&5
9739echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9740if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9741 echo $ECHO_N "(cached) $ECHO_C" >&6
9742else
9743 if test -n "$ac_ct_CC"; then
9744 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9745else
9746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9747for as_dir in $PATH
9748do
9749 IFS=$as_save_IFS
9750 test -z "$as_dir" && as_dir=.
9751 for ac_exec_ext in '' $ac_executable_extensions; do
9752 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9753 ac_cv_prog_ac_ct_CC="gcc"
9754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9755 break 2
9756 fi
9757done
9758done
9759
9760fi
9761fi
9762ac_ct_CC=$ac_cv_prog_ac_ct_CC
9763if test -n "$ac_ct_CC"; then
9764 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9765echo "${ECHO_T}$ac_ct_CC" >&6
9766else
9767 echo "$as_me:$LINENO: result: no" >&5
9768echo "${ECHO_T}no" >&6
9769fi
9770
9771 CC=$ac_ct_CC
9772else
9773 CC="$ac_cv_prog_CC"
9774fi
9775
9776if test -z "$CC"; then
9777 if test -n "$ac_tool_prefix"; then
9778 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9779set dummy ${ac_tool_prefix}cc; ac_word=$2
9780echo "$as_me:$LINENO: checking for $ac_word" >&5
9781echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9782if test "${ac_cv_prog_CC+set}" = set; then
9783 echo $ECHO_N "(cached) $ECHO_C" >&6
6232543b
VS
9784else
9785 if test -n "$CC"; then
9786 ac_cv_prog_CC="$CC" # Let the user override the test.
10f2d63a 9787else
e6cc62c6
VS
9788as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9789for as_dir in $PATH
9790do
9791 IFS=$as_save_IFS
9792 test -z "$as_dir" && as_dir=.
9793 for ac_exec_ext in '' $ac_executable_extensions; do
9794 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9795 ac_cv_prog_CC="${ac_tool_prefix}cc"
9796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9797 break 2
9798 fi
9799done
9800done
9801
10f2d63a 9802fi
6232543b 9803fi
e6cc62c6 9804CC=$ac_cv_prog_CC
6232543b 9805if test -n "$CC"; then
e6cc62c6
VS
9806 echo "$as_me:$LINENO: result: $CC" >&5
9807echo "${ECHO_T}$CC" >&6
9808else
9809 echo "$as_me:$LINENO: result: no" >&5
9810echo "${ECHO_T}no" >&6
9811fi
9812
9813fi
9814if test -z "$ac_cv_prog_CC"; then
9815 ac_ct_CC=$CC
9816 # Extract the first word of "cc", so it can be a program name with args.
9817set dummy cc; ac_word=$2
9818echo "$as_me:$LINENO: checking for $ac_word" >&5
9819echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9820if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9821 echo $ECHO_N "(cached) $ECHO_C" >&6
9822else
9823 if test -n "$ac_ct_CC"; then
9824 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9825else
9826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9827for as_dir in $PATH
9828do
9829 IFS=$as_save_IFS
9830 test -z "$as_dir" && as_dir=.
9831 for ac_exec_ext in '' $ac_executable_extensions; do
9832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9833 ac_cv_prog_ac_ct_CC="cc"
9834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9835 break 2
9836 fi
9837done
9838done
9839
9840fi
9841fi
9842ac_ct_CC=$ac_cv_prog_ac_ct_CC
9843if test -n "$ac_ct_CC"; then
9844 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9845echo "${ECHO_T}$ac_ct_CC" >&6
9846else
9847 echo "$as_me:$LINENO: result: no" >&5
9848echo "${ECHO_T}no" >&6
9849fi
9850
9851 CC=$ac_ct_CC
247f5006 9852else
e6cc62c6 9853 CC="$ac_cv_prog_CC"
247f5006
VZ
9854fi
9855
e6cc62c6 9856fi
5c6fa7d2
RR
9857if test -z "$CC"; then
9858 # Extract the first word of "cc", so it can be a program name with args.
9859set dummy cc; ac_word=$2
e6cc62c6
VS
9860echo "$as_me:$LINENO: checking for $ac_word" >&5
9861echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9862if test "${ac_cv_prog_CC+set}" = set; then
9863 echo $ECHO_N "(cached) $ECHO_C" >&6
5c6fa7d2
RR
9864else
9865 if test -n "$CC"; then
9866 ac_cv_prog_CC="$CC" # Let the user override the test.
9867else
9868 ac_prog_rejected=no
e6cc62c6
VS
9869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9870for as_dir in $PATH
9871do
9872 IFS=$as_save_IFS
9873 test -z "$as_dir" && as_dir=.
9874 for ac_exec_ext in '' $ac_executable_extensions; do
9875 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9876 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9877 ac_prog_rejected=yes
9878 continue
9879 fi
9880 ac_cv_prog_CC="cc"
9881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9882 break 2
9883 fi
9884done
9885done
9886
328a083c
RR
9887if test $ac_prog_rejected = yes; then
9888 # We found a bogon in the path, so make sure we never use it.
9889 set dummy $ac_cv_prog_CC
9890 shift
e6cc62c6 9891 if test $# != 0; then
328a083c 9892 # We chose a different compiler from the bogus one.
1e487827
VS
9893 # However, it has the same basename, so the bogon will be chosen
9894 # first if we set CC to just the basename; use the full file name.
9895 shift
e6cc62c6 9896 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
703e0a69 9897 fi
1e487827
VS
9898fi
9899fi
9900fi
e6cc62c6 9901CC=$ac_cv_prog_CC
1e487827 9902if test -n "$CC"; then
e6cc62c6
VS
9903 echo "$as_me:$LINENO: result: $CC" >&5
9904echo "${ECHO_T}$CC" >&6
703e0a69 9905else
e6cc62c6
VS
9906 echo "$as_me:$LINENO: result: no" >&5
9907echo "${ECHO_T}no" >&6
703e0a69 9908fi
1e487827 9909
e6cc62c6
VS
9910fi
9911if test -z "$CC"; then
9912 if test -n "$ac_tool_prefix"; then
9913 for ac_prog in cl
9914 do
9915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9916set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9917echo "$as_me:$LINENO: checking for $ac_word" >&5
9918echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9919if test "${ac_cv_prog_CC+set}" = set; then
9920 echo $ECHO_N "(cached) $ECHO_C" >&6
f09359cf
VS
9921else
9922 if test -n "$CC"; then
9923 ac_cv_prog_CC="$CC" # Let the user override the test.
9924else
e6cc62c6
VS
9925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9926for as_dir in $PATH
9927do
9928 IFS=$as_save_IFS
9929 test -z "$as_dir" && as_dir=.
9930 for ac_exec_ext in '' $ac_executable_extensions; do
9931 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9932 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
9933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9934 break 2
9935 fi
9936done
9937done
9938
f09359cf
VS
9939fi
9940fi
e6cc62c6 9941CC=$ac_cv_prog_CC
f09359cf 9942if test -n "$CC"; then
e6cc62c6
VS
9943 echo "$as_me:$LINENO: result: $CC" >&5
9944echo "${ECHO_T}$CC" >&6
f09359cf 9945else
e6cc62c6
VS
9946 echo "$as_me:$LINENO: result: no" >&5
9947echo "${ECHO_T}no" >&6
5c6fa7d2 9948fi
1e487827 9949
e6cc62c6
VS
9950 test -n "$CC" && break
9951 done
9952fi
9953if test -z "$CC"; then
9954 ac_ct_CC=$CC
9955 for ac_prog in cl
9956do
9957 # Extract the first word of "$ac_prog", so it can be a program name with args.
9958set dummy $ac_prog; ac_word=$2
9959echo "$as_me:$LINENO: checking for $ac_word" >&5
9960echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9961if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9962 echo $ECHO_N "(cached) $ECHO_C" >&6
9963else
9964 if test -n "$ac_ct_CC"; then
9965 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9966else
9967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9968for as_dir in $PATH
9969do
9970 IFS=$as_save_IFS
9971 test -z "$as_dir" && as_dir=.
9972 for ac_exec_ext in '' $ac_executable_extensions; do
9973 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9974 ac_cv_prog_ac_ct_CC="$ac_prog"
9975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9976 break 2
9977 fi
9978done
9979done
f09359cf 9980
e6cc62c6
VS
9981fi
9982fi
9983ac_ct_CC=$ac_cv_prog_ac_ct_CC
9984if test -n "$ac_ct_CC"; then
9985 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9986echo "${ECHO_T}$ac_ct_CC" >&6
9987else
9988 echo "$as_me:$LINENO: result: no" >&5
9989echo "${ECHO_T}no" >&6
9990fi
f09359cf 9991
e6cc62c6
VS
9992 test -n "$ac_ct_CC" && break
9993done
247f5006 9994
e6cc62c6
VS
9995 CC=$ac_ct_CC
9996fi
9997
9998fi
9999
10000
10001test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10002See \`config.log' for more details." >&5
10003echo "$as_me: error: no acceptable C compiler found in \$PATH
10004See \`config.log' for more details." >&2;}
10005 { (exit 1); exit 1; }; }
10006
10007# Provide some information about the compiler.
10008echo "$as_me:$LINENO:" \
10009 "checking for C compiler version" >&5
10010ac_compiler=`set X $ac_compile; echo $2`
10011{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10012 (eval $ac_compiler --version </dev/null >&5) 2>&5
10013 ac_status=$?
10014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10015 (exit $ac_status); }
10016{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10017 (eval $ac_compiler -v </dev/null >&5) 2>&5
10018 ac_status=$?
10019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10020 (exit $ac_status); }
10021{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10022 (eval $ac_compiler -V </dev/null >&5) 2>&5
10023 ac_status=$?
10024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10025 (exit $ac_status); }
10026
10027cat >conftest.$ac_ext <<_ACEOF
10028#line $LINENO "configure"
10029/* confdefs.h. */
10030_ACEOF
10031cat confdefs.h >>conftest.$ac_ext
10032cat >>conftest.$ac_ext <<_ACEOF
10033/* end confdefs.h. */
10034
10035int
10036main ()
10037{
247f5006 10038
e6cc62c6
VS
10039 ;
10040 return 0;
10041}
10042_ACEOF
10043ac_clean_files_save=$ac_clean_files
10044ac_clean_files="$ac_clean_files a.out a.exe b.out"
10045# Try to create an executable without -o first, disregard a.out.
10046# It will help us diagnose broken compilers, and finding out an intuition
10047# of exeext.
10048echo "$as_me:$LINENO: checking for C compiler default output" >&5
10049echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
10050ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10051if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10052 (eval $ac_link_default) 2>&5
10053 ac_status=$?
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); }; then
10056 # Find the output, starting from the most likely. This scheme is
10057# not robust to junk in `.', hence go to wildcards (a.*) only as a last
10058# resort.
10059
10060# Be careful to initialize this variable, since it used to be cached.
10061# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10062ac_cv_exeext=
10063# b.out is created by i960 compilers.
10064for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10065do
10066 test -f "$ac_file" || continue
10067 case $ac_file in
10068 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
10069 ;;
10070 conftest.$ac_ext )
10071 # This is the source file.
10072 ;;
10073 [ab].out )
10074 # We found the default executable, but exeext='' is most
10075 # certainly right.
10076 break;;
10077 *.* )
10078 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10079 # FIXME: I believe we export ac_cv_exeext for Libtool,
10080 # but it would be cool to find out if it's true. Does anybody
10081 # maintain Libtool? --akim.
10082 export ac_cv_exeext
10083 break;;
10084 * )
10085 break;;
10086 esac
10087done
10088else
10089 echo "$as_me: failed program was:" >&5
10090sed 's/^/| /' conftest.$ac_ext >&5
10091
10092{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
10093See \`config.log' for more details." >&5
10094echo "$as_me: error: C compiler cannot create executables
10095See \`config.log' for more details." >&2;}
10096 { (exit 77); exit 77; }; }
10097fi
10098
10099ac_exeext=$ac_cv_exeext
10100echo "$as_me:$LINENO: result: $ac_file" >&5
10101echo "${ECHO_T}$ac_file" >&6
10102
10103# Check the compiler produces executables we can run. If not, either
10104# the compiler is broken, or we cross compile.
10105echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10106echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10107# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10108# If not cross compiling, check that we can run a simple program.
10109if test "$cross_compiling" != yes; then
10110 if { ac_try='./$ac_file'
10111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10112 (eval $ac_try) 2>&5
10113 ac_status=$?
10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10115 (exit $ac_status); }; }; then
10116 cross_compiling=no
698dcdb6 10117 else
e6cc62c6
VS
10118 if test "$cross_compiling" = maybe; then
10119 cross_compiling=yes
10120 else
10121 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10122If you meant to cross compile, use \`--host'.
10123See \`config.log' for more details." >&5
10124echo "$as_me: error: cannot run C compiled programs.
10125If you meant to cross compile, use \`--host'.
10126See \`config.log' for more details." >&2;}
10127 { (exit 1); exit 1; }; }
10128 fi
698dcdb6 10129 fi
52127426 10130fi
e6cc62c6
VS
10131echo "$as_me:$LINENO: result: yes" >&5
10132echo "${ECHO_T}yes" >&6
10133
10134rm -f a.out a.exe conftest$ac_cv_exeext b.out
10135ac_clean_files=$ac_clean_files_save
10136# Check the compiler produces executables we can run. If not, either
10137# the compiler is broken, or we cross compile.
10138echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10139echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10140echo "$as_me:$LINENO: result: $cross_compiling" >&5
10141echo "${ECHO_T}$cross_compiling" >&6
10142
10143echo "$as_me:$LINENO: checking for suffix of executables" >&5
10144echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10145if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10146 (eval $ac_link) 2>&5
10147 ac_status=$?
10148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149 (exit $ac_status); }; then
10150 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10151# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10152# work properly (i.e., refer to `conftest.exe'), while it won't with
10153# `rm'.
10154for ac_file in conftest.exe conftest conftest.*; do
10155 test -f "$ac_file" || continue
10156 case $ac_file in
10157 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
10158 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10159 export ac_cv_exeext
10160 break;;
10161 * ) break;;
10162 esac
10163done
5c6fa7d2 10164else
e6cc62c6
VS
10165 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10166See \`config.log' for more details." >&5
10167echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10168See \`config.log' for more details." >&2;}
10169 { (exit 1); exit 1; }; }
10170fi
10171
10172rm -f conftest$ac_cv_exeext
10173echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10174echo "${ECHO_T}$ac_cv_exeext" >&6
10175
10176rm -f conftest.$ac_ext
10177EXEEXT=$ac_cv_exeext
10178ac_exeext=$EXEEXT
10179echo "$as_me:$LINENO: checking for suffix of object files" >&5
10180echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10181if test "${ac_cv_objext+set}" = set; then
10182 echo $ECHO_N "(cached) $ECHO_C" >&6
10183else
10184 cat >conftest.$ac_ext <<_ACEOF
10185#line $LINENO "configure"
10186/* confdefs.h. */
10187_ACEOF
10188cat confdefs.h >>conftest.$ac_ext
10189cat >>conftest.$ac_ext <<_ACEOF
10190/* end confdefs.h. */
10191
10192int
10193main ()
10194{
f09359cf 10195
e6cc62c6
VS
10196 ;
10197 return 0;
10198}
10199_ACEOF
10200rm -f conftest.o conftest.obj
10201if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10202 (eval $ac_compile) 2>&5
10203 ac_status=$?
10204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10205 (exit $ac_status); }; then
10206 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10207 case $ac_file in
10208 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
10209 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
10210 break;;
10211 esac
10212done
a0b9e27f 10213else
e6cc62c6
VS
10214 echo "$as_me: failed program was:" >&5
10215sed 's/^/| /' conftest.$ac_ext >&5
10216
10217{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10218See \`config.log' for more details." >&5
10219echo "$as_me: error: cannot compute suffix of object files: cannot compile
10220See \`config.log' for more details." >&2;}
10221 { (exit 1); exit 1; }; }
a0b9e27f 10222fi
247f5006 10223
e6cc62c6
VS
10224rm -f conftest.$ac_cv_objext conftest.$ac_ext
10225fi
10226echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10227echo "${ECHO_T}$ac_cv_objext" >&6
10228OBJEXT=$ac_cv_objext
10229ac_objext=$OBJEXT
10230echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10231echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10232if test "${ac_cv_c_compiler_gnu+set}" = set; then
10233 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 10234else
e6cc62c6
VS
10235 cat >conftest.$ac_ext <<_ACEOF
10236#line $LINENO "configure"
10237/* confdefs.h. */
10238_ACEOF
10239cat confdefs.h >>conftest.$ac_ext
10240cat >>conftest.$ac_ext <<_ACEOF
10241/* end confdefs.h. */
10242
10243int
10244main ()
10245{
10246#ifndef __GNUC__
10247 choke me
10248#endif
10249
10250 ;
10251 return 0;
10252}
10253_ACEOF
10254rm -f conftest.$ac_objext
10255if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10256 (eval $ac_compile) 2>&5
10257 ac_status=$?
10258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10259 (exit $ac_status); } &&
10260 { ac_try='test -s conftest.$ac_objext'
10261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10262 (eval $ac_try) 2>&5
10263 ac_status=$?
10264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10265 (exit $ac_status); }; }; then
10266 ac_compiler_gnu=yes
10267else
10268 echo "$as_me: failed program was:" >&5
10269sed 's/^/| /' conftest.$ac_ext >&5
10270
10271ac_compiler_gnu=no
10272fi
10273rm -f conftest.$ac_objext conftest.$ac_ext
10274ac_cv_c_compiler_gnu=$ac_compiler_gnu
10275
10276fi
10277echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10278echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10279GCC=`test $ac_compiler_gnu = yes && echo yes`
10280ac_test_CFLAGS=${CFLAGS+set}
10281ac_save_CFLAGS=$CFLAGS
10282CFLAGS="-g"
10283echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10284echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10285if test "${ac_cv_prog_cc_g+set}" = set; then
10286 echo $ECHO_N "(cached) $ECHO_C" >&6
10287else
10288 cat >conftest.$ac_ext <<_ACEOF
10289#line $LINENO "configure"
10290/* confdefs.h. */
10291_ACEOF
10292cat confdefs.h >>conftest.$ac_ext
10293cat >>conftest.$ac_ext <<_ACEOF
10294/* end confdefs.h. */
10295
10296int
10297main ()
10298{
10299
10300 ;
10301 return 0;
10302}
10303_ACEOF
10304rm -f conftest.$ac_objext
10305if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10306 (eval $ac_compile) 2>&5
10307 ac_status=$?
10308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10309 (exit $ac_status); } &&
10310 { ac_try='test -s conftest.$ac_objext'
10311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10312 (eval $ac_try) 2>&5
10313 ac_status=$?
10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10315 (exit $ac_status); }; }; then
10f2d63a
VZ
10316 ac_cv_prog_cc_g=yes
10317else
e6cc62c6
VS
10318 echo "$as_me: failed program was:" >&5
10319sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 10320
e6cc62c6 10321ac_cv_prog_cc_g=no
10f2d63a 10322fi
e6cc62c6
VS
10323rm -f conftest.$ac_objext conftest.$ac_ext
10324fi
10325echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10326echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
f09359cf 10327if test "$ac_test_CFLAGS" = set; then
e6cc62c6 10328 CFLAGS=$ac_save_CFLAGS
f09359cf
VS
10329elif test $ac_cv_prog_cc_g = yes; then
10330 if test "$GCC" = yes; then
10f2d63a
VZ
10331 CFLAGS="-g -O2"
10332 else
f09359cf 10333 CFLAGS="-g"
10f2d63a 10334 fi
5c0a20c3 10335else
f09359cf
VS
10336 if test "$GCC" = yes; then
10337 CFLAGS="-O2"
10338 else
10339 CFLAGS=
10340 fi
10f2d63a 10341fi
e6cc62c6
VS
10342echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10343echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10344if test "${ac_cv_prog_cc_stdc+set}" = set; then
10345 echo $ECHO_N "(cached) $ECHO_C" >&6
10346else
10347 ac_cv_prog_cc_stdc=no
10348ac_save_CC=$CC
10349cat >conftest.$ac_ext <<_ACEOF
10350#line $LINENO "configure"
10351/* confdefs.h. */
10352_ACEOF
10353cat confdefs.h >>conftest.$ac_ext
10354cat >>conftest.$ac_ext <<_ACEOF
10355/* end confdefs.h. */
10356#include <stdarg.h>
10357#include <stdio.h>
10358#include <sys/types.h>
10359#include <sys/stat.h>
10360/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10361struct buf { int x; };
10362FILE * (*rcsopen) (struct buf *, struct stat *, int);
10363static char *e (p, i)
10364 char **p;
10365 int i;
10366{
10367 return p[i];
10368}
10369static char *f (char * (*g) (char **, int), char **p, ...)
10370{
10371 char *s;
10372 va_list v;
10373 va_start (v,p);
10374 s = g (p, va_arg (v,int));
10375 va_end (v);
10376 return s;
10377}
10378int test (int i, double x);
10379struct s1 {int (*f) (int a);};
10380struct s2 {int (*f) (double a);};
10381int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10382int argc;
10383char **argv;
10384int
10385main ()
10386{
10387return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10388 ;
10389 return 0;
10390}
10391_ACEOF
10392# Don't try gcc -ansi; that turns off useful extensions and
10393# breaks some systems' header files.
10394# AIX -qlanglvl=ansi
10395# Ultrix and OSF/1 -std1
10396# HP-UX 10.20 and later -Ae
10397# HP-UX older versions -Aa -D_HPUX_SOURCE
10398# SVR4 -Xc -D__EXTENSIONS__
10399for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10400do
10401 CC="$ac_save_CC $ac_arg"
10402 rm -f conftest.$ac_objext
10403if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10404 (eval $ac_compile) 2>&5
10405 ac_status=$?
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } &&
10408 { ac_try='test -s conftest.$ac_objext'
10409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10410 (eval $ac_try) 2>&5
10411 ac_status=$?
10412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10413 (exit $ac_status); }; }; then
10414 ac_cv_prog_cc_stdc=$ac_arg
10415break
10416else
10417 echo "$as_me: failed program was:" >&5
10418sed 's/^/| /' conftest.$ac_ext >&5
10419
10420fi
10421rm -f conftest.$ac_objext
10422done
10423rm -f conftest.$ac_ext conftest.$ac_objext
10424CC=$ac_save_CC
10425
10426fi
10427
10428case "x$ac_cv_prog_cc_stdc" in
10429 x|xno)
10430 echo "$as_me:$LINENO: result: none needed" >&5
10431echo "${ECHO_T}none needed" >&6 ;;
10432 *)
10433 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10434echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10435 CC="$CC $ac_cv_prog_cc_stdc" ;;
10436esac
10437
10438# Some people use a C++ compiler to compile C. Since we use `exit',
10439# in C++ we need to declare it. In case someone uses the same compiler
10440# for both compiling C and C++ we need to have the C++ compiler decide
10441# the declaration of exit, since it's the most demanding environment.
10442cat >conftest.$ac_ext <<_ACEOF
10443#ifndef __cplusplus
10444 choke me
10445#endif
10446_ACEOF
10447rm -f conftest.$ac_objext
10448if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10449 (eval $ac_compile) 2>&5
10450 ac_status=$?
10451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10452 (exit $ac_status); } &&
10453 { ac_try='test -s conftest.$ac_objext'
10454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10455 (eval $ac_try) 2>&5
10456 ac_status=$?
10457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10458 (exit $ac_status); }; }; then
10459 for ac_declaration in \
6f628073
VS
10460 ''\
10461 '#include <stdlib.h>' \
e6cc62c6
VS
10462 'extern "C" void std::exit (int) throw (); using std::exit;' \
10463 'extern "C" void std::exit (int); using std::exit;' \
10464 'extern "C" void exit (int) throw ();' \
10465 'extern "C" void exit (int);' \
10466 'void exit (int);'
10467do
10468 cat >conftest.$ac_ext <<_ACEOF
10469#line $LINENO "configure"
10470/* confdefs.h. */
10471_ACEOF
10472cat confdefs.h >>conftest.$ac_ext
10473cat >>conftest.$ac_ext <<_ACEOF
10474/* end confdefs.h. */
71e83a03 10475#include <stdlib.h>
6f628073 10476$ac_declaration
e6cc62c6
VS
10477int
10478main ()
10479{
10480exit (42);
10481 ;
10482 return 0;
10483}
10484_ACEOF
10485rm -f conftest.$ac_objext
10486if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10487 (eval $ac_compile) 2>&5
10488 ac_status=$?
10489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490 (exit $ac_status); } &&
10491 { ac_try='test -s conftest.$ac_objext'
10492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10493 (eval $ac_try) 2>&5
10494 ac_status=$?
10495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10496 (exit $ac_status); }; }; then
10497 :
10498else
10499 echo "$as_me: failed program was:" >&5
10500sed 's/^/| /' conftest.$ac_ext >&5
10501
10502continue
10503fi
10504rm -f conftest.$ac_objext conftest.$ac_ext
10505 cat >conftest.$ac_ext <<_ACEOF
10506#line $LINENO "configure"
10507/* confdefs.h. */
10508_ACEOF
10509cat confdefs.h >>conftest.$ac_ext
10510cat >>conftest.$ac_ext <<_ACEOF
10511/* end confdefs.h. */
10512$ac_declaration
10513int
10514main ()
10515{
10516exit (42);
10517 ;
10518 return 0;
10519}
10520_ACEOF
10521rm -f conftest.$ac_objext
10522if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10523 (eval $ac_compile) 2>&5
10524 ac_status=$?
10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10526 (exit $ac_status); } &&
10527 { ac_try='test -s conftest.$ac_objext'
10528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10529 (eval $ac_try) 2>&5
10530 ac_status=$?
10531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10532 (exit $ac_status); }; }; then
10533 break
10534else
10535 echo "$as_me: failed program was:" >&5
10536sed 's/^/| /' conftest.$ac_ext >&5
10537
10538fi
10539rm -f conftest.$ac_objext conftest.$ac_ext
10540done
10541rm -f conftest*
10542if test -n "$ac_declaration"; then
10543 echo '#ifdef __cplusplus' >>confdefs.h
10544 echo $ac_declaration >>confdefs.h
10545 echo '#endif' >>confdefs.h
10546fi
10547
10548else
10549 echo "$as_me: failed program was:" >&5
10550sed 's/^/| /' conftest.$ac_ext >&5
10551
10552fi
10553rm -f conftest.$ac_objext conftest.$ac_ext
10554ac_ext=c
10555ac_cpp='$CPP $CPPFLAGS'
10556ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10557ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10558ac_compiler_gnu=$ac_cv_c_compiler_gnu
10f2d63a
VZ
10559
10560
e6cc62c6
VS
10561
10562ac_ext=c
10563ac_cpp='$CPP $CPPFLAGS'
10564ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10565ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10566ac_compiler_gnu=$ac_cv_c_compiler_gnu
10567echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10568echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10f2d63a
VZ
10569# On Suns, sometimes $CPP names a directory.
10570if test -n "$CPP" && test -d "$CPP"; then
10571 CPP=
10572fi
10573if test -z "$CPP"; then
e6cc62c6
VS
10574 if test "${ac_cv_prog_CPP+set}" = set; then
10575 echo $ECHO_N "(cached) $ECHO_C" >&6
10576else
10577 # Double quotes because CPP needs to be expanded
10578 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10579 do
10580 ac_preproc_ok=false
10581for ac_c_preproc_warn_flag in '' yes
10582do
10583 # Use a header file that comes with gcc, so configuring glibc
10584 # with a fresh cross-compiler works.
10585 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10586 # <limits.h> exists even on freestanding compilers.
10f2d63a 10587 # On the NeXT, cc -E runs the code through the compiler's parser,
e6cc62c6
VS
10588 # not just through cpp. "Syntax error" is here to catch this case.
10589 cat >conftest.$ac_ext <<_ACEOF
10590#line $LINENO "configure"
10591/* confdefs.h. */
10592_ACEOF
10593cat confdefs.h >>conftest.$ac_ext
10594cat >>conftest.$ac_ext <<_ACEOF
10595/* end confdefs.h. */
10596#ifdef __STDC__
10597# include <limits.h>
10598#else
10599# include <assert.h>
10600#endif
10601 Syntax error
10602_ACEOF
10603if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10604 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10605 ac_status=$?
10606 grep -v '^ *+' conftest.er1 >conftest.err
10607 rm -f conftest.er1
10608 cat conftest.err >&5
10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610 (exit $ac_status); } >/dev/null; then
10611 if test -s conftest.err; then
10612 ac_cpp_err=$ac_c_preproc_warn_flag
10613 else
10614 ac_cpp_err=
10615 fi
10f2d63a 10616else
e6cc62c6
VS
10617 ac_cpp_err=yes
10618fi
10619if test -z "$ac_cpp_err"; then
a0b9e27f 10620 :
247f5006 10621else
e6cc62c6
VS
10622 echo "$as_me: failed program was:" >&5
10623sed 's/^/| /' conftest.$ac_ext >&5
10624
10625 # Broken: fails on valid input.
10626continue
10627fi
10628rm -f conftest.err conftest.$ac_ext
10629
10630 # OK, works on sane cases. Now check whether non-existent headers
10631 # can be detected and how.
10632 cat >conftest.$ac_ext <<_ACEOF
10633#line $LINENO "configure"
10634/* confdefs.h. */
10635_ACEOF
10636cat confdefs.h >>conftest.$ac_ext
10637cat >>conftest.$ac_ext <<_ACEOF
10638/* end confdefs.h. */
10639#include <ac_nonexistent.h>
10640_ACEOF
10641if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10642 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10643 ac_status=$?
10644 grep -v '^ *+' conftest.er1 >conftest.err
10645 rm -f conftest.er1
10646 cat conftest.err >&5
10647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10648 (exit $ac_status); } >/dev/null; then
10649 if test -s conftest.err; then
10650 ac_cpp_err=$ac_c_preproc_warn_flag
10651 else
10652 ac_cpp_err=
10653 fi
10f2d63a 10654else
e6cc62c6 10655 ac_cpp_err=yes
579d8138 10656fi
e6cc62c6
VS
10657if test -z "$ac_cpp_err"; then
10658 # Broken: success on invalid input.
10659continue
10660else
10661 echo "$as_me: failed program was:" >&5
10662sed 's/^/| /' conftest.$ac_ext >&5
10663
10664 # Passes both tests.
10665ac_preproc_ok=:
10666break
52127426 10667fi
e6cc62c6
VS
10668rm -f conftest.err conftest.$ac_ext
10669
10670done
10671# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10672rm -f conftest.err conftest.$ac_ext
10673if $ac_preproc_ok; then
10674 break
8284b0c5 10675fi
e6cc62c6
VS
10676
10677 done
10678 ac_cv_prog_CPP=$CPP
10679
10680fi
10681 CPP=$ac_cv_prog_CPP
10682else
10683 ac_cv_prog_CPP=$CPP
10684fi
10685echo "$as_me:$LINENO: result: $CPP" >&5
10686echo "${ECHO_T}$CPP" >&6
10687ac_preproc_ok=false
10688for ac_c_preproc_warn_flag in '' yes
10689do
10690 # Use a header file that comes with gcc, so configuring glibc
10691 # with a fresh cross-compiler works.
10692 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10693 # <limits.h> exists even on freestanding compilers.
10694 # On the NeXT, cc -E runs the code through the compiler's parser,
10695 # not just through cpp. "Syntax error" is here to catch this case.
10696 cat >conftest.$ac_ext <<_ACEOF
10697#line $LINENO "configure"
10698/* confdefs.h. */
10699_ACEOF
10700cat confdefs.h >>conftest.$ac_ext
10701cat >>conftest.$ac_ext <<_ACEOF
10702/* end confdefs.h. */
10703#ifdef __STDC__
10704# include <limits.h>
10705#else
10706# include <assert.h>
10707#endif
10708 Syntax error
10709_ACEOF
10710if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10711 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10712 ac_status=$?
10713 grep -v '^ *+' conftest.er1 >conftest.err
10714 rm -f conftest.er1
10715 cat conftest.err >&5
10716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10717 (exit $ac_status); } >/dev/null; then
10718 if test -s conftest.err; then
10719 ac_cpp_err=$ac_c_preproc_warn_flag
10720 else
10721 ac_cpp_err=
10722 fi
10723else
10724 ac_cpp_err=yes
10725fi
10726if test -z "$ac_cpp_err"; then
10727 :
10728else
10729 echo "$as_me: failed program was:" >&5
10730sed 's/^/| /' conftest.$ac_ext >&5
10731
10732 # Broken: fails on valid input.
10733continue
10734fi
10735rm -f conftest.err conftest.$ac_ext
10736
10737 # OK, works on sane cases. Now check whether non-existent headers
10738 # can be detected and how.
10739 cat >conftest.$ac_ext <<_ACEOF
10740#line $LINENO "configure"
10741/* confdefs.h. */
10742_ACEOF
10743cat confdefs.h >>conftest.$ac_ext
10744cat >>conftest.$ac_ext <<_ACEOF
10745/* end confdefs.h. */
10746#include <ac_nonexistent.h>
10747_ACEOF
10748if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10749 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10750 ac_status=$?
10751 grep -v '^ *+' conftest.er1 >conftest.err
10752 rm -f conftest.er1
10753 cat conftest.err >&5
10754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10755 (exit $ac_status); } >/dev/null; then
10756 if test -s conftest.err; then
10757 ac_cpp_err=$ac_c_preproc_warn_flag
10758 else
10759 ac_cpp_err=
10760 fi
10761else
10762 ac_cpp_err=yes
10763fi
10764if test -z "$ac_cpp_err"; then
10765 # Broken: success on invalid input.
10766continue
10767else
10768 echo "$as_me: failed program was:" >&5
10769sed 's/^/| /' conftest.$ac_ext >&5
10770
10771 # Passes both tests.
10772ac_preproc_ok=:
10773break
a0b9e27f 10774fi
e6cc62c6
VS
10775rm -f conftest.err conftest.$ac_ext
10776
10777done
10778# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10779rm -f conftest.err conftest.$ac_ext
10780if $ac_preproc_ok; then
10781 :
10782else
10783 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10784See \`config.log' for more details." >&5
10785echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10786See \`config.log' for more details." >&2;}
10787 { (exit 1); exit 1; }; }
10788fi
10789
10790ac_ext=c
10791ac_cpp='$CPP $CPPFLAGS'
10792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10794ac_compiler_gnu=$ac_cv_c_compiler_gnu
10795
10796
10797echo "$as_me:$LINENO: checking for egrep" >&5
10798echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10799if test "${ac_cv_prog_egrep+set}" = set; then
10800 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 10801else
e6cc62c6
VS
10802 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
10803 then ac_cv_prog_egrep='grep -E'
10804 else ac_cv_prog_egrep='egrep'
10805 fi
10f2d63a 10806fi
e6cc62c6
VS
10807echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10808echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10809 EGREP=$ac_cv_prog_egrep
10810
10f2d63a 10811
e6cc62c6
VS
10812if test $ac_cv_c_compiler_gnu = yes; then
10813 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10814echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10815if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10816 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
10817else
10818 ac_pattern="Autoconf.*'x'"
e6cc62c6
VS
10819 cat >conftest.$ac_ext <<_ACEOF
10820#line $LINENO "configure"
10821/* confdefs.h. */
10822_ACEOF
10823cat confdefs.h >>conftest.$ac_ext
10824cat >>conftest.$ac_ext <<_ACEOF
10825/* end confdefs.h. */
10f2d63a
VZ
10826#include <sgtty.h>
10827Autoconf TIOCGETP
e6cc62c6 10828_ACEOF
10f2d63a 10829if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
e6cc62c6 10830 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10f2d63a
VZ
10831 ac_cv_prog_gcc_traditional=yes
10832else
10f2d63a
VZ
10833 ac_cv_prog_gcc_traditional=no
10834fi
10835rm -f conftest*
10836
8284b0c5 10837
10f2d63a 10838 if test $ac_cv_prog_gcc_traditional = no; then
e6cc62c6
VS
10839 cat >conftest.$ac_ext <<_ACEOF
10840#line $LINENO "configure"
10841/* confdefs.h. */
10842_ACEOF
10843cat confdefs.h >>conftest.$ac_ext
10844cat >>conftest.$ac_ext <<_ACEOF
10845/* end confdefs.h. */
10f2d63a
VZ
10846#include <termio.h>
10847Autoconf TCGETA
e6cc62c6 10848_ACEOF
10f2d63a 10849if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
e6cc62c6 10850 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10f2d63a
VZ
10851 ac_cv_prog_gcc_traditional=yes
10852fi
10853rm -f conftest*
10854
10855 fi
10856fi
e6cc62c6
VS
10857echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10858echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10f2d63a
VZ
10859 if test $ac_cv_prog_gcc_traditional = yes; then
10860 CC="$CC -traditional"
10861 fi
10862fi
10863
8284b0c5
MB
10864
10865
e6cc62c6
VS
10866
10867ac_ext=cc
1e487827 10868ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
10869ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10870ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10871ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8284b0c5 10872
698dcdb6 10873
ec603395 10874CXXFLAGS=${CXXFLAGS:=}
e6cc62c6
VS
10875ac_ext=cc
10876ac_cpp='$CXXCPP $CPPFLAGS'
10877ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10878ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10879ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10880if test -n "$ac_tool_prefix"; then
10881 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10882 do
10883 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10884set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10885echo "$as_me:$LINENO: checking for $ac_word" >&5
10886echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10887if test "${ac_cv_prog_CXX+set}" = set; then
10888 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
10889else
10890 if test -n "$CXX"; then
10891 ac_cv_prog_CXX="$CXX" # Let the user override the test.
10892else
e6cc62c6
VS
10893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10894for as_dir in $PATH
10895do
10896 IFS=$as_save_IFS
10897 test -z "$as_dir" && as_dir=.
10898 for ac_exec_ext in '' $ac_executable_extensions; do
10899 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10900 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10902 break 2
10903 fi
10904done
10905done
10906
10f2d63a
VZ
10907fi
10908fi
e6cc62c6 10909CXX=$ac_cv_prog_CXX
10f2d63a 10910if test -n "$CXX"; then
e6cc62c6
VS
10911 echo "$as_me:$LINENO: result: $CXX" >&5
10912echo "${ECHO_T}$CXX" >&6
10f2d63a 10913else
e6cc62c6
VS
10914 echo "$as_me:$LINENO: result: no" >&5
10915echo "${ECHO_T}no" >&6
10f2d63a
VZ
10916fi
10917
e6cc62c6
VS
10918 test -n "$CXX" && break
10919 done
10920fi
10921if test -z "$CXX"; then
10922 ac_ct_CXX=$CXX
10923 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10924do
10925 # Extract the first word of "$ac_prog", so it can be a program name with args.
10926set dummy $ac_prog; ac_word=$2
10927echo "$as_me:$LINENO: checking for $ac_word" >&5
10928echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10929if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
10930 echo $ECHO_N "(cached) $ECHO_C" >&6
10931else
10932 if test -n "$ac_ct_CXX"; then
10933 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
10934else
10935as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10936for as_dir in $PATH
10937do
10938 IFS=$as_save_IFS
10939 test -z "$as_dir" && as_dir=.
10940 for ac_exec_ext in '' $ac_executable_extensions; do
10941 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10942 ac_cv_prog_ac_ct_CXX="$ac_prog"
10943 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10944 break 2
10945 fi
10946done
10f2d63a 10947done
a0b9e27f 10948
8284b0c5 10949fi
a0b9e27f 10950fi
e6cc62c6
VS
10951ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
10952if test -n "$ac_ct_CXX"; then
10953 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
10954echo "${ECHO_T}$ac_ct_CXX" >&6
10955else
10956 echo "$as_me:$LINENO: result: no" >&5
10957echo "${ECHO_T}no" >&6
a0b9e27f 10958fi
10f2d63a 10959
e6cc62c6
VS
10960 test -n "$ac_ct_CXX" && break
10961done
10962test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
10963
10964 CXX=$ac_ct_CXX
10965fi
10966
10967
10968# Provide some information about the compiler.
10969echo "$as_me:$LINENO:" \
10970 "checking for C++ compiler version" >&5
10971ac_compiler=`set X $ac_compile; echo $2`
10972{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10973 (eval $ac_compiler --version </dev/null >&5) 2>&5
10974 ac_status=$?
10975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); }
10977{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10978 (eval $ac_compiler -v </dev/null >&5) 2>&5
10979 ac_status=$?
10980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10981 (exit $ac_status); }
10982{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10983 (eval $ac_compiler -V </dev/null >&5) 2>&5
10984 ac_status=$?
10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10986 (exit $ac_status); }
10987
10988echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
10989echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
10990if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
10991 echo $ECHO_N "(cached) $ECHO_C" >&6
10992else
10993 cat >conftest.$ac_ext <<_ACEOF
10994#line $LINENO "configure"
10995/* confdefs.h. */
10996_ACEOF
10997cat confdefs.h >>conftest.$ac_ext
10998cat >>conftest.$ac_ext <<_ACEOF
10999/* end confdefs.h. */
11000
11001int
11002main ()
11003{
11004#ifndef __GNUC__
11005 choke me
11006#endif
10f2d63a 11007
e6cc62c6
VS
11008 ;
11009 return 0;
11010}
11011_ACEOF
11012rm -f conftest.$ac_objext
11013if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11014 (eval $ac_compile) 2>&5
11015 ac_status=$?
11016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11017 (exit $ac_status); } &&
11018 { ac_try='test -s conftest.$ac_objext'
11019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11020 (eval $ac_try) 2>&5
11021 ac_status=$?
11022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11023 (exit $ac_status); }; }; then
11024 ac_compiler_gnu=yes
11025else
11026 echo "$as_me: failed program was:" >&5
11027sed 's/^/| /' conftest.$ac_ext >&5
11028
11029ac_compiler_gnu=no
11030fi
11031rm -f conftest.$ac_objext conftest.$ac_ext
11032ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
11033
11034fi
11035echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11036echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11037GXX=`test $ac_compiler_gnu = yes && echo yes`
11038ac_test_CXXFLAGS=${CXXFLAGS+set}
11039ac_save_CXXFLAGS=$CXXFLAGS
11040CXXFLAGS="-g"
11041echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11042echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11043if test "${ac_cv_prog_cxx_g+set}" = set; then
11044 echo $ECHO_N "(cached) $ECHO_C" >&6
11045else
11046 cat >conftest.$ac_ext <<_ACEOF
11047#line $LINENO "configure"
11048/* confdefs.h. */
11049_ACEOF
11050cat confdefs.h >>conftest.$ac_ext
11051cat >>conftest.$ac_ext <<_ACEOF
11052/* end confdefs.h. */
11053
11054int
11055main ()
11056{
f09359cf 11057
e6cc62c6
VS
11058 ;
11059 return 0;
11060}
11061_ACEOF
11062rm -f conftest.$ac_objext
11063if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11064 (eval $ac_compile) 2>&5
11065 ac_status=$?
11066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11067 (exit $ac_status); } &&
11068 { ac_try='test -s conftest.$ac_objext'
11069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11070 (eval $ac_try) 2>&5
11071 ac_status=$?
11072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11073 (exit $ac_status); }; }; then
10f2d63a
VZ
11074 ac_cv_prog_cxx_g=yes
11075else
e6cc62c6
VS
11076 echo "$as_me: failed program was:" >&5
11077sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 11078
e6cc62c6 11079ac_cv_prog_cxx_g=no
10f2d63a 11080fi
e6cc62c6
VS
11081rm -f conftest.$ac_objext conftest.$ac_ext
11082fi
11083echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11084echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
f09359cf 11085if test "$ac_test_CXXFLAGS" = set; then
e6cc62c6 11086 CXXFLAGS=$ac_save_CXXFLAGS
f09359cf
VS
11087elif test $ac_cv_prog_cxx_g = yes; then
11088 if test "$GXX" = yes; then
10f2d63a
VZ
11089 CXXFLAGS="-g -O2"
11090 else
f09359cf 11091 CXXFLAGS="-g"
10f2d63a 11092 fi
5c0a20c3 11093else
f09359cf
VS
11094 if test "$GXX" = yes; then
11095 CXXFLAGS="-O2"
11096 else
11097 CXXFLAGS=
11098 fi
10f2d63a 11099fi
e6cc62c6 11100for ac_declaration in \
6f628073
VS
11101 ''\
11102 '#include <stdlib.h>' \
e6cc62c6
VS
11103 'extern "C" void std::exit (int) throw (); using std::exit;' \
11104 'extern "C" void std::exit (int); using std::exit;' \
11105 'extern "C" void exit (int) throw ();' \
11106 'extern "C" void exit (int);' \
11107 'void exit (int);'
11108do
11109 cat >conftest.$ac_ext <<_ACEOF
11110#line $LINENO "configure"
11111/* confdefs.h. */
11112_ACEOF
11113cat confdefs.h >>conftest.$ac_ext
11114cat >>conftest.$ac_ext <<_ACEOF
11115/* end confdefs.h. */
71e83a03 11116#include <stdlib.h>
6f628073 11117$ac_declaration
e6cc62c6
VS
11118int
11119main ()
11120{
11121exit (42);
11122 ;
11123 return 0;
11124}
11125_ACEOF
11126rm -f conftest.$ac_objext
11127if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11128 (eval $ac_compile) 2>&5
11129 ac_status=$?
11130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11131 (exit $ac_status); } &&
11132 { ac_try='test -s conftest.$ac_objext'
11133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11134 (eval $ac_try) 2>&5
11135 ac_status=$?
11136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11137 (exit $ac_status); }; }; then
11138 :
11139else
11140 echo "$as_me: failed program was:" >&5
11141sed 's/^/| /' conftest.$ac_ext >&5
11142
11143continue
11144fi
11145rm -f conftest.$ac_objext conftest.$ac_ext
11146 cat >conftest.$ac_ext <<_ACEOF
11147#line $LINENO "configure"
11148/* confdefs.h. */
11149_ACEOF
11150cat confdefs.h >>conftest.$ac_ext
11151cat >>conftest.$ac_ext <<_ACEOF
11152/* end confdefs.h. */
11153$ac_declaration
11154int
11155main ()
11156{
11157exit (42);
11158 ;
11159 return 0;
11160}
11161_ACEOF
11162rm -f conftest.$ac_objext
11163if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11164 (eval $ac_compile) 2>&5
11165 ac_status=$?
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); } &&
11168 { ac_try='test -s conftest.$ac_objext'
11169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11170 (eval $ac_try) 2>&5
11171 ac_status=$?
11172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11173 (exit $ac_status); }; }; then
11174 break
11175else
11176 echo "$as_me: failed program was:" >&5
11177sed 's/^/| /' conftest.$ac_ext >&5
11178
11179fi
11180rm -f conftest.$ac_objext conftest.$ac_ext
11181done
11182rm -f conftest*
11183if test -n "$ac_declaration"; then
11184 echo '#ifdef __cplusplus' >>confdefs.h
11185 echo $ac_declaration >>confdefs.h
11186 echo '#endif' >>confdefs.h
11187fi
11188
11189ac_ext=cc
11190ac_cpp='$CXXCPP $CPPFLAGS'
11191ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11192ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11193ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10f2d63a
VZ
11194
11195
10f2d63a 11196ac_ext=c
10f2d63a 11197ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
11198ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11199ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11200ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5
MB
11201
11202
e6cc62c6
VS
11203if test -n "$ac_tool_prefix"; then
11204 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11205set dummy ${ac_tool_prefix}ranlib; ac_word=$2
11206echo "$as_me:$LINENO: checking for $ac_word" >&5
11207echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11208if test "${ac_cv_prog_RANLIB+set}" = set; then
11209 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11210else
11211 if test -n "$RANLIB"; then
11212 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11213else
e6cc62c6
VS
11214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11215for as_dir in $PATH
11216do
11217 IFS=$as_save_IFS
11218 test -z "$as_dir" && as_dir=.
11219 for ac_exec_ext in '' $ac_executable_extensions; do
11220 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11221 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
11222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11223 break 2
11224 fi
11225done
11226done
11227
10f2d63a
VZ
11228fi
11229fi
e6cc62c6 11230RANLIB=$ac_cv_prog_RANLIB
10f2d63a 11231if test -n "$RANLIB"; then
e6cc62c6
VS
11232 echo "$as_me:$LINENO: result: $RANLIB" >&5
11233echo "${ECHO_T}$RANLIB" >&6
11234else
11235 echo "$as_me:$LINENO: result: no" >&5
11236echo "${ECHO_T}no" >&6
11237fi
11238
11239fi
11240if test -z "$ac_cv_prog_RANLIB"; then
11241 ac_ct_RANLIB=$RANLIB
11242 # Extract the first word of "ranlib", so it can be a program name with args.
11243set dummy ranlib; ac_word=$2
11244echo "$as_me:$LINENO: checking for $ac_word" >&5
11245echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11246if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11247 echo $ECHO_N "(cached) $ECHO_C" >&6
328a083c 11248else
e6cc62c6
VS
11249 if test -n "$ac_ct_RANLIB"; then
11250 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
11251else
11252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11253for as_dir in $PATH
11254do
11255 IFS=$as_save_IFS
11256 test -z "$as_dir" && as_dir=.
11257 for ac_exec_ext in '' $ac_executable_extensions; do
11258 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11259 ac_cv_prog_ac_ct_RANLIB="ranlib"
11260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11261 break 2
11262 fi
11263done
11264done
11265
11266 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
11267fi
11268fi
11269ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
11270if test -n "$ac_ct_RANLIB"; then
11271 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11272echo "${ECHO_T}$ac_ct_RANLIB" >&6
11273else
11274 echo "$as_me:$LINENO: result: no" >&5
11275echo "${ECHO_T}no" >&6
11276fi
11277
11278 RANLIB=$ac_ct_RANLIB
11279else
11280 RANLIB="$ac_cv_prog_RANLIB"
328a083c
RR
11281fi
11282
10f2d63a
VZ
11283
11284# Extract the first word of "ar", so it can be a program name with args.
11285set dummy ar; ac_word=$2
e6cc62c6
VS
11286echo "$as_me:$LINENO: checking for $ac_word" >&5
11287echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11288if test "${ac_cv_prog_AR+set}" = set; then
11289 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11290else
11291 if test -n "$AR"; then
11292 ac_cv_prog_AR="$AR" # Let the user override the test.
11293else
e6cc62c6
VS
11294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11295for as_dir in $PATH
11296do
11297 IFS=$as_save_IFS
11298 test -z "$as_dir" && as_dir=.
11299 for ac_exec_ext in '' $ac_executable_extensions; do
11300 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11301 ac_cv_prog_AR="ar"
11302 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11303 break 2
11304 fi
11305done
11306done
11307
10f2d63a
VZ
11308 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
11309fi
11310fi
e6cc62c6 11311AR=$ac_cv_prog_AR
10f2d63a 11312if test -n "$AR"; then
e6cc62c6
VS
11313 echo "$as_me:$LINENO: result: $AR" >&5
11314echo "${ECHO_T}$AR" >&6
10f2d63a 11315else
e6cc62c6
VS
11316 echo "$as_me:$LINENO: result: no" >&5
11317echo "${ECHO_T}no" >&6
10f2d63a
VZ
11318fi
11319
8284b0c5 11320
6054113a 11321# Find a good install program. We prefer a C program (faster),
10f2d63a
VZ
11322# so one script is as good as another. But avoid the broken or
11323# incompatible versions:
11324# SysV /etc/install, /usr/sbin/install
11325# SunOS /usr/etc/install
11326# IRIX /sbin/install
11327# AIX /bin/install
e6cc62c6 11328# AmigaOS /C/install, which installs bootblocks on floppy discs
f09359cf 11329# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
10f2d63a
VZ
11330# AFS /usr/afsws/bin/install, which mishandles nonexistent args
11331# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11332# ./install, which can be erroneously created by make from ./install.sh.
e6cc62c6
VS
11333echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11334echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
10f2d63a 11335if test -z "$INSTALL"; then
e6cc62c6
VS
11336if test "${ac_cv_path_install+set}" = set; then
11337 echo $ECHO_N "(cached) $ECHO_C" >&6
11338else
11339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11340for as_dir in $PATH
11341do
11342 IFS=$as_save_IFS
11343 test -z "$as_dir" && as_dir=.
11344 # Account for people who put trailing slashes in PATH elements.
11345case $as_dir/ in
11346 ./ | .// | /cC/* | \
11347 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
11348 /usr/ucb/* ) ;;
11349 *)
11350 # OSF1 and SCO ODT 3.0 have their own names for install.
11351 # Don't use installbsd from OSF since it installs stuff as root
11352 # by default.
11353 for ac_prog in ginstall scoinst install; do
11354 for ac_exec_ext in '' $ac_executable_extensions; do
11355 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11356 if test $ac_prog = install &&
11357 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11358 # AIX install. It has an incompatible calling convention.
11359 :
11360 elif test $ac_prog = install &&
11361 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11362 # program-specific install script used by HP pwplus--don't use.
11363 :
11364 else
11365 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
11366 break 3
11367 fi
11368 fi
10f2d63a 11369 done
e6cc62c6
VS
11370 done
11371 ;;
11372esac
11373done
11374
10f2d63a
VZ
11375
11376fi
11377 if test "${ac_cv_path_install+set}" = set; then
e6cc62c6 11378 INSTALL=$ac_cv_path_install
10f2d63a
VZ
11379 else
11380 # As a last resort, use the slow shell script. We don't cache a
11381 # path for INSTALL within a source directory, because that will
11382 # break other packages using the cache if that directory is
11383 # removed, or if the path is relative.
e6cc62c6 11384 INSTALL=$ac_install_sh
10f2d63a
VZ
11385 fi
11386fi
e6cc62c6
VS
11387echo "$as_me:$LINENO: result: $INSTALL" >&5
11388echo "${ECHO_T}$INSTALL" >&6
10f2d63a
VZ
11389
11390# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11391# It thinks the first close brace ends the variable substitution.
11392test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
11393
e6cc62c6 11394test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
f09359cf 11395
10f2d63a
VZ
11396test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
11397
8284b0c5 11398
1d1b75ac
VZ
11399case ${INSTALL} in
11400 /* ) # Absolute
11401 ;;
4f5a7f74
VZ
11402 ?:* ) # Drive letter, considered as absolute.
11403 ;;
3bd8fb5f 11404 *)
1d1b75ac
VZ
11405 INSTALL=`pwd`/${INSTALL} ;;
11406esac
11407
4f5a7f74
VZ
11408case ${host} in
11409 *-hp-hpux* )
11410 INSTALL_DIR="mkdir"
11411 ;;
11412
11413 *) INSTALL_DIR="$INSTALL -d"
11414 ;;
11415esac
11416
8284b0c5 11417
6054113a
GD
11418case "${host}" in
11419
b5853384 11420 powerpc-*-darwin* )
eb99ae0b
GD
11421 INSTALL_PROGRAM="cp -fp"
11422 INSTALL_DATA="cp -fp"
6054113a
GD
11423 ;;
11424 *)
11425 ;;
d6853540 11426esac
698dcdb6 11427
10f2d63a
VZ
11428# Extract the first word of "strip", so it can be a program name with args.
11429set dummy strip; ac_word=$2
e6cc62c6
VS
11430echo "$as_me:$LINENO: checking for $ac_word" >&5
11431echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11432if test "${ac_cv_prog_STRIP+set}" = set; then
11433 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11434else
11435 if test -n "$STRIP"; then
11436 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11437else
e6cc62c6
VS
11438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11439for as_dir in $PATH
11440do
11441 IFS=$as_save_IFS
11442 test -z "$as_dir" && as_dir=.
11443 for ac_exec_ext in '' $ac_executable_extensions; do
11444 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11445 ac_cv_prog_STRIP="strip"
11446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11447 break 2
11448 fi
11449done
11450done
11451
10f2d63a
VZ
11452 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
11453fi
11454fi
e6cc62c6 11455STRIP=$ac_cv_prog_STRIP
10f2d63a 11456if test -n "$STRIP"; then
e6cc62c6
VS
11457 echo "$as_me:$LINENO: result: $STRIP" >&5
11458echo "${ECHO_T}$STRIP" >&6
10f2d63a 11459else
e6cc62c6
VS
11460 echo "$as_me:$LINENO: result: no" >&5
11461echo "${ECHO_T}no" >&6
10f2d63a
VZ
11462fi
11463
5c6fa7d2 11464
e6cc62c6
VS
11465echo "$as_me:$LINENO: checking if make is GNU make" >&5
11466echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11467if test "${wx_cv_prog_makeisgnu+set}" = set; then
11468 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 11469else
e6cc62c6 11470
414eab6d 11471 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
d558c907 11472 egrep -s GNU > /dev/null); then
414eab6d
VZ
11473 wx_cv_prog_makeisgnu="yes"
11474 else
11475 wx_cv_prog_makeisgnu="no"
11476 fi
11477
11478fi
e6cc62c6
VS
11479echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11480echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
414eab6d
VZ
11481
11482if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11483 IF_GNU_MAKE=""
11484else
11485 IF_GNU_MAKE="#"
11486fi
11487
8284b0c5
MB
11488
11489
414eab6d 11490if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
e6cc62c6
VS
11491echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11492echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11493if test "${wx_cv_prog_makevpath+set}" = set; then
11494 echo $ECHO_N "(cached) $ECHO_C" >&6
04e7a216 11495else
e6cc62c6 11496
10f2d63a
VZ
11497cat - << EOF > confMake
11498check : file
11499 cp \$? \$@
11500 cp \$? final_file
11501EOF
11502
11503if test ! -d sub ; then
11504 mkdir sub
11505fi
11506echo dummy > sub/file
f6bcfd97 11507${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
10f2d63a
VZ
11508RESULT=$?
11509rm -f sub/file check final_file confMake
11510rmdir sub
11511if test "$RESULT" = 0; then
04e7a216 11512 wx_cv_prog_makevpath="yes"
10f2d63a 11513else
04e7a216
VZ
11514 wx_cv_prog_makevpath="no"
11515fi
11516
11517fi
e6cc62c6
VS
11518echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11519echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
04e7a216
VZ
11520
11521if test "x$wx_cv_prog_makevpath" != "xyes"; then
e6cc62c6 11522{ { echo "$as_me:$LINENO: error:
5c6fa7d2
RR
11523You need a make-utility that is able to use the variable
11524VPATH correctly.
11525If your version of make does not support VPATH correctly,
11526please install GNU-make (possibly as gmake), and start
11527configure with the following command:
11528export MAKE=gmake; ./configure for sh-type shells
11529setenv MAKE gmake; ./configure for csh-type shells
11530Also please do remember to use gmake in this case every time
11531you are trying to compile.
e6cc62c6
VS
11532" >&5
11533echo "$as_me: error:
11534You need a make-utility that is able to use the variable
11535VPATH correctly.
11536If your version of make does not support VPATH correctly,
11537please install GNU-make (possibly as gmake), and start
11538configure with the following command:
11539export MAKE=gmake; ./configure for sh-type shells
11540setenv MAKE gmake; ./configure for csh-type shells
11541Also please do remember to use gmake in this case every time
11542you are trying to compile.
11543" >&2;}
11544 { (exit 1); exit 1; }; }
11545fi fi
10f2d63a
VZ
11546for ac_prog in 'bison -y' byacc
11547do
e6cc62c6 11548 # Extract the first word of "$ac_prog", so it can be a program name with args.
10f2d63a 11549set dummy $ac_prog; ac_word=$2
e6cc62c6
VS
11550echo "$as_me:$LINENO: checking for $ac_word" >&5
11551echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11552if test "${ac_cv_prog_YACC+set}" = set; then
11553 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11554else
11555 if test -n "$YACC"; then
11556 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11557else
e6cc62c6
VS
11558as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11559for as_dir in $PATH
11560do
11561 IFS=$as_save_IFS
11562 test -z "$as_dir" && as_dir=.
11563 for ac_exec_ext in '' $ac_executable_extensions; do
11564 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11565 ac_cv_prog_YACC="$ac_prog"
11566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11567 break 2
11568 fi
11569done
11570done
11571
10f2d63a
VZ
11572fi
11573fi
e6cc62c6 11574YACC=$ac_cv_prog_YACC
10f2d63a 11575if test -n "$YACC"; then
e6cc62c6
VS
11576 echo "$as_me:$LINENO: result: $YACC" >&5
11577echo "${ECHO_T}$YACC" >&6
10f2d63a 11578else
e6cc62c6
VS
11579 echo "$as_me:$LINENO: result: no" >&5
11580echo "${ECHO_T}no" >&6
10f2d63a
VZ
11581fi
11582
e6cc62c6 11583 test -n "$YACC" && break
10f2d63a
VZ
11584done
11585test -n "$YACC" || YACC="yacc"
11586
8284b0c5 11587
e6cc62c6
VS
11588for ac_prog in flex lex
11589do
11590 # Extract the first word of "$ac_prog", so it can be a program name with args.
11591set dummy $ac_prog; ac_word=$2
11592echo "$as_me:$LINENO: checking for $ac_word" >&5
11593echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11594if test "${ac_cv_prog_LEX+set}" = set; then
11595 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11596else
11597 if test -n "$LEX"; then
11598 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11599else
e6cc62c6
VS
11600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11601for as_dir in $PATH
11602do
11603 IFS=$as_save_IFS
11604 test -z "$as_dir" && as_dir=.
11605 for ac_exec_ext in '' $ac_executable_extensions; do
11606 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11607 ac_cv_prog_LEX="$ac_prog"
11608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11609 break 2
11610 fi
11611done
11612done
11613
10f2d63a
VZ
11614fi
11615fi
e6cc62c6 11616LEX=$ac_cv_prog_LEX
10f2d63a 11617if test -n "$LEX"; then
e6cc62c6
VS
11618 echo "$as_me:$LINENO: result: $LEX" >&5
11619echo "${ECHO_T}$LEX" >&6
10f2d63a 11620else
e6cc62c6
VS
11621 echo "$as_me:$LINENO: result: no" >&5
11622echo "${ECHO_T}no" >&6
10f2d63a
VZ
11623fi
11624
e6cc62c6
VS
11625 test -n "$LEX" && break
11626done
11627test -n "$LEX" || LEX=":"
11628
10f2d63a
VZ
11629if test -z "$LEXLIB"
11630then
e6cc62c6
VS
11631 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11632echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11633if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11634 echo $ECHO_N "(cached) $ECHO_C" >&6
11635else
11636 ac_check_lib_save_LIBS=$LIBS
11637LIBS="-lfl $LIBS"
11638cat >conftest.$ac_ext <<_ACEOF
11639#line $LINENO "configure"
11640/* confdefs.h. */
11641_ACEOF
11642cat confdefs.h >>conftest.$ac_ext
11643cat >>conftest.$ac_ext <<_ACEOF
11644/* end confdefs.h. */
11645
11646/* Override any gcc2 internal prototype to avoid an error. */
11647#ifdef __cplusplus
11648extern "C"
11649#endif
11650/* We use char because int might match the return type of a gcc2
11651 builtin and then its argument prototype would still apply. */
11652char yywrap ();
11653int
11654main ()
11655{
11656yywrap ();
11657 ;
11658 return 0;
11659}
11660_ACEOF
11661rm -f conftest.$ac_objext conftest$ac_exeext
11662if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11663 (eval $ac_link) 2>&5
11664 ac_status=$?
11665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11666 (exit $ac_status); } &&
11667 { ac_try='test -s conftest$ac_exeext'
11668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11669 (eval $ac_try) 2>&5
11670 ac_status=$?
11671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11672 (exit $ac_status); }; }; then
11673 ac_cv_lib_fl_yywrap=yes
11674else
11675 echo "$as_me: failed program was:" >&5
11676sed 's/^/| /' conftest.$ac_ext >&5
11677
11678ac_cv_lib_fl_yywrap=no
11679fi
11680rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11681LIBS=$ac_check_lib_save_LIBS
11682fi
11683echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11684echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11685if test $ac_cv_lib_fl_yywrap = yes; then
11686 LEXLIB="-lfl"
11687else
11688 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11689echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11690if test "${ac_cv_lib_l_yywrap+set}" = set; then
11691 echo $ECHO_N "(cached) $ECHO_C" >&6
11692else
11693 ac_check_lib_save_LIBS=$LIBS
11694LIBS="-ll $LIBS"
11695cat >conftest.$ac_ext <<_ACEOF
11696#line $LINENO "configure"
11697/* confdefs.h. */
11698_ACEOF
11699cat confdefs.h >>conftest.$ac_ext
11700cat >>conftest.$ac_ext <<_ACEOF
11701/* end confdefs.h. */
11702
247f5006 11703/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
11704#ifdef __cplusplus
11705extern "C"
11706#endif
247f5006 11707/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
11708 builtin and then its argument prototype would still apply. */
11709char yywrap ();
11710int
11711main ()
11712{
11713yywrap ();
11714 ;
11715 return 0;
11716}
11717_ACEOF
11718rm -f conftest.$ac_objext conftest$ac_exeext
11719if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11720 (eval $ac_link) 2>&5
11721 ac_status=$?
11722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11723 (exit $ac_status); } &&
11724 { ac_try='test -s conftest$ac_exeext'
11725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11726 (eval $ac_try) 2>&5
11727 ac_status=$?
11728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11729 (exit $ac_status); }; }; then
11730 ac_cv_lib_l_yywrap=yes
11731else
11732 echo "$as_me: failed program was:" >&5
11733sed 's/^/| /' conftest.$ac_ext >&5
11734
11735ac_cv_lib_l_yywrap=no
11736fi
11737rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11738LIBS=$ac_check_lib_save_LIBS
11739fi
11740echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11741echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11742if test $ac_cv_lib_l_yywrap = yes; then
11743 LEXLIB="-ll"
11744fi
10f2d63a 11745
10f2d63a 11746fi
8284b0c5 11747
10f2d63a 11748fi
e6cc62c6
VS
11749
11750if test "x$LEX" != "x:"; then
11751 echo "$as_me:$LINENO: checking lex output file root" >&5
11752echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11753if test "${ac_cv_prog_lex_root+set}" = set; then
11754 echo $ECHO_N "(cached) $ECHO_C" >&6
11755else
11756 # The minimal lex program is just a single line: %%. But some broken lexes
11757# (Solaris, I think it was) want two %% lines, so accommodate them.
11758cat >conftest.l <<_ACEOF
11759%%
11760%%
11761_ACEOF
11762{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11763 (eval $LEX conftest.l) 2>&5
11764 ac_status=$?
11765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 (exit $ac_status); }
11767if test -f lex.yy.c; then
11768 ac_cv_prog_lex_root=lex.yy
11769elif test -f lexyy.c; then
11770 ac_cv_prog_lex_root=lexyy
8284b0c5 11771else
e6cc62c6
VS
11772 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11773echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11774 { (exit 1); exit 1; }; }
10f2d63a 11775fi
a0b9e27f 11776fi
e6cc62c6
VS
11777echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11778echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11779rm -f conftest.l
11780LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
10f2d63a 11781
e6cc62c6
VS
11782echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11783echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11784if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11785 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 11786else
e6cc62c6
VS
11787 # POSIX says lex can declare yytext either as a pointer or an array; the
11788# default is implementation-dependent. Figure out which it is, since
11789# not all implementations provide the %pointer and %array declarations.
11790ac_cv_prog_lex_yytext_pointer=no
11791echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11792ac_save_LIBS=$LIBS
11793LIBS="$LIBS $LEXLIB"
11794cat >conftest.$ac_ext <<_ACEOF
11795`cat $LEX_OUTPUT_ROOT.c`
11796_ACEOF
11797rm -f conftest.$ac_objext conftest$ac_exeext
11798if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11799 (eval $ac_link) 2>&5
11800 ac_status=$?
11801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11802 (exit $ac_status); } &&
11803 { ac_try='test -s conftest$ac_exeext'
11804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11805 (eval $ac_try) 2>&5
11806 ac_status=$?
11807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808 (exit $ac_status); }; }; then
11809 ac_cv_prog_lex_yytext_pointer=yes
10f2d63a 11810else
e6cc62c6
VS
11811 echo "$as_me: failed program was:" >&5
11812sed 's/^/| /' conftest.$ac_ext >&5
11813
10f2d63a 11814fi
e6cc62c6
VS
11815rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11816LIBS=$ac_save_LIBS
11817rm -f "${LEX_OUTPUT_ROOT}.c"
11818
11819fi
11820echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11821echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11822if test $ac_cv_prog_lex_yytext_pointer = yes; then
11823
11824cat >>confdefs.h <<\_ACEOF
11825#define YYTEXT_POINTER 1
11826_ACEOF
11827
a0b9e27f 11828fi
e6cc62c6
VS
11829
11830fi
11831
11832echo "$as_me:$LINENO: checking whether ln -s works" >&5
11833echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11834LN_S=$as_ln_s
11835if test "$LN_S" = "ln -s"; then
11836 echo "$as_me:$LINENO: result: yes" >&5
11837echo "${ECHO_T}yes" >&6
10f2d63a 11838else
e6cc62c6
VS
11839 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11840echo "${ECHO_T}no, using $LN_S" >&6
5c6fa7d2 11841fi
5c6fa7d2 11842
247f5006 11843
2b5f62a0
VZ
11844case "${host}" in
11845 *-pc-os2_emx | *-pc-os2-emx )
11846 LIBS="$LIBS -lstdcpp"
11847 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
e6cc62c6
VS
11848 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11849echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11850if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11851 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 11852else
e6cc62c6 11853 ac_check_lib_save_LIBS=$LIBS
2b5f62a0 11854LIBS="-lcExt $LIBS"
e6cc62c6
VS
11855cat >conftest.$ac_ext <<_ACEOF
11856#line $LINENO "configure"
11857/* confdefs.h. */
11858_ACEOF
11859cat confdefs.h >>conftest.$ac_ext
11860cat >>conftest.$ac_ext <<_ACEOF
11861/* end confdefs.h. */
11862
2b5f62a0 11863/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
11864#ifdef __cplusplus
11865extern "C"
11866#endif
2b5f62a0 11867/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
11868 builtin and then its argument prototype would still apply. */
11869char drand48 ();
11870int
11871main ()
11872{
11873drand48 ();
11874 ;
11875 return 0;
11876}
11877_ACEOF
11878rm -f conftest.$ac_objext conftest$ac_exeext
11879if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11880 (eval $ac_link) 2>&5
11881 ac_status=$?
11882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883 (exit $ac_status); } &&
11884 { ac_try='test -s conftest$ac_exeext'
11885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11886 (eval $ac_try) 2>&5
11887 ac_status=$?
11888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11889 (exit $ac_status); }; }; then
11890 ac_cv_lib_cExt_drand48=yes
11891else
11892 echo "$as_me: failed program was:" >&5
11893sed 's/^/| /' conftest.$ac_ext >&5
11894
11895ac_cv_lib_cExt_drand48=no
11896fi
11897rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11898LIBS=$ac_check_lib_save_LIBS
11899fi
11900echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11901echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11902if test $ac_cv_lib_cExt_drand48 = yes; then
2b5f62a0 11903 LIBS="$LIBS -lcExt"
2b5f62a0
VZ
11904fi
11905
11906 else
11907 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
11908 fi
11909 ;;
11910esac
11911
a0b9e27f 11912
01aa5863
VS
11913if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11914 echo "$as_me:$LINENO: checking for strings.h" >&5
11915echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11916if test "${ac_cv_header_strings_h+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11918else
11919 ac_cv_header_strings_h=no
11920fi
11921echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11922echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11923 if test "$ac_cv_header_strings_h" = "no"; then
11924 echo "$as_me:$LINENO: result: forced no into cache" >&5
11925echo "${ECHO_T}forced no into cache" >&6
11926 else
11927 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11928echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11929 fi
11930fi
11931echo "$as_me:$LINENO: checking for ANSI C header files" >&5
e6cc62c6
VS
11932echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11933if test "${ac_cv_header_stdc+set}" = set; then
11934 echo $ECHO_N "(cached) $ECHO_C" >&6
11935else
11936 cat >conftest.$ac_ext <<_ACEOF
11937#line $LINENO "configure"
11938/* confdefs.h. */
11939_ACEOF
11940cat confdefs.h >>conftest.$ac_ext
11941cat >>conftest.$ac_ext <<_ACEOF
11942/* end confdefs.h. */
11943#include <stdlib.h>
11944#include <stdarg.h>
11945#include <string.h>
11946#include <float.h>
247f5006 11947
e6cc62c6
VS
11948int
11949main ()
11950{
90dd450c 11951
e6cc62c6
VS
11952 ;
11953 return 0;
11954}
11955_ACEOF
11956rm -f conftest.$ac_objext
11957if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11958 (eval $ac_compile) 2>&5
11959 ac_status=$?
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try='test -s conftest.$ac_objext'
11963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11964 (eval $ac_try) 2>&5
11965 ac_status=$?
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); }; }; then
11968 ac_cv_header_stdc=yes
8284b0c5 11969else
e6cc62c6
VS
11970 echo "$as_me: failed program was:" >&5
11971sed 's/^/| /' conftest.$ac_ext >&5
11972
11973ac_cv_header_stdc=no
21d1c967 11974fi
e6cc62c6 11975rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 11976
e6cc62c6
VS
11977if test $ac_cv_header_stdc = yes; then
11978 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11979 cat >conftest.$ac_ext <<_ACEOF
11980#line $LINENO "configure"
11981/* confdefs.h. */
11982_ACEOF
11983cat confdefs.h >>conftest.$ac_ext
11984cat >>conftest.$ac_ext <<_ACEOF
11985/* end confdefs.h. */
11986#include <string.h>
11987
11988_ACEOF
11989if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11990 $EGREP "memchr" >/dev/null 2>&1; then
11991 :
11992else
11993 ac_cv_header_stdc=no
3a922bb4 11994fi
a0b9e27f 11995rm -f conftest*
e6cc62c6 11996
90dd450c 11997fi
e6cc62c6
VS
11998
11999if test $ac_cv_header_stdc = yes; then
12000 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12001 cat >conftest.$ac_ext <<_ACEOF
12002#line $LINENO "configure"
12003/* confdefs.h. */
12004_ACEOF
12005cat confdefs.h >>conftest.$ac_ext
12006cat >>conftest.$ac_ext <<_ACEOF
12007/* end confdefs.h. */
12008#include <stdlib.h>
12009
12010_ACEOF
12011if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12012 $EGREP "free" >/dev/null 2>&1; then
12013 :
a0b9e27f 12014else
e6cc62c6 12015 ac_cv_header_stdc=no
21d1c967 12016fi
e6cc62c6 12017rm -f conftest*
247f5006
VZ
12018
12019fi
e6cc62c6
VS
12020
12021if test $ac_cv_header_stdc = yes; then
12022 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12023 if test "$cross_compiling" = yes; then
12024 :
12025else
12026 cat >conftest.$ac_ext <<_ACEOF
12027#line $LINENO "configure"
12028/* confdefs.h. */
12029_ACEOF
12030cat confdefs.h >>conftest.$ac_ext
12031cat >>conftest.$ac_ext <<_ACEOF
12032/* end confdefs.h. */
12033#include <ctype.h>
12034#if ((' ' & 0x0FF) == 0x020)
12035# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12036# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12037#else
12038# define ISLOWER(c) \
12039 (('a' <= (c) && (c) <= 'i') \
12040 || ('j' <= (c) && (c) <= 'r') \
12041 || ('s' <= (c) && (c) <= 'z'))
12042# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12043#endif
12044
12045#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12046int
12047main ()
12048{
12049 int i;
12050 for (i = 0; i < 256; i++)
12051 if (XOR (islower (i), ISLOWER (i))
12052 || toupper (i) != TOUPPER (i))
12053 exit(2);
12054 exit (0);
12055}
12056_ACEOF
12057rm -f conftest$ac_exeext
12058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12059 (eval $ac_link) 2>&5
12060 ac_status=$?
12061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12062 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12064 (eval $ac_try) 2>&5
12065 ac_status=$?
12066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12067 (exit $ac_status); }; }; then
12068 :
a0b9e27f 12069else
e6cc62c6
VS
12070 echo "$as_me: program exited with status $ac_status" >&5
12071echo "$as_me: failed program was:" >&5
12072sed 's/^/| /' conftest.$ac_ext >&5
12073
12074( exit $ac_status )
12075ac_cv_header_stdc=no
12076fi
12077rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12078fi
12079fi
12080fi
12081echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12082echo "${ECHO_T}$ac_cv_header_stdc" >&6
12083if test $ac_cv_header_stdc = yes; then
12084
12085cat >>confdefs.h <<\_ACEOF
12086#define STDC_HEADERS 1
12087_ACEOF
12088
a0b9e27f 12089fi
e6cc62c6
VS
12090
12091# On IRIX 5.3, sys/types and inttypes.h are conflicting.
12092
12093
12094
12095
12096
12097
12098
12099
12100
12101for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
12102 inttypes.h stdint.h unistd.h
12103do
12104as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12105echo "$as_me:$LINENO: checking for $ac_header" >&5
12106echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12107if eval "test \"\${$as_ac_Header+set}\" = set"; then
12108 echo $ECHO_N "(cached) $ECHO_C" >&6
12109else
12110 cat >conftest.$ac_ext <<_ACEOF
12111#line $LINENO "configure"
12112/* confdefs.h. */
12113_ACEOF
12114cat confdefs.h >>conftest.$ac_ext
12115cat >>conftest.$ac_ext <<_ACEOF
12116/* end confdefs.h. */
12117$ac_includes_default
12118
12119#include <$ac_header>
12120_ACEOF
12121rm -f conftest.$ac_objext
12122if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12123 (eval $ac_compile) 2>&5
12124 ac_status=$?
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } &&
12127 { ac_try='test -s conftest.$ac_objext'
12128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12129 (eval $ac_try) 2>&5
12130 ac_status=$?
12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); }; }; then
12133 eval "$as_ac_Header=yes"
12134else
12135 echo "$as_me: failed program was:" >&5
12136sed 's/^/| /' conftest.$ac_ext >&5
12137
12138eval "$as_ac_Header=no"
12139fi
12140rm -f conftest.$ac_objext conftest.$ac_ext
12141fi
12142echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12143echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12144if test `eval echo '${'$as_ac_Header'}'` = yes; then
12145 cat >>confdefs.h <<_ACEOF
12146#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12147_ACEOF
12148
12149fi
12150
a0b9e27f 12151done
90dd450c 12152
e6cc62c6
VS
12153
12154
12155for ac_header in strings.h
21d1c967 12156do
e6cc62c6
VS
12157as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12158if eval "test \"\${$as_ac_Header+set}\" = set"; then
12159 echo "$as_me:$LINENO: checking for $ac_header" >&5
12160echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12161if eval "test \"\${$as_ac_Header+set}\" = set"; then
12162 echo $ECHO_N "(cached) $ECHO_C" >&6
12163fi
12164echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12165echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12166else
12167 # Is the header compilable?
12168echo "$as_me:$LINENO: checking $ac_header usability" >&5
12169echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12170cat >conftest.$ac_ext <<_ACEOF
12171#line $LINENO "configure"
12172/* confdefs.h. */
12173_ACEOF
12174cat confdefs.h >>conftest.$ac_ext
12175cat >>conftest.$ac_ext <<_ACEOF
12176/* end confdefs.h. */
12177$ac_includes_default
12178#include <$ac_header>
12179_ACEOF
12180rm -f conftest.$ac_objext
12181if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12182 (eval $ac_compile) 2>&5
12183 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); } &&
12186 { ac_try='test -s conftest.$ac_objext'
12187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12188 (eval $ac_try) 2>&5
12189 ac_status=$?
12190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12191 (exit $ac_status); }; }; then
12192 ac_header_compiler=yes
12193else
12194 echo "$as_me: failed program was:" >&5
12195sed 's/^/| /' conftest.$ac_ext >&5
12196
12197ac_header_compiler=no
12198fi
12199rm -f conftest.$ac_objext conftest.$ac_ext
12200echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12201echo "${ECHO_T}$ac_header_compiler" >&6
12202
12203# Is the header present?
12204echo "$as_me:$LINENO: checking $ac_header presence" >&5
12205echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12206cat >conftest.$ac_ext <<_ACEOF
12207#line $LINENO "configure"
12208/* confdefs.h. */
12209_ACEOF
12210cat confdefs.h >>conftest.$ac_ext
12211cat >>conftest.$ac_ext <<_ACEOF
12212/* end confdefs.h. */
12213#include <$ac_header>
12214_ACEOF
12215if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12216 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12217 ac_status=$?
12218 grep -v '^ *+' conftest.er1 >conftest.err
12219 rm -f conftest.er1
12220 cat conftest.err >&5
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); } >/dev/null; then
12223 if test -s conftest.err; then
12224 ac_cpp_err=$ac_c_preproc_warn_flag
12225 else
12226 ac_cpp_err=
12227 fi
12228else
12229 ac_cpp_err=yes
12230fi
12231if test -z "$ac_cpp_err"; then
12232 ac_header_preproc=yes
12233else
12234 echo "$as_me: failed program was:" >&5
12235sed 's/^/| /' conftest.$ac_ext >&5
12236
12237 ac_header_preproc=no
12238fi
12239rm -f conftest.err conftest.$ac_ext
12240echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12241echo "${ECHO_T}$ac_header_preproc" >&6
12242
12243# So? What about this header?
12244case $ac_header_compiler:$ac_header_preproc in
12245 yes:no )
12246 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12247echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12248 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12249echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12250 (
12251 cat <<\_ASBOX
12252## ------------------------------------ ##
12253## Report this to bug-autoconf@gnu.org. ##
12254## ------------------------------------ ##
12255_ASBOX
12256 ) |
12257 sed "s/^/$as_me: WARNING: /" >&2
12258 ;;
12259 no:yes )
12260 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12261echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12262 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12263echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12264 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12265echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12266 (
12267 cat <<\_ASBOX
12268## ------------------------------------ ##
12269## Report this to bug-autoconf@gnu.org. ##
12270## ------------------------------------ ##
12271_ASBOX
12272 ) |
12273 sed "s/^/$as_me: WARNING: /" >&2
12274 ;;
12275esac
12276echo "$as_me:$LINENO: checking for $ac_header" >&5
12277echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12278if eval "test \"\${$as_ac_Header+set}\" = set"; then
12279 echo $ECHO_N "(cached) $ECHO_C" >&6
12280else
12281 eval "$as_ac_Header=$ac_header_preproc"
a0b9e27f 12282fi
e6cc62c6
VS
12283echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12284echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12285
a0b9e27f 12286fi
e6cc62c6
VS
12287if test `eval echo '${'$as_ac_Header'}'` = yes; then
12288 cat >>confdefs.h <<_ACEOF
12289#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12290_ACEOF
12291
12292fi
12293
12294done
12295
e6cc62c6
VS
12296
12297
12298for ac_header in stdlib.h
12299do
12300as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12301if eval "test \"\${$as_ac_Header+set}\" = set"; then
12302 echo "$as_me:$LINENO: checking for $ac_header" >&5
12303echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12304if eval "test \"\${$as_ac_Header+set}\" = set"; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12306fi
12307echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12308echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12309else
12310 # Is the header compilable?
12311echo "$as_me:$LINENO: checking $ac_header usability" >&5
12312echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12313cat >conftest.$ac_ext <<_ACEOF
12314#line $LINENO "configure"
12315/* confdefs.h. */
12316_ACEOF
12317cat confdefs.h >>conftest.$ac_ext
12318cat >>conftest.$ac_ext <<_ACEOF
12319/* end confdefs.h. */
12320$ac_includes_default
12321#include <$ac_header>
12322_ACEOF
12323rm -f conftest.$ac_objext
12324if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12325 (eval $ac_compile) 2>&5
12326 ac_status=$?
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); } &&
12329 { ac_try='test -s conftest.$ac_objext'
12330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12331 (eval $ac_try) 2>&5
12332 ac_status=$?
12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12334 (exit $ac_status); }; }; then
12335 ac_header_compiler=yes
12336else
12337 echo "$as_me: failed program was:" >&5
12338sed 's/^/| /' conftest.$ac_ext >&5
12339
12340ac_header_compiler=no
12341fi
12342rm -f conftest.$ac_objext conftest.$ac_ext
12343echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12344echo "${ECHO_T}$ac_header_compiler" >&6
12345
12346# Is the header present?
12347echo "$as_me:$LINENO: checking $ac_header presence" >&5
12348echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12349cat >conftest.$ac_ext <<_ACEOF
12350#line $LINENO "configure"
12351/* confdefs.h. */
12352_ACEOF
12353cat confdefs.h >>conftest.$ac_ext
12354cat >>conftest.$ac_ext <<_ACEOF
12355/* end confdefs.h. */
12356#include <$ac_header>
12357_ACEOF
12358if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12359 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12360 ac_status=$?
12361 grep -v '^ *+' conftest.er1 >conftest.err
12362 rm -f conftest.er1
12363 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } >/dev/null; then
12366 if test -s conftest.err; then
12367 ac_cpp_err=$ac_c_preproc_warn_flag
12368 else
12369 ac_cpp_err=
12370 fi
12371else
12372 ac_cpp_err=yes
12373fi
12374if test -z "$ac_cpp_err"; then
12375 ac_header_preproc=yes
12376else
12377 echo "$as_me: failed program was:" >&5
12378sed 's/^/| /' conftest.$ac_ext >&5
12379
12380 ac_header_preproc=no
12381fi
12382rm -f conftest.err conftest.$ac_ext
12383echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12384echo "${ECHO_T}$ac_header_preproc" >&6
12385
12386# So? What about this header?
12387case $ac_header_compiler:$ac_header_preproc in
12388 yes:no )
12389 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12390echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12391 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12392echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12393 (
12394 cat <<\_ASBOX
12395## ------------------------------------ ##
12396## Report this to bug-autoconf@gnu.org. ##
12397## ------------------------------------ ##
12398_ASBOX
12399 ) |
12400 sed "s/^/$as_me: WARNING: /" >&2
12401 ;;
12402 no:yes )
12403 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12404echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12405 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12406echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12407 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12408echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12409 (
12410 cat <<\_ASBOX
12411## ------------------------------------ ##
12412## Report this to bug-autoconf@gnu.org. ##
12413## ------------------------------------ ##
12414_ASBOX
12415 ) |
12416 sed "s/^/$as_me: WARNING: /" >&2
12417 ;;
12418esac
12419echo "$as_me:$LINENO: checking for $ac_header" >&5
12420echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12421if eval "test \"\${$as_ac_Header+set}\" = set"; then
12422 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 12423else
e6cc62c6
VS
12424 eval "$as_ac_Header=$ac_header_preproc"
12425fi
12426echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12427echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12428
21d1c967 12429fi
e6cc62c6
VS
12430if test `eval echo '${'$as_ac_Header'}'` = yes; then
12431 cat >>confdefs.h <<_ACEOF
12432#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12433_ACEOF
12434
12435fi
12436
21d1c967 12437done
4f14bcd8 12438
5c6fa7d2 12439
e6cc62c6 12440for ac_header in malloc.h
21d1c967 12441do
e6cc62c6
VS
12442as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12443if eval "test \"\${$as_ac_Header+set}\" = set"; then
12444 echo "$as_me:$LINENO: checking for $ac_header" >&5
12445echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12446if eval "test \"\${$as_ac_Header+set}\" = set"; then
12447 echo $ECHO_N "(cached) $ECHO_C" >&6
12448fi
12449echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12450echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12451else
12452 # Is the header compilable?
12453echo "$as_me:$LINENO: checking $ac_header usability" >&5
12454echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12455cat >conftest.$ac_ext <<_ACEOF
12456#line $LINENO "configure"
12457/* confdefs.h. */
12458_ACEOF
12459cat confdefs.h >>conftest.$ac_ext
12460cat >>conftest.$ac_ext <<_ACEOF
12461/* end confdefs.h. */
12462$ac_includes_default
12463#include <$ac_header>
12464_ACEOF
12465rm -f conftest.$ac_objext
12466if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12467 (eval $ac_compile) 2>&5
12468 ac_status=$?
12469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470 (exit $ac_status); } &&
12471 { ac_try='test -s conftest.$ac_objext'
12472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12473 (eval $ac_try) 2>&5
12474 ac_status=$?
12475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12476 (exit $ac_status); }; }; then
12477 ac_header_compiler=yes
12478else
12479 echo "$as_me: failed program was:" >&5
12480sed 's/^/| /' conftest.$ac_ext >&5
12481
12482ac_header_compiler=no
12483fi
12484rm -f conftest.$ac_objext conftest.$ac_ext
12485echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12486echo "${ECHO_T}$ac_header_compiler" >&6
12487
12488# Is the header present?
12489echo "$as_me:$LINENO: checking $ac_header presence" >&5
12490echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12491cat >conftest.$ac_ext <<_ACEOF
12492#line $LINENO "configure"
12493/* confdefs.h. */
12494_ACEOF
12495cat confdefs.h >>conftest.$ac_ext
12496cat >>conftest.$ac_ext <<_ACEOF
12497/* end confdefs.h. */
12498#include <$ac_header>
12499_ACEOF
12500if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12501 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12502 ac_status=$?
12503 grep -v '^ *+' conftest.er1 >conftest.err
12504 rm -f conftest.er1
12505 cat conftest.err >&5
12506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507 (exit $ac_status); } >/dev/null; then
12508 if test -s conftest.err; then
12509 ac_cpp_err=$ac_c_preproc_warn_flag
12510 else
12511 ac_cpp_err=
12512 fi
12513else
12514 ac_cpp_err=yes
12515fi
12516if test -z "$ac_cpp_err"; then
12517 ac_header_preproc=yes
12518else
12519 echo "$as_me: failed program was:" >&5
12520sed 's/^/| /' conftest.$ac_ext >&5
12521
12522 ac_header_preproc=no
12523fi
12524rm -f conftest.err conftest.$ac_ext
12525echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12526echo "${ECHO_T}$ac_header_preproc" >&6
12527
12528# So? What about this header?
12529case $ac_header_compiler:$ac_header_preproc in
12530 yes:no )
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12532echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12534echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12535 (
12536 cat <<\_ASBOX
12537## ------------------------------------ ##
12538## Report this to bug-autoconf@gnu.org. ##
12539## ------------------------------------ ##
12540_ASBOX
12541 ) |
12542 sed "s/^/$as_me: WARNING: /" >&2
12543 ;;
12544 no:yes )
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12546echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12548echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12550echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12551 (
12552 cat <<\_ASBOX
12553## ------------------------------------ ##
12554## Report this to bug-autoconf@gnu.org. ##
12555## ------------------------------------ ##
12556_ASBOX
12557 ) |
12558 sed "s/^/$as_me: WARNING: /" >&2
12559 ;;
12560esac
12561echo "$as_me:$LINENO: checking for $ac_header" >&5
12562echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12563if eval "test \"\${$as_ac_Header+set}\" = set"; then
12564 echo $ECHO_N "(cached) $ECHO_C" >&6
12565else
12566 eval "$as_ac_Header=$ac_header_preproc"
d4158b5d 12567fi
e6cc62c6
VS
12568echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12569echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12570
21d1c967 12571fi
e6cc62c6
VS
12572if test `eval echo '${'$as_ac_Header'}'` = yes; then
12573 cat >>confdefs.h <<_ACEOF
12574#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12575_ACEOF
12576
12577fi
12578
12579done
12580
12581
12582for ac_header in unistd.h
12583do
12584as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12585if eval "test \"\${$as_ac_Header+set}\" = set"; then
12586 echo "$as_me:$LINENO: checking for $ac_header" >&5
12587echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12588if eval "test \"\${$as_ac_Header+set}\" = set"; then
12589 echo $ECHO_N "(cached) $ECHO_C" >&6
12590fi
12591echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12592echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12593else
12594 # Is the header compilable?
12595echo "$as_me:$LINENO: checking $ac_header usability" >&5
12596echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12597cat >conftest.$ac_ext <<_ACEOF
12598#line $LINENO "configure"
12599/* confdefs.h. */
12600_ACEOF
12601cat confdefs.h >>conftest.$ac_ext
12602cat >>conftest.$ac_ext <<_ACEOF
12603/* end confdefs.h. */
12604$ac_includes_default
12605#include <$ac_header>
12606_ACEOF
12607rm -f conftest.$ac_objext
12608if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12609 (eval $ac_compile) 2>&5
12610 ac_status=$?
12611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612 (exit $ac_status); } &&
12613 { ac_try='test -s conftest.$ac_objext'
12614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12615 (eval $ac_try) 2>&5
12616 ac_status=$?
12617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12618 (exit $ac_status); }; }; then
12619 ac_header_compiler=yes
12620else
12621 echo "$as_me: failed program was:" >&5
12622sed 's/^/| /' conftest.$ac_ext >&5
12623
12624ac_header_compiler=no
12625fi
12626rm -f conftest.$ac_objext conftest.$ac_ext
12627echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12628echo "${ECHO_T}$ac_header_compiler" >&6
12629
12630# Is the header present?
12631echo "$as_me:$LINENO: checking $ac_header presence" >&5
12632echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12633cat >conftest.$ac_ext <<_ACEOF
12634#line $LINENO "configure"
12635/* confdefs.h. */
12636_ACEOF
12637cat confdefs.h >>conftest.$ac_ext
12638cat >>conftest.$ac_ext <<_ACEOF
12639/* end confdefs.h. */
12640#include <$ac_header>
12641_ACEOF
12642if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12643 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12644 ac_status=$?
12645 grep -v '^ *+' conftest.er1 >conftest.err
12646 rm -f conftest.er1
12647 cat conftest.err >&5
12648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12649 (exit $ac_status); } >/dev/null; then
12650 if test -s conftest.err; then
12651 ac_cpp_err=$ac_c_preproc_warn_flag
12652 else
12653 ac_cpp_err=
12654 fi
a0b9e27f 12655else
e6cc62c6
VS
12656 ac_cpp_err=yes
12657fi
12658if test -z "$ac_cpp_err"; then
12659 ac_header_preproc=yes
12660else
12661 echo "$as_me: failed program was:" >&5
12662sed 's/^/| /' conftest.$ac_ext >&5
12663
12664 ac_header_preproc=no
12665fi
12666rm -f conftest.err conftest.$ac_ext
12667echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12668echo "${ECHO_T}$ac_header_preproc" >&6
12669
12670# So? What about this header?
12671case $ac_header_compiler:$ac_header_preproc in
12672 yes:no )
12673 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12674echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12675 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12676echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12677 (
12678 cat <<\_ASBOX
12679## ------------------------------------ ##
12680## Report this to bug-autoconf@gnu.org. ##
12681## ------------------------------------ ##
12682_ASBOX
12683 ) |
12684 sed "s/^/$as_me: WARNING: /" >&2
12685 ;;
12686 no:yes )
12687 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12688echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12689 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12690echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12691 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12692echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12693 (
12694 cat <<\_ASBOX
12695## ------------------------------------ ##
12696## Report this to bug-autoconf@gnu.org. ##
12697## ------------------------------------ ##
12698_ASBOX
12699 ) |
12700 sed "s/^/$as_me: WARNING: /" >&2
12701 ;;
12702esac
12703echo "$as_me:$LINENO: checking for $ac_header" >&5
12704echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12705if eval "test \"\${$as_ac_Header+set}\" = set"; then
12706 echo $ECHO_N "(cached) $ECHO_C" >&6
12707else
12708 eval "$as_ac_Header=$ac_header_preproc"
12709fi
12710echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12711echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12712
12713fi
12714if test `eval echo '${'$as_ac_Header'}'` = yes; then
12715 cat >>confdefs.h <<_ACEOF
12716#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12717_ACEOF
12718
d4158b5d 12719fi
e6cc62c6 12720
21d1c967 12721done
f6bcfd97 12722
e6cc62c6
VS
12723
12724for ac_header in wchar.h
12725do
12726as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12727if eval "test \"\${$as_ac_Header+set}\" = set"; then
12728 echo "$as_me:$LINENO: checking for $ac_header" >&5
12729echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12730if eval "test \"\${$as_ac_Header+set}\" = set"; then
12731 echo $ECHO_N "(cached) $ECHO_C" >&6
12732fi
12733echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12734echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12735else
12736 # Is the header compilable?
12737echo "$as_me:$LINENO: checking $ac_header usability" >&5
12738echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12739cat >conftest.$ac_ext <<_ACEOF
12740#line $LINENO "configure"
12741/* confdefs.h. */
12742_ACEOF
12743cat confdefs.h >>conftest.$ac_ext
12744cat >>conftest.$ac_ext <<_ACEOF
12745/* end confdefs.h. */
12746$ac_includes_default
12747#include <$ac_header>
12748_ACEOF
12749rm -f conftest.$ac_objext
12750if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12751 (eval $ac_compile) 2>&5
12752 ac_status=$?
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); } &&
12755 { ac_try='test -s conftest.$ac_objext'
12756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12757 (eval $ac_try) 2>&5
12758 ac_status=$?
12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12760 (exit $ac_status); }; }; then
12761 ac_header_compiler=yes
12762else
12763 echo "$as_me: failed program was:" >&5
12764sed 's/^/| /' conftest.$ac_ext >&5
12765
12766ac_header_compiler=no
12767fi
12768rm -f conftest.$ac_objext conftest.$ac_ext
12769echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12770echo "${ECHO_T}$ac_header_compiler" >&6
12771
12772# Is the header present?
12773echo "$as_me:$LINENO: checking $ac_header presence" >&5
12774echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12775cat >conftest.$ac_ext <<_ACEOF
12776#line $LINENO "configure"
12777/* confdefs.h. */
12778_ACEOF
12779cat confdefs.h >>conftest.$ac_ext
12780cat >>conftest.$ac_ext <<_ACEOF
12781/* end confdefs.h. */
12782#include <$ac_header>
12783_ACEOF
12784if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12785 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12786 ac_status=$?
12787 grep -v '^ *+' conftest.er1 >conftest.err
12788 rm -f conftest.er1
12789 cat conftest.err >&5
12790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12791 (exit $ac_status); } >/dev/null; then
12792 if test -s conftest.err; then
12793 ac_cpp_err=$ac_c_preproc_warn_flag
12794 else
12795 ac_cpp_err=
12796 fi
12797else
12798 ac_cpp_err=yes
12799fi
12800if test -z "$ac_cpp_err"; then
12801 ac_header_preproc=yes
12802else
12803 echo "$as_me: failed program was:" >&5
12804sed 's/^/| /' conftest.$ac_ext >&5
12805
12806 ac_header_preproc=no
12807fi
12808rm -f conftest.err conftest.$ac_ext
12809echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12810echo "${ECHO_T}$ac_header_preproc" >&6
12811
12812# So? What about this header?
12813case $ac_header_compiler:$ac_header_preproc in
12814 yes:no )
12815 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12816echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12817 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12818echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12819 (
12820 cat <<\_ASBOX
12821## ------------------------------------ ##
12822## Report this to bug-autoconf@gnu.org. ##
12823## ------------------------------------ ##
12824_ASBOX
12825 ) |
12826 sed "s/^/$as_me: WARNING: /" >&2
12827 ;;
12828 no:yes )
12829 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12830echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12831 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12832echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12834echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12835 (
12836 cat <<\_ASBOX
12837## ------------------------------------ ##
12838## Report this to bug-autoconf@gnu.org. ##
12839## ------------------------------------ ##
12840_ASBOX
12841 ) |
12842 sed "s/^/$as_me: WARNING: /" >&2
12843 ;;
12844esac
12845echo "$as_me:$LINENO: checking for $ac_header" >&5
12846echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12847if eval "test \"\${$as_ac_Header+set}\" = set"; then
12848 echo $ECHO_N "(cached) $ECHO_C" >&6
12849else
12850 eval "$as_ac_Header=$ac_header_preproc"
12851fi
12852echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12853echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12854
90dd450c 12855fi
e6cc62c6
VS
12856if test `eval echo '${'$as_ac_Header'}'` = yes; then
12857 cat >>confdefs.h <<_ACEOF
12858#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12859_ACEOF
12860
12861fi
12862
12863done
90dd450c 12864
e6cc62c6
VS
12865
12866if test "$ac_cv_header_wchar_h" != "yes"; then
12867
12868for ac_header in wcstr.h
21d1c967 12869do
e6cc62c6
VS
12870as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12871if eval "test \"\${$as_ac_Header+set}\" = set"; then
12872 echo "$as_me:$LINENO: checking for $ac_header" >&5
12873echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12874if eval "test \"\${$as_ac_Header+set}\" = set"; then
12875 echo $ECHO_N "(cached) $ECHO_C" >&6
12876fi
12877echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12878echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12879else
12880 # Is the header compilable?
12881echo "$as_me:$LINENO: checking $ac_header usability" >&5
12882echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12883cat >conftest.$ac_ext <<_ACEOF
12884#line $LINENO "configure"
12885/* confdefs.h. */
12886_ACEOF
12887cat confdefs.h >>conftest.$ac_ext
12888cat >>conftest.$ac_ext <<_ACEOF
12889/* end confdefs.h. */
12890$ac_includes_default
12891#include <$ac_header>
12892_ACEOF
12893rm -f conftest.$ac_objext
12894if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12895 (eval $ac_compile) 2>&5
12896 ac_status=$?
12897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12898 (exit $ac_status); } &&
12899 { ac_try='test -s conftest.$ac_objext'
12900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12901 (eval $ac_try) 2>&5
12902 ac_status=$?
12903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12904 (exit $ac_status); }; }; then
12905 ac_header_compiler=yes
12906else
12907 echo "$as_me: failed program was:" >&5
12908sed 's/^/| /' conftest.$ac_ext >&5
12909
12910ac_header_compiler=no
12911fi
12912rm -f conftest.$ac_objext conftest.$ac_ext
12913echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12914echo "${ECHO_T}$ac_header_compiler" >&6
12915
12916# Is the header present?
12917echo "$as_me:$LINENO: checking $ac_header presence" >&5
12918echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12919cat >conftest.$ac_ext <<_ACEOF
12920#line $LINENO "configure"
12921/* confdefs.h. */
12922_ACEOF
12923cat confdefs.h >>conftest.$ac_ext
12924cat >>conftest.$ac_ext <<_ACEOF
12925/* end confdefs.h. */
12926#include <$ac_header>
12927_ACEOF
12928if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12929 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12930 ac_status=$?
12931 grep -v '^ *+' conftest.er1 >conftest.err
12932 rm -f conftest.er1
12933 cat conftest.err >&5
12934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12935 (exit $ac_status); } >/dev/null; then
12936 if test -s conftest.err; then
12937 ac_cpp_err=$ac_c_preproc_warn_flag
12938 else
12939 ac_cpp_err=
12940 fi
12941else
12942 ac_cpp_err=yes
12943fi
12944if test -z "$ac_cpp_err"; then
12945 ac_header_preproc=yes
12946else
12947 echo "$as_me: failed program was:" >&5
12948sed 's/^/| /' conftest.$ac_ext >&5
12949
12950 ac_header_preproc=no
12951fi
12952rm -f conftest.err conftest.$ac_ext
12953echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12954echo "${ECHO_T}$ac_header_preproc" >&6
12955
12956# So? What about this header?
12957case $ac_header_compiler:$ac_header_preproc in
12958 yes:no )
12959 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12960echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12962echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12963 (
12964 cat <<\_ASBOX
12965## ------------------------------------ ##
12966## Report this to bug-autoconf@gnu.org. ##
12967## ------------------------------------ ##
12968_ASBOX
12969 ) |
12970 sed "s/^/$as_me: WARNING: /" >&2
12971 ;;
12972 no:yes )
12973 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12974echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12975 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12976echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12977 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12978echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12979 (
12980 cat <<\_ASBOX
12981## ------------------------------------ ##
12982## Report this to bug-autoconf@gnu.org. ##
12983## ------------------------------------ ##
12984_ASBOX
12985 ) |
12986 sed "s/^/$as_me: WARNING: /" >&2
12987 ;;
12988esac
12989echo "$as_me:$LINENO: checking for $ac_header" >&5
12990echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12991if eval "test \"\${$as_ac_Header+set}\" = set"; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12993else
12994 eval "$as_ac_Header=$ac_header_preproc"
3a922bb4 12995fi
e6cc62c6
VS
12996echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12997echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12998
4f14bcd8 12999fi
e6cc62c6
VS
13000if test `eval echo '${'$as_ac_Header'}'` = yes; then
13001 cat >>confdefs.h <<_ACEOF
13002#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13003_ACEOF
13004
13005fi
13006
13007done
13008
13009fi
13010
13011
13012for ac_header in fnmatch.h
13013do
13014as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13015if eval "test \"\${$as_ac_Header+set}\" = set"; then
13016 echo "$as_me:$LINENO: checking for $ac_header" >&5
13017echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13018if eval "test \"\${$as_ac_Header+set}\" = set"; then
13019 echo $ECHO_N "(cached) $ECHO_C" >&6
13020fi
13021echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13022echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13023else
13024 # Is the header compilable?
13025echo "$as_me:$LINENO: checking $ac_header usability" >&5
13026echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13027cat >conftest.$ac_ext <<_ACEOF
13028#line $LINENO "configure"
13029/* confdefs.h. */
13030_ACEOF
13031cat confdefs.h >>conftest.$ac_ext
13032cat >>conftest.$ac_ext <<_ACEOF
13033/* end confdefs.h. */
13034$ac_includes_default
13035#include <$ac_header>
13036_ACEOF
13037rm -f conftest.$ac_objext
13038if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13039 (eval $ac_compile) 2>&5
13040 ac_status=$?
13041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13042 (exit $ac_status); } &&
13043 { ac_try='test -s conftest.$ac_objext'
13044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13045 (eval $ac_try) 2>&5
13046 ac_status=$?
13047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13048 (exit $ac_status); }; }; then
13049 ac_header_compiler=yes
13050else
13051 echo "$as_me: failed program was:" >&5
13052sed 's/^/| /' conftest.$ac_ext >&5
13053
13054ac_header_compiler=no
13055fi
13056rm -f conftest.$ac_objext conftest.$ac_ext
13057echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13058echo "${ECHO_T}$ac_header_compiler" >&6
13059
13060# Is the header present?
13061echo "$as_me:$LINENO: checking $ac_header presence" >&5
13062echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13063cat >conftest.$ac_ext <<_ACEOF
13064#line $LINENO "configure"
13065/* confdefs.h. */
13066_ACEOF
13067cat confdefs.h >>conftest.$ac_ext
13068cat >>conftest.$ac_ext <<_ACEOF
13069/* end confdefs.h. */
13070#include <$ac_header>
13071_ACEOF
13072if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13073 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13074 ac_status=$?
13075 grep -v '^ *+' conftest.er1 >conftest.err
13076 rm -f conftest.er1
13077 cat conftest.err >&5
13078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13079 (exit $ac_status); } >/dev/null; then
13080 if test -s conftest.err; then
13081 ac_cpp_err=$ac_c_preproc_warn_flag
13082 else
13083 ac_cpp_err=
13084 fi
13085else
13086 ac_cpp_err=yes
13087fi
13088if test -z "$ac_cpp_err"; then
13089 ac_header_preproc=yes
13090else
13091 echo "$as_me: failed program was:" >&5
13092sed 's/^/| /' conftest.$ac_ext >&5
13093
13094 ac_header_preproc=no
13095fi
13096rm -f conftest.err conftest.$ac_ext
13097echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13098echo "${ECHO_T}$ac_header_preproc" >&6
13099
13100# So? What about this header?
13101case $ac_header_compiler:$ac_header_preproc in
13102 yes:no )
13103 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13104echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13105 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13106echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13107 (
13108 cat <<\_ASBOX
13109## ------------------------------------ ##
13110## Report this to bug-autoconf@gnu.org. ##
13111## ------------------------------------ ##
13112_ASBOX
13113 ) |
13114 sed "s/^/$as_me: WARNING: /" >&2
13115 ;;
13116 no:yes )
13117 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13118echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13119 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13120echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13121 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13122echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13123 (
13124 cat <<\_ASBOX
13125## ------------------------------------ ##
13126## Report this to bug-autoconf@gnu.org. ##
13127## ------------------------------------ ##
13128_ASBOX
13129 ) |
13130 sed "s/^/$as_me: WARNING: /" >&2
13131 ;;
13132esac
13133echo "$as_me:$LINENO: checking for $ac_header" >&5
13134echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13135if eval "test \"\${$as_ac_Header+set}\" = set"; then
13136 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 13137else
e6cc62c6
VS
13138 eval "$as_ac_Header=$ac_header_preproc"
13139fi
13140echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13141echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13142
21d1c967 13143fi
e6cc62c6
VS
13144if test `eval echo '${'$as_ac_Header'}'` = yes; then
13145 cat >>confdefs.h <<_ACEOF
13146#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13147_ACEOF
13148
13149fi
13150
21d1c967 13151done
90dd450c 13152
5c6fa7d2 13153
a0b9e27f 13154if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
e6cc62c6
VS
13155
13156for ac_func in fnmatch
21d1c967 13157do
e6cc62c6
VS
13158as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13159echo "$as_me:$LINENO: checking for $ac_func" >&5
13160echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13161if eval "test \"\${$as_ac_var+set}\" = set"; then
13162 echo $ECHO_N "(cached) $ECHO_C" >&6
13163else
13164 cat >conftest.$ac_ext <<_ACEOF
13165#line $LINENO "configure"
13166/* confdefs.h. */
13167_ACEOF
13168cat confdefs.h >>conftest.$ac_ext
13169cat >>conftest.$ac_ext <<_ACEOF
13170/* end confdefs.h. */
a0b9e27f 13171/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
13172 which can conflict with char $ac_func (); below.
13173 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13174 <limits.h> exists even on freestanding compilers. */
13175#ifdef __STDC__
13176# include <limits.h>
13177#else
13178# include <assert.h>
13179#endif
a0b9e27f 13180/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
13181#ifdef __cplusplus
13182extern "C"
13183{
13184#endif
a0b9e27f 13185/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
13186 builtin and then its argument prototype would still apply. */
13187char $ac_func ();
a0b9e27f
MB
13188/* The GNU C library defines this for functions which it implements
13189 to always fail with ENOSYS. Some functions are actually named
13190 something starting with __ and the normal name is an alias. */
13191#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13192choke me
13193#else
e6cc62c6
VS
13194char (*f) () = $ac_func;
13195#endif
13196#ifdef __cplusplus
13197}
a0b9e27f
MB
13198#endif
13199
e6cc62c6
VS
13200int
13201main ()
13202{
13203return f != $ac_func;
13204 ;
13205 return 0;
13206}
13207_ACEOF
13208rm -f conftest.$ac_objext conftest$ac_exeext
13209if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13210 (eval $ac_link) 2>&5
13211 ac_status=$?
13212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } &&
13214 { ac_try='test -s conftest$ac_exeext'
13215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13216 (eval $ac_try) 2>&5
13217 ac_status=$?
13218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13219 (exit $ac_status); }; }; then
13220 eval "$as_ac_var=yes"
13221else
13222 echo "$as_me: failed program was:" >&5
13223sed 's/^/| /' conftest.$ac_ext >&5
13224
13225eval "$as_ac_var=no"
13226fi
13227rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13228fi
13229echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13230echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13231if test `eval echo '${'$as_ac_var'}'` = yes; then
13232 cat >>confdefs.h <<_ACEOF
13233#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13234_ACEOF
32832908 13235
21d1c967
GD
13236fi
13237done
90dd450c 13238
a0b9e27f 13239fi
90dd450c 13240
e6cc62c6
VS
13241
13242for ac_header in langinfo.h
21d1c967 13243do
e6cc62c6
VS
13244as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13245if eval "test \"\${$as_ac_Header+set}\" = set"; then
13246 echo "$as_me:$LINENO: checking for $ac_header" >&5
13247echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13248if eval "test \"\${$as_ac_Header+set}\" = set"; then
13249 echo $ECHO_N "(cached) $ECHO_C" >&6
13250fi
13251echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13252echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13253else
13254 # Is the header compilable?
13255echo "$as_me:$LINENO: checking $ac_header usability" >&5
13256echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13257cat >conftest.$ac_ext <<_ACEOF
13258#line $LINENO "configure"
13259/* confdefs.h. */
13260_ACEOF
13261cat confdefs.h >>conftest.$ac_ext
13262cat >>conftest.$ac_ext <<_ACEOF
13263/* end confdefs.h. */
13264$ac_includes_default
13265#include <$ac_header>
13266_ACEOF
13267rm -f conftest.$ac_objext
13268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13269 (eval $ac_compile) 2>&5
13270 ac_status=$?
13271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13272 (exit $ac_status); } &&
13273 { ac_try='test -s conftest.$ac_objext'
13274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13275 (eval $ac_try) 2>&5
13276 ac_status=$?
13277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13278 (exit $ac_status); }; }; then
13279 ac_header_compiler=yes
13280else
13281 echo "$as_me: failed program was:" >&5
13282sed 's/^/| /' conftest.$ac_ext >&5
13283
13284ac_header_compiler=no
13285fi
13286rm -f conftest.$ac_objext conftest.$ac_ext
13287echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13288echo "${ECHO_T}$ac_header_compiler" >&6
13289
13290# Is the header present?
13291echo "$as_me:$LINENO: checking $ac_header presence" >&5
13292echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13293cat >conftest.$ac_ext <<_ACEOF
13294#line $LINENO "configure"
13295/* confdefs.h. */
13296_ACEOF
13297cat confdefs.h >>conftest.$ac_ext
13298cat >>conftest.$ac_ext <<_ACEOF
13299/* end confdefs.h. */
13300#include <$ac_header>
13301_ACEOF
13302if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13303 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13304 ac_status=$?
13305 grep -v '^ *+' conftest.er1 >conftest.err
13306 rm -f conftest.er1
13307 cat conftest.err >&5
13308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13309 (exit $ac_status); } >/dev/null; then
13310 if test -s conftest.err; then
13311 ac_cpp_err=$ac_c_preproc_warn_flag
13312 else
13313 ac_cpp_err=
13314 fi
13315else
13316 ac_cpp_err=yes
13317fi
13318if test -z "$ac_cpp_err"; then
13319 ac_header_preproc=yes
13320else
13321 echo "$as_me: failed program was:" >&5
13322sed 's/^/| /' conftest.$ac_ext >&5
13323
13324 ac_header_preproc=no
13325fi
13326rm -f conftest.err conftest.$ac_ext
13327echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13328echo "${ECHO_T}$ac_header_preproc" >&6
13329
13330# So? What about this header?
13331case $ac_header_compiler:$ac_header_preproc in
13332 yes:no )
13333 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13334echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13335 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13336echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13337 (
13338 cat <<\_ASBOX
13339## ------------------------------------ ##
13340## Report this to bug-autoconf@gnu.org. ##
13341## ------------------------------------ ##
13342_ASBOX
13343 ) |
13344 sed "s/^/$as_me: WARNING: /" >&2
13345 ;;
13346 no:yes )
13347 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13348echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13349 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13350echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13351 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13352echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13353 (
13354 cat <<\_ASBOX
13355## ------------------------------------ ##
13356## Report this to bug-autoconf@gnu.org. ##
13357## ------------------------------------ ##
13358_ASBOX
13359 ) |
13360 sed "s/^/$as_me: WARNING: /" >&2
13361 ;;
13362esac
13363echo "$as_me:$LINENO: checking for $ac_header" >&5
13364echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13365if eval "test \"\${$as_ac_Header+set}\" = set"; then
13366 echo $ECHO_N "(cached) $ECHO_C" >&6
13367else
13368 eval "$as_ac_Header=$ac_header_preproc"
90dd450c 13369fi
e6cc62c6
VS
13370echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13371echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13372
4f14bcd8 13373fi
e6cc62c6
VS
13374if test `eval echo '${'$as_ac_Header'}'` = yes; then
13375 cat >>confdefs.h <<_ACEOF
13376#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13377_ACEOF
13378
21d1c967 13379fi
e6cc62c6 13380
21d1c967 13381done
3a922bb4 13382
8284b0c5 13383
4f5a7f74
VZ
13384case "${host}" in
13385 *-pc-os2_emx | *-pc-os2-emx )
13386 if test $ac_cv_header_langinfo_h = "yes"; then
13387 LIBS="$LIBS -lintl"
13388 fi
13389 ;;
13390esac
1542ea39 13391
a0b9e27f
MB
13392if test "$wxUSE_GUI" = "yes"; then
13393 if test "$wxUSE_UNIX" = "yes"; then
e6cc62c6
VS
13394
13395for ac_header in X11/XKBlib.h
21d1c967 13396do
e6cc62c6
VS
13397as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13398if eval "test \"\${$as_ac_Header+set}\" = set"; then
13399 echo "$as_me:$LINENO: checking for $ac_header" >&5
13400echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13401if eval "test \"\${$as_ac_Header+set}\" = set"; then
13402 echo $ECHO_N "(cached) $ECHO_C" >&6
13403fi
13404echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13405echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13406else
13407 # Is the header compilable?
13408echo "$as_me:$LINENO: checking $ac_header usability" >&5
13409echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13410cat >conftest.$ac_ext <<_ACEOF
13411#line $LINENO "configure"
13412/* confdefs.h. */
13413_ACEOF
13414cat confdefs.h >>conftest.$ac_ext
13415cat >>conftest.$ac_ext <<_ACEOF
13416/* end confdefs.h. */
13417$ac_includes_default
13418#include <$ac_header>
13419_ACEOF
13420rm -f conftest.$ac_objext
13421if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13422 (eval $ac_compile) 2>&5
13423 ac_status=$?
13424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13425 (exit $ac_status); } &&
13426 { ac_try='test -s conftest.$ac_objext'
13427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13428 (eval $ac_try) 2>&5
13429 ac_status=$?
13430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13431 (exit $ac_status); }; }; then
13432 ac_header_compiler=yes
13433else
13434 echo "$as_me: failed program was:" >&5
13435sed 's/^/| /' conftest.$ac_ext >&5
13436
13437ac_header_compiler=no
13438fi
13439rm -f conftest.$ac_objext conftest.$ac_ext
13440echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13441echo "${ECHO_T}$ac_header_compiler" >&6
13442
13443# Is the header present?
13444echo "$as_me:$LINENO: checking $ac_header presence" >&5
13445echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13446cat >conftest.$ac_ext <<_ACEOF
13447#line $LINENO "configure"
13448/* confdefs.h. */
13449_ACEOF
13450cat confdefs.h >>conftest.$ac_ext
13451cat >>conftest.$ac_ext <<_ACEOF
13452/* end confdefs.h. */
13453#include <$ac_header>
13454_ACEOF
13455if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13456 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13457 ac_status=$?
13458 grep -v '^ *+' conftest.er1 >conftest.err
13459 rm -f conftest.er1
13460 cat conftest.err >&5
13461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13462 (exit $ac_status); } >/dev/null; then
13463 if test -s conftest.err; then
13464 ac_cpp_err=$ac_c_preproc_warn_flag
13465 else
13466 ac_cpp_err=
13467 fi
13468else
13469 ac_cpp_err=yes
13470fi
13471if test -z "$ac_cpp_err"; then
13472 ac_header_preproc=yes
13473else
13474 echo "$as_me: failed program was:" >&5
13475sed 's/^/| /' conftest.$ac_ext >&5
13476
13477 ac_header_preproc=no
13478fi
13479rm -f conftest.err conftest.$ac_ext
13480echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13481echo "${ECHO_T}$ac_header_preproc" >&6
13482
13483# So? What about this header?
13484case $ac_header_compiler:$ac_header_preproc in
13485 yes:no )
13486 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13487echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13488 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13489echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13490 (
13491 cat <<\_ASBOX
13492## ------------------------------------ ##
13493## Report this to bug-autoconf@gnu.org. ##
13494## ------------------------------------ ##
13495_ASBOX
13496 ) |
13497 sed "s/^/$as_me: WARNING: /" >&2
13498 ;;
13499 no:yes )
13500 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13501echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13502 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13503echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13504 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13505echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13506 (
13507 cat <<\_ASBOX
13508## ------------------------------------ ##
13509## Report this to bug-autoconf@gnu.org. ##
13510## ------------------------------------ ##
13511_ASBOX
13512 ) |
13513 sed "s/^/$as_me: WARNING: /" >&2
13514 ;;
13515esac
13516echo "$as_me:$LINENO: checking for $ac_header" >&5
13517echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13518if eval "test \"\${$as_ac_Header+set}\" = set"; then
13519 echo $ECHO_N "(cached) $ECHO_C" >&6
13520else
13521 eval "$as_ac_Header=$ac_header_preproc"
3a922bb4 13522fi
e6cc62c6
VS
13523echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13524echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13525
90dd450c 13526fi
e6cc62c6
VS
13527if test `eval echo '${'$as_ac_Header'}'` = yes; then
13528 cat >>confdefs.h <<_ACEOF
13529#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13530_ACEOF
13531
247f5006 13532fi
e6cc62c6 13533
247f5006
VZ
13534done
13535
a0b9e27f
MB
13536 fi
13537fi
247f5006 13538
247f5006 13539
e6cc62c6
VS
13540echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13541echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13542if test "${ac_cv_c_const+set}" = set; then
13543 echo $ECHO_N "(cached) $ECHO_C" >&6
13544else
13545 cat >conftest.$ac_ext <<_ACEOF
13546#line $LINENO "configure"
13547/* confdefs.h. */
13548_ACEOF
13549cat confdefs.h >>conftest.$ac_ext
13550cat >>conftest.$ac_ext <<_ACEOF
13551/* end confdefs.h. */
13552
13553int
13554main ()
13555{
13556/* FIXME: Include the comments suggested by Paul. */
13557#ifndef __cplusplus
13558 /* Ultrix mips cc rejects this. */
13559 typedef int charset[2];
13560 const charset x;
13561 /* SunOS 4.1.1 cc rejects this. */
13562 char const *const *ccp;
13563 char **p;
13564 /* NEC SVR4.0.2 mips cc rejects this. */
13565 struct point {int x, y;};
13566 static struct point const zero = {0,0};
13567 /* AIX XL C 1.02.0.0 rejects this.
13568 It does not let you subtract one const X* pointer from another in
13569 an arm of an if-expression whose if-part is not a constant
13570 expression */
13571 const char *g = "string";
13572 ccp = &g + (g ? g-g : 0);
13573 /* HPUX 7.0 cc rejects these. */
13574 ++ccp;
13575 p = (char**) ccp;
13576 ccp = (char const *const *) p;
13577 { /* SCO 3.2v4 cc rejects this. */
13578 char *t;
13579 char const *s = 0 ? (char *) 0 : (char const *) 0;
13580
13581 *t++ = 0;
13582 }
13583 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13584 int x[] = {25, 17};
13585 const int *foo = &x[0];
13586 ++foo;
13587 }
13588 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13589 typedef const int *iptr;
13590 iptr p = 0;
13591 ++p;
13592 }
13593 { /* AIX XL C 1.02.0.0 rejects this saying
13594 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13595 struct s { int j; const int *ap[3]; };
13596 struct s *b; b->j = 5;
13597 }
13598 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13599 const int foo = 10;
13600 }
13601#endif
13602
13603 ;
13604 return 0;
13605}
13606_ACEOF
13607rm -f conftest.$ac_objext
13608if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13609 (eval $ac_compile) 2>&5
13610 ac_status=$?
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } &&
13613 { ac_try='test -s conftest.$ac_objext'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5
13616 ac_status=$?
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; }; then
a0b9e27f 13619 ac_cv_c_const=yes
247f5006 13620else
e6cc62c6
VS
13621 echo "$as_me: failed program was:" >&5
13622sed 's/^/| /' conftest.$ac_ext >&5
13623
13624ac_cv_c_const=no
247f5006 13625fi
e6cc62c6 13626rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967 13627fi
e6cc62c6
VS
13628echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13629echo "${ECHO_T}$ac_cv_c_const" >&6
a0b9e27f 13630if test $ac_cv_c_const = no; then
e6cc62c6
VS
13631
13632cat >>confdefs.h <<\_ACEOF
13633#define const
13634_ACEOF
10f2d63a 13635
90dd450c 13636fi
81809c07 13637
e6cc62c6
VS
13638echo "$as_me:$LINENO: checking for inline" >&5
13639echo $ECHO_N "checking for inline... $ECHO_C" >&6
13640if test "${ac_cv_c_inline+set}" = set; then
13641 echo $ECHO_N "(cached) $ECHO_C" >&6
8168de4c 13642else
a0b9e27f
MB
13643 ac_cv_c_inline=no
13644for ac_kw in inline __inline__ __inline; do
e6cc62c6
VS
13645 cat >conftest.$ac_ext <<_ACEOF
13646#line $LINENO "configure"
13647/* confdefs.h. */
13648_ACEOF
13649cat confdefs.h >>conftest.$ac_ext
13650cat >>conftest.$ac_ext <<_ACEOF
13651/* end confdefs.h. */
13652#ifndef __cplusplus
13653typedef int foo_t;
13654static $ac_kw foo_t static_foo () {return 0; }
13655$ac_kw foo_t foo () {return 0; }
13656#endif
a0b9e27f 13657
e6cc62c6
VS
13658_ACEOF
13659rm -f conftest.$ac_objext
13660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13661 (eval $ac_compile) 2>&5
13662 ac_status=$?
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); } &&
13665 { ac_try='test -s conftest.$ac_objext'
13666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13667 (eval $ac_try) 2>&5
13668 ac_status=$?
13669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13670 (exit $ac_status); }; }; then
a0b9e27f 13671 ac_cv_c_inline=$ac_kw; break
247f5006 13672else
e6cc62c6
VS
13673 echo "$as_me: failed program was:" >&5
13674sed 's/^/| /' conftest.$ac_ext >&5
13675
247f5006 13676fi
e6cc62c6 13677rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 13678done
247f5006
VZ
13679
13680fi
e6cc62c6
VS
13681echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13682echo "${ECHO_T}$ac_cv_c_inline" >&6
13683case $ac_cv_c_inline in
a0b9e27f 13684 inline | yes) ;;
e6cc62c6
VS
13685 no)
13686cat >>confdefs.h <<\_ACEOF
13687#define inline
13688_ACEOF
a0b9e27f 13689 ;;
e6cc62c6 13690 *) cat >>confdefs.h <<_ACEOF
a0b9e27f 13691#define inline $ac_cv_c_inline
e6cc62c6 13692_ACEOF
a0b9e27f
MB
13693 ;;
13694esac
247f5006 13695
247f5006 13696
e6cc62c6
VS
13697echo "$as_me:$LINENO: checking for char" >&5
13698echo $ECHO_N "checking for char... $ECHO_C" >&6
13699if test "${ac_cv_type_char+set}" = set; then
13700 echo $ECHO_N "(cached) $ECHO_C" >&6
13701else
13702 cat >conftest.$ac_ext <<_ACEOF
13703#line $LINENO "configure"
13704/* confdefs.h. */
13705_ACEOF
13706cat confdefs.h >>conftest.$ac_ext
13707cat >>conftest.$ac_ext <<_ACEOF
13708/* end confdefs.h. */
13709$ac_includes_default
13710int
13711main ()
13712{
13713if ((char *) 0)
13714 return 0;
13715if (sizeof (char))
13716 return 0;
13717 ;
13718 return 0;
13719}
13720_ACEOF
13721rm -f conftest.$ac_objext
13722if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13723 (eval $ac_compile) 2>&5
13724 ac_status=$?
13725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13726 (exit $ac_status); } &&
13727 { ac_try='test -s conftest.$ac_objext'
13728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13729 (eval $ac_try) 2>&5
13730 ac_status=$?
13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13732 (exit $ac_status); }; }; then
13733 ac_cv_type_char=yes
13734else
13735 echo "$as_me: failed program was:" >&5
13736sed 's/^/| /' conftest.$ac_ext >&5
13737
13738ac_cv_type_char=no
13739fi
13740rm -f conftest.$ac_objext conftest.$ac_ext
13741fi
13742echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13743echo "${ECHO_T}$ac_cv_type_char" >&6
13744
13745echo "$as_me:$LINENO: checking size of char" >&5
13746echo $ECHO_N "checking size of char... $ECHO_C" >&6
13747if test "${ac_cv_sizeof_char+set}" = set; then
13748 echo $ECHO_N "(cached) $ECHO_C" >&6
13749else
13750 if test "$ac_cv_type_char" = yes; then
13751 # The cast to unsigned long works around a bug in the HP C Compiler
13752 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13753 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13754 # This bug is HP SR number 8606223364.
a0b9e27f 13755 if test "$cross_compiling" = yes; then
e6cc62c6
VS
13756 # Depending upon the size, compute the lo and hi bounds.
13757cat >conftest.$ac_ext <<_ACEOF
13758#line $LINENO "configure"
13759/* confdefs.h. */
13760_ACEOF
13761cat confdefs.h >>conftest.$ac_ext
13762cat >>conftest.$ac_ext <<_ACEOF
13763/* end confdefs.h. */
13764$ac_includes_default
13765int
13766main ()
13767{
13768static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13769test_array [0] = 0
13770
13771 ;
13772 return 0;
13773}
13774_ACEOF
13775rm -f conftest.$ac_objext
13776if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13777 (eval $ac_compile) 2>&5
13778 ac_status=$?
13779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13780 (exit $ac_status); } &&
13781 { ac_try='test -s conftest.$ac_objext'
13782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13783 (eval $ac_try) 2>&5
13784 ac_status=$?
13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13786 (exit $ac_status); }; }; then
13787 ac_lo=0 ac_mid=0
13788 while :; do
13789 cat >conftest.$ac_ext <<_ACEOF
13790#line $LINENO "configure"
13791/* confdefs.h. */
13792_ACEOF
13793cat confdefs.h >>conftest.$ac_ext
13794cat >>conftest.$ac_ext <<_ACEOF
13795/* end confdefs.h. */
13796$ac_includes_default
13797int
13798main ()
13799{
13800static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13801test_array [0] = 0
13802
13803 ;
13804 return 0;
13805}
13806_ACEOF
13807rm -f conftest.$ac_objext
13808if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13809 (eval $ac_compile) 2>&5
13810 ac_status=$?
13811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13812 (exit $ac_status); } &&
13813 { ac_try='test -s conftest.$ac_objext'
13814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13815 (eval $ac_try) 2>&5
13816 ac_status=$?
13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13818 (exit $ac_status); }; }; then
13819 ac_hi=$ac_mid; break
13820else
13821 echo "$as_me: failed program was:" >&5
13822sed 's/^/| /' conftest.$ac_ext >&5
13823
13824ac_lo=`expr $ac_mid + 1`
13825 if test $ac_lo -le $ac_mid; then
13826 ac_lo= ac_hi=
13827 break
13828 fi
13829 ac_mid=`expr 2 '*' $ac_mid + 1`
13830fi
13831rm -f conftest.$ac_objext conftest.$ac_ext
13832 done
a0b9e27f 13833else
e6cc62c6
VS
13834 echo "$as_me: failed program was:" >&5
13835sed 's/^/| /' conftest.$ac_ext >&5
13836
13837cat >conftest.$ac_ext <<_ACEOF
13838#line $LINENO "configure"
13839/* confdefs.h. */
13840_ACEOF
13841cat confdefs.h >>conftest.$ac_ext
13842cat >>conftest.$ac_ext <<_ACEOF
13843/* end confdefs.h. */
13844$ac_includes_default
13845int
13846main ()
13847{
13848static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13849test_array [0] = 0
13850
13851 ;
13852 return 0;
13853}
13854_ACEOF
13855rm -f conftest.$ac_objext
13856if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13857 (eval $ac_compile) 2>&5
13858 ac_status=$?
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } &&
13861 { ac_try='test -s conftest.$ac_objext'
13862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13863 (eval $ac_try) 2>&5
13864 ac_status=$?
13865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13866 (exit $ac_status); }; }; then
13867 ac_hi=-1 ac_mid=-1
13868 while :; do
13869 cat >conftest.$ac_ext <<_ACEOF
13870#line $LINENO "configure"
13871/* confdefs.h. */
13872_ACEOF
13873cat confdefs.h >>conftest.$ac_ext
13874cat >>conftest.$ac_ext <<_ACEOF
13875/* end confdefs.h. */
13876$ac_includes_default
13877int
13878main ()
13879{
13880static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13881test_array [0] = 0
13882
13883 ;
13884 return 0;
13885}
13886_ACEOF
13887rm -f conftest.$ac_objext
13888if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13889 (eval $ac_compile) 2>&5
13890 ac_status=$?
13891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892 (exit $ac_status); } &&
13893 { ac_try='test -s conftest.$ac_objext'
13894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13895 (eval $ac_try) 2>&5
13896 ac_status=$?
13897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13898 (exit $ac_status); }; }; then
13899 ac_lo=$ac_mid; break
13900else
13901 echo "$as_me: failed program was:" >&5
13902sed 's/^/| /' conftest.$ac_ext >&5
13903
13904ac_hi=`expr '(' $ac_mid ')' - 1`
13905 if test $ac_mid -le $ac_hi; then
13906 ac_lo= ac_hi=
13907 break
13908 fi
13909 ac_mid=`expr 2 '*' $ac_mid`
13910fi
13911rm -f conftest.$ac_objext conftest.$ac_ext
13912 done
13913else
13914 echo "$as_me: failed program was:" >&5
13915sed 's/^/| /' conftest.$ac_ext >&5
13916
13917ac_lo= ac_hi=
13918fi
13919rm -f conftest.$ac_objext conftest.$ac_ext
13920fi
13921rm -f conftest.$ac_objext conftest.$ac_ext
13922# Binary search between lo and hi bounds.
13923while test "x$ac_lo" != "x$ac_hi"; do
13924 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13925 cat >conftest.$ac_ext <<_ACEOF
13926#line $LINENO "configure"
13927/* confdefs.h. */
13928_ACEOF
13929cat confdefs.h >>conftest.$ac_ext
13930cat >>conftest.$ac_ext <<_ACEOF
13931/* end confdefs.h. */
13932$ac_includes_default
13933int
13934main ()
13935{
13936static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13937test_array [0] = 0
13938
13939 ;
13940 return 0;
13941}
13942_ACEOF
13943rm -f conftest.$ac_objext
13944if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13945 (eval $ac_compile) 2>&5
13946 ac_status=$?
13947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13948 (exit $ac_status); } &&
13949 { ac_try='test -s conftest.$ac_objext'
13950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13951 (eval $ac_try) 2>&5
13952 ac_status=$?
13953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954 (exit $ac_status); }; }; then
13955 ac_hi=$ac_mid
13956else
13957 echo "$as_me: failed program was:" >&5
13958sed 's/^/| /' conftest.$ac_ext >&5
13959
13960ac_lo=`expr '(' $ac_mid ')' + 1`
13961fi
13962rm -f conftest.$ac_objext conftest.$ac_ext
13963done
13964case $ac_lo in
13965?*) ac_cv_sizeof_char=$ac_lo;;
13966'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13967See \`config.log' for more details." >&5
13968echo "$as_me: error: cannot compute sizeof (char), 77
13969See \`config.log' for more details." >&2;}
13970 { (exit 1); exit 1; }; } ;;
13971esac
13972else
13973 if test "$cross_compiling" = yes; then
13974 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13975See \`config.log' for more details." >&5
13976echo "$as_me: error: cannot run test program while cross compiling
13977See \`config.log' for more details." >&2;}
13978 { (exit 1); exit 1; }; }
13979else
13980 cat >conftest.$ac_ext <<_ACEOF
13981#line $LINENO "configure"
13982/* confdefs.h. */
13983_ACEOF
13984cat confdefs.h >>conftest.$ac_ext
13985cat >>conftest.$ac_ext <<_ACEOF
13986/* end confdefs.h. */
13987$ac_includes_default
13988long longval () { return (long) (sizeof (char)); }
13989unsigned long ulongval () { return (long) (sizeof (char)); }
a0b9e27f 13990#include <stdio.h>
e6cc62c6
VS
13991#include <stdlib.h>
13992int
13993main ()
247f5006 13994{
e6cc62c6
VS
13995
13996 FILE *f = fopen ("conftest.val", "w");
13997 if (! f)
13998 exit (1);
13999 if (((long) (sizeof (char))) < 0)
14000 {
14001 long i = longval ();
14002 if (i != ((long) (sizeof (char))))
14003 exit (1);
14004 fprintf (f, "%ld\n", i);
14005 }
14006 else
14007 {
14008 unsigned long i = ulongval ();
14009 if (i != ((long) (sizeof (char))))
14010 exit (1);
14011 fprintf (f, "%lu\n", i);
14012 }
14013 exit (ferror (f) || fclose (f) != 0);
14014
14015 ;
14016 return 0;
52127426 14017}
e6cc62c6
VS
14018_ACEOF
14019rm -f conftest$ac_exeext
14020if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14021 (eval $ac_link) 2>&5
14022 ac_status=$?
14023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14024 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14026 (eval $ac_try) 2>&5
14027 ac_status=$?
14028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); }; }; then
14030 ac_cv_sizeof_char=`cat conftest.val`
14031else
14032 echo "$as_me: program exited with status $ac_status" >&5
14033echo "$as_me: failed program was:" >&5
14034sed 's/^/| /' conftest.$ac_ext >&5
14035
14036( exit $ac_status )
14037{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14038See \`config.log' for more details." >&5
14039echo "$as_me: error: cannot compute sizeof (char), 77
14040See \`config.log' for more details." >&2;}
14041 { (exit 1); exit 1; }; }
14042fi
14043rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14044fi
14045fi
14046rm -f conftest.val
247f5006 14047else
a0b9e27f 14048 ac_cv_sizeof_char=0
247f5006 14049fi
247f5006 14050fi
e6cc62c6
VS
14051echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14052echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14053cat >>confdefs.h <<_ACEOF
14054#define SIZEOF_CHAR $ac_cv_sizeof_char
14055_ACEOF
14056
14057
14058echo "$as_me:$LINENO: checking for short" >&5
14059echo $ECHO_N "checking for short... $ECHO_C" >&6
14060if test "${ac_cv_type_short+set}" = set; then
14061 echo $ECHO_N "(cached) $ECHO_C" >&6
14062else
14063 cat >conftest.$ac_ext <<_ACEOF
14064#line $LINENO "configure"
14065/* confdefs.h. */
14066_ACEOF
14067cat confdefs.h >>conftest.$ac_ext
14068cat >>conftest.$ac_ext <<_ACEOF
14069/* end confdefs.h. */
14070$ac_includes_default
14071int
14072main ()
14073{
14074if ((short *) 0)
14075 return 0;
14076if (sizeof (short))
14077 return 0;
14078 ;
14079 return 0;
14080}
14081_ACEOF
14082rm -f conftest.$ac_objext
14083if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14084 (eval $ac_compile) 2>&5
14085 ac_status=$?
14086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14087 (exit $ac_status); } &&
14088 { ac_try='test -s conftest.$ac_objext'
14089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14090 (eval $ac_try) 2>&5
14091 ac_status=$?
14092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14093 (exit $ac_status); }; }; then
14094 ac_cv_type_short=yes
14095else
14096 echo "$as_me: failed program was:" >&5
14097sed 's/^/| /' conftest.$ac_ext >&5
14098
14099ac_cv_type_short=no
14100fi
14101rm -f conftest.$ac_objext conftest.$ac_ext
14102fi
14103echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14104echo "${ECHO_T}$ac_cv_type_short" >&6
14105
14106echo "$as_me:$LINENO: checking size of short" >&5
14107echo $ECHO_N "checking size of short... $ECHO_C" >&6
14108if test "${ac_cv_sizeof_short+set}" = set; then
14109 echo $ECHO_N "(cached) $ECHO_C" >&6
14110else
14111 if test "$ac_cv_type_short" = yes; then
14112 # The cast to unsigned long works around a bug in the HP C Compiler
14113 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14114 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14115 # This bug is HP SR number 8606223364.
14116 if test "$cross_compiling" = yes; then
14117 # Depending upon the size, compute the lo and hi bounds.
14118cat >conftest.$ac_ext <<_ACEOF
14119#line $LINENO "configure"
14120/* confdefs.h. */
14121_ACEOF
14122cat confdefs.h >>conftest.$ac_ext
14123cat >>conftest.$ac_ext <<_ACEOF
14124/* end confdefs.h. */
14125$ac_includes_default
14126int
14127main ()
14128{
14129static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14130test_array [0] = 0
247f5006 14131
e6cc62c6
VS
14132 ;
14133 return 0;
14134}
14135_ACEOF
14136rm -f conftest.$ac_objext
14137if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14138 (eval $ac_compile) 2>&5
14139 ac_status=$?
14140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14141 (exit $ac_status); } &&
14142 { ac_try='test -s conftest.$ac_objext'
14143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14144 (eval $ac_try) 2>&5
14145 ac_status=$?
14146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14147 (exit $ac_status); }; }; then
14148 ac_lo=0 ac_mid=0
14149 while :; do
14150 cat >conftest.$ac_ext <<_ACEOF
14151#line $LINENO "configure"
14152/* confdefs.h. */
14153_ACEOF
14154cat confdefs.h >>conftest.$ac_ext
14155cat >>conftest.$ac_ext <<_ACEOF
14156/* end confdefs.h. */
14157$ac_includes_default
14158int
14159main ()
14160{
14161static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14162test_array [0] = 0
14163
14164 ;
14165 return 0;
14166}
14167_ACEOF
14168rm -f conftest.$ac_objext
14169if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14170 (eval $ac_compile) 2>&5
14171 ac_status=$?
14172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14173 (exit $ac_status); } &&
14174 { ac_try='test -s conftest.$ac_objext'
14175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14176 (eval $ac_try) 2>&5
14177 ac_status=$?
14178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179 (exit $ac_status); }; }; then
14180 ac_hi=$ac_mid; break
14181else
14182 echo "$as_me: failed program was:" >&5
14183sed 's/^/| /' conftest.$ac_ext >&5
14184
14185ac_lo=`expr $ac_mid + 1`
14186 if test $ac_lo -le $ac_mid; then
14187 ac_lo= ac_hi=
14188 break
14189 fi
14190 ac_mid=`expr 2 '*' $ac_mid + 1`
247f5006 14191fi
e6cc62c6
VS
14192rm -f conftest.$ac_objext conftest.$ac_ext
14193 done
14194else
14195 echo "$as_me: failed program was:" >&5
14196sed 's/^/| /' conftest.$ac_ext >&5
14197
14198cat >conftest.$ac_ext <<_ACEOF
14199#line $LINENO "configure"
14200/* confdefs.h. */
14201_ACEOF
14202cat confdefs.h >>conftest.$ac_ext
14203cat >>conftest.$ac_ext <<_ACEOF
14204/* end confdefs.h. */
14205$ac_includes_default
14206int
14207main ()
14208{
14209static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14210test_array [0] = 0
247f5006 14211
e6cc62c6
VS
14212 ;
14213 return 0;
14214}
14215_ACEOF
14216rm -f conftest.$ac_objext
14217if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14218 (eval $ac_compile) 2>&5
14219 ac_status=$?
14220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14221 (exit $ac_status); } &&
14222 { ac_try='test -s conftest.$ac_objext'
14223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14224 (eval $ac_try) 2>&5
14225 ac_status=$?
14226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14227 (exit $ac_status); }; }; then
14228 ac_hi=-1 ac_mid=-1
14229 while :; do
14230 cat >conftest.$ac_ext <<_ACEOF
14231#line $LINENO "configure"
14232/* confdefs.h. */
14233_ACEOF
14234cat confdefs.h >>conftest.$ac_ext
14235cat >>conftest.$ac_ext <<_ACEOF
14236/* end confdefs.h. */
14237$ac_includes_default
14238int
14239main ()
14240{
14241static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14242test_array [0] = 0
247f5006 14243
e6cc62c6
VS
14244 ;
14245 return 0;
14246}
14247_ACEOF
14248rm -f conftest.$ac_objext
14249if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14250 (eval $ac_compile) 2>&5
14251 ac_status=$?
14252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14253 (exit $ac_status); } &&
14254 { ac_try='test -s conftest.$ac_objext'
14255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14256 (eval $ac_try) 2>&5
14257 ac_status=$?
14258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14259 (exit $ac_status); }; }; then
14260 ac_lo=$ac_mid; break
14261else
14262 echo "$as_me: failed program was:" >&5
14263sed 's/^/| /' conftest.$ac_ext >&5
14264
14265ac_hi=`expr '(' $ac_mid ')' - 1`
14266 if test $ac_mid -le $ac_hi; then
14267 ac_lo= ac_hi=
14268 break
14269 fi
14270 ac_mid=`expr 2 '*' $ac_mid`
14271fi
14272rm -f conftest.$ac_objext conftest.$ac_ext
14273 done
247f5006 14274else
e6cc62c6
VS
14275 echo "$as_me: failed program was:" >&5
14276sed 's/^/| /' conftest.$ac_ext >&5
14277
14278ac_lo= ac_hi=
14279fi
14280rm -f conftest.$ac_objext conftest.$ac_ext
14281fi
14282rm -f conftest.$ac_objext conftest.$ac_ext
14283# Binary search between lo and hi bounds.
14284while test "x$ac_lo" != "x$ac_hi"; do
14285 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14286 cat >conftest.$ac_ext <<_ACEOF
14287#line $LINENO "configure"
14288/* confdefs.h. */
14289_ACEOF
14290cat confdefs.h >>conftest.$ac_ext
14291cat >>conftest.$ac_ext <<_ACEOF
14292/* end confdefs.h. */
14293$ac_includes_default
14294int
14295main ()
14296{
14297static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14298test_array [0] = 0
14299
14300 ;
14301 return 0;
14302}
14303_ACEOF
14304rm -f conftest.$ac_objext
14305if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14306 (eval $ac_compile) 2>&5
14307 ac_status=$?
14308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14309 (exit $ac_status); } &&
14310 { ac_try='test -s conftest.$ac_objext'
14311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14312 (eval $ac_try) 2>&5
14313 ac_status=$?
14314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14315 (exit $ac_status); }; }; then
14316 ac_hi=$ac_mid
14317else
14318 echo "$as_me: failed program was:" >&5
14319sed 's/^/| /' conftest.$ac_ext >&5
14320
14321ac_lo=`expr '(' $ac_mid ')' + 1`
14322fi
14323rm -f conftest.$ac_objext conftest.$ac_ext
14324done
14325case $ac_lo in
14326?*) ac_cv_sizeof_short=$ac_lo;;
14327'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14328See \`config.log' for more details." >&5
14329echo "$as_me: error: cannot compute sizeof (short), 77
14330See \`config.log' for more details." >&2;}
14331 { (exit 1); exit 1; }; } ;;
14332esac
247f5006 14333else
e6cc62c6
VS
14334 if test "$cross_compiling" = yes; then
14335 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14336See \`config.log' for more details." >&5
14337echo "$as_me: error: cannot run test program while cross compiling
14338See \`config.log' for more details." >&2;}
14339 { (exit 1); exit 1; }; }
14340else
14341 cat >conftest.$ac_ext <<_ACEOF
14342#line $LINENO "configure"
14343/* confdefs.h. */
14344_ACEOF
14345cat confdefs.h >>conftest.$ac_ext
14346cat >>conftest.$ac_ext <<_ACEOF
14347/* end confdefs.h. */
14348$ac_includes_default
14349long longval () { return (long) (sizeof (short)); }
14350unsigned long ulongval () { return (long) (sizeof (short)); }
a0b9e27f 14351#include <stdio.h>
e6cc62c6
VS
14352#include <stdlib.h>
14353int
14354main ()
a0b9e27f 14355{
e6cc62c6
VS
14356
14357 FILE *f = fopen ("conftest.val", "w");
14358 if (! f)
14359 exit (1);
14360 if (((long) (sizeof (short))) < 0)
14361 {
14362 long i = longval ();
14363 if (i != ((long) (sizeof (short))))
14364 exit (1);
14365 fprintf (f, "%ld\n", i);
14366 }
14367 else
14368 {
14369 unsigned long i = ulongval ();
14370 if (i != ((long) (sizeof (short))))
14371 exit (1);
14372 fprintf (f, "%lu\n", i);
14373 }
14374 exit (ferror (f) || fclose (f) != 0);
14375
14376 ;
14377 return 0;
a0b9e27f 14378}
e6cc62c6
VS
14379_ACEOF
14380rm -f conftest$ac_exeext
14381if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14382 (eval $ac_link) 2>&5
14383 ac_status=$?
14384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14385 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14387 (eval $ac_try) 2>&5
14388 ac_status=$?
14389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14390 (exit $ac_status); }; }; then
14391 ac_cv_sizeof_short=`cat conftest.val`
14392else
14393 echo "$as_me: program exited with status $ac_status" >&5
14394echo "$as_me: failed program was:" >&5
14395sed 's/^/| /' conftest.$ac_ext >&5
14396
14397( exit $ac_status )
14398{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14399See \`config.log' for more details." >&5
14400echo "$as_me: error: cannot compute sizeof (short), 77
14401See \`config.log' for more details." >&2;}
14402 { (exit 1); exit 1; }; }
14403fi
14404rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14405fi
14406fi
14407rm -f conftest.val
247f5006 14408else
a0b9e27f 14409 ac_cv_sizeof_short=0
247f5006 14410fi
247f5006 14411fi
e6cc62c6
VS
14412echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14413echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14414cat >>confdefs.h <<_ACEOF
14415#define SIZEOF_SHORT $ac_cv_sizeof_short
14416_ACEOF
14417
14418
14419echo "$as_me:$LINENO: checking for void *" >&5
14420echo $ECHO_N "checking for void *... $ECHO_C" >&6
14421if test "${ac_cv_type_void_p+set}" = set; then
14422 echo $ECHO_N "(cached) $ECHO_C" >&6
14423else
14424 cat >conftest.$ac_ext <<_ACEOF
14425#line $LINENO "configure"
14426/* confdefs.h. */
14427_ACEOF
14428cat confdefs.h >>conftest.$ac_ext
14429cat >>conftest.$ac_ext <<_ACEOF
14430/* end confdefs.h. */
14431$ac_includes_default
14432int
14433main ()
14434{
14435if ((void * *) 0)
14436 return 0;
14437if (sizeof (void *))
14438 return 0;
14439 ;
14440 return 0;
14441}
14442_ACEOF
14443rm -f conftest.$ac_objext
14444if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14445 (eval $ac_compile) 2>&5
14446 ac_status=$?
14447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448 (exit $ac_status); } &&
14449 { ac_try='test -s conftest.$ac_objext'
14450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14451 (eval $ac_try) 2>&5
14452 ac_status=$?
14453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14454 (exit $ac_status); }; }; then
14455 ac_cv_type_void_p=yes
14456else
14457 echo "$as_me: failed program was:" >&5
14458sed 's/^/| /' conftest.$ac_ext >&5
14459
14460ac_cv_type_void_p=no
14461fi
14462rm -f conftest.$ac_objext conftest.$ac_ext
14463fi
14464echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14465echo "${ECHO_T}$ac_cv_type_void_p" >&6
14466
14467echo "$as_me:$LINENO: checking size of void *" >&5
14468echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14469if test "${ac_cv_sizeof_void_p+set}" = set; then
14470 echo $ECHO_N "(cached) $ECHO_C" >&6
14471else
14472 if test "$ac_cv_type_void_p" = yes; then
14473 # The cast to unsigned long works around a bug in the HP C Compiler
14474 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14475 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14476 # This bug is HP SR number 8606223364.
14477 if test "$cross_compiling" = yes; then
14478 # Depending upon the size, compute the lo and hi bounds.
14479cat >conftest.$ac_ext <<_ACEOF
14480#line $LINENO "configure"
14481/* confdefs.h. */
14482_ACEOF
14483cat confdefs.h >>conftest.$ac_ext
14484cat >>conftest.$ac_ext <<_ACEOF
14485/* end confdefs.h. */
14486$ac_includes_default
14487int
14488main ()
14489{
14490static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14491test_array [0] = 0
14492
14493 ;
14494 return 0;
14495}
14496_ACEOF
14497rm -f conftest.$ac_objext
14498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14499 (eval $ac_compile) 2>&5
14500 ac_status=$?
14501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14502 (exit $ac_status); } &&
14503 { ac_try='test -s conftest.$ac_objext'
14504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14505 (eval $ac_try) 2>&5
14506 ac_status=$?
14507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14508 (exit $ac_status); }; }; then
14509 ac_lo=0 ac_mid=0
14510 while :; do
14511 cat >conftest.$ac_ext <<_ACEOF
14512#line $LINENO "configure"
14513/* confdefs.h. */
14514_ACEOF
14515cat confdefs.h >>conftest.$ac_ext
14516cat >>conftest.$ac_ext <<_ACEOF
14517/* end confdefs.h. */
14518$ac_includes_default
14519int
14520main ()
14521{
14522static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14523test_array [0] = 0
247f5006 14524
e6cc62c6
VS
14525 ;
14526 return 0;
14527}
14528_ACEOF
14529rm -f conftest.$ac_objext
14530if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14531 (eval $ac_compile) 2>&5
14532 ac_status=$?
14533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14534 (exit $ac_status); } &&
14535 { ac_try='test -s conftest.$ac_objext'
14536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14537 (eval $ac_try) 2>&5
14538 ac_status=$?
14539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14540 (exit $ac_status); }; }; then
14541 ac_hi=$ac_mid; break
14542else
14543 echo "$as_me: failed program was:" >&5
14544sed 's/^/| /' conftest.$ac_ext >&5
14545
14546ac_lo=`expr $ac_mid + 1`
14547 if test $ac_lo -le $ac_mid; then
14548 ac_lo= ac_hi=
14549 break
14550 fi
14551 ac_mid=`expr 2 '*' $ac_mid + 1`
247f5006 14552fi
e6cc62c6
VS
14553rm -f conftest.$ac_objext conftest.$ac_ext
14554 done
14555else
14556 echo "$as_me: failed program was:" >&5
14557sed 's/^/| /' conftest.$ac_ext >&5
14558
14559cat >conftest.$ac_ext <<_ACEOF
14560#line $LINENO "configure"
14561/* confdefs.h. */
14562_ACEOF
14563cat confdefs.h >>conftest.$ac_ext
14564cat >>conftest.$ac_ext <<_ACEOF
14565/* end confdefs.h. */
14566$ac_includes_default
14567int
14568main ()
14569{
14570static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14571test_array [0] = 0
247f5006 14572
e6cc62c6
VS
14573 ;
14574 return 0;
14575}
14576_ACEOF
14577rm -f conftest.$ac_objext
14578if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14579 (eval $ac_compile) 2>&5
14580 ac_status=$?
14581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14582 (exit $ac_status); } &&
14583 { ac_try='test -s conftest.$ac_objext'
14584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14585 (eval $ac_try) 2>&5
14586 ac_status=$?
14587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14588 (exit $ac_status); }; }; then
14589 ac_hi=-1 ac_mid=-1
14590 while :; do
14591 cat >conftest.$ac_ext <<_ACEOF
14592#line $LINENO "configure"
14593/* confdefs.h. */
14594_ACEOF
14595cat confdefs.h >>conftest.$ac_ext
14596cat >>conftest.$ac_ext <<_ACEOF
14597/* end confdefs.h. */
14598$ac_includes_default
14599int
14600main ()
14601{
14602static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14603test_array [0] = 0
247f5006 14604
e6cc62c6
VS
14605 ;
14606 return 0;
14607}
14608_ACEOF
14609rm -f conftest.$ac_objext
14610if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14611 (eval $ac_compile) 2>&5
14612 ac_status=$?
14613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14614 (exit $ac_status); } &&
14615 { ac_try='test -s conftest.$ac_objext'
14616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14617 (eval $ac_try) 2>&5
14618 ac_status=$?
14619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); }; }; then
14621 ac_lo=$ac_mid; break
14622else
14623 echo "$as_me: failed program was:" >&5
14624sed 's/^/| /' conftest.$ac_ext >&5
14625
14626ac_hi=`expr '(' $ac_mid ')' - 1`
14627 if test $ac_mid -le $ac_hi; then
14628 ac_lo= ac_hi=
14629 break
14630 fi
14631 ac_mid=`expr 2 '*' $ac_mid`
14632fi
14633rm -f conftest.$ac_objext conftest.$ac_ext
14634 done
a0b9e27f 14635else
e6cc62c6
VS
14636 echo "$as_me: failed program was:" >&5
14637sed 's/^/| /' conftest.$ac_ext >&5
14638
14639ac_lo= ac_hi=
14640fi
14641rm -f conftest.$ac_objext conftest.$ac_ext
14642fi
14643rm -f conftest.$ac_objext conftest.$ac_ext
14644# Binary search between lo and hi bounds.
14645while test "x$ac_lo" != "x$ac_hi"; do
14646 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14647 cat >conftest.$ac_ext <<_ACEOF
14648#line $LINENO "configure"
14649/* confdefs.h. */
14650_ACEOF
14651cat confdefs.h >>conftest.$ac_ext
14652cat >>conftest.$ac_ext <<_ACEOF
14653/* end confdefs.h. */
14654$ac_includes_default
14655int
14656main ()
14657{
14658static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14659test_array [0] = 0
14660
14661 ;
14662 return 0;
14663}
14664_ACEOF
14665rm -f conftest.$ac_objext
14666if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14667 (eval $ac_compile) 2>&5
14668 ac_status=$?
14669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14670 (exit $ac_status); } &&
14671 { ac_try='test -s conftest.$ac_objext'
14672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14673 (eval $ac_try) 2>&5
14674 ac_status=$?
14675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14676 (exit $ac_status); }; }; then
14677 ac_hi=$ac_mid
14678else
14679 echo "$as_me: failed program was:" >&5
14680sed 's/^/| /' conftest.$ac_ext >&5
14681
14682ac_lo=`expr '(' $ac_mid ')' + 1`
14683fi
14684rm -f conftest.$ac_objext conftest.$ac_ext
14685done
14686case $ac_lo in
14687?*) ac_cv_sizeof_void_p=$ac_lo;;
14688'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14689See \`config.log' for more details." >&5
14690echo "$as_me: error: cannot compute sizeof (void *), 77
14691See \`config.log' for more details." >&2;}
14692 { (exit 1); exit 1; }; } ;;
14693esac
247f5006 14694else
e6cc62c6
VS
14695 if test "$cross_compiling" = yes; then
14696 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14697See \`config.log' for more details." >&5
14698echo "$as_me: error: cannot run test program while cross compiling
14699See \`config.log' for more details." >&2;}
14700 { (exit 1); exit 1; }; }
14701else
14702 cat >conftest.$ac_ext <<_ACEOF
14703#line $LINENO "configure"
14704/* confdefs.h. */
14705_ACEOF
14706cat confdefs.h >>conftest.$ac_ext
14707cat >>conftest.$ac_ext <<_ACEOF
14708/* end confdefs.h. */
14709$ac_includes_default
14710long longval () { return (long) (sizeof (void *)); }
14711unsigned long ulongval () { return (long) (sizeof (void *)); }
247f5006 14712#include <stdio.h>
e6cc62c6
VS
14713#include <stdlib.h>
14714int
14715main ()
247f5006 14716{
e6cc62c6
VS
14717
14718 FILE *f = fopen ("conftest.val", "w");
14719 if (! f)
14720 exit (1);
14721 if (((long) (sizeof (void *))) < 0)
14722 {
14723 long i = longval ();
14724 if (i != ((long) (sizeof (void *))))
14725 exit (1);
14726 fprintf (f, "%ld\n", i);
14727 }
14728 else
14729 {
14730 unsigned long i = ulongval ();
14731 if (i != ((long) (sizeof (void *))))
14732 exit (1);
14733 fprintf (f, "%lu\n", i);
14734 }
14735 exit (ferror (f) || fclose (f) != 0);
14736
14737 ;
14738 return 0;
5c6fa7d2 14739}
e6cc62c6
VS
14740_ACEOF
14741rm -f conftest$ac_exeext
14742if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14743 (eval $ac_link) 2>&5
14744 ac_status=$?
14745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14746 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14748 (eval $ac_try) 2>&5
14749 ac_status=$?
14750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14751 (exit $ac_status); }; }; then
14752 ac_cv_sizeof_void_p=`cat conftest.val`
14753else
14754 echo "$as_me: program exited with status $ac_status" >&5
14755echo "$as_me: failed program was:" >&5
14756sed 's/^/| /' conftest.$ac_ext >&5
14757
14758( exit $ac_status )
14759{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14760See \`config.log' for more details." >&5
14761echo "$as_me: error: cannot compute sizeof (void *), 77
14762See \`config.log' for more details." >&2;}
14763 { (exit 1); exit 1; }; }
14764fi
14765rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14766fi
14767fi
14768rm -f conftest.val
a0b9e27f 14769else
a0b9e27f
MB
14770 ac_cv_sizeof_void_p=0
14771fi
a0b9e27f 14772fi
e6cc62c6
VS
14773echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14774echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14775cat >>confdefs.h <<_ACEOF
14776#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14777_ACEOF
14778
14779
14780echo "$as_me:$LINENO: checking for int" >&5
14781echo $ECHO_N "checking for int... $ECHO_C" >&6
14782if test "${ac_cv_type_int+set}" = set; then
14783 echo $ECHO_N "(cached) $ECHO_C" >&6
14784else
14785 cat >conftest.$ac_ext <<_ACEOF
14786#line $LINENO "configure"
14787/* confdefs.h. */
14788_ACEOF
14789cat confdefs.h >>conftest.$ac_ext
14790cat >>conftest.$ac_ext <<_ACEOF
14791/* end confdefs.h. */
14792$ac_includes_default
14793int
14794main ()
14795{
14796if ((int *) 0)
14797 return 0;
14798if (sizeof (int))
14799 return 0;
14800 ;
14801 return 0;
14802}
14803_ACEOF
14804rm -f conftest.$ac_objext
14805if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14806 (eval $ac_compile) 2>&5
14807 ac_status=$?
14808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14809 (exit $ac_status); } &&
14810 { ac_try='test -s conftest.$ac_objext'
14811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14812 (eval $ac_try) 2>&5
14813 ac_status=$?
14814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14815 (exit $ac_status); }; }; then
14816 ac_cv_type_int=yes
14817else
14818 echo "$as_me: failed program was:" >&5
14819sed 's/^/| /' conftest.$ac_ext >&5
14820
14821ac_cv_type_int=no
14822fi
14823rm -f conftest.$ac_objext conftest.$ac_ext
14824fi
14825echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14826echo "${ECHO_T}$ac_cv_type_int" >&6
14827
14828echo "$as_me:$LINENO: checking size of int" >&5
14829echo $ECHO_N "checking size of int... $ECHO_C" >&6
14830if test "${ac_cv_sizeof_int+set}" = set; then
14831 echo $ECHO_N "(cached) $ECHO_C" >&6
14832else
14833 if test "$ac_cv_type_int" = yes; then
14834 # The cast to unsigned long works around a bug in the HP C Compiler
14835 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14836 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14837 # This bug is HP SR number 8606223364.
14838 if test "$cross_compiling" = yes; then
14839 # Depending upon the size, compute the lo and hi bounds.
14840cat >conftest.$ac_ext <<_ACEOF
14841#line $LINENO "configure"
14842/* confdefs.h. */
14843_ACEOF
14844cat confdefs.h >>conftest.$ac_ext
14845cat >>conftest.$ac_ext <<_ACEOF
14846/* end confdefs.h. */
14847$ac_includes_default
14848int
14849main ()
14850{
14851static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14852test_array [0] = 0
8284b0c5 14853
e6cc62c6
VS
14854 ;
14855 return 0;
14856}
14857_ACEOF
14858rm -f conftest.$ac_objext
14859if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14860 (eval $ac_compile) 2>&5
14861 ac_status=$?
14862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863 (exit $ac_status); } &&
14864 { ac_try='test -s conftest.$ac_objext'
14865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14866 (eval $ac_try) 2>&5
14867 ac_status=$?
14868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14869 (exit $ac_status); }; }; then
14870 ac_lo=0 ac_mid=0
14871 while :; do
14872 cat >conftest.$ac_ext <<_ACEOF
14873#line $LINENO "configure"
14874/* confdefs.h. */
14875_ACEOF
14876cat confdefs.h >>conftest.$ac_ext
14877cat >>conftest.$ac_ext <<_ACEOF
14878/* end confdefs.h. */
14879$ac_includes_default
14880int
14881main ()
14882{
14883static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14884test_array [0] = 0
14885
14886 ;
14887 return 0;
14888}
14889_ACEOF
14890rm -f conftest.$ac_objext
14891if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14892 (eval $ac_compile) 2>&5
14893 ac_status=$?
14894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14895 (exit $ac_status); } &&
14896 { ac_try='test -s conftest.$ac_objext'
14897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14898 (eval $ac_try) 2>&5
14899 ac_status=$?
14900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14901 (exit $ac_status); }; }; then
14902 ac_hi=$ac_mid; break
14903else
14904 echo "$as_me: failed program was:" >&5
14905sed 's/^/| /' conftest.$ac_ext >&5
14906
14907ac_lo=`expr $ac_mid + 1`
14908 if test $ac_lo -le $ac_mid; then
14909 ac_lo= ac_hi=
14910 break
14911 fi
14912 ac_mid=`expr 2 '*' $ac_mid + 1`
247f5006 14913fi
e6cc62c6
VS
14914rm -f conftest.$ac_objext conftest.$ac_ext
14915 done
14916else
14917 echo "$as_me: failed program was:" >&5
14918sed 's/^/| /' conftest.$ac_ext >&5
14919
14920cat >conftest.$ac_ext <<_ACEOF
14921#line $LINENO "configure"
14922/* confdefs.h. */
14923_ACEOF
14924cat confdefs.h >>conftest.$ac_ext
14925cat >>conftest.$ac_ext <<_ACEOF
14926/* end confdefs.h. */
14927$ac_includes_default
14928int
14929main ()
14930{
14931static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14932test_array [0] = 0
247f5006 14933
e6cc62c6
VS
14934 ;
14935 return 0;
14936}
14937_ACEOF
14938rm -f conftest.$ac_objext
14939if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14940 (eval $ac_compile) 2>&5
14941 ac_status=$?
14942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14943 (exit $ac_status); } &&
14944 { ac_try='test -s conftest.$ac_objext'
14945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14946 (eval $ac_try) 2>&5
14947 ac_status=$?
14948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949 (exit $ac_status); }; }; then
14950 ac_hi=-1 ac_mid=-1
14951 while :; do
14952 cat >conftest.$ac_ext <<_ACEOF
14953#line $LINENO "configure"
14954/* confdefs.h. */
14955_ACEOF
14956cat confdefs.h >>conftest.$ac_ext
14957cat >>conftest.$ac_ext <<_ACEOF
14958/* end confdefs.h. */
14959$ac_includes_default
14960int
14961main ()
14962{
14963static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
14964test_array [0] = 0
247f5006 14965
e6cc62c6
VS
14966 ;
14967 return 0;
14968}
14969_ACEOF
14970rm -f conftest.$ac_objext
14971if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14972 (eval $ac_compile) 2>&5
14973 ac_status=$?
14974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14975 (exit $ac_status); } &&
14976 { ac_try='test -s conftest.$ac_objext'
14977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14978 (eval $ac_try) 2>&5
14979 ac_status=$?
14980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14981 (exit $ac_status); }; }; then
14982 ac_lo=$ac_mid; break
14983else
14984 echo "$as_me: failed program was:" >&5
14985sed 's/^/| /' conftest.$ac_ext >&5
14986
14987ac_hi=`expr '(' $ac_mid ')' - 1`
14988 if test $ac_mid -le $ac_hi; then
14989 ac_lo= ac_hi=
14990 break
14991 fi
14992 ac_mid=`expr 2 '*' $ac_mid`
14993fi
14994rm -f conftest.$ac_objext conftest.$ac_ext
14995 done
247f5006 14996else
e6cc62c6
VS
14997 echo "$as_me: failed program was:" >&5
14998sed 's/^/| /' conftest.$ac_ext >&5
14999
15000ac_lo= ac_hi=
15001fi
15002rm -f conftest.$ac_objext conftest.$ac_ext
15003fi
15004rm -f conftest.$ac_objext conftest.$ac_ext
15005# Binary search between lo and hi bounds.
15006while test "x$ac_lo" != "x$ac_hi"; do
15007 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15008 cat >conftest.$ac_ext <<_ACEOF
15009#line $LINENO "configure"
15010/* confdefs.h. */
15011_ACEOF
15012cat confdefs.h >>conftest.$ac_ext
15013cat >>conftest.$ac_ext <<_ACEOF
15014/* end confdefs.h. */
15015$ac_includes_default
15016int
15017main ()
15018{
15019static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15020test_array [0] = 0
15021
15022 ;
15023 return 0;
15024}
15025_ACEOF
15026rm -f conftest.$ac_objext
15027if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15028 (eval $ac_compile) 2>&5
15029 ac_status=$?
15030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031 (exit $ac_status); } &&
15032 { ac_try='test -s conftest.$ac_objext'
15033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15034 (eval $ac_try) 2>&5
15035 ac_status=$?
15036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15037 (exit $ac_status); }; }; then
15038 ac_hi=$ac_mid
15039else
15040 echo "$as_me: failed program was:" >&5
15041sed 's/^/| /' conftest.$ac_ext >&5
15042
15043ac_lo=`expr '(' $ac_mid ')' + 1`
15044fi
15045rm -f conftest.$ac_objext conftest.$ac_ext
15046done
15047case $ac_lo in
15048?*) ac_cv_sizeof_int=$ac_lo;;
15049'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15050See \`config.log' for more details." >&5
15051echo "$as_me: error: cannot compute sizeof (int), 77
15052See \`config.log' for more details." >&2;}
15053 { (exit 1); exit 1; }; } ;;
15054esac
a0b9e27f 15055else
e6cc62c6
VS
15056 if test "$cross_compiling" = yes; then
15057 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15058See \`config.log' for more details." >&5
15059echo "$as_me: error: cannot run test program while cross compiling
15060See \`config.log' for more details." >&2;}
15061 { (exit 1); exit 1; }; }
15062else
15063 cat >conftest.$ac_ext <<_ACEOF
15064#line $LINENO "configure"
15065/* confdefs.h. */
15066_ACEOF
15067cat confdefs.h >>conftest.$ac_ext
15068cat >>conftest.$ac_ext <<_ACEOF
15069/* end confdefs.h. */
15070$ac_includes_default
15071long longval () { return (long) (sizeof (int)); }
15072unsigned long ulongval () { return (long) (sizeof (int)); }
a0b9e27f 15073#include <stdio.h>
e6cc62c6
VS
15074#include <stdlib.h>
15075int
15076main ()
247f5006 15077{
e6cc62c6
VS
15078
15079 FILE *f = fopen ("conftest.val", "w");
15080 if (! f)
15081 exit (1);
15082 if (((long) (sizeof (int))) < 0)
15083 {
15084 long i = longval ();
15085 if (i != ((long) (sizeof (int))))
15086 exit (1);
15087 fprintf (f, "%ld\n", i);
15088 }
15089 else
15090 {
15091 unsigned long i = ulongval ();
15092 if (i != ((long) (sizeof (int))))
15093 exit (1);
15094 fprintf (f, "%lu\n", i);
15095 }
15096 exit (ferror (f) || fclose (f) != 0);
15097
15098 ;
15099 return 0;
247f5006 15100}
e6cc62c6
VS
15101_ACEOF
15102rm -f conftest$ac_exeext
15103if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15104 (eval $ac_link) 2>&5
15105 ac_status=$?
15106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15107 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15109 (eval $ac_try) 2>&5
15110 ac_status=$?
15111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15112 (exit $ac_status); }; }; then
15113 ac_cv_sizeof_int=`cat conftest.val`
15114else
15115 echo "$as_me: program exited with status $ac_status" >&5
15116echo "$as_me: failed program was:" >&5
15117sed 's/^/| /' conftest.$ac_ext >&5
15118
15119( exit $ac_status )
15120{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15121See \`config.log' for more details." >&5
15122echo "$as_me: error: cannot compute sizeof (int), 77
15123See \`config.log' for more details." >&2;}
15124 { (exit 1); exit 1; }; }
15125fi
15126rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15127fi
15128fi
15129rm -f conftest.val
6f72b082 15130else
a0b9e27f 15131 ac_cv_sizeof_int=0
21d1c967 15132fi
698dcdb6 15133fi
e6cc62c6
VS
15134echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15135echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15136cat >>confdefs.h <<_ACEOF
15137#define SIZEOF_INT $ac_cv_sizeof_int
15138_ACEOF
15139
15140
15141echo "$as_me:$LINENO: checking for long" >&5
15142echo $ECHO_N "checking for long... $ECHO_C" >&6
15143if test "${ac_cv_type_long+set}" = set; then
15144 echo $ECHO_N "(cached) $ECHO_C" >&6
15145else
15146 cat >conftest.$ac_ext <<_ACEOF
15147#line $LINENO "configure"
15148/* confdefs.h. */
15149_ACEOF
15150cat confdefs.h >>conftest.$ac_ext
15151cat >>conftest.$ac_ext <<_ACEOF
15152/* end confdefs.h. */
15153$ac_includes_default
15154int
15155main ()
15156{
15157if ((long *) 0)
15158 return 0;
15159if (sizeof (long))
15160 return 0;
15161 ;
15162 return 0;
15163}
15164_ACEOF
15165rm -f conftest.$ac_objext
15166if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15167 (eval $ac_compile) 2>&5
15168 ac_status=$?
15169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15170 (exit $ac_status); } &&
15171 { ac_try='test -s conftest.$ac_objext'
15172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15173 (eval $ac_try) 2>&5
15174 ac_status=$?
15175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15176 (exit $ac_status); }; }; then
15177 ac_cv_type_long=yes
15178else
15179 echo "$as_me: failed program was:" >&5
15180sed 's/^/| /' conftest.$ac_ext >&5
15181
15182ac_cv_type_long=no
15183fi
15184rm -f conftest.$ac_objext conftest.$ac_ext
15185fi
15186echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15187echo "${ECHO_T}$ac_cv_type_long" >&6
15188
15189echo "$as_me:$LINENO: checking size of long" >&5
15190echo $ECHO_N "checking size of long... $ECHO_C" >&6
15191if test "${ac_cv_sizeof_long+set}" = set; then
15192 echo $ECHO_N "(cached) $ECHO_C" >&6
15193else
15194 if test "$ac_cv_type_long" = yes; then
15195 # The cast to unsigned long works around a bug in the HP C Compiler
15196 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15197 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15198 # This bug is HP SR number 8606223364.
15199 if test "$cross_compiling" = yes; then
15200 # Depending upon the size, compute the lo and hi bounds.
15201cat >conftest.$ac_ext <<_ACEOF
15202#line $LINENO "configure"
15203/* confdefs.h. */
15204_ACEOF
15205cat confdefs.h >>conftest.$ac_ext
15206cat >>conftest.$ac_ext <<_ACEOF
15207/* end confdefs.h. */
15208$ac_includes_default
15209int
15210main ()
15211{
15212static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15213test_array [0] = 0
15214
15215 ;
15216 return 0;
15217}
15218_ACEOF
15219rm -f conftest.$ac_objext
15220if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15221 (eval $ac_compile) 2>&5
15222 ac_status=$?
15223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15224 (exit $ac_status); } &&
15225 { ac_try='test -s conftest.$ac_objext'
15226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15227 (eval $ac_try) 2>&5
15228 ac_status=$?
15229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); }; }; then
15231 ac_lo=0 ac_mid=0
15232 while :; do
15233 cat >conftest.$ac_ext <<_ACEOF
15234#line $LINENO "configure"
15235/* confdefs.h. */
15236_ACEOF
15237cat confdefs.h >>conftest.$ac_ext
15238cat >>conftest.$ac_ext <<_ACEOF
15239/* end confdefs.h. */
15240$ac_includes_default
15241int
15242main ()
15243{
15244static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15245test_array [0] = 0
4f14bcd8 15246
e6cc62c6
VS
15247 ;
15248 return 0;
15249}
15250_ACEOF
15251rm -f conftest.$ac_objext
15252if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15253 (eval $ac_compile) 2>&5
15254 ac_status=$?
15255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15256 (exit $ac_status); } &&
15257 { ac_try='test -s conftest.$ac_objext'
15258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15259 (eval $ac_try) 2>&5
15260 ac_status=$?
15261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); }; }; then
15263 ac_hi=$ac_mid; break
15264else
15265 echo "$as_me: failed program was:" >&5
15266sed 's/^/| /' conftest.$ac_ext >&5
15267
15268ac_lo=`expr $ac_mid + 1`
15269 if test $ac_lo -le $ac_mid; then
15270 ac_lo= ac_hi=
15271 break
15272 fi
15273 ac_mid=`expr 2 '*' $ac_mid + 1`
21d1c967 15274fi
e6cc62c6
VS
15275rm -f conftest.$ac_objext conftest.$ac_ext
15276 done
15277else
15278 echo "$as_me: failed program was:" >&5
15279sed 's/^/| /' conftest.$ac_ext >&5
15280
15281cat >conftest.$ac_ext <<_ACEOF
15282#line $LINENO "configure"
15283/* confdefs.h. */
15284_ACEOF
15285cat confdefs.h >>conftest.$ac_ext
15286cat >>conftest.$ac_ext <<_ACEOF
15287/* end confdefs.h. */
15288$ac_includes_default
15289int
15290main ()
15291{
15292static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15293test_array [0] = 0
4f14bcd8 15294
e6cc62c6
VS
15295 ;
15296 return 0;
15297}
15298_ACEOF
15299rm -f conftest.$ac_objext
15300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15301 (eval $ac_compile) 2>&5
15302 ac_status=$?
15303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15304 (exit $ac_status); } &&
15305 { ac_try='test -s conftest.$ac_objext'
15306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15307 (eval $ac_try) 2>&5
15308 ac_status=$?
15309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15310 (exit $ac_status); }; }; then
15311 ac_hi=-1 ac_mid=-1
15312 while :; do
15313 cat >conftest.$ac_ext <<_ACEOF
15314#line $LINENO "configure"
15315/* confdefs.h. */
15316_ACEOF
15317cat confdefs.h >>conftest.$ac_ext
15318cat >>conftest.$ac_ext <<_ACEOF
15319/* end confdefs.h. */
15320$ac_includes_default
15321int
15322main ()
15323{
15324static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15325test_array [0] = 0
5c6fa7d2 15326
e6cc62c6
VS
15327 ;
15328 return 0;
15329}
15330_ACEOF
15331rm -f conftest.$ac_objext
15332if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15333 (eval $ac_compile) 2>&5
15334 ac_status=$?
15335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15336 (exit $ac_status); } &&
15337 { ac_try='test -s conftest.$ac_objext'
15338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15339 (eval $ac_try) 2>&5
15340 ac_status=$?
15341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15342 (exit $ac_status); }; }; then
15343 ac_lo=$ac_mid; break
15344else
15345 echo "$as_me: failed program was:" >&5
15346sed 's/^/| /' conftest.$ac_ext >&5
15347
15348ac_hi=`expr '(' $ac_mid ')' - 1`
15349 if test $ac_mid -le $ac_hi; then
15350 ac_lo= ac_hi=
15351 break
15352 fi
15353 ac_mid=`expr 2 '*' $ac_mid`
15354fi
15355rm -f conftest.$ac_objext conftest.$ac_ext
15356 done
247f5006 15357else
e6cc62c6
VS
15358 echo "$as_me: failed program was:" >&5
15359sed 's/^/| /' conftest.$ac_ext >&5
15360
15361ac_lo= ac_hi=
15362fi
15363rm -f conftest.$ac_objext conftest.$ac_ext
15364fi
15365rm -f conftest.$ac_objext conftest.$ac_ext
15366# Binary search between lo and hi bounds.
15367while test "x$ac_lo" != "x$ac_hi"; do
15368 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15369 cat >conftest.$ac_ext <<_ACEOF
15370#line $LINENO "configure"
15371/* confdefs.h. */
15372_ACEOF
15373cat confdefs.h >>conftest.$ac_ext
15374cat >>conftest.$ac_ext <<_ACEOF
15375/* end confdefs.h. */
15376$ac_includes_default
15377int
15378main ()
15379{
15380static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15381test_array [0] = 0
15382
15383 ;
15384 return 0;
15385}
15386_ACEOF
15387rm -f conftest.$ac_objext
15388if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15389 (eval $ac_compile) 2>&5
15390 ac_status=$?
15391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15392 (exit $ac_status); } &&
15393 { ac_try='test -s conftest.$ac_objext'
15394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15395 (eval $ac_try) 2>&5
15396 ac_status=$?
15397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15398 (exit $ac_status); }; }; then
15399 ac_hi=$ac_mid
15400else
15401 echo "$as_me: failed program was:" >&5
15402sed 's/^/| /' conftest.$ac_ext >&5
15403
15404ac_lo=`expr '(' $ac_mid ')' + 1`
15405fi
15406rm -f conftest.$ac_objext conftest.$ac_ext
15407done
15408case $ac_lo in
15409?*) ac_cv_sizeof_long=$ac_lo;;
15410'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15411See \`config.log' for more details." >&5
15412echo "$as_me: error: cannot compute sizeof (long), 77
15413See \`config.log' for more details." >&2;}
15414 { (exit 1); exit 1; }; } ;;
15415esac
247f5006 15416else
e6cc62c6
VS
15417 if test "$cross_compiling" = yes; then
15418 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15419See \`config.log' for more details." >&5
15420echo "$as_me: error: cannot run test program while cross compiling
15421See \`config.log' for more details." >&2;}
15422 { (exit 1); exit 1; }; }
15423else
15424 cat >conftest.$ac_ext <<_ACEOF
15425#line $LINENO "configure"
15426/* confdefs.h. */
15427_ACEOF
15428cat confdefs.h >>conftest.$ac_ext
15429cat >>conftest.$ac_ext <<_ACEOF
15430/* end confdefs.h. */
15431$ac_includes_default
15432long longval () { return (long) (sizeof (long)); }
15433unsigned long ulongval () { return (long) (sizeof (long)); }
a0b9e27f 15434#include <stdio.h>
e6cc62c6
VS
15435#include <stdlib.h>
15436int
15437main ()
247f5006 15438{
e6cc62c6
VS
15439
15440 FILE *f = fopen ("conftest.val", "w");
15441 if (! f)
15442 exit (1);
15443 if (((long) (sizeof (long))) < 0)
15444 {
15445 long i = longval ();
15446 if (i != ((long) (sizeof (long))))
15447 exit (1);
15448 fprintf (f, "%ld\n", i);
15449 }
15450 else
15451 {
15452 unsigned long i = ulongval ();
15453 if (i != ((long) (sizeof (long))))
15454 exit (1);
15455 fprintf (f, "%lu\n", i);
15456 }
15457 exit (ferror (f) || fclose (f) != 0);
15458
15459 ;
15460 return 0;
247f5006 15461}
e6cc62c6
VS
15462_ACEOF
15463rm -f conftest$ac_exeext
15464if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15465 (eval $ac_link) 2>&5
15466 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15470 (eval $ac_try) 2>&5
15471 ac_status=$?
15472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15473 (exit $ac_status); }; }; then
15474 ac_cv_sizeof_long=`cat conftest.val`
15475else
15476 echo "$as_me: program exited with status $ac_status" >&5
15477echo "$as_me: failed program was:" >&5
15478sed 's/^/| /' conftest.$ac_ext >&5
15479
15480( exit $ac_status )
15481{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15482See \`config.log' for more details." >&5
15483echo "$as_me: error: cannot compute sizeof (long), 77
15484See \`config.log' for more details." >&2;}
15485 { (exit 1); exit 1; }; }
15486fi
15487rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15488fi
15489fi
15490rm -f conftest.val
247f5006 15491else
a0b9e27f 15492 ac_cv_sizeof_long=0
247f5006 15493fi
247f5006 15494fi
e6cc62c6
VS
15495echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15496echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15497cat >>confdefs.h <<_ACEOF
a0b9e27f 15498#define SIZEOF_LONG $ac_cv_sizeof_long
e6cc62c6 15499_ACEOF
247f5006 15500
a0b9e27f
MB
15501
15502
15503case "${host}" in
15504 arm-*-linux* )
e6cc62c6
VS
15505 echo "$as_me:$LINENO: checking for long long" >&5
15506echo $ECHO_N "checking for long long... $ECHO_C" >&6
15507if test "${ac_cv_type_long_long+set}" = set; then
15508 echo $ECHO_N "(cached) $ECHO_C" >&6
15509else
15510 cat >conftest.$ac_ext <<_ACEOF
15511#line $LINENO "configure"
15512/* confdefs.h. */
15513_ACEOF
15514cat confdefs.h >>conftest.$ac_ext
15515cat >>conftest.$ac_ext <<_ACEOF
15516/* end confdefs.h. */
15517$ac_includes_default
15518int
15519main ()
15520{
15521if ((long long *) 0)
15522 return 0;
15523if (sizeof (long long))
15524 return 0;
15525 ;
15526 return 0;
15527}
15528_ACEOF
15529rm -f conftest.$ac_objext
15530if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15531 (eval $ac_compile) 2>&5
15532 ac_status=$?
15533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15534 (exit $ac_status); } &&
15535 { ac_try='test -s conftest.$ac_objext'
15536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15537 (eval $ac_try) 2>&5
15538 ac_status=$?
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); }; }; then
15541 ac_cv_type_long_long=yes
15542else
15543 echo "$as_me: failed program was:" >&5
15544sed 's/^/| /' conftest.$ac_ext >&5
15545
15546ac_cv_type_long_long=no
15547fi
15548rm -f conftest.$ac_objext conftest.$ac_ext
15549fi
15550echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15551echo "${ECHO_T}$ac_cv_type_long_long" >&6
15552
15553echo "$as_me:$LINENO: checking size of long long" >&5
15554echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15555if test "${ac_cv_sizeof_long_long+set}" = set; then
15556 echo $ECHO_N "(cached) $ECHO_C" >&6
15557else
15558 if test "$ac_cv_type_long_long" = yes; then
15559 # The cast to unsigned long works around a bug in the HP C Compiler
15560 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15561 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15562 # This bug is HP SR number 8606223364.
a0b9e27f 15563 if test "$cross_compiling" = yes; then
e6cc62c6
VS
15564 # Depending upon the size, compute the lo and hi bounds.
15565cat >conftest.$ac_ext <<_ACEOF
15566#line $LINENO "configure"
15567/* confdefs.h. */
15568_ACEOF
15569cat confdefs.h >>conftest.$ac_ext
15570cat >>conftest.$ac_ext <<_ACEOF
15571/* end confdefs.h. */
15572$ac_includes_default
15573int
15574main ()
15575{
15576static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15577test_array [0] = 0
15578
15579 ;
15580 return 0;
15581}
15582_ACEOF
15583rm -f conftest.$ac_objext
15584if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15585 (eval $ac_compile) 2>&5
15586 ac_status=$?
15587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15588 (exit $ac_status); } &&
15589 { ac_try='test -s conftest.$ac_objext'
15590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15591 (eval $ac_try) 2>&5
15592 ac_status=$?
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); }; }; then
15595 ac_lo=0 ac_mid=0
15596 while :; do
15597 cat >conftest.$ac_ext <<_ACEOF
15598#line $LINENO "configure"
15599/* confdefs.h. */
15600_ACEOF
15601cat confdefs.h >>conftest.$ac_ext
15602cat >>conftest.$ac_ext <<_ACEOF
15603/* end confdefs.h. */
15604$ac_includes_default
15605int
15606main ()
15607{
15608static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15609test_array [0] = 0
15610
15611 ;
15612 return 0;
15613}
15614_ACEOF
15615rm -f conftest.$ac_objext
15616if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15617 (eval $ac_compile) 2>&5
15618 ac_status=$?
15619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620 (exit $ac_status); } &&
15621 { ac_try='test -s conftest.$ac_objext'
15622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15623 (eval $ac_try) 2>&5
15624 ac_status=$?
15625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15626 (exit $ac_status); }; }; then
15627 ac_hi=$ac_mid; break
15628else
15629 echo "$as_me: failed program was:" >&5
15630sed 's/^/| /' conftest.$ac_ext >&5
15631
15632ac_lo=`expr $ac_mid + 1`
15633 if test $ac_lo -le $ac_mid; then
15634 ac_lo= ac_hi=
15635 break
15636 fi
15637 ac_mid=`expr 2 '*' $ac_mid + 1`
15638fi
15639rm -f conftest.$ac_objext conftest.$ac_ext
15640 done
15641else
15642 echo "$as_me: failed program was:" >&5
15643sed 's/^/| /' conftest.$ac_ext >&5
15644
15645cat >conftest.$ac_ext <<_ACEOF
15646#line $LINENO "configure"
15647/* confdefs.h. */
15648_ACEOF
15649cat confdefs.h >>conftest.$ac_ext
15650cat >>conftest.$ac_ext <<_ACEOF
15651/* end confdefs.h. */
15652$ac_includes_default
15653int
15654main ()
15655{
15656static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15657test_array [0] = 0
15658
15659 ;
15660 return 0;
15661}
15662_ACEOF
15663rm -f conftest.$ac_objext
15664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15665 (eval $ac_compile) 2>&5
15666 ac_status=$?
15667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15668 (exit $ac_status); } &&
15669 { ac_try='test -s conftest.$ac_objext'
15670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15671 (eval $ac_try) 2>&5
15672 ac_status=$?
15673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674 (exit $ac_status); }; }; then
15675 ac_hi=-1 ac_mid=-1
15676 while :; do
15677 cat >conftest.$ac_ext <<_ACEOF
15678#line $LINENO "configure"
15679/* confdefs.h. */
15680_ACEOF
15681cat confdefs.h >>conftest.$ac_ext
15682cat >>conftest.$ac_ext <<_ACEOF
15683/* end confdefs.h. */
15684$ac_includes_default
15685int
15686main ()
15687{
15688static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15689test_array [0] = 0
15690
15691 ;
15692 return 0;
15693}
15694_ACEOF
15695rm -f conftest.$ac_objext
15696if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15697 (eval $ac_compile) 2>&5
15698 ac_status=$?
15699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15700 (exit $ac_status); } &&
15701 { ac_try='test -s conftest.$ac_objext'
15702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15703 (eval $ac_try) 2>&5
15704 ac_status=$?
15705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15706 (exit $ac_status); }; }; then
15707 ac_lo=$ac_mid; break
15708else
15709 echo "$as_me: failed program was:" >&5
15710sed 's/^/| /' conftest.$ac_ext >&5
15711
15712ac_hi=`expr '(' $ac_mid ')' - 1`
15713 if test $ac_mid -le $ac_hi; then
15714 ac_lo= ac_hi=
15715 break
15716 fi
15717 ac_mid=`expr 2 '*' $ac_mid`
15718fi
15719rm -f conftest.$ac_objext conftest.$ac_ext
15720 done
15721else
15722 echo "$as_me: failed program was:" >&5
15723sed 's/^/| /' conftest.$ac_ext >&5
15724
15725ac_lo= ac_hi=
15726fi
15727rm -f conftest.$ac_objext conftest.$ac_ext
15728fi
15729rm -f conftest.$ac_objext conftest.$ac_ext
15730# Binary search between lo and hi bounds.
15731while test "x$ac_lo" != "x$ac_hi"; do
15732 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15733 cat >conftest.$ac_ext <<_ACEOF
15734#line $LINENO "configure"
15735/* confdefs.h. */
15736_ACEOF
15737cat confdefs.h >>conftest.$ac_ext
15738cat >>conftest.$ac_ext <<_ACEOF
15739/* end confdefs.h. */
15740$ac_includes_default
15741int
15742main ()
15743{
15744static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15745test_array [0] = 0
15746
15747 ;
15748 return 0;
15749}
15750_ACEOF
15751rm -f conftest.$ac_objext
15752if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15753 (eval $ac_compile) 2>&5
15754 ac_status=$?
15755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15756 (exit $ac_status); } &&
15757 { ac_try='test -s conftest.$ac_objext'
15758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15759 (eval $ac_try) 2>&5
15760 ac_status=$?
15761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); }; }; then
15763 ac_hi=$ac_mid
15764else
15765 echo "$as_me: failed program was:" >&5
15766sed 's/^/| /' conftest.$ac_ext >&5
15767
15768ac_lo=`expr '(' $ac_mid ')' + 1`
15769fi
15770rm -f conftest.$ac_objext conftest.$ac_ext
15771done
15772case $ac_lo in
15773?*) ac_cv_sizeof_long_long=$ac_lo;;
15774'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15775See \`config.log' for more details." >&5
15776echo "$as_me: error: cannot compute sizeof (long long), 77
15777See \`config.log' for more details." >&2;}
15778 { (exit 1); exit 1; }; } ;;
15779esac
a0b9e27f 15780else
e6cc62c6
VS
15781 if test "$cross_compiling" = yes; then
15782 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15783See \`config.log' for more details." >&5
15784echo "$as_me: error: cannot run test program while cross compiling
15785See \`config.log' for more details." >&2;}
15786 { (exit 1); exit 1; }; }
15787else
15788 cat >conftest.$ac_ext <<_ACEOF
15789#line $LINENO "configure"
15790/* confdefs.h. */
15791_ACEOF
15792cat confdefs.h >>conftest.$ac_ext
15793cat >>conftest.$ac_ext <<_ACEOF
15794/* end confdefs.h. */
15795$ac_includes_default
15796long longval () { return (long) (sizeof (long long)); }
15797unsigned long ulongval () { return (long) (sizeof (long long)); }
a0b9e27f 15798#include <stdio.h>
e6cc62c6
VS
15799#include <stdlib.h>
15800int
15801main ()
247f5006 15802{
e6cc62c6
VS
15803
15804 FILE *f = fopen ("conftest.val", "w");
15805 if (! f)
15806 exit (1);
15807 if (((long) (sizeof (long long))) < 0)
15808 {
15809 long i = longval ();
15810 if (i != ((long) (sizeof (long long))))
15811 exit (1);
15812 fprintf (f, "%ld\n", i);
15813 }
15814 else
15815 {
15816 unsigned long i = ulongval ();
15817 if (i != ((long) (sizeof (long long))))
15818 exit (1);
15819 fprintf (f, "%lu\n", i);
15820 }
15821 exit (ferror (f) || fclose (f) != 0);
15822
15823 ;
15824 return 0;
247f5006 15825}
e6cc62c6
VS
15826_ACEOF
15827rm -f conftest$ac_exeext
15828if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15829 (eval $ac_link) 2>&5
15830 ac_status=$?
15831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15832 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15834 (eval $ac_try) 2>&5
15835 ac_status=$?
15836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15837 (exit $ac_status); }; }; then
15838 ac_cv_sizeof_long_long=`cat conftest.val`
15839else
15840 echo "$as_me: program exited with status $ac_status" >&5
15841echo "$as_me: failed program was:" >&5
15842sed 's/^/| /' conftest.$ac_ext >&5
15843
15844( exit $ac_status )
15845{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15846See \`config.log' for more details." >&5
15847echo "$as_me: error: cannot compute sizeof (long long), 77
15848See \`config.log' for more details." >&2;}
15849 { (exit 1); exit 1; }; }
15850fi
15851rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15852fi
15853fi
15854rm -f conftest.val
7b4a847f 15855else
a0b9e27f 15856 ac_cv_sizeof_long_long=0
5c6fa7d2
RR
15857fi
15858fi
e6cc62c6
VS
15859echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15860echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15861cat >>confdefs.h <<_ACEOF
15862#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15863_ACEOF
15864
15865
15866 ;;
15867 *-hp-hpux* )
15868 echo "$as_me:$LINENO: checking for long long" >&5
15869echo $ECHO_N "checking for long long... $ECHO_C" >&6
15870if test "${ac_cv_type_long_long+set}" = set; then
15871 echo $ECHO_N "(cached) $ECHO_C" >&6
15872else
15873 cat >conftest.$ac_ext <<_ACEOF
15874#line $LINENO "configure"
15875/* confdefs.h. */
15876_ACEOF
15877cat confdefs.h >>conftest.$ac_ext
15878cat >>conftest.$ac_ext <<_ACEOF
15879/* end confdefs.h. */
15880$ac_includes_default
15881int
15882main ()
15883{
15884if ((long long *) 0)
15885 return 0;
15886if (sizeof (long long))
15887 return 0;
15888 ;
15889 return 0;
15890}
15891_ACEOF
15892rm -f conftest.$ac_objext
15893if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15894 (eval $ac_compile) 2>&5
15895 ac_status=$?
15896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15897 (exit $ac_status); } &&
15898 { ac_try='test -s conftest.$ac_objext'
15899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15900 (eval $ac_try) 2>&5
15901 ac_status=$?
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); }; }; then
15904 ac_cv_type_long_long=yes
15905else
15906 echo "$as_me: failed program was:" >&5
15907sed 's/^/| /' conftest.$ac_ext >&5
15908
15909ac_cv_type_long_long=no
15910fi
15911rm -f conftest.$ac_objext conftest.$ac_ext
15912fi
15913echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15914echo "${ECHO_T}$ac_cv_type_long_long" >&6
15915
15916echo "$as_me:$LINENO: checking size of long long" >&5
15917echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15918if test "${ac_cv_sizeof_long_long+set}" = set; then
15919 echo $ECHO_N "(cached) $ECHO_C" >&6
15920else
15921 if test "$ac_cv_type_long_long" = yes; then
15922 # The cast to unsigned long works around a bug in the HP C Compiler
15923 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15924 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15925 # This bug is HP SR number 8606223364.
15926 if test "$cross_compiling" = yes; then
15927 # Depending upon the size, compute the lo and hi bounds.
15928cat >conftest.$ac_ext <<_ACEOF
15929#line $LINENO "configure"
15930/* confdefs.h. */
15931_ACEOF
15932cat confdefs.h >>conftest.$ac_ext
15933cat >>conftest.$ac_ext <<_ACEOF
15934/* end confdefs.h. */
15935$ac_includes_default
15936int
15937main ()
15938{
15939static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15940test_array [0] = 0
15941
15942 ;
15943 return 0;
15944}
15945_ACEOF
15946rm -f conftest.$ac_objext
15947if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15948 (eval $ac_compile) 2>&5
15949 ac_status=$?
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); } &&
15952 { ac_try='test -s conftest.$ac_objext'
15953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15954 (eval $ac_try) 2>&5
15955 ac_status=$?
15956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); }; }; then
15958 ac_lo=0 ac_mid=0
15959 while :; do
15960 cat >conftest.$ac_ext <<_ACEOF
15961#line $LINENO "configure"
15962/* confdefs.h. */
15963_ACEOF
15964cat confdefs.h >>conftest.$ac_ext
15965cat >>conftest.$ac_ext <<_ACEOF
15966/* end confdefs.h. */
15967$ac_includes_default
15968int
15969main ()
15970{
15971static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15972test_array [0] = 0
8284b0c5 15973
e6cc62c6
VS
15974 ;
15975 return 0;
15976}
15977_ACEOF
15978rm -f conftest.$ac_objext
15979if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15980 (eval $ac_compile) 2>&5
15981 ac_status=$?
15982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15983 (exit $ac_status); } &&
15984 { ac_try='test -s conftest.$ac_objext'
15985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15986 (eval $ac_try) 2>&5
15987 ac_status=$?
15988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15989 (exit $ac_status); }; }; then
15990 ac_hi=$ac_mid; break
15991else
15992 echo "$as_me: failed program was:" >&5
15993sed 's/^/| /' conftest.$ac_ext >&5
15994
15995ac_lo=`expr $ac_mid + 1`
15996 if test $ac_lo -le $ac_mid; then
15997 ac_lo= ac_hi=
15998 break
15999 fi
16000 ac_mid=`expr 2 '*' $ac_mid + 1`
a0b9e27f 16001fi
e6cc62c6
VS
16002rm -f conftest.$ac_objext conftest.$ac_ext
16003 done
16004else
16005 echo "$as_me: failed program was:" >&5
16006sed 's/^/| /' conftest.$ac_ext >&5
16007
16008cat >conftest.$ac_ext <<_ACEOF
16009#line $LINENO "configure"
16010/* confdefs.h. */
16011_ACEOF
16012cat confdefs.h >>conftest.$ac_ext
16013cat >>conftest.$ac_ext <<_ACEOF
16014/* end confdefs.h. */
16015$ac_includes_default
16016int
16017main ()
16018{
16019static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16020test_array [0] = 0
a0b9e27f 16021
e6cc62c6
VS
16022 ;
16023 return 0;
16024}
16025_ACEOF
16026rm -f conftest.$ac_objext
16027if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16028 (eval $ac_compile) 2>&5
16029 ac_status=$?
16030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16031 (exit $ac_status); } &&
16032 { ac_try='test -s conftest.$ac_objext'
16033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16034 (eval $ac_try) 2>&5
16035 ac_status=$?
16036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16037 (exit $ac_status); }; }; then
16038 ac_hi=-1 ac_mid=-1
16039 while :; do
16040 cat >conftest.$ac_ext <<_ACEOF
16041#line $LINENO "configure"
16042/* confdefs.h. */
16043_ACEOF
16044cat confdefs.h >>conftest.$ac_ext
16045cat >>conftest.$ac_ext <<_ACEOF
16046/* end confdefs.h. */
16047$ac_includes_default
16048int
16049main ()
16050{
16051static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16052test_array [0] = 0
a0b9e27f 16053
e6cc62c6
VS
16054 ;
16055 return 0;
16056}
16057_ACEOF
16058rm -f conftest.$ac_objext
16059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16060 (eval $ac_compile) 2>&5
16061 ac_status=$?
16062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16063 (exit $ac_status); } &&
16064 { ac_try='test -s conftest.$ac_objext'
16065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16066 (eval $ac_try) 2>&5
16067 ac_status=$?
16068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16069 (exit $ac_status); }; }; then
16070 ac_lo=$ac_mid; break
16071else
16072 echo "$as_me: failed program was:" >&5
16073sed 's/^/| /' conftest.$ac_ext >&5
16074
16075ac_hi=`expr '(' $ac_mid ')' - 1`
16076 if test $ac_mid -le $ac_hi; then
16077 ac_lo= ac_hi=
16078 break
16079 fi
16080 ac_mid=`expr 2 '*' $ac_mid`
16081fi
16082rm -f conftest.$ac_objext conftest.$ac_ext
16083 done
8284b0c5 16084else
e6cc62c6
VS
16085 echo "$as_me: failed program was:" >&5
16086sed 's/^/| /' conftest.$ac_ext >&5
16087
16088ac_lo= ac_hi=
16089fi
16090rm -f conftest.$ac_objext conftest.$ac_ext
16091fi
16092rm -f conftest.$ac_objext conftest.$ac_ext
16093# Binary search between lo and hi bounds.
16094while test "x$ac_lo" != "x$ac_hi"; do
16095 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16096 cat >conftest.$ac_ext <<_ACEOF
16097#line $LINENO "configure"
16098/* confdefs.h. */
16099_ACEOF
16100cat confdefs.h >>conftest.$ac_ext
16101cat >>conftest.$ac_ext <<_ACEOF
16102/* end confdefs.h. */
16103$ac_includes_default
16104int
16105main ()
16106{
16107static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16108test_array [0] = 0
16109
16110 ;
16111 return 0;
16112}
16113_ACEOF
16114rm -f conftest.$ac_objext
16115if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16116 (eval $ac_compile) 2>&5
16117 ac_status=$?
16118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16119 (exit $ac_status); } &&
16120 { ac_try='test -s conftest.$ac_objext'
16121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16122 (eval $ac_try) 2>&5
16123 ac_status=$?
16124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16125 (exit $ac_status); }; }; then
16126 ac_hi=$ac_mid
16127else
16128 echo "$as_me: failed program was:" >&5
16129sed 's/^/| /' conftest.$ac_ext >&5
16130
16131ac_lo=`expr '(' $ac_mid ')' + 1`
16132fi
16133rm -f conftest.$ac_objext conftest.$ac_ext
16134done
16135case $ac_lo in
16136?*) ac_cv_sizeof_long_long=$ac_lo;;
16137'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16138See \`config.log' for more details." >&5
16139echo "$as_me: error: cannot compute sizeof (long long), 77
16140See \`config.log' for more details." >&2;}
16141 { (exit 1); exit 1; }; } ;;
16142esac
8284b0c5 16143else
e6cc62c6
VS
16144 if test "$cross_compiling" = yes; then
16145 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16146See \`config.log' for more details." >&5
16147echo "$as_me: error: cannot run test program while cross compiling
16148See \`config.log' for more details." >&2;}
16149 { (exit 1); exit 1; }; }
16150else
16151 cat >conftest.$ac_ext <<_ACEOF
16152#line $LINENO "configure"
16153/* confdefs.h. */
16154_ACEOF
16155cat confdefs.h >>conftest.$ac_ext
16156cat >>conftest.$ac_ext <<_ACEOF
16157/* end confdefs.h. */
16158$ac_includes_default
16159long longval () { return (long) (sizeof (long long)); }
16160unsigned long ulongval () { return (long) (sizeof (long long)); }
8284b0c5 16161#include <stdio.h>
e6cc62c6
VS
16162#include <stdlib.h>
16163int
16164main ()
8284b0c5 16165{
e6cc62c6
VS
16166
16167 FILE *f = fopen ("conftest.val", "w");
16168 if (! f)
16169 exit (1);
16170 if (((long) (sizeof (long long))) < 0)
16171 {
16172 long i = longval ();
16173 if (i != ((long) (sizeof (long long))))
16174 exit (1);
16175 fprintf (f, "%ld\n", i);
16176 }
16177 else
16178 {
16179 unsigned long i = ulongval ();
16180 if (i != ((long) (sizeof (long long))))
16181 exit (1);
16182 fprintf (f, "%lu\n", i);
16183 }
16184 exit (ferror (f) || fclose (f) != 0);
16185
16186 ;
16187 return 0;
8284b0c5 16188}
e6cc62c6
VS
16189_ACEOF
16190rm -f conftest$ac_exeext
16191if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16192 (eval $ac_link) 2>&5
16193 ac_status=$?
16194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16195 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16197 (eval $ac_try) 2>&5
16198 ac_status=$?
16199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16200 (exit $ac_status); }; }; then
16201 ac_cv_sizeof_long_long=`cat conftest.val`
16202else
16203 echo "$as_me: program exited with status $ac_status" >&5
16204echo "$as_me: failed program was:" >&5
16205sed 's/^/| /' conftest.$ac_ext >&5
16206
16207( exit $ac_status )
16208{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16209See \`config.log' for more details." >&5
16210echo "$as_me: error: cannot compute sizeof (long long), 77
16211See \`config.log' for more details." >&2;}
16212 { (exit 1); exit 1; }; }
16213fi
16214rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16215fi
16216fi
16217rm -f conftest.val
5c6fa7d2
RR
16218else
16219 ac_cv_sizeof_long_long=0
52127426 16220fi
4f57cf11 16221fi
e6cc62c6
VS
16222echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16223echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16224cat >>confdefs.h <<_ACEOF
4f57cf11 16225#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
e6cc62c6 16226_ACEOF
4f57cf11
GD
16227
16228
16229 if test "$ac_cv_sizeof_long_long" != "0"; then
16230 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
16231 fi
16232 ;;
16233 * )
e6cc62c6
VS
16234 echo "$as_me:$LINENO: checking for long long" >&5
16235echo $ECHO_N "checking for long long... $ECHO_C" >&6
16236if test "${ac_cv_type_long_long+set}" = set; then
16237 echo $ECHO_N "(cached) $ECHO_C" >&6
16238else
16239 cat >conftest.$ac_ext <<_ACEOF
16240#line $LINENO "configure"
16241/* confdefs.h. */
16242_ACEOF
16243cat confdefs.h >>conftest.$ac_ext
16244cat >>conftest.$ac_ext <<_ACEOF
16245/* end confdefs.h. */
16246$ac_includes_default
16247int
16248main ()
16249{
16250if ((long long *) 0)
16251 return 0;
16252if (sizeof (long long))
16253 return 0;
16254 ;
16255 return 0;
16256}
16257_ACEOF
16258rm -f conftest.$ac_objext
16259if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16260 (eval $ac_compile) 2>&5
16261 ac_status=$?
16262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16263 (exit $ac_status); } &&
16264 { ac_try='test -s conftest.$ac_objext'
16265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16266 (eval $ac_try) 2>&5
16267 ac_status=$?
16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269 (exit $ac_status); }; }; then
16270 ac_cv_type_long_long=yes
16271else
16272 echo "$as_me: failed program was:" >&5
16273sed 's/^/| /' conftest.$ac_ext >&5
16274
16275ac_cv_type_long_long=no
16276fi
16277rm -f conftest.$ac_objext conftest.$ac_ext
16278fi
16279echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16280echo "${ECHO_T}$ac_cv_type_long_long" >&6
16281
16282echo "$as_me:$LINENO: checking size of long long" >&5
16283echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16284if test "${ac_cv_sizeof_long_long+set}" = set; then
16285 echo $ECHO_N "(cached) $ECHO_C" >&6
16286else
16287 if test "$ac_cv_type_long_long" = yes; then
16288 # The cast to unsigned long works around a bug in the HP C Compiler
16289 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16290 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16291 # This bug is HP SR number 8606223364.
4f57cf11 16292 if test "$cross_compiling" = yes; then
e6cc62c6
VS
16293 # Depending upon the size, compute the lo and hi bounds.
16294cat >conftest.$ac_ext <<_ACEOF
16295#line $LINENO "configure"
16296/* confdefs.h. */
16297_ACEOF
16298cat confdefs.h >>conftest.$ac_ext
16299cat >>conftest.$ac_ext <<_ACEOF
16300/* end confdefs.h. */
16301$ac_includes_default
16302int
16303main ()
16304{
16305static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16306test_array [0] = 0
16307
16308 ;
16309 return 0;
16310}
16311_ACEOF
16312rm -f conftest.$ac_objext
16313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16314 (eval $ac_compile) 2>&5
16315 ac_status=$?
16316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16317 (exit $ac_status); } &&
16318 { ac_try='test -s conftest.$ac_objext'
16319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16320 (eval $ac_try) 2>&5
16321 ac_status=$?
16322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16323 (exit $ac_status); }; }; then
16324 ac_lo=0 ac_mid=0
16325 while :; do
16326 cat >conftest.$ac_ext <<_ACEOF
16327#line $LINENO "configure"
16328/* confdefs.h. */
16329_ACEOF
16330cat confdefs.h >>conftest.$ac_ext
16331cat >>conftest.$ac_ext <<_ACEOF
16332/* end confdefs.h. */
16333$ac_includes_default
16334int
16335main ()
16336{
16337static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16338test_array [0] = 0
16339
16340 ;
16341 return 0;
16342}
16343_ACEOF
16344rm -f conftest.$ac_objext
16345if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16346 (eval $ac_compile) 2>&5
16347 ac_status=$?
16348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16349 (exit $ac_status); } &&
16350 { ac_try='test -s conftest.$ac_objext'
16351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16352 (eval $ac_try) 2>&5
16353 ac_status=$?
16354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355 (exit $ac_status); }; }; then
16356 ac_hi=$ac_mid; break
16357else
16358 echo "$as_me: failed program was:" >&5
16359sed 's/^/| /' conftest.$ac_ext >&5
16360
16361ac_lo=`expr $ac_mid + 1`
16362 if test $ac_lo -le $ac_mid; then
16363 ac_lo= ac_hi=
16364 break
16365 fi
16366 ac_mid=`expr 2 '*' $ac_mid + 1`
16367fi
16368rm -f conftest.$ac_objext conftest.$ac_ext
16369 done
16370else
16371 echo "$as_me: failed program was:" >&5
16372sed 's/^/| /' conftest.$ac_ext >&5
16373
16374cat >conftest.$ac_ext <<_ACEOF
16375#line $LINENO "configure"
16376/* confdefs.h. */
16377_ACEOF
16378cat confdefs.h >>conftest.$ac_ext
16379cat >>conftest.$ac_ext <<_ACEOF
16380/* end confdefs.h. */
16381$ac_includes_default
16382int
16383main ()
16384{
16385static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16386test_array [0] = 0
16387
16388 ;
16389 return 0;
16390}
16391_ACEOF
16392rm -f conftest.$ac_objext
16393if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16394 (eval $ac_compile) 2>&5
16395 ac_status=$?
16396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16397 (exit $ac_status); } &&
16398 { ac_try='test -s conftest.$ac_objext'
16399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16400 (eval $ac_try) 2>&5
16401 ac_status=$?
16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16403 (exit $ac_status); }; }; then
16404 ac_hi=-1 ac_mid=-1
16405 while :; do
16406 cat >conftest.$ac_ext <<_ACEOF
16407#line $LINENO "configure"
16408/* confdefs.h. */
16409_ACEOF
16410cat confdefs.h >>conftest.$ac_ext
16411cat >>conftest.$ac_ext <<_ACEOF
16412/* end confdefs.h. */
16413$ac_includes_default
16414int
16415main ()
16416{
16417static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16418test_array [0] = 0
16419
16420 ;
16421 return 0;
16422}
16423_ACEOF
16424rm -f conftest.$ac_objext
16425if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16426 (eval $ac_compile) 2>&5
16427 ac_status=$?
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); } &&
16430 { ac_try='test -s conftest.$ac_objext'
16431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16432 (eval $ac_try) 2>&5
16433 ac_status=$?
16434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16435 (exit $ac_status); }; }; then
16436 ac_lo=$ac_mid; break
16437else
16438 echo "$as_me: failed program was:" >&5
16439sed 's/^/| /' conftest.$ac_ext >&5
16440
16441ac_hi=`expr '(' $ac_mid ')' - 1`
16442 if test $ac_mid -le $ac_hi; then
16443 ac_lo= ac_hi=
16444 break
16445 fi
16446 ac_mid=`expr 2 '*' $ac_mid`
16447fi
16448rm -f conftest.$ac_objext conftest.$ac_ext
16449 done
4f57cf11 16450else
e6cc62c6
VS
16451 echo "$as_me: failed program was:" >&5
16452sed 's/^/| /' conftest.$ac_ext >&5
16453
16454ac_lo= ac_hi=
16455fi
16456rm -f conftest.$ac_objext conftest.$ac_ext
16457fi
16458rm -f conftest.$ac_objext conftest.$ac_ext
16459# Binary search between lo and hi bounds.
16460while test "x$ac_lo" != "x$ac_hi"; do
16461 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16462 cat >conftest.$ac_ext <<_ACEOF
16463#line $LINENO "configure"
16464/* confdefs.h. */
16465_ACEOF
16466cat confdefs.h >>conftest.$ac_ext
16467cat >>conftest.$ac_ext <<_ACEOF
16468/* end confdefs.h. */
16469$ac_includes_default
16470int
16471main ()
16472{
16473static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16474test_array [0] = 0
16475
16476 ;
16477 return 0;
16478}
16479_ACEOF
16480rm -f conftest.$ac_objext
16481if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16482 (eval $ac_compile) 2>&5
16483 ac_status=$?
16484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16485 (exit $ac_status); } &&
16486 { ac_try='test -s conftest.$ac_objext'
16487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16488 (eval $ac_try) 2>&5
16489 ac_status=$?
16490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491 (exit $ac_status); }; }; then
16492 ac_hi=$ac_mid
16493else
16494 echo "$as_me: failed program was:" >&5
16495sed 's/^/| /' conftest.$ac_ext >&5
16496
16497ac_lo=`expr '(' $ac_mid ')' + 1`
16498fi
16499rm -f conftest.$ac_objext conftest.$ac_ext
16500done
16501case $ac_lo in
16502?*) ac_cv_sizeof_long_long=$ac_lo;;
16503'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16504See \`config.log' for more details." >&5
16505echo "$as_me: error: cannot compute sizeof (long long), 77
16506See \`config.log' for more details." >&2;}
16507 { (exit 1); exit 1; }; } ;;
16508esac
16509else
16510 if test "$cross_compiling" = yes; then
16511 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16512See \`config.log' for more details." >&5
16513echo "$as_me: error: cannot run test program while cross compiling
16514See \`config.log' for more details." >&2;}
16515 { (exit 1); exit 1; }; }
16516else
16517 cat >conftest.$ac_ext <<_ACEOF
16518#line $LINENO "configure"
16519/* confdefs.h. */
16520_ACEOF
16521cat confdefs.h >>conftest.$ac_ext
16522cat >>conftest.$ac_ext <<_ACEOF
16523/* end confdefs.h. */
16524$ac_includes_default
16525long longval () { return (long) (sizeof (long long)); }
16526unsigned long ulongval () { return (long) (sizeof (long long)); }
4f57cf11 16527#include <stdio.h>
e6cc62c6
VS
16528#include <stdlib.h>
16529int
16530main ()
4f57cf11 16531{
e6cc62c6
VS
16532
16533 FILE *f = fopen ("conftest.val", "w");
16534 if (! f)
16535 exit (1);
16536 if (((long) (sizeof (long long))) < 0)
16537 {
16538 long i = longval ();
16539 if (i != ((long) (sizeof (long long))))
16540 exit (1);
16541 fprintf (f, "%ld\n", i);
16542 }
16543 else
16544 {
16545 unsigned long i = ulongval ();
16546 if (i != ((long) (sizeof (long long))))
16547 exit (1);
16548 fprintf (f, "%lu\n", i);
16549 }
16550 exit (ferror (f) || fclose (f) != 0);
16551
16552 ;
16553 return 0;
4f57cf11 16554}
e6cc62c6
VS
16555_ACEOF
16556rm -f conftest$ac_exeext
16557if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16558 (eval $ac_link) 2>&5
16559 ac_status=$?
16560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16561 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16563 (eval $ac_try) 2>&5
16564 ac_status=$?
16565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16566 (exit $ac_status); }; }; then
16567 ac_cv_sizeof_long_long=`cat conftest.val`
16568else
16569 echo "$as_me: program exited with status $ac_status" >&5
16570echo "$as_me: failed program was:" >&5
16571sed 's/^/| /' conftest.$ac_ext >&5
16572
16573( exit $ac_status )
16574{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16575See \`config.log' for more details." >&5
16576echo "$as_me: error: cannot compute sizeof (long long), 77
16577See \`config.log' for more details." >&2;}
16578 { (exit 1); exit 1; }; }
16579fi
16580rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16581fi
16582fi
16583rm -f conftest.val
4f57cf11 16584else
4f57cf11
GD
16585 ac_cv_sizeof_long_long=0
16586fi
7b4a847f 16587fi
e6cc62c6
VS
16588echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16589echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16590cat >>confdefs.h <<_ACEOF
21d1c967 16591#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
e6cc62c6 16592_ACEOF
9e691f46 16593
8284b0c5 16594
21d1c967
GD
16595esac
16596
e6cc62c6
VS
16597echo "$as_me:$LINENO: checking size of wchar_t" >&5
16598echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16599if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16600 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 16601else
e6cc62c6 16602
21d1c967 16603 if test "$cross_compiling" = yes; then
e6cc62c6 16604
2b5f62a0
VZ
16605 case "${host}" in
16606 *-pc-msdosdjgpp )
16607 wx_cv_sizeof_wchar_t=0
16608 ;;
16609 * )
16610 wx_cv_sizeof_wchar_t=4
16611 ;;
16612 esac
e6cc62c6
VS
16613
16614
6f72b082 16615else
e6cc62c6
VS
16616 cat >conftest.$ac_ext <<_ACEOF
16617#line $LINENO "configure"
16618/* confdefs.h. */
16619_ACEOF
16620cat confdefs.h >>conftest.$ac_ext
16621cat >>conftest.$ac_ext <<_ACEOF
16622/* end confdefs.h. */
21d1c967 16623
2b5f62a0
VZ
16624 /* DJGPP only has fake wchar_t: */
16625 #ifdef __DJGPP__
16626 # error "fake wchar_t"
16627 #endif
21d1c967
GD
16628 #ifdef HAVE_WCHAR_H
16629 # ifdef __CYGWIN__
16630 # include <stddef.h>
16631 # endif
16632 # include <wchar.h>
16633 #endif
16634 #ifdef HAVE_STDLIB_H
16635 # include <stdlib.h>
16636 #endif
16637 #include <stdio.h>
16638 int main()
16639 {
16640 FILE *f=fopen("conftestval", "w");
16641 if (!f) exit(1);
16642 fprintf(f, "%i", sizeof(wchar_t));
16643 exit(0);
16644 }
e6cc62c6
VS
16645
16646_ACEOF
16647rm -f conftest$ac_exeext
16648if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16649 (eval $ac_link) 2>&5
16650 ac_status=$?
16651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16654 (eval $ac_try) 2>&5
16655 ac_status=$?
16656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16657 (exit $ac_status); }; }; then
21d1c967 16658 wx_cv_sizeof_wchar_t=`cat conftestval`
6f72b082 16659else
e6cc62c6
VS
16660 echo "$as_me: program exited with status $ac_status" >&5
16661echo "$as_me: failed program was:" >&5
16662sed 's/^/| /' conftest.$ac_ext >&5
16663
16664( exit $ac_status )
16665wx_cv_sizeof_wchar_t=0
6f72b082 16666fi
e6cc62c6 16667rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6f72b082 16668fi
6f72b082 16669
3f345b47 16670fi
e6cc62c6
VS
16671echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16672echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
3f345b47 16673
e6cc62c6 16674cat >>confdefs.h <<_ACEOF
21d1c967 16675#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
e6cc62c6 16676_ACEOF
90dd450c 16677
8284b0c5 16678
21d1c967
GD
16679# Check whether --enable-largefile or --disable-largefile was given.
16680if test "${enable_largefile+set}" = set; then
16681 enableval="$enable_largefile"
3f345b47 16682
e6cc62c6 16683fi;
21d1c967
GD
16684if test "$enable_largefile" != no; then
16685 wx_largefile=no
e6cc62c6
VS
16686
16687 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16688echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16689if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16690 echo $ECHO_N "(cached) $ECHO_C" >&6
16691else
16692
16693 cat >conftest.$ac_ext <<_ACEOF
16694#line $LINENO "configure"
16695/* confdefs.h. */
16696_ACEOF
16697cat confdefs.h >>conftest.$ac_ext
16698cat >>conftest.$ac_ext <<_ACEOF
16699/* end confdefs.h. */
21d1c967
GD
16700#define _FILE_OFFSET_BITS 64
16701 #include <sys/types.h>
e6cc62c6
VS
16702int
16703main ()
16704{
21d1c967
GD
16705typedef struct {
16706 unsigned int field: sizeof(off_t) == 8;
16707} wxlf;
16708
e6cc62c6
VS
16709 ;
16710 return 0;
16711}
16712_ACEOF
16713rm -f conftest.$ac_objext
16714if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16715 (eval $ac_compile) 2>&5
16716 ac_status=$?
16717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16718 (exit $ac_status); } &&
16719 { ac_try='test -s conftest.$ac_objext'
16720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16721 (eval $ac_try) 2>&5
16722 ac_status=$?
16723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16724 (exit $ac_status); }; }; then
21d1c967 16725 ac_cv_sys_file_offset_bits=64
f6bcfd97 16726else
e6cc62c6
VS
16727 echo "$as_me: failed program was:" >&5
16728sed 's/^/| /' conftest.$ac_ext >&5
16729
16730ac_cv_sys_file_offset_bits=no
247f5006 16731fi
e6cc62c6
VS
16732rm -f conftest.$ac_objext conftest.$ac_ext
16733
a0b9e27f 16734
e6cc62c6
VS
16735fi
16736echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16737echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21d1c967
GD
16738
16739 if test "$ac_cv_sys_file_offset_bits" != no; then
16740 wx_largefile=yes
e6cc62c6 16741 cat >>confdefs.h <<_ACEOF
21d1c967 16742#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
e6cc62c6 16743_ACEOF
21d1c967
GD
16744
16745 fi
16746
16747 if test "x$wx_largefile" != "xyes"; then
e6cc62c6
VS
16748
16749 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16750echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16751if test "${ac_cv_sys_large_files+set}" = set; then
16752 echo $ECHO_N "(cached) $ECHO_C" >&6
16753else
16754
16755 cat >conftest.$ac_ext <<_ACEOF
16756#line $LINENO "configure"
16757/* confdefs.h. */
16758_ACEOF
16759cat confdefs.h >>conftest.$ac_ext
16760cat >>conftest.$ac_ext <<_ACEOF
16761/* end confdefs.h. */
21d1c967
GD
16762#define _LARGE_FILES 1
16763 #include <sys/types.h>
e6cc62c6
VS
16764int
16765main ()
16766{
21d1c967
GD
16767typedef struct {
16768 unsigned int field: sizeof(off_t) == 8;
16769} wxlf;
16770
e6cc62c6
VS
16771 ;
16772 return 0;
16773}
16774_ACEOF
16775rm -f conftest.$ac_objext
16776if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16777 (eval $ac_compile) 2>&5
16778 ac_status=$?
16779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16780 (exit $ac_status); } &&
16781 { ac_try='test -s conftest.$ac_objext'
16782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16783 (eval $ac_try) 2>&5
16784 ac_status=$?
16785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786 (exit $ac_status); }; }; then
21d1c967 16787 ac_cv_sys_large_files=1
f6bcfd97 16788else
e6cc62c6
VS
16789 echo "$as_me: failed program was:" >&5
16790sed 's/^/| /' conftest.$ac_ext >&5
16791
16792ac_cv_sys_large_files=no
247f5006 16793fi
e6cc62c6 16794rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 16795
e6cc62c6
VS
16796
16797fi
16798echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16799echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3f345b47 16800
21d1c967
GD
16801 if test "$ac_cv_sys_large_files" != no; then
16802 wx_largefile=yes
e6cc62c6 16803 cat >>confdefs.h <<_ACEOF
21d1c967 16804#define _LARGE_FILES $ac_cv_sys_large_files
e6cc62c6 16805_ACEOF
90dd450c 16806
90dd450c
VZ
16807 fi
16808
90dd450c 16809 fi
90dd450c 16810
e6cc62c6
VS
16811 echo "$as_me:$LINENO: checking if large file support is available" >&5
16812echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21d1c967 16813 if test "x$wx_largefile" = "xyes"; then
e6cc62c6 16814 cat >>confdefs.h <<\_ACEOF
21d1c967 16815#define HAVE_LARGEFILE_SUPPORT 1
e6cc62c6 16816_ACEOF
90dd450c 16817
90dd450c 16818 fi
e6cc62c6
VS
16819 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16820echo "${ECHO_T}$wx_largefile" >&6
21d1c967 16821fi
90dd450c 16822
8284b0c5 16823
f02444d0 16824if test "x$wx_largefile" = "xyes"; then
e26c13cf
RD
16825 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16826 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
f02444d0 16827 else
e26c13cf 16828 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
f02444d0 16829 fi
e26c13cf 16830 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
f02444d0
VZ
16831fi
16832
e6cc62c6
VS
16833echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16834echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16835if test "${ac_cv_c_bigendian+set}" = set; then
16836 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 16837else
21d1c967
GD
16838 ac_cv_c_bigendian=unknown
16839# See if sys/param.h defines the BYTE_ORDER macro.
e6cc62c6
VS
16840cat >conftest.$ac_ext <<_ACEOF
16841#line $LINENO "configure"
16842/* confdefs.h. */
16843_ACEOF
16844cat confdefs.h >>conftest.$ac_ext
16845cat >>conftest.$ac_ext <<_ACEOF
16846/* end confdefs.h. */
21d1c967
GD
16847#include <sys/types.h>
16848#include <sys/param.h>
e6cc62c6
VS
16849int
16850main ()
16851{
21d1c967
GD
16852
16853#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16854 bogus endian macros
16855#endif
e6cc62c6
VS
16856 ;
16857 return 0;
16858}
16859_ACEOF
16860rm -f conftest.$ac_objext
16861if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16862 (eval $ac_compile) 2>&5
16863 ac_status=$?
16864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865 (exit $ac_status); } &&
16866 { ac_try='test -s conftest.$ac_objext'
16867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16868 (eval $ac_try) 2>&5
16869 ac_status=$?
16870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); }; }; then
21d1c967 16872 # It does; now see whether it defined to BIG_ENDIAN or not.
e6cc62c6
VS
16873cat >conftest.$ac_ext <<_ACEOF
16874#line $LINENO "configure"
16875/* confdefs.h. */
16876_ACEOF
16877cat confdefs.h >>conftest.$ac_ext
16878cat >>conftest.$ac_ext <<_ACEOF
16879/* end confdefs.h. */
21d1c967
GD
16880#include <sys/types.h>
16881#include <sys/param.h>
e6cc62c6
VS
16882int
16883main ()
16884{
21d1c967
GD
16885
16886#if BYTE_ORDER != BIG_ENDIAN
16887 not big endian
16888#endif
e6cc62c6
VS
16889 ;
16890 return 0;
16891}
16892_ACEOF
16893rm -f conftest.$ac_objext
16894if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16895 (eval $ac_compile) 2>&5
16896 ac_status=$?
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); } &&
16899 { ac_try='test -s conftest.$ac_objext'
16900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16901 (eval $ac_try) 2>&5
16902 ac_status=$?
16903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16904 (exit $ac_status); }; }; then
21d1c967 16905 ac_cv_c_bigendian=yes
3f345b47 16906else
e6cc62c6
VS
16907 echo "$as_me: failed program was:" >&5
16908sed 's/^/| /' conftest.$ac_ext >&5
16909
16910ac_cv_c_bigendian=no
3f345b47 16911fi
e6cc62c6 16912rm -f conftest.$ac_objext conftest.$ac_ext
3f345b47 16913else
e6cc62c6
VS
16914 echo "$as_me: failed program was:" >&5
16915sed 's/^/| /' conftest.$ac_ext >&5
16916
3f345b47 16917fi
e6cc62c6 16918rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967
GD
16919if test $ac_cv_c_bigendian = unknown; then
16920if test "$cross_compiling" = yes; then
16921 ac_cv_c_bigendian=unknown
10f2d63a 16922else
e6cc62c6
VS
16923 cat >conftest.$ac_ext <<_ACEOF
16924#line $LINENO "configure"
16925/* confdefs.h. */
16926_ACEOF
16927cat confdefs.h >>conftest.$ac_ext
16928cat >>conftest.$ac_ext <<_ACEOF
16929/* end confdefs.h. */
21d1c967
GD
16930main () {
16931 /* Are we little or big endian? From Harbison&Steele. */
16932 union
16933 {
16934 long l;
16935 char c[sizeof (long)];
16936 } u;
16937 u.l = 1;
16938 exit (u.c[sizeof (long) - 1] == 1);
16939}
e6cc62c6
VS
16940_ACEOF
16941rm -f conftest$ac_exeext
16942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16943 (eval $ac_link) 2>&5
16944 ac_status=$?
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16948 (eval $ac_try) 2>&5
16949 ac_status=$?
16950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16951 (exit $ac_status); }; }; then
21d1c967 16952 ac_cv_c_bigendian=no
3f345b47 16953else
e6cc62c6
VS
16954 echo "$as_me: program exited with status $ac_status" >&5
16955echo "$as_me: failed program was:" >&5
16956sed 's/^/| /' conftest.$ac_ext >&5
16957
16958( exit $ac_status )
16959ac_cv_c_bigendian=yes
247f5006 16960fi
e6cc62c6 16961rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
247f5006 16962fi
3f345b47 16963fi
8168de4c 16964fi
e6cc62c6
VS
16965echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
16966echo "${ECHO_T}$ac_cv_c_bigendian" >&6
247f5006 16967if test $ac_cv_c_bigendian = unknown; then
e6cc62c6
VS
16968 { 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
16969echo "$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;}
247f5006
VZ
16970fi
16971if test $ac_cv_c_bigendian = yes; then
e6cc62c6 16972 cat >>confdefs.h <<\_ACEOF
247f5006 16973#define WORDS_BIGENDIAN 1
e6cc62c6 16974_ACEOF
247f5006
VZ
16975
16976fi
16977
16978
e6cc62c6
VS
16979
16980ac_ext=cc
16981ac_cpp='$CXXCPP $CPPFLAGS'
16982ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16983ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16984ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16985echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
16986echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
247f5006 16987if test -z "$CXXCPP"; then
e6cc62c6
VS
16988 if test "${ac_cv_prog_CXXCPP+set}" = set; then
16989 echo $ECHO_N "(cached) $ECHO_C" >&6
16990else
16991 # Double quotes because CXXCPP needs to be expanded
16992 for CXXCPP in "$CXX -E" "/lib/cpp"
16993 do
16994 ac_preproc_ok=false
16995for ac_cxx_preproc_warn_flag in '' yes
16996do
16997 # Use a header file that comes with gcc, so configuring glibc
16998 # with a fresh cross-compiler works.
16999 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17000 # <limits.h> exists even on freestanding compilers.
17001 # On the NeXT, cc -E runs the code through the compiler's parser,
17002 # not just through cpp. "Syntax error" is here to catch this case.
17003 cat >conftest.$ac_ext <<_ACEOF
17004#line $LINENO "configure"
17005/* confdefs.h. */
17006_ACEOF
17007cat confdefs.h >>conftest.$ac_ext
17008cat >>conftest.$ac_ext <<_ACEOF
17009/* end confdefs.h. */
17010#ifdef __STDC__
17011# include <limits.h>
17012#else
17013# include <assert.h>
17014#endif
17015 Syntax error
17016_ACEOF
17017if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17018 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17019 ac_status=$?
17020 grep -v '^ *+' conftest.er1 >conftest.err
17021 rm -f conftest.er1
17022 cat conftest.err >&5
17023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17024 (exit $ac_status); } >/dev/null; then
17025 if test -s conftest.err; then
17026 ac_cpp_err=$ac_cxx_preproc_warn_flag
17027 else
17028 ac_cpp_err=
17029 fi
247f5006 17030else
e6cc62c6
VS
17031 ac_cpp_err=yes
17032fi
17033if test -z "$ac_cpp_err"; then
17034 :
17035else
17036 echo "$as_me: failed program was:" >&5
17037sed 's/^/| /' conftest.$ac_ext >&5
17038
17039 # Broken: fails on valid input.
17040continue
17041fi
17042rm -f conftest.err conftest.$ac_ext
17043
17044 # OK, works on sane cases. Now check whether non-existent headers
17045 # can be detected and how.
17046 cat >conftest.$ac_ext <<_ACEOF
17047#line $LINENO "configure"
17048/* confdefs.h. */
17049_ACEOF
17050cat confdefs.h >>conftest.$ac_ext
17051cat >>conftest.$ac_ext <<_ACEOF
17052/* end confdefs.h. */
17053#include <ac_nonexistent.h>
17054_ACEOF
17055if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17056 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17057 ac_status=$?
17058 grep -v '^ *+' conftest.er1 >conftest.err
17059 rm -f conftest.er1
17060 cat conftest.err >&5
17061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17062 (exit $ac_status); } >/dev/null; then
17063 if test -s conftest.err; then
17064 ac_cpp_err=$ac_cxx_preproc_warn_flag
17065 else
17066 ac_cpp_err=
17067 fi
17068else
17069 ac_cpp_err=yes
17070fi
17071if test -z "$ac_cpp_err"; then
17072 # Broken: success on invalid input.
17073continue
17074else
17075 echo "$as_me: failed program was:" >&5
17076sed 's/^/| /' conftest.$ac_ext >&5
17077
17078 # Passes both tests.
17079ac_preproc_ok=:
17080break
17081fi
17082rm -f conftest.err conftest.$ac_ext
17083
17084done
17085# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17086rm -f conftest.err conftest.$ac_ext
17087if $ac_preproc_ok; then
17088 break
17089fi
17090
17091 done
17092 ac_cv_prog_CXXCPP=$CXXCPP
17093
17094fi
17095 CXXCPP=$ac_cv_prog_CXXCPP
17096else
17097 ac_cv_prog_CXXCPP=$CXXCPP
17098fi
17099echo "$as_me:$LINENO: result: $CXXCPP" >&5
17100echo "${ECHO_T}$CXXCPP" >&6
17101ac_preproc_ok=false
17102for ac_cxx_preproc_warn_flag in '' yes
17103do
17104 # Use a header file that comes with gcc, so configuring glibc
17105 # with a fresh cross-compiler works.
17106 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17107 # <limits.h> exists even on freestanding compilers.
17108 # On the NeXT, cc -E runs the code through the compiler's parser,
17109 # not just through cpp. "Syntax error" is here to catch this case.
17110 cat >conftest.$ac_ext <<_ACEOF
17111#line $LINENO "configure"
17112/* confdefs.h. */
17113_ACEOF
17114cat confdefs.h >>conftest.$ac_ext
17115cat >>conftest.$ac_ext <<_ACEOF
17116/* end confdefs.h. */
17117#ifdef __STDC__
17118# include <limits.h>
17119#else
17120# include <assert.h>
17121#endif
17122 Syntax error
17123_ACEOF
17124if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17125 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17126 ac_status=$?
17127 grep -v '^ *+' conftest.er1 >conftest.err
17128 rm -f conftest.er1
17129 cat conftest.err >&5
17130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17131 (exit $ac_status); } >/dev/null; then
17132 if test -s conftest.err; then
17133 ac_cpp_err=$ac_cxx_preproc_warn_flag
17134 else
17135 ac_cpp_err=
17136 fi
17137else
17138 ac_cpp_err=yes
17139fi
17140if test -z "$ac_cpp_err"; then
21d1c967 17141 :
698dcdb6 17142else
e6cc62c6
VS
17143 echo "$as_me: failed program was:" >&5
17144sed 's/^/| /' conftest.$ac_ext >&5
17145
17146 # Broken: fails on valid input.
17147continue
17148fi
17149rm -f conftest.err conftest.$ac_ext
17150
17151 # OK, works on sane cases. Now check whether non-existent headers
17152 # can be detected and how.
17153 cat >conftest.$ac_ext <<_ACEOF
17154#line $LINENO "configure"
17155/* confdefs.h. */
17156_ACEOF
17157cat confdefs.h >>conftest.$ac_ext
17158cat >>conftest.$ac_ext <<_ACEOF
17159/* end confdefs.h. */
17160#include <ac_nonexistent.h>
17161_ACEOF
17162if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17163 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17164 ac_status=$?
17165 grep -v '^ *+' conftest.er1 >conftest.err
17166 rm -f conftest.er1
17167 cat conftest.err >&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } >/dev/null; then
17170 if test -s conftest.err; then
17171 ac_cpp_err=$ac_cxx_preproc_warn_flag
17172 else
17173 ac_cpp_err=
17174 fi
17175else
17176 ac_cpp_err=yes
247f5006 17177fi
e6cc62c6
VS
17178if test -z "$ac_cpp_err"; then
17179 # Broken: success on invalid input.
17180continue
17181else
17182 echo "$as_me: failed program was:" >&5
17183sed 's/^/| /' conftest.$ac_ext >&5
17184
17185 # Passes both tests.
17186ac_preproc_ok=:
17187break
328a083c 17188fi
e6cc62c6
VS
17189rm -f conftest.err conftest.$ac_ext
17190
17191done
17192# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17193rm -f conftest.err conftest.$ac_ext
17194if $ac_preproc_ok; then
17195 :
17196else
17197 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17198See \`config.log' for more details." >&5
17199echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17200See \`config.log' for more details." >&2;}
17201 { (exit 1); exit 1; }; }
90dd450c 17202fi
e6cc62c6
VS
17203
17204ac_ext=cc
17205ac_cpp='$CXXCPP $CPPFLAGS'
17206ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17207ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17208ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17209
1e6feb95 17210
1725144d 17211
21d1c967 17212 if test "$cross_compiling" = "yes"; then
e6cc62c6 17213 cat >>confdefs.h <<\_ACEOF
21d1c967 17214#define wxUSE_IOSTREAMH 1
e6cc62c6 17215_ACEOF
ab9b9eab 17216
21d1c967 17217 else
e6cc62c6
VS
17218
17219
17220 ac_ext=cc
5c6fa7d2 17221ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
17222ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17223ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17224ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17225
52127426 17226
247f5006 17227
e6cc62c6 17228for ac_header in iostream
21d1c967 17229do
e6cc62c6
VS
17230as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17231if eval "test \"\${$as_ac_Header+set}\" = set"; then
17232 echo "$as_me:$LINENO: checking for $ac_header" >&5
17233echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17234if eval "test \"\${$as_ac_Header+set}\" = set"; then
17235 echo $ECHO_N "(cached) $ECHO_C" >&6
17236fi
17237echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17238echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17239else
17240 # Is the header compilable?
17241echo "$as_me:$LINENO: checking $ac_header usability" >&5
17242echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17243cat >conftest.$ac_ext <<_ACEOF
17244#line $LINENO "configure"
17245/* confdefs.h. */
17246_ACEOF
17247cat confdefs.h >>conftest.$ac_ext
17248cat >>conftest.$ac_ext <<_ACEOF
17249/* end confdefs.h. */
17250$ac_includes_default
17251#include <$ac_header>
17252_ACEOF
17253rm -f conftest.$ac_objext
17254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17255 (eval $ac_compile) 2>&5
17256 ac_status=$?
17257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17258 (exit $ac_status); } &&
17259 { ac_try='test -s conftest.$ac_objext'
17260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17261 (eval $ac_try) 2>&5
17262 ac_status=$?
17263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17264 (exit $ac_status); }; }; then
17265 ac_header_compiler=yes
17266else
17267 echo "$as_me: failed program was:" >&5
17268sed 's/^/| /' conftest.$ac_ext >&5
17269
17270ac_header_compiler=no
17271fi
17272rm -f conftest.$ac_objext conftest.$ac_ext
17273echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17274echo "${ECHO_T}$ac_header_compiler" >&6
17275
17276# Is the header present?
17277echo "$as_me:$LINENO: checking $ac_header presence" >&5
17278echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17279cat >conftest.$ac_ext <<_ACEOF
17280#line $LINENO "configure"
17281/* confdefs.h. */
17282_ACEOF
17283cat confdefs.h >>conftest.$ac_ext
17284cat >>conftest.$ac_ext <<_ACEOF
17285/* end confdefs.h. */
17286#include <$ac_header>
17287_ACEOF
17288if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17289 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17290 ac_status=$?
17291 grep -v '^ *+' conftest.er1 >conftest.err
17292 rm -f conftest.er1
17293 cat conftest.err >&5
17294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17295 (exit $ac_status); } >/dev/null; then
17296 if test -s conftest.err; then
17297 ac_cpp_err=$ac_cxx_preproc_warn_flag
17298 else
17299 ac_cpp_err=
17300 fi
17301else
17302 ac_cpp_err=yes
17303fi
17304if test -z "$ac_cpp_err"; then
17305 ac_header_preproc=yes
17306else
17307 echo "$as_me: failed program was:" >&5
17308sed 's/^/| /' conftest.$ac_ext >&5
17309
17310 ac_header_preproc=no
17311fi
17312rm -f conftest.err conftest.$ac_ext
17313echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17314echo "${ECHO_T}$ac_header_preproc" >&6
17315
17316# So? What about this header?
17317case $ac_header_compiler:$ac_header_preproc in
17318 yes:no )
17319 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17320echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17321 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17322echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17323 (
17324 cat <<\_ASBOX
17325## ------------------------------------ ##
17326## Report this to bug-autoconf@gnu.org. ##
17327## ------------------------------------ ##
17328_ASBOX
17329 ) |
17330 sed "s/^/$as_me: WARNING: /" >&2
17331 ;;
17332 no:yes )
17333 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17334echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17335 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17336echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17337 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17338echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17339 (
17340 cat <<\_ASBOX
17341## ------------------------------------ ##
17342## Report this to bug-autoconf@gnu.org. ##
17343## ------------------------------------ ##
17344_ASBOX
17345 ) |
17346 sed "s/^/$as_me: WARNING: /" >&2
17347 ;;
17348esac
17349echo "$as_me:$LINENO: checking for $ac_header" >&5
17350echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17351if eval "test \"\${$as_ac_Header+set}\" = set"; then
17352 echo $ECHO_N "(cached) $ECHO_C" >&6
17353else
17354 eval "$as_ac_Header=$ac_header_preproc"
ab9b9eab 17355fi
e6cc62c6
VS
17356echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17357echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17358
90dd450c 17359fi
e6cc62c6
VS
17360if test `eval echo '${'$as_ac_Header'}'` = yes; then
17361 cat >>confdefs.h <<_ACEOF
17362#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17363_ACEOF
17364
90dd450c 17365fi
e6cc62c6 17366
21d1c967 17367done
10f2d63a 17368
8284b0c5 17369
21d1c967
GD
17370 if test "$ac_cv_header_iostream" = "yes" ; then
17371 :
17372 else
e6cc62c6 17373 cat >>confdefs.h <<\_ACEOF
21d1c967 17374#define wxUSE_IOSTREAMH 1
e6cc62c6 17375_ACEOF
788deba1 17376
90dd450c 17377 fi
ab9b9eab 17378
21d1c967 17379 ac_ext=c
21d1c967 17380ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17381ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17382ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17383ac_compiler_gnu=$ac_cv_c_compiler_gnu
ab9b9eab 17384
21d1c967 17385 fi
ab9b9eab 17386
52127426 17387
8284b0c5 17388
e6cc62c6
VS
17389 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17390echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17391if test "${wx_cv_cpp_bool+set}" = set; then
17392 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 17393else
e6cc62c6
VS
17394
17395
17396
17397 ac_ext=cc
5c6fa7d2 17398ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
17399ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17400ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17401ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21d1c967 17402
8284b0c5 17403
e6cc62c6
VS
17404 cat >conftest.$ac_ext <<_ACEOF
17405#line $LINENO "configure"
17406/* confdefs.h. */
17407_ACEOF
17408cat confdefs.h >>conftest.$ac_ext
17409cat >>conftest.$ac_ext <<_ACEOF
17410/* end confdefs.h. */
21d1c967 17411
e6cc62c6
VS
17412
17413int
17414main ()
17415{
21d1c967
GD
17416
17417 bool b = true;
17418
17419 return 0;
e6cc62c6
VS
17420
17421 ;
17422 return 0;
17423}
17424_ACEOF
17425rm -f conftest.$ac_objext
17426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17427 (eval $ac_compile) 2>&5
17428 ac_status=$?
17429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17430 (exit $ac_status); } &&
17431 { ac_try='test -s conftest.$ac_objext'
17432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17433 (eval $ac_try) 2>&5
17434 ac_status=$?
17435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436 (exit $ac_status); }; }; then
17437
21d1c967 17438 wx_cv_cpp_bool=yes
e6cc62c6 17439
698dcdb6 17440else
e6cc62c6
VS
17441 echo "$as_me: failed program was:" >&5
17442sed 's/^/| /' conftest.$ac_ext >&5
17443
17444
21d1c967 17445 wx_cv_cpp_bool=no
e6cc62c6
VS
17446
17447
698dcdb6 17448fi
e6cc62c6 17449rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967
GD
17450
17451 ac_ext=c
21d1c967 17452ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17455ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 17456
a0b9e27f 17457
e6cc62c6
VS
17458fi
17459echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17460echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21d1c967
GD
17461
17462 if test "$wx_cv_cpp_bool" = "yes"; then
e6cc62c6 17463 cat >>confdefs.h <<\_ACEOF
21d1c967 17464#define HAVE_BOOL 1
e6cc62c6 17465_ACEOF
ab9b9eab 17466
21d1c967
GD
17467 fi
17468
52127426 17469
8284b0c5 17470
e6cc62c6
VS
17471 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17472echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17473if test "${wx_cv_explicit+set}" = set; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 17475else
e6cc62c6
VS
17476
17477
17478
17479 ac_ext=cc
5c6fa7d2 17480ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
17481ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17482ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17483ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
986ecc86 17484
8284b0c5 17485
e6cc62c6
VS
17486 cat >conftest.$ac_ext <<_ACEOF
17487#line $LINENO "configure"
17488/* confdefs.h. */
17489_ACEOF
17490cat confdefs.h >>conftest.$ac_ext
17491cat >>conftest.$ac_ext <<_ACEOF
17492/* end confdefs.h. */
986ecc86
VZ
17493
17494 class Foo { public: explicit Foo(int) {} };
e6cc62c6
VS
17495
17496int
17497main ()
17498{
986ecc86
VZ
17499
17500 return 0;
e6cc62c6
VS
17501
17502 ;
17503 return 0;
17504}
17505_ACEOF
17506rm -f conftest.$ac_objext
17507if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17508 (eval $ac_compile) 2>&5
17509 ac_status=$?
17510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17511 (exit $ac_status); } &&
17512 { ac_try='test -s conftest.$ac_objext'
17513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17514 (eval $ac_try) 2>&5
17515 ac_status=$?
17516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17517 (exit $ac_status); }; }; then
17518
17519 cat >conftest.$ac_ext <<_ACEOF
17520#line $LINENO "configure"
17521/* confdefs.h. */
17522_ACEOF
17523cat confdefs.h >>conftest.$ac_ext
17524cat >>conftest.$ac_ext <<_ACEOF
17525/* end confdefs.h. */
986ecc86
VZ
17526
17527 class Foo { public: explicit Foo(int) {} };
17528 static void TakeFoo(const Foo& foo) { }
e6cc62c6
VS
17529
17530int
17531main ()
17532{
986ecc86
VZ
17533
17534 TakeFoo(17);
17535 return 0;
e6cc62c6
VS
17536
17537 ;
17538 return 0;
17539}
17540_ACEOF
17541rm -f conftest.$ac_objext
17542if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17543 (eval $ac_compile) 2>&5
17544 ac_status=$?
17545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17546 (exit $ac_status); } &&
17547 { ac_try='test -s conftest.$ac_objext'
17548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17549 (eval $ac_try) 2>&5
17550 ac_status=$?
17551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17552 (exit $ac_status); }; }; then
986ecc86
VZ
17553 wx_cv_explicit=no
17554else
e6cc62c6
VS
17555 echo "$as_me: failed program was:" >&5
17556sed 's/^/| /' conftest.$ac_ext >&5
17557
17558wx_cv_explicit=yes
17559
986ecc86 17560fi
e6cc62c6
VS
17561rm -f conftest.$ac_objext conftest.$ac_ext
17562
986ecc86 17563else
e6cc62c6
VS
17564 echo "$as_me: failed program was:" >&5
17565sed 's/^/| /' conftest.$ac_ext >&5
17566
17567wx_cv_explicit=no
17568
986ecc86 17569fi
e6cc62c6 17570rm -f conftest.$ac_objext conftest.$ac_ext
986ecc86
VZ
17571
17572 ac_ext=c
986ecc86 17573ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17574ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17575ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17576ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 17577
a0b9e27f 17578
e6cc62c6
VS
17579fi
17580echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17581echo "${ECHO_T}$wx_cv_explicit" >&6
986ecc86
VZ
17582
17583 if test "$wx_cv_explicit" = "yes"; then
e6cc62c6 17584 cat >>confdefs.h <<\_ACEOF
986ecc86 17585#define HAVE_EXPLICIT 1
e6cc62c6 17586_ACEOF
986ecc86
VZ
17587
17588 fi
17589
8284b0c5 17590
e6cc62c6
VS
17591echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17592echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17593if test "${ac_cv_cxx_const_cast+set}" = set; then
17594 echo $ECHO_N "(cached) $ECHO_C" >&6
521196a2 17595else
521196a2 17596
521196a2 17597
e6cc62c6
VS
17598 ac_ext=cc
17599ac_cpp='$CXXCPP $CPPFLAGS'
17600ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17601ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17602ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17603
17604 cat >conftest.$ac_ext <<_ACEOF
17605#line $LINENO "configure"
17606/* confdefs.h. */
17607_ACEOF
17608cat confdefs.h >>conftest.$ac_ext
17609cat >>conftest.$ac_ext <<_ACEOF
17610/* end confdefs.h. */
17611
17612int
17613main ()
17614{
521196a2 17615int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
e6cc62c6
VS
17616 ;
17617 return 0;
17618}
17619_ACEOF
17620rm -f conftest.$ac_objext
17621if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17622 (eval $ac_compile) 2>&5
17623 ac_status=$?
17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); } &&
17626 { ac_try='test -s conftest.$ac_objext'
17627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17628 (eval $ac_try) 2>&5
17629 ac_status=$?
17630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17631 (exit $ac_status); }; }; then
521196a2
MB
17632 ac_cv_cxx_const_cast=yes
17633else
e6cc62c6
VS
17634 echo "$as_me: failed program was:" >&5
17635sed 's/^/| /' conftest.$ac_ext >&5
17636
17637ac_cv_cxx_const_cast=no
521196a2 17638fi
e6cc62c6 17639rm -f conftest.$ac_objext conftest.$ac_ext
521196a2 17640 ac_ext=c
521196a2 17641ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17642ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17643ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17644ac_compiler_gnu=$ac_cv_c_compiler_gnu
521196a2
MB
17645
17646
17647fi
e6cc62c6
VS
17648echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17649echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
521196a2 17650if test "$ac_cv_cxx_const_cast" = yes; then
e6cc62c6
VS
17651
17652cat >>confdefs.h <<\_ACEOF
17653#define HAVE_CONST_CAST
17654_ACEOF
521196a2
MB
17655
17656fi
17657
17658
8284b0c5 17659
21d1c967
GD
17660SEARCH_INCLUDE="\
17661 /usr/local/include \
17662 \
17663 /usr/Motif-1.2/include \
17664 /usr/Motif-2.1/include \
17665 \
17666 /usr/include/Motif1.2 \
17667 /opt/xpm/include/X11 \
17668 /opt/GBxpm/include/ \
17669 /opt/GBxpm/X11/include/ \
17670 \
17671 /usr/Motif1.2/include \
17672 /usr/dt/include \
17673 /usr/openwin/include \
17674 \
17675 /usr/include/Xm \
17676 \
17677 /usr/X11R6/include \
17678 /usr/X11R6.4/include \
17679 /usr/X11R5/include \
17680 /usr/X11R4/include \
17681 \
17682 /usr/include/X11R6 \
17683 /usr/include/X11R5 \
17684 /usr/include/X11R4 \
17685 \
17686 /usr/local/X11R6/include \
17687 /usr/local/X11R5/include \
17688 /usr/local/X11R4/include \
17689 \
17690 /usr/local/include/X11R6 \
17691 /usr/local/include/X11R5 \
17692 /usr/local/include/X11R4 \
17693 \
17694 /usr/X11/include \
17695 /usr/include/X11 \
17696 /usr/local/X11/include \
17697 /usr/local/include/X11 \
17698 \
17699 /usr/X386/include \
17700 /usr/x386/include \
17701 /usr/XFree86/include/X11 \
17702 \
17703 X:/XFree86/include \
17704 X:/XFree86/include/X11 \
17705 \
17706 /usr/include/gtk \
17707 /usr/local/include/gtk \
17708 /usr/include/glib \
17709 /usr/local/include/glib \
17710 \
17711 /usr/include/qt \
17712 /usr/local/include/qt \
17713 \
17714 /usr/include/windows \
17715 /usr/include/wine \
17716 /usr/local/include/wine \
17717 \
17718 /usr/unsupported/include \
17719 /usr/athena/include \
17720 /usr/local/x11r5/include \
17721 /usr/lpp/Xamples/include \
17722 \
2b5f62a0 17723 /usr/openwin/share/include"
21d1c967
GD
17724
17725SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17726
8284b0c5 17727
e6cc62c6 17728cat >confcache <<\_ACEOF
21d1c967
GD
17729# This file is a shell script that caches the results of configure
17730# tests run on this system so they can be shared between configure
e6cc62c6
VS
17731# scripts and configure runs, see configure's option --config-cache.
17732# It is not useful on other systems. If it contains results you don't
17733# want to keep, you may remove or edit it.
21d1c967 17734#
e6cc62c6
VS
17735# config.status only pays attention to the cache file if you give it
17736# the --recheck option to rerun configure.
21d1c967 17737#
e6cc62c6
VS
17738# `ac_cv_env_foo' variables (set or unset) will be overridden when
17739# loading this file, other *unset* `ac_cv_foo' will be assigned the
17740# following values.
17741
17742_ACEOF
17743
21d1c967
GD
17744# The following way of writing the cache mishandles newlines in values,
17745# but we know of no workaround that is simple, portable, and efficient.
17746# So, don't put newlines in cache variables' values.
17747# Ultrix sh set writes to stderr and can't be redirected directly,
17748# and sets the high bit in the cache file unless we assign to the vars.
e6cc62c6
VS
17749{
17750 (set) 2>&1 |
17751 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17752 *ac_space=\ *)
17753 # `set' does not quote correctly, so add quotes (double-quote
17754 # substitution turns \\\\ into \\, and sed turns \\ into \).
17755 sed -n \
17756 "s/'/'\\\\''/g;
17757 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17758 ;;
17759 *)
17760 # `set' quotes correctly as required by POSIX, so do not add quotes.
17761 sed -n \
17762 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17763 ;;
17764 esac;
17765} |
17766 sed '
17767 t clear
17768 : clear
17769 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17770 t end
17771 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17772 : end' >>confcache
17773if diff $cache_file confcache >/dev/null 2>&1; then :; else
21d1c967 17774 if test -w $cache_file; then
e6cc62c6
VS
17775 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17776 cat confcache >$cache_file
21d1c967
GD
17777 else
17778 echo "not updating unwritable cache $cache_file"
17779 fi
ab9b9eab 17780fi
21d1c967 17781rm -f confcache
ab9b9eab 17782
fe0895cf 17783if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
e6cc62c6
VS
17784 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
17785echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
17786if test "${wx_cv_lib_glibc21+set}" = set; then
17787 echo $ECHO_N "(cached) $ECHO_C" >&6
17788else
17789
17790 cat >conftest.$ac_ext <<_ACEOF
17791#line $LINENO "configure"
17792/* confdefs.h. */
17793_ACEOF
17794cat confdefs.h >>conftest.$ac_ext
17795cat >>conftest.$ac_ext <<_ACEOF
17796/* end confdefs.h. */
21d1c967 17797#include <features.h>
e6cc62c6
VS
17798int
17799main ()
17800{
ab9b9eab 17801
21d1c967
GD
17802 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
17803 #error not glibc2.1
17804 #endif
e6cc62c6
VS
17805
17806 ;
17807 return 0;
17808}
17809_ACEOF
17810rm -f conftest.$ac_objext
17811if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17812 (eval $ac_compile) 2>&5
17813 ac_status=$?
17814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17815 (exit $ac_status); } &&
17816 { ac_try='test -s conftest.$ac_objext'
17817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17818 (eval $ac_try) 2>&5
17819 ac_status=$?
17820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17821 (exit $ac_status); }; }; then
17822
21d1c967 17823 wx_cv_lib_glibc21=yes
e6cc62c6 17824
698dcdb6 17825else
e6cc62c6
VS
17826 echo "$as_me: failed program was:" >&5
17827sed 's/^/| /' conftest.$ac_ext >&5
17828
17829
21d1c967 17830 wx_cv_lib_glibc21=no
e6cc62c6
VS
17831
17832
247f5006 17833fi
e6cc62c6 17834rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 17835
e6cc62c6
VS
17836fi
17837echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
17838echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
21d1c967 17839 if test "$wx_cv_lib_glibc21" = "yes"; then
e6cc62c6 17840 cat >>confdefs.h <<\_ACEOF
21d1c967 17841#define wxHAVE_GLIBC2 1
e6cc62c6 17842_ACEOF
1e487827 17843
90dd450c 17844 fi
ab9b9eab
VZ
17845fi
17846
5c0a20c3
VZ
17847if test "x$wx_cv_lib_glibc21" = "xyes"; then
17848 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
e6cc62c6 17849 cat >>confdefs.h <<\_ACEOF
5c0a20c3 17850#define _GNU_SOURCE 1
e6cc62c6 17851_ACEOF
5c0a20c3
VZ
17852
17853 fi
17854fi
17855
8284b0c5
MB
17856
17857
21d1c967
GD
17858REGEX_INCLUDE=
17859if test "$wxUSE_REGEX" != "no"; then
e6cc62c6 17860 cat >>confdefs.h <<\_ACEOF
21d1c967 17861#define wxUSE_REGEX 1
e6cc62c6 17862_ACEOF
698dcdb6 17863
8284b0c5 17864
21d1c967 17865 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
e6cc62c6
VS
17866 if test "${ac_cv_header_regex_h+set}" = set; then
17867 echo "$as_me:$LINENO: checking for regex.h" >&5
17868echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17869if test "${ac_cv_header_regex_h+set}" = set; then
17870 echo $ECHO_N "(cached) $ECHO_C" >&6
17871fi
17872echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17873echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17874else
17875 # Is the header compilable?
17876echo "$as_me:$LINENO: checking regex.h usability" >&5
17877echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
17878cat >conftest.$ac_ext <<_ACEOF
17879#line $LINENO "configure"
17880/* confdefs.h. */
17881_ACEOF
17882cat confdefs.h >>conftest.$ac_ext
17883cat >>conftest.$ac_ext <<_ACEOF
17884/* end confdefs.h. */
17885$ac_includes_default
247f5006 17886#include <regex.h>
e6cc62c6
VS
17887_ACEOF
17888rm -f conftest.$ac_objext
17889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17890 (eval $ac_compile) 2>&5
17891 ac_status=$?
17892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17893 (exit $ac_status); } &&
17894 { ac_try='test -s conftest.$ac_objext'
17895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17896 (eval $ac_try) 2>&5
17897 ac_status=$?
17898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17899 (exit $ac_status); }; }; then
17900 ac_header_compiler=yes
17901else
17902 echo "$as_me: failed program was:" >&5
17903sed 's/^/| /' conftest.$ac_ext >&5
17904
17905ac_header_compiler=no
17906fi
17907rm -f conftest.$ac_objext conftest.$ac_ext
17908echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17909echo "${ECHO_T}$ac_header_compiler" >&6
17910
17911# Is the header present?
17912echo "$as_me:$LINENO: checking regex.h presence" >&5
17913echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
17914cat >conftest.$ac_ext <<_ACEOF
17915#line $LINENO "configure"
17916/* confdefs.h. */
17917_ACEOF
17918cat confdefs.h >>conftest.$ac_ext
17919cat >>conftest.$ac_ext <<_ACEOF
17920/* end confdefs.h. */
17921#include <regex.h>
17922_ACEOF
17923if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17924 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17925 ac_status=$?
17926 grep -v '^ *+' conftest.er1 >conftest.err
17927 rm -f conftest.er1
17928 cat conftest.err >&5
17929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17930 (exit $ac_status); } >/dev/null; then
17931 if test -s conftest.err; then
17932 ac_cpp_err=$ac_c_preproc_warn_flag
17933 else
17934 ac_cpp_err=
17935 fi
17936else
17937 ac_cpp_err=yes
17938fi
17939if test -z "$ac_cpp_err"; then
17940 ac_header_preproc=yes
17941else
17942 echo "$as_me: failed program was:" >&5
17943sed 's/^/| /' conftest.$ac_ext >&5
17944
17945 ac_header_preproc=no
17946fi
17947rm -f conftest.err conftest.$ac_ext
17948echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17949echo "${ECHO_T}$ac_header_preproc" >&6
17950
17951# So? What about this header?
17952case $ac_header_compiler:$ac_header_preproc in
17953 yes:no )
17954 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
17955echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17956 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17957echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17958 (
17959 cat <<\_ASBOX
17960## ------------------------------------ ##
17961## Report this to bug-autoconf@gnu.org. ##
17962## ------------------------------------ ##
17963_ASBOX
17964 ) |
17965 sed "s/^/$as_me: WARNING: /" >&2
17966 ;;
17967 no:yes )
17968 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
17969echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
17970 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
17971echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
17972 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17973echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17974 (
17975 cat <<\_ASBOX
17976## ------------------------------------ ##
17977## Report this to bug-autoconf@gnu.org. ##
17978## ------------------------------------ ##
17979_ASBOX
17980 ) |
17981 sed "s/^/$as_me: WARNING: /" >&2
17982 ;;
17983esac
17984echo "$as_me:$LINENO: checking for regex.h" >&5
17985echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17986if test "${ac_cv_header_regex_h+set}" = set; then
17987 echo $ECHO_N "(cached) $ECHO_C" >&6
17988else
17989 ac_cv_header_regex_h=$ac_header_preproc
21d1c967 17990fi
e6cc62c6
VS
17991echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17992echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17993
698dcdb6 17994fi
e6cc62c6
VS
17995if test $ac_cv_header_regex_h = yes; then
17996
17997for ac_func in regcomp
21d1c967 17998do
e6cc62c6
VS
17999as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18000echo "$as_me:$LINENO: checking for $ac_func" >&5
18001echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18002if eval "test \"\${$as_ac_var+set}\" = set"; then
18003 echo $ECHO_N "(cached) $ECHO_C" >&6
18004else
18005 cat >conftest.$ac_ext <<_ACEOF
18006#line $LINENO "configure"
18007/* confdefs.h. */
18008_ACEOF
18009cat confdefs.h >>conftest.$ac_ext
18010cat >>conftest.$ac_ext <<_ACEOF
18011/* end confdefs.h. */
a0b9e27f 18012/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
18013 which can conflict with char $ac_func (); below.
18014 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18015 <limits.h> exists even on freestanding compilers. */
18016#ifdef __STDC__
18017# include <limits.h>
18018#else
18019# include <assert.h>
18020#endif
21d1c967 18021/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18022#ifdef __cplusplus
18023extern "C"
18024{
18025#endif
21d1c967 18026/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
18027 builtin and then its argument prototype would still apply. */
18028char $ac_func ();
21d1c967
GD
18029/* The GNU C library defines this for functions which it implements
18030 to always fail with ENOSYS. Some functions are actually named
18031 something starting with __ and the normal name is an alias. */
18032#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18033choke me
18034#else
e6cc62c6
VS
18035char (*f) () = $ac_func;
18036#endif
18037#ifdef __cplusplus
18038}
21d1c967 18039#endif
90dd450c 18040
e6cc62c6
VS
18041int
18042main ()
18043{
18044return f != $ac_func;
18045 ;
18046 return 0;
18047}
18048_ACEOF
18049rm -f conftest.$ac_objext conftest$ac_exeext
18050if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18051 (eval $ac_link) 2>&5
18052 ac_status=$?
18053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18054 (exit $ac_status); } &&
18055 { ac_try='test -s conftest$ac_exeext'
18056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18057 (eval $ac_try) 2>&5
18058 ac_status=$?
18059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18060 (exit $ac_status); }; }; then
18061 eval "$as_ac_var=yes"
18062else
18063 echo "$as_me: failed program was:" >&5
18064sed 's/^/| /' conftest.$ac_ext >&5
18065
18066eval "$as_ac_var=no"
18067fi
18068rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18069fi
18070echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18071echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18072if test `eval echo '${'$as_ac_var'}'` = yes; then
18073 cat >>confdefs.h <<_ACEOF
18074#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18075_ACEOF
5c6fa7d2 18076
698dcdb6 18077fi
21d1c967
GD
18078done
18079
ab9b9eab
VZ
18080fi
18081
8284b0c5 18082
e6cc62c6 18083
21d1c967
GD
18084 if test "x$ac_cv_func_regcomp" != "xyes"; then
18085 if test "$wxUSE_REGEX" = "sys" ; then
e6cc62c6
VS
18086 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18087echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18088 { (exit 1); exit 1; }; }
21d1c967 18089 else
e6cc62c6
VS
18090 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18091echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
21d1c967
GD
18092 wxUSE_REGEX=builtin
18093 fi
18094 else
18095 wxUSE_REGEX=sys
18096 fi
ab9b9eab 18097 fi
90dd450c 18098
21d1c967
GD
18099 if test "$wxUSE_REGEX" = "builtin" ; then
18100 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
90dd450c 18101 fi
21d1c967 18102fi
90dd450c 18103
8284b0c5 18104
21d1c967
GD
18105ZLIB_INCLUDE=
18106ZLIB_LINK=
18107if test "$wxUSE_ZLIB" != "no" ; then
e6cc62c6 18108 cat >>confdefs.h <<\_ACEOF
21d1c967 18109#define wxUSE_ZLIB 1
e6cc62c6 18110_ACEOF
21d1c967 18111
8284b0c5 18112
21d1c967 18113 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
d775acfa
VZ
18114 if test "$USE_DARWIN" = 1; then
18115 system_zlib_h_ok="yes"
18116 else
e6cc62c6
VS
18117 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18118echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18119if test "${ac_cv_header_zlib_h+set}" = set; then
18120 echo $ECHO_N "(cached) $ECHO_C" >&6
d643b80e
VZ
18121else
18122 if test "$cross_compiling" = yes; then
89e6bf6d 18123 unset ac_cv_header_zlib_h
e6cc62c6 18124
d643b80e 18125else
e6cc62c6
VS
18126 cat >conftest.$ac_ext <<_ACEOF
18127#line $LINENO "configure"
18128/* confdefs.h. */
18129_ACEOF
18130cat confdefs.h >>conftest.$ac_ext
18131cat >>conftest.$ac_ext <<_ACEOF
18132/* end confdefs.h. */
18133
ef33c576 18134 #include <zlib.h>
d775acfa 18135 #include <stdio.h>
d643b80e 18136
d775acfa
VZ
18137 int main()
18138 {
18139 FILE *f=fopen("conftestval", "w");
18140 if (!f) exit(1);
18141 fprintf(f, "%s",
18142 ZLIB_VERSION[0] == '1' &&
18143 (ZLIB_VERSION[2] > '1' ||
18144 (ZLIB_VERSION[2] == '1' &&
18145 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18146 exit(0);
18147 }
e6cc62c6
VS
18148
18149_ACEOF
18150rm -f conftest$ac_exeext
18151if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18152 (eval $ac_link) 2>&5
18153 ac_status=$?
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18157 (eval $ac_try) 2>&5
18158 ac_status=$?
18159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18160 (exit $ac_status); }; }; then
d643b80e
VZ
18161 ac_cv_header_zlib_h=`cat conftestval`
18162else
e6cc62c6
VS
18163 echo "$as_me: program exited with status $ac_status" >&5
18164echo "$as_me: failed program was:" >&5
18165sed 's/^/| /' conftest.$ac_ext >&5
18166
18167( exit $ac_status )
18168ac_cv_header_zlib_h=no
d643b80e 18169fi
e6cc62c6 18170rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
d643b80e
VZ
18171fi
18172
d643b80e 18173fi
e6cc62c6
VS
18174echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18175echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18176 if test "${ac_cv_header_zlib_h+set}" = set; then
18177 echo "$as_me:$LINENO: checking for zlib.h" >&5
18178echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18179if test "${ac_cv_header_zlib_h+set}" = set; then
18180 echo $ECHO_N "(cached) $ECHO_C" >&6
18181fi
18182echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18183echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
89e6bf6d 18184else
e6cc62c6
VS
18185 # Is the header compilable?
18186echo "$as_me:$LINENO: checking zlib.h usability" >&5
18187echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18188cat >conftest.$ac_ext <<_ACEOF
18189#line $LINENO "configure"
18190/* confdefs.h. */
18191_ACEOF
18192cat confdefs.h >>conftest.$ac_ext
18193cat >>conftest.$ac_ext <<_ACEOF
18194/* end confdefs.h. */
18195$ac_includes_default
89e6bf6d 18196#include <zlib.h>
e6cc62c6
VS
18197_ACEOF
18198rm -f conftest.$ac_objext
18199if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18200 (eval $ac_compile) 2>&5
18201 ac_status=$?
18202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18203 (exit $ac_status); } &&
18204 { ac_try='test -s conftest.$ac_objext'
18205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18206 (eval $ac_try) 2>&5
18207 ac_status=$?
18208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18209 (exit $ac_status); }; }; then
18210 ac_header_compiler=yes
18211else
18212 echo "$as_me: failed program was:" >&5
18213sed 's/^/| /' conftest.$ac_ext >&5
18214
18215ac_header_compiler=no
18216fi
18217rm -f conftest.$ac_objext conftest.$ac_ext
18218echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18219echo "${ECHO_T}$ac_header_compiler" >&6
18220
18221# Is the header present?
18222echo "$as_me:$LINENO: checking zlib.h presence" >&5
18223echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18224cat >conftest.$ac_ext <<_ACEOF
18225#line $LINENO "configure"
18226/* confdefs.h. */
18227_ACEOF
18228cat confdefs.h >>conftest.$ac_ext
18229cat >>conftest.$ac_ext <<_ACEOF
18230/* end confdefs.h. */
18231#include <zlib.h>
18232_ACEOF
18233if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18234 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18235 ac_status=$?
18236 grep -v '^ *+' conftest.er1 >conftest.err
18237 rm -f conftest.er1
18238 cat conftest.err >&5
18239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18240 (exit $ac_status); } >/dev/null; then
18241 if test -s conftest.err; then
18242 ac_cpp_err=$ac_c_preproc_warn_flag
18243 else
18244 ac_cpp_err=
18245 fi
18246else
18247 ac_cpp_err=yes
18248fi
18249if test -z "$ac_cpp_err"; then
18250 ac_header_preproc=yes
18251else
18252 echo "$as_me: failed program was:" >&5
18253sed 's/^/| /' conftest.$ac_ext >&5
18254
18255 ac_header_preproc=no
18256fi
18257rm -f conftest.err conftest.$ac_ext
18258echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18259echo "${ECHO_T}$ac_header_preproc" >&6
18260
18261# So? What about this header?
18262case $ac_header_compiler:$ac_header_preproc in
18263 yes:no )
18264 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18265echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18266 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18267echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18268 (
18269 cat <<\_ASBOX
18270## ------------------------------------ ##
18271## Report this to bug-autoconf@gnu.org. ##
18272## ------------------------------------ ##
18273_ASBOX
18274 ) |
18275 sed "s/^/$as_me: WARNING: /" >&2
18276 ;;
18277 no:yes )
18278 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18279echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18280 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18281echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18282 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18283echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18284 (
18285 cat <<\_ASBOX
18286## ------------------------------------ ##
18287## Report this to bug-autoconf@gnu.org. ##
18288## ------------------------------------ ##
18289_ASBOX
18290 ) |
18291 sed "s/^/$as_me: WARNING: /" >&2
18292 ;;
18293esac
18294echo "$as_me:$LINENO: checking for zlib.h" >&5
18295echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18296if test "${ac_cv_header_zlib_h+set}" = set; then
18297 echo $ECHO_N "(cached) $ECHO_C" >&6
89e6bf6d 18298else
e6cc62c6
VS
18299 ac_cv_header_zlib_h=$ac_header_preproc
18300fi
18301echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18302echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18303
89e6bf6d
VZ
18304fi
18305
d643b80e 18306
e6cc62c6 18307
d775acfa
VZ
18308 system_zlib_h_ok=$ac_cv_header_zlib_h
18309 fi
18310
18311 if test "$system_zlib_h_ok" = "yes"; then
e6cc62c6
VS
18312 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18313echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18314if test "${ac_cv_lib_z_deflate+set}" = set; then
18315 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 18316else
e6cc62c6 18317 ac_check_lib_save_LIBS=$LIBS
21d1c967 18318LIBS="-lz $LIBS"
e6cc62c6
VS
18319cat >conftest.$ac_ext <<_ACEOF
18320#line $LINENO "configure"
18321/* confdefs.h. */
18322_ACEOF
18323cat confdefs.h >>conftest.$ac_ext
18324cat >>conftest.$ac_ext <<_ACEOF
18325/* end confdefs.h. */
18326
21d1c967 18327/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18328#ifdef __cplusplus
18329extern "C"
18330#endif
21d1c967 18331/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
18332 builtin and then its argument prototype would still apply. */
18333char deflate ();
18334int
18335main ()
18336{
18337deflate ();
18338 ;
18339 return 0;
18340}
18341_ACEOF
18342rm -f conftest.$ac_objext conftest$ac_exeext
18343if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18344 (eval $ac_link) 2>&5
18345 ac_status=$?
18346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18347 (exit $ac_status); } &&
18348 { ac_try='test -s conftest$ac_exeext'
18349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18350 (eval $ac_try) 2>&5
18351 ac_status=$?
18352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18353 (exit $ac_status); }; }; then
18354 ac_cv_lib_z_deflate=yes
18355else
18356 echo "$as_me: failed program was:" >&5
18357sed 's/^/| /' conftest.$ac_ext >&5
18358
18359ac_cv_lib_z_deflate=no
18360fi
18361rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18362LIBS=$ac_check_lib_save_LIBS
18363fi
18364echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18365echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18366if test $ac_cv_lib_z_deflate = yes; then
a0b9e27f 18367 ZLIB_LINK=" -lz"
a0b9e27f 18368fi
698dcdb6 18369
d643b80e 18370 fi
247f5006 18371
21d1c967
GD
18372 if test "x$ZLIB_LINK" = "x" ; then
18373 if test "$wxUSE_ZLIB" = "sys" ; then
e6cc62c6
VS
18374 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18375echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18376 { (exit 1); exit 1; }; }
21d1c967 18377 else
e6cc62c6
VS
18378 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18379echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
21d1c967
GD
18380 wxUSE_ZLIB=builtin
18381 fi
18382 else
18383 wxUSE_ZLIB=sys
18384 fi
18385 fi
18386
18387 if test "$wxUSE_ZLIB" = "builtin" ; then
18388 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
18389 fi
ab9b9eab
VZ
18390fi
18391
8284b0c5 18392
21d1c967
GD
18393PNG_INCLUDE=
18394PNG_LINK=
18395if test "$wxUSE_LIBPNG" != "no" ; then
e6cc62c6 18396 cat >>confdefs.h <<\_ACEOF
21d1c967 18397#define wxUSE_LIBPNG 1
e6cc62c6 18398_ACEOF
90dd450c 18399
8284b0c5 18400
21d1c967 18401 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
e6cc62c6
VS
18402 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18403echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
21d1c967
GD
18404 wxUSE_LIBPNG=sys
18405 fi
90dd450c 18406
21d1c967 18407 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
e6cc62c6
VS
18408 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18409echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
21d1c967
GD
18410 wxUSE_LIBPNG=builtin
18411 fi
18412
18413 if test "$wxUSE_MGL" != 1 ; then
18414 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
e6cc62c6
VS
18415 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18416echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18417if test "${ac_cv_header_png_h+set}" = set; then
18418 echo $ECHO_N "(cached) $ECHO_C" >&6
5d3f766d
VZ
18419else
18420 if test "$cross_compiling" = yes; then
89e6bf6d 18421 unset ac_cv_header_png_h
e6cc62c6 18422
5d3f766d 18423else
e6cc62c6
VS
18424 cat >conftest.$ac_ext <<_ACEOF
18425#line $LINENO "configure"
18426/* confdefs.h. */
18427_ACEOF
18428cat confdefs.h >>conftest.$ac_ext
18429cat >>conftest.$ac_ext <<_ACEOF
18430/* end confdefs.h. */
18431
ef33c576 18432 #include <png.h>
5d3f766d
VZ
18433 #include <stdio.h>
18434
18435 int main()
18436 {
18437 FILE *f=fopen("conftestval", "w");
18438 if (!f) exit(1);
18439 fprintf(f, "%s",
18440 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18441 exit(0);
18442 }
e6cc62c6
VS
18443
18444_ACEOF
18445rm -f conftest$ac_exeext
18446if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18447 (eval $ac_link) 2>&5
18448 ac_status=$?
18449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18450 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18452 (eval $ac_try) 2>&5
18453 ac_status=$?
18454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18455 (exit $ac_status); }; }; then
5d3f766d
VZ
18456 ac_cv_header_png_h=`cat conftestval`
18457else
e6cc62c6
VS
18458 echo "$as_me: program exited with status $ac_status" >&5
18459echo "$as_me: failed program was:" >&5
18460sed 's/^/| /' conftest.$ac_ext >&5
18461
18462( exit $ac_status )
18463ac_cv_header_png_h=no
5d3f766d 18464fi
e6cc62c6 18465rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5d3f766d
VZ
18466fi
18467
5d3f766d 18468fi
e6cc62c6
VS
18469echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18470echo "${ECHO_T}$ac_cv_header_png_h" >&6
18471 if test "${ac_cv_header_png_h+set}" = set; then
18472 echo "$as_me:$LINENO: checking for png.h" >&5
18473echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18474if test "${ac_cv_header_png_h+set}" = set; then
18475 echo $ECHO_N "(cached) $ECHO_C" >&6
18476fi
18477echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18478echo "${ECHO_T}$ac_cv_header_png_h" >&6
89e6bf6d 18479else
e6cc62c6
VS
18480 # Is the header compilable?
18481echo "$as_me:$LINENO: checking png.h usability" >&5
18482echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18483cat >conftest.$ac_ext <<_ACEOF
18484#line $LINENO "configure"
18485/* confdefs.h. */
18486_ACEOF
18487cat confdefs.h >>conftest.$ac_ext
18488cat >>conftest.$ac_ext <<_ACEOF
18489/* end confdefs.h. */
18490$ac_includes_default
89e6bf6d 18491#include <png.h>
e6cc62c6
VS
18492_ACEOF
18493rm -f conftest.$ac_objext
18494if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18495 (eval $ac_compile) 2>&5
18496 ac_status=$?
18497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18498 (exit $ac_status); } &&
18499 { ac_try='test -s conftest.$ac_objext'
18500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18501 (eval $ac_try) 2>&5
18502 ac_status=$?
18503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18504 (exit $ac_status); }; }; then
18505 ac_header_compiler=yes
18506else
18507 echo "$as_me: failed program was:" >&5
18508sed 's/^/| /' conftest.$ac_ext >&5
18509
18510ac_header_compiler=no
18511fi
18512rm -f conftest.$ac_objext conftest.$ac_ext
18513echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18514echo "${ECHO_T}$ac_header_compiler" >&6
18515
18516# Is the header present?
18517echo "$as_me:$LINENO: checking png.h presence" >&5
18518echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18519cat >conftest.$ac_ext <<_ACEOF
18520#line $LINENO "configure"
18521/* confdefs.h. */
18522_ACEOF
18523cat confdefs.h >>conftest.$ac_ext
18524cat >>conftest.$ac_ext <<_ACEOF
18525/* end confdefs.h. */
18526#include <png.h>
18527_ACEOF
18528if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18529 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18530 ac_status=$?
18531 grep -v '^ *+' conftest.er1 >conftest.err
18532 rm -f conftest.er1
18533 cat conftest.err >&5
18534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18535 (exit $ac_status); } >/dev/null; then
18536 if test -s conftest.err; then
18537 ac_cpp_err=$ac_c_preproc_warn_flag
18538 else
18539 ac_cpp_err=
18540 fi
18541else
18542 ac_cpp_err=yes
18543fi
18544if test -z "$ac_cpp_err"; then
18545 ac_header_preproc=yes
18546else
18547 echo "$as_me: failed program was:" >&5
18548sed 's/^/| /' conftest.$ac_ext >&5
18549
18550 ac_header_preproc=no
18551fi
18552rm -f conftest.err conftest.$ac_ext
18553echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18554echo "${ECHO_T}$ac_header_preproc" >&6
18555
18556# So? What about this header?
18557case $ac_header_compiler:$ac_header_preproc in
18558 yes:no )
18559 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18560echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18561 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18562echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18563 (
18564 cat <<\_ASBOX
18565## ------------------------------------ ##
18566## Report this to bug-autoconf@gnu.org. ##
18567## ------------------------------------ ##
18568_ASBOX
18569 ) |
18570 sed "s/^/$as_me: WARNING: /" >&2
18571 ;;
18572 no:yes )
18573 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18574echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18575 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18576echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18577 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18578echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18579 (
18580 cat <<\_ASBOX
18581## ------------------------------------ ##
18582## Report this to bug-autoconf@gnu.org. ##
18583## ------------------------------------ ##
18584_ASBOX
18585 ) |
18586 sed "s/^/$as_me: WARNING: /" >&2
18587 ;;
18588esac
18589echo "$as_me:$LINENO: checking for png.h" >&5
18590echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18591if test "${ac_cv_header_png_h+set}" = set; then
18592 echo $ECHO_N "(cached) $ECHO_C" >&6
89e6bf6d 18593else
e6cc62c6
VS
18594 ac_cv_header_png_h=$ac_header_preproc
18595fi
18596echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18597echo "${ECHO_T}$ac_cv_header_png_h" >&6
18598
89e6bf6d
VZ
18599fi
18600
5d3f766d 18601
e6cc62c6 18602
5d3f766d 18603 if test "$ac_cv_header_png_h" = "yes"; then
e6cc62c6
VS
18604 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18605echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18606if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18607 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 18608else
e6cc62c6 18609 ac_check_lib_save_LIBS=$LIBS
21d1c967 18610LIBS="-lpng -lz -lm $LIBS"
e6cc62c6
VS
18611cat >conftest.$ac_ext <<_ACEOF
18612#line $LINENO "configure"
18613/* confdefs.h. */
18614_ACEOF
18615cat confdefs.h >>conftest.$ac_ext
18616cat >>conftest.$ac_ext <<_ACEOF
18617/* end confdefs.h. */
18618
21d1c967 18619/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18620#ifdef __cplusplus
18621extern "C"
18622#endif
21d1c967 18623/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
18624 builtin and then its argument prototype would still apply. */
18625char png_check_sig ();
18626int
18627main ()
18628{
18629png_check_sig ();
18630 ;
18631 return 0;
18632}
18633_ACEOF
18634rm -f conftest.$ac_objext conftest$ac_exeext
18635if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18636 (eval $ac_link) 2>&5
18637 ac_status=$?
18638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18639 (exit $ac_status); } &&
18640 { ac_try='test -s conftest$ac_exeext'
18641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18642 (eval $ac_try) 2>&5
18643 ac_status=$?
18644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18645 (exit $ac_status); }; }; then
18646 ac_cv_lib_png_png_check_sig=yes
18647else
18648 echo "$as_me: failed program was:" >&5
18649sed 's/^/| /' conftest.$ac_ext >&5
18650
18651ac_cv_lib_png_png_check_sig=no
18652fi
18653rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18654LIBS=$ac_check_lib_save_LIBS
18655fi
18656echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18657echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18658if test $ac_cv_lib_png_png_check_sig = yes; then
a0b9e27f 18659 PNG_LINK=" -lpng"
a0b9e27f 18660fi
90dd450c 18661
5d3f766d 18662 fi
247f5006 18663
21d1c967
GD
18664 if test "x$PNG_LINK" = "x" ; then
18665 if test "$wxUSE_LIBPNG" = "sys" ; then
e6cc62c6
VS
18666 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18667echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18668 { (exit 1); exit 1; }; }
21d1c967 18669 else
e6cc62c6
VS
18670 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18671echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
21d1c967
GD
18672 wxUSE_LIBPNG=builtin
18673 fi
18674 else
2b5f62a0 18675 wxUSE_LIBPNG=sys
21d1c967
GD
18676 fi
18677 fi
18678 fi
90dd450c 18679
21d1c967
GD
18680 if test "$wxUSE_LIBPNG" = "builtin" ; then
18681 PNG_INCLUDE="-I\${top_srcdir}/src/png"
18682 fi
90dd450c 18683
21d1c967 18684 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
90dd450c
VZ
18685fi
18686
8284b0c5 18687
21d1c967
GD
18688JPEG_INCLUDE=
18689JPEG_LINK=
18690if test "$wxUSE_LIBJPEG" != "no" ; then
e6cc62c6 18691 cat >>confdefs.h <<\_ACEOF
21d1c967 18692#define wxUSE_LIBJPEG 1
e6cc62c6 18693_ACEOF
90dd450c 18694
8284b0c5 18695
21d1c967 18696 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
e6cc62c6
VS
18697 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18698echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
21d1c967
GD
18699 wxUSE_LIBJPEG=sys
18700 fi
90dd450c 18701
21d1c967
GD
18702 if test "$wxUSE_MGL" != 1 ; then
18703 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
e6cc62c6
VS
18704 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18705echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18706 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18707 echo $ECHO_N "(cached) $ECHO_C" >&6
18708else
18709 cat >conftest.$ac_ext <<_ACEOF
18710#line $LINENO "configure"
18711/* confdefs.h. */
18712_ACEOF
18713cat confdefs.h >>conftest.$ac_ext
18714cat >>conftest.$ac_ext <<_ACEOF
18715/* end confdefs.h. */
90dd450c 18716
21d1c967
GD
18717 #undef HAVE_STDLIB_H
18718 #include <stdio.h>
18719 #include <jpeglib.h>
90dd450c 18720
e6cc62c6
VS
18721int
18722main ()
18723{
18724
18725
18726 ;
18727 return 0;
18728}
18729_ACEOF
18730rm -f conftest.$ac_objext
18731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18732 (eval $ac_compile) 2>&5
18733 ac_status=$?
18734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18735 (exit $ac_status); } &&
18736 { ac_try='test -s conftest.$ac_objext'
18737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18738 (eval $ac_try) 2>&5
18739 ac_status=$?
18740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18741 (exit $ac_status); }; }; then
21d1c967 18742 ac_cv_header_jpeglib_h=yes
90dd450c 18743else
e6cc62c6
VS
18744 echo "$as_me: failed program was:" >&5
18745sed 's/^/| /' conftest.$ac_ext >&5
18746
18747ac_cv_header_jpeglib_h=no
18748
90dd450c 18749fi
e6cc62c6
VS
18750rm -f conftest.$ac_objext conftest.$ac_ext
18751
90dd450c
VZ
18752fi
18753
e6cc62c6
VS
18754 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18755echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
90dd450c 18756
21d1c967 18757 if test "$ac_cv_header_jpeglib_h" = "yes"; then
e6cc62c6
VS
18758 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18759echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18760if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18761 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 18762else
e6cc62c6 18763 ac_check_lib_save_LIBS=$LIBS
21d1c967 18764LIBS="-ljpeg $LIBS"
e6cc62c6
VS
18765cat >conftest.$ac_ext <<_ACEOF
18766#line $LINENO "configure"
18767/* confdefs.h. */
18768_ACEOF
18769cat confdefs.h >>conftest.$ac_ext
18770cat >>conftest.$ac_ext <<_ACEOF
18771/* end confdefs.h. */
18772
21d1c967 18773/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18774#ifdef __cplusplus
18775extern "C"
18776#endif
21d1c967 18777/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
18778 builtin and then its argument prototype would still apply. */
18779char jpeg_read_header ();
18780int
18781main ()
18782{
18783jpeg_read_header ();
18784 ;
18785 return 0;
18786}
18787_ACEOF
18788rm -f conftest.$ac_objext conftest$ac_exeext
18789if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18790 (eval $ac_link) 2>&5
18791 ac_status=$?
18792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18793 (exit $ac_status); } &&
18794 { ac_try='test -s conftest$ac_exeext'
18795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18796 (eval $ac_try) 2>&5
18797 ac_status=$?
18798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18799 (exit $ac_status); }; }; then
18800 ac_cv_lib_jpeg_jpeg_read_header=yes
18801else
18802 echo "$as_me: failed program was:" >&5
18803sed 's/^/| /' conftest.$ac_ext >&5
18804
18805ac_cv_lib_jpeg_jpeg_read_header=no
18806fi
18807rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18808LIBS=$ac_check_lib_save_LIBS
18809fi
18810echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
18811echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
18812if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
21d1c967 18813 JPEG_LINK=" -ljpeg"
90dd450c
VZ
18814fi
18815
21d1c967 18816 fi
90dd450c 18817
21d1c967
GD
18818 if test "x$JPEG_LINK" = "x" ; then
18819 if test "$wxUSE_LIBJPEG" = "sys" ; then
e6cc62c6
VS
18820 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
18821echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
18822 { (exit 1); exit 1; }; }
21d1c967 18823 else
e6cc62c6
VS
18824 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
18825echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
21d1c967
GD
18826 wxUSE_LIBJPEG=builtin
18827 fi
18828 else
18829 wxUSE_LIBJPEG=sys
18830 fi
18831 fi
18832 fi
90dd450c 18833
21d1c967
GD
18834 if test "$wxUSE_LIBJPEG" = "builtin" ; then
18835 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
18836 fi
18837fi
90dd450c 18838
8284b0c5 18839
21d1c967
GD
18840TIFF_INCLUDE=
18841TIFF_LINK=
2b5f62a0 18842TIFF_PREREQ_LINKS=-lm
21d1c967 18843if test "$wxUSE_LIBTIFF" != "no" ; then
e6cc62c6 18844 cat >>confdefs.h <<\_ACEOF
21d1c967 18845#define wxUSE_LIBTIFF 1
e6cc62c6 18846_ACEOF
21d1c967 18847
8284b0c5 18848
21d1c967 18849 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
2b5f62a0
VZ
18850 if test "$wxUSE_LIBJPEG" = "sys"; then
18851 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
18852 fi
18853 if test "$wxUSE_ZLIB" = "sys"; then
18854 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
18855 fi
e6cc62c6
VS
18856 if test "${ac_cv_header_tiffio_h+set}" = set; then
18857 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18858echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18859if test "${ac_cv_header_tiffio_h+set}" = set; then
18860 echo $ECHO_N "(cached) $ECHO_C" >&6
18861fi
18862echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18863echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18864else
18865 # Is the header compilable?
18866echo "$as_me:$LINENO: checking tiffio.h usability" >&5
18867echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
18868cat >conftest.$ac_ext <<_ACEOF
18869#line $LINENO "configure"
18870/* confdefs.h. */
18871_ACEOF
18872cat confdefs.h >>conftest.$ac_ext
18873cat >>conftest.$ac_ext <<_ACEOF
18874/* end confdefs.h. */
18875$ac_includes_default
247f5006 18876#include <tiffio.h>
e6cc62c6
VS
18877_ACEOF
18878rm -f conftest.$ac_objext
18879if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18880 (eval $ac_compile) 2>&5
18881 ac_status=$?
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } &&
18884 { ac_try='test -s conftest.$ac_objext'
18885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18886 (eval $ac_try) 2>&5
18887 ac_status=$?
18888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18889 (exit $ac_status); }; }; then
18890 ac_header_compiler=yes
18891else
18892 echo "$as_me: failed program was:" >&5
18893sed 's/^/| /' conftest.$ac_ext >&5
18894
18895ac_header_compiler=no
18896fi
18897rm -f conftest.$ac_objext conftest.$ac_ext
18898echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18899echo "${ECHO_T}$ac_header_compiler" >&6
18900
18901# Is the header present?
18902echo "$as_me:$LINENO: checking tiffio.h presence" >&5
18903echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
18904cat >conftest.$ac_ext <<_ACEOF
18905#line $LINENO "configure"
18906/* confdefs.h. */
18907_ACEOF
18908cat confdefs.h >>conftest.$ac_ext
18909cat >>conftest.$ac_ext <<_ACEOF
18910/* end confdefs.h. */
18911#include <tiffio.h>
18912_ACEOF
18913if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18914 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18915 ac_status=$?
18916 grep -v '^ *+' conftest.er1 >conftest.err
18917 rm -f conftest.er1
18918 cat conftest.err >&5
18919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18920 (exit $ac_status); } >/dev/null; then
18921 if test -s conftest.err; then
18922 ac_cpp_err=$ac_c_preproc_warn_flag
18923 else
18924 ac_cpp_err=
18925 fi
18926else
18927 ac_cpp_err=yes
18928fi
18929if test -z "$ac_cpp_err"; then
18930 ac_header_preproc=yes
18931else
18932 echo "$as_me: failed program was:" >&5
18933sed 's/^/| /' conftest.$ac_ext >&5
18934
18935 ac_header_preproc=no
18936fi
18937rm -f conftest.err conftest.$ac_ext
18938echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18939echo "${ECHO_T}$ac_header_preproc" >&6
18940
18941# So? What about this header?
18942case $ac_header_compiler:$ac_header_preproc in
18943 yes:no )
18944 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
18945echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18946 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18947echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18948 (
18949 cat <<\_ASBOX
18950## ------------------------------------ ##
18951## Report this to bug-autoconf@gnu.org. ##
18952## ------------------------------------ ##
18953_ASBOX
18954 ) |
18955 sed "s/^/$as_me: WARNING: /" >&2
18956 ;;
18957 no:yes )
18958 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
18959echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
18960 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
18961echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
18962 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18963echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18964 (
18965 cat <<\_ASBOX
18966## ------------------------------------ ##
18967## Report this to bug-autoconf@gnu.org. ##
18968## ------------------------------------ ##
18969_ASBOX
18970 ) |
18971 sed "s/^/$as_me: WARNING: /" >&2
18972 ;;
18973esac
18974echo "$as_me:$LINENO: checking for tiffio.h" >&5
18975echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18976if test "${ac_cv_header_tiffio_h+set}" = set; then
18977 echo $ECHO_N "(cached) $ECHO_C" >&6
18978else
18979 ac_cv_header_tiffio_h=$ac_header_preproc
21d1c967 18980fi
e6cc62c6
VS
18981echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18982echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18983
21d1c967 18984fi
e6cc62c6
VS
18985if test $ac_cv_header_tiffio_h = yes; then
18986 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
18987echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
18988if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
18989 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 18990else
e6cc62c6 18991 ac_check_lib_save_LIBS=$LIBS
2b5f62a0 18992LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
e6cc62c6
VS
18993cat >conftest.$ac_ext <<_ACEOF
18994#line $LINENO "configure"
18995/* confdefs.h. */
18996_ACEOF
18997cat confdefs.h >>conftest.$ac_ext
18998cat >>conftest.$ac_ext <<_ACEOF
18999/* end confdefs.h. */
19000
ab9b9eab 19001/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
19002#ifdef __cplusplus
19003extern "C"
19004#endif
ab9b9eab 19005/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
19006 builtin and then its argument prototype would still apply. */
19007char TIFFError ();
19008int
19009main ()
19010{
19011TIFFError ();
19012 ;
19013 return 0;
19014}
19015_ACEOF
19016rm -f conftest.$ac_objext conftest$ac_exeext
19017if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19018 (eval $ac_link) 2>&5
19019 ac_status=$?
19020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19021 (exit $ac_status); } &&
19022 { ac_try='test -s conftest$ac_exeext'
19023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19024 (eval $ac_try) 2>&5
19025 ac_status=$?
19026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19027 (exit $ac_status); }; }; then
19028 ac_cv_lib_tiff_TIFFError=yes
19029else
19030 echo "$as_me: failed program was:" >&5
19031sed 's/^/| /' conftest.$ac_ext >&5
19032
19033ac_cv_lib_tiff_TIFFError=no
19034fi
19035rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19036LIBS=$ac_check_lib_save_LIBS
19037fi
19038echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
19039echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
19040if test $ac_cv_lib_tiff_TIFFError = yes; then
a0b9e27f 19041 TIFF_LINK=" -ltiff"
a0b9e27f 19042fi
cd6d6d5b 19043
e6cc62c6 19044
a0b9e27f 19045fi
8284b0c5 19046
247f5006 19047
e6cc62c6 19048
21d1c967
GD
19049 if test "x$TIFF_LINK" = "x" ; then
19050 if test "$wxUSE_LIBTIFF" = "sys" ; then
e6cc62c6
VS
19051 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
19052echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19053 { (exit 1); exit 1; }; }
90dd450c 19054 else
e6cc62c6
VS
19055 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19056echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
21d1c967 19057 wxUSE_LIBTIFF=builtin
d8356fa3 19058 fi
d8356fa3 19059 else
21d1c967 19060 wxUSE_LIBTIFF=sys
d8356fa3 19061 fi
21d1c967 19062 fi
d8356fa3 19063
21d1c967
GD
19064 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19065 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
1e6feb95 19066 fi
21d1c967 19067fi
10f2d63a 19068
8284b0c5 19069
672abd7a
VS
19070if test "$wxUSE_EXPAT" != "no"; then
19071 wxUSE_XML=1
19072 cat >>confdefs.h <<\_ACEOF
19073#define wxUSE_EXPAT 1
19074_ACEOF
19075
19076 cat >>confdefs.h <<\_ACEOF
19077#define wxUSE_XML 1
19078_ACEOF
19079
19080
19081 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
19082 if test "${ac_cv_header_expat_h+set}" = set; then
19083 echo "$as_me:$LINENO: checking for expat.h" >&5
19084echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19085if test "${ac_cv_header_expat_h+set}" = set; then
19086 echo $ECHO_N "(cached) $ECHO_C" >&6
19087fi
19088echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19089echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19090else
19091 # Is the header compilable?
19092echo "$as_me:$LINENO: checking expat.h usability" >&5
19093echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
19094cat >conftest.$ac_ext <<_ACEOF
19095#line $LINENO "configure"
19096/* confdefs.h. */
19097_ACEOF
19098cat confdefs.h >>conftest.$ac_ext
19099cat >>conftest.$ac_ext <<_ACEOF
19100/* end confdefs.h. */
19101$ac_includes_default
19102#include <expat.h>
19103_ACEOF
19104rm -f conftest.$ac_objext
19105if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19106 (eval $ac_compile) 2>&5
19107 ac_status=$?
19108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109 (exit $ac_status); } &&
19110 { ac_try='test -s conftest.$ac_objext'
19111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19112 (eval $ac_try) 2>&5
19113 ac_status=$?
19114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19115 (exit $ac_status); }; }; then
19116 ac_header_compiler=yes
19117else
19118 echo "$as_me: failed program was:" >&5
19119sed 's/^/| /' conftest.$ac_ext >&5
19120
19121ac_header_compiler=no
19122fi
19123rm -f conftest.$ac_objext conftest.$ac_ext
19124echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19125echo "${ECHO_T}$ac_header_compiler" >&6
19126
19127# Is the header present?
19128echo "$as_me:$LINENO: checking expat.h presence" >&5
19129echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
19130cat >conftest.$ac_ext <<_ACEOF
19131#line $LINENO "configure"
19132/* confdefs.h. */
19133_ACEOF
19134cat confdefs.h >>conftest.$ac_ext
19135cat >>conftest.$ac_ext <<_ACEOF
19136/* end confdefs.h. */
19137#include <expat.h>
19138_ACEOF
19139if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19140 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19141 ac_status=$?
19142 grep -v '^ *+' conftest.er1 >conftest.err
19143 rm -f conftest.er1
19144 cat conftest.err >&5
19145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19146 (exit $ac_status); } >/dev/null; then
19147 if test -s conftest.err; then
19148 ac_cpp_err=$ac_c_preproc_warn_flag
19149 else
19150 ac_cpp_err=
19151 fi
19152else
19153 ac_cpp_err=yes
19154fi
19155if test -z "$ac_cpp_err"; then
19156 ac_header_preproc=yes
19157else
19158 echo "$as_me: failed program was:" >&5
19159sed 's/^/| /' conftest.$ac_ext >&5
19160
19161 ac_header_preproc=no
19162fi
19163rm -f conftest.err conftest.$ac_ext
19164echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19165echo "${ECHO_T}$ac_header_preproc" >&6
19166
19167# So? What about this header?
19168case $ac_header_compiler:$ac_header_preproc in
19169 yes:no )
19170 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
19171echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19172 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19173echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19174 (
19175 cat <<\_ASBOX
19176## ------------------------------------ ##
19177## Report this to bug-autoconf@gnu.org. ##
19178## ------------------------------------ ##
19179_ASBOX
19180 ) |
19181 sed "s/^/$as_me: WARNING: /" >&2
19182 ;;
19183 no:yes )
19184 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
19185echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
19186 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
19187echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
19188 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19189echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19190 (
19191 cat <<\_ASBOX
19192## ------------------------------------ ##
19193## Report this to bug-autoconf@gnu.org. ##
19194## ------------------------------------ ##
19195_ASBOX
19196 ) |
19197 sed "s/^/$as_me: WARNING: /" >&2
19198 ;;
19199esac
19200echo "$as_me:$LINENO: checking for expat.h" >&5
19201echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19202if test "${ac_cv_header_expat_h+set}" = set; then
19203 echo $ECHO_N "(cached) $ECHO_C" >&6
19204else
19205 ac_cv_header_expat_h=$ac_header_preproc
19206fi
19207echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19208echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19209
19210fi
19211
19212
19213 if test "$ac_cv_header_expat_h" = "yes"; then
19214 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
19215echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
19216if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
19217 echo $ECHO_N "(cached) $ECHO_C" >&6
19218else
19219 ac_check_lib_save_LIBS=$LIBS
19220LIBS="-lexpat $LIBS"
19221cat >conftest.$ac_ext <<_ACEOF
19222#line $LINENO "configure"
19223/* confdefs.h. */
19224_ACEOF
19225cat confdefs.h >>conftest.$ac_ext
19226cat >>conftest.$ac_ext <<_ACEOF
19227/* end confdefs.h. */
19228
19229/* Override any gcc2 internal prototype to avoid an error. */
19230#ifdef __cplusplus
19231extern "C"
19232#endif
19233/* We use char because int might match the return type of a gcc2
19234 builtin and then its argument prototype would still apply. */
19235char XML_ParserCreate ();
19236int
19237main ()
19238{
19239XML_ParserCreate ();
19240 ;
19241 return 0;
19242}
19243_ACEOF
19244rm -f conftest.$ac_objext conftest$ac_exeext
19245if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19246 (eval $ac_link) 2>&5
19247 ac_status=$?
19248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19249 (exit $ac_status); } &&
19250 { ac_try='test -s conftest$ac_exeext'
19251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19252 (eval $ac_try) 2>&5
19253 ac_status=$?
19254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19255 (exit $ac_status); }; }; then
19256 ac_cv_lib_expat_XML_ParserCreate=yes
19257else
19258 echo "$as_me: failed program was:" >&5
19259sed 's/^/| /' conftest.$ac_ext >&5
19260
19261ac_cv_lib_expat_XML_ParserCreate=no
19262fi
19263rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19264LIBS=$ac_check_lib_save_LIBS
19265fi
19266echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
19267echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
19268if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
19269 EXPAT_LINK=" -lexpat"
19270fi
19271
19272 fi
19273 if test "x$EXPAT_LINK" = "x" ; then
19274 if test "$wxUSE_EXPAT" = "sys" ; then
19275 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
19276echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
19277 { (exit 1); exit 1; }; }
19278 else
19279 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
19280echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
19281 wxUSE_EXPAT=builtin
19282 fi
19283 else
19284 wxUSE_EXPAT=sys
19285 fi
19286 fi
19287 if test "$wxUSE_EXPAT" = "builtin" ; then
19288
19289
19290subdirs="$subdirs src/expat"
19291
19292 fi
19293fi
19294
19295
19296
21d1c967 19297AFMINSTALL=
2b5f62a0 19298WIN32INSTALL=
90dd450c 19299
21d1c967
GD
19300TOOLKIT=
19301TOOLKIT_INCLUDE=
19302WIDGET_SET=
19303
19304if test "$USE_WIN32" = 1 ; then
e6cc62c6
VS
19305
19306for ac_header in w32api.h
21d1c967 19307do
e6cc62c6
VS
19308as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19309if eval "test \"\${$as_ac_Header+set}\" = set"; then
19310 echo "$as_me:$LINENO: checking for $ac_header" >&5
19311echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19312if eval "test \"\${$as_ac_Header+set}\" = set"; then
19313 echo $ECHO_N "(cached) $ECHO_C" >&6
19314fi
19315echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19316echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19317else
19318 # Is the header compilable?
19319echo "$as_me:$LINENO: checking $ac_header usability" >&5
19320echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19321cat >conftest.$ac_ext <<_ACEOF
19322#line $LINENO "configure"
19323/* confdefs.h. */
19324_ACEOF
19325cat confdefs.h >>conftest.$ac_ext
19326cat >>conftest.$ac_ext <<_ACEOF
19327/* end confdefs.h. */
19328$ac_includes_default
19329#include <$ac_header>
19330_ACEOF
19331rm -f conftest.$ac_objext
19332if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19333 (eval $ac_compile) 2>&5
19334 ac_status=$?
19335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19336 (exit $ac_status); } &&
19337 { ac_try='test -s conftest.$ac_objext'
19338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19339 (eval $ac_try) 2>&5
19340 ac_status=$?
19341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19342 (exit $ac_status); }; }; then
19343 ac_header_compiler=yes
19344else
19345 echo "$as_me: failed program was:" >&5
19346sed 's/^/| /' conftest.$ac_ext >&5
19347
19348ac_header_compiler=no
19349fi
19350rm -f conftest.$ac_objext conftest.$ac_ext
19351echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19352echo "${ECHO_T}$ac_header_compiler" >&6
19353
19354# Is the header present?
19355echo "$as_me:$LINENO: checking $ac_header presence" >&5
19356echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19357cat >conftest.$ac_ext <<_ACEOF
19358#line $LINENO "configure"
19359/* confdefs.h. */
19360_ACEOF
19361cat confdefs.h >>conftest.$ac_ext
19362cat >>conftest.$ac_ext <<_ACEOF
19363/* end confdefs.h. */
19364#include <$ac_header>
19365_ACEOF
19366if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19367 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19368 ac_status=$?
19369 grep -v '^ *+' conftest.er1 >conftest.err
19370 rm -f conftest.er1
19371 cat conftest.err >&5
19372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19373 (exit $ac_status); } >/dev/null; then
19374 if test -s conftest.err; then
19375 ac_cpp_err=$ac_c_preproc_warn_flag
19376 else
19377 ac_cpp_err=
19378 fi
19379else
19380 ac_cpp_err=yes
19381fi
19382if test -z "$ac_cpp_err"; then
19383 ac_header_preproc=yes
19384else
19385 echo "$as_me: failed program was:" >&5
19386sed 's/^/| /' conftest.$ac_ext >&5
19387
19388 ac_header_preproc=no
19389fi
19390rm -f conftest.err conftest.$ac_ext
19391echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19392echo "${ECHO_T}$ac_header_preproc" >&6
19393
19394# So? What about this header?
19395case $ac_header_compiler:$ac_header_preproc in
19396 yes:no )
19397 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19398echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19399 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19400echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19401 (
19402 cat <<\_ASBOX
19403## ------------------------------------ ##
19404## Report this to bug-autoconf@gnu.org. ##
19405## ------------------------------------ ##
19406_ASBOX
19407 ) |
19408 sed "s/^/$as_me: WARNING: /" >&2
19409 ;;
19410 no:yes )
19411 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19412echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19413 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19414echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19415 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19416echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19417 (
19418 cat <<\_ASBOX
19419## ------------------------------------ ##
19420## Report this to bug-autoconf@gnu.org. ##
19421## ------------------------------------ ##
19422_ASBOX
19423 ) |
19424 sed "s/^/$as_me: WARNING: /" >&2
19425 ;;
19426esac
19427echo "$as_me:$LINENO: checking for $ac_header" >&5
19428echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19429if eval "test \"\${$as_ac_Header+set}\" = set"; then
19430 echo $ECHO_N "(cached) $ECHO_C" >&6
19431else
19432 eval "$as_ac_Header=$ac_header_preproc"
f79bd02d 19433fi
e6cc62c6
VS
19434echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19435echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19436
21d1c967 19437fi
e6cc62c6
VS
19438if test `eval echo '${'$as_ac_Header'}'` = yes; then
19439 cat >>confdefs.h <<_ACEOF
19440#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19441_ACEOF
19442
21d1c967 19443fi
e6cc62c6 19444
21d1c967 19445done
f79bd02d 19446
e6cc62c6
VS
19447 if test "${ac_cv_header_windows_h+set}" = set; then
19448 echo "$as_me:$LINENO: checking for windows.h" >&5
19449echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19450if test "${ac_cv_header_windows_h+set}" = set; then
19451 echo $ECHO_N "(cached) $ECHO_C" >&6
19452fi
19453echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19454echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19455else
19456 # Is the header compilable?
19457echo "$as_me:$LINENO: checking windows.h usability" >&5
19458echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19459cat >conftest.$ac_ext <<_ACEOF
19460#line $LINENO "configure"
19461/* confdefs.h. */
19462_ACEOF
19463cat confdefs.h >>conftest.$ac_ext
19464cat >>conftest.$ac_ext <<_ACEOF
19465/* end confdefs.h. */
19466$ac_includes_default
247f5006 19467#include <windows.h>
e6cc62c6
VS
19468_ACEOF
19469rm -f conftest.$ac_objext
19470if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19471 (eval $ac_compile) 2>&5
19472 ac_status=$?
19473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19474 (exit $ac_status); } &&
19475 { ac_try='test -s conftest.$ac_objext'
19476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19477 (eval $ac_try) 2>&5
19478 ac_status=$?
19479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480 (exit $ac_status); }; }; then
19481 ac_header_compiler=yes
19482else
19483 echo "$as_me: failed program was:" >&5
19484sed 's/^/| /' conftest.$ac_ext >&5
19485
19486ac_header_compiler=no
19487fi
19488rm -f conftest.$ac_objext conftest.$ac_ext
19489echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19490echo "${ECHO_T}$ac_header_compiler" >&6
19491
19492# Is the header present?
19493echo "$as_me:$LINENO: checking windows.h presence" >&5
19494echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19495cat >conftest.$ac_ext <<_ACEOF
19496#line $LINENO "configure"
19497/* confdefs.h. */
19498_ACEOF
19499cat confdefs.h >>conftest.$ac_ext
19500cat >>conftest.$ac_ext <<_ACEOF
19501/* end confdefs.h. */
19502#include <windows.h>
19503_ACEOF
19504if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19505 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19506 ac_status=$?
19507 grep -v '^ *+' conftest.er1 >conftest.err
19508 rm -f conftest.er1
19509 cat conftest.err >&5
19510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); } >/dev/null; then
19512 if test -s conftest.err; then
19513 ac_cpp_err=$ac_c_preproc_warn_flag
19514 else
19515 ac_cpp_err=
19516 fi
19517else
19518 ac_cpp_err=yes
19519fi
19520if test -z "$ac_cpp_err"; then
19521 ac_header_preproc=yes
19522else
19523 echo "$as_me: failed program was:" >&5
19524sed 's/^/| /' conftest.$ac_ext >&5
19525
19526 ac_header_preproc=no
19527fi
19528rm -f conftest.err conftest.$ac_ext
19529echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19530echo "${ECHO_T}$ac_header_preproc" >&6
19531
19532# So? What about this header?
19533case $ac_header_compiler:$ac_header_preproc in
19534 yes:no )
19535 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19536echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19537 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19538echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19539 (
19540 cat <<\_ASBOX
19541## ------------------------------------ ##
19542## Report this to bug-autoconf@gnu.org. ##
19543## ------------------------------------ ##
19544_ASBOX
19545 ) |
19546 sed "s/^/$as_me: WARNING: /" >&2
19547 ;;
19548 no:yes )
19549 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19550echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19551 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19552echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19553 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19554echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19555 (
19556 cat <<\_ASBOX
19557## ------------------------------------ ##
19558## Report this to bug-autoconf@gnu.org. ##
19559## ------------------------------------ ##
19560_ASBOX
19561 ) |
19562 sed "s/^/$as_me: WARNING: /" >&2
19563 ;;
19564esac
19565echo "$as_me:$LINENO: checking for windows.h" >&5
19566echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19567if test "${ac_cv_header_windows_h+set}" = set; then
19568 echo $ECHO_N "(cached) $ECHO_C" >&6
19569else
19570 ac_cv_header_windows_h=$ac_header_preproc
90dd450c 19571fi
e6cc62c6
VS
19572echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19573echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19574
90dd450c 19575fi
e6cc62c6 19576if test $ac_cv_header_windows_h = yes; then
21d1c967 19577 :
90dd450c 19578else
21d1c967 19579
e6cc62c6
VS
19580 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19581echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19582 { (exit 1); exit 1; }; }
19583
5c6fa7d2 19584fi
7b4a847f 19585
5c6fa7d2 19586
e6cc62c6 19587
b3dfbbc9 19588 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
21d1c967 19589
7bb2947d
MB
19590 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19591 LIBS="$LIBS -loleacc"
19592 fi
19593
21d1c967
GD
19594 case "${host}" in
19595 *-*-cygwin* )
b3dfbbc9 19596 LIBS="$LIBS -lkernel32 -luser32"
21d1c967 19597 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
f79bd02d 19598 esac
f79bd02d 19599
8647bec6
RG
19600 if test "$wxUSE_ODBC" = "sys" ; then
19601 wxUSE_ODBC = "yes"
21d1c967 19602 fi
8647bec6
RG
19603 if test "$wxUSE_ODBC" = "yes" ; then
19604 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
e6cc62c6 19605 cat >>confdefs.h <<\_ACEOF
8647bec6 19606#define wxUSE_ODBC 1
e6cc62c6 19607_ACEOF
f79bd02d 19608
8647bec6 19609 fi
e6cc62c6 19610
21d1c967
GD
19611 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19612 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
2b5f62a0
VZ
19613
19614 WIN32INSTALL=win32install
f79bd02d 19615fi
f79bd02d 19616
21d1c967
GD
19617if test "$wxUSE_GUI" = "yes"; then
19618 USE_GUI=1
f79bd02d 19619
21d1c967 19620 GUI_TK_LIBRARY=
f79bd02d 19621
21d1c967
GD
19622 WXGTK12=
19623 WXGTK127=
19624 WXGTK20=
f79bd02d 19625
21d1c967
GD
19626 if test "$wxUSE_MSW" = 1 ; then
19627 TOOLKIT=MSW
19628 GUIDIST=MSW_DIST
f79bd02d
JS
19629 fi
19630
21d1c967 19631 if test "$wxUSE_GTK" = 1; then
e6cc62c6
VS
19632 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19633echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
21d1c967
GD
19634
19635 gtk_version_cached=1
e6cc62c6
VS
19636 if test "${wx_cv_lib_gtk+set}" = set; then
19637 echo $ECHO_N "(cached) $ECHO_C" >&6
f79bd02d 19638else
e6cc62c6 19639
21d1c967 19640 gtk_version_cached=0
e6cc62c6
VS
19641 echo "$as_me:$LINENO: result: " >&5
19642echo "${ECHO_T}" >&6
f79bd02d 19643
21d1c967
GD
19644 GTK_MODULES=
19645 if test "$wxUSE_THREADS" = "yes"; then
19646 GTK_MODULES=gthread
19647 fi
f79bd02d 19648
2b5f62a0 19649 wx_cv_lib_gtk=
21d1c967
GD
19650 if test "x$wxUSE_GTK2" = "xyes"; then
19651 # Check whether --enable-gtktest or --disable-gtktest was given.
19652if test "${enable_gtktest+set}" = set; then
19653 enableval="$enable_gtktest"
e6cc62c6 19654
f79bd02d 19655else
21d1c967 19656 enable_gtktest=yes
e6cc62c6 19657fi;
f79bd02d 19658
21d1c967
GD
19659 pkg_config_args=gtk+-2.0
19660 for module in . $GTK_MODULES
19661 do
19662 case "$module" in
e6cc62c6 19663 gthread)
21d1c967
GD
19664 pkg_config_args="$pkg_config_args gthread-2.0"
19665 ;;
19666 esac
19667 done
19668
19669 no_gtk=""
f79bd02d 19670
21d1c967
GD
19671 # Extract the first word of "pkg-config", so it can be a program name with args.
19672set dummy pkg-config; ac_word=$2
e6cc62c6
VS
19673echo "$as_me:$LINENO: checking for $ac_word" >&5
19674echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19675if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19676 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 19677else
e6cc62c6
VS
19678 case $PKG_CONFIG in
19679 [\\/]* | ?:[\\/]*)
21d1c967
GD
19680 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
19681 ;;
21d1c967 19682 *)
e6cc62c6
VS
19683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19684for as_dir in $PATH
19685do
19686 IFS=$as_save_IFS
19687 test -z "$as_dir" && as_dir=.
19688 for ac_exec_ext in '' $ac_executable_extensions; do
19689 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19690 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19691 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19692 break 2
19693 fi
19694done
19695done
19696
21d1c967
GD
19697 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
19698 ;;
19699esac
f79bd02d 19700fi
e6cc62c6
VS
19701PKG_CONFIG=$ac_cv_path_PKG_CONFIG
19702
21d1c967 19703if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
19704 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19705echo "${ECHO_T}$PKG_CONFIG" >&6
f79bd02d 19706else
e6cc62c6
VS
19707 echo "$as_me:$LINENO: result: no" >&5
19708echo "${ECHO_T}no" >&6
f79bd02d
JS
19709fi
19710
8284b0c5 19711
21d1c967
GD
19712 if test x$PKG_CONFIG != xno ; then
19713 if pkg-config --atleast-pkgconfig-version 0.7 ; then
19714 :
19715 else
19716 echo *** pkg-config too old; version 0.7 or better required.
19717 no_gtk=yes
19718 PKG_CONFIG=no
19719 fi
19720 else
19721 no_gtk=yes
19722 fi
f79bd02d 19723
21d1c967 19724 min_gtk_version=2.0.0
e6cc62c6
VS
19725 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
19726echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
f79bd02d 19727
21d1c967
GD
19728 if test x$PKG_CONFIG != xno ; then
19729 ## don't try to run the test against uninstalled libtool libs
19730 if $PKG_CONFIG --uninstalled $pkg_config_args; then
19731 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
19732 enable_gtktest=no
19733 fi
f79bd02d 19734
21d1c967
GD
19735 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
19736 :
19737 else
19738 no_gtk=yes
19739 fi
19740 fi
f79bd02d 19741
21d1c967
GD
19742 if test x"$no_gtk" = x ; then
19743 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
19744 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
19745 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
19746 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19747 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
19748 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19749 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
19750 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19751 if test "x$enable_gtktest" = "xyes" ; then
19752 ac_save_CFLAGS="$CFLAGS"
19753 ac_save_LIBS="$LIBS"
19754 CFLAGS="$CFLAGS $GTK_CFLAGS"
19755 LIBS="$GTK_LIBS $LIBS"
19756 rm -f conf.gtktest
19757 if test "$cross_compiling" = yes; then
19758 echo $ac_n "cross compiling; assumed OK... $ac_c"
f79bd02d 19759else
e6cc62c6
VS
19760 cat >conftest.$ac_ext <<_ACEOF
19761#line $LINENO "configure"
19762/* confdefs.h. */
19763_ACEOF
19764cat confdefs.h >>conftest.$ac_ext
19765cat >>conftest.$ac_ext <<_ACEOF
19766/* end confdefs.h. */
f79bd02d 19767
21d1c967
GD
19768#include <gtk/gtk.h>
19769#include <stdio.h>
19770#include <stdlib.h>
f79bd02d 19771
e6cc62c6 19772int
21d1c967
GD
19773main ()
19774{
19775 int major, minor, micro;
19776 char *tmp_version;
f79bd02d 19777
21d1c967 19778 system ("touch conf.gtktest");
f79bd02d 19779
21d1c967
GD
19780 /* HP/UX 9 (%@#!) writes to sscanf strings */
19781 tmp_version = g_strdup("$min_gtk_version");
19782 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
19783 printf("%s, bad version string\n", "$min_gtk_version");
19784 exit(1);
19785 }
f79bd02d 19786
21d1c967
GD
19787 if ((gtk_major_version != $gtk_config_major_version) ||
19788 (gtk_minor_version != $gtk_config_minor_version) ||
19789 (gtk_micro_version != $gtk_config_micro_version))
19790 {
e6cc62c6 19791 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21d1c967
GD
19792 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19793 gtk_major_version, gtk_minor_version, gtk_micro_version);
19794 printf ("*** was found! If pkg-config was correct, then it is best\n");
19795 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19796 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19797 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19798 printf("*** required on your system.\n");
19799 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
19800 printf("*** to point to the correct configuration files\n");
e6cc62c6 19801 }
21d1c967
GD
19802 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19803 (gtk_minor_version != GTK_MINOR_VERSION) ||
19804 (gtk_micro_version != GTK_MICRO_VERSION))
19805 {
19806 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19807 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19808 printf("*** library (version %d.%d.%d)\n",
19809 gtk_major_version, gtk_minor_version, gtk_micro_version);
19810 }
19811 else
19812 {
19813 if ((gtk_major_version > major) ||
19814 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19815 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19816 {
19817 return 0;
19818 }
19819 else
19820 {
19821 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19822 gtk_major_version, gtk_minor_version, gtk_micro_version);
19823 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19824 major, minor, micro);
19825 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19826 printf("***\n");
19827 printf("*** If you have already installed a sufficiently new version, this error\n");
19828 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
19829 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19830 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
19831 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
19832 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19833 printf("*** so that the correct libraries are found at run-time))\n");
19834 }
19835 }
19836 return 1;
19837}
f79bd02d 19838
e6cc62c6
VS
19839_ACEOF
19840rm -f conftest$ac_exeext
19841if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19842 (eval $ac_link) 2>&5
19843 ac_status=$?
19844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19845 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19847 (eval $ac_try) 2>&5
19848 ac_status=$?
19849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19850 (exit $ac_status); }; }; then
21d1c967 19851 :
f79bd02d 19852else
e6cc62c6
VS
19853 echo "$as_me: program exited with status $ac_status" >&5
19854echo "$as_me: failed program was:" >&5
19855sed 's/^/| /' conftest.$ac_ext >&5
19856
19857( exit $ac_status )
19858no_gtk=yes
f79bd02d 19859fi
e6cc62c6 19860rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
f79bd02d 19861fi
21d1c967
GD
19862 CFLAGS="$ac_save_CFLAGS"
19863 LIBS="$ac_save_LIBS"
19864 fi
19865 fi
19866 if test "x$no_gtk" = x ; then
e6cc62c6
VS
19867 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
19868echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
19869 wx_cv_lib_gtk=2.0
21d1c967 19870 else
e6cc62c6
VS
19871 echo "$as_me:$LINENO: result: no" >&5
19872echo "${ECHO_T}no" >&6
21d1c967
GD
19873 if test "$PKG_CONFIG" = "no" ; then
19874 echo "*** A new enough version of pkg-config was not found."
19875 echo "*** See http://pkgconfig.sourceforge.net"
19876 else
19877 if test -f conf.gtktest ; then
19878 :
19879 else
19880 echo "*** Could not run GTK+ test program, checking why..."
579d8138
VS
19881 ac_save_CFLAGS="$CFLAGS"
19882 ac_save_LIBS="$LIBS"
21d1c967
GD
19883 CFLAGS="$CFLAGS $GTK_CFLAGS"
19884 LIBS="$LIBS $GTK_LIBS"
e6cc62c6
VS
19885 cat >conftest.$ac_ext <<_ACEOF
19886#line $LINENO "configure"
19887/* confdefs.h. */
19888_ACEOF
19889cat confdefs.h >>conftest.$ac_ext
19890cat >>conftest.$ac_ext <<_ACEOF
19891/* end confdefs.h. */
21d1c967
GD
19892
19893#include <gtk/gtk.h>
19894#include <stdio.h>
f79bd02d 19895
e6cc62c6
VS
19896int
19897main ()
19898{
19899 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
19900 ;
19901 return 0;
19902}
19903_ACEOF
19904rm -f conftest.$ac_objext conftest$ac_exeext
19905if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19906 (eval $ac_link) 2>&5
19907 ac_status=$?
19908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19909 (exit $ac_status); } &&
19910 { ac_try='test -s conftest$ac_exeext'
19911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19912 (eval $ac_try) 2>&5
19913 ac_status=$?
19914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19915 (exit $ac_status); }; }; then
21d1c967
GD
19916 echo "*** The test program compiled, but did not run. This usually means"
19917 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
19918 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
19919 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
19920 echo "*** to the installed location Also, make sure you have run ldconfig if that"
19921 echo "*** is required on your system"
19922 echo "***"
19923 echo "*** If you have an old version installed, it is best to remove it, although"
e6cc62c6 19924 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
f79bd02d 19925else
e6cc62c6
VS
19926 echo "$as_me: failed program was:" >&5
19927sed 's/^/| /' conftest.$ac_ext >&5
19928
19929 echo "*** The test program failed to compile or link. See the file config.log for the"
579d8138 19930 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
f79bd02d 19931fi
e6cc62c6 19932rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967
GD
19933 CFLAGS="$ac_save_CFLAGS"
19934 LIBS="$ac_save_LIBS"
19935 fi
19936 fi
19937 GTK_CFLAGS=""
19938 GTK_LIBS=""
19939 :
19940 fi
e6cc62c6
VS
19941
19942
21d1c967 19943 rm -f conf.gtktest
f79bd02d 19944
2b5f62a0 19945 else
e6cc62c6
VS
19946
19947# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
21d1c967
GD
19948if test "${with_gtk_prefix+set}" = set; then
19949 withval="$with_gtk_prefix"
19950 gtk_config_prefix="$withval"
19951else
19952 gtk_config_prefix=""
e6cc62c6 19953fi;
f79bd02d 19954
21d1c967
GD
19955# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
19956if test "${with_gtk_exec_prefix+set}" = set; then
19957 withval="$with_gtk_exec_prefix"
19958 gtk_config_exec_prefix="$withval"
19959else
19960 gtk_config_exec_prefix=""
e6cc62c6 19961fi;
21d1c967
GD
19962# Check whether --enable-gtktest or --disable-gtktest was given.
19963if test "${enable_gtktest+set}" = set; then
19964 enableval="$enable_gtktest"
e6cc62c6 19965
21d1c967
GD
19966else
19967 enable_gtktest=yes
e6cc62c6 19968fi;
21d1c967
GD
19969
19970 for module in . $GTK_MODULES
19971 do
19972 case "$module" in
e6cc62c6 19973 gthread)
21d1c967
GD
19974 gtk_config_args="$gtk_config_args gthread"
19975 ;;
19976 esac
19977 done
19978
19979 if test x$gtk_config_exec_prefix != x ; then
19980 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
19981 if test x${GTK_CONFIG+set} != xset ; then
19982 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
19983 fi
19984 fi
19985 if test x$gtk_config_prefix != x ; then
19986 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
19987 if test x${GTK_CONFIG+set} != xset ; then
19988 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
19989 fi
19990 fi
19991
19992 # Extract the first word of "gtk-config", so it can be a program name with args.
19993set dummy gtk-config; ac_word=$2
e6cc62c6
VS
19994echo "$as_me:$LINENO: checking for $ac_word" >&5
19995echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19996if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
19997 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 19998else
e6cc62c6
VS
19999 case $GTK_CONFIG in
20000 [\\/]* | ?:[\\/]*)
21d1c967
GD
20001 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
20002 ;;
21d1c967 20003 *)
e6cc62c6
VS
20004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20005for as_dir in $PATH
20006do
20007 IFS=$as_save_IFS
20008 test -z "$as_dir" && as_dir=.
20009 for ac_exec_ext in '' $ac_executable_extensions; do
20010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20011 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20013 break 2
20014 fi
20015done
20016done
20017
21d1c967
GD
20018 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
20019 ;;
20020esac
20021fi
e6cc62c6
VS
20022GTK_CONFIG=$ac_cv_path_GTK_CONFIG
20023
21d1c967 20024if test -n "$GTK_CONFIG"; then
e6cc62c6
VS
20025 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20026echo "${ECHO_T}$GTK_CONFIG" >&6
21d1c967 20027else
e6cc62c6
VS
20028 echo "$as_me:$LINENO: result: no" >&5
20029echo "${ECHO_T}no" >&6
21d1c967
GD
20030fi
20031
20032 min_gtk_version=1.2.7
e6cc62c6
VS
20033 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20034echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
21d1c967
GD
20035 no_gtk=""
20036 if test "$GTK_CONFIG" = "no" ; then
20037 no_gtk=yes
20038 else
20039 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
20040 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
20041 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
20042 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20043 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
20044 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20045 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
20046 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20047 if test "x$enable_gtktest" = "xyes" ; then
20048 ac_save_CFLAGS="$CFLAGS"
20049 ac_save_LIBS="$LIBS"
20050 CFLAGS="$CFLAGS $GTK_CFLAGS"
20051 LIBS="$GTK_LIBS $LIBS"
20052 rm -f conf.gtktest
20053 if test "$cross_compiling" = yes; then
20054 echo $ac_n "cross compiling; assumed OK... $ac_c"
f79bd02d 20055else
e6cc62c6
VS
20056 cat >conftest.$ac_ext <<_ACEOF
20057#line $LINENO "configure"
20058/* confdefs.h. */
20059_ACEOF
20060cat confdefs.h >>conftest.$ac_ext
20061cat >>conftest.$ac_ext <<_ACEOF
20062/* end confdefs.h. */
f79bd02d 20063
21d1c967
GD
20064#include <gtk/gtk.h>
20065#include <stdio.h>
20066#include <stdlib.h>
f79bd02d 20067
e6cc62c6 20068int
21d1c967
GD
20069main ()
20070{
20071 int major, minor, micro;
20072 char *tmp_version;
20073
20074 system ("touch conf.gtktest");
20075
20076 /* HP/UX 9 (%@#!) writes to sscanf strings */
20077 tmp_version = g_strdup("$min_gtk_version");
20078 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20079 printf("%s, bad version string\n", "$min_gtk_version");
20080 exit(1);
20081 }
90dd450c 20082
21d1c967
GD
20083 if ((gtk_major_version != $gtk_config_major_version) ||
20084 (gtk_minor_version != $gtk_config_minor_version) ||
20085 (gtk_micro_version != $gtk_config_micro_version))
20086 {
e6cc62c6 20087 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21d1c967
GD
20088 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20089 gtk_major_version, gtk_minor_version, gtk_micro_version);
20090 printf ("*** was found! If gtk-config was correct, then it is best\n");
20091 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20092 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20093 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20094 printf("*** required on your system.\n");
20095 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20096 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20097 printf("*** before re-running configure\n");
e6cc62c6 20098 }
21d1c967
GD
20099#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20100 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20101 (gtk_minor_version != GTK_MINOR_VERSION) ||
20102 (gtk_micro_version != GTK_MICRO_VERSION))
20103 {
20104 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20105 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20106 printf("*** library (version %d.%d.%d)\n",
20107 gtk_major_version, gtk_minor_version, gtk_micro_version);
20108 }
20109#endif /* defined (GTK_MAJOR_VERSION) ... */
20110 else
20111 {
20112 if ((gtk_major_version > major) ||
20113 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20114 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20115 {
20116 return 0;
20117 }
20118 else
20119 {
20120 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20121 gtk_major_version, gtk_minor_version, gtk_micro_version);
20122 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20123 major, minor, micro);
20124 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20125 printf("***\n");
20126 printf("*** If you have already installed a sufficiently new version, this error\n");
20127 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20128 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20129 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20130 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20131 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20132 printf("*** so that the correct libraries are found at run-time))\n");
20133 }
20134 }
20135 return 1;
20136}
20137
e6cc62c6
VS
20138_ACEOF
20139rm -f conftest$ac_exeext
20140if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20141 (eval $ac_link) 2>&5
20142 ac_status=$?
20143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20144 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20146 (eval $ac_try) 2>&5
20147 ac_status=$?
20148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20149 (exit $ac_status); }; }; then
21d1c967
GD
20150 :
20151else
e6cc62c6
VS
20152 echo "$as_me: program exited with status $ac_status" >&5
20153echo "$as_me: failed program was:" >&5
20154sed 's/^/| /' conftest.$ac_ext >&5
20155
20156( exit $ac_status )
20157no_gtk=yes
21d1c967 20158fi
e6cc62c6 20159rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21d1c967 20160fi
21d1c967
GD
20161 CFLAGS="$ac_save_CFLAGS"
20162 LIBS="$ac_save_LIBS"
20163 fi
20164 fi
20165 if test "x$no_gtk" = x ; then
e6cc62c6
VS
20166 echo "$as_me:$LINENO: result: yes" >&5
20167echo "${ECHO_T}yes" >&6
20168 wx_cv_lib_gtk=1.2.7
21d1c967 20169 else
e6cc62c6
VS
20170 echo "$as_me:$LINENO: result: no" >&5
20171echo "${ECHO_T}no" >&6
21d1c967
GD
20172 if test "$GTK_CONFIG" = "no" ; then
20173 echo "*** The gtk-config script installed by GTK could not be found"
20174 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20175 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20176 echo "*** full path to gtk-config."
20177 else
20178 if test -f conf.gtktest ; then
20179 :
20180 else
20181 echo "*** Could not run GTK test program, checking why..."
20182 CFLAGS="$CFLAGS $GTK_CFLAGS"
20183 LIBS="$LIBS $GTK_LIBS"
e6cc62c6
VS
20184 cat >conftest.$ac_ext <<_ACEOF
20185#line $LINENO "configure"
20186/* confdefs.h. */
20187_ACEOF
20188cat confdefs.h >>conftest.$ac_ext
20189cat >>conftest.$ac_ext <<_ACEOF
20190/* end confdefs.h. */
21d1c967
GD
20191
20192#include <gtk/gtk.h>
20193#include <stdio.h>
20194
e6cc62c6
VS
20195int
20196main ()
20197{
20198 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20199 ;
20200 return 0;
20201}
20202_ACEOF
20203rm -f conftest.$ac_objext conftest$ac_exeext
20204if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20205 (eval $ac_link) 2>&5
20206 ac_status=$?
20207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20208 (exit $ac_status); } &&
20209 { ac_try='test -s conftest$ac_exeext'
20210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20211 (eval $ac_try) 2>&5
20212 ac_status=$?
20213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20214 (exit $ac_status); }; }; then
21d1c967
GD
20215 echo "*** The test program compiled, but did not run. This usually means"
20216 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20217 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20218 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20219 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20220 echo "*** is required on your system"
20221 echo "***"
20222 echo "*** If you have an old version installed, it is best to remove it, although"
20223 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20224 echo "***"
20225 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20226 echo "*** came with the system with the command"
20227 echo "***"
e6cc62c6 20228 echo "*** rpm --erase --nodeps gtk gtk-devel"
f79bd02d 20229else
e6cc62c6
VS
20230 echo "$as_me: failed program was:" >&5
20231sed 's/^/| /' conftest.$ac_ext >&5
20232
20233 echo "*** The test program failed to compile or link. See the file config.log for the"
21d1c967
GD
20234 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20235 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
e6cc62c6 20236 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
f79bd02d 20237fi
e6cc62c6 20238rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967
GD
20239 CFLAGS="$ac_save_CFLAGS"
20240 LIBS="$ac_save_LIBS"
20241 fi
20242 fi
20243 GTK_CFLAGS=""
20244 GTK_LIBS=""
20245 :
20246 fi
e6cc62c6
VS
20247
20248
21d1c967
GD
20249 rm -f conf.gtktest
20250
21d1c967 20251
2b5f62a0 20252 if test -z "$wx_cv_lib_gtk"; then
e6cc62c6
VS
20253
20254# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
21d1c967
GD
20255if test "${with_gtk_prefix+set}" = set; then
20256 withval="$with_gtk_prefix"
20257 gtk_config_prefix="$withval"
20258else
20259 gtk_config_prefix=""
e6cc62c6 20260fi;
f79bd02d 20261
21d1c967
GD
20262# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20263if test "${with_gtk_exec_prefix+set}" = set; then
20264 withval="$with_gtk_exec_prefix"
20265 gtk_config_exec_prefix="$withval"
20266else
20267 gtk_config_exec_prefix=""
e6cc62c6 20268fi;
21d1c967
GD
20269# Check whether --enable-gtktest or --disable-gtktest was given.
20270if test "${enable_gtktest+set}" = set; then
20271 enableval="$enable_gtktest"
e6cc62c6 20272
90dd450c 20273else
21d1c967 20274 enable_gtktest=yes
e6cc62c6 20275fi;
21d1c967
GD
20276
20277 for module in . $GTK_MODULES
20278 do
20279 case "$module" in
e6cc62c6 20280 gthread)
21d1c967
GD
20281 gtk_config_args="$gtk_config_args gthread"
20282 ;;
20283 esac
20284 done
20285
20286 if test x$gtk_config_exec_prefix != x ; then
20287 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20288 if test x${GTK_CONFIG+set} != xset ; then
20289 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
20290 fi
20291 fi
20292 if test x$gtk_config_prefix != x ; then
20293 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
20294 if test x${GTK_CONFIG+set} != xset ; then
20295 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
20296 fi
20297 fi
20298
20299 # Extract the first word of "gtk-config", so it can be a program name with args.
20300set dummy gtk-config; ac_word=$2
e6cc62c6
VS
20301echo "$as_me:$LINENO: checking for $ac_word" >&5
20302echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20303if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20304 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 20305else
e6cc62c6
VS
20306 case $GTK_CONFIG in
20307 [\\/]* | ?:[\\/]*)
21d1c967
GD
20308 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
20309 ;;
21d1c967 20310 *)
e6cc62c6
VS
20311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20312for as_dir in $PATH
20313do
20314 IFS=$as_save_IFS
20315 test -z "$as_dir" && as_dir=.
20316 for ac_exec_ext in '' $ac_executable_extensions; do
20317 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20318 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20319 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20320 break 2
20321 fi
20322done
20323done
20324
21d1c967
GD
20325 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
20326 ;;
20327esac
20328fi
e6cc62c6
VS
20329GTK_CONFIG=$ac_cv_path_GTK_CONFIG
20330
21d1c967 20331if test -n "$GTK_CONFIG"; then
e6cc62c6
VS
20332 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20333echo "${ECHO_T}$GTK_CONFIG" >&6
21d1c967 20334else
e6cc62c6
VS
20335 echo "$as_me:$LINENO: result: no" >&5
20336echo "${ECHO_T}no" >&6
21d1c967
GD
20337fi
20338
20339 min_gtk_version=1.2.3
e6cc62c6
VS
20340 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20341echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
21d1c967
GD
20342 no_gtk=""
20343 if test "$GTK_CONFIG" = "no" ; then
20344 no_gtk=yes
20345 else
20346 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
20347 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
20348 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
20349 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20350 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
20351 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20352 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
20353 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20354 if test "x$enable_gtktest" = "xyes" ; then
20355 ac_save_CFLAGS="$CFLAGS"
20356 ac_save_LIBS="$LIBS"
20357 CFLAGS="$CFLAGS $GTK_CFLAGS"
20358 LIBS="$GTK_LIBS $LIBS"
20359 rm -f conf.gtktest
20360 if test "$cross_compiling" = yes; then
20361 echo $ac_n "cross compiling; assumed OK... $ac_c"
20362else
e6cc62c6
VS
20363 cat >conftest.$ac_ext <<_ACEOF
20364#line $LINENO "configure"
20365/* confdefs.h. */
20366_ACEOF
20367cat confdefs.h >>conftest.$ac_ext
20368cat >>conftest.$ac_ext <<_ACEOF
20369/* end confdefs.h. */
21d1c967
GD
20370
20371#include <gtk/gtk.h>
20372#include <stdio.h>
20373#include <stdlib.h>
20374
e6cc62c6 20375int
21d1c967
GD
20376main ()
20377{
20378 int major, minor, micro;
20379 char *tmp_version;
20380
20381 system ("touch conf.gtktest");
20382
20383 /* HP/UX 9 (%@#!) writes to sscanf strings */
20384 tmp_version = g_strdup("$min_gtk_version");
20385 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20386 printf("%s, bad version string\n", "$min_gtk_version");
20387 exit(1);
20388 }
20389
20390 if ((gtk_major_version != $gtk_config_major_version) ||
20391 (gtk_minor_version != $gtk_config_minor_version) ||
20392 (gtk_micro_version != $gtk_config_micro_version))
20393 {
e6cc62c6 20394 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21d1c967
GD
20395 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20396 gtk_major_version, gtk_minor_version, gtk_micro_version);
20397 printf ("*** was found! If gtk-config was correct, then it is best\n");
20398 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20399 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20400 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20401 printf("*** required on your system.\n");
20402 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20403 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20404 printf("*** before re-running configure\n");
e6cc62c6 20405 }
21d1c967
GD
20406#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20407 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20408 (gtk_minor_version != GTK_MINOR_VERSION) ||
20409 (gtk_micro_version != GTK_MICRO_VERSION))
20410 {
20411 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20412 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20413 printf("*** library (version %d.%d.%d)\n",
20414 gtk_major_version, gtk_minor_version, gtk_micro_version);
20415 }
20416#endif /* defined (GTK_MAJOR_VERSION) ... */
20417 else
20418 {
20419 if ((gtk_major_version > major) ||
20420 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20421 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20422 {
20423 return 0;
20424 }
20425 else
20426 {
20427 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20428 gtk_major_version, gtk_minor_version, gtk_micro_version);
20429 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20430 major, minor, micro);
20431 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20432 printf("***\n");
20433 printf("*** If you have already installed a sufficiently new version, this error\n");
20434 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20435 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20436 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20437 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20438 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20439 printf("*** so that the correct libraries are found at run-time))\n");
20440 }
20441 }
20442 return 1;
20443}
20444
e6cc62c6
VS
20445_ACEOF
20446rm -f conftest$ac_exeext
20447if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20448 (eval $ac_link) 2>&5
20449 ac_status=$?
20450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20451 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20453 (eval $ac_try) 2>&5
20454 ac_status=$?
20455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20456 (exit $ac_status); }; }; then
21d1c967
GD
20457 :
20458else
e6cc62c6
VS
20459 echo "$as_me: program exited with status $ac_status" >&5
20460echo "$as_me: failed program was:" >&5
20461sed 's/^/| /' conftest.$ac_ext >&5
20462
20463( exit $ac_status )
20464no_gtk=yes
21d1c967 20465fi
e6cc62c6 20466rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21d1c967 20467fi
21d1c967
GD
20468 CFLAGS="$ac_save_CFLAGS"
20469 LIBS="$ac_save_LIBS"
20470 fi
20471 fi
20472 if test "x$no_gtk" = x ; then
e6cc62c6
VS
20473 echo "$as_me:$LINENO: result: yes" >&5
20474echo "${ECHO_T}yes" >&6
20475 wx_cv_lib_gtk=1.2.3
21d1c967 20476 else
e6cc62c6
VS
20477 echo "$as_me:$LINENO: result: no" >&5
20478echo "${ECHO_T}no" >&6
21d1c967
GD
20479 if test "$GTK_CONFIG" = "no" ; then
20480 echo "*** The gtk-config script installed by GTK could not be found"
20481 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20482 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20483 echo "*** full path to gtk-config."
20484 else
20485 if test -f conf.gtktest ; then
20486 :
20487 else
20488 echo "*** Could not run GTK test program, checking why..."
20489 CFLAGS="$CFLAGS $GTK_CFLAGS"
20490 LIBS="$LIBS $GTK_LIBS"
e6cc62c6
VS
20491 cat >conftest.$ac_ext <<_ACEOF
20492#line $LINENO "configure"
20493/* confdefs.h. */
20494_ACEOF
20495cat confdefs.h >>conftest.$ac_ext
20496cat >>conftest.$ac_ext <<_ACEOF
20497/* end confdefs.h. */
21d1c967
GD
20498
20499#include <gtk/gtk.h>
20500#include <stdio.h>
f79bd02d 20501
e6cc62c6
VS
20502int
20503main ()
20504{
20505 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20506 ;
20507 return 0;
20508}
20509_ACEOF
20510rm -f conftest.$ac_objext conftest$ac_exeext
20511if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20512 (eval $ac_link) 2>&5
20513 ac_status=$?
20514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515 (exit $ac_status); } &&
20516 { ac_try='test -s conftest$ac_exeext'
20517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20518 (eval $ac_try) 2>&5
20519 ac_status=$?
20520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20521 (exit $ac_status); }; }; then
21d1c967
GD
20522 echo "*** The test program compiled, but did not run. This usually means"
20523 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20524 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20525 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20526 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20527 echo "*** is required on your system"
20528 echo "***"
20529 echo "*** If you have an old version installed, it is best to remove it, although"
20530 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20531 echo "***"
20532 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20533 echo "*** came with the system with the command"
20534 echo "***"
e6cc62c6 20535 echo "*** rpm --erase --nodeps gtk gtk-devel"
f79bd02d 20536else
e6cc62c6
VS
20537 echo "$as_me: failed program was:" >&5
20538sed 's/^/| /' conftest.$ac_ext >&5
20539
20540 echo "*** The test program failed to compile or link. See the file config.log for the"
21d1c967
GD
20541 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20542 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
e6cc62c6 20543 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
f79bd02d 20544fi
e6cc62c6 20545rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967
GD
20546 CFLAGS="$ac_save_CFLAGS"
20547 LIBS="$ac_save_LIBS"
20548 fi
20549 fi
20550 GTK_CFLAGS=""
20551 GTK_LIBS=""
20552 :
20553 fi
e6cc62c6
VS
20554
20555
21d1c967 20556 rm -f conf.gtktest
f79bd02d 20557
2b5f62a0 20558 fi
21d1c967
GD
20559 fi
20560
20561 if test -z "$wx_cv_lib_gtk"; then
20562 wx_cv_lib_gtk=none
20563 else
20564 wx_cv_cflags_gtk=$GTK_CFLAGS
20565 wx_cv_libs_gtk=$GTK_LIBS
20566 fi
e6cc62c6
VS
20567
20568
5c6fa7d2 20569fi
52127426 20570
8284b0c5 20571
21d1c967 20572 if test "$gtk_version_cached" = 1; then
e6cc62c6
VS
20573 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20574echo "${ECHO_T}$wx_cv_lib_gtk" >&6
21d1c967
GD
20575 fi
20576
20577 case "$wx_cv_lib_gtk" in
20578 2.0) WXGTK20=1
2b5f62a0 20579 TOOLKIT_VERSION=2
21d1c967
GD
20580 ;;
20581 1.2.7) WXGTK127=1
20582 WXGTK12=1
20583 ;;
20584 1.2.3) WXGTK12=1
20585 ;;
e6cc62c6
VS
20586 *) { { echo "$as_me:$LINENO: error:
20587Please check that gtk-config is in path, the directory
20588where GTK+ libraries are installed (returned by
20589'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20590equivalent variable and GTK+ is version 1.2.3 or above.
20591 " >&5
20592echo "$as_me: error:
247f5006
VZ
20593Please check that gtk-config is in path, the directory
20594where GTK+ libraries are installed (returned by
20595'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20596equivalent variable and GTK+ is version 1.2.3 or above.
e6cc62c6
VS
20597 " >&2;}
20598 { (exit 1); exit 1; }; }
21d1c967
GD
20599 ;;
20600 esac
20601
b13cd66e
VZ
20602 if test "$WXGTK20" = 1; then
20603 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
e6cc62c6 20604
f09359cf
VS
20605 succeeded=no
20606
20607 if test -z "$PKG_CONFIG"; then
20608 # Extract the first word of "pkg-config", so it can be a program name with args.
20609set dummy pkg-config; ac_word=$2
e6cc62c6
VS
20610echo "$as_me:$LINENO: checking for $ac_word" >&5
20611echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20612if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20613 echo $ECHO_N "(cached) $ECHO_C" >&6
f09359cf 20614else
e6cc62c6
VS
20615 case $PKG_CONFIG in
20616 [\\/]* | ?:[\\/]*)
f09359cf
VS
20617 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
20618 ;;
f09359cf 20619 *)
e6cc62c6
VS
20620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20621for as_dir in $PATH
20622do
20623 IFS=$as_save_IFS
20624 test -z "$as_dir" && as_dir=.
20625 for ac_exec_ext in '' $ac_executable_extensions; do
20626 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20627 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20629 break 2
20630 fi
20631done
20632done
20633
f09359cf
VS
20634 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
20635 ;;
20636esac
20637fi
e6cc62c6
VS
20638PKG_CONFIG=$ac_cv_path_PKG_CONFIG
20639
f09359cf 20640if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
20641 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20642echo "${ECHO_T}$PKG_CONFIG" >&6
f09359cf 20643else
e6cc62c6
VS
20644 echo "$as_me:$LINENO: result: no" >&5
20645echo "${ECHO_T}no" >&6
f09359cf
VS
20646fi
20647
20648 fi
20649
20650 if test "$PKG_CONFIG" = "no" ; then
20651 echo "*** The pkg-config script could not be found. Make sure it is"
20652 echo "*** in your path, or set the PKG_CONFIG environment variable"
20653 echo "*** to the full path to pkg-config."
20654 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20655 else
20656 PKG_CONFIG_MIN_VERSION=0.9.0
20657 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
20658 echo "$as_me:$LINENO: checking for pangoft2" >&5
20659echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
f09359cf
VS
20660
20661 if $PKG_CONFIG --exists "pangoft2" ; then
e6cc62c6
VS
20662 echo "$as_me:$LINENO: result: yes" >&5
20663echo "${ECHO_T}yes" >&6
f09359cf
VS
20664 succeeded=yes
20665
e6cc62c6
VS
20666 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20667echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
f09359cf 20668 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
e6cc62c6
VS
20669 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20670echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
f09359cf 20671
e6cc62c6
VS
20672 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20673echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
f09359cf 20674 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
e6cc62c6
VS
20675 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20676echo "${ECHO_T}$PANGOFT2_LIBS" >&6
f09359cf
VS
20677 else
20678 PANGOFT2_CFLAGS=""
20679 PANGOFT2_LIBS=""
e6cc62c6 20680 ## If we have a custom action on failure, don't print errors, but
f09359cf
VS
20681 ## do set a variable so people can do so.
20682 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
e6cc62c6 20683
f09359cf
VS
20684 fi
20685
e6cc62c6
VS
20686
20687
f09359cf
VS
20688 else
20689 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20690 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20691 fi
20692 fi
20693
20694 if test $succeeded = yes; then
e6cc62c6 20695
b13cd66e 20696 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
c74dc163 20697 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
e6cc62c6 20698
f09359cf 20699 else
e6cc62c6
VS
20700
20701 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20702echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
b13cd66e 20703 wxUSE_PRINTING_ARCHITECTURE="no"
e6cc62c6
VS
20704
20705
f09359cf
VS
20706 fi
20707
b13cd66e 20708 fi
2b5f62a0
VZ
20709 else
20710 if test "$wxUSE_UNICODE" = "yes"; then
e6cc62c6
VS
20711 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
20712echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
2b5f62a0
VZ
20713 wxUSE_UNICODE=no
20714 fi
20715 fi
20716
20717 if test "$USE_DARWIN" != 1; then
e6cc62c6
VS
20718
20719for ac_func in poll
2b5f62a0 20720do
e6cc62c6
VS
20721as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20722echo "$as_me:$LINENO: checking for $ac_func" >&5
20723echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20724if eval "test \"\${$as_ac_var+set}\" = set"; then
20725 echo $ECHO_N "(cached) $ECHO_C" >&6
20726else
20727 cat >conftest.$ac_ext <<_ACEOF
20728#line $LINENO "configure"
20729/* confdefs.h. */
20730_ACEOF
20731cat confdefs.h >>conftest.$ac_ext
20732cat >>conftest.$ac_ext <<_ACEOF
20733/* end confdefs.h. */
2b5f62a0 20734/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
20735 which can conflict with char $ac_func (); below.
20736 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20737 <limits.h> exists even on freestanding compilers. */
20738#ifdef __STDC__
20739# include <limits.h>
20740#else
20741# include <assert.h>
20742#endif
2b5f62a0 20743/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
20744#ifdef __cplusplus
20745extern "C"
20746{
20747#endif
2b5f62a0 20748/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
20749 builtin and then its argument prototype would still apply. */
20750char $ac_func ();
2b5f62a0
VZ
20751/* The GNU C library defines this for functions which it implements
20752 to always fail with ENOSYS. Some functions are actually named
20753 something starting with __ and the normal name is an alias. */
20754#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20755choke me
20756#else
e6cc62c6
VS
20757char (*f) () = $ac_func;
20758#endif
20759#ifdef __cplusplus
20760}
2b5f62a0
VZ
20761#endif
20762
e6cc62c6
VS
20763int
20764main ()
20765{
20766return f != $ac_func;
20767 ;
20768 return 0;
20769}
20770_ACEOF
20771rm -f conftest.$ac_objext conftest$ac_exeext
20772if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20773 (eval $ac_link) 2>&5
20774 ac_status=$?
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); } &&
20777 { ac_try='test -s conftest$ac_exeext'
20778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20779 (eval $ac_try) 2>&5
20780 ac_status=$?
20781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20782 (exit $ac_status); }; }; then
20783 eval "$as_ac_var=yes"
20784else
20785 echo "$as_me: failed program was:" >&5
20786sed 's/^/| /' conftest.$ac_ext >&5
20787
20788eval "$as_ac_var=no"
20789fi
20790rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20791fi
20792echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20793echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20794if test `eval echo '${'$as_ac_var'}'` = yes; then
20795 cat >>confdefs.h <<_ACEOF
20796#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20797_ACEOF
2b5f62a0 20798
2b5f62a0
VZ
20799fi
20800done
20801
f09359cf
VS
20802 fi
20803
21d1c967 20804 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
c74dc163 20805 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
21d1c967
GD
20806
20807 AFMINSTALL=afminstall
20808 TOOLKIT=GTK
20809 GUIDIST=GTK_DIST
20810
e6cc62c6
VS
20811 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
20812echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
20813if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
20814 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 20815else
e6cc62c6 20816 ac_check_lib_save_LIBS=$LIBS
21d1c967 20817LIBS="-lgdk $LIBS"
e6cc62c6
VS
20818cat >conftest.$ac_ext <<_ACEOF
20819#line $LINENO "configure"
20820/* confdefs.h. */
20821_ACEOF
20822cat confdefs.h >>conftest.$ac_ext
20823cat >>conftest.$ac_ext <<_ACEOF
20824/* end confdefs.h. */
20825
5c6fa7d2 20826/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
20827#ifdef __cplusplus
20828extern "C"
20829#endif
5c6fa7d2 20830/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
20831 builtin and then its argument prototype would still apply. */
20832char gdk_im_open ();
20833int
20834main ()
20835{
20836gdk_im_open ();
20837 ;
20838 return 0;
20839}
20840_ACEOF
20841rm -f conftest.$ac_objext conftest$ac_exeext
20842if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20843 (eval $ac_link) 2>&5
20844 ac_status=$?
20845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20846 (exit $ac_status); } &&
20847 { ac_try='test -s conftest$ac_exeext'
20848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20849 (eval $ac_try) 2>&5
20850 ac_status=$?
20851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20852 (exit $ac_status); }; }; then
20853 ac_cv_lib_gdk_gdk_im_open=yes
20854else
20855 echo "$as_me: failed program was:" >&5
20856sed 's/^/| /' conftest.$ac_ext >&5
20857
20858ac_cv_lib_gdk_gdk_im_open=no
20859fi
20860rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20861LIBS=$ac_check_lib_save_LIBS
20862fi
20863echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
20864echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
20865if test $ac_cv_lib_gdk_gdk_im_open = yes; then
20866 cat >>confdefs.h <<\_ACEOF
21d1c967 20867#define HAVE_XIM 1
e6cc62c6 20868_ACEOF
21d1c967 20869
90dd450c 20870fi
1e6feb95 20871
21d1c967 20872 fi
1e6feb95 20873
21d1c967 20874 if test "$wxUSE_MGL" = 1; then
e6cc62c6
VS
20875 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
20876echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
21d1c967 20877 if test "x$MGL_ROOT" = x ; then
e6cc62c6
VS
20878 echo "$as_me:$LINENO: result: not found" >&5
20879echo "${ECHO_T}not found" >&6
20880 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
20881echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
20882 { (exit 1); exit 1; }; }
21d1c967 20883 else
e6cc62c6
VS
20884 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
20885echo "${ECHO_T}$MGL_ROOT" >&6
21d1c967
GD
20886 fi
20887
e6cc62c6
VS
20888 echo "$as_me:$LINENO: checking for libmgl location" >&5
20889echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
21d1c967
GD
20890 case "${host}" in
20891 *-*-linux* )
63a76696
VS
20892 if test "x$wxUSE_SHARED" = xyes ; then
20893 mgl_os_candidates="linux/gcc/glibc.so linux/gcc/glibc"
20894 else
20895 mgl_os_candidates="linux/gcc/glibc linux/gcc/glibc.so"
20896 fi
21d1c967
GD
20897 ;;
20898 *-pc-msdosdjgpp )
63a76696 20899 mgl_os_candidates="dos32/dj2"
21d1c967
GD
20900 ;;
20901 *)
e6cc62c6
VS
20902 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
20903echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
20904 { (exit 1); exit 1; }; }
21d1c967 20905 esac
1e6feb95 20906
21d1c967 20907 mgl_lib_type=""
63a76696
VS
20908 mgl_os=""
20909
20910 for mgl_os_i in $mgl_os_candidates ; do
20911 if test "x$mgl_os" = x ; then
20912 if test "$wxUSE_DEBUG_FLAG" = yes ; then
20913 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
20914 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
20915 mgl_lib_type=debug
20916 mgl_os=$mgl_os_i
20917 fi
20918 fi
20919 if test "x$mgl_lib_type" = x ; then
20920 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
20921 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
20922 mgl_lib_type=release
20923 mgl_os=$mgl_os_i
20924 fi
20925 fi
21d1c967 20926 fi
63a76696 20927 done
2224580a 20928
63a76696 20929 if test "x$mgl_os" = x ; then
e6cc62c6
VS
20930 echo "$as_me:$LINENO: result: not found" >&5
20931echo "${ECHO_T}not found" >&6
20932 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
20933echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
20934 { (exit 1); exit 1; }; }
63a76696 20935 fi
e6cc62c6
VS
20936 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
20937echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
1542ea39 20938
1d1b75ac
VZ
20939 wxUSE_UNIVERSAL="yes"
20940
21d1c967
GD
20941 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
20942 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
20943
90dd450c 20944 AFMINSTALL=afminstall
21d1c967
GD
20945 TOOLKIT=MGL
20946 GUIDIST=MGL_DIST
20947 fi
dad6c0ea 20948
21d1c967 20949 if test "$wxUSE_MICROWIN" = 1; then
e6cc62c6
VS
20950 echo "$as_me:$LINENO: checking for MicroWindows" >&5
20951echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
21d1c967 20952 if test "x$MICROWINDOWS" = x ; then
e6cc62c6
VS
20953 echo "$as_me:$LINENO: result: not found" >&5
20954echo "${ECHO_T}not found" >&6
20955 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
20956echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
20957 { (exit 1); exit 1; }; }
21d1c967 20958 else
e6cc62c6
VS
20959 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
20960echo "${ECHO_T}$MICROWINDOWS" >&6
21d1c967 20961 fi
f6bcfd97 20962
21d1c967 20963 if test -f $MICROWINDOWS/lib/libmwin.a; then
e6cc62c6
VS
20964 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
20965echo "${ECHO_T}MicroWindows' libraries found." >&6
21d1c967 20966 else
e6cc62c6
VS
20967 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
20968echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
20969 { (exit 1); exit 1; }; }
90dd450c 20970 fi
0b2effe9 20971
21d1c967
GD
20972 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
20973 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
20974
1d1b75ac
VZ
20975 wxUSE_UNIVERSAL="yes"
20976
21d1c967
GD
20977 AFMINSTALL=afminstall
20978 TOOLKIT=MICROWIN
20979 GUIDIST=MICROWIN_DIST
1d1b75ac
VZ
20980
20981 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
21d1c967 20982 fi
f6bcfd97 20983
21d1c967 20984 if test "$wxUSE_X11" = 1; then
e6cc62c6
VS
20985 echo "$as_me:$LINENO: checking for X" >&5
20986echo $ECHO_N "checking for X... $ECHO_C" >&6
20987
d8356fa3 20988
21d1c967
GD
20989# Check whether --with-x or --without-x was given.
20990if test "${with_x+set}" = set; then
20991 withval="$with_x"
2224580a 20992
e6cc62c6 20993fi;
21d1c967
GD
20994# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
20995if test "x$with_x" = xno; then
20996 # The user explicitly disabled X.
20997 have_x=disabled
20998else
20999 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
21000 # Both variables are already set.
21001 have_x=yes
21002 else
e6cc62c6
VS
21003 if test "${ac_cv_have_x+set}" = set; then
21004 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967
GD
21005else
21006 # One or both of the vars are not set, and there is no cached value.
e6cc62c6
VS
21007ac_x_includes=no ac_x_libraries=no
21008rm -fr conftest.dir
21009if mkdir conftest.dir; then
21010 cd conftest.dir
21d1c967 21011 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
e6cc62c6 21012 cat >Imakefile <<'_ACEOF'
21d1c967
GD
21013acfindx:
21014 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
e6cc62c6 21015_ACEOF
21d1c967
GD
21016 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
21017 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
21018 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
21019 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
21020 for ac_extension in a so sl; do
21021 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
e6cc62c6 21022 test -f $ac_im_libdir/libX11.$ac_extension; then
21d1c967
GD
21023 ac_im_usrlibdir=$ac_im_libdir; break
21024 fi
21025 done
21026 # Screen out bogus values from the imake configuration. They are
21027 # bogus both because they are the default anyway, and because
21028 # using them would break gcc on systems where it needs fixed includes.
e6cc62c6 21029 case $ac_im_incroot in
21d1c967 21030 /usr/include) ;;
e6cc62c6 21031 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
21d1c967 21032 esac
e6cc62c6 21033 case $ac_im_usrlibdir in
21d1c967 21034 /usr/lib | /lib) ;;
e6cc62c6 21035 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
21d1c967
GD
21036 esac
21037 fi
21038 cd ..
e6cc62c6 21039 rm -fr conftest.dir
21d1c967 21040fi
10f2d63a 21041
e6cc62c6
VS
21042# Standard set of common directories for X headers.
21043# Check X11 before X11Rn because it is often a symlink to the current release.
21044ac_x_header_dirs='
21045/usr/X11/include
21046/usr/X11R6/include
21047/usr/X11R5/include
21048/usr/X11R4/include
21049
21050/usr/include/X11
21051/usr/include/X11R6
21052/usr/include/X11R5
21053/usr/include/X11R4
21054
21055/usr/local/X11/include
21056/usr/local/X11R6/include
21057/usr/local/X11R5/include
21058/usr/local/X11R4/include
21059
21060/usr/local/include/X11
21061/usr/local/include/X11R6
21062/usr/local/include/X11R5
21063/usr/local/include/X11R4
21064
21065/usr/X386/include
21066/usr/x386/include
21067/usr/XFree86/include/X11
21068
21069/usr/include
21070/usr/local/include
21071/usr/unsupported/include
21072/usr/athena/include
21073/usr/local/x11r5/include
21074/usr/lpp/Xamples/include
21075
21076/usr/openwin/include
21077/usr/openwin/share/include'
21078
21079if test "$ac_x_includes" = no; then
21080 # Guess where to find include files, by looking for Intrinsic.h.
21d1c967 21081 # First, try using that file with no special directory specified.
e6cc62c6
VS
21082 cat >conftest.$ac_ext <<_ACEOF
21083#line $LINENO "configure"
21084/* confdefs.h. */
21085_ACEOF
21086cat confdefs.h >>conftest.$ac_ext
21087cat >>conftest.$ac_ext <<_ACEOF
21088/* end confdefs.h. */
21089#include <X11/Intrinsic.h>
21090_ACEOF
21091if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21092 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21093 ac_status=$?
21094 grep -v '^ *+' conftest.er1 >conftest.err
21095 rm -f conftest.er1
21096 cat conftest.err >&5
21097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21098 (exit $ac_status); } >/dev/null; then
21099 if test -s conftest.err; then
21100 ac_cpp_err=$ac_c_preproc_warn_flag
21101 else
21102 ac_cpp_err=
21103 fi
21104else
21105 ac_cpp_err=yes
21106fi
21107if test -z "$ac_cpp_err"; then
21d1c967
GD
21108 # We can compile using X headers with no special include directory.
21109ac_x_includes=
90dd450c 21110else
e6cc62c6
VS
21111 echo "$as_me: failed program was:" >&5
21112sed 's/^/| /' conftest.$ac_ext >&5
21113
21114 for ac_dir in $ac_x_header_dirs; do
21115 if test -r "$ac_dir/X11/Intrinsic.h"; then
21116 ac_x_includes=$ac_dir
21117 break
21118 fi
21119done
3a922bb4 21120fi
e6cc62c6
VS
21121rm -f conftest.err conftest.$ac_ext
21122fi # $ac_x_includes = no
10f2d63a 21123
e6cc62c6 21124if test "$ac_x_libraries" = no; then
21d1c967 21125 # Check for the libraries.
21d1c967
GD
21126 # See if we find them without any special options.
21127 # Don't add to $LIBS permanently.
e6cc62c6
VS
21128 ac_save_LIBS=$LIBS
21129 LIBS="-lXt $LIBS"
21130 cat >conftest.$ac_ext <<_ACEOF
21131#line $LINENO "configure"
21132/* confdefs.h. */
21133_ACEOF
21134cat confdefs.h >>conftest.$ac_ext
21135cat >>conftest.$ac_ext <<_ACEOF
21136/* end confdefs.h. */
21137#include <X11/Intrinsic.h>
21138int
21139main ()
21140{
21141XtMalloc (0)
21142 ;
21143 return 0;
21144}
21145_ACEOF
21146rm -f conftest.$ac_objext conftest$ac_exeext
21147if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21148 (eval $ac_link) 2>&5
21149 ac_status=$?
21150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21151 (exit $ac_status); } &&
21152 { ac_try='test -s conftest$ac_exeext'
21153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21154 (eval $ac_try) 2>&5
21155 ac_status=$?
21156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21157 (exit $ac_status); }; }; then
21158 LIBS=$ac_save_LIBS
21d1c967
GD
21159# We can link X programs with no special library path.
21160ac_x_libraries=
3a922bb4 21161else
e6cc62c6
VS
21162 echo "$as_me: failed program was:" >&5
21163sed 's/^/| /' conftest.$ac_ext >&5
21164
21165LIBS=$ac_save_LIBS
21166for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
21d1c967 21167do
e6cc62c6 21168 # Don't even attempt the hair of trying to link an X program!
21d1c967 21169 for ac_extension in a so sl; do
e6cc62c6 21170 if test -r $ac_dir/libXt.$ac_extension; then
21d1c967
GD
21171 ac_x_libraries=$ac_dir
21172 break 2
21173 fi
21174 done
21175done
3a922bb4 21176fi
e6cc62c6
VS
21177rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21178fi # $ac_x_libraries = no
90dd450c 21179
e6cc62c6 21180if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
21d1c967
GD
21181 # Didn't find X anywhere. Cache the known absence of X.
21182 ac_cv_have_x="have_x=no"
21183else
21184 # Record where we found X for the cache.
21185 ac_cv_have_x="have_x=yes \
21186 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
90dd450c 21187fi
21d1c967 21188fi
e6cc62c6 21189
21d1c967
GD
21190 fi
21191 eval "$ac_cv_have_x"
21192fi # $with_x != no
90dd450c 21193
21d1c967 21194if test "$have_x" != yes; then
e6cc62c6
VS
21195 echo "$as_me:$LINENO: result: $have_x" >&5
21196echo "${ECHO_T}$have_x" >&6
21d1c967
GD
21197 no_x=yes
21198else
21199 # If each of the values was on the command line, it overrides each guess.
21200 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
21201 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
21202 # Update the cache value to reflect the command line values.
21203 ac_cv_have_x="have_x=yes \
21204 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
e6cc62c6
VS
21205 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21206echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21d1c967 21207fi
90dd450c 21208
21d1c967 21209if test "$no_x" = yes; then
90dd450c 21210 # Not all programs may use this symbol, but it does not hurt to define it.
e6cc62c6
VS
21211
21212cat >>confdefs.h <<\_ACEOF
90dd450c 21213#define X_DISPLAY_MISSING 1
e6cc62c6 21214_ACEOF
90dd450c
VZ
21215
21216 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
21217else
21218 if test -n "$x_includes"; then
21219 X_CFLAGS="$X_CFLAGS -I$x_includes"
62d0491b 21220 fi
3a922bb4 21221
90dd450c
VZ
21222 # It would also be nice to do this for all -L options, not just this one.
21223 if test -n "$x_libraries"; then
21224 X_LIBS="$X_LIBS -L$x_libraries"
21225 # For Solaris; some versions of Sun CC require a space after -R and
21226 # others require no space. Words are not sufficient . . . .
e6cc62c6 21227 case `(uname -sr) 2>/dev/null` in
90dd450c 21228 "SunOS 5"*)
e6cc62c6
VS
21229 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21230echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21231 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
21232 cat >conftest.$ac_ext <<_ACEOF
21233#line $LINENO "configure"
21234/* confdefs.h. */
21235_ACEOF
21236cat confdefs.h >>conftest.$ac_ext
21237cat >>conftest.$ac_ext <<_ACEOF
21238/* end confdefs.h. */
21239
21240int
21241main ()
21242{
90dd450c 21243
e6cc62c6
VS
21244 ;
21245 return 0;
21246}
21247_ACEOF
21248rm -f conftest.$ac_objext conftest$ac_exeext
21249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21250 (eval $ac_link) 2>&5
21251 ac_status=$?
21252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21253 (exit $ac_status); } &&
21254 { ac_try='test -s conftest$ac_exeext'
21255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21256 (eval $ac_try) 2>&5
21257 ac_status=$?
21258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21259 (exit $ac_status); }; }; then
90dd450c 21260 ac_R_nospace=yes
3a922bb4 21261else
e6cc62c6
VS
21262 echo "$as_me: failed program was:" >&5
21263sed 's/^/| /' conftest.$ac_ext >&5
21264
21265ac_R_nospace=no
3a922bb4 21266fi
e6cc62c6 21267rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
90dd450c 21268 if test $ac_R_nospace = yes; then
e6cc62c6
VS
21269 echo "$as_me:$LINENO: result: no" >&5
21270echo "${ECHO_T}no" >&6
90dd450c
VZ
21271 X_LIBS="$X_LIBS -R$x_libraries"
21272 else
21273 LIBS="$ac_xsave_LIBS -R $x_libraries"
e6cc62c6
VS
21274 cat >conftest.$ac_ext <<_ACEOF
21275#line $LINENO "configure"
21276/* confdefs.h. */
21277_ACEOF
21278cat confdefs.h >>conftest.$ac_ext
21279cat >>conftest.$ac_ext <<_ACEOF
21280/* end confdefs.h. */
21281
21282int
21283main ()
21284{
6f754473 21285
e6cc62c6
VS
21286 ;
21287 return 0;
21288}
21289_ACEOF
21290rm -f conftest.$ac_objext conftest$ac_exeext
21291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21292 (eval $ac_link) 2>&5
21293 ac_status=$?
21294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21295 (exit $ac_status); } &&
21296 { ac_try='test -s conftest$ac_exeext'
21297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21298 (eval $ac_try) 2>&5
21299 ac_status=$?
21300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21301 (exit $ac_status); }; }; then
90dd450c
VZ
21302 ac_R_space=yes
21303else
e6cc62c6
VS
21304 echo "$as_me: failed program was:" >&5
21305sed 's/^/| /' conftest.$ac_ext >&5
21306
21307ac_R_space=no
90dd450c 21308fi
e6cc62c6 21309rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
90dd450c 21310 if test $ac_R_space = yes; then
e6cc62c6
VS
21311 echo "$as_me:$LINENO: result: yes" >&5
21312echo "${ECHO_T}yes" >&6
90dd450c
VZ
21313 X_LIBS="$X_LIBS -R $x_libraries"
21314 else
e6cc62c6
VS
21315 echo "$as_me:$LINENO: result: neither works" >&5
21316echo "${ECHO_T}neither works" >&6
90dd450c
VZ
21317 fi
21318 fi
e6cc62c6 21319 LIBS=$ac_xsave_LIBS
90dd450c
VZ
21320 esac
21321 fi
21322
21323 # Check for system-dependent libraries X programs must link with.
21324 # Do this before checking for the system-independent R6 libraries
21325 # (-lICE), since we may need -lsocket or whatever for X linking.
6f754473 21326
90dd450c
VZ
21327 if test "$ISC" = yes; then
21328 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
21329 else
e6cc62c6
VS
21330 # Martyn Johnson says this is needed for Ultrix, if the X
21331 # libraries were built with DECnet support. And Karl Berry says
90dd450c 21332 # the Alpha needs dnet_stub (dnet does not exist).
e6cc62c6
VS
21333 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
21334 cat >conftest.$ac_ext <<_ACEOF
21335#line $LINENO "configure"
21336/* confdefs.h. */
21337_ACEOF
21338cat confdefs.h >>conftest.$ac_ext
21339cat >>conftest.$ac_ext <<_ACEOF
21340/* end confdefs.h. */
21341
247f5006 21342/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21343#ifdef __cplusplus
21344extern "C"
21345#endif
247f5006 21346/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21347 builtin and then its argument prototype would still apply. */
21348char XOpenDisplay ();
21349int
21350main ()
21351{
21352XOpenDisplay ();
21353 ;
21354 return 0;
21355}
21356_ACEOF
21357rm -f conftest.$ac_objext conftest$ac_exeext
21358if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21359 (eval $ac_link) 2>&5
21360 ac_status=$?
21361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21362 (exit $ac_status); } &&
21363 { ac_try='test -s conftest$ac_exeext'
21364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21365 (eval $ac_try) 2>&5
21366 ac_status=$?
21367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21368 (exit $ac_status); }; }; then
21369 :
21370else
21371 echo "$as_me: failed program was:" >&5
21372sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 21373
e6cc62c6
VS
21374echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21375echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21376if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21377 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 21378else
e6cc62c6
VS
21379 ac_check_lib_save_LIBS=$LIBS
21380LIBS="-ldnet $LIBS"
21381cat >conftest.$ac_ext <<_ACEOF
21382#line $LINENO "configure"
21383/* confdefs.h. */
21384_ACEOF
21385cat confdefs.h >>conftest.$ac_ext
21386cat >>conftest.$ac_ext <<_ACEOF
21387/* end confdefs.h. */
a0b9e27f 21388
e6cc62c6
VS
21389/* Override any gcc2 internal prototype to avoid an error. */
21390#ifdef __cplusplus
21391extern "C"
21392#endif
21393/* We use char because int might match the return type of a gcc2
21394 builtin and then its argument prototype would still apply. */
21395char dnet_ntoa ();
21396int
21397main ()
21398{
21399dnet_ntoa ();
21400 ;
21401 return 0;
21402}
21403_ACEOF
21404rm -f conftest.$ac_objext conftest$ac_exeext
21405if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21406 (eval $ac_link) 2>&5
21407 ac_status=$?
21408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21409 (exit $ac_status); } &&
21410 { ac_try='test -s conftest$ac_exeext'
21411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21412 (eval $ac_try) 2>&5
21413 ac_status=$?
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 (exit $ac_status); }; }; then
21416 ac_cv_lib_dnet_dnet_ntoa=yes
21417else
21418 echo "$as_me: failed program was:" >&5
21419sed 's/^/| /' conftest.$ac_ext >&5
21420
21421ac_cv_lib_dnet_dnet_ntoa=no
21422fi
21423rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21424LIBS=$ac_check_lib_save_LIBS
21425fi
21426echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21427echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21428if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
90dd450c 21429 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
3a922bb4
RL
21430fi
21431
90dd450c 21432 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
e6cc62c6
VS
21433 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21434echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21435if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21436 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 21437else
e6cc62c6 21438 ac_check_lib_save_LIBS=$LIBS
90dd450c 21439LIBS="-ldnet_stub $LIBS"
e6cc62c6
VS
21440cat >conftest.$ac_ext <<_ACEOF
21441#line $LINENO "configure"
21442/* confdefs.h. */
21443_ACEOF
21444cat confdefs.h >>conftest.$ac_ext
21445cat >>conftest.$ac_ext <<_ACEOF
21446/* end confdefs.h. */
21447
90dd450c 21448/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21449#ifdef __cplusplus
21450extern "C"
21451#endif
90dd450c 21452/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21453 builtin and then its argument prototype would still apply. */
21454char dnet_ntoa ();
21455int
21456main ()
21457{
21458dnet_ntoa ();
21459 ;
21460 return 0;
21461}
21462_ACEOF
21463rm -f conftest.$ac_objext conftest$ac_exeext
21464if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21465 (eval $ac_link) 2>&5
21466 ac_status=$?
21467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21468 (exit $ac_status); } &&
21469 { ac_try='test -s conftest$ac_exeext'
21470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21471 (eval $ac_try) 2>&5
21472 ac_status=$?
21473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21474 (exit $ac_status); }; }; then
21475 ac_cv_lib_dnet_stub_dnet_ntoa=yes
21476else
21477 echo "$as_me: failed program was:" >&5
21478sed 's/^/| /' conftest.$ac_ext >&5
21479
21480ac_cv_lib_dnet_stub_dnet_ntoa=no
21481fi
21482rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21483LIBS=$ac_check_lib_save_LIBS
21484fi
21485echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21486echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21487if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
90dd450c 21488 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
3a922bb4
RL
21489fi
21490
90dd450c 21491 fi
e6cc62c6
VS
21492fi
21493rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21494 LIBS="$ac_xsave_LIBS"
978f1259 21495
90dd450c
VZ
21496 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21497 # to get the SysV transport functions.
e6cc62c6 21498 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
90dd450c
VZ
21499 # needs -lnsl.
21500 # The nsl library prevents programs from opening the X display
e6cc62c6
VS
21501 # on Irix 5.2, according to T.E. Dickey.
21502 # The functions gethostbyname, getservbyname, and inet_addr are
21503 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21504 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21505echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21506if test "${ac_cv_func_gethostbyname+set}" = set; then
21507 echo $ECHO_N "(cached) $ECHO_C" >&6
21508else
21509 cat >conftest.$ac_ext <<_ACEOF
21510#line $LINENO "configure"
21511/* confdefs.h. */
21512_ACEOF
21513cat confdefs.h >>conftest.$ac_ext
21514cat >>conftest.$ac_ext <<_ACEOF
21515/* end confdefs.h. */
90dd450c 21516/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
21517 which can conflict with char gethostbyname (); below.
21518 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21519 <limits.h> exists even on freestanding compilers. */
21520#ifdef __STDC__
21521# include <limits.h>
21522#else
21523# include <assert.h>
21524#endif
90dd450c 21525/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21526#ifdef __cplusplus
21527extern "C"
21528{
21529#endif
90dd450c 21530/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21531 builtin and then its argument prototype would still apply. */
21532char gethostbyname ();
90dd450c
VZ
21533/* The GNU C library defines this for functions which it implements
21534 to always fail with ENOSYS. Some functions are actually named
21535 something starting with __ and the normal name is an alias. */
21536#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21537choke me
21538#else
e6cc62c6
VS
21539char (*f) () = gethostbyname;
21540#endif
21541#ifdef __cplusplus
21542}
90dd450c 21543#endif
978f1259 21544
e6cc62c6
VS
21545int
21546main ()
21547{
21548return f != gethostbyname;
21549 ;
21550 return 0;
21551}
21552_ACEOF
21553rm -f conftest.$ac_objext conftest$ac_exeext
21554if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21555 (eval $ac_link) 2>&5
21556 ac_status=$?
21557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21558 (exit $ac_status); } &&
21559 { ac_try='test -s conftest$ac_exeext'
21560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21561 (eval $ac_try) 2>&5
21562 ac_status=$?
21563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21564 (exit $ac_status); }; }; then
21565 ac_cv_func_gethostbyname=yes
21566else
21567 echo "$as_me: failed program was:" >&5
21568sed 's/^/| /' conftest.$ac_ext >&5
21569
21570ac_cv_func_gethostbyname=no
21571fi
21572rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21573fi
21574echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21575echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
698dcdb6 21576
90dd450c 21577 if test $ac_cv_func_gethostbyname = no; then
e6cc62c6
VS
21578 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21579echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21580if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21581 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 21582else
e6cc62c6 21583 ac_check_lib_save_LIBS=$LIBS
90dd450c 21584LIBS="-lnsl $LIBS"
e6cc62c6
VS
21585cat >conftest.$ac_ext <<_ACEOF
21586#line $LINENO "configure"
21587/* confdefs.h. */
21588_ACEOF
21589cat confdefs.h >>conftest.$ac_ext
21590cat >>conftest.$ac_ext <<_ACEOF
21591/* end confdefs.h. */
21592
90dd450c 21593/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21594#ifdef __cplusplus
21595extern "C"
21596#endif
90dd450c 21597/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21598 builtin and then its argument prototype would still apply. */
21599char gethostbyname ();
21600int
21601main ()
21602{
21603gethostbyname ();
21604 ;
21605 return 0;
21606}
21607_ACEOF
21608rm -f conftest.$ac_objext conftest$ac_exeext
21609if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21610 (eval $ac_link) 2>&5
21611 ac_status=$?
21612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21613 (exit $ac_status); } &&
21614 { ac_try='test -s conftest$ac_exeext'
21615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21616 (eval $ac_try) 2>&5
21617 ac_status=$?
21618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21619 (exit $ac_status); }; }; then
21620 ac_cv_lib_nsl_gethostbyname=yes
21621else
21622 echo "$as_me: failed program was:" >&5
21623sed 's/^/| /' conftest.$ac_ext >&5
21624
21625ac_cv_lib_nsl_gethostbyname=no
21626fi
21627rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21628LIBS=$ac_check_lib_save_LIBS
21629fi
21630echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21631echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21632if test $ac_cv_lib_nsl_gethostbyname = yes; then
21633 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
a0b9e27f 21634fi
247f5006 21635
e6cc62c6
VS
21636 if test $ac_cv_lib_nsl_gethostbyname = no; then
21637 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21638echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21639if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21640 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 21641else
e6cc62c6
VS
21642 ac_check_lib_save_LIBS=$LIBS
21643LIBS="-lbsd $LIBS"
21644cat >conftest.$ac_ext <<_ACEOF
21645#line $LINENO "configure"
21646/* confdefs.h. */
21647_ACEOF
21648cat confdefs.h >>conftest.$ac_ext
21649cat >>conftest.$ac_ext <<_ACEOF
21650/* end confdefs.h. */
21651
21652/* Override any gcc2 internal prototype to avoid an error. */
21653#ifdef __cplusplus
21654extern "C"
21655#endif
21656/* We use char because int might match the return type of a gcc2
21657 builtin and then its argument prototype would still apply. */
21658char gethostbyname ();
21659int
21660main ()
21661{
21662gethostbyname ();
21663 ;
21664 return 0;
21665}
21666_ACEOF
21667rm -f conftest.$ac_objext conftest$ac_exeext
21668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21669 (eval $ac_link) 2>&5
21670 ac_status=$?
21671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21672 (exit $ac_status); } &&
21673 { ac_try='test -s conftest$ac_exeext'
21674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21675 (eval $ac_try) 2>&5
21676 ac_status=$?
21677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21678 (exit $ac_status); }; }; then
21679 ac_cv_lib_bsd_gethostbyname=yes
21680else
21681 echo "$as_me: failed program was:" >&5
21682sed 's/^/| /' conftest.$ac_ext >&5
21683
21684ac_cv_lib_bsd_gethostbyname=no
21685fi
21686rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21687LIBS=$ac_check_lib_save_LIBS
21688fi
21689echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21690echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21691if test $ac_cv_lib_bsd_gethostbyname = yes; then
21692 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
90dd450c 21693fi
b12915c1 21694
e6cc62c6 21695 fi
90dd450c
VZ
21696 fi
21697
21698 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21699 # socket/setsockopt and other routines are undefined under SCO ODT
21700 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
e6cc62c6
VS
21701 # on later versions), says Simon Leinen: it contains gethostby*
21702 # variants that don't use the name server (or something). -lsocket
21703 # must be given before -lnsl if both are needed. We assume that
21704 # if connect needs -lnsl, so does gethostbyname.
21705 echo "$as_me:$LINENO: checking for connect" >&5
21706echo $ECHO_N "checking for connect... $ECHO_C" >&6
21707if test "${ac_cv_func_connect+set}" = set; then
21708 echo $ECHO_N "(cached) $ECHO_C" >&6
21709else
21710 cat >conftest.$ac_ext <<_ACEOF
21711#line $LINENO "configure"
21712/* confdefs.h. */
21713_ACEOF
21714cat confdefs.h >>conftest.$ac_ext
21715cat >>conftest.$ac_ext <<_ACEOF
21716/* end confdefs.h. */
90dd450c 21717/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
21718 which can conflict with char connect (); below.
21719 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21720 <limits.h> exists even on freestanding compilers. */
21721#ifdef __STDC__
21722# include <limits.h>
21723#else
21724# include <assert.h>
21725#endif
90dd450c 21726/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21727#ifdef __cplusplus
21728extern "C"
21729{
21730#endif
90dd450c 21731/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21732 builtin and then its argument prototype would still apply. */
21733char connect ();
90dd450c
VZ
21734/* The GNU C library defines this for functions which it implements
21735 to always fail with ENOSYS. Some functions are actually named
21736 something starting with __ and the normal name is an alias. */
21737#if defined (__stub_connect) || defined (__stub___connect)
21738choke me
21739#else
e6cc62c6
VS
21740char (*f) () = connect;
21741#endif
21742#ifdef __cplusplus
21743}
90dd450c
VZ
21744#endif
21745
e6cc62c6
VS
21746int
21747main ()
21748{
21749return f != connect;
21750 ;
21751 return 0;
21752}
21753_ACEOF
21754rm -f conftest.$ac_objext conftest$ac_exeext
21755if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21756 (eval $ac_link) 2>&5
21757 ac_status=$?
21758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21759 (exit $ac_status); } &&
21760 { ac_try='test -s conftest$ac_exeext'
21761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21762 (eval $ac_try) 2>&5
21763 ac_status=$?
21764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21765 (exit $ac_status); }; }; then
21766 ac_cv_func_connect=yes
21767else
21768 echo "$as_me: failed program was:" >&5
21769sed 's/^/| /' conftest.$ac_ext >&5
21770
21771ac_cv_func_connect=no
21772fi
21773rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21774fi
21775echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
21776echo "${ECHO_T}$ac_cv_func_connect" >&6
55e80573 21777
90dd450c 21778 if test $ac_cv_func_connect = no; then
e6cc62c6
VS
21779 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
21780echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
21781if test "${ac_cv_lib_socket_connect+set}" = set; then
21782 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 21783else
e6cc62c6 21784 ac_check_lib_save_LIBS=$LIBS
90dd450c 21785LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
21786cat >conftest.$ac_ext <<_ACEOF
21787#line $LINENO "configure"
21788/* confdefs.h. */
21789_ACEOF
21790cat confdefs.h >>conftest.$ac_ext
21791cat >>conftest.$ac_ext <<_ACEOF
21792/* end confdefs.h. */
21793
90dd450c 21794/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21795#ifdef __cplusplus
21796extern "C"
21797#endif
90dd450c 21798/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21799 builtin and then its argument prototype would still apply. */
21800char connect ();
21801int
21802main ()
21803{
21804connect ();
21805 ;
21806 return 0;
21807}
21808_ACEOF
21809rm -f conftest.$ac_objext conftest$ac_exeext
21810if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21811 (eval $ac_link) 2>&5
21812 ac_status=$?
21813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21814 (exit $ac_status); } &&
21815 { ac_try='test -s conftest$ac_exeext'
21816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21817 (eval $ac_try) 2>&5
21818 ac_status=$?
21819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21820 (exit $ac_status); }; }; then
21821 ac_cv_lib_socket_connect=yes
21822else
21823 echo "$as_me: failed program was:" >&5
21824sed 's/^/| /' conftest.$ac_ext >&5
21825
21826ac_cv_lib_socket_connect=no
21827fi
21828rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21829LIBS=$ac_check_lib_save_LIBS
21830fi
21831echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
21832echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
21833if test $ac_cv_lib_socket_connect = yes; then
90dd450c 21834 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
90dd450c 21835fi
77e13408 21836
90dd450c 21837 fi
25d0687a 21838
e6cc62c6
VS
21839 # Guillermo Gomez says -lposix is necessary on A/UX.
21840 echo "$as_me:$LINENO: checking for remove" >&5
21841echo $ECHO_N "checking for remove... $ECHO_C" >&6
21842if test "${ac_cv_func_remove+set}" = set; then
21843 echo $ECHO_N "(cached) $ECHO_C" >&6
21844else
21845 cat >conftest.$ac_ext <<_ACEOF
21846#line $LINENO "configure"
21847/* confdefs.h. */
21848_ACEOF
21849cat confdefs.h >>conftest.$ac_ext
21850cat >>conftest.$ac_ext <<_ACEOF
21851/* end confdefs.h. */
90dd450c 21852/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
21853 which can conflict with char remove (); below.
21854 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21855 <limits.h> exists even on freestanding compilers. */
21856#ifdef __STDC__
21857# include <limits.h>
21858#else
21859# include <assert.h>
21860#endif
90dd450c 21861/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21862#ifdef __cplusplus
21863extern "C"
21864{
21865#endif
90dd450c 21866/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21867 builtin and then its argument prototype would still apply. */
21868char remove ();
90dd450c
VZ
21869/* The GNU C library defines this for functions which it implements
21870 to always fail with ENOSYS. Some functions are actually named
21871 something starting with __ and the normal name is an alias. */
21872#if defined (__stub_remove) || defined (__stub___remove)
21873choke me
21874#else
e6cc62c6
VS
21875char (*f) () = remove;
21876#endif
21877#ifdef __cplusplus
21878}
90dd450c 21879#endif
55e80573 21880
e6cc62c6
VS
21881int
21882main ()
21883{
21884return f != remove;
21885 ;
21886 return 0;
21887}
21888_ACEOF
21889rm -f conftest.$ac_objext conftest$ac_exeext
21890if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21891 (eval $ac_link) 2>&5
21892 ac_status=$?
21893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21894 (exit $ac_status); } &&
21895 { ac_try='test -s conftest$ac_exeext'
21896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21897 (eval $ac_try) 2>&5
21898 ac_status=$?
21899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21900 (exit $ac_status); }; }; then
21901 ac_cv_func_remove=yes
21902else
21903 echo "$as_me: failed program was:" >&5
21904sed 's/^/| /' conftest.$ac_ext >&5
21905
21906ac_cv_func_remove=no
21907fi
21908rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21909fi
21910echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
21911echo "${ECHO_T}$ac_cv_func_remove" >&6
10f2d63a 21912
90dd450c 21913 if test $ac_cv_func_remove = no; then
e6cc62c6
VS
21914 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
21915echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
21916if test "${ac_cv_lib_posix_remove+set}" = set; then
21917 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 21918else
e6cc62c6 21919 ac_check_lib_save_LIBS=$LIBS
90dd450c 21920LIBS="-lposix $LIBS"
e6cc62c6
VS
21921cat >conftest.$ac_ext <<_ACEOF
21922#line $LINENO "configure"
21923/* confdefs.h. */
21924_ACEOF
21925cat confdefs.h >>conftest.$ac_ext
21926cat >>conftest.$ac_ext <<_ACEOF
21927/* end confdefs.h. */
21928
90dd450c 21929/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21930#ifdef __cplusplus
21931extern "C"
21932#endif
90dd450c 21933/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21934 builtin and then its argument prototype would still apply. */
21935char remove ();
21936int
21937main ()
21938{
21939remove ();
21940 ;
21941 return 0;
21942}
21943_ACEOF
21944rm -f conftest.$ac_objext conftest$ac_exeext
21945if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21946 (eval $ac_link) 2>&5
21947 ac_status=$?
21948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21949 (exit $ac_status); } &&
21950 { ac_try='test -s conftest$ac_exeext'
21951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21952 (eval $ac_try) 2>&5
21953 ac_status=$?
21954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21955 (exit $ac_status); }; }; then
21956 ac_cv_lib_posix_remove=yes
21957else
21958 echo "$as_me: failed program was:" >&5
21959sed 's/^/| /' conftest.$ac_ext >&5
21960
21961ac_cv_lib_posix_remove=no
21962fi
21963rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21964LIBS=$ac_check_lib_save_LIBS
21965fi
21966echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
21967echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
21968if test $ac_cv_lib_posix_remove = yes; then
90dd450c 21969 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
90dd450c 21970fi
f6bcfd97 21971
6fa882bd
RR
21972 fi
21973
90dd450c 21974 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
e6cc62c6
VS
21975 echo "$as_me:$LINENO: checking for shmat" >&5
21976echo $ECHO_N "checking for shmat... $ECHO_C" >&6
21977if test "${ac_cv_func_shmat+set}" = set; then
21978 echo $ECHO_N "(cached) $ECHO_C" >&6
21979else
21980 cat >conftest.$ac_ext <<_ACEOF
21981#line $LINENO "configure"
21982/* confdefs.h. */
21983_ACEOF
21984cat confdefs.h >>conftest.$ac_ext
21985cat >>conftest.$ac_ext <<_ACEOF
21986/* end confdefs.h. */
90dd450c 21987/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
21988 which can conflict with char shmat (); below.
21989 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21990 <limits.h> exists even on freestanding compilers. */
21991#ifdef __STDC__
21992# include <limits.h>
21993#else
21994# include <assert.h>
21995#endif
90dd450c 21996/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21997#ifdef __cplusplus
21998extern "C"
21999{
22000#endif
90dd450c 22001/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22002 builtin and then its argument prototype would still apply. */
22003char shmat ();
90dd450c
VZ
22004/* The GNU C library defines this for functions which it implements
22005 to always fail with ENOSYS. Some functions are actually named
22006 something starting with __ and the normal name is an alias. */
22007#if defined (__stub_shmat) || defined (__stub___shmat)
22008choke me
22009#else
e6cc62c6
VS
22010char (*f) () = shmat;
22011#endif
22012#ifdef __cplusplus
22013}
90dd450c 22014#endif
10f2d63a 22015
e6cc62c6
VS
22016int
22017main ()
22018{
22019return f != shmat;
22020 ;
22021 return 0;
22022}
22023_ACEOF
22024rm -f conftest.$ac_objext conftest$ac_exeext
22025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22026 (eval $ac_link) 2>&5
22027 ac_status=$?
22028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22029 (exit $ac_status); } &&
22030 { ac_try='test -s conftest$ac_exeext'
22031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22032 (eval $ac_try) 2>&5
22033 ac_status=$?
22034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22035 (exit $ac_status); }; }; then
22036 ac_cv_func_shmat=yes
22037else
22038 echo "$as_me: failed program was:" >&5
22039sed 's/^/| /' conftest.$ac_ext >&5
22040
22041ac_cv_func_shmat=no
22042fi
22043rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22044fi
22045echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
22046echo "${ECHO_T}$ac_cv_func_shmat" >&6
d08b457b 22047
90dd450c 22048 if test $ac_cv_func_shmat = no; then
e6cc62c6
VS
22049 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
22050echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
22051if test "${ac_cv_lib_ipc_shmat+set}" = set; then
22052 echo $ECHO_N "(cached) $ECHO_C" >&6
d08b457b 22053else
e6cc62c6 22054 ac_check_lib_save_LIBS=$LIBS
90dd450c 22055LIBS="-lipc $LIBS"
e6cc62c6
VS
22056cat >conftest.$ac_ext <<_ACEOF
22057#line $LINENO "configure"
22058/* confdefs.h. */
22059_ACEOF
22060cat confdefs.h >>conftest.$ac_ext
22061cat >>conftest.$ac_ext <<_ACEOF
22062/* end confdefs.h. */
22063
8284b0c5 22064/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22065#ifdef __cplusplus
22066extern "C"
22067#endif
90dd450c 22068/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22069 builtin and then its argument prototype would still apply. */
22070char shmat ();
22071int
22072main ()
22073{
22074shmat ();
22075 ;
22076 return 0;
22077}
22078_ACEOF
22079rm -f conftest.$ac_objext conftest$ac_exeext
22080if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22081 (eval $ac_link) 2>&5
22082 ac_status=$?
22083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22084 (exit $ac_status); } &&
22085 { ac_try='test -s conftest$ac_exeext'
22086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22087 (eval $ac_try) 2>&5
22088 ac_status=$?
22089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22090 (exit $ac_status); }; }; then
22091 ac_cv_lib_ipc_shmat=yes
22092else
22093 echo "$as_me: failed program was:" >&5
22094sed 's/^/| /' conftest.$ac_ext >&5
22095
22096ac_cv_lib_ipc_shmat=no
22097fi
22098rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22099LIBS=$ac_check_lib_save_LIBS
22100fi
22101echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
22102echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
22103if test $ac_cv_lib_ipc_shmat = yes; then
90dd450c 22104 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
d08b457b
GD
22105fi
22106
d558c907 22107 fi
90dd450c 22108 fi
3a922bb4 22109
90dd450c 22110 # Check for libraries that X11R6 Xt/Xaw programs need.
e6cc62c6 22111 ac_save_LDFLAGS=$LDFLAGS
90dd450c
VZ
22112 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
22113 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
22114 # check for ICE first), but we must link in the order -lSM -lICE or
22115 # we get undefined symbols. So assume we have SM if we have ICE.
22116 # These have to be linked with before -lX11, unlike the other
22117 # libraries we check for below, so use a different variable.
e6cc62c6
VS
22118 # John Interrante, Karl Berry
22119 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
22120echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
22121if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
22122 echo $ECHO_N "(cached) $ECHO_C" >&6
22123else
22124 ac_check_lib_save_LIBS=$LIBS
f09359cf 22125LIBS="-lICE $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
22126cat >conftest.$ac_ext <<_ACEOF
22127#line $LINENO "configure"
22128/* confdefs.h. */
22129_ACEOF
22130cat confdefs.h >>conftest.$ac_ext
22131cat >>conftest.$ac_ext <<_ACEOF
22132/* end confdefs.h. */
22133
90dd450c 22134/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22135#ifdef __cplusplus
22136extern "C"
22137#endif
90dd450c 22138/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22139 builtin and then its argument prototype would still apply. */
22140char IceConnectionNumber ();
22141int
22142main ()
22143{
22144IceConnectionNumber ();
22145 ;
22146 return 0;
22147}
22148_ACEOF
22149rm -f conftest.$ac_objext conftest$ac_exeext
22150if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22151 (eval $ac_link) 2>&5
22152 ac_status=$?
22153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22154 (exit $ac_status); } &&
22155 { ac_try='test -s conftest$ac_exeext'
22156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22157 (eval $ac_try) 2>&5
22158 ac_status=$?
22159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22160 (exit $ac_status); }; }; then
22161 ac_cv_lib_ICE_IceConnectionNumber=yes
22162else
22163 echo "$as_me: failed program was:" >&5
22164sed 's/^/| /' conftest.$ac_ext >&5
22165
22166ac_cv_lib_ICE_IceConnectionNumber=no
22167fi
22168rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22169LIBS=$ac_check_lib_save_LIBS
22170fi
22171echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
22172echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
22173if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
90dd450c 22174 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9cfadba2 22175fi
10f2d63a 22176
e6cc62c6 22177 LDFLAGS=$ac_save_LDFLAGS
90dd450c
VZ
22178
22179fi
22180
8284b0c5 22181
90dd450c 22182 if test "$no_x" = "yes"; then
e6cc62c6
VS
22183 { { echo "$as_me:$LINENO: error: X11 not found" >&5
22184echo "$as_me: error: X11 not found" >&2;}
22185 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
90dd450c
VZ
22186 fi
22187
22188 GUI_TK_LIBRARY="$X_LIBS"
22189 TOOLKIT_INCLUDE="$X_CFLAGS"
22190 AFMINSTALL=afminstall
22191 COMPILED_X_PROGRAM=0
22192
21d1c967 22193 if test "$wxUSE_NANOX" = "yes"; then
e6cc62c6
VS
22194 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
22195echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
21d1c967 22196 if test "x$MICROWIN" = x ; then
e6cc62c6
VS
22197 echo "$as_me:$LINENO: result: not found" >&5
22198echo "${ECHO_T}not found" >&6
22199 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
22200echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
22201 { (exit 1); exit 1; }; }
90dd450c 22202 else
e6cc62c6
VS
22203 echo "$as_me:$LINENO: result: $MICROWIN" >&5
22204echo "${ECHO_T}$MICROWIN" >&6
22205 cat >>confdefs.h <<\_ACEOF
21d1c967 22206#define wxUSE_NANOX 1
e6cc62c6 22207_ACEOF
21d1c967 22208
90dd450c
VZ
22209 fi
22210 fi
22211
22212 xpm_link=
e6cc62c6
VS
22213 echo "$as_me:$LINENO: checking for Xpm library" >&5
22214echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22215
90dd450c 22216ac_find_libraries=
2b5f62a0 22217for ac_dir in $SEARCH_LIB /usr/lib;
90dd450c
VZ
22218 do
22219 for ac_extension in a so sl dylib; do
22220 if test -f "$ac_dir/libXpm.$ac_extension"; then
22221 ac_find_libraries=$ac_dir
22222 break 2
22223 fi
22224 done
22225 done
22226
22227 if test "$ac_find_libraries" != "" ; then
e6cc62c6 22228
90dd450c
VZ
22229 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
22230 result=$?
22231 if test $result = 0; then
22232 ac_path_to_link=""
22233 else
22234 ac_path_to_link=" -L$ac_find_libraries"
21d1c967 22235 fi
90dd450c 22236
21d1c967
GD
22237 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
22238 xpm_link=" -lXpm"
e6cc62c6 22239 cat >>confdefs.h <<\_ACEOF
21d1c967 22240#define wxHAVE_LIB_XPM 1
e6cc62c6 22241_ACEOF
90dd450c 22242
e6cc62c6
VS
22243 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22244echo "${ECHO_T}found at $ac_find_libraries" >&6
21d1c967 22245 else
e6cc62c6
VS
22246 cat >conftest.$ac_ext <<_ACEOF
22247#line $LINENO "configure"
22248/* confdefs.h. */
22249_ACEOF
22250cat confdefs.h >>conftest.$ac_ext
22251cat >>conftest.$ac_ext <<_ACEOF
22252/* end confdefs.h. */
90dd450c 22253
21d1c967 22254 #include <X11/xpm.h>
e6cc62c6
VS
22255
22256int
22257main ()
22258{
6f72b082 22259
21d1c967
GD
22260 int version;
22261 version = XpmLibraryVersion();
e6cc62c6
VS
22262
22263 ;
22264 return 0;
22265}
22266_ACEOF
22267rm -f conftest.$ac_objext
22268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22269 (eval $ac_compile) 2>&5
22270 ac_status=$?
22271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22272 (exit $ac_status); } &&
22273 { ac_try='test -s conftest.$ac_objext'
22274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22275 (eval $ac_try) 2>&5
22276 ac_status=$?
22277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22278 (exit $ac_status); }; }; then
22279
21d1c967 22280 xpm_link=" -lXpm"
e6cc62c6 22281 cat >>confdefs.h <<\_ACEOF
21d1c967 22282#define wxHAVE_LIB_XPM 1
e6cc62c6 22283_ACEOF
90dd450c 22284
e6cc62c6
VS
22285 echo "$as_me:$LINENO: result: found in default search path" >&5
22286echo "${ECHO_T}found in default search path" >&6
21d1c967 22287 COMPILED_X_PROGRAM=0
e6cc62c6 22288
21d1c967 22289else
e6cc62c6
VS
22290 echo "$as_me: failed program was:" >&5
22291sed 's/^/| /' conftest.$ac_ext >&5
22292
22293
22294 echo "$as_me:$LINENO: result: no" >&5
22295echo "${ECHO_T}no" >&6
22296 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22297echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22298
22299
6f72b082 22300fi
e6cc62c6 22301rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967 22302 fi
90dd450c 22303
e6cc62c6
VS
22304 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22305echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22306if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22307 echo $ECHO_N "(cached) $ECHO_C" >&6
f7f78039 22308else
e6cc62c6 22309 ac_check_lib_save_LIBS=$LIBS
f7f78039 22310LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
e6cc62c6
VS
22311cat >conftest.$ac_ext <<_ACEOF
22312#line $LINENO "configure"
22313/* confdefs.h. */
22314_ACEOF
22315cat confdefs.h >>conftest.$ac_ext
22316cat >>conftest.$ac_ext <<_ACEOF
22317/* end confdefs.h. */
22318
f7f78039 22319/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22320#ifdef __cplusplus
22321extern "C"
22322#endif
f7f78039 22323/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22324 builtin and then its argument prototype would still apply. */
22325char XShapeQueryExtension ();
22326int
22327main ()
22328{
22329XShapeQueryExtension ();
22330 ;
22331 return 0;
22332}
22333_ACEOF
22334rm -f conftest.$ac_objext conftest$ac_exeext
22335if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22336 (eval $ac_link) 2>&5
22337 ac_status=$?
22338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22339 (exit $ac_status); } &&
22340 { ac_try='test -s conftest$ac_exeext'
22341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22342 (eval $ac_try) 2>&5
22343 ac_status=$?
22344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22345 (exit $ac_status); }; }; then
22346 ac_cv_lib_Xext_XShapeQueryExtension=yes
22347else
22348 echo "$as_me: failed program was:" >&5
22349sed 's/^/| /' conftest.$ac_ext >&5
22350
22351ac_cv_lib_Xext_XShapeQueryExtension=no
22352fi
22353rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22354LIBS=$ac_check_lib_save_LIBS
22355fi
22356echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22357echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22358if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
f7f78039 22359
f7f78039
MB
22360 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
22361 wxHAVE_XEXT_LIB=1
e6cc62c6 22362
f7f78039
MB
22363fi
22364
22365
2b5f62a0 22366 if test "$wxUSE_UNICODE" = "yes"; then
e6cc62c6 22367
2b5f62a0 22368 succeeded=no
90dd450c 22369
2b5f62a0
VZ
22370 if test -z "$PKG_CONFIG"; then
22371 # Extract the first word of "pkg-config", so it can be a program name with args.
22372set dummy pkg-config; ac_word=$2
e6cc62c6
VS
22373echo "$as_me:$LINENO: checking for $ac_word" >&5
22374echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22375if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22376 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 22377else
e6cc62c6
VS
22378 case $PKG_CONFIG in
22379 [\\/]* | ?:[\\/]*)
2b5f62a0
VZ
22380 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22381 ;;
2b5f62a0 22382 *)
e6cc62c6
VS
22383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22384for as_dir in $PATH
22385do
22386 IFS=$as_save_IFS
22387 test -z "$as_dir" && as_dir=.
22388 for ac_exec_ext in '' $ac_executable_extensions; do
22389 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22390 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22391 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22392 break 2
22393 fi
22394done
22395done
22396
2b5f62a0
VZ
22397 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22398 ;;
22399esac
22400fi
e6cc62c6
VS
22401PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22402
2b5f62a0 22403if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
22404 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22405echo "${ECHO_T}$PKG_CONFIG" >&6
2b5f62a0 22406else
e6cc62c6
VS
22407 echo "$as_me:$LINENO: result: no" >&5
22408echo "${ECHO_T}no" >&6
2b5f62a0
VZ
22409fi
22410
22411 fi
22412
22413 if test "$PKG_CONFIG" = "no" ; then
22414 echo "*** The pkg-config script could not be found. Make sure it is"
22415 echo "*** in your path, or set the PKG_CONFIG environment variable"
22416 echo "*** to the full path to pkg-config."
22417 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22418 else
22419 PKG_CONFIG_MIN_VERSION=0.9.0
22420 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
22421 echo "$as_me:$LINENO: checking for pangox" >&5
22422echo $ECHO_N "checking for pangox... $ECHO_C" >&6
2b5f62a0
VZ
22423
22424 if $PKG_CONFIG --exists "pangox" ; then
e6cc62c6
VS
22425 echo "$as_me:$LINENO: result: yes" >&5
22426echo "${ECHO_T}yes" >&6
2b5f62a0
VZ
22427 succeeded=yes
22428
e6cc62c6
VS
22429 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22430echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
2b5f62a0 22431 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
e6cc62c6
VS
22432 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22433echo "${ECHO_T}$PANGOX_CFLAGS" >&6
2b5f62a0 22434
e6cc62c6
VS
22435 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22436echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
2b5f62a0 22437 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
e6cc62c6
VS
22438 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22439echo "${ECHO_T}$PANGOX_LIBS" >&6
2b5f62a0
VZ
22440 else
22441 PANGOX_CFLAGS=""
22442 PANGOX_LIBS=""
e6cc62c6 22443 ## If we have a custom action on failure, don't print errors, but
2b5f62a0
VZ
22444 ## do set a variable so people can do so.
22445 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
e6cc62c6 22446
2b5f62a0
VZ
22447 fi
22448
e6cc62c6
VS
22449
22450
2b5f62a0
VZ
22451 else
22452 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22453 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22454 fi
22455 fi
22456
22457 if test $succeeded = yes; then
e6cc62c6 22458
2b5f62a0 22459 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
c74dc163 22460 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
e6cc62c6 22461
2b5f62a0 22462 else
e6cc62c6
VS
22463
22464 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22465echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22466 { (exit 1); exit 1; }; }
22467
22468
2b5f62a0
VZ
22469 fi
22470
e6cc62c6 22471
2b5f62a0
VZ
22472 succeeded=no
22473
22474 if test -z "$PKG_CONFIG"; then
22475 # Extract the first word of "pkg-config", so it can be a program name with args.
22476set dummy pkg-config; ac_word=$2
e6cc62c6
VS
22477echo "$as_me:$LINENO: checking for $ac_word" >&5
22478echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22479if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22480 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 22481else
e6cc62c6
VS
22482 case $PKG_CONFIG in
22483 [\\/]* | ?:[\\/]*)
2b5f62a0
VZ
22484 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22485 ;;
2b5f62a0 22486 *)
e6cc62c6
VS
22487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22488for as_dir in $PATH
22489do
22490 IFS=$as_save_IFS
22491 test -z "$as_dir" && as_dir=.
22492 for ac_exec_ext in '' $ac_executable_extensions; do
22493 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22494 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22496 break 2
22497 fi
22498done
22499done
22500
2b5f62a0
VZ
22501 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22502 ;;
22503esac
22504fi
e6cc62c6
VS
22505PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22506
2b5f62a0 22507if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
22508 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22509echo "${ECHO_T}$PKG_CONFIG" >&6
2b5f62a0 22510else
e6cc62c6
VS
22511 echo "$as_me:$LINENO: result: no" >&5
22512echo "${ECHO_T}no" >&6
2b5f62a0
VZ
22513fi
22514
22515 fi
22516
22517 if test "$PKG_CONFIG" = "no" ; then
22518 echo "*** The pkg-config script could not be found. Make sure it is"
22519 echo "*** in your path, or set the PKG_CONFIG environment variable"
22520 echo "*** to the full path to pkg-config."
22521 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22522 else
22523 PKG_CONFIG_MIN_VERSION=0.9.0
22524 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
22525 echo "$as_me:$LINENO: checking for pangoft2" >&5
22526echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
2b5f62a0
VZ
22527
22528 if $PKG_CONFIG --exists "pangoft2" ; then
e6cc62c6
VS
22529 echo "$as_me:$LINENO: result: yes" >&5
22530echo "${ECHO_T}yes" >&6
2b5f62a0
VZ
22531 succeeded=yes
22532
e6cc62c6
VS
22533 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22534echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
2b5f62a0 22535 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
e6cc62c6
VS
22536 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22537echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
2b5f62a0 22538
e6cc62c6
VS
22539 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22540echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
2b5f62a0 22541 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
e6cc62c6
VS
22542 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22543echo "${ECHO_T}$PANGOFT2_LIBS" >&6
2b5f62a0
VZ
22544 else
22545 PANGOFT2_CFLAGS=""
22546 PANGOFT2_LIBS=""
e6cc62c6 22547 ## If we have a custom action on failure, don't print errors, but
2b5f62a0
VZ
22548 ## do set a variable so people can do so.
22549 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
e6cc62c6 22550
2b5f62a0
VZ
22551 fi
22552
e6cc62c6
VS
22553
22554
2b5f62a0
VZ
22555 else
22556 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22557 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22558 fi
22559 fi
22560
22561 if test $succeeded = yes; then
e6cc62c6 22562
2b5f62a0 22563 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
c74dc163 22564 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
e6cc62c6 22565
2b5f62a0 22566 else
e6cc62c6
VS
22567
22568 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22569echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
2b5f62a0 22570 wxUSE_PRINTING_ARCHITECTURE="no"
e6cc62c6
VS
22571
22572
2b5f62a0
VZ
22573 fi
22574
e6cc62c6 22575
2b5f62a0
VZ
22576 succeeded=no
22577
22578 if test -z "$PKG_CONFIG"; then
22579 # Extract the first word of "pkg-config", so it can be a program name with args.
22580set dummy pkg-config; ac_word=$2
e6cc62c6
VS
22581echo "$as_me:$LINENO: checking for $ac_word" >&5
22582echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22583if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22584 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 22585else
e6cc62c6
VS
22586 case $PKG_CONFIG in
22587 [\\/]* | ?:[\\/]*)
2b5f62a0
VZ
22588 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22589 ;;
2b5f62a0 22590 *)
e6cc62c6
VS
22591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22592for as_dir in $PATH
22593do
22594 IFS=$as_save_IFS
22595 test -z "$as_dir" && as_dir=.
22596 for ac_exec_ext in '' $ac_executable_extensions; do
22597 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22598 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22599 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22600 break 2
22601 fi
22602done
22603done
22604
2b5f62a0
VZ
22605 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22606 ;;
22607esac
22608fi
e6cc62c6
VS
22609PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22610
2b5f62a0 22611if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
22612 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22613echo "${ECHO_T}$PKG_CONFIG" >&6
2b5f62a0 22614else
e6cc62c6
VS
22615 echo "$as_me:$LINENO: result: no" >&5
22616echo "${ECHO_T}no" >&6
2b5f62a0
VZ
22617fi
22618
22619 fi
22620
22621 if test "$PKG_CONFIG" = "no" ; then
22622 echo "*** The pkg-config script could not be found. Make sure it is"
22623 echo "*** in your path, or set the PKG_CONFIG environment variable"
22624 echo "*** to the full path to pkg-config."
22625 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22626 else
22627 PKG_CONFIG_MIN_VERSION=0.9.0
22628 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
22629 echo "$as_me:$LINENO: checking for pangoxft" >&5
22630echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
2b5f62a0
VZ
22631
22632 if $PKG_CONFIG --exists "pangoxft" ; then
e6cc62c6
VS
22633 echo "$as_me:$LINENO: result: yes" >&5
22634echo "${ECHO_T}yes" >&6
2b5f62a0
VZ
22635 succeeded=yes
22636
e6cc62c6
VS
22637 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22638echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
2b5f62a0 22639 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
e6cc62c6
VS
22640 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22641echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
2b5f62a0 22642
e6cc62c6
VS
22643 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22644echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
2b5f62a0 22645 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
e6cc62c6
VS
22646 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22647echo "${ECHO_T}$PANGOXFT_LIBS" >&6
2b5f62a0
VZ
22648 else
22649 PANGOXFT_CFLAGS=""
22650 PANGOXFT_LIBS=""
e6cc62c6 22651 ## If we have a custom action on failure, don't print errors, but
2b5f62a0
VZ
22652 ## do set a variable so people can do so.
22653 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
e6cc62c6 22654
2b5f62a0
VZ
22655 fi
22656
e6cc62c6
VS
22657
22658
2b5f62a0
VZ
22659 else
22660 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22661 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22662 fi
22663 fi
22664
22665 if test $succeeded = yes; then
e6cc62c6 22666
2b5f62a0 22667 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
c74dc163 22668 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
e6cc62c6 22669
2b5f62a0 22670 else
e6cc62c6
VS
22671
22672 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22673echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22674
22675
2b5f62a0
VZ
22676 fi
22677
22678 fi
22679
22680 wxUSE_UNIVERSAL="yes"
22681
22682 if test "$wxUSE_NANOX" = "yes"; then
22683 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
fe0895cf 22684 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"
2b5f62a0
VZ
22685 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22686 else
22687 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
22688 fi
22689
22690 TOOLKIT_VPATH="\${top_srcdir}/src/x11"
22691 TOOLKIT=X11
22692 GUIDIST=X11_DIST
22693 fi
22694
21d1c967
GD
22695 if test "$wxUSE_MOTIF" = 1; then
22696 if test "$no_x" = yes; then
22697 # Not all programs may use this symbol, but it does not hurt to define it.
e6cc62c6
VS
22698
22699cat >>confdefs.h <<\_ACEOF
21d1c967 22700#define X_DISPLAY_MISSING 1
e6cc62c6 22701_ACEOF
21d1c967
GD
22702
22703 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
22704else
22705 if test -n "$x_includes"; then
22706 X_CFLAGS="$X_CFLAGS -I$x_includes"
90dd450c
VZ
22707 fi
22708
21d1c967
GD
22709 # It would also be nice to do this for all -L options, not just this one.
22710 if test -n "$x_libraries"; then
22711 X_LIBS="$X_LIBS -L$x_libraries"
22712 # For Solaris; some versions of Sun CC require a space after -R and
22713 # others require no space. Words are not sufficient . . . .
e6cc62c6 22714 case `(uname -sr) 2>/dev/null` in
21d1c967 22715 "SunOS 5"*)
e6cc62c6
VS
22716 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
22717echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
22718 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
22719 cat >conftest.$ac_ext <<_ACEOF
22720#line $LINENO "configure"
22721/* confdefs.h. */
22722_ACEOF
22723cat confdefs.h >>conftest.$ac_ext
22724cat >>conftest.$ac_ext <<_ACEOF
22725/* end confdefs.h. */
22726
22727int
22728main ()
22729{
21d1c967 22730
e6cc62c6
VS
22731 ;
22732 return 0;
22733}
22734_ACEOF
22735rm -f conftest.$ac_objext conftest$ac_exeext
22736if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22737 (eval $ac_link) 2>&5
22738 ac_status=$?
22739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22740 (exit $ac_status); } &&
22741 { ac_try='test -s conftest$ac_exeext'
22742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22743 (eval $ac_try) 2>&5
22744 ac_status=$?
22745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22746 (exit $ac_status); }; }; then
21d1c967 22747 ac_R_nospace=yes
698dcdb6 22748else
e6cc62c6
VS
22749 echo "$as_me: failed program was:" >&5
22750sed 's/^/| /' conftest.$ac_ext >&5
22751
22752ac_R_nospace=no
10f2d63a 22753fi
e6cc62c6 22754rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967 22755 if test $ac_R_nospace = yes; then
e6cc62c6
VS
22756 echo "$as_me:$LINENO: result: no" >&5
22757echo "${ECHO_T}no" >&6
21d1c967
GD
22758 X_LIBS="$X_LIBS -R$x_libraries"
22759 else
22760 LIBS="$ac_xsave_LIBS -R $x_libraries"
e6cc62c6
VS
22761 cat >conftest.$ac_ext <<_ACEOF
22762#line $LINENO "configure"
22763/* confdefs.h. */
22764_ACEOF
22765cat confdefs.h >>conftest.$ac_ext
22766cat >>conftest.$ac_ext <<_ACEOF
22767/* end confdefs.h. */
22768
22769int
22770main ()
22771{
f0c87536 22772
e6cc62c6
VS
22773 ;
22774 return 0;
22775}
22776_ACEOF
22777rm -f conftest.$ac_objext conftest$ac_exeext
22778if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22779 (eval $ac_link) 2>&5
22780 ac_status=$?
22781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22782 (exit $ac_status); } &&
22783 { ac_try='test -s conftest$ac_exeext'
22784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22785 (eval $ac_try) 2>&5
22786 ac_status=$?
22787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22788 (exit $ac_status); }; }; then
21d1c967
GD
22789 ac_R_space=yes
22790else
e6cc62c6
VS
22791 echo "$as_me: failed program was:" >&5
22792sed 's/^/| /' conftest.$ac_ext >&5
22793
22794ac_R_space=no
21d1c967 22795fi
e6cc62c6 22796rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967 22797 if test $ac_R_space = yes; then
e6cc62c6
VS
22798 echo "$as_me:$LINENO: result: yes" >&5
22799echo "${ECHO_T}yes" >&6
21d1c967
GD
22800 X_LIBS="$X_LIBS -R $x_libraries"
22801 else
e6cc62c6
VS
22802 echo "$as_me:$LINENO: result: neither works" >&5
22803echo "${ECHO_T}neither works" >&6
21d1c967
GD
22804 fi
22805 fi
e6cc62c6 22806 LIBS=$ac_xsave_LIBS
21d1c967
GD
22807 esac
22808 fi
90dd450c 22809
21d1c967
GD
22810 # Check for system-dependent libraries X programs must link with.
22811 # Do this before checking for the system-independent R6 libraries
22812 # (-lICE), since we may need -lsocket or whatever for X linking.
22813
22814 if test "$ISC" = yes; then
22815 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
22816 else
e6cc62c6
VS
22817 # Martyn Johnson says this is needed for Ultrix, if the X
22818 # libraries were built with DECnet support. And Karl Berry says
21d1c967 22819 # the Alpha needs dnet_stub (dnet does not exist).
e6cc62c6
VS
22820 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
22821 cat >conftest.$ac_ext <<_ACEOF
22822#line $LINENO "configure"
22823/* confdefs.h. */
22824_ACEOF
22825cat confdefs.h >>conftest.$ac_ext
22826cat >>conftest.$ac_ext <<_ACEOF
22827/* end confdefs.h. */
22828
247f5006 22829/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22830#ifdef __cplusplus
22831extern "C"
22832#endif
247f5006 22833/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22834 builtin and then its argument prototype would still apply. */
22835char XOpenDisplay ();
22836int
22837main ()
22838{
22839XOpenDisplay ();
22840 ;
22841 return 0;
22842}
22843_ACEOF
22844rm -f conftest.$ac_objext conftest$ac_exeext
22845if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22846 (eval $ac_link) 2>&5
22847 ac_status=$?
22848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22849 (exit $ac_status); } &&
22850 { ac_try='test -s conftest$ac_exeext'
22851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22852 (eval $ac_try) 2>&5
22853 ac_status=$?
22854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22855 (exit $ac_status); }; }; then
22856 :
22857else
22858 echo "$as_me: failed program was:" >&5
22859sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 22860
e6cc62c6
VS
22861echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
22862echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
22863if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
22864 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 22865else
e6cc62c6
VS
22866 ac_check_lib_save_LIBS=$LIBS
22867LIBS="-ldnet $LIBS"
22868cat >conftest.$ac_ext <<_ACEOF
22869#line $LINENO "configure"
22870/* confdefs.h. */
22871_ACEOF
22872cat confdefs.h >>conftest.$ac_ext
22873cat >>conftest.$ac_ext <<_ACEOF
22874/* end confdefs.h. */
a0b9e27f 22875
e6cc62c6
VS
22876/* Override any gcc2 internal prototype to avoid an error. */
22877#ifdef __cplusplus
22878extern "C"
22879#endif
22880/* We use char because int might match the return type of a gcc2
22881 builtin and then its argument prototype would still apply. */
22882char dnet_ntoa ();
22883int
22884main ()
22885{
22886dnet_ntoa ();
22887 ;
22888 return 0;
22889}
22890_ACEOF
22891rm -f conftest.$ac_objext conftest$ac_exeext
22892if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22893 (eval $ac_link) 2>&5
22894 ac_status=$?
22895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22896 (exit $ac_status); } &&
22897 { ac_try='test -s conftest$ac_exeext'
22898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22899 (eval $ac_try) 2>&5
22900 ac_status=$?
22901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22902 (exit $ac_status); }; }; then
22903 ac_cv_lib_dnet_dnet_ntoa=yes
22904else
22905 echo "$as_me: failed program was:" >&5
22906sed 's/^/| /' conftest.$ac_ext >&5
22907
22908ac_cv_lib_dnet_dnet_ntoa=no
22909fi
22910rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22911LIBS=$ac_check_lib_save_LIBS
22912fi
22913echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
22914echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
22915if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21d1c967 22916 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
0fb0dd83 22917fi
0fb0dd83 22918
21d1c967 22919 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
e6cc62c6
VS
22920 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
22921echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
22922if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
22923 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 22924else
e6cc62c6 22925 ac_check_lib_save_LIBS=$LIBS
21d1c967 22926LIBS="-ldnet_stub $LIBS"
e6cc62c6
VS
22927cat >conftest.$ac_ext <<_ACEOF
22928#line $LINENO "configure"
22929/* confdefs.h. */
22930_ACEOF
22931cat confdefs.h >>conftest.$ac_ext
22932cat >>conftest.$ac_ext <<_ACEOF
22933/* end confdefs.h. */
22934
21d1c967 22935/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22936#ifdef __cplusplus
22937extern "C"
22938#endif
21d1c967 22939/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22940 builtin and then its argument prototype would still apply. */
22941char dnet_ntoa ();
22942int
22943main ()
22944{
22945dnet_ntoa ();
22946 ;
22947 return 0;
22948}
22949_ACEOF
22950rm -f conftest.$ac_objext conftest$ac_exeext
22951if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22952 (eval $ac_link) 2>&5
22953 ac_status=$?
22954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22955 (exit $ac_status); } &&
22956 { ac_try='test -s conftest$ac_exeext'
22957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22958 (eval $ac_try) 2>&5
22959 ac_status=$?
22960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22961 (exit $ac_status); }; }; then
22962 ac_cv_lib_dnet_stub_dnet_ntoa=yes
22963else
22964 echo "$as_me: failed program was:" >&5
22965sed 's/^/| /' conftest.$ac_ext >&5
22966
22967ac_cv_lib_dnet_stub_dnet_ntoa=no
22968fi
22969rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22970LIBS=$ac_check_lib_save_LIBS
22971fi
22972echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
22973echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
22974if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21d1c967 22975 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
90dd450c
VZ
22976fi
22977
21d1c967 22978 fi
e6cc62c6
VS
22979fi
22980rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22981 LIBS="$ac_xsave_LIBS"
90dd450c 22982
21d1c967
GD
22983 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
22984 # to get the SysV transport functions.
e6cc62c6 22985 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21d1c967
GD
22986 # needs -lnsl.
22987 # The nsl library prevents programs from opening the X display
e6cc62c6
VS
22988 # on Irix 5.2, according to T.E. Dickey.
22989 # The functions gethostbyname, getservbyname, and inet_addr are
22990 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
22991 echo "$as_me:$LINENO: checking for gethostbyname" >&5
22992echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
22993if test "${ac_cv_func_gethostbyname+set}" = set; then
22994 echo $ECHO_N "(cached) $ECHO_C" >&6
22995else
22996 cat >conftest.$ac_ext <<_ACEOF
22997#line $LINENO "configure"
22998/* confdefs.h. */
22999_ACEOF
23000cat confdefs.h >>conftest.$ac_ext
23001cat >>conftest.$ac_ext <<_ACEOF
23002/* end confdefs.h. */
21d1c967 23003/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23004 which can conflict with char gethostbyname (); below.
23005 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23006 <limits.h> exists even on freestanding compilers. */
23007#ifdef __STDC__
23008# include <limits.h>
23009#else
23010# include <assert.h>
23011#endif
21d1c967 23012/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23013#ifdef __cplusplus
23014extern "C"
23015{
23016#endif
21d1c967 23017/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23018 builtin and then its argument prototype would still apply. */
23019char gethostbyname ();
21d1c967
GD
23020/* The GNU C library defines this for functions which it implements
23021 to always fail with ENOSYS. Some functions are actually named
23022 something starting with __ and the normal name is an alias. */
23023#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
23024choke me
23025#else
e6cc62c6
VS
23026char (*f) () = gethostbyname;
23027#endif
23028#ifdef __cplusplus
23029}
21d1c967 23030#endif
90dd450c 23031
e6cc62c6
VS
23032int
23033main ()
23034{
23035return f != gethostbyname;
23036 ;
23037 return 0;
23038}
23039_ACEOF
23040rm -f conftest.$ac_objext conftest$ac_exeext
23041if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23042 (eval $ac_link) 2>&5
23043 ac_status=$?
23044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23045 (exit $ac_status); } &&
23046 { ac_try='test -s conftest$ac_exeext'
23047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23048 (eval $ac_try) 2>&5
23049 ac_status=$?
23050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23051 (exit $ac_status); }; }; then
23052 ac_cv_func_gethostbyname=yes
23053else
23054 echo "$as_me: failed program was:" >&5
23055sed 's/^/| /' conftest.$ac_ext >&5
23056
23057ac_cv_func_gethostbyname=no
23058fi
23059rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23060fi
23061echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
23062echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
90dd450c 23063
21d1c967 23064 if test $ac_cv_func_gethostbyname = no; then
e6cc62c6
VS
23065 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
23066echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
23067if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
23068 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 23069else
e6cc62c6 23070 ac_check_lib_save_LIBS=$LIBS
21d1c967 23071LIBS="-lnsl $LIBS"
e6cc62c6
VS
23072cat >conftest.$ac_ext <<_ACEOF
23073#line $LINENO "configure"
23074/* confdefs.h. */
23075_ACEOF
23076cat confdefs.h >>conftest.$ac_ext
23077cat >>conftest.$ac_ext <<_ACEOF
23078/* end confdefs.h. */
23079
21d1c967 23080/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23081#ifdef __cplusplus
23082extern "C"
23083#endif
21d1c967 23084/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23085 builtin and then its argument prototype would still apply. */
23086char gethostbyname ();
23087int
23088main ()
23089{
23090gethostbyname ();
23091 ;
23092 return 0;
23093}
23094_ACEOF
23095rm -f conftest.$ac_objext conftest$ac_exeext
23096if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23097 (eval $ac_link) 2>&5
23098 ac_status=$?
23099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23100 (exit $ac_status); } &&
23101 { ac_try='test -s conftest$ac_exeext'
23102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23103 (eval $ac_try) 2>&5
23104 ac_status=$?
23105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23106 (exit $ac_status); }; }; then
23107 ac_cv_lib_nsl_gethostbyname=yes
23108else
23109 echo "$as_me: failed program was:" >&5
23110sed 's/^/| /' conftest.$ac_ext >&5
23111
23112ac_cv_lib_nsl_gethostbyname=no
23113fi
23114rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23115LIBS=$ac_check_lib_save_LIBS
23116fi
23117echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
23118echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
23119if test $ac_cv_lib_nsl_gethostbyname = yes; then
23120 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
a0b9e27f 23121fi
247f5006 23122
e6cc62c6
VS
23123 if test $ac_cv_lib_nsl_gethostbyname = no; then
23124 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
23125echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
23126if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
23127 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 23128else
e6cc62c6
VS
23129 ac_check_lib_save_LIBS=$LIBS
23130LIBS="-lbsd $LIBS"
23131cat >conftest.$ac_ext <<_ACEOF
23132#line $LINENO "configure"
23133/* confdefs.h. */
23134_ACEOF
23135cat confdefs.h >>conftest.$ac_ext
23136cat >>conftest.$ac_ext <<_ACEOF
23137/* end confdefs.h. */
23138
23139/* Override any gcc2 internal prototype to avoid an error. */
23140#ifdef __cplusplus
23141extern "C"
23142#endif
23143/* We use char because int might match the return type of a gcc2
23144 builtin and then its argument prototype would still apply. */
23145char gethostbyname ();
23146int
23147main ()
23148{
23149gethostbyname ();
23150 ;
23151 return 0;
23152}
23153_ACEOF
23154rm -f conftest.$ac_objext conftest$ac_exeext
23155if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23156 (eval $ac_link) 2>&5
23157 ac_status=$?
23158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23159 (exit $ac_status); } &&
23160 { ac_try='test -s conftest$ac_exeext'
23161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23162 (eval $ac_try) 2>&5
23163 ac_status=$?
23164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23165 (exit $ac_status); }; }; then
23166 ac_cv_lib_bsd_gethostbyname=yes
23167else
23168 echo "$as_me: failed program was:" >&5
23169sed 's/^/| /' conftest.$ac_ext >&5
23170
23171ac_cv_lib_bsd_gethostbyname=no
23172fi
23173rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23174LIBS=$ac_check_lib_save_LIBS
23175fi
23176echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
23177echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
23178if test $ac_cv_lib_bsd_gethostbyname = yes; then
23179 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
21d1c967 23180fi
90dd450c 23181
e6cc62c6 23182 fi
90dd450c
VZ
23183 fi
23184
21d1c967
GD
23185 # lieder@skyler.mavd.honeywell.com says without -lsocket,
23186 # socket/setsockopt and other routines are undefined under SCO ODT
23187 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
e6cc62c6
VS
23188 # on later versions), says Simon Leinen: it contains gethostby*
23189 # variants that don't use the name server (or something). -lsocket
23190 # must be given before -lnsl if both are needed. We assume that
23191 # if connect needs -lnsl, so does gethostbyname.
23192 echo "$as_me:$LINENO: checking for connect" >&5
23193echo $ECHO_N "checking for connect... $ECHO_C" >&6
23194if test "${ac_cv_func_connect+set}" = set; then
23195 echo $ECHO_N "(cached) $ECHO_C" >&6
23196else
23197 cat >conftest.$ac_ext <<_ACEOF
23198#line $LINENO "configure"
23199/* confdefs.h. */
23200_ACEOF
23201cat confdefs.h >>conftest.$ac_ext
23202cat >>conftest.$ac_ext <<_ACEOF
23203/* end confdefs.h. */
21d1c967 23204/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23205 which can conflict with char connect (); below.
23206 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23207 <limits.h> exists even on freestanding compilers. */
23208#ifdef __STDC__
23209# include <limits.h>
23210#else
23211# include <assert.h>
23212#endif
21d1c967 23213/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23214#ifdef __cplusplus
23215extern "C"
23216{
23217#endif
21d1c967 23218/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23219 builtin and then its argument prototype would still apply. */
23220char connect ();
21d1c967
GD
23221/* The GNU C library defines this for functions which it implements
23222 to always fail with ENOSYS. Some functions are actually named
23223 something starting with __ and the normal name is an alias. */
23224#if defined (__stub_connect) || defined (__stub___connect)
23225choke me
23226#else
e6cc62c6
VS
23227char (*f) () = connect;
23228#endif
23229#ifdef __cplusplus
23230}
21d1c967 23231#endif
90dd450c 23232
e6cc62c6
VS
23233int
23234main ()
23235{
23236return f != connect;
23237 ;
23238 return 0;
23239}
23240_ACEOF
23241rm -f conftest.$ac_objext conftest$ac_exeext
23242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23243 (eval $ac_link) 2>&5
23244 ac_status=$?
23245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23246 (exit $ac_status); } &&
23247 { ac_try='test -s conftest$ac_exeext'
23248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23249 (eval $ac_try) 2>&5
23250 ac_status=$?
23251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23252 (exit $ac_status); }; }; then
23253 ac_cv_func_connect=yes
23254else
23255 echo "$as_me: failed program was:" >&5
23256sed 's/^/| /' conftest.$ac_ext >&5
23257
23258ac_cv_func_connect=no
23259fi
23260rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23261fi
23262echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23263echo "${ECHO_T}$ac_cv_func_connect" >&6
1f8ae82f 23264
21d1c967 23265 if test $ac_cv_func_connect = no; then
e6cc62c6
VS
23266 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23267echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23268if test "${ac_cv_lib_socket_connect+set}" = set; then
23269 echo $ECHO_N "(cached) $ECHO_C" >&6
0fbb762e 23270else
e6cc62c6 23271 ac_check_lib_save_LIBS=$LIBS
21d1c967 23272LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
23273cat >conftest.$ac_ext <<_ACEOF
23274#line $LINENO "configure"
23275/* confdefs.h. */
23276_ACEOF
23277cat confdefs.h >>conftest.$ac_ext
23278cat >>conftest.$ac_ext <<_ACEOF
23279/* end confdefs.h. */
23280
21d1c967 23281/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23282#ifdef __cplusplus
23283extern "C"
23284#endif
21d1c967 23285/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23286 builtin and then its argument prototype would still apply. */
23287char connect ();
23288int
23289main ()
23290{
23291connect ();
23292 ;
23293 return 0;
23294}
23295_ACEOF
23296rm -f conftest.$ac_objext conftest$ac_exeext
23297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23298 (eval $ac_link) 2>&5
23299 ac_status=$?
23300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23301 (exit $ac_status); } &&
23302 { ac_try='test -s conftest$ac_exeext'
23303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23304 (eval $ac_try) 2>&5
23305 ac_status=$?
23306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23307 (exit $ac_status); }; }; then
23308 ac_cv_lib_socket_connect=yes
23309else
23310 echo "$as_me: failed program was:" >&5
23311sed 's/^/| /' conftest.$ac_ext >&5
23312
23313ac_cv_lib_socket_connect=no
23314fi
23315rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23316LIBS=$ac_check_lib_save_LIBS
23317fi
23318echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23319echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23320if test $ac_cv_lib_socket_connect = yes; then
21d1c967 23321 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
21d1c967 23322fi
90dd450c 23323
21d1c967 23324 fi
90dd450c 23325
e6cc62c6
VS
23326 # Guillermo Gomez says -lposix is necessary on A/UX.
23327 echo "$as_me:$LINENO: checking for remove" >&5
23328echo $ECHO_N "checking for remove... $ECHO_C" >&6
23329if test "${ac_cv_func_remove+set}" = set; then
23330 echo $ECHO_N "(cached) $ECHO_C" >&6
23331else
23332 cat >conftest.$ac_ext <<_ACEOF
23333#line $LINENO "configure"
23334/* confdefs.h. */
23335_ACEOF
23336cat confdefs.h >>conftest.$ac_ext
23337cat >>conftest.$ac_ext <<_ACEOF
23338/* end confdefs.h. */
21d1c967 23339/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23340 which can conflict with char remove (); below.
23341 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23342 <limits.h> exists even on freestanding compilers. */
23343#ifdef __STDC__
23344# include <limits.h>
23345#else
23346# include <assert.h>
23347#endif
21d1c967 23348/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23349#ifdef __cplusplus
23350extern "C"
23351{
23352#endif
21d1c967 23353/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23354 builtin and then its argument prototype would still apply. */
23355char remove ();
21d1c967
GD
23356/* The GNU C library defines this for functions which it implements
23357 to always fail with ENOSYS. Some functions are actually named
23358 something starting with __ and the normal name is an alias. */
23359#if defined (__stub_remove) || defined (__stub___remove)
23360choke me
23361#else
e6cc62c6
VS
23362char (*f) () = remove;
23363#endif
23364#ifdef __cplusplus
23365}
21d1c967 23366#endif
90dd450c 23367
e6cc62c6
VS
23368int
23369main ()
23370{
23371return f != remove;
23372 ;
23373 return 0;
23374}
23375_ACEOF
23376rm -f conftest.$ac_objext conftest$ac_exeext
23377if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23378 (eval $ac_link) 2>&5
23379 ac_status=$?
23380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23381 (exit $ac_status); } &&
23382 { ac_try='test -s conftest$ac_exeext'
23383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23384 (eval $ac_try) 2>&5
23385 ac_status=$?
23386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23387 (exit $ac_status); }; }; then
23388 ac_cv_func_remove=yes
23389else
23390 echo "$as_me: failed program was:" >&5
23391sed 's/^/| /' conftest.$ac_ext >&5
23392
23393ac_cv_func_remove=no
23394fi
23395rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23396fi
23397echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23398echo "${ECHO_T}$ac_cv_func_remove" >&6
90dd450c 23399
21d1c967 23400 if test $ac_cv_func_remove = no; then
e6cc62c6
VS
23401 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23402echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23403if test "${ac_cv_lib_posix_remove+set}" = set; then
23404 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 23405else
e6cc62c6 23406 ac_check_lib_save_LIBS=$LIBS
21d1c967 23407LIBS="-lposix $LIBS"
e6cc62c6
VS
23408cat >conftest.$ac_ext <<_ACEOF
23409#line $LINENO "configure"
23410/* confdefs.h. */
23411_ACEOF
23412cat confdefs.h >>conftest.$ac_ext
23413cat >>conftest.$ac_ext <<_ACEOF
23414/* end confdefs.h. */
23415
21d1c967 23416/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23417#ifdef __cplusplus
23418extern "C"
23419#endif
21d1c967 23420/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23421 builtin and then its argument prototype would still apply. */
23422char remove ();
23423int
23424main ()
23425{
23426remove ();
23427 ;
23428 return 0;
23429}
23430_ACEOF
23431rm -f conftest.$ac_objext conftest$ac_exeext
23432if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23433 (eval $ac_link) 2>&5
23434 ac_status=$?
23435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23436 (exit $ac_status); } &&
23437 { ac_try='test -s conftest$ac_exeext'
23438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23439 (eval $ac_try) 2>&5
23440 ac_status=$?
23441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23442 (exit $ac_status); }; }; then
23443 ac_cv_lib_posix_remove=yes
23444else
23445 echo "$as_me: failed program was:" >&5
23446sed 's/^/| /' conftest.$ac_ext >&5
23447
23448ac_cv_lib_posix_remove=no
23449fi
23450rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23451LIBS=$ac_check_lib_save_LIBS
23452fi
23453echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23454echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23455if test $ac_cv_lib_posix_remove = yes; then
21d1c967 23456 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
21d1c967 23457fi
19bc6aad 23458
90dd450c 23459 fi
19bc6aad 23460
21d1c967 23461 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
e6cc62c6
VS
23462 echo "$as_me:$LINENO: checking for shmat" >&5
23463echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23464if test "${ac_cv_func_shmat+set}" = set; then
23465 echo $ECHO_N "(cached) $ECHO_C" >&6
23466else
23467 cat >conftest.$ac_ext <<_ACEOF
23468#line $LINENO "configure"
23469/* confdefs.h. */
23470_ACEOF
23471cat confdefs.h >>conftest.$ac_ext
23472cat >>conftest.$ac_ext <<_ACEOF
23473/* end confdefs.h. */
21d1c967 23474/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23475 which can conflict with char shmat (); below.
23476 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23477 <limits.h> exists even on freestanding compilers. */
23478#ifdef __STDC__
23479# include <limits.h>
23480#else
23481# include <assert.h>
23482#endif
21d1c967 23483/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23484#ifdef __cplusplus
23485extern "C"
23486{
23487#endif
21d1c967 23488/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23489 builtin and then its argument prototype would still apply. */
23490char shmat ();
21d1c967
GD
23491/* The GNU C library defines this for functions which it implements
23492 to always fail with ENOSYS. Some functions are actually named
23493 something starting with __ and the normal name is an alias. */
23494#if defined (__stub_shmat) || defined (__stub___shmat)
23495choke me
23496#else
e6cc62c6
VS
23497char (*f) () = shmat;
23498#endif
23499#ifdef __cplusplus
23500}
21d1c967 23501#endif
90dd450c 23502
e6cc62c6
VS
23503int
23504main ()
23505{
23506return f != shmat;
23507 ;
23508 return 0;
23509}
23510_ACEOF
23511rm -f conftest.$ac_objext conftest$ac_exeext
23512if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23513 (eval $ac_link) 2>&5
23514 ac_status=$?
23515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23516 (exit $ac_status); } &&
23517 { ac_try='test -s conftest$ac_exeext'
23518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23519 (eval $ac_try) 2>&5
23520 ac_status=$?
23521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23522 (exit $ac_status); }; }; then
23523 ac_cv_func_shmat=yes
23524else
23525 echo "$as_me: failed program was:" >&5
23526sed 's/^/| /' conftest.$ac_ext >&5
23527
23528ac_cv_func_shmat=no
23529fi
23530rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23531fi
23532echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23533echo "${ECHO_T}$ac_cv_func_shmat" >&6
19bc6aad 23534
21d1c967 23535 if test $ac_cv_func_shmat = no; then
e6cc62c6
VS
23536 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23537echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23538if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23539 echo $ECHO_N "(cached) $ECHO_C" >&6
5c6fa7d2 23540else
e6cc62c6 23541 ac_check_lib_save_LIBS=$LIBS
5c6fa7d2 23542LIBS="-lipc $LIBS"
e6cc62c6
VS
23543cat >conftest.$ac_ext <<_ACEOF
23544#line $LINENO "configure"
23545/* confdefs.h. */
23546_ACEOF
23547cat confdefs.h >>conftest.$ac_ext
23548cat >>conftest.$ac_ext <<_ACEOF
23549/* end confdefs.h. */
23550
5c6fa7d2 23551/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23552#ifdef __cplusplus
23553extern "C"
23554#endif
5c6fa7d2 23555/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23556 builtin and then its argument prototype would still apply. */
23557char shmat ();
23558int
23559main ()
23560{
23561shmat ();
23562 ;
23563 return 0;
23564}
23565_ACEOF
23566rm -f conftest.$ac_objext conftest$ac_exeext
23567if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23568 (eval $ac_link) 2>&5
23569 ac_status=$?
23570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23571 (exit $ac_status); } &&
23572 { ac_try='test -s conftest$ac_exeext'
23573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23574 (eval $ac_try) 2>&5
23575 ac_status=$?
23576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23577 (exit $ac_status); }; }; then
23578 ac_cv_lib_ipc_shmat=yes
23579else
23580 echo "$as_me: failed program was:" >&5
23581sed 's/^/| /' conftest.$ac_ext >&5
23582
23583ac_cv_lib_ipc_shmat=no
23584fi
23585rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23586LIBS=$ac_check_lib_save_LIBS
23587fi
23588echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23589echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23590if test $ac_cv_lib_ipc_shmat = yes; then
21d1c967 23591 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9f8148b1 23592fi
90dd450c 23593
90dd450c 23594 fi
21d1c967 23595 fi
10f2d63a 23596
21d1c967 23597 # Check for libraries that X11R6 Xt/Xaw programs need.
e6cc62c6 23598 ac_save_LDFLAGS=$LDFLAGS
21d1c967
GD
23599 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
23600 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23601 # check for ICE first), but we must link in the order -lSM -lICE or
23602 # we get undefined symbols. So assume we have SM if we have ICE.
23603 # These have to be linked with before -lX11, unlike the other
23604 # libraries we check for below, so use a different variable.
e6cc62c6
VS
23605 # John Interrante, Karl Berry
23606 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23607echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23608if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23609 echo $ECHO_N "(cached) $ECHO_C" >&6
23610else
23611 ac_check_lib_save_LIBS=$LIBS
f09359cf 23612LIBS="-lICE $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
23613cat >conftest.$ac_ext <<_ACEOF
23614#line $LINENO "configure"
23615/* confdefs.h. */
23616_ACEOF
23617cat confdefs.h >>conftest.$ac_ext
23618cat >>conftest.$ac_ext <<_ACEOF
23619/* end confdefs.h. */
23620
21d1c967 23621/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23622#ifdef __cplusplus
23623extern "C"
23624#endif
21d1c967 23625/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23626 builtin and then its argument prototype would still apply. */
23627char IceConnectionNumber ();
23628int
23629main ()
23630{
23631IceConnectionNumber ();
23632 ;
23633 return 0;
23634}
23635_ACEOF
23636rm -f conftest.$ac_objext conftest$ac_exeext
23637if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23638 (eval $ac_link) 2>&5
23639 ac_status=$?
23640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23641 (exit $ac_status); } &&
23642 { ac_try='test -s conftest$ac_exeext'
23643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23644 (eval $ac_try) 2>&5
23645 ac_status=$?
23646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23647 (exit $ac_status); }; }; then
23648 ac_cv_lib_ICE_IceConnectionNumber=yes
23649else
23650 echo "$as_me: failed program was:" >&5
23651sed 's/^/| /' conftest.$ac_ext >&5
23652
23653ac_cv_lib_ICE_IceConnectionNumber=no
23654fi
23655rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23656LIBS=$ac_check_lib_save_LIBS
23657fi
23658echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23659echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23660if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
21d1c967 23661 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
29fd3c0c 23662fi
21d1c967 23663
e6cc62c6 23664 LDFLAGS=$ac_save_LDFLAGS
29fd3c0c 23665
10f2d63a
VZ
23666fi
23667
8284b0c5 23668
21d1c967 23669 if test "$no_x" = "yes"; then
e6cc62c6
VS
23670 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23671echo "$as_me: error: X11 not found" >&2;}
23672 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
21d1c967
GD
23673 fi
23674
2b5f62a0
VZ
23675 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//'`
23676 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
21d1c967
GD
23677 AFMINSTALL=afminstall
23678 COMPILED_X_PROGRAM=0
23679
e6cc62c6
VS
23680 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23681echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23682
21d1c967 23683ac_find_includes=
2b5f62a0 23684for ac_dir in $SEARCH_INCLUDE /usr/include;
21d1c967
GD
23685 do
23686 if test -f "$ac_dir/Xm/Xm.h"; then
23687 ac_find_includes=$ac_dir
23688 break
23689 fi
23690 done
23691
23692 if test "$ac_find_includes" != "" ; then
e6cc62c6
VS
23693 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23694echo "${ECHO_T}found in $ac_find_includes" >&6
23695
2b5f62a0 23696 if test "x$ac_find_includes" = "x/usr/include"; then
dd0e4a90
VZ
23697 ac_path_to_include=""
23698 else
2b5f62a0
VZ
23699 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
23700 result=$?
23701 if test $result = 0; then
23702 ac_path_to_include=""
23703 else
23704 ac_path_to_include=" -I$ac_find_includes"
23705 fi
dd0e4a90
VZ
23706 fi
23707
23708 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
21d1c967 23709 else
e6cc62c6
VS
23710 cat >conftest.$ac_ext <<_ACEOF
23711#line $LINENO "configure"
23712/* confdefs.h. */
23713_ACEOF
23714cat confdefs.h >>conftest.$ac_ext
23715cat >>conftest.$ac_ext <<_ACEOF
23716/* end confdefs.h. */
21d1c967
GD
23717
23718 #include <Xm/Xm.h>
e6cc62c6
VS
23719
23720int
23721main ()
23722{
21d1c967
GD
23723
23724 int version;
23725 version = xmUseVersion;
e6cc62c6
VS
23726
23727 ;
23728 return 0;
23729}
23730_ACEOF
23731rm -f conftest.$ac_objext
23732if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23733 (eval $ac_compile) 2>&5
23734 ac_status=$?
23735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23736 (exit $ac_status); } &&
23737 { ac_try='test -s conftest.$ac_objext'
23738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23739 (eval $ac_try) 2>&5
23740 ac_status=$?
23741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23742 (exit $ac_status); }; }; then
23743
23744 echo "$as_me:$LINENO: result: found in default search path" >&5
23745echo "${ECHO_T}found in default search path" >&6
21d1c967 23746 COMPILED_X_PROGRAM=1
e6cc62c6 23747
10f2d63a 23748else
e6cc62c6
VS
23749 echo "$as_me: failed program was:" >&5
23750sed 's/^/| /' conftest.$ac_ext >&5
23751
23752
23753 echo "$as_me:$LINENO: result: no" >&5
23754echo "${ECHO_T}no" >&6
23755 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
23756echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
23757 { (exit 1); exit 1; }; }
23758
23759
10f2d63a 23760fi
e6cc62c6 23761rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967 23762 fi
10f2d63a 23763
21d1c967 23764 if test "$COMPILED_X_PROGRAM" = 0; then
e6cc62c6
VS
23765 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
23766echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
23767
21d1c967 23768ac_find_libraries=
2b5f62a0 23769for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
23770 do
23771 for ac_extension in a so sl dylib; do
23772 if test -f "$ac_dir/libXm.$ac_extension"; then
23773 ac_find_libraries=$ac_dir
23774 break 2
23775 fi
23776 done
23777 done
23778
23779 if test "$ac_find_libraries" != "" ; then
e6cc62c6
VS
23780 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23781echo "${ECHO_T}found at $ac_find_libraries" >&6
23782
21d1c967 23783
21d1c967
GD
23784 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
23785 result=$?
23786 if test $result = 0; then
23787 ac_path_to_link=""
23788 else
23789 ac_path_to_link=" -L$ac_find_libraries"
23790 fi
23791
21d1c967 23792 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
21d1c967 23793 else
dd0e4a90
VZ
23794 save_CFLAGS=$CFLAGS
23795 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23796
e6cc62c6
VS
23797 cat >conftest.$ac_ext <<_ACEOF
23798#line $LINENO "configure"
23799/* confdefs.h. */
23800_ACEOF
23801cat confdefs.h >>conftest.$ac_ext
23802cat >>conftest.$ac_ext <<_ACEOF
23803/* end confdefs.h. */
21d1c967
GD
23804
23805 #include <Xm/Xm.h>
e6cc62c6
VS
23806
23807int
23808main ()
23809{
21d1c967
GD
23810
23811 int version;
23812 version = xmUseVersion;
e6cc62c6
VS
23813
23814 ;
23815 return 0;
23816}
23817_ACEOF
23818rm -f conftest.$ac_objext
23819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23820 (eval $ac_compile) 2>&5
23821 ac_status=$?
23822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23823 (exit $ac_status); } &&
23824 { ac_try='test -s conftest.$ac_objext'
23825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23826 (eval $ac_try) 2>&5
23827 ac_status=$?
23828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23829 (exit $ac_status); }; }; then
23830
23831 echo "$as_me:$LINENO: result: found in default search path" >&5
23832echo "${ECHO_T}found in default search path" >&6
21d1c967 23833 COMPILED_X_PROGRAM=1
e6cc62c6 23834
d836ee96 23835else
e6cc62c6
VS
23836 echo "$as_me: failed program was:" >&5
23837sed 's/^/| /' conftest.$ac_ext >&5
23838
23839
23840 echo "$as_me:$LINENO: result: no" >&5
23841echo "${ECHO_T}no" >&6
23842 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
23843echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
23844 { (exit 1); exit 1; }; }
23845
23846
d836ee96 23847fi
e6cc62c6 23848rm -f conftest.$ac_objext conftest.$ac_ext
dd0e4a90
VZ
23849
23850 CFLAGS=$save_CFLAGS
21d1c967
GD
23851 fi
23852 fi
23853
23854 xpm_link=
e6cc62c6
VS
23855 echo "$as_me:$LINENO: checking for Xpm library" >&5
23856echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
23857
21d1c967 23858ac_find_libraries=
2b5f62a0 23859for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
23860 do
23861 for ac_extension in a so sl dylib; do
23862 if test -f "$ac_dir/libXpm.$ac_extension"; then
23863 ac_find_libraries=$ac_dir
23864 break 2
23865 fi
23866 done
23867 done
23868
23869 if test "$ac_find_libraries" != "" ; then
e6cc62c6 23870
21d1c967
GD
23871 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
23872 result=$?
23873 if test $result = 0; then
23874 ac_path_to_link=""
23875 else
23876 ac_path_to_link=" -L$ac_find_libraries"
23877 fi
23878
23879 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
dd0e4a90 23880
21d1c967 23881 xpm_link=" -lXpm"
e6cc62c6 23882 cat >>confdefs.h <<\_ACEOF
21d1c967 23883#define wxHAVE_LIB_XPM 1
e6cc62c6 23884_ACEOF
90dd450c 23885
e6cc62c6
VS
23886 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23887echo "${ECHO_T}found at $ac_find_libraries" >&6
21d1c967 23888 else
dd0e4a90
VZ
23889 save_CFLAGS=$CFLAGS
23890 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23891
e6cc62c6
VS
23892 cat >conftest.$ac_ext <<_ACEOF
23893#line $LINENO "configure"
23894/* confdefs.h. */
23895_ACEOF
23896cat confdefs.h >>conftest.$ac_ext
23897cat >>conftest.$ac_ext <<_ACEOF
23898/* end confdefs.h. */
21d1c967
GD
23899
23900 #include <X11/xpm.h>
e6cc62c6
VS
23901
23902int
23903main ()
23904{
21d1c967
GD
23905
23906 int version;
23907 version = XpmLibraryVersion();
e6cc62c6
VS
23908
23909 ;
23910 return 0;
23911}
23912_ACEOF
23913rm -f conftest.$ac_objext
23914if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23915 (eval $ac_compile) 2>&5
23916 ac_status=$?
23917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23918 (exit $ac_status); } &&
23919 { ac_try='test -s conftest.$ac_objext'
23920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23921 (eval $ac_try) 2>&5
23922 ac_status=$?
23923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23924 (exit $ac_status); }; }; then
23925
21d1c967 23926 xpm_link=" -lXpm"
e6cc62c6 23927 cat >>confdefs.h <<\_ACEOF
21d1c967 23928#define wxHAVE_LIB_XPM 1
e6cc62c6 23929_ACEOF
21d1c967 23930
e6cc62c6
VS
23931 echo "$as_me:$LINENO: result: found in default search path" >&5
23932echo "${ECHO_T}found in default search path" >&6
21d1c967 23933 COMPILED_X_PROGRAM=0
e6cc62c6 23934
d836ee96 23935else
e6cc62c6
VS
23936 echo "$as_me: failed program was:" >&5
23937sed 's/^/| /' conftest.$ac_ext >&5
23938
23939
23940 echo "$as_me:$LINENO: result: no" >&5
23941echo "${ECHO_T}no" >&6
23942 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
23943echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
23944
23945
d836ee96 23946fi
e6cc62c6 23947rm -f conftest.$ac_objext conftest.$ac_ext
dd0e4a90
VZ
23948
23949 CFLAGS=$save_CFLAGS
21d1c967
GD
23950 fi
23951
e6cc62c6
VS
23952 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
23953echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
6a30f1c8
MB
23954 libp_link=""
23955 libsm_ice_link=""
23956 libs_found=0
23957 for libp in "" " -lXp"; do
23958 if test "$libs_found" = "0"; then
23959 for libsm_ice in " -lSM -lICE"; do
e26c13cf 23960 if test "$libs_found" = "0"; then
6a30f1c8
MB
23961 save_LIBS="$LIBS"
23962 LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
dd0e4a90
VZ
23963 save_CFLAGS=$CFLAGS
23964 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
23965
e6cc62c6
VS
23966 cat >conftest.$ac_ext <<_ACEOF
23967#line $LINENO "configure"
23968/* confdefs.h. */
23969_ACEOF
23970cat confdefs.h >>conftest.$ac_ext
23971cat >>conftest.$ac_ext <<_ACEOF
23972/* end confdefs.h. */
17234b26 23973
6a30f1c8
MB
23974 #include <Xm/Xm.h>
23975 #include <Xm/List.h>
e6cc62c6
VS
23976
23977int
23978main ()
23979{
6a30f1c8
MB
23980
23981 XmString string = NULL;
23982 Widget w = NULL;
23983 int position = 0;
23984 XmListAddItem(w, string, position);
e6cc62c6
VS
23985
23986 ;
23987 return 0;
23988}
23989_ACEOF
23990rm -f conftest.$ac_objext conftest$ac_exeext
23991if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23992 (eval $ac_link) 2>&5
23993 ac_status=$?
23994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23995 (exit $ac_status); } &&
23996 { ac_try='test -s conftest$ac_exeext'
23997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23998 (eval $ac_try) 2>&5
23999 ac_status=$?
24000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24001 (exit $ac_status); }; }; then
24002
6a30f1c8
MB
24003 libp_link="$libp"
24004 libsm_ice_link="$libsm_ice"
e6cc62c6
VS
24005 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
24006echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
6a30f1c8 24007 libs_found=1
e6cc62c6 24008
6a30f1c8 24009else
e6cc62c6
VS
24010 echo "$as_me: failed program was:" >&5
24011sed 's/^/| /' conftest.$ac_ext >&5
24012
24013
24014
6a30f1c8 24015fi
e6cc62c6 24016rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
dd0e4a90 24017
6a30f1c8 24018 LIBS="$save_LIBS"
dd0e4a90 24019 CFLAGS=$save_CFLAGS
6a30f1c8
MB
24020 fi
24021 done
24022 fi
24023 done
24024
24025 if test "$libs_found" = "0"; then
e6cc62c6
VS
24026 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
24027echo "${ECHO_T}can't find the right libraries" >&6
24028 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
24029echo "$as_me: error: can't link a simple motif program" >&2;}
24030 { (exit 1); exit 1; }; }
6a30f1c8
MB
24031 fi
24032
da494b40
MB
24033 save_CFLAGS=$CFLAGS
24034 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
e6cc62c6
VS
24035 echo "$as_me:$LINENO: checking for Motif 2" >&5
24036echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
24037 cat >conftest.$ac_ext <<_ACEOF
24038#line $LINENO "configure"
24039/* confdefs.h. */
24040_ACEOF
24041cat confdefs.h >>conftest.$ac_ext
24042cat >>conftest.$ac_ext <<_ACEOF
24043/* end confdefs.h. */
da494b40
MB
24044
24045 #include <Xm/Xm.h>
e6cc62c6
VS
24046
24047int
24048main ()
24049{
da494b40
MB
24050
24051 #if XmVersion < 2000
24052 #error "Not Motif 2"
24053 #endif
e6cc62c6
VS
24054
24055 ;
24056 return 0;
24057}
24058_ACEOF
24059rm -f conftest.$ac_objext
24060if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24061 (eval $ac_compile) 2>&5
24062 ac_status=$?
24063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24064 (exit $ac_status); } &&
24065 { ac_try='test -s conftest.$ac_objext'
24066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24067 (eval $ac_try) 2>&5
24068 ac_status=$?
24069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24070 (exit $ac_status); }; }; then
24071
24072 cat >>confdefs.h <<\_ACEOF
da494b40 24073#define __WXMOTIF20__ 1
e6cc62c6
VS
24074_ACEOF
24075
24076 echo "$as_me:$LINENO: result: found" >&5
24077echo "${ECHO_T}found" >&6
da494b40 24078
da494b40 24079else
e6cc62c6
VS
24080 echo "$as_me: failed program was:" >&5
24081sed 's/^/| /' conftest.$ac_ext >&5
24082
24083
24084 cat >>confdefs.h <<\_ACEOF
da494b40 24085#define __WXMOTIF20__ 0
e6cc62c6
VS
24086_ACEOF
24087
24088 echo "$as_me:$LINENO: result: not found" >&5
24089echo "${ECHO_T}not found" >&6
da494b40 24090
da494b40 24091fi
e6cc62c6 24092rm -f conftest.$ac_objext conftest.$ac_ext
da494b40
MB
24093 CFLAGS=$save_CFLAGS
24094
6a30f1c8 24095 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
69c44812 24096 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
21d1c967
GD
24097 TOOLKIT=MOTIF
24098 GUIDIST=MOTIF_DIST
f7f78039
MB
24099 wxHAVE_XEXT_LIB=1
24100 fi
24101
24102 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
24103 test "$wxHAVE_XEXT_LIB" = 1; then
24104 save_CFLAGS="$CFLAGS"
24105 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24106
e6cc62c6
VS
24107 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
24108echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
24109 cat >conftest.$ac_ext <<_ACEOF
24110#line $LINENO "configure"
24111/* confdefs.h. */
24112_ACEOF
24113cat confdefs.h >>conftest.$ac_ext
24114cat >>conftest.$ac_ext <<_ACEOF
24115/* end confdefs.h. */
24116
24117 #include <X11/Xlib.h>
f7f78039 24118 #include <X11/extensions/shape.h>
e6cc62c6
VS
24119
24120int
24121main ()
24122{
f7f78039
MB
24123
24124 int dummy1, dummy2;
24125 XShapeQueryExtension((Display*)NULL,
24126 (int*)NULL, (int*)NULL);
e6cc62c6
VS
24127
24128 ;
24129 return 0;
24130}
24131_ACEOF
24132rm -f conftest.$ac_objext
24133if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24134 (eval $ac_compile) 2>&5
24135 ac_status=$?
24136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24137 (exit $ac_status); } &&
24138 { ac_try='test -s conftest.$ac_objext'
24139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24140 (eval $ac_try) 2>&5
24141 ac_status=$?
24142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24143 (exit $ac_status); }; }; then
24144
24145 cat >>confdefs.h <<\_ACEOF
f7f78039 24146#define HAVE_XSHAPE 1
e6cc62c6
VS
24147_ACEOF
24148
24149 echo "$as_me:$LINENO: result: found" >&5
24150echo "${ECHO_T}found" >&6
f7f78039 24151
f7f78039 24152else
e6cc62c6
VS
24153 echo "$as_me: failed program was:" >&5
24154sed 's/^/| /' conftest.$ac_ext >&5
24155
24156
24157 echo "$as_me:$LINENO: result: not found" >&5
24158echo "${ECHO_T}not found" >&6
24159
f7f78039 24160fi
e6cc62c6 24161rm -f conftest.$ac_objext conftest.$ac_ext
f7f78039 24162 CFLAGS="$save_CFLAGS"
21d1c967
GD
24163 fi
24164
24165 if test "$wxUSE_MAC" = 1; then
0c98a14e 24166 CPPFLAGS="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
21d1c967 24167
0c98a14e 24168 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
21d1c967
GD
24169 TOOLKIT=MAC
24170 GUIDIST=MACX_DIST
24171 fi
24172
ac0c4cc3
DE
24173 if test "$wxUSE_COCOA" = 1; then
24174 TOOLKIT_VPATH="\${top_srcdir}/src/cocoa"
24175 TOOLKIT=COCOA
24176 GUIDIST=COCOA_DIST
24177 fi
24178
21d1c967
GD
24179 if test "$wxUSE_PM" = 1; then
24180 TOOLKIT=PM
24181 GUIDIST=GTK_DIST
e6cc62c6
VS
24182 { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5
24183echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;}
f657dbe7 24184 wxUSE_THREADS="no"
21d1c967
GD
24185 fi
24186
24187 if test "$TOOLKIT" = "PM" ; then
24188 TOOLKIT_DIR="os2"
24189 else
24190 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
24191 fi
24192
24193 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
24194
24195 if test "$wxUSE_UNIVERSAL" = "yes"; then
24196 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
24197
24198 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
24199 ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
24200
24201 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
24202 if test "$wxUSE_X11" = 1; then
24203 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
24204 else
24205 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
24206 fi
24207 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24208 WIDGET_SET=univ
24209 else
24210 ALL_OBJECTS="\$(GUIOBJS)"
24211 ALL_SOURCES="\$(ALL_SOURCES)"
24212 ALL_HEADERS="\$(ALL_HEADERS)"
24213 fi
24214
24215 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24216
24217 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24218 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
24219 fi
24220
24221 if test "$wxUSE_HTML" = "yes"; then
24222 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
24223 fi
24224
24225 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24226 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
24227 fi
24228 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24229 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
24230 fi
24231 if test "$wxUSE_LIBPNG" = "builtin" ; then
24232 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
24233 fi
24234
24235 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24236 DISTDIR="wx\$(TOOLKIT)"
90dd450c 24237else
21d1c967
GD
24238 USE_GUI=0
24239
24240 TOOLKIT_DIR="base"
24241
24242 if test "$USE_WIN32" = 1 ; then
24243 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24244 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
24245
24246 TOOLKIT="MSW"
24247 else
24248 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24249 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
24250 fi
24251
24252 ALL_SOURCES="\$(ALL_SOURCES)"
24253 ALL_HEADERS="\$(ALL_HEADERS)"
24254
24255 PORT_FILES="\${top_srcdir}/src/files.lst"
24256
24257 GUIDIST="BASE_DIST"
24258 DISTDIR="wxBase"
d836ee96
VZ
24259fi
24260
8284b0c5 24261
8647bec6
RG
24262
24263
24264IODBC_C_SRC=""
24265
24266
24267if test "$TOOLKIT" != "MSW" ; then
24268
24269 if test "$wxUSE_ODBC" != "no" ; then
e6cc62c6 24270 cat >>confdefs.h <<\_ACEOF
8647bec6 24271#define wxUSE_ODBC 1
e6cc62c6 24272_ACEOF
8647bec6
RG
24273
24274 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
e6cc62c6 24275
8647bec6
RG
24276 WXODBCFLAG="-D_IODBC_"
24277
24278
24279 if test "$wxUSE_ODBC" = "sys" ; then
e6cc62c6
VS
24280
24281 if test "${ac_cv_header_sql_h+set}" = set; then
24282 echo "$as_me:$LINENO: checking for sql.h" >&5
24283echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24284if test "${ac_cv_header_sql_h+set}" = set; then
24285 echo $ECHO_N "(cached) $ECHO_C" >&6
24286fi
24287echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24288echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24289else
24290 # Is the header compilable?
24291echo "$as_me:$LINENO: checking sql.h usability" >&5
24292echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24293cat >conftest.$ac_ext <<_ACEOF
24294#line $LINENO "configure"
24295/* confdefs.h. */
24296_ACEOF
24297cat confdefs.h >>conftest.$ac_ext
24298cat >>conftest.$ac_ext <<_ACEOF
24299/* end confdefs.h. */
24300$ac_includes_default
8647bec6 24301#include <sql.h>
e6cc62c6
VS
24302_ACEOF
24303rm -f conftest.$ac_objext
24304if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24305 (eval $ac_compile) 2>&5
24306 ac_status=$?
24307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24308 (exit $ac_status); } &&
24309 { ac_try='test -s conftest.$ac_objext'
24310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24311 (eval $ac_try) 2>&5
24312 ac_status=$?
24313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24314 (exit $ac_status); }; }; then
24315 ac_header_compiler=yes
24316else
24317 echo "$as_me: failed program was:" >&5
24318sed 's/^/| /' conftest.$ac_ext >&5
24319
24320ac_header_compiler=no
24321fi
24322rm -f conftest.$ac_objext conftest.$ac_ext
24323echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24324echo "${ECHO_T}$ac_header_compiler" >&6
24325
24326# Is the header present?
24327echo "$as_me:$LINENO: checking sql.h presence" >&5
24328echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24329cat >conftest.$ac_ext <<_ACEOF
24330#line $LINENO "configure"
24331/* confdefs.h. */
24332_ACEOF
24333cat confdefs.h >>conftest.$ac_ext
24334cat >>conftest.$ac_ext <<_ACEOF
24335/* end confdefs.h. */
24336#include <sql.h>
24337_ACEOF
24338if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24339 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24340 ac_status=$?
24341 grep -v '^ *+' conftest.er1 >conftest.err
24342 rm -f conftest.er1
24343 cat conftest.err >&5
24344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24345 (exit $ac_status); } >/dev/null; then
24346 if test -s conftest.err; then
24347 ac_cpp_err=$ac_c_preproc_warn_flag
24348 else
24349 ac_cpp_err=
24350 fi
24351else
24352 ac_cpp_err=yes
24353fi
24354if test -z "$ac_cpp_err"; then
24355 ac_header_preproc=yes
24356else
24357 echo "$as_me: failed program was:" >&5
24358sed 's/^/| /' conftest.$ac_ext >&5
24359
24360 ac_header_preproc=no
24361fi
24362rm -f conftest.err conftest.$ac_ext
24363echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24364echo "${ECHO_T}$ac_header_preproc" >&6
24365
24366# So? What about this header?
24367case $ac_header_compiler:$ac_header_preproc in
24368 yes:no )
24369 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24370echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24371 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24372echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24373 (
24374 cat <<\_ASBOX
24375## ------------------------------------ ##
24376## Report this to bug-autoconf@gnu.org. ##
24377## ------------------------------------ ##
24378_ASBOX
24379 ) |
24380 sed "s/^/$as_me: WARNING: /" >&2
24381 ;;
24382 no:yes )
24383 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24384echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24385 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24386echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24387 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24388echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24389 (
24390 cat <<\_ASBOX
24391## ------------------------------------ ##
24392## Report this to bug-autoconf@gnu.org. ##
24393## ------------------------------------ ##
24394_ASBOX
24395 ) |
24396 sed "s/^/$as_me: WARNING: /" >&2
24397 ;;
24398esac
24399echo "$as_me:$LINENO: checking for sql.h" >&5
24400echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24401if test "${ac_cv_header_sql_h+set}" = set; then
24402 echo $ECHO_N "(cached) $ECHO_C" >&6
8647bec6 24403else
e6cc62c6
VS
24404 ac_cv_header_sql_h=$ac_header_preproc
24405fi
24406echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24407echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24408
8647bec6
RG
24409fi
24410
e6cc62c6
VS
24411
24412 echo "$as_me:$LINENO: checking for library containing SQLAllocEnv" >&5
24413echo $ECHO_N "checking for library containing SQLAllocEnv... $ECHO_C" >&6
24414if test "${ac_cv_search_SQLAllocEnv+set}" = set; then
24415 echo $ECHO_N "(cached) $ECHO_C" >&6
8647bec6 24416else
e6cc62c6
VS
24417 ac_func_search_save_LIBS=$LIBS
24418ac_cv_search_SQLAllocEnv=no
24419cat >conftest.$ac_ext <<_ACEOF
24420#line $LINENO "configure"
24421/* confdefs.h. */
24422_ACEOF
24423cat confdefs.h >>conftest.$ac_ext
24424cat >>conftest.$ac_ext <<_ACEOF
24425/* end confdefs.h. */
24426
8647bec6 24427/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
24428#ifdef __cplusplus
24429extern "C"
24430#endif
8647bec6 24431/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
24432 builtin and then its argument prototype would still apply. */
24433char SQLAllocEnv ();
24434int
24435main ()
24436{
24437SQLAllocEnv ();
24438 ;
24439 return 0;
24440}
24441_ACEOF
24442rm -f conftest.$ac_objext conftest$ac_exeext
24443if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24444 (eval $ac_link) 2>&5
24445 ac_status=$?
24446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24447 (exit $ac_status); } &&
24448 { ac_try='test -s conftest$ac_exeext'
24449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24450 (eval $ac_try) 2>&5
24451 ac_status=$?
24452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24453 (exit $ac_status); }; }; then
8647bec6
RG
24454 ac_cv_search_SQLAllocEnv="none required"
24455else
e6cc62c6
VS
24456 echo "$as_me: failed program was:" >&5
24457sed 's/^/| /' conftest.$ac_ext >&5
24458
8647bec6 24459fi
e6cc62c6
VS
24460rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24461if test "$ac_cv_search_SQLAllocEnv" = no; then
24462 for ac_lib in iodbc unixodbc odbc ; do
24463 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
24464 cat >conftest.$ac_ext <<_ACEOF
24465#line $LINENO "configure"
24466/* confdefs.h. */
24467_ACEOF
24468cat confdefs.h >>conftest.$ac_ext
24469cat >>conftest.$ac_ext <<_ACEOF
24470/* end confdefs.h. */
24471
8647bec6 24472/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
24473#ifdef __cplusplus
24474extern "C"
24475#endif
8647bec6 24476/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
24477 builtin and then its argument prototype would still apply. */
24478char SQLAllocEnv ();
24479int
24480main ()
24481{
24482SQLAllocEnv ();
24483 ;
24484 return 0;
24485}
24486_ACEOF
24487rm -f conftest.$ac_objext conftest$ac_exeext
24488if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24489 (eval $ac_link) 2>&5
24490 ac_status=$?
24491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24492 (exit $ac_status); } &&
24493 { ac_try='test -s conftest$ac_exeext'
24494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24495 (eval $ac_try) 2>&5
24496 ac_status=$?
24497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24498 (exit $ac_status); }; }; then
24499 ac_cv_search_SQLAllocEnv="-l$ac_lib"
8647bec6
RG
24500break
24501else
e6cc62c6
VS
24502 echo "$as_me: failed program was:" >&5
24503sed 's/^/| /' conftest.$ac_ext >&5
24504
8647bec6 24505fi
e6cc62c6
VS
24506rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24507 done
8647bec6 24508fi
e6cc62c6
VS
24509LIBS=$ac_func_search_save_LIBS
24510fi
24511echo "$as_me:$LINENO: result: $ac_cv_search_SQLAllocEnv" >&5
24512echo "${ECHO_T}$ac_cv_search_SQLAllocEnv" >&6
24513if test "$ac_cv_search_SQLAllocEnv" != no; then
8647bec6 24514 test "$ac_cv_search_SQLAllocEnv" = "none required" || LIBS="$ac_cv_search_SQLAllocEnv $LIBS"
e6cc62c6
VS
24515
24516else
24517
24518 wxUSE_ODBC=builtin;
24519 { echo "$as_me:$LINENO: WARNING: can't find system Odbc library falling back to builtin " >&5
24520echo "$as_me: WARNING: can't find system Odbc library falling back to builtin " >&2;}
24521
8647bec6 24522fi
e6cc62c6 24523
fd3d7534
RG
24524 fi
24525 if test "$wxUSE_ODBC" != "sys" ; then
24526 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
8647bec6
RG
24527 fi
24528
24529 fi
e6cc62c6 24530
6232543b 24531fi
21d1c967
GD
24532
24533if test "$wxUSE_REGEX" = "builtin" ; then
24534 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
1e487827 24535fi
21d1c967
GD
24536if test "$wxUSE_ZLIB" = "builtin" ; then
24537 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
bd3277fe
VZ
24538fi
24539
8284b0c5 24540
4d264332 24541USE_OPENGL=0
21d1c967 24542if test "$wxUSE_OPENGL" = "yes"; then
ac0c4cc3 24543 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
21d1c967
GD
24544 OPENGL_LIBS="-framework OpenGL -framework AGL"
24545 elif test "$wxUSE_MSW" = 1; then
24546 OPENGL_LIBS="-lopengl32 -lglu32"
24547 else
01aa5863
VS
24548
24549
24550ac_find_includes=
24551for ac_dir in $SEARCH_INCLUDE /usr/include;
24552 do
24553 if test -f "$ac_dir/GL/gl.h"; then
24554 ac_find_includes=$ac_dir
24555 break
24556 fi
24557 done
24558
24559 if test "$ac_find_includes" != "" ; then
24560 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24561echo "${ECHO_T}found in $ac_find_includes" >&6
24562 set -x
24563
24564 if test "x$ac_find_includes" = "x/usr/include"; then
24565 ac_path_to_include=""
24566 else
24567 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
24568 result=$?
24569 if test $result = 0; then
24570 ac_path_to_include=""
24571 else
24572 ac_path_to_include=" -I$ac_find_includes"
24573 fi
24574 fi
24575
24576 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
24577 set +x
24578 fi
24579
e6cc62c6
VS
24580 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24581 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24582echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24583if test "${ac_cv_header_GL_gl_h+set}" = set; then
24584 echo $ECHO_N "(cached) $ECHO_C" >&6
24585fi
24586echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24587echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24588else
24589 # Is the header compilable?
24590echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24591echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24592cat >conftest.$ac_ext <<_ACEOF
24593#line $LINENO "configure"
24594/* confdefs.h. */
24595_ACEOF
24596cat confdefs.h >>conftest.$ac_ext
24597cat >>conftest.$ac_ext <<_ACEOF
24598/* end confdefs.h. */
24599$ac_includes_default
21d1c967 24600#include <GL/gl.h>
e6cc62c6
VS
24601_ACEOF
24602rm -f conftest.$ac_objext
24603if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24604 (eval $ac_compile) 2>&5
24605 ac_status=$?
24606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24607 (exit $ac_status); } &&
24608 { ac_try='test -s conftest.$ac_objext'
24609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24610 (eval $ac_try) 2>&5
24611 ac_status=$?
24612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24613 (exit $ac_status); }; }; then
24614 ac_header_compiler=yes
24615else
24616 echo "$as_me: failed program was:" >&5
24617sed 's/^/| /' conftest.$ac_ext >&5
24618
24619ac_header_compiler=no
24620fi
24621rm -f conftest.$ac_objext conftest.$ac_ext
24622echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24623echo "${ECHO_T}$ac_header_compiler" >&6
24624
24625# Is the header present?
24626echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24627echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24628cat >conftest.$ac_ext <<_ACEOF
24629#line $LINENO "configure"
24630/* confdefs.h. */
24631_ACEOF
24632cat confdefs.h >>conftest.$ac_ext
24633cat >>conftest.$ac_ext <<_ACEOF
24634/* end confdefs.h. */
24635#include <GL/gl.h>
24636_ACEOF
24637if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24638 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24639 ac_status=$?
24640 grep -v '^ *+' conftest.er1 >conftest.err
24641 rm -f conftest.er1
24642 cat conftest.err >&5
24643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24644 (exit $ac_status); } >/dev/null; then
24645 if test -s conftest.err; then
24646 ac_cpp_err=$ac_c_preproc_warn_flag
24647 else
24648 ac_cpp_err=
24649 fi
24650else
24651 ac_cpp_err=yes
24652fi
24653if test -z "$ac_cpp_err"; then
24654 ac_header_preproc=yes
24655else
24656 echo "$as_me: failed program was:" >&5
24657sed 's/^/| /' conftest.$ac_ext >&5
24658
24659 ac_header_preproc=no
24660fi
24661rm -f conftest.err conftest.$ac_ext
24662echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24663echo "${ECHO_T}$ac_header_preproc" >&6
24664
24665# So? What about this header?
24666case $ac_header_compiler:$ac_header_preproc in
24667 yes:no )
24668 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
24669echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24670 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24671echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24672 (
24673 cat <<\_ASBOX
24674## ------------------------------------ ##
24675## Report this to bug-autoconf@gnu.org. ##
24676## ------------------------------------ ##
24677_ASBOX
24678 ) |
24679 sed "s/^/$as_me: WARNING: /" >&2
24680 ;;
24681 no:yes )
24682 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
24683echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
24684 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
24685echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
24686 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24687echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24688 (
24689 cat <<\_ASBOX
24690## ------------------------------------ ##
24691## Report this to bug-autoconf@gnu.org. ##
24692## ------------------------------------ ##
24693_ASBOX
24694 ) |
24695 sed "s/^/$as_me: WARNING: /" >&2
24696 ;;
24697esac
24698echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24699echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24700if test "${ac_cv_header_GL_gl_h+set}" = set; then
24701 echo $ECHO_N "(cached) $ECHO_C" >&6
24702else
24703 ac_cv_header_GL_gl_h=$ac_header_preproc
703e0a69 24704fi
e6cc62c6
VS
24705echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24706echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24707
698dcdb6 24708fi
e6cc62c6
VS
24709if test $ac_cv_header_GL_gl_h = yes; then
24710
89e3b3e4
VZ
24711 found_gl=0
24712
e6cc62c6
VS
24713 echo "$as_me:$LINENO: checking for -lGL" >&5
24714echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
24715
21d1c967 24716ac_find_libraries=
2b5f62a0 24717for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
24718 do
24719 for ac_extension in a so sl dylib; do
24720 if test -f "$ac_dir/libGL.$ac_extension"; then
24721 ac_find_libraries=$ac_dir
24722 break 2
24723 fi
24724 done
24725 done
24726
24727 if test "$ac_find_libraries" != "" ; then
e6cc62c6 24728
21d1c967
GD
24729 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
24730 result=$?
24731 if test $result = 0; then
24732 ac_path_to_link=""
24733 else
24734 ac_path_to_link=" -L$ac_find_libraries"
24735 fi
24736
89e3b3e4
VZ
24737 if test "$ac_path_to_link" != " -L/usr/lib" ; then
24738 LDFLAGS_GL="$ac_path_to_link"
21d1c967 24739 fi
89e3b3e4 24740
e6cc62c6 24741
89e3b3e4
VZ
24742ac_find_libraries=
24743for ac_dir in $SEARCH_LIB /usr/lib;
24744 do
24745 for ac_extension in a so sl dylib; do
24746 if test -f "$ac_dir/libGLU.$ac_extension"; then
24747 ac_find_libraries=$ac_dir
24748 break 2
24749 fi
24750 done
24751 done
24752
24753 if test "$ac_find_libraries" != "" ; then
e6cc62c6 24754
89e3b3e4
VZ
24755 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
24756 result=$?
24757 if test $result = 0; then
24758 ac_path_to_link=""
24759 else
24760 ac_path_to_link=" -L$ac_find_libraries"
24761 fi
24762
24763 if test "$ac_path_to_link" != " -L/usr/lib" -a \
24764 "$ac_path_to_link" != "$LDFLAGS_GL"; then
24765 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
24766 fi
24767
24768 found_gl=1
24769 OPENGL_LIBS="-lGL -lGLU"
e6cc62c6
VS
24770 echo "$as_me:$LINENO: result: yes" >&5
24771echo "${ECHO_T}yes" >&6
89e3b3e4
VZ
24772 fi
24773 fi
24774
24775 if "$found_gl" != 1; then
e6cc62c6
VS
24776 echo "$as_me:$LINENO: result: no" >&5
24777echo "${ECHO_T}no" >&6
24778 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
24779echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
24780
21d1c967 24781ac_find_libraries=
2b5f62a0 24782for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
24783 do
24784 for ac_extension in a so sl dylib; do
24785 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
24786 ac_find_libraries=$ac_dir
24787 break 2
24788 fi
24789 done
24790 done
24791
24792 if test "$ac_find_libraries" != "" ; then
e6cc62c6 24793
21d1c967
GD
24794 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
24795 result=$?
24796 if test $result = 0; then
24797 ac_path_to_link=""
24798 else
24799 ac_path_to_link=" -L$ac_find_libraries"
24800 fi
24801
24802 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
24803 OPENGL_LIBS="-lMesaGL -lMesaGLU"
e6cc62c6
VS
24804 echo "$as_me:$LINENO: result: yes" >&5
24805echo "${ECHO_T}yes" >&6
21d1c967 24806 else
e6cc62c6
VS
24807 echo "$as_me:$LINENO: result: no" >&5
24808echo "${ECHO_T}no" >&6
21d1c967
GD
24809 fi
24810 fi
e6cc62c6 24811
5c6fa7d2 24812fi
52127426 24813
8284b0c5 24814
e6cc62c6 24815
21d1c967 24816 if test "x$OPENGL_LIBS" = "x"; then
e6cc62c6
VS
24817 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
24818echo "$as_me: error: OpenGL libraries not available" >&2;}
24819 { (exit 1); exit 1; }; }
21d1c967
GD
24820 fi
24821 fi
90dd450c 24822
21d1c967 24823 if test "$wxUSE_OPENGL" = "yes"; then
4d264332 24824 USE_OPENGL=1
e6cc62c6 24825 cat >>confdefs.h <<\_ACEOF
21d1c967 24826#define wxUSE_OPENGL 1
e6cc62c6 24827_ACEOF
21d1c967 24828
e6cc62c6 24829 cat >>confdefs.h <<\_ACEOF
21d1c967 24830#define wxUSE_GLCANVAS 1
e6cc62c6 24831_ACEOF
21d1c967
GD
24832
24833 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
24834 fi
10f2d63a 24835fi
21d1c967
GD
24836
24837if test -z "$TOOLKIT_VPATH" ; then
24838 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
10f2d63a 24839fi
21d1c967
GD
24840
24841if test -n "$TOOLKIT" ; then
24842 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
24843fi
24844
fe0895cf 24845UNICODE=0
21d1c967
GD
24846lib_unicode_suffix=
24847if test "$wxUSE_UNICODE" = "yes"; then
24848 lib_unicode_suffix=u
fe0895cf 24849 UNICODE=1
90dd450c 24850fi
698dcdb6 24851
21d1c967 24852lib_debug_suffix=
fe0895cf 24853BUILD=release
21d1c967
GD
24854if test "$wxUSE_DEBUG_FLAG" = "yes"; then
24855 lib_debug_suffix=d
fe0895cf 24856 BUILD=debug
21d1c967 24857fi
698dcdb6 24858
2b5f62a0
VZ
24859WX_VERSION_TAG=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
24860
24861TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
24862TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
21d1c967
GD
24863
24864if test "$cross_compiling" = "yes"; then
24865 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
24866 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
ea66c762 24867 HOST_SUFFIX="-${host_alias}"
21d1c967
GD
24868fi
24869
24870WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
24871WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
2b5f62a0 24872WX_LIBRARY_BASENAME="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
21d1c967
GD
24873
24874WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24875WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24876
24877WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
24878WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
24879WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
24880WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24881
24882case "${host}" in
24883 *-*-cygwin* | *-*-mingw32* )
ec67c474
VS
24884 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
24885 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
21d1c967
GD
24886 ;;
24887
24888 *-*-darwin* )
e6cc62c6 24889
05159a27
GD
24890 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24891 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24892
24893 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
24894 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
24895 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
24896 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24897
21d1c967 24898 if test "$wxUSE_MAC" = 1; then
f346733b
GD
24899 WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.${WX_CURRENT}.r"
24900 WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
21d1c967
GD
24901 fi
24902 ;;
24903esac
24904
24905WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
24906WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
24907
24908WXCONFIG_LIBS="-l${WX_LIBRARY}"
24909WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
24910
24911if test "$wxUSE_OPENGL" = "yes"; then
24912 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
24913 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
24914fi
24915
8284b0c5
MB
24916
24917
21d1c967
GD
24918if test "$wxUSE_SHARED" = "yes"; then
24919 case "${host}" in
24920 *-pc-os2_emx | *-pc-os2-emx | \
24921 *-pc-msdosdjgpp )
24922 wxUSE_SHARED=no
e6cc62c6
VS
24923 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
24924echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
21d1c967
GD
24925 ;;
24926 esac
24927fi
24928
fe0895cf 24929SHARED=0
2b5f62a0 24930if test "$wxUSE_SHARED" = "yes"; then
fe0895cf 24931 SHARED=1
2b5f62a0 24932
e6cc62c6 24933
2b5f62a0
VZ
24934 found_versioning=no
24935
e6cc62c6 24936
2b5f62a0 24937 if test $found_versioning = no ; then
e6cc62c6
VS
24938 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
24939echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
24940if test "${wx_cv_version_script+set}" = set; then
24941 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 24942else
e6cc62c6 24943
2b5f62a0
VZ
24944 echo "VER_1 { *; };" >conftest.sym
24945 echo "int main() { return 0; }" >conftest.cpp
e6cc62c6 24946
2b5f62a0
VZ
24947 if { ac_try='
24948 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
e6cc62c6
VS
24949 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
24950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24951 (eval $ac_try) 2>&5
24952 ac_status=$?
24953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24954 (exit $ac_status); }; } ; then
2b5f62a0
VZ
24955 if test -s conftest.stderr ; then
24956 wx_cv_version_script=no
24957 else
24958 wx_cv_version_script=yes
24959 fi
24960 else
24961 wx_cv_version_script=no
24962 fi
24963 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
2b5f62a0 24964
e6cc62c6
VS
24965fi
24966echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
24967echo "${ECHO_T}$wx_cv_version_script" >&6
2b5f62a0 24968 if test $wx_cv_version_script = yes ; then
e6cc62c6 24969 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
2b5f62a0
VZ
24970 fi
24971 fi
21d1c967 24972
21d1c967 24973
21d1c967 24974 case "${host}" in
fe0895cf 24975 *-*-linux* | *-*-gnu* )
e6cc62c6 24976 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
21d1c967
GD
24977 ;;
24978
24979 *-*-solaris2* )
24980 if test "$GCC" = yes ; then
24981 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
fe0895cf
VS
24982
24983 saveLdflags="$LDFLAGS"
24984 LDFLAGS="$saveLdflags -Wl,-rpath,/"
e6cc62c6
VS
24985 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
24986echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
24987 cat >conftest.$ac_ext <<_ACEOF
24988#line $LINENO "configure"
24989/* confdefs.h. */
24990_ACEOF
24991cat confdefs.h >>conftest.$ac_ext
24992cat >>conftest.$ac_ext <<_ACEOF
24993/* end confdefs.h. */
24994
24995int
24996main ()
24997{
fe0895cf 24998
e6cc62c6
VS
24999 ;
25000 return 0;
25001}
25002_ACEOF
25003rm -f conftest.$ac_objext conftest$ac_exeext
25004if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25005 (eval $ac_link) 2>&5
25006 ac_status=$?
25007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25008 (exit $ac_status); } &&
25009 { ac_try='test -s conftest$ac_exeext'
25010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25011 (eval $ac_try) 2>&5
25012 ac_status=$?
25013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25014 (exit $ac_status); }; }; then
25015
25016 echo "$as_me:$LINENO: result: yes" >&5
25017echo "${ECHO_T}yes" >&6
25018 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
25019
25020else
25021 echo "$as_me: failed program was:" >&5
25022sed 's/^/| /' conftest.$ac_ext >&5
25023
25024
25025 echo "$as_me:$LINENO: result: no" >&5
25026echo "${ECHO_T}no" >&6
25027 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
25028echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
fe0895cf 25029 LDFLAGS="$saveLdflags -Wl,-R,/"
e6cc62c6
VS
25030 cat >conftest.$ac_ext <<_ACEOF
25031#line $LINENO "configure"
25032/* confdefs.h. */
25033_ACEOF
25034cat confdefs.h >>conftest.$ac_ext
25035cat >>conftest.$ac_ext <<_ACEOF
25036/* end confdefs.h. */
25037
25038int
25039main ()
25040{
25041
25042 ;
25043 return 0;
25044}
25045_ACEOF
25046rm -f conftest.$ac_objext conftest$ac_exeext
25047if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25048 (eval $ac_link) 2>&5
25049 ac_status=$?
25050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25051 (exit $ac_status); } &&
25052 { ac_try='test -s conftest$ac_exeext'
25053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25054 (eval $ac_try) 2>&5
25055 ac_status=$?
25056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25057 (exit $ac_status); }; }; then
25058
25059 echo "$as_me:$LINENO: result: yes" >&5
25060echo "${ECHO_T}yes" >&6
25061 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
25062else
25063 echo "$as_me: failed program was:" >&5
25064sed 's/^/| /' conftest.$ac_ext >&5
fe0895cf 25065
fe0895cf 25066
e6cc62c6
VS
25067 echo "$as_me:$LINENO: result: no" >&5
25068echo "${ECHO_T}no" >&6
25069
fe0895cf 25070fi
e6cc62c6
VS
25071rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25072
25073fi
25074rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fe0895cf 25075 LDFLAGS="$saveLdflags"
21d1c967
GD
25076 else
25077 SHARED_LD="${CXX} -G -o"
25078 PIC_FLAG="-KPIC"
e6cc62c6 25079 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
21d1c967
GD
25080 fi
25081 ;;
21d1c967
GD
25082 esac
25083
25084 if test "x$WX_TARGET_LIBRARY" = "x"; then
25085 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
25086 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
25087 fi
25088
25089 WX_TARGET_LIBRARY_TYPE="so"
25090 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
90dd450c 25091fi
10f2d63a 25092
21d1c967
GD
25093if test "$wxUSE_SHARED" = "no"; then
25094
25095 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25096 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25097 fi
25098
ac0c4cc3 25099 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
21d1c967
GD
25100 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25101 fi
25102
25103 if test "$wxUSE_OPENGL" = "yes"; then
25104 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
25105 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25106 else
25107 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25108 fi
25109
25110 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
25111 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
25112
25113 WX_TARGET_LIBRARY_TYPE="a"
25114 INSTALL_LIBRARY='$(INSTALL_DATA)'
2bffed64
VZ
25115
25116 STATIC_FLAG="yes"
25117else
25118 STATIC_FLAG="no"
90dd450c 25119fi
1e487827 25120
93fac604
VZ
25121MACRESCOMP="@#"
25122MACSETFILE="@#"
36825681 25123MACRESWXCONFIG="#"
21d1c967 25124if test "$wxUSE_MAC" = 1; then
e6cc62c6 25125 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
21d1c967
GD
25126 WX_ALL="${WX_ALL} ${LIBWXMACRES}"
25127 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
25128 # Extract the first word of "Rez", so it can be a program name with args.
25129set dummy Rez; ac_word=$2
e6cc62c6
VS
25130echo "$as_me:$LINENO: checking for $ac_word" >&5
25131echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25132if test "${ac_cv_prog_RESCOMP+set}" = set; then
25133 echo $ECHO_N "(cached) $ECHO_C" >&6
b93d0d08 25134else
21d1c967
GD
25135 if test -n "$RESCOMP"; then
25136 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
b93d0d08 25137else
e6cc62c6
VS
25138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25139for as_dir in $PATH
25140do
25141 IFS=$as_save_IFS
25142 test -z "$as_dir" && as_dir=.
25143 for ac_exec_ext in '' $ac_executable_extensions; do
25144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25145 ac_cv_prog_RESCOMP="Rez"
25146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25147 break 2
25148 fi
25149done
25150done
25151
21d1c967 25152 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
b93d0d08 25153fi
b93d0d08 25154fi
e6cc62c6 25155RESCOMP=$ac_cv_prog_RESCOMP
21d1c967 25156if test -n "$RESCOMP"; then
e6cc62c6
VS
25157 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25158echo "${ECHO_T}$RESCOMP" >&6
90dd450c 25159else
e6cc62c6
VS
25160 echo "$as_me:$LINENO: result: no" >&5
25161echo "${ECHO_T}no" >&6
90dd450c 25162fi
b93d0d08 25163
21d1c967
GD
25164 # Extract the first word of "DeRez", so it can be a program name with args.
25165set dummy DeRez; ac_word=$2
e6cc62c6
VS
25166echo "$as_me:$LINENO: checking for $ac_word" >&5
25167echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25168if test "${ac_cv_prog_DEREZ+set}" = set; then
25169 echo $ECHO_N "(cached) $ECHO_C" >&6
3a922bb4 25170else
21d1c967
GD
25171 if test -n "$DEREZ"; then
25172 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
4f14bcd8 25173else
e6cc62c6
VS
25174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25175for as_dir in $PATH
25176do
25177 IFS=$as_save_IFS
25178 test -z "$as_dir" && as_dir=.
25179 for ac_exec_ext in '' $ac_executable_extensions; do
25180 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25181 ac_cv_prog_DEREZ="DeRez"
25182 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25183 break 2
25184 fi
25185done
25186done
25187
21d1c967 25188 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
3a922bb4 25189fi
90dd450c 25190fi
e6cc62c6 25191DEREZ=$ac_cv_prog_DEREZ
21d1c967 25192if test -n "$DEREZ"; then
e6cc62c6
VS
25193 echo "$as_me:$LINENO: result: $DEREZ" >&5
25194echo "${ECHO_T}$DEREZ" >&6
90dd450c 25195else
e6cc62c6
VS
25196 echo "$as_me:$LINENO: result: no" >&5
25197echo "${ECHO_T}no" >&6
3a922bb4 25198fi
698dcdb6 25199
36825681
GD
25200 # Extract the first word of "SetFile", so it can be a program name with args.
25201set dummy SetFile; ac_word=$2
e6cc62c6
VS
25202echo "$as_me:$LINENO: checking for $ac_word" >&5
25203echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25204if test "${ac_cv_prog_SETFILE+set}" = set; then
25205 echo $ECHO_N "(cached) $ECHO_C" >&6
36825681
GD
25206else
25207 if test -n "$SETFILE"; then
25208 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25209else
e6cc62c6
VS
25210as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25211for as_dir in $PATH
25212do
25213 IFS=$as_save_IFS
25214 test -z "$as_dir" && as_dir=.
25215 for ac_exec_ext in '' $ac_executable_extensions; do
25216 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25217 ac_cv_prog_SETFILE="SetFile"
25218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25219 break 2
25220 fi
25221done
25222done
25223
36825681
GD
25224 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25225fi
25226fi
e6cc62c6 25227SETFILE=$ac_cv_prog_SETFILE
36825681 25228if test -n "$SETFILE"; then
e6cc62c6
VS
25229 echo "$as_me:$LINENO: result: $SETFILE" >&5
25230echo "${ECHO_T}$SETFILE" >&6
36825681 25231else
e6cc62c6
VS
25232 echo "$as_me:$LINENO: result: no" >&5
25233echo "${ECHO_T}no" >&6
36825681
GD
25234fi
25235
21d1c967 25236 MACOSX_BUNDLE="bundle"
36825681
GD
25237 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25238 MACSETFILE="\$(SETFILE)"
9711d31e 25239 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
64440d77
DE
25240elif test "$wxUSE_COCOA" = 1; then
25241 # Extract the first word of "Rez", so it can be a program name with args.
25242set dummy Rez; ac_word=$2
e6cc62c6
VS
25243echo "$as_me:$LINENO: checking for $ac_word" >&5
25244echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25245if test "${ac_cv_prog_RESCOMP+set}" = set; then
25246 echo $ECHO_N "(cached) $ECHO_C" >&6
64440d77
DE
25247else
25248 if test -n "$RESCOMP"; then
25249 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
25250else
e6cc62c6
VS
25251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25252for as_dir in $PATH
25253do
25254 IFS=$as_save_IFS
25255 test -z "$as_dir" && as_dir=.
25256 for ac_exec_ext in '' $ac_executable_extensions; do
25257 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25258 ac_cv_prog_RESCOMP="Rez"
25259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25260 break 2
25261 fi
25262done
25263done
25264
64440d77
DE
25265 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
25266fi
25267fi
e6cc62c6 25268RESCOMP=$ac_cv_prog_RESCOMP
64440d77 25269if test -n "$RESCOMP"; then
e6cc62c6
VS
25270 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25271echo "${ECHO_T}$RESCOMP" >&6
64440d77 25272else
e6cc62c6
VS
25273 echo "$as_me:$LINENO: result: no" >&5
25274echo "${ECHO_T}no" >&6
64440d77
DE
25275fi
25276
25277 # Extract the first word of "DeRez", so it can be a program name with args.
25278set dummy DeRez; ac_word=$2
e6cc62c6
VS
25279echo "$as_me:$LINENO: checking for $ac_word" >&5
25280echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25281if test "${ac_cv_prog_DEREZ+set}" = set; then
25282 echo $ECHO_N "(cached) $ECHO_C" >&6
64440d77
DE
25283else
25284 if test -n "$DEREZ"; then
25285 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
25286else
e6cc62c6
VS
25287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25288for as_dir in $PATH
25289do
25290 IFS=$as_save_IFS
25291 test -z "$as_dir" && as_dir=.
25292 for ac_exec_ext in '' $ac_executable_extensions; do
25293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25294 ac_cv_prog_DEREZ="DeRez"
25295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25296 break 2
25297 fi
25298done
25299done
25300
64440d77
DE
25301 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
25302fi
25303fi
e6cc62c6 25304DEREZ=$ac_cv_prog_DEREZ
64440d77 25305if test -n "$DEREZ"; then
e6cc62c6
VS
25306 echo "$as_me:$LINENO: result: $DEREZ" >&5
25307echo "${ECHO_T}$DEREZ" >&6
64440d77 25308else
e6cc62c6
VS
25309 echo "$as_me:$LINENO: result: no" >&5
25310echo "${ECHO_T}no" >&6
64440d77
DE
25311fi
25312
25313 # Extract the first word of "SetFile", so it can be a program name with args.
25314set dummy SetFile; ac_word=$2
e6cc62c6
VS
25315echo "$as_me:$LINENO: checking for $ac_word" >&5
25316echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25317if test "${ac_cv_prog_SETFILE+set}" = set; then
25318 echo $ECHO_N "(cached) $ECHO_C" >&6
64440d77
DE
25319else
25320 if test -n "$SETFILE"; then
25321 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25322else
e6cc62c6
VS
25323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25324for as_dir in $PATH
25325do
25326 IFS=$as_save_IFS
25327 test -z "$as_dir" && as_dir=.
25328 for ac_exec_ext in '' $ac_executable_extensions; do
25329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25330 ac_cv_prog_SETFILE="SetFile"
25331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25332 break 2
25333 fi
25334done
25335done
25336
64440d77
DE
25337 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25338fi
25339fi
e6cc62c6 25340SETFILE=$ac_cv_prog_SETFILE
64440d77 25341if test -n "$SETFILE"; then
e6cc62c6
VS
25342 echo "$as_me:$LINENO: result: $SETFILE" >&5
25343echo "${ECHO_T}$SETFILE" >&6
64440d77 25344else
e6cc62c6
VS
25345 echo "$as_me:$LINENO: result: no" >&5
25346echo "${ECHO_T}no" >&6
64440d77
DE
25347fi
25348
25349 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25350 MACSETFILE="\$(SETFILE)"
9711d31e 25351 MACRESWXCONFIG="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
21d1c967
GD
25352else
25353 if test "$wxUSE_PM" = 1; then
36825681 25354 MACRESCOMP="emxbind -ep"
90dd450c 25355 fi
4f14bcd8 25356fi
10f2d63a 25357
8284b0c5 25358
e6cc62c6
VS
25359echo "$as_me:$LINENO: checking for mode_t" >&5
25360echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25361if test "${ac_cv_type_mode_t+set}" = set; then
25362 echo $ECHO_N "(cached) $ECHO_C" >&6
52127426 25363else
e6cc62c6
VS
25364 cat >conftest.$ac_ext <<_ACEOF
25365#line $LINENO "configure"
25366/* confdefs.h. */
25367_ACEOF
25368cat confdefs.h >>conftest.$ac_ext
25369cat >>conftest.$ac_ext <<_ACEOF
25370/* end confdefs.h. */
25371$ac_includes_default
25372int
25373main ()
25374{
25375if ((mode_t *) 0)
25376 return 0;
25377if (sizeof (mode_t))
25378 return 0;
25379 ;
25380 return 0;
25381}
25382_ACEOF
25383rm -f conftest.$ac_objext
25384if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25385 (eval $ac_compile) 2>&5
25386 ac_status=$?
25387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25388 (exit $ac_status); } &&
25389 { ac_try='test -s conftest.$ac_objext'
25390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25391 (eval $ac_try) 2>&5
25392 ac_status=$?
25393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25394 (exit $ac_status); }; }; then
25395 ac_cv_type_mode_t=yes
a0b9e27f 25396else
e6cc62c6
VS
25397 echo "$as_me: failed program was:" >&5
25398sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 25399
e6cc62c6 25400ac_cv_type_mode_t=no
a0b9e27f 25401fi
e6cc62c6 25402rm -f conftest.$ac_objext conftest.$ac_ext
52127426 25403fi
e6cc62c6
VS
25404echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25405echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25406if test $ac_cv_type_mode_t = yes; then
247f5006
VZ
25407 :
25408else
a0b9e27f 25409
e6cc62c6
VS
25410cat >>confdefs.h <<_ACEOF
25411#define mode_t int
25412_ACEOF
8284b0c5
MB
25413
25414fi
25415
e6cc62c6
VS
25416echo "$as_me:$LINENO: checking for off_t" >&5
25417echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25418if test "${ac_cv_type_off_t+set}" = set; then
25419 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 25420else
e6cc62c6
VS
25421 cat >conftest.$ac_ext <<_ACEOF
25422#line $LINENO "configure"
25423/* confdefs.h. */
25424_ACEOF
25425cat confdefs.h >>conftest.$ac_ext
25426cat >>conftest.$ac_ext <<_ACEOF
25427/* end confdefs.h. */
25428$ac_includes_default
25429int
25430main ()
25431{
25432if ((off_t *) 0)
25433 return 0;
25434if (sizeof (off_t))
25435 return 0;
25436 ;
25437 return 0;
25438}
25439_ACEOF
25440rm -f conftest.$ac_objext
25441if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25442 (eval $ac_compile) 2>&5
25443 ac_status=$?
25444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25445 (exit $ac_status); } &&
25446 { ac_try='test -s conftest.$ac_objext'
25447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25448 (eval $ac_try) 2>&5
25449 ac_status=$?
25450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25451 (exit $ac_status); }; }; then
25452 ac_cv_type_off_t=yes
5c6fa7d2 25453else
e6cc62c6
VS
25454 echo "$as_me: failed program was:" >&5
25455sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 25456
e6cc62c6 25457ac_cv_type_off_t=no
8284b0c5 25458fi
e6cc62c6 25459rm -f conftest.$ac_objext conftest.$ac_ext
8284b0c5 25460fi
e6cc62c6
VS
25461echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25462echo "${ECHO_T}$ac_cv_type_off_t" >&6
25463if test $ac_cv_type_off_t = yes; then
25464 :
247f5006
VZ
25465else
25466
e6cc62c6 25467cat >>confdefs.h <<_ACEOF
90dd450c 25468#define off_t long
e6cc62c6 25469_ACEOF
10f2d63a 25470
90dd450c 25471fi
10f2d63a 25472
e6cc62c6
VS
25473echo "$as_me:$LINENO: checking for pid_t" >&5
25474echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25475if test "${ac_cv_type_pid_t+set}" = set; then
25476 echo $ECHO_N "(cached) $ECHO_C" >&6
4f14bcd8 25477else
e6cc62c6
VS
25478 cat >conftest.$ac_ext <<_ACEOF
25479#line $LINENO "configure"
25480/* confdefs.h. */
25481_ACEOF
25482cat confdefs.h >>conftest.$ac_ext
25483cat >>conftest.$ac_ext <<_ACEOF
25484/* end confdefs.h. */
25485$ac_includes_default
25486int
25487main ()
25488{
25489if ((pid_t *) 0)
25490 return 0;
25491if (sizeof (pid_t))
25492 return 0;
25493 ;
25494 return 0;
25495}
25496_ACEOF
25497rm -f conftest.$ac_objext
25498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25499 (eval $ac_compile) 2>&5
25500 ac_status=$?
25501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25502 (exit $ac_status); } &&
25503 { ac_try='test -s conftest.$ac_objext'
25504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25505 (eval $ac_try) 2>&5
25506 ac_status=$?
25507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25508 (exit $ac_status); }; }; then
90dd450c 25509 ac_cv_type_pid_t=yes
698dcdb6 25510else
e6cc62c6
VS
25511 echo "$as_me: failed program was:" >&5
25512sed 's/^/| /' conftest.$ac_ext >&5
247f5006 25513
e6cc62c6
VS
25514ac_cv_type_pid_t=no
25515fi
25516rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 25517fi
e6cc62c6
VS
25518echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25519echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25520if test $ac_cv_type_pid_t = yes; then
25521 :
25522else
25523
25524cat >>confdefs.h <<_ACEOF
90dd450c 25525#define pid_t int
e6cc62c6 25526_ACEOF
10f2d63a 25527
7b4a847f
RR
25528fi
25529
e6cc62c6
VS
25530echo "$as_me:$LINENO: checking for size_t" >&5
25531echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25532if test "${ac_cv_type_size_t+set}" = set; then
25533 echo $ECHO_N "(cached) $ECHO_C" >&6
7b4a847f 25534else
e6cc62c6
VS
25535 cat >conftest.$ac_ext <<_ACEOF
25536#line $LINENO "configure"
25537/* confdefs.h. */
25538_ACEOF
25539cat confdefs.h >>conftest.$ac_ext
25540cat >>conftest.$ac_ext <<_ACEOF
25541/* end confdefs.h. */
25542$ac_includes_default
25543int
25544main ()
25545{
25546if ((size_t *) 0)
25547 return 0;
25548if (sizeof (size_t))
25549 return 0;
25550 ;
25551 return 0;
25552}
25553_ACEOF
25554rm -f conftest.$ac_objext
25555if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25556 (eval $ac_compile) 2>&5
25557 ac_status=$?
25558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25559 (exit $ac_status); } &&
25560 { ac_try='test -s conftest.$ac_objext'
25561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25562 (eval $ac_try) 2>&5
25563 ac_status=$?
25564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25565 (exit $ac_status); }; }; then
90dd450c 25566 ac_cv_type_size_t=yes
18dbb1f6 25567else
e6cc62c6
VS
25568 echo "$as_me: failed program was:" >&5
25569sed 's/^/| /' conftest.$ac_ext >&5
247f5006 25570
e6cc62c6 25571ac_cv_type_size_t=no
a0b9e27f 25572fi
e6cc62c6
VS
25573rm -f conftest.$ac_objext conftest.$ac_ext
25574fi
25575echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25576echo "${ECHO_T}$ac_cv_type_size_t" >&6
25577if test $ac_cv_type_size_t = yes; then
25578 :
25579else
25580
25581cat >>confdefs.h <<_ACEOF
90dd450c 25582#define size_t unsigned
e6cc62c6 25583_ACEOF
90dd450c
VZ
25584
25585fi
25586
e6cc62c6
VS
25587echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25588echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25589if test "${ac_cv_type_uid_t+set}" = set; then
25590 echo $ECHO_N "(cached) $ECHO_C" >&6
b3e8d00a 25591else
e6cc62c6
VS
25592 cat >conftest.$ac_ext <<_ACEOF
25593#line $LINENO "configure"
25594/* confdefs.h. */
25595_ACEOF
25596cat confdefs.h >>conftest.$ac_ext
25597cat >>conftest.$ac_ext <<_ACEOF
25598/* end confdefs.h. */
90dd450c 25599#include <sys/types.h>
e6cc62c6
VS
25600
25601_ACEOF
90dd450c 25602if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
e6cc62c6 25603 $EGREP "uid_t" >/dev/null 2>&1; then
90dd450c 25604 ac_cv_type_uid_t=yes
b3e8d00a 25605else
90dd450c 25606 ac_cv_type_uid_t=no
b3e8d00a 25607fi
90dd450c 25608rm -f conftest*
b3e8d00a 25609
4f14bcd8 25610fi
e6cc62c6
VS
25611echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
25612echo "${ECHO_T}$ac_cv_type_uid_t" >&6
a0b9e27f 25613if test $ac_cv_type_uid_t = no; then
e6cc62c6
VS
25614
25615cat >>confdefs.h <<\_ACEOF
90dd450c 25616#define uid_t int
e6cc62c6 25617_ACEOF
247f5006 25618
e6cc62c6
VS
25619
25620cat >>confdefs.h <<\_ACEOF
90dd450c 25621#define gid_t int
e6cc62c6 25622_ACEOF
4f14bcd8 25623
b3e8d00a 25624fi
b3e8d00a 25625
8284b0c5
MB
25626
25627
e6cc62c6
VS
25628
25629ac_ext=cc
4f14bcd8 25630ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
25631ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25632ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25633ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25634
25635echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
25636echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
25637if test "${wx_cv_size_t_is_uint+set}" = set; then
25638 echo $ECHO_N "(cached) $ECHO_C" >&6
25639else
25640
25641 cat >conftest.$ac_ext <<_ACEOF
25642#line $LINENO "configure"
25643/* confdefs.h. */
25644_ACEOF
25645cat confdefs.h >>conftest.$ac_ext
25646cat >>conftest.$ac_ext <<_ACEOF
25647/* end confdefs.h. */
90dd450c 25648#include <stddef.h>
e6cc62c6
VS
25649int
25650main ()
25651{
90dd450c
VZ
25652
25653 return 0; }
25654
25655 struct Foo { void foo(size_t); void foo(unsigned int); };
25656
25657 int bar() {
e6cc62c6
VS
25658
25659 ;
25660 return 0;
25661}
25662_ACEOF
25663rm -f conftest.$ac_objext
25664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25665 (eval $ac_compile) 2>&5
25666 ac_status=$?
25667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25668 (exit $ac_status); } &&
25669 { ac_try='test -s conftest.$ac_objext'
25670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25671 (eval $ac_try) 2>&5
25672 ac_status=$?
25673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25674 (exit $ac_status); }; }; then
90dd450c 25675 wx_cv_size_t_is_uint=no
698dcdb6 25676else
e6cc62c6
VS
25677 echo "$as_me: failed program was:" >&5
25678sed 's/^/| /' conftest.$ac_ext >&5
25679
25680wx_cv_size_t_is_uint=yes
8284b0c5 25681
247f5006 25682fi
e6cc62c6
VS
25683rm -f conftest.$ac_objext conftest.$ac_ext
25684
a0b9e27f 25685
e6cc62c6
VS
25686fi
25687echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
25688echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
4f14bcd8 25689
90dd450c 25690if test "$wx_cv_size_t_is_uint" = "yes"; then
e6cc62c6 25691 cat >>confdefs.h <<\_ACEOF
90dd450c 25692#define wxSIZE_T_IS_UINT 1
e6cc62c6 25693_ACEOF
698dcdb6 25694
90dd450c 25695else
e6cc62c6
VS
25696 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
25697echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
25698if test "${wx_cv_size_t_is_ulong+set}" = set; then
25699 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 25700else
e6cc62c6
VS
25701 cat >conftest.$ac_ext <<_ACEOF
25702#line $LINENO "configure"
25703/* confdefs.h. */
25704_ACEOF
25705cat confdefs.h >>conftest.$ac_ext
25706cat >>conftest.$ac_ext <<_ACEOF
25707/* end confdefs.h. */
90dd450c 25708#include <stddef.h>
e6cc62c6
VS
25709int
25710main ()
25711{
90dd450c
VZ
25712
25713 return 0; }
25714
25715 struct Foo { void foo(size_t); void foo(unsigned long); };
25716
25717 int bar() {
e6cc62c6
VS
25718
25719 ;
25720 return 0;
25721}
25722_ACEOF
25723rm -f conftest.$ac_objext
25724if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25725 (eval $ac_compile) 2>&5
25726 ac_status=$?
25727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25728 (exit $ac_status); } &&
25729 { ac_try='test -s conftest.$ac_objext'
25730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25731 (eval $ac_try) 2>&5
25732 ac_status=$?
25733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25734 (exit $ac_status); }; }; then
90dd450c 25735 wx_cv_size_t_is_ulong=no
698dcdb6 25736else
e6cc62c6
VS
25737 echo "$as_me: failed program was:" >&5
25738sed 's/^/| /' conftest.$ac_ext >&5
25739
25740wx_cv_size_t_is_ulong=yes
25741
247f5006 25742fi
e6cc62c6 25743rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 25744
e6cc62c6
VS
25745fi
25746echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
25747echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
10f2d63a 25748
90dd450c 25749 if test "$wx_cv_size_t_is_ulong" = "yes"; then
e6cc62c6 25750 cat >>confdefs.h <<\_ACEOF
90dd450c 25751#define wxSIZE_T_IS_ULONG 1
e6cc62c6 25752_ACEOF
4f14bcd8
GD
25753
25754 fi
90dd450c 25755fi
1e487827 25756
90dd450c 25757ac_ext=c
4f14bcd8 25758ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
25759ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25760ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25761ac_compiler_gnu=$ac_cv_c_compiler_gnu
698dcdb6 25762
5c6fa7d2 25763
8284b0c5 25764
e6cc62c6
VS
25765echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
25766echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
25767if test "${wx_cv_struct_pw_gecos+set}" = set; then
25768 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 25769else
e6cc62c6
VS
25770
25771 cat >conftest.$ac_ext <<_ACEOF
25772#line $LINENO "configure"
25773/* confdefs.h. */
25774_ACEOF
25775cat confdefs.h >>conftest.$ac_ext
25776cat >>conftest.$ac_ext <<_ACEOF
25777/* end confdefs.h. */
90dd450c 25778#include <pwd.h>
e6cc62c6
VS
25779int
25780main ()
25781{
f6bcfd97 25782
90dd450c
VZ
25783 char *p;
25784 struct passwd *pw;
25785 p = pw->pw_gecos;
e6cc62c6
VS
25786
25787 ;
25788 return 0;
25789}
25790_ACEOF
25791rm -f conftest.$ac_objext
25792if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25793 (eval $ac_compile) 2>&5
25794 ac_status=$?
25795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25796 (exit $ac_status); } &&
25797 { ac_try='test -s conftest.$ac_objext'
25798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25799 (eval $ac_try) 2>&5
25800 ac_status=$?
25801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25802 (exit $ac_status); }; }; then
25803
90dd450c 25804 wx_cv_struct_pw_gecos=yes
e6cc62c6 25805
10f2d63a 25806else
e6cc62c6
VS
25807 echo "$as_me: failed program was:" >&5
25808sed 's/^/| /' conftest.$ac_ext >&5
25809
25810
90dd450c 25811 wx_cv_struct_pw_gecos=no
e6cc62c6 25812
247f5006
VZ
25813
25814fi
e6cc62c6 25815rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 25816
e6cc62c6
VS
25817
25818fi
25819echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
25820echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
c521c494 25821
90dd450c 25822if test "$wx_cv_struct_pw_gecos" = "yes"; then
e6cc62c6 25823 cat >>confdefs.h <<\_ACEOF
90dd450c 25824#define HAVE_PW_GECOS 1
e6cc62c6 25825_ACEOF
c521c494 25826
90dd450c 25827fi
4f14bcd8 25828
8284b0c5 25829
d29b553b 25830if test "$wx_cv_sizeof_wchar_t" != "0"; then
e6cc62c6 25831 cat >>confdefs.h <<\_ACEOF
d74f4b5a 25832#define wxUSE_WCHAR_T 1
e6cc62c6 25833_ACEOF
d74f4b5a 25834
8284b0c5 25835
d74f4b5a
VZ
25836 WCSLEN_FOUND=0
25837 WCHAR_LINK=
e6cc62c6
VS
25838
25839for ac_func in wcslen
7a30264c 25840do
e6cc62c6
VS
25841as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25842echo "$as_me:$LINENO: checking for $ac_func" >&5
25843echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25844if eval "test \"\${$as_ac_var+set}\" = set"; then
25845 echo $ECHO_N "(cached) $ECHO_C" >&6
25846else
25847 cat >conftest.$ac_ext <<_ACEOF
25848#line $LINENO "configure"
25849/* confdefs.h. */
25850_ACEOF
25851cat confdefs.h >>conftest.$ac_ext
25852cat >>conftest.$ac_ext <<_ACEOF
25853/* end confdefs.h. */
7a30264c 25854/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
25855 which can conflict with char $ac_func (); below.
25856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25857 <limits.h> exists even on freestanding compilers. */
25858#ifdef __STDC__
25859# include <limits.h>
25860#else
25861# include <assert.h>
25862#endif
4f14bcd8 25863/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
25864#ifdef __cplusplus
25865extern "C"
25866{
25867#endif
4f14bcd8 25868/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
25869 builtin and then its argument prototype would still apply. */
25870char $ac_func ();
7a30264c
VZ
25871/* The GNU C library defines this for functions which it implements
25872 to always fail with ENOSYS. Some functions are actually named
25873 something starting with __ and the normal name is an alias. */
25874#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25875choke me
25876#else
e6cc62c6
VS
25877char (*f) () = $ac_func;
25878#endif
25879#ifdef __cplusplus
25880}
7a30264c
VZ
25881#endif
25882
e6cc62c6
VS
25883int
25884main ()
25885{
25886return f != $ac_func;
25887 ;
25888 return 0;
25889}
25890_ACEOF
25891rm -f conftest.$ac_objext conftest$ac_exeext
25892if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25893 (eval $ac_link) 2>&5
25894 ac_status=$?
25895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25896 (exit $ac_status); } &&
25897 { ac_try='test -s conftest$ac_exeext'
25898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25899 (eval $ac_try) 2>&5
25900 ac_status=$?
25901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25902 (exit $ac_status); }; }; then
25903 eval "$as_ac_var=yes"
25904else
25905 echo "$as_me: failed program was:" >&5
25906sed 's/^/| /' conftest.$ac_ext >&5
25907
25908eval "$as_ac_var=no"
25909fi
25910rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25911fi
25912echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25913echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25914if test `eval echo '${'$as_ac_var'}'` = yes; then
25915 cat >>confdefs.h <<_ACEOF
25916#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25917_ACEOF
d74f4b5a 25918 WCSLEN_FOUND=1
7a30264c
VZ
25919fi
25920done
9d8deca0 25921
8284b0c5 25922
d74f4b5a 25923 if test "$WCSLEN_FOUND" = 0; then
7a30264c 25924 if test "$TOOLKIT" = "MSW"; then
e6cc62c6
VS
25925 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
25926echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
25927if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
25928 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 25929else
e6cc62c6 25930 ac_check_lib_save_LIBS=$LIBS
7a30264c 25931LIBS="-lmsvcrt $LIBS"
e6cc62c6
VS
25932cat >conftest.$ac_ext <<_ACEOF
25933#line $LINENO "configure"
25934/* confdefs.h. */
25935_ACEOF
25936cat confdefs.h >>conftest.$ac_ext
25937cat >>conftest.$ac_ext <<_ACEOF
25938/* end confdefs.h. */
25939
4f14bcd8 25940/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
25941#ifdef __cplusplus
25942extern "C"
25943#endif
4f14bcd8 25944/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
25945 builtin and then its argument prototype would still apply. */
25946char wcslen ();
25947int
25948main ()
25949{
25950wcslen ();
25951 ;
25952 return 0;
25953}
25954_ACEOF
25955rm -f conftest.$ac_objext conftest$ac_exeext
25956if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25957 (eval $ac_link) 2>&5
25958 ac_status=$?
25959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25960 (exit $ac_status); } &&
25961 { ac_try='test -s conftest$ac_exeext'
25962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25963 (eval $ac_try) 2>&5
25964 ac_status=$?
25965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25966 (exit $ac_status); }; }; then
25967 ac_cv_lib_msvcrt_wcslen=yes
25968else
25969 echo "$as_me: failed program was:" >&5
25970sed 's/^/| /' conftest.$ac_ext >&5
25971
25972ac_cv_lib_msvcrt_wcslen=no
25973fi
25974rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25975LIBS=$ac_check_lib_save_LIBS
25976fi
25977echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
25978echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
25979if test $ac_cv_lib_msvcrt_wcslen = yes; then
d74f4b5a 25980 WCHAR_OK=1
d29b553b 25981fi
698dcdb6 25982
7a30264c 25983 else
e6cc62c6
VS
25984 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
25985echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
25986if test "${ac_cv_lib_w_wcslen+set}" = set; then
25987 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 25988else
e6cc62c6 25989 ac_check_lib_save_LIBS=$LIBS
7a30264c 25990LIBS="-lw $LIBS"
e6cc62c6
VS
25991cat >conftest.$ac_ext <<_ACEOF
25992#line $LINENO "configure"
25993/* confdefs.h. */
25994_ACEOF
25995cat confdefs.h >>conftest.$ac_ext
25996cat >>conftest.$ac_ext <<_ACEOF
25997/* end confdefs.h. */
25998
4f14bcd8 25999/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26000#ifdef __cplusplus
26001extern "C"
26002#endif
4f14bcd8 26003/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26004 builtin and then its argument prototype would still apply. */
26005char wcslen ();
26006int
26007main ()
26008{
26009wcslen ();
26010 ;
26011 return 0;
26012}
26013_ACEOF
26014rm -f conftest.$ac_objext conftest$ac_exeext
26015if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26016 (eval $ac_link) 2>&5
26017 ac_status=$?
26018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26019 (exit $ac_status); } &&
26020 { ac_try='test -s conftest$ac_exeext'
26021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26022 (eval $ac_try) 2>&5
26023 ac_status=$?
26024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26025 (exit $ac_status); }; }; then
26026 ac_cv_lib_w_wcslen=yes
26027else
26028 echo "$as_me: failed program was:" >&5
26029sed 's/^/| /' conftest.$ac_ext >&5
26030
26031ac_cv_lib_w_wcslen=no
26032fi
26033rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26034LIBS=$ac_check_lib_save_LIBS
26035fi
26036echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26037echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26038if test $ac_cv_lib_w_wcslen = yes; then
a0b9e27f 26039
7a30264c 26040 WCHAR_LINK=" -lw"
d74f4b5a 26041 WCSLEN_FOUND=1
e6cc62c6 26042
4f14bcd8 26043fi
10f2d63a 26044
7a30264c 26045 fi
d29b553b 26046 fi
95c8801c 26047
d74f4b5a 26048 if test "$WCSLEN_FOUND" = 1; then
e6cc62c6 26049 cat >>confdefs.h <<\_ACEOF
d74f4b5a 26050#define HAVE_WCSLEN 1
e6cc62c6 26051_ACEOF
10f2d63a 26052
d74f4b5a 26053 fi
52127426 26054
e6cc62c6
VS
26055
26056for ac_func in wcsrtombs
eb4efbdc 26057do
e6cc62c6
VS
26058as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26059echo "$as_me:$LINENO: checking for $ac_func" >&5
26060echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26061if eval "test \"\${$as_ac_var+set}\" = set"; then
26062 echo $ECHO_N "(cached) $ECHO_C" >&6
26063else
26064 cat >conftest.$ac_ext <<_ACEOF
26065#line $LINENO "configure"
26066/* confdefs.h. */
26067_ACEOF
26068cat confdefs.h >>conftest.$ac_ext
26069cat >>conftest.$ac_ext <<_ACEOF
26070/* end confdefs.h. */
eb4efbdc 26071/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26072 which can conflict with char $ac_func (); below.
26073 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26074 <limits.h> exists even on freestanding compilers. */
26075#ifdef __STDC__
26076# include <limits.h>
26077#else
26078# include <assert.h>
26079#endif
eb4efbdc 26080/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26081#ifdef __cplusplus
26082extern "C"
26083{
26084#endif
4f14bcd8 26085/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26086 builtin and then its argument prototype would still apply. */
26087char $ac_func ();
10f2d63a
VZ
26088/* The GNU C library defines this for functions which it implements
26089 to always fail with ENOSYS. Some functions are actually named
26090 something starting with __ and the normal name is an alias. */
247f5006 26091#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10f2d63a
VZ
26092choke me
26093#else
e6cc62c6
VS
26094char (*f) () = $ac_func;
26095#endif
26096#ifdef __cplusplus
26097}
10f2d63a
VZ
26098#endif
26099
e6cc62c6
VS
26100int
26101main ()
26102{
26103return f != $ac_func;
26104 ;
26105 return 0;
26106}
26107_ACEOF
26108rm -f conftest.$ac_objext conftest$ac_exeext
26109if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26110 (eval $ac_link) 2>&5
26111 ac_status=$?
26112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26113 (exit $ac_status); } &&
26114 { ac_try='test -s conftest$ac_exeext'
26115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26116 (eval $ac_try) 2>&5
26117 ac_status=$?
26118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26119 (exit $ac_status); }; }; then
26120 eval "$as_ac_var=yes"
26121else
26122 echo "$as_me: failed program was:" >&5
26123sed 's/^/| /' conftest.$ac_ext >&5
26124
26125eval "$as_ac_var=no"
26126fi
26127rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26128fi
26129echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26130echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26131if test `eval echo '${'$as_ac_var'}'` = yes; then
26132 cat >>confdefs.h <<_ACEOF
26133#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26134_ACEOF
270a909e 26135
4f14bcd8 26136fi
247f5006 26137done
1e487827 26138
af15babd 26139else
e6cc62c6
VS
26140 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26141echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
7b4a847f 26142fi
52127426 26143
8284b0c5 26144
e6cc62c6
VS
26145
26146ac_ext=cc
247f5006 26147ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
26148ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26149ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26150ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26151
af15babd 26152
247f5006
VZ
26153
26154for ac_func in vsnprintf
26155do
e6cc62c6
VS
26156as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26157echo "$as_me:$LINENO: checking for $ac_func" >&5
26158echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26159if eval "test \"\${$as_ac_var+set}\" = set"; then
26160 echo $ECHO_N "(cached) $ECHO_C" >&6
26161else
26162 cat >conftest.$ac_ext <<_ACEOF
26163#line $LINENO "configure"
26164/* confdefs.h. */
26165_ACEOF
26166cat confdefs.h >>conftest.$ac_ext
26167cat >>conftest.$ac_ext <<_ACEOF
26168/* end confdefs.h. */
247f5006 26169/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26170 which can conflict with char $ac_func (); below.
26171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26172 <limits.h> exists even on freestanding compilers. */
26173#ifdef __STDC__
26174# include <limits.h>
26175#else
26176# include <assert.h>
26177#endif
247f5006
VZ
26178/* Override any gcc2 internal prototype to avoid an error. */
26179#ifdef __cplusplus
26180extern "C"
e6cc62c6 26181{
247f5006
VZ
26182#endif
26183/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26184 builtin and then its argument prototype would still apply. */
26185char $ac_func ();
247f5006
VZ
26186/* The GNU C library defines this for functions which it implements
26187 to always fail with ENOSYS. Some functions are actually named
26188 something starting with __ and the normal name is an alias. */
26189#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26190choke me
26191#else
e6cc62c6
VS
26192char (*f) () = $ac_func;
26193#endif
26194#ifdef __cplusplus
26195}
247f5006 26196#endif
af15babd 26197
e6cc62c6
VS
26198int
26199main ()
26200{
26201return f != $ac_func;
26202 ;
26203 return 0;
26204}
26205_ACEOF
26206rm -f conftest.$ac_objext conftest$ac_exeext
26207if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26208 (eval $ac_link) 2>&5
26209 ac_status=$?
26210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26211 (exit $ac_status); } &&
26212 { ac_try='test -s conftest$ac_exeext'
26213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26214 (eval $ac_try) 2>&5
26215 ac_status=$?
26216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26217 (exit $ac_status); }; }; then
26218 eval "$as_ac_var=yes"
26219else
26220 echo "$as_me: failed program was:" >&5
26221sed 's/^/| /' conftest.$ac_ext >&5
26222
26223eval "$as_ac_var=no"
26224fi
26225rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26226fi
26227echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26228echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26229if test `eval echo '${'$as_ac_var'}'` = yes; then
26230 cat >>confdefs.h <<_ACEOF
26231#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26232_ACEOF
52127426 26233
5c6fa7d2 26234fi
247f5006 26235done
8284b0c5 26236
4f14bcd8 26237
8d90d2f2 26238if test "$ac_cv_func_vsnprintf" = "yes"; then
e6cc62c6
VS
26239 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26240echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26241if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26242 echo $ECHO_N "(cached) $ECHO_C" >&6
8d90d2f2 26243else
e6cc62c6
VS
26244
26245 cat >conftest.$ac_ext <<_ACEOF
26246#line $LINENO "configure"
26247/* confdefs.h. */
26248_ACEOF
26249cat confdefs.h >>conftest.$ac_ext
26250cat >>conftest.$ac_ext <<_ACEOF
26251/* end confdefs.h. */
8d90d2f2
VZ
26252
26253 #include <stdio.h>
26254 #include <stdarg.h>
e6cc62c6
VS
26255
26256int
26257main ()
26258{
8d90d2f2
VZ
26259
26260 char *buf;
26261 va_list ap;
26262 vsnprintf(buf, 10u, "%s", ap);
e6cc62c6
VS
26263
26264 ;
26265 return 0;
26266}
26267_ACEOF
26268rm -f conftest.$ac_objext
26269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26270 (eval $ac_compile) 2>&5
26271 ac_status=$?
26272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26273 (exit $ac_status); } &&
26274 { ac_try='test -s conftest.$ac_objext'
26275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26276 (eval $ac_try) 2>&5
26277 ac_status=$?
26278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26279 (exit $ac_status); }; }; then
8d90d2f2
VZ
26280 wx_cv_func_vsnprintf_decl=yes
26281else
e6cc62c6
VS
26282 echo "$as_me: failed program was:" >&5
26283sed 's/^/| /' conftest.$ac_ext >&5
26284
26285wx_cv_func_vsnprintf_decl=no
26286
8d90d2f2 26287fi
e6cc62c6
VS
26288rm -f conftest.$ac_objext conftest.$ac_ext
26289
8d90d2f2 26290
e6cc62c6
VS
26291fi
26292echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26293echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
8d90d2f2
VZ
26294
26295 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
e6cc62c6 26296 cat >>confdefs.h <<\_ACEOF
8d90d2f2 26297#define HAVE_VSNPRINTF_DECL 1
e6cc62c6 26298_ACEOF
8d90d2f2
VZ
26299
26300 fi
26301fi
26302
247f5006 26303if test "$wxUSE_UNICODE" = yes; then
e6cc62c6
VS
26304
26305
26306
26307for ac_func in fputwc wprintf vswprintf
d74f4b5a 26308do
e6cc62c6
VS
26309as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26310echo "$as_me:$LINENO: checking for $ac_func" >&5
26311echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26312if eval "test \"\${$as_ac_var+set}\" = set"; then
26313 echo $ECHO_N "(cached) $ECHO_C" >&6
26314else
26315 cat >conftest.$ac_ext <<_ACEOF
26316#line $LINENO "configure"
26317/* confdefs.h. */
26318_ACEOF
26319cat confdefs.h >>conftest.$ac_ext
26320cat >>conftest.$ac_ext <<_ACEOF
26321/* end confdefs.h. */
d74f4b5a 26322/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26323 which can conflict with char $ac_func (); below.
26324 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26325 <limits.h> exists even on freestanding compilers. */
26326#ifdef __STDC__
26327# include <limits.h>
26328#else
26329# include <assert.h>
26330#endif
d74f4b5a 26331/* Override any gcc2 internal prototype to avoid an error. */
247f5006
VZ
26332#ifdef __cplusplus
26333extern "C"
e6cc62c6 26334{
247f5006 26335#endif
d74f4b5a 26336/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26337 builtin and then its argument prototype would still apply. */
26338char $ac_func ();
d74f4b5a
VZ
26339/* The GNU C library defines this for functions which it implements
26340 to always fail with ENOSYS. Some functions are actually named
26341 something starting with __ and the normal name is an alias. */
26342#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26343choke me
26344#else
e6cc62c6
VS
26345char (*f) () = $ac_func;
26346#endif
26347#ifdef __cplusplus
26348}
d74f4b5a
VZ
26349#endif
26350
e6cc62c6
VS
26351int
26352main ()
26353{
26354return f != $ac_func;
26355 ;
26356 return 0;
26357}
26358_ACEOF
26359rm -f conftest.$ac_objext conftest$ac_exeext
26360if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26361 (eval $ac_link) 2>&5
26362 ac_status=$?
26363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26364 (exit $ac_status); } &&
26365 { ac_try='test -s conftest$ac_exeext'
26366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26367 (eval $ac_try) 2>&5
26368 ac_status=$?
26369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26370 (exit $ac_status); }; }; then
26371 eval "$as_ac_var=yes"
26372else
26373 echo "$as_me: failed program was:" >&5
26374sed 's/^/| /' conftest.$ac_ext >&5
26375
26376eval "$as_ac_var=no"
26377fi
26378rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26379fi
26380echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26381echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26382if test `eval echo '${'$as_ac_var'}'` = yes; then
26383 cat >>confdefs.h <<_ACEOF
26384#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26385_ACEOF
d74f4b5a 26386
d74f4b5a
VZ
26387fi
26388done
26389
8d90d2f2 26390
e6cc62c6
VS
26391 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26392echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26393 cat >conftest.$ac_ext <<_ACEOF
26394#line $LINENO "configure"
26395/* confdefs.h. */
26396_ACEOF
26397cat confdefs.h >>conftest.$ac_ext
26398cat >>conftest.$ac_ext <<_ACEOF
26399/* end confdefs.h. */
79668cae 26400#include <wchar.h>
e6cc62c6
VS
26401int
26402main ()
26403{
79668cae 26404&_vsnwprintf;
e6cc62c6
VS
26405 ;
26406 return 0;
26407}
26408_ACEOF
26409rm -f conftest.$ac_objext
26410if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26411 (eval $ac_compile) 2>&5
26412 ac_status=$?
26413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26414 (exit $ac_status); } &&
26415 { ac_try='test -s conftest.$ac_objext'
26416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26417 (eval $ac_try) 2>&5
26418 ac_status=$?
26419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26420 (exit $ac_status); }; }; then
26421 echo "$as_me:$LINENO: result: yes" >&5
26422echo "${ECHO_T}yes" >&6
26423 cat >>confdefs.h <<\_ACEOF
79668cae 26424#define HAVE__VSNWPRINTF 1
e6cc62c6 26425_ACEOF
79668cae
MB
26426
26427else
e6cc62c6
VS
26428 echo "$as_me: failed program was:" >&5
26429sed 's/^/| /' conftest.$ac_ext >&5
26430
26431echo "$as_me:$LINENO: result: no" >&5
26432echo "${ECHO_T}no" >&6
79668cae 26433fi
e6cc62c6 26434rm -f conftest.$ac_objext conftest.$ac_ext;
d74f4b5a
VZ
26435fi
26436
247f5006
VZ
26437ac_ext=c
26438ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
26439ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26440ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26441ac_compiler_gnu=$ac_cv_c_compiler_gnu
247f5006
VZ
26442
26443
26444
26445
4f14bcd8 26446if test "$TOOLKIT" != "MSW"; then
af15babd 26447
8284b0c5
MB
26448
26449
e6cc62c6
VS
26450
26451ac_ext=cc
4f14bcd8 26452ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
26453ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26454ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26455ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8284b0c5 26456
52127426 26457
e6cc62c6
VS
26458
26459
26460# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
b040e242
VS
26461if test "${with_libiconv_prefix+set}" = set; then
26462 withval="$with_libiconv_prefix"
e6cc62c6 26463
b040e242
VS
26464 for dir in `echo "$withval" | tr : ' '`; do
26465 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
26466 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
26467 done
b040e242 26468
e6cc62c6 26469fi;
b040e242 26470
e6cc62c6
VS
26471 echo "$as_me:$LINENO: checking for iconv" >&5
26472echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26473if test "${am_cv_func_iconv+set}" = set; then
26474 echo $ECHO_N "(cached) $ECHO_C" >&6
af15babd 26475else
e6cc62c6 26476
b040e242
VS
26477 am_cv_func_iconv="no, consider installing GNU libiconv"
26478 am_cv_lib_iconv=no
e6cc62c6
VS
26479 cat >conftest.$ac_ext <<_ACEOF
26480#line $LINENO "configure"
26481/* confdefs.h. */
26482_ACEOF
26483cat confdefs.h >>conftest.$ac_ext
26484cat >>conftest.$ac_ext <<_ACEOF
26485/* end confdefs.h. */
b040e242 26486#include <stdlib.h>
4f14bcd8 26487#include <iconv.h>
e6cc62c6
VS
26488int
26489main ()
26490{
b040e242
VS
26491iconv_t cd = iconv_open("","");
26492 iconv(cd,NULL,NULL,NULL,NULL);
26493 iconv_close(cd);
e6cc62c6
VS
26494 ;
26495 return 0;
26496}
26497_ACEOF
26498rm -f conftest.$ac_objext conftest$ac_exeext
26499if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26500 (eval $ac_link) 2>&5
26501 ac_status=$?
26502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26503 (exit $ac_status); } &&
26504 { ac_try='test -s conftest$ac_exeext'
26505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26506 (eval $ac_try) 2>&5
26507 ac_status=$?
26508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26509 (exit $ac_status); }; }; then
b040e242 26510 am_cv_func_iconv=yes
af15babd 26511else
e6cc62c6
VS
26512 echo "$as_me: failed program was:" >&5
26513sed 's/^/| /' conftest.$ac_ext >&5
26514
b040e242 26515fi
e6cc62c6 26516rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
b040e242
VS
26517 if test "$am_cv_func_iconv" != yes; then
26518 am_save_LIBS="$LIBS"
26519 LIBS="$LIBS -liconv"
e6cc62c6
VS
26520 cat >conftest.$ac_ext <<_ACEOF
26521#line $LINENO "configure"
26522/* confdefs.h. */
26523_ACEOF
26524cat confdefs.h >>conftest.$ac_ext
26525cat >>conftest.$ac_ext <<_ACEOF
26526/* end confdefs.h. */
b040e242
VS
26527#include <stdlib.h>
26528#include <iconv.h>
e6cc62c6
VS
26529int
26530main ()
26531{
b040e242
VS
26532iconv_t cd = iconv_open("","");
26533 iconv(cd,NULL,NULL,NULL,NULL);
26534 iconv_close(cd);
e6cc62c6
VS
26535 ;
26536 return 0;
26537}
26538_ACEOF
26539rm -f conftest.$ac_objext conftest$ac_exeext
26540if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26541 (eval $ac_link) 2>&5
26542 ac_status=$?
26543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26544 (exit $ac_status); } &&
26545 { ac_try='test -s conftest$ac_exeext'
26546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26547 (eval $ac_try) 2>&5
26548 ac_status=$?
26549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26550 (exit $ac_status); }; }; then
b040e242
VS
26551 am_cv_lib_iconv=yes
26552 am_cv_func_iconv=yes
26553else
e6cc62c6
VS
26554 echo "$as_me: failed program was:" >&5
26555sed 's/^/| /' conftest.$ac_ext >&5
26556
af15babd 26557fi
e6cc62c6 26558rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
b040e242
VS
26559 LIBS="$am_save_LIBS"
26560 fi
247f5006 26561
e6cc62c6
VS
26562fi
26563echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26564echo "${ECHO_T}$am_cv_func_iconv" >&6
a0b9e27f 26565 if test "$am_cv_func_iconv" = yes; then
e6cc62c6
VS
26566
26567cat >>confdefs.h <<\_ACEOF
b040e242 26568#define HAVE_ICONV 1
e6cc62c6 26569_ACEOF
b040e242 26570
e6cc62c6
VS
26571 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26572echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26573if test "${wx_cv_func_iconv_const+set}" = set; then
26574 echo $ECHO_N "(cached) $ECHO_C" >&6
b040e242 26575else
e6cc62c6
VS
26576 cat >conftest.$ac_ext <<_ACEOF
26577#line $LINENO "configure"
26578/* confdefs.h. */
26579_ACEOF
26580cat confdefs.h >>conftest.$ac_ext
26581cat >>conftest.$ac_ext <<_ACEOF
26582/* end confdefs.h. */
b040e242
VS
26583
26584#include <stdlib.h>
26585#include <iconv.h>
26586extern
26587#ifdef __cplusplus
26588"C"
26589#endif
26590#if defined(__STDC__) || defined(__cplusplus)
26591size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26592#else
26593size_t iconv();
26594#endif
af15babd 26595
e6cc62c6
VS
26596int
26597main ()
26598{
26599
26600 ;
26601 return 0;
26602}
26603_ACEOF
26604rm -f conftest.$ac_objext
26605if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26606 (eval $ac_compile) 2>&5
26607 ac_status=$?
26608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26609 (exit $ac_status); } &&
26610 { ac_try='test -s conftest.$ac_objext'
26611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26612 (eval $ac_try) 2>&5
26613 ac_status=$?
26614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26615 (exit $ac_status); }; }; then
b7043674 26616 wx_cv_func_iconv_const="no"
b040e242 26617else
e6cc62c6
VS
26618 echo "$as_me: failed program was:" >&5
26619sed 's/^/| /' conftest.$ac_ext >&5
26620
26621wx_cv_func_iconv_const="yes"
26622
247f5006 26623fi
e6cc62c6 26624rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 26625
e6cc62c6
VS
26626fi
26627echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
26628echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
b7043674
VZ
26629
26630 iconv_const=
1c405bb5 26631 if test "x$wx_cv_func_iconv_const" = "xyes"; then
b7043674
VZ
26632 iconv_const="const"
26633 fi
26634
e6cc62c6
VS
26635
26636cat >>confdefs.h <<_ACEOF
f09359cf 26637#define ICONV_CONST $iconv_const
e6cc62c6 26638_ACEOF
b040e242
VS
26639
26640 fi
26641 LIBICONV=
26642 if test "$am_cv_lib_iconv" = yes; then
26643 LIBICONV="-liconv"
26644 fi
e6cc62c6 26645
b040e242
VS
26646
26647LIBS="$LIBICONV $LIBS"
4f14bcd8 26648ac_ext=c
4f14bcd8 26649ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
26650ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26651ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26652ac_compiler_gnu=$ac_cv_c_compiler_gnu
7b4a847f 26653
5c6fa7d2 26654
8284b0c5 26655if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
e6cc62c6
VS
26656
26657for ac_func in sigaction
af15babd 26658do
e6cc62c6
VS
26659as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26660echo "$as_me:$LINENO: checking for $ac_func" >&5
26661echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26662if eval "test \"\${$as_ac_var+set}\" = set"; then
26663 echo $ECHO_N "(cached) $ECHO_C" >&6
26664else
26665 cat >conftest.$ac_ext <<_ACEOF
26666#line $LINENO "configure"
26667/* confdefs.h. */
26668_ACEOF
26669cat confdefs.h >>conftest.$ac_ext
26670cat >>conftest.$ac_ext <<_ACEOF
26671/* end confdefs.h. */
af15babd 26672/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26673 which can conflict with char $ac_func (); below.
26674 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26675 <limits.h> exists even on freestanding compilers. */
26676#ifdef __STDC__
26677# include <limits.h>
26678#else
26679# include <assert.h>
26680#endif
af15babd 26681/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26682#ifdef __cplusplus
26683extern "C"
26684{
26685#endif
af15babd 26686/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26687 builtin and then its argument prototype would still apply. */
26688char $ac_func ();
af15babd
VZ
26689/* The GNU C library defines this for functions which it implements
26690 to always fail with ENOSYS. Some functions are actually named
26691 something starting with __ and the normal name is an alias. */
26692#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26693choke me
26694#else
e6cc62c6
VS
26695char (*f) () = $ac_func;
26696#endif
26697#ifdef __cplusplus
26698}
af15babd
VZ
26699#endif
26700
e6cc62c6
VS
26701int
26702main ()
26703{
26704return f != $ac_func;
26705 ;
26706 return 0;
26707}
26708_ACEOF
26709rm -f conftest.$ac_objext conftest$ac_exeext
26710if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26711 (eval $ac_link) 2>&5
26712 ac_status=$?
26713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26714 (exit $ac_status); } &&
26715 { ac_try='test -s conftest$ac_exeext'
26716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26717 (eval $ac_try) 2>&5
26718 ac_status=$?
26719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26720 (exit $ac_status); }; }; then
26721 eval "$as_ac_var=yes"
26722else
26723 echo "$as_me: failed program was:" >&5
26724sed 's/^/| /' conftest.$ac_ext >&5
26725
26726eval "$as_ac_var=no"
26727fi
26728rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26729fi
26730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26731echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26732if test `eval echo '${'$as_ac_var'}'` = yes; then
26733 cat >>confdefs.h <<_ACEOF
26734#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26735_ACEOF
7b4a847f 26736
4f14bcd8
GD
26737fi
26738done
26739
8284b0c5 26740
4f14bcd8 26741 if test "$ac_cv_func_sigaction" = "no"; then
e6cc62c6
VS
26742 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
26743echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
4f14bcd8
GD
26744 wxUSE_ON_FATAL_EXCEPTION=no
26745 fi
26746
26747 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
e6cc62c6
VS
26748
26749
26750 ac_ext=cc
5c6fa7d2 26751ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
26752ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26753ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26754ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7b4a847f 26755
5c6fa7d2 26756
e6cc62c6
VS
26757 echo "$as_me:$LINENO: checking for sa_handler type" >&5
26758echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
26759if test "${wx_cv_type_sa_handler+set}" = set; then
26760 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 26761else
e6cc62c6
VS
26762
26763 cat >conftest.$ac_ext <<_ACEOF
26764#line $LINENO "configure"
26765/* confdefs.h. */
26766_ACEOF
26767cat confdefs.h >>conftest.$ac_ext
26768cat >>conftest.$ac_ext <<_ACEOF
26769/* end confdefs.h. */
4f14bcd8 26770#include <signal.h>
e6cc62c6
VS
26771int
26772main ()
26773{
4f14bcd8
GD
26774
26775 extern void testSigHandler(int);
26776
26777 struct sigaction sa;
26778 sa.sa_handler = testSigHandler;
e6cc62c6
VS
26779
26780 ;
26781 return 0;
26782}
26783_ACEOF
26784rm -f conftest.$ac_objext
26785if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26786 (eval $ac_compile) 2>&5
26787 ac_status=$?
26788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26789 (exit $ac_status); } &&
26790 { ac_try='test -s conftest.$ac_objext'
26791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26792 (eval $ac_try) 2>&5
26793 ac_status=$?
26794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26795 (exit $ac_status); }; }; then
26796
4f14bcd8 26797 wx_cv_type_sa_handler=int
e6cc62c6 26798
af15babd 26799else
e6cc62c6
VS
26800 echo "$as_me: failed program was:" >&5
26801sed 's/^/| /' conftest.$ac_ext >&5
26802
26803
4f14bcd8 26804 wx_cv_type_sa_handler=void
e6cc62c6 26805
247f5006 26806fi
e6cc62c6 26807rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 26808
e6cc62c6
VS
26809fi
26810echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
26811echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
4f14bcd8
GD
26812
26813 ac_ext=c
4f14bcd8 26814ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
26815ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26816ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26817ac_compiler_gnu=$ac_cv_c_compiler_gnu
579d8138 26818
8284b0c5 26819
e6cc62c6 26820 cat >>confdefs.h <<_ACEOF
4f14bcd8 26821#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
e6cc62c6 26822_ACEOF
af15babd 26823
4f14bcd8
GD
26824 fi
26825fi
af15babd 26826
e6cc62c6
VS
26827
26828
a1d22ad7 26829for ac_func in mkstemp mktemp
af15babd 26830do
e6cc62c6
VS
26831as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26832echo "$as_me:$LINENO: checking for $ac_func" >&5
26833echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26834if eval "test \"\${$as_ac_var+set}\" = set"; then
26835 echo $ECHO_N "(cached) $ECHO_C" >&6
26836else
26837 cat >conftest.$ac_ext <<_ACEOF
26838#line $LINENO "configure"
26839/* confdefs.h. */
26840_ACEOF
26841cat confdefs.h >>conftest.$ac_ext
26842cat >>conftest.$ac_ext <<_ACEOF
26843/* end confdefs.h. */
af15babd 26844/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26845 which can conflict with char $ac_func (); below.
26846 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26847 <limits.h> exists even on freestanding compilers. */
26848#ifdef __STDC__
26849# include <limits.h>
26850#else
26851# include <assert.h>
26852#endif
af15babd 26853/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26854#ifdef __cplusplus
26855extern "C"
26856{
26857#endif
af15babd 26858/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26859 builtin and then its argument prototype would still apply. */
26860char $ac_func ();
af15babd
VZ
26861/* The GNU C library defines this for functions which it implements
26862 to always fail with ENOSYS. Some functions are actually named
26863 something starting with __ and the normal name is an alias. */
26864#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26865choke me
26866#else
e6cc62c6
VS
26867char (*f) () = $ac_func;
26868#endif
26869#ifdef __cplusplus
26870}
af15babd
VZ
26871#endif
26872
e6cc62c6
VS
26873int
26874main ()
26875{
26876return f != $ac_func;
26877 ;
26878 return 0;
26879}
26880_ACEOF
26881rm -f conftest.$ac_objext conftest$ac_exeext
26882if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26883 (eval $ac_link) 2>&5
26884 ac_status=$?
26885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26886 (exit $ac_status); } &&
26887 { ac_try='test -s conftest$ac_exeext'
26888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26889 (eval $ac_try) 2>&5
26890 ac_status=$?
26891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26892 (exit $ac_status); }; }; then
26893 eval "$as_ac_var=yes"
26894else
26895 echo "$as_me: failed program was:" >&5
26896sed 's/^/| /' conftest.$ac_ext >&5
26897
26898eval "$as_ac_var=no"
26899fi
26900rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26901fi
26902echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26903echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26904if test `eval echo '${'$as_ac_var'}'` = yes; then
26905 cat >>confdefs.h <<_ACEOF
26906#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26907_ACEOF
ade35f11 26908 break
ade35f11
VZ
26909fi
26910done
26911
8284b0c5 26912
e6cc62c6
VS
26913echo "$as_me:$LINENO: checking for statfs" >&5
26914echo $ECHO_N "checking for statfs... $ECHO_C" >&6
26915if test "${wx_cv_func_statfs+set}" = set; then
26916 echo $ECHO_N "(cached) $ECHO_C" >&6
4f14bcd8 26917else
e6cc62c6
VS
26918 cat >conftest.$ac_ext <<_ACEOF
26919#line $LINENO "configure"
26920/* confdefs.h. */
26921_ACEOF
26922cat confdefs.h >>conftest.$ac_ext
26923cat >>conftest.$ac_ext <<_ACEOF
26924/* end confdefs.h. */
4f14bcd8
GD
26925
26926 #if defined(__BSD__)
26927 #include <sys/param.h>
26928 #include <sys/mount.h>
26929 #else
26930 #include <sys/vfs.h>
26931 #endif
e6cc62c6
VS
26932
26933int
26934main ()
26935{
4f14bcd8
GD
26936
26937 long l;
26938 struct statfs fs;
26939 statfs("/", &fs);
26940 l = fs.f_bsize;
26941 l += fs.f_blocks;
26942 l += fs.f_bavail;
e6cc62c6
VS
26943
26944 ;
26945 return 0;
26946}
26947_ACEOF
26948rm -f conftest.$ac_objext
26949if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26950 (eval $ac_compile) 2>&5
26951 ac_status=$?
26952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26953 (exit $ac_status); } &&
26954 { ac_try='test -s conftest.$ac_objext'
26955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26956 (eval $ac_try) 2>&5
26957 ac_status=$?
26958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26959 (exit $ac_status); }; }; then
26960
4f14bcd8 26961 wx_cv_func_statfs=yes
e6cc62c6 26962
4f14bcd8 26963else
e6cc62c6
VS
26964 echo "$as_me: failed program was:" >&5
26965sed 's/^/| /' conftest.$ac_ext >&5
26966
26967
4f14bcd8 26968 wx_cv_func_statfs=no
e6cc62c6 26969
8284b0c5 26970
247f5006 26971fi
e6cc62c6 26972rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 26973
e6cc62c6
VS
26974fi
26975echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
26976echo "${ECHO_T}$wx_cv_func_statfs" >&6
4f14bcd8
GD
26977
26978if test "$wx_cv_func_statfs" = "yes"; then
54ab82b3 26979 wx_cv_type_statvfs_t="struct statfs"
e6cc62c6 26980 cat >>confdefs.h <<\_ACEOF
4f14bcd8 26981#define HAVE_STATFS 1
e6cc62c6 26982_ACEOF
4f14bcd8
GD
26983
26984else
e6cc62c6
VS
26985 echo "$as_me:$LINENO: checking for statvfs" >&5
26986echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
26987if test "${wx_cv_func_statvfs+set}" = set; then
26988 echo $ECHO_N "(cached) $ECHO_C" >&6
af15babd 26989else
e6cc62c6
VS
26990 cat >conftest.$ac_ext <<_ACEOF
26991#line $LINENO "configure"
26992/* confdefs.h. */
26993_ACEOF
26994cat confdefs.h >>conftest.$ac_ext
26995cat >>conftest.$ac_ext <<_ACEOF
26996/* end confdefs.h. */
af15babd 26997
54ab82b3
VZ
26998 #include <stddef.h>
26999 #include <sys/statvfs.h>
e6cc62c6
VS
27000
27001int
27002main ()
27003{
af15babd 27004
54ab82b3 27005 statvfs("/", NULL);
e6cc62c6
VS
27006
27007 ;
27008 return 0;
27009}
27010_ACEOF
27011rm -f conftest.$ac_objext
27012if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27013 (eval $ac_compile) 2>&5
27014 ac_status=$?
27015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27016 (exit $ac_status); } &&
27017 { ac_try='test -s conftest.$ac_objext'
27018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27019 (eval $ac_try) 2>&5
27020 ac_status=$?
27021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27022 (exit $ac_status); }; }; then
54ab82b3 27023 wx_cv_func_statvfs=yes
af15babd 27024else
e6cc62c6
VS
27025 echo "$as_me: failed program was:" >&5
27026sed 's/^/| /' conftest.$ac_ext >&5
27027
27028wx_cv_func_statvfs=no
27029
247f5006 27030fi
e6cc62c6 27031rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 27032
e6cc62c6
VS
27033fi
27034echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27035echo "${ECHO_T}$wx_cv_func_statvfs" >&6
af15babd 27036
4f14bcd8 27037 if test "$wx_cv_func_statvfs" = "yes"; then
e6cc62c6
VS
27038
27039
27040 ac_ext=cc
54ab82b3 27041ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
27042ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27043ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27044ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54ab82b3
VZ
27045
27046
e6cc62c6
VS
27047 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27048echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27049if test "${wx_cv_type_statvfs_t+set}" = set; then
27050 echo $ECHO_N "(cached) $ECHO_C" >&6
54ab82b3 27051else
e6cc62c6
VS
27052 cat >conftest.$ac_ext <<_ACEOF
27053#line $LINENO "configure"
27054/* confdefs.h. */
27055_ACEOF
27056cat confdefs.h >>conftest.$ac_ext
27057cat >>conftest.$ac_ext <<_ACEOF
27058/* end confdefs.h. */
54ab82b3
VZ
27059
27060 #include <sys/statvfs.h>
e6cc62c6
VS
27061
27062int
27063main ()
27064{
54ab82b3
VZ
27065
27066 long l;
27067 statvfs_t fs;
27068 statvfs("/", &fs);
27069 l = fs.f_bsize;
27070 l += fs.f_blocks;
27071 l += fs.f_bavail;
e6cc62c6
VS
27072
27073 ;
27074 return 0;
27075}
27076_ACEOF
27077rm -f conftest.$ac_objext
27078if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27079 (eval $ac_compile) 2>&5
27080 ac_status=$?
27081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27082 (exit $ac_status); } &&
27083 { ac_try='test -s conftest.$ac_objext'
27084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27085 (eval $ac_try) 2>&5
27086 ac_status=$?
27087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27088 (exit $ac_status); }; }; then
54ab82b3
VZ
27089 wx_cv_type_statvfs_t=statvfs_t
27090else
e6cc62c6
VS
27091 echo "$as_me: failed program was:" >&5
27092sed 's/^/| /' conftest.$ac_ext >&5
27093
27094
27095 cat >conftest.$ac_ext <<_ACEOF
27096#line $LINENO "configure"
27097/* confdefs.h. */
27098_ACEOF
27099cat confdefs.h >>conftest.$ac_ext
27100cat >>conftest.$ac_ext <<_ACEOF
27101/* end confdefs.h. */
54ab82b3
VZ
27102
27103 #include <sys/statvfs.h>
e6cc62c6
VS
27104
27105int
27106main ()
27107{
54ab82b3
VZ
27108
27109 long l;
65d8ef1e 27110 struct statvfs fs;
54ab82b3
VZ
27111 statvfs("/", &fs);
27112 l = fs.f_bsize;
27113 l += fs.f_blocks;
27114 l += fs.f_bavail;
e6cc62c6
VS
27115
27116 ;
27117 return 0;
27118}
27119_ACEOF
27120rm -f conftest.$ac_objext
27121if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27122 (eval $ac_compile) 2>&5
27123 ac_status=$?
27124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27125 (exit $ac_status); } &&
27126 { ac_try='test -s conftest.$ac_objext'
27127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27128 (eval $ac_try) 2>&5
27129 ac_status=$?
27130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27131 (exit $ac_status); }; }; then
54ab82b3
VZ
27132 wx_cv_type_statvfs_t="struct statvfs"
27133else
e6cc62c6
VS
27134 echo "$as_me: failed program was:" >&5
27135sed 's/^/| /' conftest.$ac_ext >&5
27136
27137wx_cv_type_statvfs_t="unknown"
27138
54ab82b3 27139fi
e6cc62c6
VS
27140rm -f conftest.$ac_objext conftest.$ac_ext
27141
27142
54ab82b3 27143fi
e6cc62c6 27144rm -f conftest.$ac_objext conftest.$ac_ext
54ab82b3 27145
e6cc62c6
VS
27146fi
27147echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27148echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
54ab82b3
VZ
27149
27150 ac_ext=c
54ab82b3 27151ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
27152ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27153ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27154ac_compiler_gnu=$ac_cv_c_compiler_gnu
54ab82b3
VZ
27155
27156
27157 if test "$wx_cv_type_statvfs_t" != "unknown"; then
e6cc62c6 27158 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27159#define HAVE_STATVFS 1
e6cc62c6 27160_ACEOF
af15babd 27161
54ab82b3 27162 fi
4f14bcd8 27163 else
54ab82b3 27164 wx_cv_type_statvfs_t="unknown"
4f14bcd8
GD
27165 fi
27166fi
af15babd 27167
54ab82b3 27168if test "$wx_cv_type_statvfs_t" != "unknown"; then
e6cc62c6 27169 cat >>confdefs.h <<_ACEOF
54ab82b3 27170#define WX_STATFS_T $wx_cv_type_statvfs_t
e6cc62c6 27171_ACEOF
54ab82b3
VZ
27172
27173else
e6cc62c6
VS
27174 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27175echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
54ab82b3
VZ
27176fi
27177
4f14bcd8 27178if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
e6cc62c6
VS
27179
27180
27181for ac_func in fcntl flock
af15babd 27182do
e6cc62c6
VS
27183as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27184echo "$as_me:$LINENO: checking for $ac_func" >&5
27185echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27186if eval "test \"\${$as_ac_var+set}\" = set"; then
27187 echo $ECHO_N "(cached) $ECHO_C" >&6
27188else
27189 cat >conftest.$ac_ext <<_ACEOF
27190#line $LINENO "configure"
27191/* confdefs.h. */
27192_ACEOF
27193cat confdefs.h >>conftest.$ac_ext
27194cat >>conftest.$ac_ext <<_ACEOF
27195/* end confdefs.h. */
af15babd 27196/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27197 which can conflict with char $ac_func (); below.
27198 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27199 <limits.h> exists even on freestanding compilers. */
27200#ifdef __STDC__
27201# include <limits.h>
27202#else
27203# include <assert.h>
27204#endif
af15babd 27205/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27206#ifdef __cplusplus
27207extern "C"
27208{
27209#endif
af15babd 27210/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27211 builtin and then its argument prototype would still apply. */
27212char $ac_func ();
af15babd
VZ
27213/* The GNU C library defines this for functions which it implements
27214 to always fail with ENOSYS. Some functions are actually named
27215 something starting with __ and the normal name is an alias. */
27216#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27217choke me
27218#else
e6cc62c6
VS
27219char (*f) () = $ac_func;
27220#endif
27221#ifdef __cplusplus
27222}
af15babd
VZ
27223#endif
27224
e6cc62c6
VS
27225int
27226main ()
27227{
27228return f != $ac_func;
27229 ;
27230 return 0;
27231}
27232_ACEOF
27233rm -f conftest.$ac_objext conftest$ac_exeext
27234if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27235 (eval $ac_link) 2>&5
27236 ac_status=$?
27237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27238 (exit $ac_status); } &&
27239 { ac_try='test -s conftest$ac_exeext'
27240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27241 (eval $ac_try) 2>&5
27242 ac_status=$?
27243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27244 (exit $ac_status); }; }; then
27245 eval "$as_ac_var=yes"
27246else
27247 echo "$as_me: failed program was:" >&5
27248sed 's/^/| /' conftest.$ac_ext >&5
27249
27250eval "$as_ac_var=no"
27251fi
27252rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27253fi
27254echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27255echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27256if test `eval echo '${'$as_ac_var'}'` = yes; then
27257 cat >>confdefs.h <<_ACEOF
27258#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27259_ACEOF
4f14bcd8 27260 break
af15babd
VZ
27261fi
27262done
27263
8284b0c5 27264
4f14bcd8 27265 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
e6cc62c6
VS
27266 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27267echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
4f14bcd8
GD
27268 wxUSE_SNGLINST_CHECKER=no
27269 fi
27270fi
af15babd 27271
e6cc62c6 27272
4f14bcd8 27273for ac_func in timegm
af15babd 27274do
e6cc62c6
VS
27275as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27276echo "$as_me:$LINENO: checking for $ac_func" >&5
27277echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27278if eval "test \"\${$as_ac_var+set}\" = set"; then
27279 echo $ECHO_N "(cached) $ECHO_C" >&6
27280else
27281 cat >conftest.$ac_ext <<_ACEOF
27282#line $LINENO "configure"
27283/* confdefs.h. */
27284_ACEOF
27285cat confdefs.h >>conftest.$ac_ext
27286cat >>conftest.$ac_ext <<_ACEOF
27287/* end confdefs.h. */
af15babd 27288/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27289 which can conflict with char $ac_func (); below.
27290 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27291 <limits.h> exists even on freestanding compilers. */
27292#ifdef __STDC__
27293# include <limits.h>
27294#else
27295# include <assert.h>
27296#endif
af15babd 27297/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27298#ifdef __cplusplus
27299extern "C"
27300{
27301#endif
af15babd 27302/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27303 builtin and then its argument prototype would still apply. */
27304char $ac_func ();
af15babd
VZ
27305/* The GNU C library defines this for functions which it implements
27306 to always fail with ENOSYS. Some functions are actually named
27307 something starting with __ and the normal name is an alias. */
247f5006
VZ
27308#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27309choke me
27310#else
e6cc62c6
VS
27311char (*f) () = $ac_func;
27312#endif
27313#ifdef __cplusplus
27314}
247f5006
VZ
27315#endif
27316
e6cc62c6
VS
27317int
27318main ()
27319{
27320return f != $ac_func;
27321 ;
27322 return 0;
27323}
27324_ACEOF
27325rm -f conftest.$ac_objext conftest$ac_exeext
27326if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27327 (eval $ac_link) 2>&5
27328 ac_status=$?
27329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27330 (exit $ac_status); } &&
27331 { ac_try='test -s conftest$ac_exeext'
27332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27333 (eval $ac_try) 2>&5
27334 ac_status=$?
27335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27336 (exit $ac_status); }; }; then
27337 eval "$as_ac_var=yes"
27338else
27339 echo "$as_me: failed program was:" >&5
27340sed 's/^/| /' conftest.$ac_ext >&5
27341
27342eval "$as_ac_var=no"
27343fi
27344rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27345fi
27346echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27347echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27348if test `eval echo '${'$as_ac_var'}'` = yes; then
27349 cat >>confdefs.h <<_ACEOF
27350#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27351_ACEOF
703e0a69 27352
af15babd
VZ
27353fi
27354done
27355
8284b0c5 27356
e6cc62c6
VS
27357
27358
4f14bcd8 27359for ac_func in putenv setenv
10f2d63a 27360do
e6cc62c6
VS
27361as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27362echo "$as_me:$LINENO: checking for $ac_func" >&5
27363echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27364if eval "test \"\${$as_ac_var+set}\" = set"; then
27365 echo $ECHO_N "(cached) $ECHO_C" >&6
27366else
27367 cat >conftest.$ac_ext <<_ACEOF
27368#line $LINENO "configure"
27369/* confdefs.h. */
27370_ACEOF
27371cat confdefs.h >>conftest.$ac_ext
27372cat >>conftest.$ac_ext <<_ACEOF
27373/* end confdefs.h. */
af15babd 27374/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27375 which can conflict with char $ac_func (); below.
27376 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27377 <limits.h> exists even on freestanding compilers. */
27378#ifdef __STDC__
27379# include <limits.h>
27380#else
27381# include <assert.h>
27382#endif
af15babd 27383/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27384#ifdef __cplusplus
27385extern "C"
27386{
27387#endif
af15babd 27388/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27389 builtin and then its argument prototype would still apply. */
27390char $ac_func ();
af15babd
VZ
27391/* The GNU C library defines this for functions which it implements
27392 to always fail with ENOSYS. Some functions are actually named
27393 something starting with __ and the normal name is an alias. */
27394#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27395choke me
27396#else
e6cc62c6
VS
27397char (*f) () = $ac_func;
27398#endif
27399#ifdef __cplusplus
27400}
af15babd
VZ
27401#endif
27402
e6cc62c6
VS
27403int
27404main ()
27405{
27406return f != $ac_func;
27407 ;
27408 return 0;
27409}
27410_ACEOF
27411rm -f conftest.$ac_objext conftest$ac_exeext
27412if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27413 (eval $ac_link) 2>&5
27414 ac_status=$?
27415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27416 (exit $ac_status); } &&
27417 { ac_try='test -s conftest$ac_exeext'
27418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27419 (eval $ac_try) 2>&5
27420 ac_status=$?
27421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27422 (exit $ac_status); }; }; then
27423 eval "$as_ac_var=yes"
27424else
27425 echo "$as_me: failed program was:" >&5
27426sed 's/^/| /' conftest.$ac_ext >&5
27427
27428eval "$as_ac_var=no"
27429fi
27430rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27431fi
27432echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27433echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27434if test `eval echo '${'$as_ac_var'}'` = yes; then
27435 cat >>confdefs.h <<_ACEOF
27436#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27437_ACEOF
4f14bcd8 27438 break
af15babd 27439fi
af15babd
VZ
27440done
27441
8284b0c5 27442
4f14bcd8
GD
27443HAVE_SOME_SLEEP_FUNC=0
27444if test "$USE_BEOS" = 1; then
e6cc62c6 27445 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27446#define HAVE_SLEEP 1
e6cc62c6 27447_ACEOF
af15babd 27448
4f14bcd8 27449 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
27450fi
27451
4f14bcd8 27452if test "$USE_DARWIN" = 1; then
e6cc62c6 27453 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27454#define HAVE_USLEEP 1
e6cc62c6 27455_ACEOF
10f2d63a 27456
4f14bcd8 27457 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
27458fi
27459
4f14bcd8
GD
27460if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27461 POSIX4_LINK=
e6cc62c6
VS
27462
27463for ac_func in nanosleep
4f14bcd8 27464do
e6cc62c6
VS
27465as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27466echo "$as_me:$LINENO: checking for $ac_func" >&5
27467echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27468if eval "test \"\${$as_ac_var+set}\" = set"; then
27469 echo $ECHO_N "(cached) $ECHO_C" >&6
27470else
27471 cat >conftest.$ac_ext <<_ACEOF
27472#line $LINENO "configure"
27473/* confdefs.h. */
27474_ACEOF
27475cat confdefs.h >>conftest.$ac_ext
27476cat >>conftest.$ac_ext <<_ACEOF
27477/* end confdefs.h. */
4f14bcd8 27478/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27479 which can conflict with char $ac_func (); below.
27480 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27481 <limits.h> exists even on freestanding compilers. */
27482#ifdef __STDC__
27483# include <limits.h>
27484#else
27485# include <assert.h>
27486#endif
10f2d63a 27487/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27488#ifdef __cplusplus
27489extern "C"
27490{
27491#endif
10f2d63a 27492/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27493 builtin and then its argument prototype would still apply. */
27494char $ac_func ();
4f14bcd8
GD
27495/* The GNU C library defines this for functions which it implements
27496 to always fail with ENOSYS. Some functions are actually named
27497 something starting with __ and the normal name is an alias. */
27498#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27499choke me
27500#else
e6cc62c6
VS
27501char (*f) () = $ac_func;
27502#endif
27503#ifdef __cplusplus
27504}
4f14bcd8
GD
27505#endif
27506
e6cc62c6
VS
27507int
27508main ()
27509{
27510return f != $ac_func;
27511 ;
27512 return 0;
27513}
27514_ACEOF
27515rm -f conftest.$ac_objext conftest$ac_exeext
27516if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27517 (eval $ac_link) 2>&5
27518 ac_status=$?
27519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27520 (exit $ac_status); } &&
27521 { ac_try='test -s conftest$ac_exeext'
27522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27523 (eval $ac_try) 2>&5
27524 ac_status=$?
27525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27526 (exit $ac_status); }; }; then
27527 eval "$as_ac_var=yes"
27528else
27529 echo "$as_me: failed program was:" >&5
27530sed 's/^/| /' conftest.$ac_ext >&5
27531
27532eval "$as_ac_var=no"
27533fi
27534rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27535fi
27536echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27537echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27538if test `eval echo '${'$as_ac_var'}'` = yes; then
27539 cat >>confdefs.h <<_ACEOF
27540#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27541_ACEOF
27542 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27543#define HAVE_NANOSLEEP 1
e6cc62c6 27544_ACEOF
4f14bcd8 27545
10f2d63a 27546else
e6cc62c6
VS
27547
27548 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27549echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27550if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27551 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 27552else
e6cc62c6 27553 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 27554LIBS="-lposix4 $LIBS"
e6cc62c6
VS
27555cat >conftest.$ac_ext <<_ACEOF
27556#line $LINENO "configure"
27557/* confdefs.h. */
27558_ACEOF
27559cat confdefs.h >>conftest.$ac_ext
27560cat >>conftest.$ac_ext <<_ACEOF
27561/* end confdefs.h. */
27562
10f2d63a 27563/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27564#ifdef __cplusplus
27565extern "C"
27566#endif
10f2d63a 27567/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27568 builtin and then its argument prototype would still apply. */
27569char nanosleep ();
27570int
27571main ()
27572{
27573nanosleep ();
27574 ;
27575 return 0;
27576}
27577_ACEOF
27578rm -f conftest.$ac_objext conftest$ac_exeext
27579if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27580 (eval $ac_link) 2>&5
27581 ac_status=$?
27582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27583 (exit $ac_status); } &&
27584 { ac_try='test -s conftest$ac_exeext'
27585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27586 (eval $ac_try) 2>&5
27587 ac_status=$?
27588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27589 (exit $ac_status); }; }; then
27590 ac_cv_lib_posix4_nanosleep=yes
27591else
27592 echo "$as_me: failed program was:" >&5
27593sed 's/^/| /' conftest.$ac_ext >&5
27594
27595ac_cv_lib_posix4_nanosleep=no
27596fi
27597rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27598LIBS=$ac_check_lib_save_LIBS
27599fi
27600echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27601echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27602if test $ac_cv_lib_posix4_nanosleep = yes; then
27603
27604 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27605#define HAVE_NANOSLEEP 1
e6cc62c6 27606_ACEOF
4f14bcd8 27607
3d63bc3a 27608 POSIX4_LINK=" -lposix4"
e6cc62c6 27609
10f2d63a 27610else
10f2d63a 27611
e6cc62c6
VS
27612
27613for ac_func in usleep
4f14bcd8 27614do
e6cc62c6
VS
27615as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27616echo "$as_me:$LINENO: checking for $ac_func" >&5
27617echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27618if eval "test \"\${$as_ac_var+set}\" = set"; then
27619 echo $ECHO_N "(cached) $ECHO_C" >&6
27620else
27621 cat >conftest.$ac_ext <<_ACEOF
27622#line $LINENO "configure"
27623/* confdefs.h. */
27624_ACEOF
27625cat confdefs.h >>conftest.$ac_ext
27626cat >>conftest.$ac_ext <<_ACEOF
27627/* end confdefs.h. */
4f14bcd8 27628/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27629 which can conflict with char $ac_func (); below.
27630 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27631 <limits.h> exists even on freestanding compilers. */
27632#ifdef __STDC__
27633# include <limits.h>
27634#else
27635# include <assert.h>
27636#endif
4f14bcd8 27637/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27638#ifdef __cplusplus
27639extern "C"
27640{
27641#endif
4f14bcd8 27642/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27643 builtin and then its argument prototype would still apply. */
27644char $ac_func ();
4f14bcd8
GD
27645/* The GNU C library defines this for functions which it implements
27646 to always fail with ENOSYS. Some functions are actually named
27647 something starting with __ and the normal name is an alias. */
27648#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27649choke me
27650#else
e6cc62c6
VS
27651char (*f) () = $ac_func;
27652#endif
27653#ifdef __cplusplus
27654}
4f14bcd8
GD
27655#endif
27656
e6cc62c6
VS
27657int
27658main ()
27659{
27660return f != $ac_func;
27661 ;
27662 return 0;
27663}
27664_ACEOF
27665rm -f conftest.$ac_objext conftest$ac_exeext
27666if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27667 (eval $ac_link) 2>&5
27668 ac_status=$?
27669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27670 (exit $ac_status); } &&
27671 { ac_try='test -s conftest$ac_exeext'
27672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27673 (eval $ac_try) 2>&5
27674 ac_status=$?
27675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27676 (exit $ac_status); }; }; then
27677 eval "$as_ac_var=yes"
27678else
27679 echo "$as_me: failed program was:" >&5
27680sed 's/^/| /' conftest.$ac_ext >&5
27681
27682eval "$as_ac_var=no"
27683fi
27684rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27685fi
27686echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27687echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27688if test `eval echo '${'$as_ac_var'}'` = yes; then
27689 cat >>confdefs.h <<_ACEOF
27690#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27691_ACEOF
27692 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27693#define HAVE_USLEEP 1
e6cc62c6 27694_ACEOF
4f14bcd8 27695
698dcdb6 27696else
e6cc62c6
VS
27697 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
27698echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
27699
10f2d63a 27700fi
4f14bcd8 27701done
10f2d63a 27702
e6cc62c6
VS
27703
27704
6232543b 27705fi
10f2d63a 27706
e6cc62c6
VS
27707
27708
1e487827 27709fi
4f14bcd8 27710done
703e0a69 27711
10f2d63a
VZ
27712fi
27713
e6cc62c6
VS
27714
27715
4f14bcd8 27716for ac_func in uname gethostname
70846f0a 27717do
e6cc62c6
VS
27718as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27719echo "$as_me:$LINENO: checking for $ac_func" >&5
27720echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27721if eval "test \"\${$as_ac_var+set}\" = set"; then
27722 echo $ECHO_N "(cached) $ECHO_C" >&6
27723else
27724 cat >conftest.$ac_ext <<_ACEOF
27725#line $LINENO "configure"
27726/* confdefs.h. */
27727_ACEOF
27728cat confdefs.h >>conftest.$ac_ext
27729cat >>conftest.$ac_ext <<_ACEOF
27730/* end confdefs.h. */
70846f0a 27731/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27732 which can conflict with char $ac_func (); below.
27733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27734 <limits.h> exists even on freestanding compilers. */
27735#ifdef __STDC__
27736# include <limits.h>
27737#else
27738# include <assert.h>
27739#endif
70846f0a 27740/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27741#ifdef __cplusplus
27742extern "C"
27743{
27744#endif
70846f0a 27745/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27746 builtin and then its argument prototype would still apply. */
27747char $ac_func ();
70846f0a
VZ
27748/* The GNU C library defines this for functions which it implements
27749 to always fail with ENOSYS. Some functions are actually named
27750 something starting with __ and the normal name is an alias. */
27751#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27752choke me
27753#else
e6cc62c6
VS
27754char (*f) () = $ac_func;
27755#endif
27756#ifdef __cplusplus
27757}
70846f0a
VZ
27758#endif
27759
e6cc62c6
VS
27760int
27761main ()
27762{
27763return f != $ac_func;
27764 ;
27765 return 0;
27766}
27767_ACEOF
27768rm -f conftest.$ac_objext conftest$ac_exeext
27769if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27770 (eval $ac_link) 2>&5
27771 ac_status=$?
27772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27773 (exit $ac_status); } &&
27774 { ac_try='test -s conftest$ac_exeext'
27775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27776 (eval $ac_try) 2>&5
27777 ac_status=$?
27778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27779 (exit $ac_status); }; }; then
27780 eval "$as_ac_var=yes"
27781else
27782 echo "$as_me: failed program was:" >&5
27783sed 's/^/| /' conftest.$ac_ext >&5
27784
27785eval "$as_ac_var=no"
27786fi
27787rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27788fi
27789echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27790echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27791if test `eval echo '${'$as_ac_var'}'` = yes; then
27792 cat >>confdefs.h <<_ACEOF
27793#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27794_ACEOF
4f14bcd8 27795 break
70846f0a
VZ
27796fi
27797done
27798
8284b0c5
MB
27799
27800
e6cc62c6
VS
27801
27802ac_ext=cc
4f14bcd8 27803ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
27804ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27805ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27806ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27807
8284b0c5 27808
4f14bcd8
GD
27809
27810for ac_func in strtok_r
10f2d63a 27811do
e6cc62c6
VS
27812as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27813echo "$as_me:$LINENO: checking for $ac_func" >&5
27814echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27815if eval "test \"\${$as_ac_var+set}\" = set"; then
27816 echo $ECHO_N "(cached) $ECHO_C" >&6
27817else
27818 cat >conftest.$ac_ext <<_ACEOF
27819#line $LINENO "configure"
27820/* confdefs.h. */
27821_ACEOF
27822cat confdefs.h >>conftest.$ac_ext
27823cat >>conftest.$ac_ext <<_ACEOF
27824/* end confdefs.h. */
4f14bcd8 27825/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27826 which can conflict with char $ac_func (); below.
27827 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27828 <limits.h> exists even on freestanding compilers. */
27829#ifdef __STDC__
27830# include <limits.h>
27831#else
27832# include <assert.h>
27833#endif
4f14bcd8
GD
27834/* Override any gcc2 internal prototype to avoid an error. */
27835#ifdef __cplusplus
27836extern "C"
e6cc62c6 27837{
4f14bcd8
GD
27838#endif
27839/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27840 builtin and then its argument prototype would still apply. */
27841char $ac_func ();
4f14bcd8
GD
27842/* The GNU C library defines this for functions which it implements
27843 to always fail with ENOSYS. Some functions are actually named
27844 something starting with __ and the normal name is an alias. */
27845#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27846choke me
27847#else
e6cc62c6
VS
27848char (*f) () = $ac_func;
27849#endif
27850#ifdef __cplusplus
27851}
4f14bcd8
GD
27852#endif
27853
e6cc62c6
VS
27854int
27855main ()
27856{
27857return f != $ac_func;
27858 ;
27859 return 0;
27860}
27861_ACEOF
27862rm -f conftest.$ac_objext conftest$ac_exeext
27863if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27864 (eval $ac_link) 2>&5
27865 ac_status=$?
27866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27867 (exit $ac_status); } &&
27868 { ac_try='test -s conftest$ac_exeext'
27869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27870 (eval $ac_try) 2>&5
27871 ac_status=$?
27872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27873 (exit $ac_status); }; }; then
27874 eval "$as_ac_var=yes"
27875else
27876 echo "$as_me: failed program was:" >&5
27877sed 's/^/| /' conftest.$ac_ext >&5
27878
27879eval "$as_ac_var=no"
27880fi
27881rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27882fi
27883echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27884echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27885if test `eval echo '${'$as_ac_var'}'` = yes; then
27886 cat >>confdefs.h <<_ACEOF
27887#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27888_ACEOF
4f14bcd8 27889
10f2d63a
VZ
27890fi
27891done
27892
8284b0c5 27893
4f14bcd8 27894ac_ext=c
4f14bcd8 27895ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
27896ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27897ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27898ac_compiler_gnu=$ac_cv_c_compiler_gnu
7b4a847f 27899
5c6fa7d2 27900
8284b0c5 27901INET_LINK=
e6cc62c6 27902
4f14bcd8
GD
27903for ac_func in inet_addr
27904do
e6cc62c6
VS
27905as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27906echo "$as_me:$LINENO: checking for $ac_func" >&5
27907echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27908if eval "test \"\${$as_ac_var+set}\" = set"; then
27909 echo $ECHO_N "(cached) $ECHO_C" >&6
27910else
27911 cat >conftest.$ac_ext <<_ACEOF
27912#line $LINENO "configure"
27913/* confdefs.h. */
27914_ACEOF
27915cat confdefs.h >>conftest.$ac_ext
27916cat >>conftest.$ac_ext <<_ACEOF
27917/* end confdefs.h. */
4f14bcd8 27918/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27919 which can conflict with char $ac_func (); below.
27920 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27921 <limits.h> exists even on freestanding compilers. */
27922#ifdef __STDC__
27923# include <limits.h>
27924#else
27925# include <assert.h>
27926#endif
10f2d63a 27927/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27928#ifdef __cplusplus
27929extern "C"
27930{
27931#endif
10f2d63a 27932/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27933 builtin and then its argument prototype would still apply. */
27934char $ac_func ();
4f14bcd8
GD
27935/* The GNU C library defines this for functions which it implements
27936 to always fail with ENOSYS. Some functions are actually named
27937 something starting with __ and the normal name is an alias. */
27938#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27939choke me
27940#else
e6cc62c6
VS
27941char (*f) () = $ac_func;
27942#endif
27943#ifdef __cplusplus
27944}
4f14bcd8
GD
27945#endif
27946
e6cc62c6
VS
27947int
27948main ()
27949{
27950return f != $ac_func;
27951 ;
27952 return 0;
27953}
27954_ACEOF
27955rm -f conftest.$ac_objext conftest$ac_exeext
27956if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27957 (eval $ac_link) 2>&5
27958 ac_status=$?
27959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27960 (exit $ac_status); } &&
27961 { ac_try='test -s conftest$ac_exeext'
27962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27963 (eval $ac_try) 2>&5
27964 ac_status=$?
27965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27966 (exit $ac_status); }; }; then
27967 eval "$as_ac_var=yes"
27968else
27969 echo "$as_me: failed program was:" >&5
27970sed 's/^/| /' conftest.$ac_ext >&5
27971
27972eval "$as_ac_var=no"
27973fi
27974rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27975fi
27976echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27977echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27978if test `eval echo '${'$as_ac_var'}'` = yes; then
27979 cat >>confdefs.h <<_ACEOF
27980#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27981_ACEOF
27982 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27983#define HAVE_INET_ADDR 1
e6cc62c6 27984_ACEOF
10f2d63a
VZ
27985
27986else
e6cc62c6
VS
27987
27988 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
27989echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
27990if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
27991 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 27992else
e6cc62c6 27993 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 27994LIBS="-lnsl $LIBS"
e6cc62c6
VS
27995cat >conftest.$ac_ext <<_ACEOF
27996#line $LINENO "configure"
27997/* confdefs.h. */
27998_ACEOF
27999cat confdefs.h >>conftest.$ac_ext
28000cat >>conftest.$ac_ext <<_ACEOF
28001/* end confdefs.h. */
28002
10f2d63a 28003/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28004#ifdef __cplusplus
28005extern "C"
28006#endif
10f2d63a 28007/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28008 builtin and then its argument prototype would still apply. */
28009char inet_addr ();
28010int
28011main ()
28012{
28013inet_addr ();
28014 ;
28015 return 0;
28016}
28017_ACEOF
28018rm -f conftest.$ac_objext conftest$ac_exeext
28019if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28020 (eval $ac_link) 2>&5
28021 ac_status=$?
28022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28023 (exit $ac_status); } &&
28024 { ac_try='test -s conftest$ac_exeext'
28025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28026 (eval $ac_try) 2>&5
28027 ac_status=$?
28028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28029 (exit $ac_status); }; }; then
28030 ac_cv_lib_nsl_inet_addr=yes
28031else
28032 echo "$as_me: failed program was:" >&5
28033sed 's/^/| /' conftest.$ac_ext >&5
28034
28035ac_cv_lib_nsl_inet_addr=no
28036fi
28037rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28038LIBS=$ac_check_lib_save_LIBS
28039fi
28040echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28041echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28042if test $ac_cv_lib_nsl_inet_addr = yes; then
4f14bcd8 28043 INET_LINK="nsl"
10f2d63a 28044else
e6cc62c6
VS
28045 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28046echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28047if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28048 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 28049else
e6cc62c6 28050 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 28051LIBS="-lresolv $LIBS"
e6cc62c6
VS
28052cat >conftest.$ac_ext <<_ACEOF
28053#line $LINENO "configure"
28054/* confdefs.h. */
28055_ACEOF
28056cat confdefs.h >>conftest.$ac_ext
28057cat >>conftest.$ac_ext <<_ACEOF
28058/* end confdefs.h. */
28059
5c6fa7d2 28060/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28061#ifdef __cplusplus
28062extern "C"
28063#endif
5c6fa7d2 28064/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28065 builtin and then its argument prototype would still apply. */
28066char inet_addr ();
28067int
28068main ()
28069{
28070inet_addr ();
28071 ;
28072 return 0;
28073}
28074_ACEOF
28075rm -f conftest.$ac_objext conftest$ac_exeext
28076if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28077 (eval $ac_link) 2>&5
28078 ac_status=$?
28079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28080 (exit $ac_status); } &&
28081 { ac_try='test -s conftest$ac_exeext'
28082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28083 (eval $ac_try) 2>&5
28084 ac_status=$?
28085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28086 (exit $ac_status); }; }; then
28087 ac_cv_lib_resolv_inet_addr=yes
28088else
28089 echo "$as_me: failed program was:" >&5
28090sed 's/^/| /' conftest.$ac_ext >&5
28091
28092ac_cv_lib_resolv_inet_addr=no
28093fi
28094rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28095LIBS=$ac_check_lib_save_LIBS
28096fi
28097echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28098echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28099if test $ac_cv_lib_resolv_inet_addr = yes; then
4f14bcd8 28100 INET_LINK="resolv"
698dcdb6 28101else
e6cc62c6
VS
28102 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28103echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28104if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28105 echo $ECHO_N "(cached) $ECHO_C" >&6
3c011993 28106else
e6cc62c6 28107 ac_check_lib_save_LIBS=$LIBS
3c011993 28108LIBS="-lsocket $LIBS"
e6cc62c6
VS
28109cat >conftest.$ac_ext <<_ACEOF
28110#line $LINENO "configure"
28111/* confdefs.h. */
28112_ACEOF
28113cat confdefs.h >>conftest.$ac_ext
28114cat >>conftest.$ac_ext <<_ACEOF
28115/* end confdefs.h. */
28116
3c011993 28117/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28118#ifdef __cplusplus
28119extern "C"
28120#endif
3c011993 28121/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28122 builtin and then its argument prototype would still apply. */
28123char inet_addr ();
28124int
28125main ()
28126{
28127inet_addr ();
28128 ;
28129 return 0;
28130}
28131_ACEOF
28132rm -f conftest.$ac_objext conftest$ac_exeext
28133if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28134 (eval $ac_link) 2>&5
28135 ac_status=$?
28136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28137 (exit $ac_status); } &&
28138 { ac_try='test -s conftest$ac_exeext'
28139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28140 (eval $ac_try) 2>&5
28141 ac_status=$?
28142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28143 (exit $ac_status); }; }; then
28144 ac_cv_lib_socket_inet_addr=yes
28145else
28146 echo "$as_me: failed program was:" >&5
28147sed 's/^/| /' conftest.$ac_ext >&5
28148
28149ac_cv_lib_socket_inet_addr=no
28150fi
28151rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28152LIBS=$ac_check_lib_save_LIBS
28153fi
28154echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28155echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28156if test $ac_cv_lib_socket_inet_addr = yes; then
28157 INET_LINK="socket"
4f14bcd8 28158
8284b0c5 28159fi
e6cc62c6 28160
698dcdb6 28161
7b4a847f 28162fi
e6cc62c6
VS
28163
28164
a0b9e27f 28165fi
579d8138 28166
e6cc62c6
VS
28167
28168
5c6fa7d2 28169fi
e6cc62c6
VS
28170done
28171
28172
28173
28174for ac_func in inet_aton
28175do
28176as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28177echo "$as_me:$LINENO: checking for $ac_func" >&5
28178echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28179if eval "test \"\${$as_ac_var+set}\" = set"; then
28180 echo $ECHO_N "(cached) $ECHO_C" >&6
28181else
28182 cat >conftest.$ac_ext <<_ACEOF
28183#line $LINENO "configure"
28184/* confdefs.h. */
28185_ACEOF
28186cat confdefs.h >>conftest.$ac_ext
28187cat >>conftest.$ac_ext <<_ACEOF
28188/* end confdefs.h. */
28189/* System header to define __stub macros and hopefully few prototypes,
28190 which can conflict with char $ac_func (); below.
28191 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28192 <limits.h> exists even on freestanding compilers. */
28193#ifdef __STDC__
28194# include <limits.h>
28195#else
28196# include <assert.h>
28197#endif
28198/* Override any gcc2 internal prototype to avoid an error. */
28199#ifdef __cplusplus
28200extern "C"
28201{
28202#endif
28203/* We use char because int might match the return type of a gcc2
28204 builtin and then its argument prototype would still apply. */
28205char $ac_func ();
28206/* The GNU C library defines this for functions which it implements
28207 to always fail with ENOSYS. Some functions are actually named
28208 something starting with __ and the normal name is an alias. */
28209#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28210choke me
28211#else
28212char (*f) () = $ac_func;
28213#endif
28214#ifdef __cplusplus
28215}
28216#endif
28217
28218int
28219main ()
28220{
28221return f != $ac_func;
28222 ;
28223 return 0;
28224}
28225_ACEOF
28226rm -f conftest.$ac_objext conftest$ac_exeext
28227if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28228 (eval $ac_link) 2>&5
28229 ac_status=$?
28230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28231 (exit $ac_status); } &&
28232 { ac_try='test -s conftest$ac_exeext'
28233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28234 (eval $ac_try) 2>&5
28235 ac_status=$?
28236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28237 (exit $ac_status); }; }; then
28238 eval "$as_ac_var=yes"
28239else
28240 echo "$as_me: failed program was:" >&5
28241sed 's/^/| /' conftest.$ac_ext >&5
28242
28243eval "$as_ac_var=no"
28244fi
28245rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28246fi
28247echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28248echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28249if test `eval echo '${'$as_ac_var'}'` = yes; then
28250 cat >>confdefs.h <<_ACEOF
28251#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28252_ACEOF
28253 cat >>confdefs.h <<\_ACEOF
28254#define HAVE_INET_ATON 1
28255_ACEOF
28256
28257else
28258
28259 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28260echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28261echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28262if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28263 echo $ECHO_N "(cached) $ECHO_C" >&6
28264else
28265 ac_check_lib_save_LIBS=$LIBS
28266LIBS="-l$INET_LINK $LIBS"
28267cat >conftest.$ac_ext <<_ACEOF
28268#line $LINENO "configure"
28269/* confdefs.h. */
28270_ACEOF
28271cat confdefs.h >>conftest.$ac_ext
28272cat >>conftest.$ac_ext <<_ACEOF
28273/* end confdefs.h. */
28274
28275/* Override any gcc2 internal prototype to avoid an error. */
28276#ifdef __cplusplus
28277extern "C"
28278#endif
28279/* We use char because int might match the return type of a gcc2
28280 builtin and then its argument prototype would still apply. */
28281char inet_aton ();
28282int
28283main ()
28284{
28285inet_aton ();
28286 ;
28287 return 0;
28288}
28289_ACEOF
28290rm -f conftest.$ac_objext conftest$ac_exeext
28291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28292 (eval $ac_link) 2>&5
28293 ac_status=$?
28294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28295 (exit $ac_status); } &&
28296 { ac_try='test -s conftest$ac_exeext'
28297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28298 (eval $ac_try) 2>&5
28299 ac_status=$?
28300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28301 (exit $ac_status); }; }; then
28302 eval "$as_ac_Lib=yes"
28303else
28304 echo "$as_me: failed program was:" >&5
28305sed 's/^/| /' conftest.$ac_ext >&5
28306
28307eval "$as_ac_Lib=no"
28308fi
28309rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28310LIBS=$ac_check_lib_save_LIBS
28311fi
28312echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28313echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28314if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28315 cat >>confdefs.h <<\_ACEOF
28316#define HAVE_INET_ATON 1
28317_ACEOF
52127426 28318
a0b9e27f 28319fi
247f5006 28320
8284b0c5 28321
698dcdb6 28322fi
4f14bcd8
GD
28323done
28324
8284b0c5 28325
e6cc62c6
VS
28326if test "x$INET_LINK" != "x"; then
28327 cat >>confdefs.h <<\_ACEOF
28328#define HAVE_INET_ADDR 1
28329_ACEOF
28330
28331 INET_LINK=" -l$INET_LINK"
28332fi
28333
28334fi
a0b9e27f 28335
a0b9e27f 28336
4f14bcd8 28337
e6cc62c6
VS
28338ESD_LINK=
28339if test "${ac_cv_header_esd_h+set}" = set; then
28340 echo "$as_me:$LINENO: checking for esd.h" >&5
28341echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28342if test "${ac_cv_header_esd_h+set}" = set; then
28343 echo $ECHO_N "(cached) $ECHO_C" >&6
28344fi
28345echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28346echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28347else
28348 # Is the header compilable?
28349echo "$as_me:$LINENO: checking esd.h usability" >&5
28350echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6
28351cat >conftest.$ac_ext <<_ACEOF
28352#line $LINENO "configure"
28353/* confdefs.h. */
28354_ACEOF
28355cat confdefs.h >>conftest.$ac_ext
28356cat >>conftest.$ac_ext <<_ACEOF
28357/* end confdefs.h. */
28358$ac_includes_default
28359#include <esd.h>
28360_ACEOF
28361rm -f conftest.$ac_objext
28362if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28363 (eval $ac_compile) 2>&5
28364 ac_status=$?
28365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28366 (exit $ac_status); } &&
28367 { ac_try='test -s conftest.$ac_objext'
28368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28369 (eval $ac_try) 2>&5
28370 ac_status=$?
28371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28372 (exit $ac_status); }; }; then
28373 ac_header_compiler=yes
28374else
28375 echo "$as_me: failed program was:" >&5
28376sed 's/^/| /' conftest.$ac_ext >&5
28377
28378ac_header_compiler=no
28379fi
28380rm -f conftest.$ac_objext conftest.$ac_ext
28381echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28382echo "${ECHO_T}$ac_header_compiler" >&6
28383
28384# Is the header present?
28385echo "$as_me:$LINENO: checking esd.h presence" >&5
28386echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6
28387cat >conftest.$ac_ext <<_ACEOF
28388#line $LINENO "configure"
28389/* confdefs.h. */
28390_ACEOF
28391cat confdefs.h >>conftest.$ac_ext
28392cat >>conftest.$ac_ext <<_ACEOF
28393/* end confdefs.h. */
28394#include <esd.h>
28395_ACEOF
28396if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28397 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28398 ac_status=$?
28399 grep -v '^ *+' conftest.er1 >conftest.err
28400 rm -f conftest.er1
28401 cat conftest.err >&5
28402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28403 (exit $ac_status); } >/dev/null; then
28404 if test -s conftest.err; then
28405 ac_cpp_err=$ac_c_preproc_warn_flag
28406 else
28407 ac_cpp_err=
28408 fi
a0b9e27f 28409else
e6cc62c6
VS
28410 ac_cpp_err=yes
28411fi
28412if test -z "$ac_cpp_err"; then
28413 ac_header_preproc=yes
28414else
28415 echo "$as_me: failed program was:" >&5
28416sed 's/^/| /' conftest.$ac_ext >&5
28417
28418 ac_header_preproc=no
28419fi
28420rm -f conftest.err conftest.$ac_ext
28421echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28422echo "${ECHO_T}$ac_header_preproc" >&6
28423
28424# So? What about this header?
28425case $ac_header_compiler:$ac_header_preproc in
28426 yes:no )
28427 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
28428echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28429 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28430echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28431 (
28432 cat <<\_ASBOX
28433## ------------------------------------ ##
28434## Report this to bug-autoconf@gnu.org. ##
28435## ------------------------------------ ##
28436_ASBOX
28437 ) |
28438 sed "s/^/$as_me: WARNING: /" >&2
28439 ;;
28440 no:yes )
28441 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
28442echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
28443 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
28444echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
28445 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28446echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28447 (
28448 cat <<\_ASBOX
28449## ------------------------------------ ##
28450## Report this to bug-autoconf@gnu.org. ##
28451## ------------------------------------ ##
28452_ASBOX
28453 ) |
28454 sed "s/^/$as_me: WARNING: /" >&2
28455 ;;
28456esac
28457echo "$as_me:$LINENO: checking for esd.h" >&5
28458echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28459if test "${ac_cv_header_esd_h+set}" = set; then
28460 echo $ECHO_N "(cached) $ECHO_C" >&6
28461else
28462 ac_cv_header_esd_h=$ac_header_preproc
a0b9e27f 28463fi
e6cc62c6
VS
28464echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28465echo "${ECHO_T}$ac_cv_header_esd_h" >&6
a0b9e27f 28466
e6cc62c6
VS
28467fi
28468if test $ac_cv_header_esd_h = yes; then
4f14bcd8 28469
e6cc62c6
VS
28470 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28471echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28472if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28473 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 28474else
e6cc62c6
VS
28475 ac_check_lib_save_LIBS=$LIBS
28476LIBS="-lesd $LIBS"
28477cat >conftest.$ac_ext <<_ACEOF
28478#line $LINENO "configure"
28479/* confdefs.h. */
28480_ACEOF
28481cat confdefs.h >>conftest.$ac_ext
28482cat >>conftest.$ac_ext <<_ACEOF
28483/* end confdefs.h. */
28484
6232543b 28485/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28486#ifdef __cplusplus
28487extern "C"
28488#endif
6232543b 28489/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28490 builtin and then its argument prototype would still apply. */
28491char esd_close ();
28492int
28493main ()
28494{
28495esd_close ();
28496 ;
28497 return 0;
28498}
28499_ACEOF
28500rm -f conftest.$ac_objext conftest$ac_exeext
28501if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28502 (eval $ac_link) 2>&5
28503 ac_status=$?
28504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28505 (exit $ac_status); } &&
28506 { ac_try='test -s conftest$ac_exeext'
28507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28508 (eval $ac_try) 2>&5
28509 ac_status=$?
28510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28511 (exit $ac_status); }; }; then
28512 ac_cv_lib_esd_esd_close=yes
a0b9e27f 28513else
e6cc62c6
VS
28514 echo "$as_me: failed program was:" >&5
28515sed 's/^/| /' conftest.$ac_ext >&5
4f14bcd8 28516
e6cc62c6 28517ac_cv_lib_esd_esd_close=no
10f2d63a 28518fi
e6cc62c6
VS
28519rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28520LIBS=$ac_check_lib_save_LIBS
a0b9e27f 28521fi
e6cc62c6
VS
28522echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28523echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28524if test $ac_cv_lib_esd_esd_close = yes; then
247f5006 28525
e6cc62c6 28526 ESD_LINK="-lesd"
10f2d63a 28527
e6cc62c6 28528fi
8284b0c5 28529
4f14bcd8 28530
6232543b 28531fi
10f2d63a 28532
703e0a69 28533
8284b0c5 28534
e6cc62c6
VS
28535
28536
28537cat >confcache <<\_ACEOF
4f14bcd8
GD
28538# This file is a shell script that caches the results of configure
28539# tests run on this system so they can be shared between configure
e6cc62c6
VS
28540# scripts and configure runs, see configure's option --config-cache.
28541# It is not useful on other systems. If it contains results you don't
28542# want to keep, you may remove or edit it.
4f14bcd8 28543#
e6cc62c6
VS
28544# config.status only pays attention to the cache file if you give it
28545# the --recheck option to rerun configure.
4f14bcd8 28546#
e6cc62c6
VS
28547# `ac_cv_env_foo' variables (set or unset) will be overridden when
28548# loading this file, other *unset* `ac_cv_foo' will be assigned the
28549# following values.
28550
28551_ACEOF
28552
4f14bcd8
GD
28553# The following way of writing the cache mishandles newlines in values,
28554# but we know of no workaround that is simple, portable, and efficient.
28555# So, don't put newlines in cache variables' values.
28556# Ultrix sh set writes to stderr and can't be redirected directly,
28557# and sets the high bit in the cache file unless we assign to the vars.
e6cc62c6
VS
28558{
28559 (set) 2>&1 |
28560 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28561 *ac_space=\ *)
28562 # `set' does not quote correctly, so add quotes (double-quote
28563 # substitution turns \\\\ into \\, and sed turns \\ into \).
28564 sed -n \
28565 "s/'/'\\\\''/g;
28566 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28567 ;;
28568 *)
28569 # `set' quotes correctly as required by POSIX, so do not add quotes.
28570 sed -n \
28571 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28572 ;;
28573 esac;
28574} |
28575 sed '
28576 t clear
28577 : clear
28578 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28579 t end
28580 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28581 : end' >>confcache
28582if diff $cache_file confcache >/dev/null 2>&1; then :; else
4f14bcd8 28583 if test -w $cache_file; then
e6cc62c6
VS
28584 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28585 cat confcache >$cache_file
f6bcfd97 28586 else
4f14bcd8 28587 echo "not updating unwritable cache $cache_file"
f6bcfd97 28588 fi
4f14bcd8
GD
28589fi
28590rm -f confcache
f6bcfd97 28591
8284b0c5 28592
009fead0 28593CPP_MT_FLAG=
4f14bcd8
GD
28594if test "$TOOLKIT" != "MSW"; then
28595
e6cc62c6 28596
7274f1c7 28597 THREADS_LINK=
009fead0 28598 THREADS_CFLAGS=
7274f1c7
RL
28599
28600 if test "$wxUSE_THREADS" = "yes" ; then
89e6bf6d 28601 if test "$USE_BEOS" = 1; then
e6cc62c6
VS
28602 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
28603echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
7274f1c7
RL
28604 wxUSE_THREADS="no"
28605 fi
4f14bcd8 28606 fi
4f14bcd8 28607
7274f1c7 28608 if test "$wxUSE_THREADS" = "yes" ; then
e6cc62c6
VS
28609
28610
009fead0
VZ
28611 THREAD_OPTS="-pthread"
28612 case "${host}" in
28613 *-*-solaris2* | *-*-sunos4* )
28614 if test "x$GCC" = "xyes"; then
126be6b4 28615 THREAD_OPTS="-pthreads $THREAD_OPTS"
009fead0
VZ
28616 else
28617 THREAD_OPTS="-mt $THREAD_OPTS"
28618 fi
28619 ;;
28620 *-*-freebsd*)
28621 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
28622 ;;
17234b26
MB
28623 *-*-darwin* | *-*-cygwin* )
28624 THREAD_OPTS=""
4101db81 28625 ;;
8f4a9a10 28626 *-*-aix*)
009fead0
VZ
28627 THREAD_OPTS="pthreads"
28628 ;;
4f5a7f74
VZ
28629 *-hp-hpux* )
28630 if test "x$GCC" != "xyes"; then
28631 THREAD_OPTS=""
28632 fi
89e3b3e4
VZ
28633 ;;
28634
28635 *-*-irix* )
28636 if test "x$GCC" = "xyes"; then
28637 THREAD_OPTS=""
28638 fi
28639 ;;
28640
28641 *-*-*UnixWare*)
28642 if test "x$GCC" != "xyes"; then
28643 THREAD_OPTS="-Ethread"
28644 fi
28645 ;;
009fead0 28646 esac
4f14bcd8 28647
02a1dfba 28648 THREAD_OPTS="$THREAD_OPTS pthread none"
595e0e44 28649
009fead0
VZ
28650 THREADS_OK=no
28651 for flag in $THREAD_OPTS; do
28652 case $flag in
28653 none)
e6cc62c6
VS
28654 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
28655echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
009fead0 28656 ;;
698dcdb6 28657
009fead0 28658 -*)
e6cc62c6
VS
28659 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
28660echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
009fead0
VZ
28661 THREADS_CFLAGS="$flag"
28662 ;;
698dcdb6 28663
009fead0 28664 *)
e6cc62c6
VS
28665 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
28666echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
009fead0
VZ
28667 THREADS_LINK="-l$flag"
28668 ;;
28669 esac
10f2d63a 28670
009fead0
VZ
28671 save_LIBS="$LIBS"
28672 save_CFLAGS="$CFLAGS"
28673 LIBS="$THREADS_LINK $LIBS"
04727afd 28674 CFLAGS="$THREADS_CFLAGS $CFLAGS"
10f2d63a 28675
e6cc62c6
VS
28676 cat >conftest.$ac_ext <<_ACEOF
28677#line $LINENO "configure"
28678/* confdefs.h. */
28679_ACEOF
28680cat confdefs.h >>conftest.$ac_ext
28681cat >>conftest.$ac_ext <<_ACEOF
28682/* end confdefs.h. */
009fead0 28683#include <pthread.h>
e6cc62c6
VS
28684int
28685main ()
28686{
009fead0 28687pthread_create(0,0,0,0);
e6cc62c6
VS
28688 ;
28689 return 0;
28690}
28691_ACEOF
28692rm -f conftest.$ac_objext conftest$ac_exeext
28693if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28694 (eval $ac_link) 2>&5
28695 ac_status=$?
28696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28697 (exit $ac_status); } &&
28698 { ac_try='test -s conftest$ac_exeext'
28699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28700 (eval $ac_try) 2>&5
28701 ac_status=$?
28702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28703 (exit $ac_status); }; }; then
009fead0 28704 THREADS_OK=yes
10f2d63a 28705else
e6cc62c6
VS
28706 echo "$as_me: failed program was:" >&5
28707sed 's/^/| /' conftest.$ac_ext >&5
28708
6232543b 28709fi
e6cc62c6 28710rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
698dcdb6 28711
009fead0
VZ
28712 LIBS="$save_LIBS"
28713 CFLAGS="$save_CFLAGS"
d9b9876f 28714
e6cc62c6
VS
28715 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
28716echo "${ECHO_T}$THREADS_OK" >&6
009fead0
VZ
28717 if test "x$THREADS_OK" = "xyes"; then
28718 break;
28719 fi
d9b9876f 28720
009fead0
VZ
28721 THREADS_LINK=""
28722 THREADS_CFLAGS=""
28723 done
4f14bcd8 28724
009fead0
VZ
28725 if test "x$THREADS_OK" != "xyes"; then
28726 wxUSE_THREADS=no
e6cc62c6
VS
28727 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
28728echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
009fead0 28729 else
db82f09e
VZ
28730 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
28731 LIBS="$THREADS_LINK $LIBS"
fe5a9cab 28732
e6cc62c6
VS
28733 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
28734echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
009fead0
VZ
28735 flag=no
28736 case "${host}" in
2b5f62a0
VZ
28737 *-aix*)
28738 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
28739 flag="-D_THREAD_SAFE"
28740 ;;
28741 *-freebsd*)
009fead0
VZ
28742 flag="-D_THREAD_SAFE"
28743 ;;
06313569
GD
28744 *-hp-hpux* )
28745 flag="-D_REENTRANT"
4f5a7f74
VZ
28746 if test "x$GCC" != "xyes"; then
28747 flag="$flag -D_RWSTD_MULTI_THREAD"
28748 fi
06313569 28749 ;;
009fead0
VZ
28750 *solaris* | alpha*-osf*)
28751 flag="-D_REENTRANT"
28752 ;;
28753 esac
e6cc62c6
VS
28754 echo "$as_me:$LINENO: result: ${flag}" >&5
28755echo "${ECHO_T}${flag}" >&6
009fead0 28756 if test "x$flag" != xno; then
04727afd 28757 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
009fead0
VZ
28758 fi
28759
009fead0 28760 if test "x$THREADS_CFLAGS" != "x"; then
04727afd 28761 CFLAGS="$CFLAGS $THREADS_CFLAGS"
009fead0
VZ
28762 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
28763 fi
28764 fi
4f14bcd8 28765 fi
4f14bcd8 28766
7274f1c7 28767 if test "$wxUSE_THREADS" = "yes" ; then
e6cc62c6
VS
28768
28769for ac_func in thr_setconcurrency
4f14bcd8 28770do
e6cc62c6
VS
28771as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28772echo "$as_me:$LINENO: checking for $ac_func" >&5
28773echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28774if eval "test \"\${$as_ac_var+set}\" = set"; then
28775 echo $ECHO_N "(cached) $ECHO_C" >&6
28776else
28777 cat >conftest.$ac_ext <<_ACEOF
28778#line $LINENO "configure"
28779/* confdefs.h. */
28780_ACEOF
28781cat confdefs.h >>conftest.$ac_ext
28782cat >>conftest.$ac_ext <<_ACEOF
28783/* end confdefs.h. */
4f14bcd8 28784/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
28785 which can conflict with char $ac_func (); below.
28786 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28787 <limits.h> exists even on freestanding compilers. */
28788#ifdef __STDC__
28789# include <limits.h>
28790#else
28791# include <assert.h>
28792#endif
4f14bcd8 28793/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28794#ifdef __cplusplus
28795extern "C"
28796{
28797#endif
4f14bcd8 28798/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28799 builtin and then its argument prototype would still apply. */
28800char $ac_func ();
4f14bcd8
GD
28801/* The GNU C library defines this for functions which it implements
28802 to always fail with ENOSYS. Some functions are actually named
28803 something starting with __ and the normal name is an alias. */
28804#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28805choke me
28806#else
e6cc62c6
VS
28807char (*f) () = $ac_func;
28808#endif
28809#ifdef __cplusplus
28810}
4f14bcd8
GD
28811#endif
28812
e6cc62c6
VS
28813int
28814main ()
28815{
28816return f != $ac_func;
28817 ;
28818 return 0;
28819}
28820_ACEOF
28821rm -f conftest.$ac_objext conftest$ac_exeext
28822if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28823 (eval $ac_link) 2>&5
28824 ac_status=$?
28825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28826 (exit $ac_status); } &&
28827 { ac_try='test -s conftest$ac_exeext'
28828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28829 (eval $ac_try) 2>&5
28830 ac_status=$?
28831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28832 (exit $ac_status); }; }; then
28833 eval "$as_ac_var=yes"
28834else
28835 echo "$as_me: failed program was:" >&5
28836sed 's/^/| /' conftest.$ac_ext >&5
28837
28838eval "$as_ac_var=no"
28839fi
28840rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28841fi
28842echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28843echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28844if test `eval echo '${'$as_ac_var'}'` = yes; then
28845 cat >>confdefs.h <<_ACEOF
28846#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28847_ACEOF
698dcdb6 28848
10f2d63a 28849fi
4f14bcd8 28850done
10f2d63a 28851
8284b0c5 28852
e6cc62c6
VS
28853
28854for ac_header in sched.h
4f14bcd8 28855do
e6cc62c6
VS
28856as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28857if eval "test \"\${$as_ac_Header+set}\" = set"; then
28858 echo "$as_me:$LINENO: checking for $ac_header" >&5
28859echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28860if eval "test \"\${$as_ac_Header+set}\" = set"; then
28861 echo $ECHO_N "(cached) $ECHO_C" >&6
28862fi
28863echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28864echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28865else
28866 # Is the header compilable?
28867echo "$as_me:$LINENO: checking $ac_header usability" >&5
28868echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
28869cat >conftest.$ac_ext <<_ACEOF
28870#line $LINENO "configure"
28871/* confdefs.h. */
28872_ACEOF
28873cat confdefs.h >>conftest.$ac_ext
28874cat >>conftest.$ac_ext <<_ACEOF
28875/* end confdefs.h. */
28876$ac_includes_default
28877#include <$ac_header>
28878_ACEOF
28879rm -f conftest.$ac_objext
28880if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28881 (eval $ac_compile) 2>&5
28882 ac_status=$?
28883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28884 (exit $ac_status); } &&
28885 { ac_try='test -s conftest.$ac_objext'
28886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28887 (eval $ac_try) 2>&5
28888 ac_status=$?
28889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28890 (exit $ac_status); }; }; then
28891 ac_header_compiler=yes
28892else
28893 echo "$as_me: failed program was:" >&5
28894sed 's/^/| /' conftest.$ac_ext >&5
28895
28896ac_header_compiler=no
28897fi
28898rm -f conftest.$ac_objext conftest.$ac_ext
28899echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28900echo "${ECHO_T}$ac_header_compiler" >&6
28901
28902# Is the header present?
28903echo "$as_me:$LINENO: checking $ac_header presence" >&5
28904echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
28905cat >conftest.$ac_ext <<_ACEOF
28906#line $LINENO "configure"
28907/* confdefs.h. */
28908_ACEOF
28909cat confdefs.h >>conftest.$ac_ext
28910cat >>conftest.$ac_ext <<_ACEOF
28911/* end confdefs.h. */
28912#include <$ac_header>
28913_ACEOF
28914if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28915 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28916 ac_status=$?
28917 grep -v '^ *+' conftest.er1 >conftest.err
28918 rm -f conftest.er1
28919 cat conftest.err >&5
28920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28921 (exit $ac_status); } >/dev/null; then
28922 if test -s conftest.err; then
28923 ac_cpp_err=$ac_c_preproc_warn_flag
28924 else
28925 ac_cpp_err=
28926 fi
28927else
28928 ac_cpp_err=yes
28929fi
28930if test -z "$ac_cpp_err"; then
28931 ac_header_preproc=yes
28932else
28933 echo "$as_me: failed program was:" >&5
28934sed 's/^/| /' conftest.$ac_ext >&5
28935
28936 ac_header_preproc=no
28937fi
28938rm -f conftest.err conftest.$ac_ext
28939echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28940echo "${ECHO_T}$ac_header_preproc" >&6
28941
28942# So? What about this header?
28943case $ac_header_compiler:$ac_header_preproc in
28944 yes:no )
28945 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28946echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28947 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28948echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28949 (
28950 cat <<\_ASBOX
28951## ------------------------------------ ##
28952## Report this to bug-autoconf@gnu.org. ##
28953## ------------------------------------ ##
28954_ASBOX
28955 ) |
28956 sed "s/^/$as_me: WARNING: /" >&2
28957 ;;
28958 no:yes )
28959 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28960echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28961 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
28962echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
28963 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28964echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28965 (
28966 cat <<\_ASBOX
28967## ------------------------------------ ##
28968## Report this to bug-autoconf@gnu.org. ##
28969## ------------------------------------ ##
28970_ASBOX
28971 ) |
28972 sed "s/^/$as_me: WARNING: /" >&2
28973 ;;
28974esac
28975echo "$as_me:$LINENO: checking for $ac_header" >&5
28976echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28977if eval "test \"\${$as_ac_Header+set}\" = set"; then
28978 echo $ECHO_N "(cached) $ECHO_C" >&6
28979else
28980 eval "$as_ac_Header=$ac_header_preproc"
13111b2a 28981fi
e6cc62c6
VS
28982echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28983echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28984
10f2d63a 28985fi
e6cc62c6
VS
28986if test `eval echo '${'$as_ac_Header'}'` = yes; then
28987 cat >>confdefs.h <<_ACEOF
28988#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28989_ACEOF
28990
f6bcfd97 28991fi
e6cc62c6 28992
4f14bcd8 28993done
f6bcfd97 28994
009fead0 28995 if test "$ac_cv_header_sched_h" = "yes"; then
e6cc62c6
VS
28996 echo "$as_me:$LINENO: checking for sched_yield" >&5
28997echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
28998if test "${ac_cv_func_sched_yield+set}" = set; then
28999 echo $ECHO_N "(cached) $ECHO_C" >&6
29000else
29001 cat >conftest.$ac_ext <<_ACEOF
29002#line $LINENO "configure"
29003/* confdefs.h. */
29004_ACEOF
29005cat confdefs.h >>conftest.$ac_ext
29006cat >>conftest.$ac_ext <<_ACEOF
29007/* end confdefs.h. */
009fead0 29008/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29009 which can conflict with char sched_yield (); below.
29010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29011 <limits.h> exists even on freestanding compilers. */
29012#ifdef __STDC__
29013# include <limits.h>
29014#else
29015# include <assert.h>
29016#endif
4f14bcd8 29017/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29018#ifdef __cplusplus
29019extern "C"
29020{
29021#endif
4f14bcd8 29022/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29023 builtin and then its argument prototype would still apply. */
29024char sched_yield ();
009fead0
VZ
29025/* The GNU C library defines this for functions which it implements
29026 to always fail with ENOSYS. Some functions are actually named
29027 something starting with __ and the normal name is an alias. */
29028#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29029choke me
29030#else
e6cc62c6
VS
29031char (*f) () = sched_yield;
29032#endif
29033#ifdef __cplusplus
29034}
009fead0
VZ
29035#endif
29036
e6cc62c6
VS
29037int
29038main ()
29039{
29040return f != sched_yield;
29041 ;
29042 return 0;
29043}
29044_ACEOF
29045rm -f conftest.$ac_objext conftest$ac_exeext
29046if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29047 (eval $ac_link) 2>&5
29048 ac_status=$?
29049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29050 (exit $ac_status); } &&
29051 { ac_try='test -s conftest$ac_exeext'
29052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29053 (eval $ac_try) 2>&5
29054 ac_status=$?
29055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29056 (exit $ac_status); }; }; then
29057 ac_cv_func_sched_yield=yes
29058else
29059 echo "$as_me: failed program was:" >&5
29060sed 's/^/| /' conftest.$ac_ext >&5
29061
29062ac_cv_func_sched_yield=no
29063fi
29064rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29065fi
29066echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29067echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29068if test $ac_cv_func_sched_yield = yes; then
29069 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29070#define HAVE_SCHED_YIELD 1
e6cc62c6 29071_ACEOF
10f2d63a 29072
4f14bcd8 29073else
009fead0 29074
e6cc62c6
VS
29075 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29076echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29077if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29078 echo $ECHO_N "(cached) $ECHO_C" >&6
4f14bcd8 29079else
e6cc62c6 29080 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 29081LIBS="-lposix4 $LIBS"
e6cc62c6
VS
29082cat >conftest.$ac_ext <<_ACEOF
29083#line $LINENO "configure"
29084/* confdefs.h. */
29085_ACEOF
29086cat confdefs.h >>conftest.$ac_ext
29087cat >>conftest.$ac_ext <<_ACEOF
29088/* end confdefs.h. */
29089
4f14bcd8 29090/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29091#ifdef __cplusplus
29092extern "C"
29093#endif
4f14bcd8 29094/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29095 builtin and then its argument prototype would still apply. */
29096char sched_yield ();
29097int
29098main ()
29099{
29100sched_yield ();
29101 ;
29102 return 0;
29103}
29104_ACEOF
29105rm -f conftest.$ac_objext conftest$ac_exeext
29106if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29107 (eval $ac_link) 2>&5
29108 ac_status=$?
29109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29110 (exit $ac_status); } &&
29111 { ac_try='test -s conftest$ac_exeext'
29112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29113 (eval $ac_try) 2>&5
29114 ac_status=$?
29115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29116 (exit $ac_status); }; }; then
29117 ac_cv_lib_posix4_sched_yield=yes
29118else
29119 echo "$as_me: failed program was:" >&5
29120sed 's/^/| /' conftest.$ac_ext >&5
29121
29122ac_cv_lib_posix4_sched_yield=no
29123fi
29124rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29125LIBS=$ac_check_lib_save_LIBS
29126fi
29127echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29128echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29129if test $ac_cv_lib_posix4_sched_yield = yes; then
29130 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29131#define HAVE_SCHED_YIELD 1
e6cc62c6 29132_ACEOF
3d63bc3a 29133 POSIX4_LINK=" -lposix4"
4f14bcd8 29134else
e6cc62c6
VS
29135 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29136echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29137
54276ccf
VZ
29138fi
29139
e6cc62c6
VS
29140
29141
4f14bcd8 29142fi
698dcdb6 29143
009fead0 29144 fi
10f2d63a 29145
7274f1c7 29146 HAVE_PRIOR_FUNCS=0
e6cc62c6
VS
29147 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29148echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29149if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29150 echo $ECHO_N "(cached) $ECHO_C" >&6
29151else
29152 cat >conftest.$ac_ext <<_ACEOF
29153#line $LINENO "configure"
29154/* confdefs.h. */
29155_ACEOF
29156cat confdefs.h >>conftest.$ac_ext
29157cat >>conftest.$ac_ext <<_ACEOF
29158/* end confdefs.h. */
009fead0 29159/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29160 which can conflict with char pthread_attr_getschedpolicy (); below.
29161 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29162 <limits.h> exists even on freestanding compilers. */
29163#ifdef __STDC__
29164# include <limits.h>
29165#else
29166# include <assert.h>
29167#endif
4f14bcd8 29168/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29169#ifdef __cplusplus
29170extern "C"
29171{
29172#endif
4f14bcd8 29173/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29174 builtin and then its argument prototype would still apply. */
29175char pthread_attr_getschedpolicy ();
009fead0
VZ
29176/* The GNU C library defines this for functions which it implements
29177 to always fail with ENOSYS. Some functions are actually named
29178 something starting with __ and the normal name is an alias. */
29179#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29180choke me
29181#else
e6cc62c6
VS
29182char (*f) () = pthread_attr_getschedpolicy;
29183#endif
29184#ifdef __cplusplus
29185}
009fead0
VZ
29186#endif
29187
e6cc62c6
VS
29188int
29189main ()
29190{
29191return f != pthread_attr_getschedpolicy;
29192 ;
29193 return 0;
29194}
29195_ACEOF
29196rm -f conftest.$ac_objext conftest$ac_exeext
29197if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29198 (eval $ac_link) 2>&5
29199 ac_status=$?
29200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29201 (exit $ac_status); } &&
29202 { ac_try='test -s conftest$ac_exeext'
29203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29204 (eval $ac_try) 2>&5
29205 ac_status=$?
29206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29207 (exit $ac_status); }; }; then
29208 ac_cv_func_pthread_attr_getschedpolicy=yes
29209else
29210 echo "$as_me: failed program was:" >&5
29211sed 's/^/| /' conftest.$ac_ext >&5
29212
29213ac_cv_func_pthread_attr_getschedpolicy=no
29214fi
29215rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29216fi
29217echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29218echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29219if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29220 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29221echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29222if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29223 echo $ECHO_N "(cached) $ECHO_C" >&6
29224else
29225 cat >conftest.$ac_ext <<_ACEOF
29226#line $LINENO "configure"
29227/* confdefs.h. */
29228_ACEOF
29229cat confdefs.h >>conftest.$ac_ext
29230cat >>conftest.$ac_ext <<_ACEOF
29231/* end confdefs.h. */
a0b9e27f 29232/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29233 which can conflict with char pthread_attr_setschedparam (); below.
29234 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29235 <limits.h> exists even on freestanding compilers. */
29236#ifdef __STDC__
29237# include <limits.h>
29238#else
29239# include <assert.h>
29240#endif
422107f9 29241/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29242#ifdef __cplusplus
29243extern "C"
29244{
29245#endif
422107f9 29246/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29247 builtin and then its argument prototype would still apply. */
29248char pthread_attr_setschedparam ();
009fead0
VZ
29249/* The GNU C library defines this for functions which it implements
29250 to always fail with ENOSYS. Some functions are actually named
29251 something starting with __ and the normal name is an alias. */
29252#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29253choke me
29254#else
e6cc62c6
VS
29255char (*f) () = pthread_attr_setschedparam;
29256#endif
29257#ifdef __cplusplus
29258}
009fead0
VZ
29259#endif
29260
e6cc62c6
VS
29261int
29262main ()
29263{
29264return f != pthread_attr_setschedparam;
29265 ;
29266 return 0;
29267}
29268_ACEOF
29269rm -f conftest.$ac_objext conftest$ac_exeext
29270if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29271 (eval $ac_link) 2>&5
29272 ac_status=$?
29273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29274 (exit $ac_status); } &&
29275 { ac_try='test -s conftest$ac_exeext'
29276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29277 (eval $ac_try) 2>&5
29278 ac_status=$?
29279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29280 (exit $ac_status); }; }; then
29281 ac_cv_func_pthread_attr_setschedparam=yes
29282else
29283 echo "$as_me: failed program was:" >&5
29284sed 's/^/| /' conftest.$ac_ext >&5
29285
29286ac_cv_func_pthread_attr_setschedparam=no
29287fi
29288rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29289fi
29290echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29291echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29292if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29293 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29294echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29295if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29296 echo $ECHO_N "(cached) $ECHO_C" >&6
29297else
29298 cat >conftest.$ac_ext <<_ACEOF
29299#line $LINENO "configure"
29300/* confdefs.h. */
29301_ACEOF
29302cat confdefs.h >>conftest.$ac_ext
29303cat >>conftest.$ac_ext <<_ACEOF
29304/* end confdefs.h. */
ef33c576 29305/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29306 which can conflict with char sched_get_priority_max (); below.
29307 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29308 <limits.h> exists even on freestanding compilers. */
29309#ifdef __STDC__
29310# include <limits.h>
29311#else
29312# include <assert.h>
29313#endif
4f14bcd8 29314/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29315#ifdef __cplusplus
29316extern "C"
29317{
29318#endif
4f14bcd8 29319/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29320 builtin and then its argument prototype would still apply. */
29321char sched_get_priority_max ();
009fead0
VZ
29322/* The GNU C library defines this for functions which it implements
29323 to always fail with ENOSYS. Some functions are actually named
29324 something starting with __ and the normal name is an alias. */
29325#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29326choke me
29327#else
e6cc62c6
VS
29328char (*f) () = sched_get_priority_max;
29329#endif
29330#ifdef __cplusplus
29331}
009fead0
VZ
29332#endif
29333
e6cc62c6
VS
29334int
29335main ()
29336{
29337return f != sched_get_priority_max;
29338 ;
29339 return 0;
29340}
29341_ACEOF
29342rm -f conftest.$ac_objext conftest$ac_exeext
29343if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29344 (eval $ac_link) 2>&5
29345 ac_status=$?
29346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29347 (exit $ac_status); } &&
29348 { ac_try='test -s conftest$ac_exeext'
29349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29350 (eval $ac_try) 2>&5
29351 ac_status=$?
29352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29353 (exit $ac_status); }; }; then
29354 ac_cv_func_sched_get_priority_max=yes
29355else
29356 echo "$as_me: failed program was:" >&5
29357sed 's/^/| /' conftest.$ac_ext >&5
29358
29359ac_cv_func_sched_get_priority_max=no
29360fi
29361rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29362fi
29363echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29364echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29365if test $ac_cv_func_sched_get_priority_max = yes; then
4f14bcd8
GD
29366 HAVE_PRIOR_FUNCS=1
29367else
e6cc62c6
VS
29368 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29369echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29370if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29371 echo $ECHO_N "(cached) $ECHO_C" >&6
422107f9 29372else
e6cc62c6 29373 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 29374LIBS="-lposix4 $LIBS"
e6cc62c6
VS
29375cat >conftest.$ac_ext <<_ACEOF
29376#line $LINENO "configure"
29377/* confdefs.h. */
29378_ACEOF
29379cat confdefs.h >>conftest.$ac_ext
29380cat >>conftest.$ac_ext <<_ACEOF
29381/* end confdefs.h. */
29382
422107f9 29383/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29384#ifdef __cplusplus
29385extern "C"
29386#endif
422107f9 29387/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29388 builtin and then its argument prototype would still apply. */
29389char sched_get_priority_max ();
29390int
29391main ()
29392{
29393sched_get_priority_max ();
29394 ;
29395 return 0;
29396}
29397_ACEOF
29398rm -f conftest.$ac_objext conftest$ac_exeext
29399if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29400 (eval $ac_link) 2>&5
29401 ac_status=$?
29402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29403 (exit $ac_status); } &&
29404 { ac_try='test -s conftest$ac_exeext'
29405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29406 (eval $ac_try) 2>&5
29407 ac_status=$?
29408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29409 (exit $ac_status); }; }; then
29410 ac_cv_lib_posix4_sched_get_priority_max=yes
29411else
29412 echo "$as_me: failed program was:" >&5
29413sed 's/^/| /' conftest.$ac_ext >&5
29414
29415ac_cv_lib_posix4_sched_get_priority_max=no
29416fi
29417rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29418LIBS=$ac_check_lib_save_LIBS
29419fi
29420echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29421echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29422if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
698dcdb6 29423
7274f1c7
RL
29424 HAVE_PRIOR_FUNCS=1
29425 POSIX4_LINK=" -lposix4"
e6cc62c6 29426
4f14bcd8 29427fi
463abc64 29428
e6cc62c6 29429
328a083c 29430fi
463abc64 29431
e6cc62c6 29432
7b4a847f 29433fi
579d8138 29434
e6cc62c6 29435
5c6fa7d2 29436fi
52127426 29437
8284b0c5 29438
7274f1c7 29439 if test "$HAVE_PRIOR_FUNCS" = 1; then
e6cc62c6 29440 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29441#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
e6cc62c6 29442_ACEOF
463abc64 29443
7274f1c7 29444 else
e6cc62c6
VS
29445 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29446echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
7274f1c7 29447 fi
463abc64 29448
e6cc62c6
VS
29449 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29450echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29451if test "${ac_cv_func_pthread_cancel+set}" = set; then
29452 echo $ECHO_N "(cached) $ECHO_C" >&6
29453else
29454 cat >conftest.$ac_ext <<_ACEOF
29455#line $LINENO "configure"
29456/* confdefs.h. */
29457_ACEOF
29458cat confdefs.h >>conftest.$ac_ext
29459cat >>conftest.$ac_ext <<_ACEOF
29460/* end confdefs.h. */
009fead0 29461/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29462 which can conflict with char pthread_cancel (); below.
29463 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29464 <limits.h> exists even on freestanding compilers. */
29465#ifdef __STDC__
29466# include <limits.h>
29467#else
29468# include <assert.h>
29469#endif
422107f9 29470/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29471#ifdef __cplusplus
29472extern "C"
29473{
29474#endif
422107f9 29475/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29476 builtin and then its argument prototype would still apply. */
29477char pthread_cancel ();
009fead0
VZ
29478/* The GNU C library defines this for functions which it implements
29479 to always fail with ENOSYS. Some functions are actually named
29480 something starting with __ and the normal name is an alias. */
29481#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29482choke me
29483#else
e6cc62c6
VS
29484char (*f) () = pthread_cancel;
29485#endif
29486#ifdef __cplusplus
29487}
009fead0
VZ
29488#endif
29489
e6cc62c6
VS
29490int
29491main ()
29492{
29493return f != pthread_cancel;
29494 ;
29495 return 0;
29496}
29497_ACEOF
29498rm -f conftest.$ac_objext conftest$ac_exeext
29499if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29500 (eval $ac_link) 2>&5
29501 ac_status=$?
29502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29503 (exit $ac_status); } &&
29504 { ac_try='test -s conftest$ac_exeext'
29505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29506 (eval $ac_try) 2>&5
29507 ac_status=$?
29508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29509 (exit $ac_status); }; }; then
29510 ac_cv_func_pthread_cancel=yes
29511else
29512 echo "$as_me: failed program was:" >&5
29513sed 's/^/| /' conftest.$ac_ext >&5
29514
29515ac_cv_func_pthread_cancel=no
29516fi
29517rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29518fi
29519echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29520echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29521if test $ac_cv_func_pthread_cancel = yes; then
29522 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29523#define HAVE_PTHREAD_CANCEL 1
e6cc62c6 29524_ACEOF
4f14bcd8 29525
698dcdb6 29526else
e6cc62c6
VS
29527 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29528echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
422107f9
VZ
29529fi
29530
5c6fa7d2 29531
e6cc62c6
VS
29532 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29533echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29534if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29535 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 29536else
e6cc62c6
VS
29537
29538 cat >conftest.$ac_ext <<_ACEOF
29539#line $LINENO "configure"
29540/* confdefs.h. */
29541_ACEOF
29542cat confdefs.h >>conftest.$ac_ext
29543cat >>conftest.$ac_ext <<_ACEOF
29544/* end confdefs.h. */
4f14bcd8 29545#include <pthread.h>
e6cc62c6
VS
29546int
29547main ()
29548{
4f14bcd8 29549
7274f1c7
RL
29550 pthread_cleanup_push(NULL, NULL);
29551 pthread_cleanup_pop(0);
e6cc62c6
VS
29552
29553 ;
29554 return 0;
29555}
29556_ACEOF
29557rm -f conftest.$ac_objext
29558if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29559 (eval $ac_compile) 2>&5
29560 ac_status=$?
29561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29562 (exit $ac_status); } &&
29563 { ac_try='test -s conftest.$ac_objext'
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
7274f1c7 29570 wx_cv_func_pthread_cleanup_push=yes
e6cc62c6 29571
4f14bcd8 29572else
e6cc62c6
VS
29573 echo "$as_me: failed program was:" >&5
29574sed 's/^/| /' conftest.$ac_ext >&5
29575
29576
7274f1c7 29577 wx_cv_func_pthread_cleanup_push=no
e6cc62c6 29578
247f5006 29579fi
e6cc62c6 29580rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 29581
e6cc62c6
VS
29582fi
29583echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29584echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
4f14bcd8 29585
7274f1c7 29586 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
e6cc62c6 29587 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29588#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
e6cc62c6 29589_ACEOF
c7a2bf27 29590
7274f1c7 29591 fi
4f14bcd8 29592
e6cc62c6
VS
29593
29594 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29595echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29596if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29597 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 29598else
e6cc62c6
VS
29599
29600 cat >conftest.$ac_ext <<_ACEOF
29601#line $LINENO "configure"
29602/* confdefs.h. */
29603_ACEOF
29604cat confdefs.h >>conftest.$ac_ext
29605cat >>conftest.$ac_ext <<_ACEOF
29606/* end confdefs.h. */
4f14bcd8 29607#include <pthread.h>
e6cc62c6
VS
29608int
29609main ()
29610{
4f14bcd8 29611
7274f1c7
RL
29612 pthread_mutexattr_t attr;
29613 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
e6cc62c6
VS
29614
29615 ;
29616 return 0;
29617}
29618_ACEOF
29619rm -f conftest.$ac_objext
29620if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29621 (eval $ac_compile) 2>&5
29622 ac_status=$?
29623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29624 (exit $ac_status); } &&
29625 { ac_try='test -s conftest.$ac_objext'
29626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29627 (eval $ac_try) 2>&5
29628 ac_status=$?
29629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29630 (exit $ac_status); }; }; then
29631
7274f1c7 29632 wx_cv_type_pthread_mutexattr_t=yes
e6cc62c6 29633
3fed1840 29634else
e6cc62c6
VS
29635 echo "$as_me: failed program was:" >&5
29636sed 's/^/| /' conftest.$ac_ext >&5
29637
29638
7274f1c7 29639 wx_cv_type_pthread_mutexattr_t=no
e6cc62c6
VS
29640
29641
247f5006 29642fi
e6cc62c6 29643rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 29644
e6cc62c6
VS
29645fi
29646echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
29647echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
4f14bcd8 29648
7274f1c7 29649 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
e6cc62c6 29650 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29651#define HAVE_PTHREAD_MUTEXATTR_T 1
e6cc62c6 29652_ACEOF
4f14bcd8 29653
7274f1c7 29654 else
e6cc62c6
VS
29655 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
29656echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
29657if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
29658 echo $ECHO_N "(cached) $ECHO_C" >&6
29659else
29660
29661 cat >conftest.$ac_ext <<_ACEOF
29662#line $LINENO "configure"
29663/* confdefs.h. */
29664_ACEOF
29665cat confdefs.h >>conftest.$ac_ext
29666cat >>conftest.$ac_ext <<_ACEOF
29667/* end confdefs.h. */
4f14bcd8 29668#include <pthread.h>
e6cc62c6
VS
29669int
29670main ()
29671{
4f14bcd8 29672
7274f1c7 29673 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
e6cc62c6
VS
29674
29675 ;
29676 return 0;
29677}
29678_ACEOF
29679rm -f conftest.$ac_objext
29680if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29681 (eval $ac_compile) 2>&5
29682 ac_status=$?
29683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29684 (exit $ac_status); } &&
29685 { ac_try='test -s conftest.$ac_objext'
29686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29687 (eval $ac_try) 2>&5
29688 ac_status=$?
29689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29690 (exit $ac_status); }; }; then
29691
7274f1c7 29692 wx_cv_type_pthread_rec_mutex_init=yes
e6cc62c6 29693
698dcdb6 29694else
e6cc62c6
VS
29695 echo "$as_me: failed program was:" >&5
29696sed 's/^/| /' conftest.$ac_ext >&5
29697
29698
7274f1c7 29699 wx_cv_type_pthread_rec_mutex_init=no
e6cc62c6
VS
29700
29701
247f5006 29702fi
e6cc62c6 29703rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 29704
e6cc62c6
VS
29705fi
29706echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
29707echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
7274f1c7 29708 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
e6cc62c6 29709 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29710#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
e6cc62c6 29711_ACEOF
3fed1840 29712
7274f1c7 29713 else
e6cc62c6
VS
29714 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
29715echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
7274f1c7
RL
29716 fi
29717 fi
7274f1c7 29718 fi
3fed1840 29719
a0b9e27f
MB
29720else
29721 if test "$wxUSE_THREADS" = "yes" ; then
29722 case "${host}" in
29723 *-*-mingw32* )
e6cc62c6
VS
29724 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
29725echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
29726if test "${wx_cv_cflags_mthread+set}" = set; then
29727 echo $ECHO_N "(cached) $ECHO_C" >&6
ca8e52b3 29728else
e6cc62c6 29729
ca8e52b3
VZ
29730 CFLAGS_OLD="$CFLAGS"
29731 CFLAGS="$CFLAGS -mthreads"
e6cc62c6
VS
29732 cat >conftest.$ac_ext <<_ACEOF
29733#line $LINENO "configure"
29734/* confdefs.h. */
29735_ACEOF
29736cat confdefs.h >>conftest.$ac_ext
29737cat >>conftest.$ac_ext <<_ACEOF
29738/* end confdefs.h. */
29739
29740int
29741main ()
29742{
ca8e52b3 29743
e6cc62c6
VS
29744 ;
29745 return 0;
29746}
29747_ACEOF
29748rm -f conftest.$ac_objext
29749if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29750 (eval $ac_compile) 2>&5
29751 ac_status=$?
29752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29753 (exit $ac_status); } &&
29754 { ac_try='test -s conftest.$ac_objext'
29755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29756 (eval $ac_try) 2>&5
29757 ac_status=$?
29758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29759 (exit $ac_status); }; }; then
ca8e52b3
VZ
29760 wx_cv_cflags_mthread=yes
29761else
e6cc62c6
VS
29762 echo "$as_me: failed program was:" >&5
29763sed 's/^/| /' conftest.$ac_ext >&5
29764
29765wx_cv_cflags_mthread=no
29766
ca8e52b3 29767fi
e6cc62c6
VS
29768rm -f conftest.$ac_objext conftest.$ac_ext
29769
ca8e52b3 29770
e6cc62c6
VS
29771fi
29772echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
29773echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
ca8e52b3
VZ
29774
29775 if test "$wx_cv_cflags_mthread" = "yes"; then
29776 CXXFLAGS="$CXXFLAGS -mthreads"
29777 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
29778 LDFLAGS="$LDFLAGS -mthreads"
29779 else
29780 CFLAGS="$CFLAGS_OLD"
29781 fi
a0b9e27f
MB
29782 ;;
29783 esac
29784 fi
4f14bcd8
GD
29785fi
29786
29787if test "$wxUSE_THREADS" = "yes"; then
e6cc62c6 29788 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29789#define wxUSE_THREADS 1
e6cc62c6 29790_ACEOF
7b6058cd 29791
8284b0c5 29792
4f14bcd8 29793 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
698dcdb6 29794else
4f14bcd8 29795 if test "$ac_cv_func_strtok_r" = "yes"; then
e6cc62c6
VS
29796 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
29797echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
4f14bcd8
GD
29798 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
29799 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
e6cc62c6
VS
29800 echo "$as_me:$LINENO: result: yes" >&5
29801echo "${ECHO_T}yes" >&6
4f14bcd8 29802 else
e6cc62c6
VS
29803 echo "$as_me:$LINENO: result: no" >&5
29804echo "${ECHO_T}no" >&6
4f14bcd8
GD
29805 fi
29806 fi
29807fi
29808
29809if test "$WXGTK20" = 1 ; then
e6cc62c6 29810 cat >>confdefs.h <<_ACEOF
4f14bcd8 29811#define __WXGTK20__ $WXGTK20
e6cc62c6 29812_ACEOF
4f14bcd8
GD
29813
29814 WXGTK12=1
10f2d63a 29815fi
4f14bcd8
GD
29816
29817if test "$WXGTK12" = 1 ; then
e6cc62c6 29818 cat >>confdefs.h <<_ACEOF
4f14bcd8 29819#define __WXGTK12__ $WXGTK12
e6cc62c6 29820_ACEOF
4f14bcd8 29821
10f2d63a 29822fi
698dcdb6 29823
4f14bcd8 29824if test "$WXGTK127" = 1 ; then
e6cc62c6 29825 cat >>confdefs.h <<_ACEOF
4f14bcd8 29826#define __WXGTK127__ $WXGTK127
e6cc62c6 29827_ACEOF
4f14bcd8 29828
698dcdb6 29829fi
10f2d63a 29830
4f14bcd8
GD
29831WXDEBUG=
29832
29833if test "$wxUSE_DEBUG_INFO" = "yes" ; then
29834 WXDEBUG="-g"
29835 wxUSE_OPTIMISE=no
698dcdb6 29836fi
4f14bcd8
GD
29837
29838if test "$wxUSE_DEBUG_GDB" = "yes" ; then
29839 wxUSE_DEBUG_INFO=yes
29840 WXDEBUG="-ggdb"
10f2d63a
VZ
29841fi
29842
4f14bcd8 29843if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
e6cc62c6 29844 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29845#define WXDEBUG 1
e6cc62c6 29846_ACEOF
4f14bcd8
GD
29847
29848 WXDEBUG_DEFINE="-D__WXDEBUG__"
10f2d63a 29849else
4f14bcd8
GD
29850 if test "$wxUSE_GTK" = 1 ; then
29851 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
29852 fi
29853fi
29854
29855if test "$wxUSE_MEM_TRACING" = "yes" ; then
e6cc62c6 29856 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29857#define wxUSE_MEMORY_TRACING 1
e6cc62c6 29858_ACEOF
4f14bcd8 29859
e6cc62c6 29860 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29861#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
e6cc62c6 29862_ACEOF
4f14bcd8 29863
e6cc62c6 29864 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29865#define wxUSE_DEBUG_NEW_ALWAYS 1
e6cc62c6 29866_ACEOF
4f14bcd8
GD
29867
29868 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
29869fi
29870
29871if test "$wxUSE_DMALLOC" = "yes" ; then
3d63bc3a 29872 DMALLOC_LIBS="-ldmalloc"
4f14bcd8
GD
29873fi
29874
29875PROFILE=
29876if test "$wxUSE_PROFILE" = "yes" ; then
3d63bc3a 29877 PROFILE=" -pg"
10f2d63a
VZ
29878fi
29879
009fead0
VZ
29880CODE_GEN_FLAGS=
29881CODE_GEN_FLAGS_CXX=
88e30f2b 29882if test "$GCC" = "yes" ; then
4f14bcd8
GD
29883 if test "$wxUSE_NO_RTTI" = "yes" ; then
29884 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
3a922bb4 29885 fi
4f14bcd8
GD
29886 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
29887 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
29888 fi
29889 if test "$wxUSE_PERMISSIVE" = "yes" ; then
29890 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
29891 fi
1d1b75ac 29892
2b5f62a0 29893 case "${host}" in
1d1b75ac
VZ
29894 powerpc*-*-aix* )
29895 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
29896 ;;
2b5f62a0
VZ
29897 *-hppa* )
29898 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
29899 ;;
1d1b75ac 29900 esac
4f14bcd8
GD
29901fi
29902
af7b5345 29903OPTIMISE=
4f14bcd8 29904if test "$wxUSE_OPTIMISE" = "no" ; then
af7b5345
VZ
29905 if test "$GCC" = yes ; then
29906 OPTIMISE="-O0"
29907 fi
4f14bcd8
GD
29908else
29909 if test "$GCC" = yes ; then
29910 OPTIMISE="-O2"
af7b5345
VZ
29911
29912 case "${host}" in
4f14bcd8
GD
29913 i586-*-*|i686-*-* )
29914 OPTIMISE="${OPTIMISE} "
29915 ;;
29916 esac
29917 else
29918 OPTIMISE="-O"
29919 fi
29920fi
29921
8d90d2f2 29922
4f14bcd8 29923if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
e6cc62c6 29924 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29925#define WXWIN_COMPATIBILITY_2 1
e6cc62c6 29926_ACEOF
4f14bcd8 29927
8284b0c5 29928
4f14bcd8
GD
29929 WXWIN_COMPATIBILITY_2_2="yes"
29930fi
29931
65d8ef1e 29932if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
e6cc62c6 29933 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29934#define WXWIN_COMPATIBILITY_2_2 1
e6cc62c6 29935_ACEOF
4f14bcd8 29936
8d90d2f2
VZ
29937
29938 WXWIN_COMPATIBILITY_2_4="yes"
10f2d63a
VZ
29939fi
29940
65d8ef1e 29941if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
e6cc62c6 29942 cat >>confdefs.h <<\_ACEOF
65d8ef1e 29943#define WXWIN_COMPATIBILITY_2_4 1
e6cc62c6 29944_ACEOF
65d8ef1e
VS
29945
29946fi
29947
8284b0c5 29948
10f2d63a 29949if test "$wxUSE_GUI" = "yes"; then
e6cc62c6 29950 cat >>confdefs.h <<\_ACEOF
10f2d63a 29951#define wxUSE_GUI 1
e6cc62c6 29952_ACEOF
10f2d63a 29953
8284b0c5 29954
10f2d63a 29955 else
e6cc62c6 29956 cat >>confdefs.h <<\_ACEOF
10f2d63a 29957#define wxUSE_NOGUI 1
e6cc62c6 29958_ACEOF
10f2d63a
VZ
29959
29960fi
29961
8284b0c5 29962
10f2d63a 29963if test "$wxUSE_UNIX" = "yes"; then
e6cc62c6 29964 cat >>confdefs.h <<\_ACEOF
10f2d63a 29965#define wxUSE_UNIX 1
e6cc62c6 29966_ACEOF
10f2d63a
VZ
29967
29968fi
29969
8284b0c5 29970
df5168c4
MB
29971if test "$wxUSE_STL" = "yes"; then
29972 cat >>confdefs.h <<\_ACEOF
29973#define wxUSE_STL 1
29974_ACEOF
29975
29976fi
29977
10f2d63a 29978if test "$wxUSE_APPLE_IEEE" = "yes"; then
e6cc62c6 29979 cat >>confdefs.h <<\_ACEOF
10f2d63a 29980#define wxUSE_APPLE_IEEE 1
e6cc62c6 29981_ACEOF
10f2d63a
VZ
29982
29983fi
29984
1e6feb95 29985if test "$wxUSE_TIMER" = "yes"; then
e6cc62c6 29986 cat >>confdefs.h <<\_ACEOF
1e6feb95 29987#define wxUSE_TIMER 1
e6cc62c6 29988_ACEOF
1e6feb95
VZ
29989
29990fi
29991
10f2d63a 29992if test "$wxUSE_WAVE" = "yes"; then
e6cc62c6 29993 cat >>confdefs.h <<\_ACEOF
10f2d63a 29994#define wxUSE_WAVE 1
e6cc62c6 29995_ACEOF
10f2d63a
VZ
29996
29997fi
29998
1e6feb95 29999if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
e6cc62c6 30000 cat >>confdefs.h <<\_ACEOF
1e6feb95 30001#define wxUSE_CMDLINE_PARSER 1
e6cc62c6 30002_ACEOF
1e6feb95
VZ
30003
30004fi
30005
30006if test "$wxUSE_STOPWATCH" = "yes"; then
e6cc62c6 30007 cat >>confdefs.h <<\_ACEOF
1e6feb95 30008#define wxUSE_STOPWATCH 1
e6cc62c6 30009_ACEOF
1e6feb95
VZ
30010
30011fi
30012
30013if test "$wxUSE_DATETIME" = "yes"; then
e6cc62c6 30014 cat >>confdefs.h <<\_ACEOF
1e6feb95 30015#define wxUSE_DATETIME 1
e6cc62c6 30016_ACEOF
1e6feb95
VZ
30017
30018fi
30019
10f2d63a 30020if test "$wxUSE_FILE" = "yes"; then
e6cc62c6 30021 cat >>confdefs.h <<\_ACEOF
10f2d63a 30022#define wxUSE_FILE 1
e6cc62c6 30023_ACEOF
10f2d63a
VZ
30024
30025fi
30026
1e6feb95 30027if test "$wxUSE_FFILE" = "yes"; then
e6cc62c6 30028 cat >>confdefs.h <<\_ACEOF
1e6feb95 30029#define wxUSE_FFILE 1
e6cc62c6 30030_ACEOF
1e6feb95
VZ
30031
30032fi
30033
24528b0c 30034if test "$wxUSE_FILESYSTEM" = "yes"; then
e6cc62c6 30035 cat >>confdefs.h <<\_ACEOF
24528b0c 30036#define wxUSE_FILESYSTEM 1
e6cc62c6 30037_ACEOF
24528b0c
VS
30038
30039fi
30040
10f2d63a 30041if test "$wxUSE_FS_ZIP" = "yes"; then
e6cc62c6 30042 cat >>confdefs.h <<\_ACEOF
10f2d63a 30043#define wxUSE_FS_ZIP 1
e6cc62c6 30044_ACEOF
10f2d63a
VZ
30045
30046fi
30047
30048if test "$wxUSE_ZIPSTREAM" = "yes"; then
e6cc62c6 30049 cat >>confdefs.h <<\_ACEOF
10f2d63a 30050#define wxUSE_ZIPSTREAM 1
e6cc62c6 30051_ACEOF
10f2d63a
VZ
30052
30053fi
30054
eb4efbdc 30055if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
e6cc62c6 30056 cat >>confdefs.h <<\_ACEOF
eb4efbdc 30057#define wxUSE_ON_FATAL_EXCEPTION 1
e6cc62c6 30058_ACEOF
eb4efbdc
VZ
30059
30060fi
30061
4f3c5f06 30062if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
e6cc62c6 30063 cat >>confdefs.h <<\_ACEOF
4f3c5f06 30064#define wxUSE_SNGLINST_CHECKER 1
e6cc62c6 30065_ACEOF
4f3c5f06
VZ
30066
30067fi
30068
10f2d63a 30069if test "$wxUSE_BUSYINFO" = "yes"; then
e6cc62c6 30070 cat >>confdefs.h <<\_ACEOF
10f2d63a 30071#define wxUSE_BUSYINFO 1
e6cc62c6 30072_ACEOF
10f2d63a
VZ
30073
30074fi
30075
30076if test "$wxUSE_STD_IOSTREAM" = "yes"; then
e6cc62c6 30077 cat >>confdefs.h <<\_ACEOF
10f2d63a 30078#define wxUSE_STD_IOSTREAM 1
e6cc62c6 30079_ACEOF
10f2d63a
VZ
30080
30081fi
30082
a3a584a7 30083if test "$wxUSE_TEXTBUFFER" = "yes"; then
e6cc62c6 30084 cat >>confdefs.h <<\_ACEOF
a3a584a7 30085#define wxUSE_TEXTBUFFER 1
e6cc62c6 30086_ACEOF
a3a584a7
VZ
30087
30088fi
30089
10f2d63a 30090if test "$wxUSE_TEXTFILE" = "yes"; then
a3a584a7 30091 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
e6cc62c6
VS
30092 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30093echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
10f2d63a 30094 else
e6cc62c6 30095 cat >>confdefs.h <<\_ACEOF
10f2d63a 30096#define wxUSE_TEXTFILE 1
e6cc62c6 30097_ACEOF
10f2d63a
VZ
30098
30099 fi
30100fi
30101
30102if test "$wxUSE_CONFIG" = "yes" ; then
30103 if test "$wxUSE_TEXTFILE" != "yes"; then
e6cc62c6
VS
30104 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30105echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
10f2d63a 30106 else
e6cc62c6 30107 cat >>confdefs.h <<\_ACEOF
10f2d63a 30108#define wxUSE_CONFIG 1
e6cc62c6 30109_ACEOF
10f2d63a
VZ
30110
30111 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
30112 fi
30113fi
30114
30115if test "$wxUSE_INTL" = "yes" ; then
30116 if test "$wxUSE_FILE" != "yes"; then
e6cc62c6
VS
30117 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30118echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
10f2d63a 30119 else
e6cc62c6 30120 cat >>confdefs.h <<\_ACEOF
10f2d63a 30121#define wxUSE_INTL 1
e6cc62c6 30122_ACEOF
10f2d63a
VZ
30123
30124 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
f6bcfd97 30125 GUIDIST="$GUIDIST INTL_DIST"
10f2d63a
VZ
30126 fi
30127fi
30128
30129if test "$wxUSE_LOG" = "yes"; then
e6cc62c6 30130 cat >>confdefs.h <<\_ACEOF
10f2d63a 30131#define wxUSE_LOG 1
e6cc62c6 30132_ACEOF
10f2d63a 30133
8284b0c5 30134
d73be714 30135 if test "$wxUSE_LOGGUI" = "yes"; then
e6cc62c6 30136 cat >>confdefs.h <<\_ACEOF
d73be714 30137#define wxUSE_LOGGUI 1
e6cc62c6 30138_ACEOF
d73be714
VZ
30139
30140 fi
30141
30142 if test "$wxUSE_LOGWINDOW" = "yes"; then
e6cc62c6 30143 cat >>confdefs.h <<\_ACEOF
d73be714 30144#define wxUSE_LOGWINDOW 1
e6cc62c6 30145_ACEOF
69d27ff7
MB
30146
30147 fi
30148
30149 if test "$wxUSE_LOGDIALOG" = "yes"; then
e6cc62c6 30150 cat >>confdefs.h <<\_ACEOF
69d27ff7 30151#define wxUSE_LOG_DIALOG 1
e6cc62c6 30152_ACEOF
d73be714
VZ
30153
30154 fi
10f2d63a
VZ
30155fi
30156
30157if test "$wxUSE_LONGLONG" = "yes"; then
e6cc62c6 30158 cat >>confdefs.h <<\_ACEOF
10f2d63a 30159#define wxUSE_LONGLONG 1
e6cc62c6 30160_ACEOF
10f2d63a
VZ
30161
30162fi
30163
e8f65ba6 30164if test "$wxUSE_GEOMETRY" = "yes"; then
e6cc62c6 30165 cat >>confdefs.h <<\_ACEOF
e8f65ba6 30166#define wxUSE_GEOMETRY 1
e6cc62c6 30167_ACEOF
e8f65ba6
RR
30168
30169fi
30170
10f2d63a 30171if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
e6cc62c6 30172 cat >>confdefs.h <<\_ACEOF
10f2d63a 30173#define wxUSE_DIALUP_MANAGER 1
e6cc62c6 30174_ACEOF
10f2d63a 30175
70f7a477 30176 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
10f2d63a
VZ
30177fi
30178
30179if test "$wxUSE_STREAMS" = "yes" ; then
e6cc62c6 30180 cat >>confdefs.h <<\_ACEOF
10f2d63a 30181#define wxUSE_STREAMS 1
e6cc62c6 30182_ACEOF
10f2d63a
VZ
30183
30184fi
30185
5c6fa7d2 30186
8284b0c5 30187if test "$wxUSE_DATETIME" = "yes"; then
e6cc62c6
VS
30188
30189for ac_func in strptime
83307f33 30190do
e6cc62c6
VS
30191as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30192echo "$as_me:$LINENO: checking for $ac_func" >&5
30193echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30194if eval "test \"\${$as_ac_var+set}\" = set"; then
30195 echo $ECHO_N "(cached) $ECHO_C" >&6
30196else
30197 cat >conftest.$ac_ext <<_ACEOF
30198#line $LINENO "configure"
30199/* confdefs.h. */
30200_ACEOF
30201cat confdefs.h >>conftest.$ac_ext
30202cat >>conftest.$ac_ext <<_ACEOF
30203/* end confdefs.h. */
83307f33 30204/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
30205 which can conflict with char $ac_func (); below.
30206 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30207 <limits.h> exists even on freestanding compilers. */
30208#ifdef __STDC__
30209# include <limits.h>
30210#else
30211# include <assert.h>
30212#endif
83307f33 30213/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
30214#ifdef __cplusplus
30215extern "C"
30216{
30217#endif
83307f33 30218/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
30219 builtin and then its argument prototype would still apply. */
30220char $ac_func ();
83307f33
VZ
30221/* The GNU C library defines this for functions which it implements
30222 to always fail with ENOSYS. Some functions are actually named
30223 something starting with __ and the normal name is an alias. */
30224#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30225choke me
30226#else
e6cc62c6
VS
30227char (*f) () = $ac_func;
30228#endif
30229#ifdef __cplusplus
30230}
83307f33
VZ
30231#endif
30232
e6cc62c6
VS
30233int
30234main ()
30235{
30236return f != $ac_func;
30237 ;
30238 return 0;
30239}
30240_ACEOF
30241rm -f conftest.$ac_objext conftest$ac_exeext
30242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30243 (eval $ac_link) 2>&5
30244 ac_status=$?
30245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30246 (exit $ac_status); } &&
30247 { ac_try='test -s conftest$ac_exeext'
30248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30249 (eval $ac_try) 2>&5
30250 ac_status=$?
30251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30252 (exit $ac_status); }; }; then
30253 eval "$as_ac_var=yes"
30254else
30255 echo "$as_me: failed program was:" >&5
30256sed 's/^/| /' conftest.$ac_ext >&5
30257
30258eval "$as_ac_var=no"
30259fi
30260rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30261fi
30262echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30263echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30264if test `eval echo '${'$as_ac_var'}'` = yes; then
30265 cat >>confdefs.h <<_ACEOF
30266#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30267_ACEOF
83307f33 30268
83307f33
VZ
30269fi
30270done
30271
5c6fa7d2 30272
e6cc62c6
VS
30273 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30274echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30275if test "${wx_cv_var_timezone+set}" = set; then
30276 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 30277else
e6cc62c6
VS
30278
30279 cat >conftest.$ac_ext <<_ACEOF
30280#line $LINENO "configure"
30281/* confdefs.h. */
30282_ACEOF
30283cat confdefs.h >>conftest.$ac_ext
30284cat >>conftest.$ac_ext <<_ACEOF
30285/* end confdefs.h. */
360d6699 30286
b4085ce6 30287 #include <time.h>
e6cc62c6
VS
30288
30289int
30290main ()
30291{
360d6699
VZ
30292
30293 int tz;
4f11a343 30294 tz = timezone;
e6cc62c6
VS
30295
30296 ;
30297 return 0;
30298}
30299_ACEOF
30300rm -f conftest.$ac_objext
30301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30302 (eval $ac_compile) 2>&5
30303 ac_status=$?
30304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30305 (exit $ac_status); } &&
30306 { ac_try='test -s conftest.$ac_objext'
30307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30308 (eval $ac_try) 2>&5
30309 ac_status=$?
30310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30311 (exit $ac_status); }; }; then
30312
4f11a343 30313 wx_cv_var_timezone=timezone
e6cc62c6 30314
360d6699 30315else
e6cc62c6
VS
30316 echo "$as_me: failed program was:" >&5
30317sed 's/^/| /' conftest.$ac_ext >&5
30318
30319
30320 cat >conftest.$ac_ext <<_ACEOF
30321#line $LINENO "configure"
30322/* confdefs.h. */
30323_ACEOF
30324cat confdefs.h >>conftest.$ac_ext
30325cat >>conftest.$ac_ext <<_ACEOF
30326/* end confdefs.h. */
360d6699 30327
b4085ce6 30328 #include <time.h>
e6cc62c6
VS
30329
30330int
30331main ()
30332{
360d6699
VZ
30333
30334 int tz;
30335 tz = _timezone;
e6cc62c6
VS
30336
30337 ;
30338 return 0;
30339}
30340_ACEOF
30341rm -f conftest.$ac_objext
30342if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30343 (eval $ac_compile) 2>&5
30344 ac_status=$?
30345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30346 (exit $ac_status); } &&
30347 { ac_try='test -s conftest.$ac_objext'
30348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30349 (eval $ac_try) 2>&5
30350 ac_status=$?
30351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30352 (exit $ac_status); }; }; then
30353
360d6699 30354 wx_cv_var_timezone=_timezone
e6cc62c6 30355
5357c8e8 30356else
e6cc62c6
VS
30357 echo "$as_me: failed program was:" >&5
30358sed 's/^/| /' conftest.$ac_ext >&5
30359
30360
30361 cat >conftest.$ac_ext <<_ACEOF
30362#line $LINENO "configure"
30363/* confdefs.h. */
30364_ACEOF
30365cat confdefs.h >>conftest.$ac_ext
30366cat >>conftest.$ac_ext <<_ACEOF
30367/* end confdefs.h. */
5357c8e8 30368
b4085ce6 30369 #include <time.h>
e6cc62c6
VS
30370
30371int
30372main ()
30373{
5357c8e8
VZ
30374
30375 int tz;
4f11a343 30376 tz = __timezone;
e6cc62c6
VS
30377
30378 ;
30379 return 0;
30380}
30381_ACEOF
30382rm -f conftest.$ac_objext
30383if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30384 (eval $ac_compile) 2>&5
30385 ac_status=$?
30386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30387 (exit $ac_status); } &&
30388 { ac_try='test -s conftest.$ac_objext'
30389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30390 (eval $ac_try) 2>&5
30391 ac_status=$?
30392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30393 (exit $ac_status); }; }; then
30394
4f11a343 30395 wx_cv_var_timezone=__timezone
e6cc62c6 30396
360d6699 30397else
e6cc62c6
VS
30398 echo "$as_me: failed program was:" >&5
30399sed 's/^/| /' conftest.$ac_ext >&5
30400
30401
f9bc1684 30402 if test "$USE_DOS" = 0 ; then
e6cc62c6
VS
30403 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30404echo "$as_me: WARNING: no timezone variable" >&2;}
f9bc1684 30405 fi
e6cc62c6
VS
30406
30407
7b4a847f 30408fi
e6cc62c6
VS
30409rm -f conftest.$ac_objext conftest.$ac_ext
30410
30411
5c6fa7d2 30412fi
e6cc62c6
VS
30413rm -f conftest.$ac_objext conftest.$ac_ext
30414
30415
247f5006 30416fi
e6cc62c6 30417rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 30418
e6cc62c6
VS
30419
30420fi
30421echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30422echo "${ECHO_T}$wx_cv_var_timezone" >&6
698dcdb6 30423
f9bc1684 30424 if test "x$wx_cv_var_timezone" != x ; then
e6cc62c6 30425 cat >>confdefs.h <<_ACEOF
360d6699 30426#define WX_TIMEZONE $wx_cv_var_timezone
e6cc62c6 30427_ACEOF
360d6699 30428
f9bc1684 30429 fi
698dcdb6 30430
e6cc62c6
VS
30431
30432for ac_func in localtime
afc31813 30433do
e6cc62c6
VS
30434as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30435echo "$as_me:$LINENO: checking for $ac_func" >&5
30436echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30437if eval "test \"\${$as_ac_var+set}\" = set"; then
30438 echo $ECHO_N "(cached) $ECHO_C" >&6
30439else
30440 cat >conftest.$ac_ext <<_ACEOF
30441#line $LINENO "configure"
30442/* confdefs.h. */
30443_ACEOF
30444cat confdefs.h >>conftest.$ac_ext
30445cat >>conftest.$ac_ext <<_ACEOF
30446/* end confdefs.h. */
afc31813 30447/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
30448 which can conflict with char $ac_func (); below.
30449 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30450 <limits.h> exists even on freestanding compilers. */
30451#ifdef __STDC__
30452# include <limits.h>
30453#else
30454# include <assert.h>
30455#endif
afc31813 30456/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
30457#ifdef __cplusplus
30458extern "C"
30459{
30460#endif
afc31813 30461/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
30462 builtin and then its argument prototype would still apply. */
30463char $ac_func ();
afc31813
VZ
30464/* The GNU C library defines this for functions which it implements
30465 to always fail with ENOSYS. Some functions are actually named
30466 something starting with __ and the normal name is an alias. */
30467#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30468choke me
30469#else
e6cc62c6
VS
30470char (*f) () = $ac_func;
30471#endif
30472#ifdef __cplusplus
30473}
afc31813
VZ
30474#endif
30475
e6cc62c6
VS
30476int
30477main ()
30478{
30479return f != $ac_func;
30480 ;
30481 return 0;
30482}
30483_ACEOF
30484rm -f conftest.$ac_objext conftest$ac_exeext
30485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30486 (eval $ac_link) 2>&5
30487 ac_status=$?
30488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30489 (exit $ac_status); } &&
30490 { ac_try='test -s conftest$ac_exeext'
30491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30492 (eval $ac_try) 2>&5
30493 ac_status=$?
30494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30495 (exit $ac_status); }; }; then
30496 eval "$as_ac_var=yes"
30497else
30498 echo "$as_me: failed program was:" >&5
30499sed 's/^/| /' conftest.$ac_ext >&5
30500
30501eval "$as_ac_var=no"
30502fi
30503rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30504fi
30505echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30506echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30507if test `eval echo '${'$as_ac_var'}'` = yes; then
30508 cat >>confdefs.h <<_ACEOF
30509#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30510_ACEOF
afc31813 30511
afc31813
VZ
30512fi
30513done
30514
5c6fa7d2 30515
8284b0c5 30516 if test "$ac_cv_func_localtime" = "yes"; then
e6cc62c6
VS
30517 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30518echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30519if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30520 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 30521else
e6cc62c6
VS
30522
30523 cat >conftest.$ac_ext <<_ACEOF
30524#line $LINENO "configure"
30525/* confdefs.h. */
30526_ACEOF
30527cat confdefs.h >>conftest.$ac_ext
30528cat >>conftest.$ac_ext <<_ACEOF
30529/* end confdefs.h. */
0470b1e6 30530
b4085ce6 30531 #include <time.h>
e6cc62c6
VS
30532
30533int
30534main ()
30535{
0470b1e6
VZ
30536
30537 struct tm tm;
30538 tm.tm_gmtoff++;
e6cc62c6
VS
30539
30540 ;
30541 return 0;
30542}
30543_ACEOF
30544rm -f conftest.$ac_objext
30545if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30546 (eval $ac_compile) 2>&5
30547 ac_status=$?
30548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30549 (exit $ac_status); } &&
30550 { ac_try='test -s conftest.$ac_objext'
30551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30552 (eval $ac_try) 2>&5
30553 ac_status=$?
30554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30555 (exit $ac_status); }; }; then
30556
f03a98d8 30557 wx_cv_struct_tm_has_gmtoff=yes
e6cc62c6 30558
0470b1e6 30559else
e6cc62c6
VS
30560 echo "$as_me: failed program was:" >&5
30561sed 's/^/| /' conftest.$ac_ext >&5
30562
30563wx_cv_struct_tm_has_gmtoff=no
30564
247f5006 30565fi
e6cc62c6 30566rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 30567
e6cc62c6
VS
30568fi
30569echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30570echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
6232543b
VS
30571 fi
30572
30573 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
e6cc62c6 30574 cat >>confdefs.h <<\_ACEOF
6232543b 30575#define WX_GMTOFF_IN_TM 1
e6cc62c6 30576_ACEOF
0470b1e6 30577
3fcdd07b
VZ
30578 fi
30579
e6cc62c6
VS
30580
30581
30582for ac_func in gettimeofday ftime
3fcdd07b 30583do
e6cc62c6
VS
30584as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30585echo "$as_me:$LINENO: checking for $ac_func" >&5
30586echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30587if eval "test \"\${$as_ac_var+set}\" = set"; then
30588 echo $ECHO_N "(cached) $ECHO_C" >&6
30589else
30590 cat >conftest.$ac_ext <<_ACEOF
30591#line $LINENO "configure"
30592/* confdefs.h. */
30593_ACEOF
30594cat confdefs.h >>conftest.$ac_ext
30595cat >>conftest.$ac_ext <<_ACEOF
30596/* end confdefs.h. */
3fcdd07b 30597/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
30598 which can conflict with char $ac_func (); below.
30599 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30600 <limits.h> exists even on freestanding compilers. */
30601#ifdef __STDC__
30602# include <limits.h>
30603#else
30604# include <assert.h>
30605#endif
3fcdd07b 30606/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
30607#ifdef __cplusplus
30608extern "C"
30609{
30610#endif
3fcdd07b 30611/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
30612 builtin and then its argument prototype would still apply. */
30613char $ac_func ();
3fcdd07b
VZ
30614/* The GNU C library defines this for functions which it implements
30615 to always fail with ENOSYS. Some functions are actually named
30616 something starting with __ and the normal name is an alias. */
30617#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30618choke me
30619#else
e6cc62c6
VS
30620char (*f) () = $ac_func;
30621#endif
30622#ifdef __cplusplus
30623}
3fcdd07b
VZ
30624#endif
30625
e6cc62c6
VS
30626int
30627main ()
30628{
30629return f != $ac_func;
30630 ;
30631 return 0;
30632}
30633_ACEOF
30634rm -f conftest.$ac_objext conftest$ac_exeext
30635if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30636 (eval $ac_link) 2>&5
30637 ac_status=$?
30638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30639 (exit $ac_status); } &&
30640 { ac_try='test -s conftest$ac_exeext'
30641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30642 (eval $ac_try) 2>&5
30643 ac_status=$?
30644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30645 (exit $ac_status); }; }; then
30646 eval "$as_ac_var=yes"
30647else
30648 echo "$as_me: failed program was:" >&5
30649sed 's/^/| /' conftest.$ac_ext >&5
30650
30651eval "$as_ac_var=no"
30652fi
30653rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30654fi
30655echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30656echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30657if test `eval echo '${'$as_ac_var'}'` = yes; then
30658 cat >>confdefs.h <<_ACEOF
30659#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30660_ACEOF
3fcdd07b 30661 break
3fcdd07b
VZ
30662fi
30663done
30664
698dcdb6 30665
8284b0c5 30666 if test "$ac_cv_func_gettimeofday" = "yes"; then
e6cc62c6
VS
30667 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
30668echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
30669if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
30670 echo $ECHO_N "(cached) $ECHO_C" >&6
30671else
30672
30673
30674
30675 ac_ext=cc
5c6fa7d2 30676ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
30677ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30678ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30679ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52127426 30680
8284b0c5 30681
e6cc62c6
VS
30682 cat >conftest.$ac_ext <<_ACEOF
30683#line $LINENO "configure"
30684/* confdefs.h. */
30685_ACEOF
30686cat confdefs.h >>conftest.$ac_ext
30687cat >>conftest.$ac_ext <<_ACEOF
30688/* end confdefs.h. */
afc31813
VZ
30689
30690 #include <sys/time.h>
30691 #include <unistd.h>
e6cc62c6
VS
30692
30693int
30694main ()
30695{
afc31813
VZ
30696
30697 struct timeval tv;
776862b4 30698 gettimeofday(&tv, NULL);
e6cc62c6
VS
30699
30700 ;
30701 return 0;
30702}
30703_ACEOF
30704rm -f conftest.$ac_objext
30705if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30706 (eval $ac_compile) 2>&5
30707 ac_status=$?
30708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30709 (exit $ac_status); } &&
30710 { ac_try='test -s conftest.$ac_objext'
30711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30712 (eval $ac_try) 2>&5
30713 ac_status=$?
30714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30715 (exit $ac_status); }; }; then
afc31813 30716 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a 30717else
e6cc62c6
VS
30718 echo "$as_me: failed program was:" >&5
30719sed 's/^/| /' conftest.$ac_ext >&5
30720
30721cat >conftest.$ac_ext <<_ACEOF
30722#line $LINENO "configure"
30723/* confdefs.h. */
30724_ACEOF
30725cat confdefs.h >>conftest.$ac_ext
30726cat >>conftest.$ac_ext <<_ACEOF
30727/* end confdefs.h. */
afc31813
VZ
30728
30729 #include <sys/time.h>
30730 #include <unistd.h>
e6cc62c6
VS
30731
30732int
30733main ()
30734{
afc31813
VZ
30735
30736 struct timeval tv;
30737 gettimeofday(&tv);
e6cc62c6
VS
30738
30739 ;
30740 return 0;
30741}
30742_ACEOF
30743rm -f conftest.$ac_objext
30744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30745 (eval $ac_compile) 2>&5
30746 ac_status=$?
30747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30748 (exit $ac_status); } &&
30749 { ac_try='test -s conftest.$ac_objext'
30750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30751 (eval $ac_try) 2>&5
30752 ac_status=$?
30753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30754 (exit $ac_status); }; }; then
afc31813 30755 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a 30756else
e6cc62c6
VS
30757 echo "$as_me: failed program was:" >&5
30758sed 's/^/| /' conftest.$ac_ext >&5
30759
30760
30761 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
30762echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
776862b4 30763 wx_cv_func_gettimeofday_has_2_args=unknown
e6cc62c6
VS
30764
30765
10f2d63a 30766fi
e6cc62c6
VS
30767rm -f conftest.$ac_objext conftest.$ac_ext
30768
10f2d63a 30769fi
e6cc62c6 30770rm -f conftest.$ac_objext conftest.$ac_ext
afc31813 30771 ac_ext=c
10f2d63a 30772ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
30773ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30774ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30775ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 30776
a0b9e27f 30777
e6cc62c6
VS
30778fi
30779echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
30780echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
c63c7106 30781
afc31813 30782 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
e6cc62c6 30783 cat >>confdefs.h <<\_ACEOF
afc31813 30784#define WX_GETTIMEOFDAY_NO_TZ 1
e6cc62c6 30785_ACEOF
afc31813
VZ
30786
30787 fi
30788 fi
30789
afc31813
VZ
30790 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
30791fi
30792
8284b0c5 30793
52127426 30794if test "$wxUSE_SOCKETS" = "yes"; then
6c657b52 30795 if test "$wxUSE_MGL" = "1"; then
e6cc62c6
VS
30796 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
30797echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
6c657b52
VS
30798 wxUSE_SOCKETS="no"
30799 fi
3879ecda
VZ
30800 if test "$wxUSE_COCOA" = "1"; then
30801 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under Cocoa... disabled" >&5
30802echo "$as_me: WARNING: wxSocket not yet supported under Cocoa... disabled" >&2;}
30803 wxUSE_SOCKETS="no"
30804 fi
0feee163 30805fi
b089607b 30806
0feee163
VZ
30807if test "$wxUSE_SOCKETS" = "yes"; then
30808 if test "$TOOLKIT" != "MSW"; then
e6cc62c6
VS
30809 echo "$as_me:$LINENO: checking for socket" >&5
30810echo $ECHO_N "checking for socket... $ECHO_C" >&6
30811if test "${ac_cv_func_socket+set}" = set; then
30812 echo $ECHO_N "(cached) $ECHO_C" >&6
30813else
30814 cat >conftest.$ac_ext <<_ACEOF
30815#line $LINENO "configure"
30816/* confdefs.h. */
30817_ACEOF
30818cat confdefs.h >>conftest.$ac_ext
30819cat >>conftest.$ac_ext <<_ACEOF
30820/* end confdefs.h. */
c63c7106 30821/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
30822 which can conflict with char socket (); below.
30823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30824 <limits.h> exists even on freestanding compilers. */
30825#ifdef __STDC__
30826# include <limits.h>
30827#else
30828# include <assert.h>
30829#endif
c63c7106 30830/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
30831#ifdef __cplusplus
30832extern "C"
30833{
30834#endif
c63c7106 30835/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
30836 builtin and then its argument prototype would still apply. */
30837char socket ();
c63c7106
VZ
30838/* The GNU C library defines this for functions which it implements
30839 to always fail with ENOSYS. Some functions are actually named
30840 something starting with __ and the normal name is an alias. */
30841#if defined (__stub_socket) || defined (__stub___socket)
30842choke me
30843#else
e6cc62c6
VS
30844char (*f) () = socket;
30845#endif
30846#ifdef __cplusplus
30847}
c63c7106
VZ
30848#endif
30849
e6cc62c6
VS
30850int
30851main ()
30852{
30853return f != socket;
30854 ;
30855 return 0;
30856}
30857_ACEOF
30858rm -f conftest.$ac_objext conftest$ac_exeext
30859if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30860 (eval $ac_link) 2>&5
30861 ac_status=$?
30862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30863 (exit $ac_status); } &&
30864 { ac_try='test -s conftest$ac_exeext'
30865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30866 (eval $ac_try) 2>&5
30867 ac_status=$?
30868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30869 (exit $ac_status); }; }; then
30870 ac_cv_func_socket=yes
30871else
30872 echo "$as_me: failed program was:" >&5
30873sed 's/^/| /' conftest.$ac_ext >&5
30874
30875ac_cv_func_socket=no
30876fi
30877rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30878fi
30879echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
30880echo "${ECHO_T}$ac_cv_func_socket" >&6
30881if test $ac_cv_func_socket = yes; then
c63c7106
VZ
30882 :
30883else
e6cc62c6
VS
30884 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
30885echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
30886if test "${ac_cv_lib_socket_socket+set}" = set; then
30887 echo $ECHO_N "(cached) $ECHO_C" >&6
c63c7106 30888else
e6cc62c6 30889 ac_check_lib_save_LIBS=$LIBS
c63c7106 30890LIBS="-lsocket $LIBS"
e6cc62c6
VS
30891cat >conftest.$ac_ext <<_ACEOF
30892#line $LINENO "configure"
30893/* confdefs.h. */
30894_ACEOF
30895cat confdefs.h >>conftest.$ac_ext
30896cat >>conftest.$ac_ext <<_ACEOF
30897/* end confdefs.h. */
30898
c63c7106 30899/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
30900#ifdef __cplusplus
30901extern "C"
30902#endif
c63c7106 30903/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
30904 builtin and then its argument prototype would still apply. */
30905char socket ();
30906int
30907main ()
30908{
30909socket ();
30910 ;
30911 return 0;
30912}
30913_ACEOF
30914rm -f conftest.$ac_objext conftest$ac_exeext
30915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30916 (eval $ac_link) 2>&5
30917 ac_status=$?
30918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30919 (exit $ac_status); } &&
30920 { ac_try='test -s conftest$ac_exeext'
30921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30922 (eval $ac_try) 2>&5
30923 ac_status=$?
30924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30925 (exit $ac_status); }; }; then
30926 ac_cv_lib_socket_socket=yes
30927else
30928 echo "$as_me: failed program was:" >&5
30929sed 's/^/| /' conftest.$ac_ext >&5
30930
30931ac_cv_lib_socket_socket=no
30932fi
30933rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30934LIBS=$ac_check_lib_save_LIBS
30935fi
30936echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
30937echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
30938if test $ac_cv_lib_socket_socket = yes; then
d558c907
VS
30939 if test "$INET_LINK" != " -lsocket"; then
30940 INET_LINK="$INET_LINK -lsocket"
30941 fi
c63c7106 30942else
afc31813 30943
e6cc62c6
VS
30944 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
30945echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
3a922bb4 30946 wxUSE_SOCKETS=no
e6cc62c6
VS
30947
30948
6232543b 30949fi
b089607b 30950
e6cc62c6 30951
1e487827 30952fi
afc31813 30953
3a922bb4 30954 fi
0feee163 30955fi
51a9faba 30956
0feee163
VZ
30957if test "$wxUSE_SOCKETS" = "yes" ; then
30958 if test "$TOOLKIT" != "MSW"; then
e6cc62c6
VS
30959 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
30960echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
30961if test "${wx_cv_type_getsockname3+set}" = set; then
30962 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 30963else
e6cc62c6
VS
30964
30965 cat >conftest.$ac_ext <<_ACEOF
30966#line $LINENO "configure"
30967/* confdefs.h. */
30968_ACEOF
30969cat confdefs.h >>conftest.$ac_ext
30970cat >>conftest.$ac_ext <<_ACEOF
30971/* end confdefs.h. */
51a9faba 30972
3a922bb4
RL
30973 #include <sys/types.h>
30974 #include <sys/socket.h>
e6cc62c6
VS
30975
30976int
30977main ()
30978{
51a9faba 30979
3a922bb4
RL
30980 socklen_t len;
30981 getsockname(0, 0, &len);
e6cc62c6
VS
30982
30983 ;
30984 return 0;
30985}
30986_ACEOF
30987rm -f conftest.$ac_objext
30988if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30989 (eval $ac_compile) 2>&5
30990 ac_status=$?
30991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30992 (exit $ac_status); } &&
30993 { ac_try='test -s conftest.$ac_objext'
30994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30995 (eval $ac_try) 2>&5
30996 ac_status=$?
30997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30998 (exit $ac_status); }; }; then
51a9faba 30999 wx_cv_type_getsockname3=socklen_t
afc31813 31000else
e6cc62c6
VS
31001 echo "$as_me: failed program was:" >&5
31002sed 's/^/| /' conftest.$ac_ext >&5
31003
31004
9711d31e
GD
31005 CFLAGS_OLD="$CFLAGS"
31006 if test "$GCC" = yes ; then
31007 CFLAGS="$CFLAGS -Werror"
31008 fi
31009
e6cc62c6
VS
31010 cat >conftest.$ac_ext <<_ACEOF
31011#line $LINENO "configure"
31012/* confdefs.h. */
31013_ACEOF
31014cat confdefs.h >>conftest.$ac_ext
31015cat >>conftest.$ac_ext <<_ACEOF
31016/* end confdefs.h. */
51a9faba 31017
9711d31e
GD
31018 #include <sys/types.h>
31019 #include <sys/socket.h>
e6cc62c6
VS
31020
31021int
31022main ()
31023{
51a9faba 31024
9711d31e
GD
31025 size_t len;
31026 getsockname(0, 0, &len);
e6cc62c6
VS
31027
31028 ;
31029 return 0;
31030}
31031_ACEOF
31032rm -f conftest.$ac_objext
31033if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31034 (eval $ac_compile) 2>&5
31035 ac_status=$?
31036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31037 (exit $ac_status); } &&
31038 { ac_try='test -s conftest.$ac_objext'
31039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31040 (eval $ac_try) 2>&5
31041 ac_status=$?
31042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31043 (exit $ac_status); }; }; then
51a9faba 31044 wx_cv_type_getsockname3=size_t
afc31813 31045else
e6cc62c6
VS
31046 echo "$as_me: failed program was:" >&5
31047sed 's/^/| /' conftest.$ac_ext >&5
31048
31049cat >conftest.$ac_ext <<_ACEOF
31050#line $LINENO "configure"
31051/* confdefs.h. */
31052_ACEOF
31053cat confdefs.h >>conftest.$ac_ext
31054cat >>conftest.$ac_ext <<_ACEOF
31055/* end confdefs.h. */
51a9faba 31056
9711d31e
GD
31057 #include <sys/types.h>
31058 #include <sys/socket.h>
e6cc62c6
VS
31059
31060int
31061main ()
31062{
51a9faba 31063
9711d31e
GD
31064 int len;
31065 getsockname(0, 0, &len);
e6cc62c6
VS
31066
31067 ;
31068 return 0;
31069}
31070_ACEOF
31071rm -f conftest.$ac_objext
31072if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31073 (eval $ac_compile) 2>&5
31074 ac_status=$?
31075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31076 (exit $ac_status); } &&
31077 { ac_try='test -s conftest.$ac_objext'
31078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31079 (eval $ac_try) 2>&5
31080 ac_status=$?
31081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31082 (exit $ac_status); }; }; then
51a9faba 31083 wx_cv_type_getsockname3=int
afc31813 31084else
e6cc62c6
VS
31085 echo "$as_me: failed program was:" >&5
31086sed 's/^/| /' conftest.$ac_ext >&5
31087
31088wx_cv_type_getsockname3=unknown
31089
afc31813 31090fi
e6cc62c6
VS
31091rm -f conftest.$ac_objext conftest.$ac_ext
31092
afc31813 31093fi
e6cc62c6 31094rm -f conftest.$ac_objext conftest.$ac_ext
9711d31e
GD
31095
31096 CFLAGS="$CFLAGS_OLD"
e6cc62c6
VS
31097
31098
247f5006 31099fi
e6cc62c6 31100rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 31101
e6cc62c6
VS
31102fi
31103echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31104echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
51a9faba 31105
3a922bb4
RL
31106 if test "$wx_cv_type_getsockname3" = "unknown"; then
31107 wxUSE_SOCKETS=no
e6cc62c6
VS
31108 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31109echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
3a922bb4 31110 else
e6cc62c6 31111 cat >>confdefs.h <<_ACEOF
51a9faba 31112#define SOCKLEN_T $wx_cv_type_getsockname3
e6cc62c6 31113_ACEOF
51a9faba 31114
3a922bb4 31115 fi
51a9faba
VZ
31116 fi
31117fi
afc31813 31118
51a9faba 31119if test "$wxUSE_SOCKETS" = "yes" ; then
e6cc62c6 31120 cat >>confdefs.h <<\_ACEOF
afc31813 31121#define wxUSE_SOCKETS 1
e6cc62c6 31122_ACEOF
afc31813 31123
70f7a477 31124 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
afc31813
VZ
31125fi
31126
3879ecda
VZ
31127if test "$wxUSE_PROTOCOL" = "yes"; then
31128 if test "$wxUSE_SOCKETS" != "yes"; then
31129 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
31130echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
31131 wxUSE_PROTOCOL=no
31132 fi
31133fi
31134
31135if test "$wxUSE_PROTOCOL" = "yes"; then
31136 cat >>confdefs.h <<\_ACEOF
31137#define wxUSE_PROTOCOL 1
31138_ACEOF
31139
31140
31141 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
31142 cat >>confdefs.h <<\_ACEOF
31143#define wxUSE_PROTOCOL_HTTP 1
31144_ACEOF
31145
31146 fi
31147 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
31148 cat >>confdefs.h <<\_ACEOF
31149#define wxUSE_PROTOCOL_FTP 1
31150_ACEOF
31151
31152 fi
31153 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
31154 cat >>confdefs.h <<\_ACEOF
31155#define wxUSE_PROTOCOL_FILE 1
31156_ACEOF
31157
31158 fi
31159else
31160 if test "$wxUSE_FS_INET" = "yes"; then
31161 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
31162echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
31163 wxUSE_FS_INET="no"
31164 fi
31165fi
31166
31167if test "$wxUSE_URL" = "yes"; then
31168 if test "$wxUSE_PROTOCOL" != "yes"; then
31169 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
31170echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
31171 wxUSE_URL=no
31172 fi
31173 if test "$wxUSE_URL" = "yes"; then
31174 cat >>confdefs.h <<\_ACEOF
31175#define wxUSE_URL 1
31176_ACEOF
31177
31178 fi
31179fi
31180
31181if test "$wxUSE_FS_INET" = "yes"; then
31182 cat >>confdefs.h <<\_ACEOF
31183#define wxUSE_FS_INET 1
31184_ACEOF
31185
31186fi
31187
8284b0c5 31188
dc3d889d
VZ
31189if test "$wxUSE_GUI" = "yes"; then
31190
ac0c4cc3 31191 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
e6cc62c6
VS
31192 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31193echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
156b2523
GD
31194 wxUSE_JOYSTICK=no
31195 fi
31196 if test "$TOOLKIT" = "MOTIF"; then
e6cc62c6
VS
31197 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Motif... disabled" >&5
31198echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;}
156b2523 31199 wxUSE_JOYSTICK=no
f79bd02d
JS
31200 fi
31201 if test "$TOOLKIT" = "X11"; then
e6cc62c6
VS
31202 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under X11... disabled" >&5
31203echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
f79bd02d 31204 wxUSE_JOYSTICK=no
156b2523
GD
31205 fi
31206
3a922bb4
RL
31207 if test "$TOOLKIT" != "MSW"; then
31208 if test "$wxUSE_JOYSTICK" = "yes"; then
e6cc62c6
VS
31209
31210for ac_header in linux/joystick.h
10f2d63a 31211do
e6cc62c6
VS
31212as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31213if eval "test \"\${$as_ac_Header+set}\" = set"; then
31214 echo "$as_me:$LINENO: checking for $ac_header" >&5
31215echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31216if eval "test \"\${$as_ac_Header+set}\" = set"; then
31217 echo $ECHO_N "(cached) $ECHO_C" >&6
31218fi
31219echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31220echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31221else
31222 # Is the header compilable?
31223echo "$as_me:$LINENO: checking $ac_header usability" >&5
31224echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31225cat >conftest.$ac_ext <<_ACEOF
31226#line $LINENO "configure"
31227/* confdefs.h. */
31228_ACEOF
31229cat confdefs.h >>conftest.$ac_ext
31230cat >>conftest.$ac_ext <<_ACEOF
31231/* end confdefs.h. */
31232$ac_includes_default
31233#include <$ac_header>
31234_ACEOF
31235rm -f conftest.$ac_objext
31236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31237 (eval $ac_compile) 2>&5
31238 ac_status=$?
31239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31240 (exit $ac_status); } &&
31241 { ac_try='test -s conftest.$ac_objext'
31242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31243 (eval $ac_try) 2>&5
31244 ac_status=$?
31245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31246 (exit $ac_status); }; }; then
31247 ac_header_compiler=yes
31248else
31249 echo "$as_me: failed program was:" >&5
31250sed 's/^/| /' conftest.$ac_ext >&5
31251
31252ac_header_compiler=no
31253fi
31254rm -f conftest.$ac_objext conftest.$ac_ext
31255echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31256echo "${ECHO_T}$ac_header_compiler" >&6
31257
31258# Is the header present?
31259echo "$as_me:$LINENO: checking $ac_header presence" >&5
31260echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31261cat >conftest.$ac_ext <<_ACEOF
31262#line $LINENO "configure"
31263/* confdefs.h. */
31264_ACEOF
31265cat confdefs.h >>conftest.$ac_ext
31266cat >>conftest.$ac_ext <<_ACEOF
31267/* end confdefs.h. */
31268#include <$ac_header>
31269_ACEOF
31270if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31271 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31272 ac_status=$?
31273 grep -v '^ *+' conftest.er1 >conftest.err
31274 rm -f conftest.er1
31275 cat conftest.err >&5
31276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31277 (exit $ac_status); } >/dev/null; then
31278 if test -s conftest.err; then
31279 ac_cpp_err=$ac_c_preproc_warn_flag
31280 else
31281 ac_cpp_err=
31282 fi
31283else
31284 ac_cpp_err=yes
31285fi
31286if test -z "$ac_cpp_err"; then
31287 ac_header_preproc=yes
31288else
31289 echo "$as_me: failed program was:" >&5
31290sed 's/^/| /' conftest.$ac_ext >&5
31291
31292 ac_header_preproc=no
31293fi
31294rm -f conftest.err conftest.$ac_ext
31295echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31296echo "${ECHO_T}$ac_header_preproc" >&6
31297
31298# So? What about this header?
31299case $ac_header_compiler:$ac_header_preproc in
31300 yes:no )
31301 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31302echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31303 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31304echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31305 (
31306 cat <<\_ASBOX
31307## ------------------------------------ ##
31308## Report this to bug-autoconf@gnu.org. ##
31309## ------------------------------------ ##
31310_ASBOX
31311 ) |
31312 sed "s/^/$as_me: WARNING: /" >&2
31313 ;;
31314 no:yes )
31315 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31316echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31317 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31318echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31319 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31320echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31321 (
31322 cat <<\_ASBOX
31323## ------------------------------------ ##
31324## Report this to bug-autoconf@gnu.org. ##
31325## ------------------------------------ ##
31326_ASBOX
31327 ) |
31328 sed "s/^/$as_me: WARNING: /" >&2
31329 ;;
31330esac
31331echo "$as_me:$LINENO: checking for $ac_header" >&5
31332echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31333if eval "test \"\${$as_ac_Header+set}\" = set"; then
31334 echo $ECHO_N "(cached) $ECHO_C" >&6
31335else
31336 eval "$as_ac_Header=$ac_header_preproc"
247f5006 31337fi
e6cc62c6
VS
31338echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31339echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31340
10f2d63a 31341fi
e6cc62c6
VS
31342if test `eval echo '${'$as_ac_Header'}'` = yes; then
31343 cat >>confdefs.h <<_ACEOF
31344#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31345_ACEOF
31346
247f5006 31347fi
e6cc62c6 31348
10f2d63a
VZ
31349done
31350
3a922bb4
RL
31351 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31352 wxUSE_JOYSTICK=no
e6cc62c6
VS
31353 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31354echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
3a922bb4
RL
31355 fi
31356 fi
31357 fi
b089607b 31358
3a922bb4 31359 if test "$wxUSE_JOYSTICK" = "yes"; then
e6cc62c6 31360 cat >>confdefs.h <<\_ACEOF
10f2d63a 31361#define wxUSE_JOYSTICK 1
e6cc62c6 31362_ACEOF
10f2d63a 31363
3a922bb4
RL
31364 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
31365 fi
dc3d889d
VZ
31366fi
31367
8284b0c5 31368
b089607b
VZ
31369if test "$TOOLKIT" != "MSW"; then
31370
3a922bb4
RL
31371 HAVE_DL_FUNCS=0
31372 HAVE_SHL_FUNCS=0
0b9ab0bd 31373 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
3a922bb4
RL
31374 if test "$USE_DARWIN" = 1; then
31375 HAVE_DL_FUNCS=1
31376 else
e6cc62c6
VS
31377
31378for ac_func in dlopen
10f2d63a 31379do
e6cc62c6
VS
31380as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31381echo "$as_me:$LINENO: checking for $ac_func" >&5
31382echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31383if eval "test \"\${$as_ac_var+set}\" = set"; then
31384 echo $ECHO_N "(cached) $ECHO_C" >&6
31385else
31386 cat >conftest.$ac_ext <<_ACEOF
31387#line $LINENO "configure"
31388/* confdefs.h. */
31389_ACEOF
31390cat confdefs.h >>conftest.$ac_ext
31391cat >>conftest.$ac_ext <<_ACEOF
31392/* end confdefs.h. */
10f2d63a 31393/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
31394 which can conflict with char $ac_func (); below.
31395 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31396 <limits.h> exists even on freestanding compilers. */
31397#ifdef __STDC__
31398# include <limits.h>
31399#else
31400# include <assert.h>
31401#endif
10f2d63a 31402/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31403#ifdef __cplusplus
31404extern "C"
31405{
31406#endif
10f2d63a 31407/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31408 builtin and then its argument prototype would still apply. */
31409char $ac_func ();
10f2d63a
VZ
31410/* The GNU C library defines this for functions which it implements
31411 to always fail with ENOSYS. Some functions are actually named
31412 something starting with __ and the normal name is an alias. */
31413#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31414choke me
31415#else
e6cc62c6
VS
31416char (*f) () = $ac_func;
31417#endif
31418#ifdef __cplusplus
31419}
10f2d63a
VZ
31420#endif
31421
e6cc62c6
VS
31422int
31423main ()
31424{
31425return f != $ac_func;
31426 ;
31427 return 0;
31428}
31429_ACEOF
31430rm -f conftest.$ac_objext conftest$ac_exeext
31431if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31432 (eval $ac_link) 2>&5
31433 ac_status=$?
31434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31435 (exit $ac_status); } &&
31436 { ac_try='test -s conftest$ac_exeext'
31437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31438 (eval $ac_try) 2>&5
31439 ac_status=$?
31440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31441 (exit $ac_status); }; }; then
31442 eval "$as_ac_var=yes"
31443else
31444 echo "$as_me: failed program was:" >&5
31445sed 's/^/| /' conftest.$ac_ext >&5
31446
31447eval "$as_ac_var=no"
31448fi
31449rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31450fi
31451echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31452echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31453if test `eval echo '${'$as_ac_var'}'` = yes; then
31454 cat >>confdefs.h <<_ACEOF
31455#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31456_ACEOF
31457
31458 cat >>confdefs.h <<\_ACEOF
10f2d63a 31459#define HAVE_DLOPEN 1
e6cc62c6 31460_ACEOF
10f2d63a 31461
3a922bb4 31462 HAVE_DL_FUNCS=1
e6cc62c6 31463
10f2d63a 31464else
e6cc62c6
VS
31465
31466 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31467echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31468if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31469 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 31470else
e6cc62c6 31471 ac_check_lib_save_LIBS=$LIBS
10f2d63a 31472LIBS="-ldl $LIBS"
e6cc62c6
VS
31473cat >conftest.$ac_ext <<_ACEOF
31474#line $LINENO "configure"
31475/* confdefs.h. */
31476_ACEOF
31477cat confdefs.h >>conftest.$ac_ext
31478cat >>conftest.$ac_ext <<_ACEOF
31479/* end confdefs.h. */
31480
10f2d63a 31481/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31482#ifdef __cplusplus
31483extern "C"
31484#endif
10f2d63a 31485/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31486 builtin and then its argument prototype would still apply. */
31487char dlopen ();
31488int
31489main ()
31490{
31491dlopen ();
31492 ;
31493 return 0;
31494}
31495_ACEOF
31496rm -f conftest.$ac_objext conftest$ac_exeext
31497if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31498 (eval $ac_link) 2>&5
31499 ac_status=$?
31500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31501 (exit $ac_status); } &&
31502 { ac_try='test -s conftest$ac_exeext'
31503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31504 (eval $ac_try) 2>&5
31505 ac_status=$?
31506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31507 (exit $ac_status); }; }; then
31508 ac_cv_lib_dl_dlopen=yes
31509else
31510 echo "$as_me: failed program was:" >&5
31511sed 's/^/| /' conftest.$ac_ext >&5
31512
31513ac_cv_lib_dl_dlopen=no
31514fi
31515rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31516LIBS=$ac_check_lib_save_LIBS
31517fi
31518echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31519echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31520if test $ac_cv_lib_dl_dlopen = yes; then
31521
31522 cat >>confdefs.h <<\_ACEOF
10f2d63a 31523#define HAVE_DLOPEN 1
e6cc62c6 31524_ACEOF
10f2d63a 31525
3a922bb4 31526 HAVE_DL_FUNCS=1
3d63bc3a 31527 DL_LINK=" -ldl$DL_LINK"
e6cc62c6 31528
10f2d63a 31529else
10f2d63a 31530
e6cc62c6
VS
31531
31532for ac_func in shl_load
10f2d63a 31533do
e6cc62c6
VS
31534as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31535echo "$as_me:$LINENO: checking for $ac_func" >&5
31536echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31537if eval "test \"\${$as_ac_var+set}\" = set"; then
31538 echo $ECHO_N "(cached) $ECHO_C" >&6
31539else
31540 cat >conftest.$ac_ext <<_ACEOF
31541#line $LINENO "configure"
31542/* confdefs.h. */
31543_ACEOF
31544cat confdefs.h >>conftest.$ac_ext
31545cat >>conftest.$ac_ext <<_ACEOF
31546/* end confdefs.h. */
10f2d63a 31547/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
31548 which can conflict with char $ac_func (); below.
31549 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31550 <limits.h> exists even on freestanding compilers. */
31551#ifdef __STDC__
31552# include <limits.h>
31553#else
31554# include <assert.h>
31555#endif
10f2d63a 31556/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31557#ifdef __cplusplus
31558extern "C"
31559{
31560#endif
10f2d63a 31561/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31562 builtin and then its argument prototype would still apply. */
31563char $ac_func ();
10f2d63a
VZ
31564/* The GNU C library defines this for functions which it implements
31565 to always fail with ENOSYS. Some functions are actually named
31566 something starting with __ and the normal name is an alias. */
31567#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31568choke me
31569#else
e6cc62c6
VS
31570char (*f) () = $ac_func;
31571#endif
31572#ifdef __cplusplus
31573}
10f2d63a
VZ
31574#endif
31575
e6cc62c6
VS
31576int
31577main ()
31578{
31579return f != $ac_func;
31580 ;
31581 return 0;
31582}
31583_ACEOF
31584rm -f conftest.$ac_objext conftest$ac_exeext
31585if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31586 (eval $ac_link) 2>&5
31587 ac_status=$?
31588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31589 (exit $ac_status); } &&
31590 { ac_try='test -s conftest$ac_exeext'
31591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31592 (eval $ac_try) 2>&5
31593 ac_status=$?
31594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31595 (exit $ac_status); }; }; then
31596 eval "$as_ac_var=yes"
31597else
31598 echo "$as_me: failed program was:" >&5
31599sed 's/^/| /' conftest.$ac_ext >&5
31600
31601eval "$as_ac_var=no"
31602fi
31603rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31604fi
31605echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31606echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31607if test `eval echo '${'$as_ac_var'}'` = yes; then
31608 cat >>confdefs.h <<_ACEOF
31609#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31610_ACEOF
31611
31612 cat >>confdefs.h <<\_ACEOF
10f2d63a 31613#define HAVE_SHL_LOAD 1
e6cc62c6 31614_ACEOF
10f2d63a 31615
3a922bb4 31616 HAVE_SHL_FUNCS=1
e6cc62c6 31617
10f2d63a 31618else
e6cc62c6
VS
31619
31620 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
31621echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
31622if test "${ac_cv_lib_shl_load_dld+set}" = set; then
31623 echo $ECHO_N "(cached) $ECHO_C" >&6
f6bcfd97 31624else
e6cc62c6 31625 ac_check_lib_save_LIBS=$LIBS
f6bcfd97 31626LIBS="-lshl_load $LIBS"
e6cc62c6
VS
31627cat >conftest.$ac_ext <<_ACEOF
31628#line $LINENO "configure"
31629/* confdefs.h. */
31630_ACEOF
31631cat confdefs.h >>conftest.$ac_ext
31632cat >>conftest.$ac_ext <<_ACEOF
31633/* end confdefs.h. */
31634
8284b0c5 31635/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31636#ifdef __cplusplus
31637extern "C"
31638#endif
f6bcfd97 31639/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31640 builtin and then its argument prototype would still apply. */
31641char dld ();
31642int
31643main ()
31644{
31645dld ();
31646 ;
31647 return 0;
31648}
31649_ACEOF
31650rm -f conftest.$ac_objext conftest$ac_exeext
31651if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31652 (eval $ac_link) 2>&5
31653 ac_status=$?
31654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31655 (exit $ac_status); } &&
31656 { ac_try='test -s conftest$ac_exeext'
31657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31658 (eval $ac_try) 2>&5
31659 ac_status=$?
31660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31661 (exit $ac_status); }; }; then
31662 ac_cv_lib_shl_load_dld=yes
31663else
31664 echo "$as_me: failed program was:" >&5
31665sed 's/^/| /' conftest.$ac_ext >&5
31666
31667ac_cv_lib_shl_load_dld=no
31668fi
31669rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31670LIBS=$ac_check_lib_save_LIBS
31671fi
31672echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
31673echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
31674if test $ac_cv_lib_shl_load_dld = yes; then
f6bcfd97 31675
3a922bb4 31676 HAVE_SHL_FUNCS=1
3d63bc3a 31677 DL_LINK=" -ldld$DL_LINK"
e6cc62c6 31678
f6bcfd97
BP
31679fi
31680
e6cc62c6 31681
10f2d63a
VZ
31682fi
31683done
31684
e6cc62c6 31685
10f2d63a
VZ
31686fi
31687
e6cc62c6 31688
10f2d63a
VZ
31689fi
31690done
31691
5c6fa7d2 31692
8284b0c5 31693 if test "$HAVE_DL_FUNCS" = 1; then
e6cc62c6
VS
31694
31695for ac_func in dlerror
f6bcfd97 31696do
e6cc62c6
VS
31697as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31698echo "$as_me:$LINENO: checking for $ac_func" >&5
31699echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31700if eval "test \"\${$as_ac_var+set}\" = set"; then
31701 echo $ECHO_N "(cached) $ECHO_C" >&6
31702else
31703 cat >conftest.$ac_ext <<_ACEOF
31704#line $LINENO "configure"
31705/* confdefs.h. */
31706_ACEOF
31707cat confdefs.h >>conftest.$ac_ext
31708cat >>conftest.$ac_ext <<_ACEOF
31709/* end confdefs.h. */
f6bcfd97 31710/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
31711 which can conflict with char $ac_func (); below.
31712 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31713 <limits.h> exists even on freestanding compilers. */
31714#ifdef __STDC__
31715# include <limits.h>
31716#else
31717# include <assert.h>
31718#endif
f6bcfd97 31719/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31720#ifdef __cplusplus
31721extern "C"
31722{
31723#endif
f6bcfd97 31724/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31725 builtin and then its argument prototype would still apply. */
31726char $ac_func ();
f6bcfd97
BP
31727/* The GNU C library defines this for functions which it implements
31728 to always fail with ENOSYS. Some functions are actually named
31729 something starting with __ and the normal name is an alias. */
31730#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31731choke me
31732#else
e6cc62c6
VS
31733char (*f) () = $ac_func;
31734#endif
31735#ifdef __cplusplus
31736}
f6bcfd97
BP
31737#endif
31738
e6cc62c6
VS
31739int
31740main ()
31741{
31742return f != $ac_func;
31743 ;
31744 return 0;
31745}
31746_ACEOF
31747rm -f conftest.$ac_objext conftest$ac_exeext
31748if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31749 (eval $ac_link) 2>&5
31750 ac_status=$?
31751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31752 (exit $ac_status); } &&
31753 { ac_try='test -s conftest$ac_exeext'
31754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31755 (eval $ac_try) 2>&5
31756 ac_status=$?
31757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31758 (exit $ac_status); }; }; then
31759 eval "$as_ac_var=yes"
31760else
31761 echo "$as_me: failed program was:" >&5
31762sed 's/^/| /' conftest.$ac_ext >&5
31763
31764eval "$as_ac_var=no"
31765fi
31766rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31767fi
31768echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31769echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31770if test `eval echo '${'$as_ac_var'}'` = yes; then
31771 cat >>confdefs.h <<_ACEOF
31772#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31773_ACEOF
31774 cat >>confdefs.h <<\_ACEOF
f6bcfd97 31775#define HAVE_DLERROR 1
e6cc62c6 31776_ACEOF
f6bcfd97
BP
31777
31778else
e6cc62c6
VS
31779 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
31780echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
31781if test "${ac_cv_lib_dl_dlerror+set}" = set; then
31782 echo $ECHO_N "(cached) $ECHO_C" >&6
f6bcfd97 31783else
e6cc62c6 31784 ac_check_lib_save_LIBS=$LIBS
f6bcfd97 31785LIBS="-ldl $LIBS"
e6cc62c6
VS
31786cat >conftest.$ac_ext <<_ACEOF
31787#line $LINENO "configure"
31788/* confdefs.h. */
31789_ACEOF
31790cat confdefs.h >>conftest.$ac_ext
31791cat >>conftest.$ac_ext <<_ACEOF
31792/* end confdefs.h. */
31793
f6bcfd97 31794/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31795#ifdef __cplusplus
31796extern "C"
31797#endif
f6bcfd97 31798/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31799 builtin and then its argument prototype would still apply. */
31800char dlerror ();
31801int
31802main ()
31803{
31804dlerror ();
31805 ;
31806 return 0;
31807}
31808_ACEOF
31809rm -f conftest.$ac_objext conftest$ac_exeext
31810if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31811 (eval $ac_link) 2>&5
31812 ac_status=$?
31813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31814 (exit $ac_status); } &&
31815 { ac_try='test -s conftest$ac_exeext'
31816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31817 (eval $ac_try) 2>&5
31818 ac_status=$?
31819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31820 (exit $ac_status); }; }; then
31821 ac_cv_lib_dl_dlerror=yes
31822else
31823 echo "$as_me: failed program was:" >&5
31824sed 's/^/| /' conftest.$ac_ext >&5
31825
31826ac_cv_lib_dl_dlerror=no
31827fi
31828rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31829LIBS=$ac_check_lib_save_LIBS
31830fi
31831echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
31832echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
31833if test $ac_cv_lib_dl_dlerror = yes; then
31834 cat >>confdefs.h <<\_ACEOF
f6bcfd97 31835#define HAVE_DLERROR 1
e6cc62c6 31836_ACEOF
f6bcfd97 31837
f6bcfd97
BP
31838fi
31839
31840fi
31841done
31842
3a922bb4
RL
31843 fi
31844 fi
f6bcfd97 31845
3a922bb4
RL
31846 if test "$HAVE_DL_FUNCS" = 0; then
31847 if test "$HAVE_SHL_FUNCS" = 0; then
31848 if test "$USE_UNIX" = 1; then
e6cc62c6
VS
31849 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
31850echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
0b9ab0bd 31851 wxUSE_DYNAMIC_LOADER=no
3a922bb4
RL
31852 wxUSE_DYNLIB_CLASS=no
31853 else
e6cc62c6
VS
31854 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
31855echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
3a922bb4
RL
31856 fi
31857 fi
10f2d63a
VZ
31858 fi
31859 fi
31860fi
31861
0b9ab0bd 31862if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
e6cc62c6 31863 cat >>confdefs.h <<\_ACEOF
0b9ab0bd 31864#define wxUSE_DYNAMIC_LOADER 1
e6cc62c6 31865_ACEOF
0b9ab0bd
RL
31866
31867elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
e6cc62c6 31868 cat >>confdefs.h <<\_ACEOF
10f2d63a 31869#define wxUSE_DYNLIB_CLASS 1
e6cc62c6 31870_ACEOF
10f2d63a
VZ
31871
31872fi
31873
8284b0c5 31874
1e6feb95 31875if test "$wxUSE_FONTMAP" = "yes" ; then
e6cc62c6 31876 cat >>confdefs.h <<\_ACEOF
1e6feb95 31877#define wxUSE_FONTMAP 1
e6cc62c6 31878_ACEOF
1e6feb95
VZ
31879
31880fi
31881
10f2d63a 31882if test "$wxUSE_UNICODE" = "yes" ; then
e6cc62c6 31883 cat >>confdefs.h <<\_ACEOF
10f2d63a 31884#define wxUSE_UNICODE 1
e6cc62c6 31885_ACEOF
10f2d63a 31886
8284b0c5 31887
bbc3925a
VS
31888 if test "$wxUSE_MSW" != 1; then
31889 wxUSE_UNICODE_MSLU=no
31890 fi
a72a4bfa
VS
31891
31892 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
e6cc62c6
VS
31893 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
31894echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
31895if test "${ac_cv_lib_unicows_main+set}" = set; then
31896 echo $ECHO_N "(cached) $ECHO_C" >&6
a72a4bfa 31897else
e6cc62c6 31898 ac_check_lib_save_LIBS=$LIBS
a72a4bfa 31899LIBS="-lunicows $LIBS"
e6cc62c6
VS
31900cat >conftest.$ac_ext <<_ACEOF
31901#line $LINENO "configure"
31902/* confdefs.h. */
31903_ACEOF
31904cat confdefs.h >>conftest.$ac_ext
31905cat >>conftest.$ac_ext <<_ACEOF
31906/* end confdefs.h. */
a72a4bfa 31907
8284b0c5 31908
e6cc62c6
VS
31909int
31910main ()
31911{
31912main ();
31913 ;
31914 return 0;
31915}
31916_ACEOF
31917rm -f conftest.$ac_objext conftest$ac_exeext
31918if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31919 (eval $ac_link) 2>&5
31920 ac_status=$?
31921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31922 (exit $ac_status); } &&
31923 { ac_try='test -s conftest$ac_exeext'
31924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31925 (eval $ac_try) 2>&5
31926 ac_status=$?
31927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31928 (exit $ac_status); }; }; then
31929 ac_cv_lib_unicows_main=yes
31930else
31931 echo "$as_me: failed program was:" >&5
31932sed 's/^/| /' conftest.$ac_ext >&5
31933
31934ac_cv_lib_unicows_main=no
31935fi
31936rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31937LIBS=$ac_check_lib_save_LIBS
31938fi
31939echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
31940echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
31941if test $ac_cv_lib_unicows_main = yes; then
31942
31943 cat >>confdefs.h <<\_ACEOF
a72a4bfa 31944#define wxUSE_UNICODE_MSLU 1
e6cc62c6
VS
31945_ACEOF
31946
a72a4bfa 31947
a72a4bfa 31948else
a72a4bfa 31949
e6cc62c6
VS
31950 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31951 Applications will only run on Windows NT/2000/XP!" >&5
31952echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31953 Applications will only run on Windows NT/2000/XP!" >&2;}
a72a4bfa 31954 wxUSE_UNICODE_MSLU=no
e6cc62c6 31955
a72a4bfa
VS
31956fi
31957
31958 fi
10f2d63a
VZ
31959fi
31960
10f2d63a 31961if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
e6cc62c6 31962 cat >>confdefs.h <<\_ACEOF
10f2d63a 31963#define wxUSE_EXPERIMENTAL_PRINTF 1
e6cc62c6 31964_ACEOF
10f2d63a
VZ
31965
31966fi
31967
8284b0c5 31968
10f2d63a 31969if test "$wxUSE_POSTSCRIPT" = "yes" ; then
e6cc62c6 31970 cat >>confdefs.h <<\_ACEOF
10f2d63a 31971#define wxUSE_POSTSCRIPT 1
e6cc62c6 31972_ACEOF
10f2d63a
VZ
31973
31974fi
31975
e6cc62c6 31976cat >>confdefs.h <<\_ACEOF
10f2d63a 31977#define wxUSE_AFM_FOR_POSTSCRIPT 1
e6cc62c6 31978_ACEOF
10f2d63a 31979
8284b0c5 31980
e6cc62c6 31981cat >>confdefs.h <<\_ACEOF
10f2d63a 31982#define wxUSE_NORMALIZED_PS_FONTS 1
e6cc62c6 31983_ACEOF
10f2d63a 31984
8284b0c5
MB
31985
31986
10f2d63a 31987if test "$wxUSE_CONSTRAINTS" = "yes"; then
e6cc62c6 31988 cat >>confdefs.h <<\_ACEOF
10f2d63a 31989#define wxUSE_CONSTRAINTS 1
e6cc62c6 31990_ACEOF
10f2d63a
VZ
31991
31992 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
31993fi
31994
3879ecda 31995if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
1772d20c 31996 cat >>confdefs.h <<\_ACEOF
10f2d63a 31997#define wxUSE_MDI_ARCHITECTURE 1
e6cc62c6 31998_ACEOF
10f2d63a 31999
1772d20c 32000 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
10f2d63a
VZ
32001fi
32002
32003if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
e6cc62c6 32004 cat >>confdefs.h <<\_ACEOF
10f2d63a 32005#define wxUSE_DOC_VIEW_ARCHITECTURE 1
e6cc62c6 32006_ACEOF
10f2d63a
VZ
32007
32008 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
32009 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32010 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
32011 fi
32012fi
32013
32014if test "$wxUSE_HELP" = "yes"; then
e6cc62c6 32015 cat >>confdefs.h <<\_ACEOF
10f2d63a 32016#define wxUSE_HELP 1
e6cc62c6 32017_ACEOF
10f2d63a
VZ
32018
32019 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
3379ed37 32020
77e13408 32021 if test "$wxUSE_MSW" = 1; then
031d8228 32022 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
e6cc62c6 32023 cat >>confdefs.h <<\_ACEOF
29fd3c0c 32024#define wxUSE_MS_HTML_HELP 1
e6cc62c6 32025_ACEOF
29fd3c0c 32026
3e44f09d 32027 fi
3379ed37 32028 fi
031d8228
VS
32029
32030 if test "$wxUSE_WXHTML_HELP" = "yes"; then
32031 if test "$wxUSE_HTML" = "yes"; then
e6cc62c6 32032 cat >>confdefs.h <<\_ACEOF
031d8228 32033#define wxUSE_WXHTML_HELP 1
e6cc62c6 32034_ACEOF
031d8228
VS
32035
32036 else
e6cc62c6
VS
32037 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
32038echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
031d8228
VS
32039 wxUSE_WXHTML_HELP=no
32040 fi
32041 fi
10f2d63a
VZ
32042fi
32043
32044if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
32045 if test "$wxUSE_CONSTRAINTS" != "yes"; then
e6cc62c6
VS
32046 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
32047echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
10f2d63a 32048 else
e6cc62c6 32049 cat >>confdefs.h <<\_ACEOF
10f2d63a 32050#define wxUSE_PRINTING_ARCHITECTURE 1
e6cc62c6 32051_ACEOF
10f2d63a
VZ
32052
32053 fi
32054 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
32055fi
32056
e6cc62c6
VS
32057if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
32058 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
32059echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
32060 { (exit 1); exit 1; }; }
32061fi
32062
32063
32064if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
32065 -o "$wxUSE_CLIPBOARD" = "yes" \
32066 -o "$wxUSE_OLE" = "yes" \
32067 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
32068
32069for ac_header in ole2.h
32070do
32071as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32072if eval "test \"\${$as_ac_Header+set}\" = set"; then
32073 echo "$as_me:$LINENO: checking for $ac_header" >&5
32074echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32075if eval "test \"\${$as_ac_Header+set}\" = set"; then
32076 echo $ECHO_N "(cached) $ECHO_C" >&6
32077fi
32078echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32079echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32080else
32081 # Is the header compilable?
32082echo "$as_me:$LINENO: checking $ac_header usability" >&5
32083echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32084cat >conftest.$ac_ext <<_ACEOF
32085#line $LINENO "configure"
32086/* confdefs.h. */
32087_ACEOF
32088cat confdefs.h >>conftest.$ac_ext
32089cat >>conftest.$ac_ext <<_ACEOF
32090/* end confdefs.h. */
32091$ac_includes_default
32092#include <$ac_header>
32093_ACEOF
32094rm -f conftest.$ac_objext
32095if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32096 (eval $ac_compile) 2>&5
32097 ac_status=$?
32098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32099 (exit $ac_status); } &&
32100 { ac_try='test -s conftest.$ac_objext'
32101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32102 (eval $ac_try) 2>&5
32103 ac_status=$?
32104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32105 (exit $ac_status); }; }; then
32106 ac_header_compiler=yes
32107else
32108 echo "$as_me: failed program was:" >&5
32109sed 's/^/| /' conftest.$ac_ext >&5
32110
32111ac_header_compiler=no
32112fi
32113rm -f conftest.$ac_objext conftest.$ac_ext
32114echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32115echo "${ECHO_T}$ac_header_compiler" >&6
32116
32117# Is the header present?
32118echo "$as_me:$LINENO: checking $ac_header presence" >&5
32119echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32120cat >conftest.$ac_ext <<_ACEOF
32121#line $LINENO "configure"
32122/* confdefs.h. */
32123_ACEOF
32124cat confdefs.h >>conftest.$ac_ext
32125cat >>conftest.$ac_ext <<_ACEOF
32126/* end confdefs.h. */
32127#include <$ac_header>
32128_ACEOF
32129if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32130 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32131 ac_status=$?
32132 grep -v '^ *+' conftest.er1 >conftest.err
32133 rm -f conftest.er1
32134 cat conftest.err >&5
32135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32136 (exit $ac_status); } >/dev/null; then
32137 if test -s conftest.err; then
32138 ac_cpp_err=$ac_c_preproc_warn_flag
32139 else
32140 ac_cpp_err=
32141 fi
32142else
32143 ac_cpp_err=yes
32144fi
32145if test -z "$ac_cpp_err"; then
32146 ac_header_preproc=yes
32147else
32148 echo "$as_me: failed program was:" >&5
32149sed 's/^/| /' conftest.$ac_ext >&5
32150
32151 ac_header_preproc=no
32152fi
32153rm -f conftest.err conftest.$ac_ext
32154echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32155echo "${ECHO_T}$ac_header_preproc" >&6
32156
32157# So? What about this header?
32158case $ac_header_compiler:$ac_header_preproc in
32159 yes:no )
32160 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32161echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32162 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32163echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32164 (
32165 cat <<\_ASBOX
32166## ------------------------------------ ##
32167## Report this to bug-autoconf@gnu.org. ##
32168## ------------------------------------ ##
32169_ASBOX
32170 ) |
32171 sed "s/^/$as_me: WARNING: /" >&2
32172 ;;
32173 no:yes )
32174 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32175echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32176 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32177echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32179echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32180 (
32181 cat <<\_ASBOX
32182## ------------------------------------ ##
32183## Report this to bug-autoconf@gnu.org. ##
32184## ------------------------------------ ##
32185_ASBOX
32186 ) |
32187 sed "s/^/$as_me: WARNING: /" >&2
32188 ;;
32189esac
32190echo "$as_me:$LINENO: checking for $ac_header" >&5
32191echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32192if eval "test \"\${$as_ac_Header+set}\" = set"; then
32193 echo $ECHO_N "(cached) $ECHO_C" >&6
32194else
32195 eval "$as_ac_Header=$ac_header_preproc"
32196fi
32197echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32198echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32199
10f2d63a 32200fi
e6cc62c6
VS
32201if test `eval echo '${'$as_ac_Header'}'` = yes; then
32202 cat >>confdefs.h <<_ACEOF
32203#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32204_ACEOF
10f2d63a 32205
10f2d63a 32206fi
e6cc62c6 32207
10f2d63a
VZ
32208done
32209
8284b0c5 32210
2b9bdf71
VZ
32211 if test "$ac_cv_header_ole2_h" = "yes" ; then
32212 if test "$GCC" = yes ; then
8284b0c5
MB
32213
32214
e6cc62c6
VS
32215 ac_ext=cc
32216ac_cpp='$CXXCPP $CPPFLAGS'
32217ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32218ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32219ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32220
32221
32222 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32223echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32224 cat >conftest.$ac_ext <<_ACEOF
32225#line $LINENO "configure"
32226/* confdefs.h. */
32227_ACEOF
32228cat confdefs.h >>conftest.$ac_ext
32229cat >>conftest.$ac_ext <<_ACEOF
32230/* end confdefs.h. */
8284b0c5
MB
32231#include <windows.h>
32232 #include <ole2.h>
e6cc62c6
VS
32233int
32234main ()
32235{
8284b0c5 32236
e6cc62c6
VS
32237 ;
32238 return 0;
32239}
32240_ACEOF
32241rm -f conftest.$ac_objext
32242if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32243 (eval $ac_compile) 2>&5
32244 ac_status=$?
32245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32246 (exit $ac_status); } &&
32247 { ac_try='test -s conftest.$ac_objext'
32248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32249 (eval $ac_try) 2>&5
32250 ac_status=$?
32251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32252 (exit $ac_status); }; }; then
32253 echo "$as_me:$LINENO: result: no" >&5
32254echo "${ECHO_T}no" >&6
32255else
32256 echo "$as_me: failed program was:" >&5
32257sed 's/^/| /' conftest.$ac_ext >&5
32258
32259echo "$as_me:$LINENO: result: yes" >&5
32260echo "${ECHO_T}yes" >&6
8284b0c5
MB
32261 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32262fi
e6cc62c6 32263rm -f conftest.$ac_objext conftest.$ac_ext
8284b0c5 32264 ac_ext=c
8284b0c5 32265ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
32266ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32267ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32268ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 32269
2b9bdf71 32270 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
3d63bc3a 32271 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
e6cc62c6 32272 cat >>confdefs.h <<\_ACEOF
4f11a343 32273#define wxUSE_OLE 1
e6cc62c6 32274_ACEOF
4f11a343 32275
8284b0c5 32276
2b9bdf71
VZ
32277 fi
32278
e6cc62c6 32279 cat >>confdefs.h <<\_ACEOF
2b9bdf71 32280#define wxUSE_DATAOBJ 1
e6cc62c6 32281_ACEOF
2b9bdf71
VZ
32282
32283 else
e6cc62c6
VS
32284 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32285echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
2b9bdf71
VZ
32286
32287 wxUSE_CLIPBOARD=no
32288 wxUSE_DRAG_AND_DROP=no
32289 wxUSE_DATAOBJ=no
3bce6687
JS
32290 wxUSE_OLE=no
32291 fi
32292
32293 if test "$wxUSE_METAFILE" = "yes"; then
e6cc62c6 32294 cat >>confdefs.h <<\_ACEOF
3bce6687 32295#define wxUSE_METAFILE 1
e6cc62c6 32296_ACEOF
3bce6687
JS
32297
32298
e6cc62c6 32299 cat >>confdefs.h <<\_ACEOF
3bce6687 32300#define wxUSE_ENH_METAFILE 1
e6cc62c6 32301_ACEOF
3bce6687
JS
32302
32303 fi
32304fi
32305
2b9bdf71
VZ
32306if test "$wxUSE_IPC" = "yes"; then
32307 if test "$wxUSE_SOCKETS" != "yes"; then
e6cc62c6
VS
32308 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32309echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
2b9bdf71
VZ
32310 fi
32311
e6cc62c6 32312 cat >>confdefs.h <<\_ACEOF
2b9bdf71 32313#define wxUSE_IPC 1
e6cc62c6 32314_ACEOF
2b9bdf71
VZ
32315
32316fi
32317
32318if test "$wxUSE_CLIPBOARD" = "yes"; then
6c657b52 32319 if test "$wxUSE_MGL" = 1; then
e6cc62c6
VS
32320 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32321echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
6c657b52
VS
32322 wxUSE_CLIPBOARD=no
32323 fi
32324
32325 if test "$wxUSE_CLIPBOARD" = "yes"; then
e6cc62c6 32326 cat >>confdefs.h <<\_ACEOF
2b9bdf71 32327#define wxUSE_CLIPBOARD 1
e6cc62c6 32328_ACEOF
2b9bdf71 32329
8284b0c5 32330
e6cc62c6 32331 cat >>confdefs.h <<\_ACEOF
673f4220 32332#define wxUSE_DATAOBJ 1
e6cc62c6 32333_ACEOF
673f4220 32334
6c657b52 32335 fi
2b9bdf71
VZ
32336fi
32337
32338if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32339 if test "$wxUSE_GTK" = 1; then
32340 if test "$WXGTK12" != 1; then
e6cc62c6
VS
32341 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32342echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
10f2d63a
VZ
32343 wxUSE_DRAG_AND_DROP=no
32344 fi
32345 fi
32346
2b9bdf71 32347 if test "$wxUSE_MOTIF" = 1; then
e6cc62c6
VS
32348 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32349echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
2b9bdf71
VZ
32350 wxUSE_DRAG_AND_DROP=no
32351 fi
32352
f79bd02d 32353 if test "$wxUSE_X11" = 1; then
e6cc62c6
VS
32354 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32355echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
f79bd02d
JS
32356 wxUSE_DRAG_AND_DROP=no
32357 fi
32358
6c657b52 32359 if test "$wxUSE_MGL" = 1; then
e6cc62c6
VS
32360 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32361echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
6c657b52
VS
32362 wxUSE_DRAG_AND_DROP=no
32363 fi
32364
10f2d63a 32365 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
e6cc62c6 32366 cat >>confdefs.h <<\_ACEOF
10f2d63a 32367#define wxUSE_DRAG_AND_DROP 1
e6cc62c6 32368_ACEOF
10f2d63a
VZ
32369
32370 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
32371 fi
32372
32373fi
32374
32375if test "$wxUSE_SPLINES" = "yes" ; then
e6cc62c6 32376 cat >>confdefs.h <<\_ACEOF
10f2d63a 32377#define wxUSE_SPLINES 1
e6cc62c6 32378_ACEOF
10f2d63a
VZ
32379
32380fi
32381
8284b0c5 32382
1e6feb95
VZ
32383USES_CONTROLS=0
32384if test "$wxUSE_CONTROLS" = "yes"; then
32385 USES_CONTROLS=1
32386fi
32387
10f2d63a 32388if test "$wxUSE_ACCEL" = "yes"; then
e6cc62c6 32389 cat >>confdefs.h <<\_ACEOF
10f2d63a 32390#define wxUSE_ACCEL 1
e6cc62c6 32391_ACEOF
10f2d63a 32392
1e6feb95
VZ
32393 USES_CONTROLS=1
32394fi
32395
32396if test "$wxUSE_BUTTON" = "yes"; then
e6cc62c6 32397 cat >>confdefs.h <<\_ACEOF
1e6feb95 32398#define wxUSE_BUTTON 1
e6cc62c6 32399_ACEOF
1e6feb95
VZ
32400
32401 USES_CONTROLS=1
32402fi
32403
32404if test "$wxUSE_BMPBUTTON" = "yes"; then
e6cc62c6 32405 cat >>confdefs.h <<\_ACEOF
1e6feb95 32406#define wxUSE_BMPBUTTON 1
e6cc62c6 32407_ACEOF
1e6feb95
VZ
32408
32409 USES_CONTROLS=1
32410fi
32411
32412if test "$wxUSE_CALCTRL" = "yes"; then
e6cc62c6 32413 cat >>confdefs.h <<\_ACEOF
1e6feb95 32414#define wxUSE_CALENDARCTRL 1
e6cc62c6 32415_ACEOF
1e6feb95
VZ
32416
32417 USES_CONTROLS=1
32418 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
10f2d63a
VZ
32419fi
32420
32421if test "$wxUSE_CARET" = "yes"; then
e6cc62c6 32422 cat >>confdefs.h <<\_ACEOF
10f2d63a 32423#define wxUSE_CARET 1
e6cc62c6 32424_ACEOF
10f2d63a 32425
1e6feb95 32426 USES_CONTROLS=1
10f2d63a
VZ
32427 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
32428fi
32429
32430if test "$wxUSE_COMBOBOX" = "yes"; then
e6cc62c6 32431 cat >>confdefs.h <<\_ACEOF
10f2d63a 32432#define wxUSE_COMBOBOX 1
e6cc62c6 32433_ACEOF
10f2d63a 32434
1e6feb95 32435 USES_CONTROLS=1
10f2d63a
VZ
32436fi
32437
32438if test "$wxUSE_CHOICE" = "yes"; then
e6cc62c6 32439 cat >>confdefs.h <<\_ACEOF
10f2d63a 32440#define wxUSE_CHOICE 1
e6cc62c6 32441_ACEOF
10f2d63a 32442
1e6feb95 32443 USES_CONTROLS=1
10f2d63a
VZ
32444fi
32445
32446if test "$wxUSE_CHECKBOX" = "yes"; then
e6cc62c6 32447 cat >>confdefs.h <<\_ACEOF
10f2d63a 32448#define wxUSE_CHECKBOX 1
e6cc62c6 32449_ACEOF
10f2d63a 32450
1e6feb95 32451 USES_CONTROLS=1
10f2d63a
VZ
32452fi
32453
32454if test "$wxUSE_CHECKLST" = "yes"; then
e6cc62c6 32455 cat >>confdefs.h <<\_ACEOF
10f2d63a 32456#define wxUSE_CHECKLISTBOX 1
e6cc62c6 32457_ACEOF
10f2d63a 32458
1e6feb95 32459 USES_CONTROLS=1
10f2d63a
VZ
32460 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
32461fi
32462
da494b40 32463if test "$wxUSE_DISPLAY" = "yes"; then
e6cc62c6 32464 cat >>confdefs.h <<\_ACEOF
da494b40 32465#define wxUSE_DISPLAY 1
e6cc62c6 32466_ACEOF
da494b40
MB
32467
32468 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
32469fi
32470
10f2d63a 32471if test "$wxUSE_GAUGE" = "yes"; then
e6cc62c6 32472 cat >>confdefs.h <<\_ACEOF
10f2d63a 32473#define wxUSE_GAUGE 1
e6cc62c6 32474_ACEOF
10f2d63a 32475
1e6feb95 32476 USES_CONTROLS=1
10f2d63a
VZ
32477fi
32478
d6a55c4b 32479if test "$wxUSE_GRID" = "yes"; then
e6cc62c6 32480 cat >>confdefs.h <<\_ACEOF
d6a55c4b 32481#define wxUSE_GRID 1
e6cc62c6 32482_ACEOF
10f2d63a 32483
1e6feb95 32484 USES_CONTROLS=1
d6a55c4b 32485 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
10f2d63a
VZ
32486fi
32487
32488if test "$wxUSE_IMAGLIST" = "yes"; then
e6cc62c6 32489 cat >>confdefs.h <<\_ACEOF
10f2d63a 32490#define wxUSE_IMAGLIST 1
e6cc62c6 32491_ACEOF
10f2d63a
VZ
32492
32493fi
32494
32495if test "$wxUSE_LISTBOX" = "yes"; then
e6cc62c6 32496 cat >>confdefs.h <<\_ACEOF
10f2d63a 32497#define wxUSE_LISTBOX 1
e6cc62c6 32498_ACEOF
10f2d63a 32499
1e6feb95 32500 USES_CONTROLS=1
10f2d63a
VZ
32501fi
32502
32503if test "$wxUSE_LISTCTRL" = "yes"; then
32504 if test "$wxUSE_IMAGLIST" = "yes"; then
e6cc62c6 32505 cat >>confdefs.h <<\_ACEOF
10f2d63a 32506#define wxUSE_LISTCTRL 1
e6cc62c6 32507_ACEOF
10f2d63a 32508
1e6feb95 32509 USES_CONTROLS=1
10f2d63a
VZ
32510 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
32511 else
e6cc62c6
VS
32512 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32513echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
10f2d63a
VZ
32514 fi
32515fi
32516
32517if test "$wxUSE_NOTEBOOK" = "yes"; then
e6cc62c6 32518 cat >>confdefs.h <<\_ACEOF
10f2d63a 32519#define wxUSE_NOTEBOOK 1
e6cc62c6 32520_ACEOF
10f2d63a 32521
1e6feb95 32522 USES_CONTROLS=1
10f2d63a
VZ
32523 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
32524fi
32525
24176f2c 32526
10f2d63a 32527if test "$wxUSE_RADIOBOX" = "yes"; then
e6cc62c6 32528 cat >>confdefs.h <<\_ACEOF
10f2d63a 32529#define wxUSE_RADIOBOX 1
e6cc62c6 32530_ACEOF
10f2d63a 32531
1e6feb95 32532 USES_CONTROLS=1
10f2d63a
VZ
32533fi
32534
32535if test "$wxUSE_RADIOBTN" = "yes"; then
e6cc62c6 32536 cat >>confdefs.h <<\_ACEOF
10f2d63a 32537#define wxUSE_RADIOBTN 1
e6cc62c6 32538_ACEOF
10f2d63a 32539
1e6feb95 32540 USES_CONTROLS=1
10f2d63a
VZ
32541fi
32542
32543if test "$wxUSE_SASH" = "yes"; then
e6cc62c6 32544 cat >>confdefs.h <<\_ACEOF
10f2d63a 32545#define wxUSE_SASH 1
e6cc62c6 32546_ACEOF
10f2d63a
VZ
32547
32548 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
32549fi
32550
32551if test "$wxUSE_SCROLLBAR" = "yes"; then
e6cc62c6 32552 cat >>confdefs.h <<\_ACEOF
10f2d63a 32553#define wxUSE_SCROLLBAR 1
e6cc62c6 32554_ACEOF
10f2d63a 32555
1e6feb95 32556 USES_CONTROLS=1
741a9306 32557 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
32558fi
32559
32560if test "$wxUSE_SLIDER" = "yes"; then
e6cc62c6 32561 cat >>confdefs.h <<\_ACEOF
10f2d63a 32562#define wxUSE_SLIDER 1
e6cc62c6 32563_ACEOF
10f2d63a 32564
1e6feb95 32565 USES_CONTROLS=1
10f2d63a
VZ
32566fi
32567
32568if test "$wxUSE_SPINBTN" = "yes"; then
e6cc62c6 32569 cat >>confdefs.h <<\_ACEOF
10f2d63a 32570#define wxUSE_SPINBTN 1
e6cc62c6 32571_ACEOF
10f2d63a 32572
1e6feb95 32573 USES_CONTROLS=1
10f2d63a
VZ
32574fi
32575
56cfaa52 32576if test "$wxUSE_SPINCTRL" = "yes"; then
e6cc62c6 32577 cat >>confdefs.h <<\_ACEOF
56cfaa52 32578#define wxUSE_SPINCTRL 1
e6cc62c6 32579_ACEOF
56cfaa52 32580
1e6feb95 32581 USES_CONTROLS=1
56cfaa52
RR
32582fi
32583
10f2d63a 32584if test "$wxUSE_SPLITTER" = "yes"; then
e6cc62c6 32585 cat >>confdefs.h <<\_ACEOF
10f2d63a 32586#define wxUSE_SPLITTER 1
e6cc62c6 32587_ACEOF
10f2d63a
VZ
32588
32589 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
32590fi
32591
32592if test "$wxUSE_STATBMP" = "yes"; then
e6cc62c6 32593 cat >>confdefs.h <<\_ACEOF
10f2d63a 32594#define wxUSE_STATBMP 1
e6cc62c6 32595_ACEOF
10f2d63a 32596
1e6feb95 32597 USES_CONTROLS=1
10f2d63a
VZ
32598fi
32599
32600if test "$wxUSE_STATBOX" = "yes"; then
e6cc62c6 32601 cat >>confdefs.h <<\_ACEOF
10f2d63a 32602#define wxUSE_STATBOX 1
e6cc62c6 32603_ACEOF
10f2d63a 32604
1e6feb95
VZ
32605 USES_CONTROLS=1
32606fi
32607
32608if test "$wxUSE_STATTEXT" = "yes"; then
e6cc62c6 32609 cat >>confdefs.h <<\_ACEOF
1e6feb95 32610#define wxUSE_STATTEXT 1
e6cc62c6 32611_ACEOF
1e6feb95
VZ
32612
32613 USES_CONTROLS=1
10f2d63a
VZ
32614fi
32615
32616if test "$wxUSE_STATLINE" = "yes"; then
e6cc62c6 32617 cat >>confdefs.h <<\_ACEOF
10f2d63a 32618#define wxUSE_STATLINE 1
e6cc62c6 32619_ACEOF
10f2d63a 32620
89e6bf6d 32621 USES_CONTROLS=1
10f2d63a
VZ
32622fi
32623
32624if test "$wxUSE_STATUSBAR" = "yes"; then
e6cc62c6 32625 cat >>confdefs.h <<\_ACEOF
10f2d63a 32626#define wxUSE_STATUSBAR 1
e6cc62c6 32627_ACEOF
10f2d63a 32628
1e6feb95 32629 USES_CONTROLS=1
698dcdb6 32630
2286341c 32631 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
10f2d63a
VZ
32632fi
32633
32634if test "$wxUSE_TABDIALOG" = "yes"; then
e6cc62c6 32635 cat >>confdefs.h <<\_ACEOF
10f2d63a 32636#define wxUSE_TAB_DIALOG 1
e6cc62c6 32637_ACEOF
10f2d63a
VZ
32638
32639 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
32640fi
32641
1e6feb95 32642if test "$wxUSE_TEXTCTRL" = "yes"; then
e6cc62c6 32643 cat >>confdefs.h <<\_ACEOF
1e6feb95 32644#define wxUSE_TEXTCTRL 1
e6cc62c6 32645_ACEOF
1e6feb95
VZ
32646
32647 USES_CONTROLS=1
32648 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
32649fi
32650
1db8dc4a 32651if test "$wxUSE_TOGGLEBTN" = "yes"; then
ac0c4cc3 32652 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
e6cc62c6
VS
32653 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
32654echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
156b2523
GD
32655 wxUSE_TOGGLEBTN=no
32656 fi
32657 if test "$wxUSE_UNIVERSAL" = "yes"; then
e6cc62c6
VS
32658 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
32659echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
a45d7ab7
GD
32660 wxUSE_TOGGLEBTN=no
32661 fi
32662
32663 if test "$wxUSE_TOGGLEBTN" = "yes"; then
e6cc62c6 32664 cat >>confdefs.h <<\_ACEOF
1db8dc4a 32665#define wxUSE_TOGGLEBTN 1
e6cc62c6 32666_ACEOF
1db8dc4a 32667
1e6feb95 32668 USES_CONTROLS=1
a45d7ab7 32669 fi
1db8dc4a
VZ
32670fi
32671
360d6699 32672if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
e6cc62c6 32673 cat >>confdefs.h <<\_ACEOF
360d6699 32674#define wxUSE_TOOLBAR_SIMPLE 1
e6cc62c6 32675_ACEOF
360d6699
VZ
32676
32677 wxUSE_TOOLBAR="yes"
1e6feb95 32678 USES_CONTROLS=1
360d6699
VZ
32679fi
32680
10f2d63a 32681if test "$wxUSE_TOOLBAR" = "yes"; then
e6cc62c6 32682 cat >>confdefs.h <<\_ACEOF
10f2d63a 32683#define wxUSE_TOOLBAR 1
e6cc62c6 32684_ACEOF
10f2d63a 32685
1e6feb95 32686 USES_CONTROLS=1
698dcdb6 32687
360d6699
VZ
32688 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
32689 wxUSE_TOOLBAR_NATIVE="yes"
32690 fi
32691
1e6feb95 32692 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
e6cc62c6 32693 cat >>confdefs.h <<\_ACEOF
360d6699 32694#define wxUSE_TOOLBAR_NATIVE 1
e6cc62c6 32695_ACEOF
360d6699 32696
1e6feb95
VZ
32697 USES_CONTROLS=1
32698 fi
32699
32700 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
360d6699
VZ
32701fi
32702
10f2d63a
VZ
32703if test "$wxUSE_TOOLTIPS" = "yes"; then
32704 if test "$wxUSE_MOTIF" = 1; then
e6cc62c6
VS
32705 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
32706echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
10f2d63a 32707 else
89e6bf6d 32708 if test "$wxUSE_UNIVERSAL" = "yes"; then
e6cc62c6
VS
32709 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
32710echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
10f2d63a 32711 else
e6cc62c6 32712 cat >>confdefs.h <<\_ACEOF
10f2d63a 32713#define wxUSE_TOOLTIPS 1
e6cc62c6 32714_ACEOF
10f2d63a
VZ
32715
32716 fi
32717 fi
32718fi
32719
32720if test "$wxUSE_TREECTRL" = "yes"; then
32721 if test "$wxUSE_IMAGLIST" = "yes"; then
e6cc62c6 32722 cat >>confdefs.h <<\_ACEOF
10f2d63a 32723#define wxUSE_TREECTRL 1
e6cc62c6 32724_ACEOF
10f2d63a 32725
1e6feb95 32726 USES_CONTROLS=1
10f2d63a
VZ
32727 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
32728 else
e6cc62c6
VS
32729 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
32730echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
10f2d63a
VZ
32731 fi
32732fi
32733
9f41d601 32734if test "$wxUSE_POPUPWIN" = "yes"; then
ac0c4cc3 32735 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
e6cc62c6
VS
32736 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
32737echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
6abe4b65 32738 else
485cf710 32739 if test "$wxUSE_MOTIF" = 1; then
e6cc62c6
VS
32740 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
32741echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
485cf710 32742 else
3c011993 32743 if test "$wxUSE_PM" = 1; then
e6cc62c6
VS
32744 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
32745echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
3bd8fb5f 32746 else
e6cc62c6 32747 cat >>confdefs.h <<\_ACEOF
9f41d601 32748#define wxUSE_POPUPWIN 1
e6cc62c6 32749_ACEOF
9f41d601 32750
8284b0c5 32751
3c011993
VZ
32752 USES_CONTROLS=1
32753 fi
485cf710 32754 fi
6abe4b65 32755 fi
9f41d601
RR
32756fi
32757
dd964dcc 32758if test "$wxUSE_TIPWINDOW" = "yes"; then
3c011993 32759 if test "$wxUSE_PM" = 1; then
e6cc62c6
VS
32760 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
32761echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
3bd8fb5f 32762 else
e6cc62c6 32763 cat >>confdefs.h <<\_ACEOF
dd964dcc 32764#define wxUSE_TIPWINDOW 1
e6cc62c6 32765_ACEOF
dd964dcc 32766
3c011993 32767 fi
dd964dcc
VZ
32768fi
32769
1e6feb95 32770if test "$USES_CONTROLS" = 1; then
e6cc62c6 32771 cat >>confdefs.h <<\_ACEOF
1e6feb95 32772#define wxUSE_CONTROLS 1
e6cc62c6 32773_ACEOF
10f2d63a 32774
10f2d63a
VZ
32775fi
32776
8284b0c5 32777
1e6feb95 32778
24fd6d87 32779if test "$wxUSE_DRAGIMAGE" = "yes"; then
e6cc62c6 32780 cat >>confdefs.h <<\_ACEOF
24fd6d87 32781#define wxUSE_DRAGIMAGE 1
e6cc62c6 32782_ACEOF
24fd6d87
VZ
32783
32784 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
32785fi
32786
7bb2947d 32787if test "$wxUSE_ACCESSIBILITY" = "yes"; then
e6cc62c6 32788 cat >>confdefs.h <<\_ACEOF
7bb2947d 32789#define wxUSE_ACCESSIBILITY 1
e6cc62c6 32790_ACEOF
7bb2947d
MB
32791
32792 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
32793fi
32794
1e6feb95 32795if test "$wxUSE_MENUS" = "yes"; then
e6cc62c6 32796 cat >>confdefs.h <<\_ACEOF
1e6feb95 32797#define wxUSE_MENUS 1
e6cc62c6 32798_ACEOF
10f2d63a 32799
1e6feb95 32800 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
10f2d63a
VZ
32801fi
32802
1e6feb95 32803if test "$wxUSE_METAFILE" = "yes"; then
e6cc62c6 32804 cat >>confdefs.h <<\_ACEOF
1e6feb95 32805#define wxUSE_METAFILE 1
e6cc62c6 32806_ACEOF
10f2d63a 32807
10f2d63a
VZ
32808fi
32809
1e6feb95 32810if test "$wxUSE_MIMETYPE" = "yes"; then
e6cc62c6 32811 cat >>confdefs.h <<\_ACEOF
1e6feb95 32812#define wxUSE_MIMETYPE 1
e6cc62c6 32813_ACEOF
10f2d63a 32814
10f2d63a
VZ
32815fi
32816
3e44f09d 32817if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
e6cc62c6 32818 cat >>confdefs.h <<\_ACEOF
3e44f09d 32819#define wxUSE_SYSTEM_OPTIONS 1
e6cc62c6 32820_ACEOF
3e44f09d 32821
321d2b14
VZ
32822if test "$TOOLKIT" = "MSW"; then
32823 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
32824fi
32825
3e44f09d
VZ
32826fi
32827
10f2d63a 32828if test "$wxUSE_MINIFRAME" = "yes"; then
e6cc62c6 32829 cat >>confdefs.h <<\_ACEOF
10f2d63a 32830#define wxUSE_MINIFRAME 1
e6cc62c6 32831_ACEOF
10f2d63a
VZ
32832
32833 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
32834fi
32835
4d264332 32836USE_HTML=0
10f2d63a 32837if test "$wxUSE_HTML" = "yes"; then
e6cc62c6 32838 cat >>confdefs.h <<\_ACEOF
10f2d63a 32839#define wxUSE_HTML 1
e6cc62c6 32840_ACEOF
10f2d63a 32841
4d264332 32842 USE_HTML=1
c74dc163 32843 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
10f2d63a
VZ
32844fi
32845
32846if test "$wxUSE_VALIDATORS" = "yes"; then
e6cc62c6 32847 cat >>confdefs.h <<\_ACEOF
1e487827 32848#define wxUSE_VALIDATORS 1
e6cc62c6 32849_ACEOF
703e0a69 32850
698dcdb6
VZ
32851 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
32852fi
32853
edae8572 32854if test "$wxUSE_PALETTE" = "yes" ; then
e6cc62c6 32855 cat >>confdefs.h <<\_ACEOF
edae8572 32856#define wxUSE_PALETTE 1
e6cc62c6 32857_ACEOF
edae8572
VZ
32858
32859fi
32860
698dcdb6 32861if test "$wxUSE_IMAGE" = "yes" ; then
e6cc62c6 32862 cat >>confdefs.h <<\_ACEOF
698dcdb6 32863#define wxUSE_IMAGE 1
e6cc62c6 32864_ACEOF
698dcdb6
VZ
32865
32866fi
32867
32868if test "$wxUSE_GIF" = "yes" ; then
e6cc62c6 32869 cat >>confdefs.h <<\_ACEOF
698dcdb6 32870#define wxUSE_GIF 1
e6cc62c6 32871_ACEOF
698dcdb6
VZ
32872
32873fi
32874
32875if test "$wxUSE_PCX" = "yes" ; then
e6cc62c6 32876 cat >>confdefs.h <<\_ACEOF
698dcdb6 32877#define wxUSE_PCX 1
e6cc62c6 32878_ACEOF
698dcdb6
VZ
32879
32880fi
32881
4b6b4dfc 32882if test "$wxUSE_IFF" = "yes" ; then
e6cc62c6 32883 cat >>confdefs.h <<\_ACEOF
4b6b4dfc 32884#define wxUSE_IFF 1
e6cc62c6 32885_ACEOF
4b6b4dfc
RR
32886
32887fi
32888
698dcdb6 32889if test "$wxUSE_PNM" = "yes" ; then
e6cc62c6 32890 cat >>confdefs.h <<\_ACEOF
698dcdb6 32891#define wxUSE_PNM 1
e6cc62c6 32892_ACEOF
698dcdb6
VZ
32893
32894fi
32895
32896if test "$wxUSE_XPM" = "yes" ; then
e6cc62c6 32897 cat >>confdefs.h <<\_ACEOF
698dcdb6 32898#define wxUSE_XPM 1
e6cc62c6 32899_ACEOF
698dcdb6
VZ
32900
32901fi
32902
658974ae 32903if test "$wxUSE_ICO_CUR" = "yes" ; then
e6cc62c6 32904 cat >>confdefs.h <<\_ACEOF
658974ae 32905#define wxUSE_ICO_CUR 1
e6cc62c6 32906_ACEOF
658974ae
VS
32907
32908fi
32909
a72a4bfa
VS
32910if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
32911 LIBS=" -lunicows $LIBS"
32912fi
32913
8284b0c5 32914
1e6feb95 32915if test "$wxUSE_CHOICEDLG" = "yes"; then
e6cc62c6 32916 cat >>confdefs.h <<\_ACEOF
1e6feb95 32917#define wxUSE_CHOICEDLG 1
e6cc62c6 32918_ACEOF
1e6feb95
VZ
32919
32920fi
32921
32922if test "$wxUSE_COLOURDLG" = "yes"; then
e6cc62c6 32923 cat >>confdefs.h <<\_ACEOF
1e6feb95 32924#define wxUSE_COLOURDLG 1
e6cc62c6 32925_ACEOF
1e6feb95
VZ
32926
32927fi
32928
32929if test "$wxUSE_FILEDLG" = "yes"; then
e6cc62c6 32930 cat >>confdefs.h <<\_ACEOF
1e6feb95 32931#define wxUSE_FILEDLG 1
e6cc62c6 32932_ACEOF
1e6feb95
VZ
32933
32934fi
32935
8db37e06 32936if test "$wxUSE_FINDREPLDLG" = "yes"; then
e6cc62c6 32937 cat >>confdefs.h <<\_ACEOF
8db37e06 32938#define wxUSE_FINDREPLDLG 1
e6cc62c6 32939_ACEOF
8db37e06
VZ
32940
32941fi
32942
1e6feb95 32943if test "$wxUSE_FONTDLG" = "yes"; then
e6cc62c6 32944 cat >>confdefs.h <<\_ACEOF
1e6feb95 32945#define wxUSE_FONTDLG 1
e6cc62c6 32946_ACEOF
1e6feb95
VZ
32947
32948fi
32949
32950if test "$wxUSE_DIRDLG" = "yes"; then
ae1daed0 32951 if test "$wxUSE_TREECTRL" != "yes"; then
e6cc62c6
VS
32952 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
32953echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
1e6feb95 32954 else
e6cc62c6 32955 cat >>confdefs.h <<\_ACEOF
1e6feb95 32956#define wxUSE_DIRDLG 1
e6cc62c6 32957_ACEOF
1e6feb95 32958
1e6feb95
VZ
32959 fi
32960fi
32961
32962if test "$wxUSE_MSGDLG" = "yes"; then
e6cc62c6 32963 cat >>confdefs.h <<\_ACEOF
1e6feb95 32964#define wxUSE_MSGDLG 1
e6cc62c6 32965_ACEOF
1e6feb95
VZ
32966
32967fi
32968
32969if test "$wxUSE_NUMBERDLG" = "yes"; then
e6cc62c6 32970 cat >>confdefs.h <<\_ACEOF
1e6feb95 32971#define wxUSE_NUMBERDLG 1
e6cc62c6 32972_ACEOF
1e6feb95
VZ
32973
32974fi
32975
32976if test "$wxUSE_PROGRESSDLG" = "yes"; then
32977 if test "$wxUSE_CONSTRAINTS" != "yes"; then
e6cc62c6
VS
32978 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
32979echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
1e6feb95 32980 else
e6cc62c6 32981 cat >>confdefs.h <<\_ACEOF
1e6feb95 32982#define wxUSE_PROGRESSDLG 1
e6cc62c6 32983_ACEOF
1e6feb95
VZ
32984
32985 fi
32986fi
32987
cbca9943 32988if test "$wxUSE_SPLASH" = "yes"; then
e6cc62c6 32989 cat >>confdefs.h <<\_ACEOF
cbca9943 32990#define wxUSE_SPLASH 1
e6cc62c6 32991_ACEOF
cbca9943
VZ
32992
32993fi
32994
1e6feb95
VZ
32995if test "$wxUSE_STARTUP_TIPS" = "yes"; then
32996 if test "$wxUSE_CONSTRAINTS" != "yes"; then
e6cc62c6
VS
32997 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
32998echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
1e6feb95 32999 else
e6cc62c6 33000 cat >>confdefs.h <<\_ACEOF
1e6feb95 33001#define wxUSE_STARTUP_TIPS 1
e6cc62c6 33002_ACEOF
1e6feb95 33003
7b4a847f
RR
33004 fi
33005fi
579d8138 33006
8284b0c5 33007if test "$wxUSE_TEXTDLG" = "yes"; then
e6cc62c6 33008 cat >>confdefs.h <<\_ACEOF
8284b0c5 33009#define wxUSE_TEXTDLG 1
e6cc62c6 33010_ACEOF
8284b0c5
MB
33011
33012fi
33013
33014if test "$wxUSE_WIZARDDLG" = "yes"; then
e6cc62c6 33015 cat >>confdefs.h <<\_ACEOF
8284b0c5 33016#define wxUSE_WIZARDDLG 1
e6cc62c6 33017_ACEOF
8284b0c5
MB
33018
33019 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
33020fi
33021
33022
33023if test "$cross_compiling" = "yes"; then
33024 OSINFO="\"$host\""
33025else
33026 OSINFO=`uname -s -r -m`
33027 OSINFO="\"$OSINFO\""
33028fi
33029
e6cc62c6 33030cat >>confdefs.h <<_ACEOF
8284b0c5 33031#define WXWIN_OS_DESCRIPTION $OSINFO
e6cc62c6 33032_ACEOF
8284b0c5
MB
33033
33034
33035
33036if test "x$prefix" != "xNONE"; then
33037 wxPREFIX=$prefix
33038else
33039 wxPREFIX=$ac_default_prefix
33040fi
33041
e6cc62c6 33042cat >>confdefs.h <<_ACEOF
8284b0c5 33043#define wxINSTALL_PREFIX "$wxPREFIX"
e6cc62c6 33044_ACEOF
8284b0c5
MB
33045
33046
e6cc62c6 33047top_builddir_wxconfig=`pwd`
52c71b80 33048
8284b0c5
MB
33049
33050
33051
33052if test "$wxUSE_MAC" = 1 ; then
33053 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
33054fi
ac0c4cc3
DE
33055if test "$wxUSE_COCOA" = 1 ; then
33056 LDFLAGS="$LDFLAGS -framework Cocoa -framework System"
33057fi
8284b0c5
MB
33058
33059
2b5f62a0
VZ
33060LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33061
33062have_cos=0
33063have_floor=0
e6cc62c6 33064
2b5f62a0
VZ
33065for ac_func in cos
33066do
e6cc62c6
VS
33067as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33068echo "$as_me:$LINENO: checking for $ac_func" >&5
33069echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33070if eval "test \"\${$as_ac_var+set}\" = set"; then
33071 echo $ECHO_N "(cached) $ECHO_C" >&6
33072else
33073 cat >conftest.$ac_ext <<_ACEOF
33074#line $LINENO "configure"
33075/* confdefs.h. */
33076_ACEOF
33077cat confdefs.h >>conftest.$ac_ext
33078cat >>conftest.$ac_ext <<_ACEOF
33079/* end confdefs.h. */
2b5f62a0 33080/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
33081 which can conflict with char $ac_func (); below.
33082 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33083 <limits.h> exists even on freestanding compilers. */
33084#ifdef __STDC__
33085# include <limits.h>
33086#else
33087# include <assert.h>
33088#endif
2b5f62a0 33089/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33090#ifdef __cplusplus
33091extern "C"
33092{
33093#endif
2b5f62a0 33094/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33095 builtin and then its argument prototype would still apply. */
33096char $ac_func ();
2b5f62a0
VZ
33097/* The GNU C library defines this for functions which it implements
33098 to always fail with ENOSYS. Some functions are actually named
33099 something starting with __ and the normal name is an alias. */
33100#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33101choke me
33102#else
e6cc62c6
VS
33103char (*f) () = $ac_func;
33104#endif
33105#ifdef __cplusplus
33106}
2b5f62a0
VZ
33107#endif
33108
e6cc62c6
VS
33109int
33110main ()
33111{
33112return f != $ac_func;
33113 ;
33114 return 0;
33115}
33116_ACEOF
33117rm -f conftest.$ac_objext conftest$ac_exeext
33118if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33119 (eval $ac_link) 2>&5
33120 ac_status=$?
33121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33122 (exit $ac_status); } &&
33123 { ac_try='test -s conftest$ac_exeext'
33124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33125 (eval $ac_try) 2>&5
33126 ac_status=$?
33127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33128 (exit $ac_status); }; }; then
33129 eval "$as_ac_var=yes"
33130else
33131 echo "$as_me: failed program was:" >&5
33132sed 's/^/| /' conftest.$ac_ext >&5
33133
33134eval "$as_ac_var=no"
33135fi
33136rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33137fi
33138echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33139echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33140if test `eval echo '${'$as_ac_var'}'` = yes; then
33141 cat >>confdefs.h <<_ACEOF
33142#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33143_ACEOF
2b5f62a0 33144 have_cos=1
2b5f62a0
VZ
33145fi
33146done
33147
e6cc62c6 33148
2b5f62a0
VZ
33149for ac_func in floor
33150do
e6cc62c6
VS
33151as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33152echo "$as_me:$LINENO: checking for $ac_func" >&5
33153echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33154if eval "test \"\${$as_ac_var+set}\" = set"; then
33155 echo $ECHO_N "(cached) $ECHO_C" >&6
33156else
33157 cat >conftest.$ac_ext <<_ACEOF
33158#line $LINENO "configure"
33159/* confdefs.h. */
33160_ACEOF
33161cat confdefs.h >>conftest.$ac_ext
33162cat >>conftest.$ac_ext <<_ACEOF
33163/* end confdefs.h. */
2b5f62a0 33164/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
33165 which can conflict with char $ac_func (); below.
33166 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33167 <limits.h> exists even on freestanding compilers. */
33168#ifdef __STDC__
33169# include <limits.h>
33170#else
33171# include <assert.h>
33172#endif
2b5f62a0 33173/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33174#ifdef __cplusplus
33175extern "C"
33176{
33177#endif
2b5f62a0 33178/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33179 builtin and then its argument prototype would still apply. */
33180char $ac_func ();
2b5f62a0
VZ
33181/* The GNU C library defines this for functions which it implements
33182 to always fail with ENOSYS. Some functions are actually named
33183 something starting with __ and the normal name is an alias. */
33184#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33185choke me
33186#else
e6cc62c6
VS
33187char (*f) () = $ac_func;
33188#endif
33189#ifdef __cplusplus
33190}
2b5f62a0
VZ
33191#endif
33192
e6cc62c6
VS
33193int
33194main ()
33195{
33196return f != $ac_func;
33197 ;
33198 return 0;
33199}
33200_ACEOF
33201rm -f conftest.$ac_objext conftest$ac_exeext
33202if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33203 (eval $ac_link) 2>&5
33204 ac_status=$?
33205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33206 (exit $ac_status); } &&
33207 { ac_try='test -s conftest$ac_exeext'
33208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33209 (eval $ac_try) 2>&5
33210 ac_status=$?
33211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33212 (exit $ac_status); }; }; then
33213 eval "$as_ac_var=yes"
33214else
33215 echo "$as_me: failed program was:" >&5
33216sed 's/^/| /' conftest.$ac_ext >&5
33217
33218eval "$as_ac_var=no"
33219fi
33220rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33221fi
33222echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33223echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33224if test `eval echo '${'$as_ac_var'}'` = yes; then
33225 cat >>confdefs.h <<_ACEOF
33226#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33227_ACEOF
2b5f62a0 33228 have_floor=1
2b5f62a0
VZ
33229fi
33230done
33231
e6cc62c6
VS
33232echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33233echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
2b5f62a0 33234if test "$have_cos" = 1 -a "$have_floor" = 1; then
e6cc62c6
VS
33235 echo "$as_me:$LINENO: result: yes" >&5
33236echo "${ECHO_T}yes" >&6
2b5f62a0 33237else
e6cc62c6
VS
33238 echo "$as_me:$LINENO: result: no" >&5
33239echo "${ECHO_T}no" >&6
2b5f62a0
VZ
33240 LIBS="$LIBS -lm"
33241 # use different functions to avoid configure caching
33242 have_sin=0
33243 have_ceil=0
e6cc62c6
VS
33244
33245for ac_func in sin
2b5f62a0 33246do
e6cc62c6
VS
33247as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33248echo "$as_me:$LINENO: checking for $ac_func" >&5
33249echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33250if eval "test \"\${$as_ac_var+set}\" = set"; then
33251 echo $ECHO_N "(cached) $ECHO_C" >&6
33252else
33253 cat >conftest.$ac_ext <<_ACEOF
33254#line $LINENO "configure"
33255/* confdefs.h. */
33256_ACEOF
33257cat confdefs.h >>conftest.$ac_ext
33258cat >>conftest.$ac_ext <<_ACEOF
33259/* end confdefs.h. */
2b5f62a0 33260/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
33261 which can conflict with char $ac_func (); below.
33262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33263 <limits.h> exists even on freestanding compilers. */
33264#ifdef __STDC__
33265# include <limits.h>
33266#else
33267# include <assert.h>
33268#endif
2b5f62a0 33269/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33270#ifdef __cplusplus
33271extern "C"
33272{
33273#endif
2b5f62a0 33274/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33275 builtin and then its argument prototype would still apply. */
33276char $ac_func ();
2b5f62a0
VZ
33277/* The GNU C library defines this for functions which it implements
33278 to always fail with ENOSYS. Some functions are actually named
33279 something starting with __ and the normal name is an alias. */
33280#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33281choke me
33282#else
e6cc62c6
VS
33283char (*f) () = $ac_func;
33284#endif
33285#ifdef __cplusplus
33286}
2b5f62a0
VZ
33287#endif
33288
e6cc62c6
VS
33289int
33290main ()
33291{
33292return f != $ac_func;
33293 ;
33294 return 0;
33295}
33296_ACEOF
33297rm -f conftest.$ac_objext conftest$ac_exeext
33298if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33299 (eval $ac_link) 2>&5
33300 ac_status=$?
33301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33302 (exit $ac_status); } &&
33303 { ac_try='test -s conftest$ac_exeext'
33304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33305 (eval $ac_try) 2>&5
33306 ac_status=$?
33307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33308 (exit $ac_status); }; }; then
33309 eval "$as_ac_var=yes"
33310else
33311 echo "$as_me: failed program was:" >&5
33312sed 's/^/| /' conftest.$ac_ext >&5
33313
33314eval "$as_ac_var=no"
33315fi
33316rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33317fi
33318echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33319echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33320if test `eval echo '${'$as_ac_var'}'` = yes; then
33321 cat >>confdefs.h <<_ACEOF
33322#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33323_ACEOF
2b5f62a0 33324 have_sin=1
2b5f62a0
VZ
33325fi
33326done
33327
e6cc62c6
VS
33328
33329for ac_func in ceil
2b5f62a0 33330do
e6cc62c6
VS
33331as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33332echo "$as_me:$LINENO: checking for $ac_func" >&5
33333echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33334if eval "test \"\${$as_ac_var+set}\" = set"; then
33335 echo $ECHO_N "(cached) $ECHO_C" >&6
33336else
33337 cat >conftest.$ac_ext <<_ACEOF
33338#line $LINENO "configure"
33339/* confdefs.h. */
33340_ACEOF
33341cat confdefs.h >>conftest.$ac_ext
33342cat >>conftest.$ac_ext <<_ACEOF
33343/* end confdefs.h. */
2b5f62a0 33344/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
33345 which can conflict with char $ac_func (); below.
33346 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33347 <limits.h> exists even on freestanding compilers. */
33348#ifdef __STDC__
33349# include <limits.h>
33350#else
33351# include <assert.h>
33352#endif
2b5f62a0 33353/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33354#ifdef __cplusplus
33355extern "C"
33356{
33357#endif
2b5f62a0 33358/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33359 builtin and then its argument prototype would still apply. */
33360char $ac_func ();
2b5f62a0
VZ
33361/* The GNU C library defines this for functions which it implements
33362 to always fail with ENOSYS. Some functions are actually named
33363 something starting with __ and the normal name is an alias. */
33364#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33365choke me
33366#else
e6cc62c6
VS
33367char (*f) () = $ac_func;
33368#endif
33369#ifdef __cplusplus
33370}
2b5f62a0
VZ
33371#endif
33372
e6cc62c6
VS
33373int
33374main ()
33375{
33376return f != $ac_func;
33377 ;
33378 return 0;
33379}
33380_ACEOF
33381rm -f conftest.$ac_objext conftest$ac_exeext
33382if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33383 (eval $ac_link) 2>&5
33384 ac_status=$?
33385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33386 (exit $ac_status); } &&
33387 { ac_try='test -s conftest$ac_exeext'
33388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33389 (eval $ac_try) 2>&5
33390 ac_status=$?
33391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33392 (exit $ac_status); }; }; then
33393 eval "$as_ac_var=yes"
33394else
33395 echo "$as_me: failed program was:" >&5
33396sed 's/^/| /' conftest.$ac_ext >&5
33397
33398eval "$as_ac_var=no"
33399fi
33400rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33401fi
33402echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33403echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33404if test `eval echo '${'$as_ac_var'}'` = yes; then
33405 cat >>confdefs.h <<_ACEOF
33406#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33407_ACEOF
2b5f62a0 33408 have_ceil=1
2b5f62a0
VZ
33409fi
33410done
33411
e6cc62c6
VS
33412 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33413echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
2b5f62a0 33414 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
e6cc62c6
VS
33415 echo "$as_me:$LINENO: result: yes" >&5
33416echo "${ECHO_T}yes" >&6
2b5f62a0 33417 else
e6cc62c6
VS
33418 echo "$as_me:$LINENO: result: no" >&5
33419echo "${ECHO_T}no" >&6
2b5f62a0
VZ
33420 # not sure we should warn the user, crash, etc.
33421 fi
33422fi
8284b0c5
MB
33423
33424if test "$wxUSE_GUI" = "yes"; then
33425
e6cc62c6 33426
8284b0c5
MB
33427 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
33428 drawing dynamic erase event exec font image \
1542ea39 33429 minimal propsize rotate shaped widgets"
b625909c
VS
33430
33431 if test "$wxUSE_MONOLITHIC" != "yes"; then
33432 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
33433 fi
8284b0c5
MB
33434else
33435 SAMPLES_SUBDIRS="console"
33436fi
33437
33438
e6cc62c6 33439INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
8284b0c5
MB
33440-I\${top_srcdir}/include \
33441$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33442$TOOLKIT_INCLUDE"
33443
fddeb06b
VS
33444if test "$GXX" = yes ; then
33445 CXXWARNINGS="-Wall"
33446 fi
33447
33448EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
33449
95318f7d 33450CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
fddeb06b
VS
33451CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
33452CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
c74dc163
VS
33453
33454
fddeb06b 33455LIBS=`echo $LIBS | sed 's/ \+/ /g'`
c74dc163 33456EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
672abd7a 33457EXTRALIBS_XML="$EXPAT_LINK"
c74dc163
VS
33458if test "$wxUSE_GUI" = "yes"; then
33459 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK | sed 's/ \+/ /g'`
33460fi
34b08d2c
VS
33461if test "$wxUSE_OPENGL" = "yes"; then
33462 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
33463fi
fddeb06b
VS
33464
33465LDFLAGS="$LDFLAGS $PROFILE"
33466
8284b0c5
MB
33467if test "$wxUSE_GTK" = 1; then
33468 WXCONFIG_INCLUDE=
33469else
33470 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
33471fi
33472
fe0895cf
VS
33473if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33474 WXUNIV=1
33475else
33476 WXUNIV=0
8284b0c5
MB
33477fi
33478
8284b0c5
MB
33479
33480
33481
33482
33483
33484
33485
672abd7a 33486
9747f85d
VS
33487if test $wxUSE_MONOLITHIC = "yes" ; then
33488 MONOLITHIC=1
33489else
33490 MONOLITHIC=0
33491fi
8284b0c5 33492
8ee2dd05
VS
33493VENDOR="custom"
33494OFFICIAL_BUILD=0
33495
33496
33497
8284b0c5
MB
33498
33499
33500
33501
33502
33503
c74dc163 33504
34b08d2c 33505
672abd7a 33506
fe0895cf 33507TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr [A-Z] [a-z]`
8284b0c5
MB
33508
33509
33510
33511
33512
ea66c762 33513
fe0895cf 33514 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
e6cc62c6
VS
33515
33516 if test -n "$ac_tool_prefix"; then
33517 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33518set dummy ${ac_tool_prefix}ranlib; ac_word=$2
33519echo "$as_me:$LINENO: checking for $ac_word" >&5
33520echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33521if test "${ac_cv_prog_RANLIB+set}" = set; then
33522 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 33523else
fe0895cf
VS
33524 if test -n "$RANLIB"; then
33525 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
10f2d63a 33526else
e6cc62c6
VS
33527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33528for as_dir in $PATH
33529do
33530 IFS=$as_save_IFS
33531 test -z "$as_dir" && as_dir=.
33532 for ac_exec_ext in '' $ac_executable_extensions; do
33533 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33534 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
33535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33536 break 2
33537 fi
33538done
33539done
33540
10f2d63a 33541fi
10f2d63a 33542fi
e6cc62c6 33543RANLIB=$ac_cv_prog_RANLIB
fe0895cf 33544if test -n "$RANLIB"; then
e6cc62c6
VS
33545 echo "$as_me:$LINENO: result: $RANLIB" >&5
33546echo "${ECHO_T}$RANLIB" >&6
33547else
33548 echo "$as_me:$LINENO: result: no" >&5
33549echo "${ECHO_T}no" >&6
33550fi
33551
33552fi
33553if test -z "$ac_cv_prog_RANLIB"; then
33554 ac_ct_RANLIB=$RANLIB
33555 # Extract the first word of "ranlib", so it can be a program name with args.
33556set dummy ranlib; ac_word=$2
33557echo "$as_me:$LINENO: checking for $ac_word" >&5
33558echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33559if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
33560 echo $ECHO_N "(cached) $ECHO_C" >&6
33561else
33562 if test -n "$ac_ct_RANLIB"; then
33563 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
33564else
33565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33566for as_dir in $PATH
33567do
33568 IFS=$as_save_IFS
33569 test -z "$as_dir" && as_dir=.
33570 for ac_exec_ext in '' $ac_executable_extensions; do
33571 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33572 ac_cv_prog_ac_ct_RANLIB="ranlib"
33573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33574 break 2
33575 fi
33576done
33577done
33578
33579 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
33580fi
33581fi
33582ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
33583if test -n "$ac_ct_RANLIB"; then
33584 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
33585echo "${ECHO_T}$ac_ct_RANLIB" >&6
10f2d63a 33586else
e6cc62c6
VS
33587 echo "$as_me:$LINENO: result: no" >&5
33588echo "${ECHO_T}no" >&6
33589fi
33590
33591 RANLIB=$ac_ct_RANLIB
33592else
33593 RANLIB="$ac_cv_prog_RANLIB"
00cf1208 33594fi
665bbe97 33595
fe0895cf
VS
33596 # Find a good install program. We prefer a C program (faster),
33597# so one script is as good as another. But avoid the broken or
33598# incompatible versions:
33599# SysV /etc/install, /usr/sbin/install
33600# SunOS /usr/etc/install
33601# IRIX /sbin/install
33602# AIX /bin/install
e6cc62c6 33603# AmigaOS /C/install, which installs bootblocks on floppy discs
fe0895cf
VS
33604# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
33605# AFS /usr/afsws/bin/install, which mishandles nonexistent args
33606# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
33607# ./install, which can be erroneously created by make from ./install.sh.
e6cc62c6
VS
33608echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
33609echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
fe0895cf 33610if test -z "$INSTALL"; then
e6cc62c6
VS
33611if test "${ac_cv_path_install+set}" = set; then
33612 echo $ECHO_N "(cached) $ECHO_C" >&6
33613else
33614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33615for as_dir in $PATH
33616do
33617 IFS=$as_save_IFS
33618 test -z "$as_dir" && as_dir=.
33619 # Account for people who put trailing slashes in PATH elements.
33620case $as_dir/ in
33621 ./ | .// | /cC/* | \
33622 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
33623 /usr/ucb/* ) ;;
33624 *)
33625 # OSF1 and SCO ODT 3.0 have their own names for install.
33626 # Don't use installbsd from OSF since it installs stuff as root
33627 # by default.
33628 for ac_prog in ginstall scoinst install; do
33629 for ac_exec_ext in '' $ac_executable_extensions; do
33630 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
33631 if test $ac_prog = install &&
33632 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33633 # AIX install. It has an incompatible calling convention.
33634 :
33635 elif test $ac_prog = install &&
33636 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33637 # program-specific install script used by HP pwplus--don't use.
33638 :
33639 else
33640 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
33641 break 3
33642 fi
33643 fi
fe0895cf 33644 done
e6cc62c6
VS
33645 done
33646 ;;
33647esac
33648done
33649
fe0895cf
VS
33650
33651fi
33652 if test "${ac_cv_path_install+set}" = set; then
e6cc62c6 33653 INSTALL=$ac_cv_path_install
fe0895cf
VS
33654 else
33655 # As a last resort, use the slow shell script. We don't cache a
33656 # path for INSTALL within a source directory, because that will
33657 # break other packages using the cache if that directory is
33658 # removed, or if the path is relative.
e6cc62c6 33659 INSTALL=$ac_install_sh
fe0895cf
VS
33660 fi
33661fi
e6cc62c6
VS
33662echo "$as_me:$LINENO: result: $INSTALL" >&5
33663echo "${ECHO_T}$INSTALL" >&6
fe0895cf
VS
33664
33665# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
33666# It thinks the first close brace ends the variable substitution.
33667test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
33668
e6cc62c6 33669test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
fe0895cf
VS
33670
33671test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
33672
e6cc62c6
VS
33673 echo "$as_me:$LINENO: checking whether ln -s works" >&5
33674echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
33675LN_S=$as_ln_s
33676if test "$LN_S" = "ln -s"; then
33677 echo "$as_me:$LINENO: result: yes" >&5
33678echo "${ECHO_T}yes" >&6
fe0895cf 33679else
e6cc62c6
VS
33680 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
33681echo "${ECHO_T}no, using $LN_S" >&6
fe0895cf
VS
33682fi
33683
33684
e6cc62c6
VS
33685 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
33686echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
33687set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
33688if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
33689 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf 33690else
e6cc62c6 33691 cat >conftest.make <<\_ACEOF
fe0895cf 33692all:
e6cc62c6
VS
33693 @echo 'ac_maketemp="$(MAKE)"'
33694_ACEOF
fe0895cf 33695# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
e6cc62c6 33696eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
fe0895cf
VS
33697if test -n "$ac_maketemp"; then
33698 eval ac_cv_prog_make_${ac_make}_set=yes
33699else
33700 eval ac_cv_prog_make_${ac_make}_set=no
33701fi
e6cc62c6 33702rm -f conftest.make
fe0895cf
VS
33703fi
33704if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
e6cc62c6
VS
33705 echo "$as_me:$LINENO: result: yes" >&5
33706echo "${ECHO_T}yes" >&6
fe0895cf
VS
33707 SET_MAKE=
33708else
e6cc62c6
VS
33709 echo "$as_me:$LINENO: result: no" >&5
33710echo "${ECHO_T}no" >&6
fe0895cf
VS
33711 SET_MAKE="MAKE=${MAKE-make}"
33712fi
33713
e6cc62c6
VS
33714
33715
fe0895cf
VS
33716 if test "$build" != "$host" ; then
33717 AR=$host_alias-ar
33718 STRIP=$host_alias-strip
33719 else
33720 # Extract the first word of "ar", so it can be a program name with args.
33721set dummy ar; ac_word=$2
e6cc62c6
VS
33722echo "$as_me:$LINENO: checking for $ac_word" >&5
33723echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33724if test "${ac_cv_prog_AR+set}" = set; then
33725 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
33726else
33727 if test -n "$AR"; then
33728 ac_cv_prog_AR="$AR" # Let the user override the test.
33729else
e6cc62c6
VS
33730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33731for as_dir in $PATH
33732do
33733 IFS=$as_save_IFS
33734 test -z "$as_dir" && as_dir=.
33735 for ac_exec_ext in '' $ac_executable_extensions; do
33736 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33737 ac_cv_prog_AR="ar"
33738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33739 break 2
33740 fi
33741done
33742done
33743
fe0895cf
VS
33744 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
33745fi
33746fi
e6cc62c6 33747AR=$ac_cv_prog_AR
fe0895cf 33748if test -n "$AR"; then
e6cc62c6
VS
33749 echo "$as_me:$LINENO: result: $AR" >&5
33750echo "${ECHO_T}$AR" >&6
fe0895cf 33751else
e6cc62c6
VS
33752 echo "$as_me:$LINENO: result: no" >&5
33753echo "${ECHO_T}no" >&6
fe0895cf
VS
33754fi
33755
33756 # Extract the first word of "strip", so it can be a program name with args.
33757set dummy strip; ac_word=$2
e6cc62c6
VS
33758echo "$as_me:$LINENO: checking for $ac_word" >&5
33759echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33760if test "${ac_cv_prog_STRIP+set}" = set; then
33761 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
33762else
33763 if test -n "$STRIP"; then
33764 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
33765else
e6cc62c6
VS
33766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33767for as_dir in $PATH
33768do
33769 IFS=$as_save_IFS
33770 test -z "$as_dir" && as_dir=.
33771 for ac_exec_ext in '' $ac_executable_extensions; do
33772 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33773 ac_cv_prog_STRIP="strip"
33774 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33775 break 2
33776 fi
33777done
33778done
33779
fe0895cf
VS
33780 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
33781fi
33782fi
e6cc62c6 33783STRIP=$ac_cv_prog_STRIP
fe0895cf 33784if test -n "$STRIP"; then
e6cc62c6
VS
33785 echo "$as_me:$LINENO: result: $STRIP" >&5
33786echo "${ECHO_T}$STRIP" >&6
fe0895cf 33787else
e6cc62c6
VS
33788 echo "$as_me:$LINENO: result: no" >&5
33789echo "${ECHO_T}no" >&6
fe0895cf
VS
33790fi
33791
33792 fi
33793
33794 case ${host} in
33795 *-hp-hpux* )
33796 INSTALL_DIR="mkdir"
33797 ;;
33798 *) INSTALL_DIR="$INSTALL -d"
33799 ;;
33800 esac
e6cc62c6 33801
fe0895cf 33802
6b9d41a5
VS
33803 LDFLAGS_GUI=
33804 case ${host} in
33805 *-*-cygwin* | *-*-mingw32* )
33806 LDFLAGS_GUI="-Wl,--subsystem,windows -mwindows"
33807 esac
33808
33809
fe0895cf 33810 fi
e6cc62c6
VS
33811
33812 echo "$as_me:$LINENO: checking if make is GNU make" >&5
33813echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
49b0a3aa 33814if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
e6cc62c6 33815 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf 33816else
e6cc62c6 33817
fe0895cf
VS
33818 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
33819 egrep -s GNU > /dev/null); then
33820 bakefile_cv_prog_makeisgnu="yes"
33821 else
33822 bakefile_cv_prog_makeisgnu="no"
33823 fi
fe0895cf 33824
e6cc62c6 33825fi
49b0a3aa
VS
33826echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
33827echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
fe0895cf
VS
33828
33829 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
33830 IF_GNU_MAKE=""
33831 else
33832 IF_GNU_MAKE="#"
33833 fi
fe0895cf 33834
e6cc62c6
VS
33835
33836
fe0895cf
VS
33837 PLATFORM_UNIX=0
33838 PLATFORM_WIN32=0
33839 PLATFORM_MSDOS=0
33840 PLATFORM_MAC=0
33841 PLATFORM_MACOSX=0
e6cc62c6 33842
fe0895cf
VS
33843 case "${host}" in
33844 *-*-cygwin* | *-*-mingw32* )
33845 PLATFORM_WIN32=1
33846 ;;
33847 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33848 PLATFORM_MSDOS=1
33849 ;;
33850 powerpc-*-darwin* )
33851 PLATFORM_MAC=1
33852 PLATFORM_MACOSX=1
33853 ;;
33854 * )
33855 PLATFORM_UNIX=1
33856 ;;
33857 esac
33858
fe0895cf 33859
e6cc62c6
VS
33860
33861
33862
33863
33864
33865
fe0895cf
VS
33866 SO_SUFFIX="so"
33867 EXEEXT=""
33868 DLLPREFIX=lib
e6cc62c6 33869
fe0895cf
VS
33870 case "${host}" in
33871 *-hp-hpux* )
33872 SO_SUFFIX="sl"
33873 ;;
33874 *-*-aix* )
33875 SO_SUFFIX="a"
33876 ;;
33877 *-*-cygwin* | *-*-mingw32* )
33878 SO_SUFFIX="dll"
33879 EXEEXT=".exe"
33880 DLLPREFIX=""
33881 ;;
33882 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33883 EXEEXT=".exe"
33884 DLLPREFIX=""
33885 ;;
33886 powerpc-*-darwin* )
33887 SO_SUFFIX="dylib"
33888 ;;
33889 esac
33890
fe0895cf 33891
e6cc62c6
VS
33892
33893
33894
33895
fe0895cf
VS
33896 SHARED_LD_CC="\$(CC) -shared -o"
33897 SHARED_LD_CXX="\$(CXX) -shared -o"
33898
33899 if test "x$GCC" = "xyes"; then
33900 PIC_FLAG="-fPIC"
33901 fi
33902
33903 case "${host}" in
33904 *-hp-hpux* )
33905 if test "x$GCC" = "xyes"; then
33906 SHARED_LD_CC="${CC} -shared ${PIC_FLAG} -o"
33907 SHARED_LD_CXX="${CXX} -shared ${PIC_FLAG} -o"
33908 else
33909 LDFLAGS="$LDFLAGS -L/usr/lib"
33910
33911 SHARED_LD_CC="${CC} -b -o"
33912 SHARED_LD_CXX="${CXX} -b -o"
33913 PIC_FLAG="+Z"
33914 fi
33915 ;;
33916
33917 *-*-linux* )
33918 if test "x$GCC" != "xyes"; then
e6cc62c6
VS
33919 echo "$as_me:$LINENO: checking for Intel compiler" >&5
33920echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
33921if test "${bakefile_cv_prog_icc+set}" = set; then
33922 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf 33923else
fe0895cf 33924
e6cc62c6
VS
33925 cat >conftest.$ac_ext <<_ACEOF
33926#line $LINENO "configure"
33927/* confdefs.h. */
33928_ACEOF
33929cat confdefs.h >>conftest.$ac_ext
33930cat >>conftest.$ac_ext <<_ACEOF
33931/* end confdefs.h. */
33932
33933int
33934main ()
33935{
fe0895cf
VS
33936
33937 #ifndef __INTEL_COMPILER
33938 #error Not icc
33939 #endif
e6cc62c6
VS
33940
33941 ;
33942 return 0;
33943}
33944_ACEOF
33945rm -f conftest.$ac_objext
33946if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33947 (eval $ac_compile) 2>&5
33948 ac_status=$?
33949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33950 (exit $ac_status); } &&
33951 { ac_try='test -s conftest.$ac_objext'
33952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33953 (eval $ac_try) 2>&5
33954 ac_status=$?
33955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33956 (exit $ac_status); }; }; then
fe0895cf
VS
33957 bakefile_cv_prog_icc=yes
33958else
e6cc62c6
VS
33959 echo "$as_me: failed program was:" >&5
33960sed 's/^/| /' conftest.$ac_ext >&5
33961
33962bakefile_cv_prog_icc=no
33963
fe0895cf 33964fi
e6cc62c6 33965rm -f conftest.$ac_objext conftest.$ac_ext
fe0895cf 33966
e6cc62c6
VS
33967fi
33968echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
33969echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
fe0895cf
VS
33970 if test "$bakefile_cv_prog_icc" = "yes"; then
33971 PIC_FLAG="-KPIC"
33972 fi
33973 fi
33974 ;;
33975
33976 *-*-solaris2* )
33977 if test "x$GCC" != xyes ; then
33978 SHARED_LD_CC="${CC} -G -o"
33979 SHARED_LD_CXX="${CXX} -G -o"
33980 PIC_FLAG="-KPIC"
33981 fi
33982 ;;
33983
33984 *-*-darwin* )
33985 CFLAGS="$CFLAGS -fno-common"
33986 CXXFLAGS="$CXXFLAGS -fno-common"
e6cc62c6
VS
33987
33988
fe0895cf
VS
33989 cat <<EOF >shared-ld-sh
33990#!/bin/sh
33991#-----------------------------------------------------------------------------
33992#-- Name: distrib/mac/shared-ld-sh
33993#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
33994#-- Author: Gilles Depeyrot
33995#-- Copyright: (c) 2002 Gilles Depeyrot
33996#-- Licence: any use permitted
33997#-----------------------------------------------------------------------------
33998
33999verbose=0
34000args=""
34001objects=""
34002
34003while test \${#} -gt 0; do
34004 case \${1} in
34005
34006 -v)
34007 verbose=1
34008 ;;
34009
34010 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
34011 # collect these options and values
34012 args="\${args} \${1} \${2}"
34013 shift
34014 ;;
34015
34016 -l*|-L*|-flat_namespace)
34017 # collect these options
34018 args="\${args} \${1}"
34019 ;;
34020
34021 -dynamiclib)
34022 # skip these options
34023 ;;
34024
34025 -*)
34026 echo "shared-ld: unhandled option '\${1}'"
34027 exit 1
34028 ;;
34029
4d264332 34030 *.o | *.a | *.dylib)
fe0895cf
VS
34031 # collect object files
34032 objects="\${objects} \${1}"
34033 ;;
34034
34035 *)
34036 echo "shared-ld: unhandled argument '\${1}'"
34037 exit 1
34038 ;;
34039
34040 esac
34041 shift
34042done
34043
34044#
34045# Link one module containing all the others
34046#
34047if test \${verbose} = 1; then
34048 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
34049fi
34050c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
34051status=\$?
34052if test \${status} != 0; then
34053 exit \${status}
34054fi
34055
34056#
34057# Link the shared library from the single module created
34058#
34059if test \${verbose} = 1; then
34060 echo "cc -dynamiclib master.\$\$.o \${args}"
34061fi
34062c++ -dynamiclib master.\$\$.o \${args}
34063status=\$?
34064if test \${status} != 0; then
34065 exit \${status}
34066fi
34067
34068#
34069# Remove intermediate module
34070#
34071rm -f master.\$\$.o
34072
34073exit 0
34074EOF
34075 chmod +x shared-ld-sh
34076
34077 SHARED_LD_CC="`pwd`/shared-ld-sh -undefined suppress -flat_namespace -o"
34078 SHARED_LD_CXX="$SHARED_LD_CC"
34079 PIC_FLAG="-dynamic -fPIC"
34080 ;;
34081
34082 *-*-aix* )
34083 if test "x$GCC" != "xyes"; then
34084 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34085set dummy makeC++SharedLib; ac_word=$2
e6cc62c6
VS
34086echo "$as_me:$LINENO: checking for $ac_word" >&5
34087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34088if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34089 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34090else
34091 if test -n "$AIX_CXX_LD"; then
34092 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
34093else
e6cc62c6
VS
34094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34095for as_dir in $PATH
34096do
34097 IFS=$as_save_IFS
34098 test -z "$as_dir" && as_dir=.
34099 for ac_exec_ext in '' $ac_executable_extensions; do
34100 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34101 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
34102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34103 break 2
34104 fi
34105done
34106done
34107
fe0895cf
VS
34108 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
34109fi
34110fi
e6cc62c6 34111AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
fe0895cf 34112if test -n "$AIX_CXX_LD"; then
e6cc62c6
VS
34113 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34114echo "${ECHO_T}$AIX_CXX_LD" >&6
fe0895cf 34115else
e6cc62c6
VS
34116 echo "$as_me:$LINENO: result: no" >&5
34117echo "${ECHO_T}no" >&6
fe0895cf
VS
34118fi
34119
34120 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
34121 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
34122 fi
34123 ;;
34124
34125 *-*-beos* )
34126 SHARED_LD_CC="${LD} -shared -o"
34127 SHARED_LD_CXX="${LD} -shared -o"
34128 ;;
34129
34130 *-*-irix* )
34131 if test "x$GCC" != "xyes"; then
34132 PIC_FLAG="-KPIC"
34133 fi
34134 ;;
e6cc62c6 34135
fe0895cf
VS
34136 *-*-cygwin* | *-*-mingw32* )
34137 PIC_FLAG=""
34138 ;;
e6cc62c6 34139
fe0895cf
VS
34140 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34141 *-*-sunos4* | \
34142 *-*-osf* | \
34143 *-*-dgux5* | \
34144 *-*-sysv5* )
34145 ;;
34146
34147 *)
e6cc62c6
VS
34148 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34149echo "$as_me: error: unknown system type $host." >&2;}
34150 { (exit 1); exit 1; }; }
fe0895cf
VS
34151 esac
34152
fe0895cf 34153
e6cc62c6
VS
34154
34155
34156
34157
fe0895cf
VS
34158 USE_SOVERSION=0
34159 USE_SOVERLINUX=0
34160 USE_SOVERSOLARIS=0
34161 USE_SOSYMLINKS=0
34162 USE_MACVERSION=0
34163 SONAME_FLAG=
34164
34165 case "${host}" in
34166 *-*-linux* )
34167 SONAME_FLAG="-Wl,-soname,"
34168 USE_SOVERSION=1
34169 USE_SOVERLINUX=1
34170 USE_SOSYMLINKS=1
34171 ;;
34172
34173 *-*-solaris2* )
34174 SONAME_FLAG="-h "
34175 USE_SOVERSION=1
34176 USE_SOVERSOLARIS=1
34177 USE_SOSYMLINKS=1
34178 ;;
34179
34180 *-*-darwin* )
34181 USE_MACVERSION=1
34182 USE_SOVERSION=1
34183 USE_SOSYMLINKS=1
e6cc62c6 34184 ;;
fe0895cf
VS
34185 esac
34186
fe0895cf 34187
e6cc62c6
VS
34188
34189
34190
34191
34192
34193
34194
49b0a3aa
VS
34195 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34196echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34197 DEPS_TRACKING=0
34198
fe0895cf 34199 if test "x$GCC" = "xyes"; then
49b0a3aa
VS
34200 DEPSMODE=gcc
34201 DEPS_TRACKING=1
3e5c3c83
VS
34202 case "${host}" in
34203 powerpc-*-darwin* )
34204 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
34205 ;;
34206 * )
34207 DEPSFLAG_GCC="-MMD"
34208 ;;
34209 esac
49b0a3aa
VS
34210 echo "$as_me:$LINENO: result: gcc" >&5
34211echo "${ECHO_T}gcc" >&6
34212 else
34213 echo "$as_me:$LINENO: result: none" >&5
34214echo "${ECHO_T}none" >&6
34215 fi
34216
34217 if test $DEPS_TRACKING = 1 ; then
34218 cat <<EOF >bk-deps
34219#!/bin/sh
34220
34221# This script is part of Bakefile (http://bakefile.sf.net) autoconf script.
34222# It is used to track C/C++ files dependencies in portable way.
34223#
34224# Permission is given to use this file in any way.
34225
34226DEPSMODE=$DEPSMODE
34227DEPSDIR=.deps
3e5c3c83 34228DEPSFLAG_GCC="$DEPSFLAG_GCC"
49b0a3aa
VS
34229
34230mkdir -p \$DEPSDIR
34231
34232if test \$DEPSMODE = gcc ; then
3e5c3c83 34233 \${*} \${DEPSFLAG_GCC}
49b0a3aa
VS
34234 status=\${?}
34235 if test \${status} != 0 ; then
34236 exit \${status}
34237 fi
34238 # move created file to the location we want it in:
34239 while test \${#} -gt 0; do
34240 case "\${1}" in
34241 -o )
34242 shift
34243 objfile=\${1}
34244 ;;
34245 -* )
34246 ;;
34247 * )
34248 srcfile=\${1}
34249 ;;
34250 esac
34251 shift
34252 done
34253 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34254 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
6b9d41a5
VS
34255 if test -f \$depfile ; then
34256 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34257 rm -f \$depfile
34258 else
34259 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34260 if test -f \$depfile ; then
4c8b7f4b 34261 sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
6b9d41a5
VS
34262 rm -f \$depfile
34263 fi
34264 fi
49b0a3aa
VS
34265 exit 0
34266else
34267 \${*}
34268 exit \${?}
34269fi
34270EOF
34271 chmod +x bk-deps
fe0895cf 34272 fi
fe0895cf 34273
e6cc62c6
VS
34274
34275
34276
fe0895cf
VS
34277 RESCOMP=
34278 SETFILE=
34279
e6cc62c6 34280 case ${host} in
fe0895cf
VS
34281 *-*-cygwin* | *-*-mingw32* )
34282 if test "$build" != "$host" ; then
34283 RESCOMP=$host_alias-windres
34284 else
34285 # Extract the first word of "windres", so it can be a program name with args.
34286set dummy windres; ac_word=$2
e6cc62c6
VS
34287echo "$as_me:$LINENO: checking for $ac_word" >&5
34288echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34289if test "${ac_cv_prog_RESCOMP+set}" = set; then
34290 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34291else
34292 if test -n "$RESCOMP"; then
34293 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34294else
e6cc62c6
VS
34295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34296for as_dir in $PATH
34297do
34298 IFS=$as_save_IFS
34299 test -z "$as_dir" && as_dir=.
34300 for ac_exec_ext in '' $ac_executable_extensions; do
34301 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34302 ac_cv_prog_RESCOMP="windres"
34303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34304 break 2
34305 fi
34306done
34307done
34308
fe0895cf
VS
34309 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
34310fi
34311fi
e6cc62c6 34312RESCOMP=$ac_cv_prog_RESCOMP
fe0895cf 34313if test -n "$RESCOMP"; then
e6cc62c6
VS
34314 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34315echo "${ECHO_T}$RESCOMP" >&6
fe0895cf 34316else
e6cc62c6
VS
34317 echo "$as_me:$LINENO: result: no" >&5
34318echo "${ECHO_T}no" >&6
fe0895cf
VS
34319fi
34320
34321 fi
34322 ;;
e6cc62c6 34323
fe0895cf
VS
34324 *-*-darwin* )
34325 # Extract the first word of "Rez", so it can be a program name with args.
34326set dummy Rez; ac_word=$2
e6cc62c6
VS
34327echo "$as_me:$LINENO: checking for $ac_word" >&5
34328echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34329if test "${ac_cv_prog_RESCOMP+set}" = set; then
34330 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34331else
34332 if test -n "$RESCOMP"; then
34333 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34334else
e6cc62c6
VS
34335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34336for as_dir in $PATH
34337do
34338 IFS=$as_save_IFS
34339 test -z "$as_dir" && as_dir=.
34340 for ac_exec_ext in '' $ac_executable_extensions; do
34341 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34342 ac_cv_prog_RESCOMP="Rez"
34343 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34344 break 2
34345 fi
34346done
34347done
34348
fe0895cf
VS
34349 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
34350fi
34351fi
e6cc62c6 34352RESCOMP=$ac_cv_prog_RESCOMP
fe0895cf 34353if test -n "$RESCOMP"; then
e6cc62c6
VS
34354 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34355echo "${ECHO_T}$RESCOMP" >&6
fe0895cf 34356else
e6cc62c6
VS
34357 echo "$as_me:$LINENO: result: no" >&5
34358echo "${ECHO_T}no" >&6
fe0895cf
VS
34359fi
34360
34361 # Extract the first word of "SetFile", so it can be a program name with args.
34362set dummy SetFile; ac_word=$2
e6cc62c6
VS
34363echo "$as_me:$LINENO: checking for $ac_word" >&5
34364echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34365if test "${ac_cv_prog_SETFILE+set}" = set; then
34366 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34367else
34368 if test -n "$SETFILE"; then
34369 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
34370else
e6cc62c6
VS
34371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34372for as_dir in $PATH
34373do
34374 IFS=$as_save_IFS
34375 test -z "$as_dir" && as_dir=.
34376 for ac_exec_ext in '' $ac_executable_extensions; do
34377 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34378 ac_cv_prog_SETFILE="SetFile"
34379 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34380 break 2
34381 fi
34382done
34383done
34384
fe0895cf
VS
34385 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
34386fi
34387fi
e6cc62c6 34388SETFILE=$ac_cv_prog_SETFILE
fe0895cf 34389if test -n "$SETFILE"; then
e6cc62c6
VS
34390 echo "$as_me:$LINENO: result: $SETFILE" >&5
34391echo "${ECHO_T}$SETFILE" >&6
fe0895cf 34392else
e6cc62c6
VS
34393 echo "$as_me:$LINENO: result: no" >&5
34394echo "${ECHO_T}no" >&6
fe0895cf
VS
34395fi
34396
34397 ;;
34398 esac
34399
fe0895cf
VS
34400
34401
e6cc62c6
VS
34402
34403
34404
34405
d78c94f2 34406 COND_BUILD_DEBUG="#"
6f628073 34407 if test "x$BUILD" = "xdebug" ; then
d78c94f2 34408 COND_BUILD_DEBUG=""
6f628073
VS
34409 fi
34410
d78c94f2 34411 COND_BUILD_RELEASE="#"
6f628073 34412 if test "x$BUILD" = "xrelease" ; then
d78c94f2 34413 COND_BUILD_RELEASE=""
6b9d41a5
VS
34414 fi
34415
f95cd8fa
VS
34416 COND_DEPS_TRACKING_0="#"
34417 if test "x$DEPS_TRACKING" = "x0" ; then
34418 COND_DEPS_TRACKING_0=""
6b9d41a5
VS
34419 fi
34420
8ee2dd05
VS
34421 COND_DEPS_TRACKING_1="#"
34422 if test "x$DEPS_TRACKING" = "x1" ; then
34423 COND_DEPS_TRACKING_1=""
34424 fi
34425
6f628073
VS
34426 COND_MONOLITHIC_0="#"
34427 if test "x$MONOLITHIC" = "x0" ; then
34428 COND_MONOLITHIC_0=""
6b9d41a5
VS
34429 fi
34430
6f628073
VS
34431 COND_MONOLITHIC_0_SHARED_0="#"
34432 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
34433 COND_MONOLITHIC_0_SHARED_0=""
34434 fi
34435
34436 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
34437 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
34438 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
fe0895cf 34439 fi
e6cc62c6 34440
250700e4
RD
34441 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1="#"
34442 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
34443 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1=""
34444 fi
34445
8ee2dd05
VS
34446 COND_MONOLITHIC_0_SHARED_1="#"
34447 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
34448 COND_MONOLITHIC_0_SHARED_1=""
fe0895cf 34449 fi
e6cc62c6 34450
6f628073
VS
34451 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
34452 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
34453 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
34454 fi
34455
250700e4
RD
34456 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1="#"
34457 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
34458 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1=""
34459 fi
34460
3af038c0
VS
34461 COND_MONOLITHIC_1="#"
34462 if test "x$MONOLITHIC" = "x1" ; then
34463 COND_MONOLITHIC_1=""
34464 fi
34465
6f628073
VS
34466 COND_MONOLITHIC_1_SHARED_0="#"
34467 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
34468 COND_MONOLITHIC_1_SHARED_0=""
34469 fi
34470
34471 COND_MONOLITHIC_1_SHARED_1="#"
34472 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
34473 COND_MONOLITHIC_1_SHARED_1=""
34474 fi
34475
3af038c0
VS
34476 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
34477 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
34478 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
34479 fi
34480
34481 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
34482 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
34483 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
34484 fi
34485
6f628073
VS
34486 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
34487 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
34488 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
34489 fi
34490
3af038c0
VS
34491 COND_PLATFORM_MACOSX_1="#"
34492 if test "x$PLATFORM_MACOSX" = "x1" ; then
34493 COND_PLATFORM_MACOSX_1=""
34494 fi
34495
250700e4
RD
34496 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
34497 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
34498 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
34499 fi
34500
34501 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
34502 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
34503 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
34504 fi
34505
34506 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
34507 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
34508 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
34509 fi
34510
8ee2dd05
VS
34511 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
34512 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
34513 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
34514 fi
34515
3af038c0
VS
34516 COND_PLATFORM_UNIX_1="#"
34517 if test "x$PLATFORM_UNIX" = "x1" ; then
34518 COND_PLATFORM_UNIX_1=""
34519 fi
34520
34521 COND_PLATFORM_WIN32_0="#"
34522 if test "x$PLATFORM_WIN32" = "x0" ; then
34523 COND_PLATFORM_WIN32_0=""
34524 fi
34525
34526 COND_PLATFORM_WIN32_1="#"
34527 if test "x$PLATFORM_WIN32" = "x1" ; then
34528 COND_PLATFORM_WIN32_1=""
34529 fi
34530
250700e4
RD
34531 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
34532 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
34533 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
34534 fi
34535
34536 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
34537 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
34538 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
34539 fi
34540
6f628073
VS
34541 COND_TOOLKIT_COCOA="#"
34542 if test "x$TOOLKIT" = "xCOCOA" ; then
34543 COND_TOOLKIT_COCOA=""
8ee2dd05
VS
34544 fi
34545
6f628073
VS
34546 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
34547 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34548 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
34549 fi
34550
6f628073
VS
34551 COND_TOOLKIT_GTK="#"
34552 if test "x$TOOLKIT" = "xGTK" ; then
34553 COND_TOOLKIT_GTK=""
f95cd8fa
VS
34554 fi
34555
6f628073
VS
34556 COND_TOOLKIT_GTK_USE_GUI_1="#"
34557 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
34558 COND_TOOLKIT_GTK_USE_GUI_1=""
f95cd8fa
VS
34559 fi
34560
6f628073
VS
34561 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
34562 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34563 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
34564 fi
34565
6f628073
VS
34566 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1="#"
34567 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34568 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1=""
8ee2dd05
VS
34569 fi
34570
3af038c0
VS
34571 COND_TOOLKIT_MAC="#"
34572 if test "x$TOOLKIT" = "xMAC" ; then
34573 COND_TOOLKIT_MAC=""
34574 fi
34575
6f628073
VS
34576 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
34577 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34578 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
34579 fi
34580
6f628073
VS
34581 COND_TOOLKIT_MGL="#"
34582 if test "x$TOOLKIT" = "xMGL" ; then
34583 COND_TOOLKIT_MGL=""
8ee2dd05
VS
34584 fi
34585
6f628073
VS
34586 COND_TOOLKIT_MGL_USE_GUI_1="#"
34587 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
34588 COND_TOOLKIT_MGL_USE_GUI_1=""
8ee2dd05
VS
34589 fi
34590
6f628073
VS
34591 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1="#"
34592 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34593 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1=""
8ee2dd05
VS
34594 fi
34595
6f628073
VS
34596 COND_TOOLKIT_MOTIF="#"
34597 if test "x$TOOLKIT" = "xMOTIF" ; then
34598 COND_TOOLKIT_MOTIF=""
f95cd8fa
VS
34599 fi
34600
6f628073
VS
34601 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
34602 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
34603 COND_TOOLKIT_MOTIF_USE_GUI_1=""
fe0895cf 34604 fi
e6cc62c6 34605
6f628073
VS
34606 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
34607 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34608 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
34609 fi
34610
6f628073
VS
34611 COND_TOOLKIT_MSW="#"
34612 if test "x$TOOLKIT" = "xMSW" ; then
34613 COND_TOOLKIT_MSW=""
8ee2dd05
VS
34614 fi
34615
6f628073
VS
34616 COND_TOOLKIT_MSW_USE_GUI_1="#"
34617 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
34618 COND_TOOLKIT_MSW_USE_GUI_1=""
fe0895cf 34619 fi
e6cc62c6 34620
6f628073
VS
34621 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
34622 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34623 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
fe0895cf 34624 fi
e6cc62c6 34625
6f628073
VS
34626 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1="#"
34627 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34628 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1=""
f95cd8fa
VS
34629 fi
34630
6f628073
VS
34631 COND_TOOLKIT_OS2="#"
34632 if test "x$TOOLKIT" = "xOS2" ; then
34633 COND_TOOLKIT_OS2=""
9747f85d
VS
34634 fi
34635
6f628073
VS
34636 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0="#"
34637 if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34638 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0=""
f95cd8fa
VS
34639 fi
34640
6f628073
VS
34641 COND_TOOLKIT_X11="#"
34642 if test "x$TOOLKIT" = "xX11" ; then
34643 COND_TOOLKIT_X11=""
9747f85d
VS
34644 fi
34645
6f628073
VS
34646 COND_TOOLKIT_X11_USE_GUI_1="#"
34647 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
34648 COND_TOOLKIT_X11_USE_GUI_1=""
f95cd8fa
VS
34649 fi
34650
8ee2dd05
VS
34651 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1="#"
34652 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34653 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1=""
f95cd8fa
VS
34654 fi
34655
3af038c0
VS
34656 COND_UNICODE_1="#"
34657 if test "x$UNICODE" = "x1" ; then
34658 COND_UNICODE_1=""
34659 fi
34660
34661 COND_USE_GUI_0="#"
34662 if test "x$USE_GUI" = "x0" ; then
34663 COND_USE_GUI_0=""
34664 fi
34665
34666 COND_USE_GUI_1="#"
34667 if test "x$USE_GUI" = "x1" ; then
34668 COND_USE_GUI_1=""
34669 fi
34670
e6cc62c6 34671 COND_USE_GUI_1_WXUNIV_0="#"
c7dfb5bb
VS
34672 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34673 COND_USE_GUI_1_WXUNIV_0=""
fe0895cf 34674 fi
e6cc62c6
VS
34675
34676 COND_USE_GUI_1_WXUNIV_1="#"
c7dfb5bb
VS
34677 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34678 COND_USE_GUI_1_WXUNIV_1=""
e6cc62c6
VS
34679 fi
34680
6f628073
VS
34681 COND_USE_SOSYMLINKS_1="#"
34682 if test "x$USE_SOSYMLINKS" = "x1" ; then
34683 COND_USE_SOSYMLINKS_1=""
b625909c
VS
34684 fi
34685
6f628073
VS
34686 COND_USE_SOVERLINUX_1="#"
34687 if test "x$USE_SOVERLINUX" = "x1" ; then
34688 COND_USE_SOVERLINUX_1=""
b625909c
VS
34689 fi
34690
6f628073
VS
34691 COND_USE_SOVERSION_0="#"
34692 if test "x$USE_SOVERSION" = "x0" ; then
34693 COND_USE_SOVERSION_0=""
fddeb06b 34694 fi
fe0895cf 34695
6f628073
VS
34696 COND_USE_SOVERSOLARIS_1="#"
34697 if test "x$USE_SOVERSOLARIS" = "x1" ; then
34698 COND_USE_SOVERSOLARIS_1=""
fddeb06b 34699 fi
fe0895cf 34700
3af038c0
VS
34701 COND_WXUNIV_1="#"
34702 if test "x$WXUNIV" = "x1" ; then
34703 COND_WXUNIV_1=""
34704 fi
34705
02980527
VS
34706 COND_WXUSE_LIBJPEG_BUILTIN="#"
34707 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
34708 COND_WXUSE_LIBJPEG_BUILTIN=""
34709 fi
34710
34711 COND_WXUSE_LIBPNG_BUILTIN="#"
34712 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
34713 COND_WXUSE_LIBPNG_BUILTIN=""
34714 fi
34715
34716 COND_WXUSE_LIBTIFF_BUILTIN="#"
34717 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
34718 COND_WXUSE_LIBTIFF_BUILTIN=""
34719 fi
34720
34721 COND_WXUSE_ODBC_BUILTIN="#"
34722 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
34723 COND_WXUSE_ODBC_BUILTIN=""
34724 fi
34725
34726 COND_WXUSE_REGEX_BUILTIN="#"
34727 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
34728 COND_WXUSE_REGEX_BUILTIN=""
34729 fi
34730
34731 COND_WXUSE_ZLIB_BUILTIN="#"
34732 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
34733 COND_WXUSE_ZLIB_BUILTIN=""
34734 fi
34735
1772d20c
VZ
34736 COND_PLATFORM_MAC_1="#"
34737 if test "x$PLATFORM_MAC" = "x1" ; then
34738 COND_PLATFORM_MAC_1=""
34739 fi
34740
34741 COND_SHARED_1="#"
34742 if test "x$SHARED" = "x1" ; then
34743 COND_SHARED_1=""
34744 fi
34745
34746 COND_SHARED_0="#"
34747 if test "x$SHARED" = "x0" ; then
34748 COND_SHARED_0=""
34749 fi
34750
672abd7a
VS
34751 COND_WXUSE_EXPAT_BUILTIN="#"
34752 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
34753 COND_WXUSE_EXPAT_BUILTIN=""
34754 fi
34755
fe0895cf 34756
fe0895cf 34757
fe0895cf 34758
fe0895cf
VS
34759
34760
fddeb06b 34761SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
fe0895cf
VS
34762
34763
34764
34765
34766
34767
34768
34769
34770
34771
34772
34773
34774
34775
34776
34777
34778
34779
34780
34781
34782
34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
34795
34796
34797
34798
34799
34800
34801
34802
34803
34804
34805
34806
34807
34808
34809
34810
34811
34812
34813
34814
34815
34816
34817
34818
34819
34820
34821
34822
34823
34824
34825
34826
34827
34828
34829
34830
34831
34832
34833
34834
34835
34836
34837
34838
34839
34840
34841
34842
34843
34844
34845
34846
34847
34848
34849
34850
34851
34852
34853
34854
34855
fe0895cf 34856
f0290fca
VS
34857
34858
e6cc62c6
VS
34859
34860
34861
34862echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
34863echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
34864set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
34865if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
34866 echo $ECHO_N "(cached) $ECHO_C" >&6
34867else
34868 cat >conftest.make <<\_ACEOF
34869all:
34870 @echo 'ac_maketemp="$(MAKE)"'
34871_ACEOF
34872# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
34873eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
34874if test -n "$ac_maketemp"; then
34875 eval ac_cv_prog_make_${ac_make}_set=yes
34876else
34877 eval ac_cv_prog_make_${ac_make}_set=no
34878fi
34879rm -f conftest.make
34880fi
34881if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
34882 echo "$as_me:$LINENO: result: yes" >&5
34883echo "${ECHO_T}yes" >&6
34884 SET_MAKE=
34885else
34886 echo "$as_me:$LINENO: result: no" >&5
34887echo "${ECHO_T}no" >&6
34888 SET_MAKE="MAKE=${MAKE-make}"
34889fi
34890
34891
34892if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
34893 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
34894fi
34895
34896 ac_config_headers="$ac_config_headers setup.h"
34897
34898
81345eef 34899 ac_config_files="$ac_config_files wx-config version-script Makefile"
e6cc62c6
VS
34900
34901
34902 ac_config_commands="$ac_config_commands default"
34903
34904
9de9b8f0 34905
6c3e36af
VZ
34906if test "$wxUSE_GUI" = "yes"; then
34907 SUBDIRS="samples demos utils contrib"
34908else SUBDIRS="samples utils"
34909fi
e6cc62c6 34910
166263e6 34911for subdir in `echo $SUBDIRS`; do
9747f85d 34912 if test -d ${srcdir}/${subdir} ; then
6c3e36af 34913 if test "$wxUSE_GUI" = "yes"; then
166263e6
VZ
34914 if test ${subdir} = "samples"; then
34915 for sample in `echo $SAMPLES_SUBDIRS`; do
34916 if test -d $srcdir/samples/$sample; then
34917 makefiles="samples/$sample/Makefile.in $makefiles"
34918 fi
34919 done
34920 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
34921 fi
6c3e36af
VZ
34922 else if test ${subdir} = "samples"; then
34923 makefiles="samples/console/Makefile.in"
34924 else makefiles="utils/HelpGen/Makefile.in \
34925 utils/HelpGen/src/Makefile.in \
34926 utils/makegen/Makefile.in"
34927 fi
34928 fi
34929
9747f85d
VS
34930 for mkin in $makefiles ; do
34931 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
34932 ac_config_files="$ac_config_files $mk"
e6cc62c6 34933
9747f85d
VS
34934 done
34935 fi
34936done
e6cc62c6 34937
9de9b8f0 34938
e6cc62c6
VS
34939cat >confcache <<\_ACEOF
34940# This file is a shell script that caches the results of configure
34941# tests run on this system so they can be shared between configure
34942# scripts and configure runs, see configure's option --config-cache.
34943# It is not useful on other systems. If it contains results you don't
34944# want to keep, you may remove or edit it.
34945#
34946# config.status only pays attention to the cache file if you give it
34947# the --recheck option to rerun configure.
34948#
34949# `ac_cv_env_foo' variables (set or unset) will be overridden when
34950# loading this file, other *unset* `ac_cv_foo' will be assigned the
34951# following values.
34952
34953_ACEOF
34954
34955# The following way of writing the cache mishandles newlines in values,
34956# but we know of no workaround that is simple, portable, and efficient.
34957# So, don't put newlines in cache variables' values.
34958# Ultrix sh set writes to stderr and can't be redirected directly,
34959# and sets the high bit in the cache file unless we assign to the vars.
34960{
34961 (set) 2>&1 |
34962 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34963 *ac_space=\ *)
34964 # `set' does not quote correctly, so add quotes (double-quote
34965 # substitution turns \\\\ into \\, and sed turns \\ into \).
34966 sed -n \
34967 "s/'/'\\\\''/g;
34968 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34969 ;;
34970 *)
34971 # `set' quotes correctly as required by POSIX, so do not add quotes.
34972 sed -n \
34973 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34974 ;;
34975 esac;
34976} |
34977 sed '
34978 t clear
34979 : clear
34980 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34981 t end
34982 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34983 : end' >>confcache
34984if diff $cache_file confcache >/dev/null 2>&1; then :; else
34985 if test -w $cache_file; then
34986 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34987 cat confcache >$cache_file
34988 else
34989 echo "not updating unwritable cache $cache_file"
34990 fi
34991fi
34992rm -f confcache
34993
34994test "x$prefix" = xNONE && prefix=$ac_default_prefix
34995# Let make expand exec_prefix.
34996test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
34997
34998# VPATH may cause trouble with some makes, so we remove $(srcdir),
34999# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
35000# trailing colons and then remove the whole line if VPATH becomes empty
35001# (actually we leave an empty line to preserve line numbers).
35002if test "x$srcdir" = x.; then
35003 ac_vpsub='/^[ ]*VPATH[ ]*=/{
35004s/:*\$(srcdir):*/:/;
35005s/:*\${srcdir}:*/:/;
35006s/:*@srcdir@:*/:/;
35007s/^\([^=]*=[ ]*\):*/\1/;
35008s/:*$//;
35009s/^[^=]*=[ ]*$//;
35010}'
35011fi
35012
35013DEFS=-DHAVE_CONFIG_H
35014
35015ac_libobjs=
35016ac_ltlibobjs=
35017for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
35018 # 1. Remove the extension, and $U if already installed.
35019 ac_i=`echo "$ac_i" |
35020 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
35021 # 2. Add them.
35022 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
35023 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
35024done
35025LIBOBJS=$ac_libobjs
35026
35027LTLIBOBJS=$ac_ltlibobjs
35028
35029
35030
35031: ${CONFIG_STATUS=./config.status}
35032ac_clean_files_save=$ac_clean_files
35033ac_clean_files="$ac_clean_files $CONFIG_STATUS"
35034{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
35035echo "$as_me: creating $CONFIG_STATUS" >&6;}
35036cat >$CONFIG_STATUS <<_ACEOF
35037#! $SHELL
35038# Generated by $as_me.
35039# Run this file to recreate the current configuration.
35040# Compiler output produced by configure, useful for debugging
35041# configure, is in config.log if it exists.
35042
35043debug=false
35044ac_cs_recheck=false
35045ac_cs_silent=false
35046SHELL=\${CONFIG_SHELL-$SHELL}
35047_ACEOF
35048
35049cat >>$CONFIG_STATUS <<\_ACEOF
35050## --------------------- ##
35051## M4sh Initialization. ##
35052## --------------------- ##
35053
35054# Be Bourne compatible
35055if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
35056 emulate sh
35057 NULLCMD=:
35058 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
35059 # is contrary to our usage. Disable this feature.
35060 alias -g '${1+"$@"}'='"$@"'
35061elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
35062 set -o posix
35063fi
35064
35065# Support unset when possible.
35066if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
35067 as_unset=unset
35068else
35069 as_unset=false
35070fi
35071
35072
35073# Work around bugs in pre-3.0 UWIN ksh.
35074$as_unset ENV MAIL MAILPATH
35075PS1='$ '
35076PS2='> '
35077PS4='+ '
35078
35079# NLS nuisances.
35080for as_var in \
35081 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
35082 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
35083 LC_TELEPHONE LC_TIME
35084do
35085 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
35086 eval $as_var=C; export $as_var
35087 else
35088 $as_unset $as_var
35089 fi
35090done
35091
35092# Required to use basename.
35093if expr a : '\(a\)' >/dev/null 2>&1; then
35094 as_expr=expr
35095else
35096 as_expr=false
35097fi
35098
35099if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
35100 as_basename=basename
35101else
35102 as_basename=false
35103fi
35104
35105
35106# Name of the executable.
35107as_me=`$as_basename "$0" ||
35108$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
35109 X"$0" : 'X\(//\)$' \| \
35110 X"$0" : 'X\(/\)$' \| \
35111 . : '\(.\)' 2>/dev/null ||
35112echo X/"$0" |
35113 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
35114 /^X\/\(\/\/\)$/{ s//\1/; q; }
35115 /^X\/\(\/\).*/{ s//\1/; q; }
35116 s/.*/./; q'`
35117
35118
35119# PATH needs CR, and LINENO needs CR and PATH.
35120# Avoid depending upon Character Ranges.
35121as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35122as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35123as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35124as_cr_digits='0123456789'
35125as_cr_alnum=$as_cr_Letters$as_cr_digits
35126
35127# The user is always right.
35128if test "${PATH_SEPARATOR+set}" != set; then
35129 echo "#! /bin/sh" >conf$$.sh
35130 echo "exit 0" >>conf$$.sh
35131 chmod +x conf$$.sh
35132 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
35133 PATH_SEPARATOR=';'
35134 else
35135 PATH_SEPARATOR=:
35136 fi
35137 rm -f conf$$.sh
35138fi
35139
35140
35141 as_lineno_1=$LINENO
35142 as_lineno_2=$LINENO
35143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35144 test "x$as_lineno_1" != "x$as_lineno_2" &&
35145 test "x$as_lineno_3" = "x$as_lineno_2" || {
35146 # Find who we are. Look in the path if we contain no path at all
35147 # relative or not.
35148 case $0 in
35149 *[\\/]* ) as_myself=$0 ;;
35150 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35151for as_dir in $PATH
35152do
35153 IFS=$as_save_IFS
35154 test -z "$as_dir" && as_dir=.
35155 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
35156done
35157
35158 ;;
35159 esac
35160 # We did not find ourselves, most probably we were run as `sh COMMAND'
35161 # in which case we are not to be found in the path.
35162 if test "x$as_myself" = x; then
35163 as_myself=$0
35164 fi
35165 if test ! -f "$as_myself"; then
35166 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
35167echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
35168 { (exit 1); exit 1; }; }
35169 fi
35170 case $CONFIG_SHELL in
35171 '')
35172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35173for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
35174do
35175 IFS=$as_save_IFS
35176 test -z "$as_dir" && as_dir=.
35177 for as_base in sh bash ksh sh5; do
35178 case $as_dir in
35179 /*)
35180 if ("$as_dir/$as_base" -c '
35181 as_lineno_1=$LINENO
35182 as_lineno_2=$LINENO
35183 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35184 test "x$as_lineno_1" != "x$as_lineno_2" &&
35185 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
35186 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
35187 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
35188 CONFIG_SHELL=$as_dir/$as_base
35189 export CONFIG_SHELL
35190 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
35191 fi;;
35192 esac
35193 done
35194done
35195;;
35196 esac
35197
35198 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
35199 # uniformly replaced by the line number. The first 'sed' inserts a
35200 # line-number line before each line; the second 'sed' does the real
35201 # work. The second script uses 'N' to pair each line-number line
35202 # with the numbered line, and appends trailing '-' during
35203 # substitution so that $LINENO is not a special case at line end.
35204 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
35205 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
35206 sed '=' <$as_myself |
35207 sed '
35208 N
35209 s,$,-,
35210 : loop
35211 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
35212 t loop
35213 s,-$,,
35214 s,^['$as_cr_digits']*\n,,
35215 ' >$as_me.lineno &&
35216 chmod +x $as_me.lineno ||
35217 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
35218echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
35219 { (exit 1); exit 1; }; }
35220
35221 # Don't try to exec as it changes $[0], causing all sort of problems
35222 # (the dirname of $[0] is not the place where we might find the
35223 # original and so on. Autoconf is especially sensible to this).
35224 . ./$as_me.lineno
35225 # Exit status is that of the last command.
35226 exit
35227}
35228
35229
35230case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
35231 *c*,-n*) ECHO_N= ECHO_C='
35232' ECHO_T=' ' ;;
35233 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
35234 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
35235esac
35236
35237if expr a : '\(a\)' >/dev/null 2>&1; then
35238 as_expr=expr
35239else
35240 as_expr=false
35241fi
35242
35243rm -f conf$$ conf$$.exe conf$$.file
35244echo >conf$$.file
35245if ln -s conf$$.file conf$$ 2>/dev/null; then
35246 # We could just check for DJGPP; but this test a) works b) is more generic
35247 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
35248 if test -f conf$$.exe; then
35249 # Don't use ln at all; we don't have any links
35250 as_ln_s='cp -p'
35251 else
35252 as_ln_s='ln -s'
35253 fi
35254elif ln conf$$.file conf$$ 2>/dev/null; then
35255 as_ln_s=ln
35256else
35257 as_ln_s='cp -p'
35258fi
35259rm -f conf$$ conf$$.exe conf$$.file
35260
35261if mkdir -p . 2>/dev/null; then
35262 as_mkdir_p=:
35263else
35264 as_mkdir_p=false
35265fi
35266
35267as_executable_p="test -f"
35268
35269# Sed expression to map a string onto a valid CPP name.
35270as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
35271
35272# Sed expression to map a string onto a valid variable name.
35273as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
35274
35275
35276# IFS
35277# We need space, tab and new line, in precisely that order.
35278as_nl='
35279'
35280IFS=" $as_nl"
35281
35282# CDPATH.
35283$as_unset CDPATH
35284
35285exec 6>&1
35286
35287# Open the log real soon, to keep \$[0] and so on meaningful, and to
35288# report actual input values of CONFIG_FILES etc. instead of their
35289# values after options handling. Logging --version etc. is OK.
35290exec 5>>config.log
35291{
35292 echo
35293 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
35294## Running $as_me. ##
35295_ASBOX
35296} >&5
35297cat >&5 <<_CSEOF
35298
35299This file was extended by wxWindows $as_me 2.5.0, which was
35300generated by GNU Autoconf 2.57. Invocation command line was
35301
35302 CONFIG_FILES = $CONFIG_FILES
35303 CONFIG_HEADERS = $CONFIG_HEADERS
35304 CONFIG_LINKS = $CONFIG_LINKS
35305 CONFIG_COMMANDS = $CONFIG_COMMANDS
35306 $ $0 $@
35307
35308_CSEOF
35309echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
35310echo >&5
35311_ACEOF
35312
35313# Files that config.status was made for.
35314if test -n "$ac_config_files"; then
35315 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
35316fi
35317
35318if test -n "$ac_config_headers"; then
35319 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
35320fi
35321
35322if test -n "$ac_config_links"; then
35323 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
35324fi
35325
35326if test -n "$ac_config_commands"; then
35327 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
35328fi
35329
35330cat >>$CONFIG_STATUS <<\_ACEOF
35331
35332ac_cs_usage="\
35333\`$as_me' instantiates files from templates according to the
35334current configuration.
35335
35336Usage: $0 [OPTIONS] [FILE]...
35337
35338 -h, --help print this help, then exit
35339 -V, --version print version number, then exit
35340 -q, --quiet do not print progress messages
35341 -d, --debug don't remove temporary files
35342 --recheck update $as_me by reconfiguring in the same conditions
35343 --file=FILE[:TEMPLATE]
35344 instantiate the configuration file FILE
35345 --header=FILE[:TEMPLATE]
35346 instantiate the configuration header FILE
35347
35348Configuration files:
35349$config_files
35350
35351Configuration headers:
35352$config_headers
35353
35354Configuration commands:
35355$config_commands
35356
35357Report bugs to <bug-autoconf@gnu.org>."
35358_ACEOF
35359
35360cat >>$CONFIG_STATUS <<_ACEOF
35361ac_cs_version="\\
35362wxWindows config.status 2.5.0
35363configured by $0, generated by GNU Autoconf 2.57,
35364 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
35365
35366Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
35367Free Software Foundation, Inc.
35368This config.status script is free software; the Free Software Foundation
35369gives unlimited permission to copy, distribute and modify it."
35370srcdir=$srcdir
35371INSTALL="$INSTALL"
35372_ACEOF
35373
35374cat >>$CONFIG_STATUS <<\_ACEOF
35375# If no file are specified by the user, then we need to provide default
35376# value. By we need to know if files were specified by the user.
35377ac_need_defaults=:
35378while test $# != 0
35379do
35380 case $1 in
35381 --*=*)
35382 ac_option=`expr "x$1" : 'x\([^=]*\)='`
35383 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
35384 ac_shift=:
35385 ;;
35386 -*)
35387 ac_option=$1
35388 ac_optarg=$2
35389 ac_shift=shift
35390 ;;
35391 *) # This is not an option, so the user has probably given explicit
35392 # arguments.
35393 ac_option=$1
35394 ac_need_defaults=false;;
35395 esac
35396
35397 case $ac_option in
35398 # Handling of the options.
35399_ACEOF
35400cat >>$CONFIG_STATUS <<\_ACEOF
35401 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
35402 ac_cs_recheck=: ;;
35403 --version | --vers* | -V )
35404 echo "$ac_cs_version"; exit 0 ;;
35405 --he | --h)
35406 # Conflict between --help and --header
35407 { { echo "$as_me:$LINENO: error: ambiguous option: $1
35408Try \`$0 --help' for more information." >&5
35409echo "$as_me: error: ambiguous option: $1
35410Try \`$0 --help' for more information." >&2;}
35411 { (exit 1); exit 1; }; };;
35412 --help | --hel | -h )
35413 echo "$ac_cs_usage"; exit 0 ;;
35414 --debug | --d* | -d )
35415 debug=: ;;
35416 --file | --fil | --fi | --f )
35417 $ac_shift
35418 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
35419 ac_need_defaults=false;;
35420 --header | --heade | --head | --hea )
35421 $ac_shift
35422 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
35423 ac_need_defaults=false;;
35424 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
35425 | -silent | --silent | --silen | --sile | --sil | --si | --s)
35426 ac_cs_silent=: ;;
35427
35428 # This is an error.
35429 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
35430Try \`$0 --help' for more information." >&5
35431echo "$as_me: error: unrecognized option: $1
35432Try \`$0 --help' for more information." >&2;}
35433 { (exit 1); exit 1; }; } ;;
35434
35435 *) ac_config_targets="$ac_config_targets $1" ;;
35436
35437 esac
35438 shift
35439done
35440
35441ac_configure_extra_args=
35442
35443if $ac_cs_silent; then
35444 exec 6>/dev/null
35445 ac_configure_extra_args="$ac_configure_extra_args --silent"
fe0895cf
VS
35446fi
35447
e6cc62c6
VS
35448_ACEOF
35449cat >>$CONFIG_STATUS <<_ACEOF
35450if \$ac_cs_recheck; then
35451 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
35452 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
fe0895cf
VS
35453fi
35454
e6cc62c6 35455_ACEOF
fe0895cf 35456
e6cc62c6 35457cat >>$CONFIG_STATUS <<_ACEOF
10f2d63a 35458#
e6cc62c6 35459# INIT-COMMANDS section.
10f2d63a 35460#
10f2d63a 35461
a0b9e27f 35462
e6cc62c6
VS
35463 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
35464 LN_S="${LN_S}"
10f2d63a 35465
10f2d63a 35466
10f2d63a 35467
e6cc62c6 35468_ACEOF
8284b0c5 35469
52127426 35470
247f5006 35471
e6cc62c6
VS
35472cat >>$CONFIG_STATUS <<\_ACEOF
35473for ac_config_target in $ac_config_targets
247f5006 35474do
e6cc62c6
VS
35475 case "$ac_config_target" in
35476 # Handling of arguments.
81345eef
VZ
35477 "wx-config" ) CONFIG_FILES="$CONFIG_FILES wx-config" ;;
35478 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
35479 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
9747f85d 35480 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
e6cc62c6
VS
35481 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
35482 "setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS setup.h" ;;
35483 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
35484echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
35485 { (exit 1); exit 1; }; };;
247f5006
VZ
35486 esac
35487done
35488
e6cc62c6
VS
35489# If the user did not use the arguments to specify the items to instantiate,
35490# then the envvar interface is used. Set only those that are not.
35491# We use the long form for the default assignment because of an extremely
35492# bizarre bug on SunOS 4.1.3.
35493if $ac_need_defaults; then
35494 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
35495 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
35496 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
35497fi
35498
35499# Have a temporary directory for convenience. Make it in the build tree
35500# simply because there is no reason to put it here, and in addition,
35501# creating and moving files from /tmp can sometimes cause problems.
35502# Create a temporary directory, and hook for its removal unless debugging.
35503$debug ||
35504{
35505 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
35506 trap '{ (exit 1); exit 1; }' 1 2 13 15
35507}
247f5006 35508
e6cc62c6 35509# Create a (secure) tmp directory for tmp files.
247f5006 35510
e6cc62c6
VS
35511{
35512 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
35513 test -n "$tmp" && test -d "$tmp"
35514} ||
35515{
35516 tmp=./confstat$$-$RANDOM
35517 (umask 077 && mkdir $tmp)
35518} ||
35519{
35520 echo "$me: cannot create a temporary directory in ." >&2
35521 { (exit 1); exit 1; }
35522}
35523
35524_ACEOF
35525
35526cat >>$CONFIG_STATUS <<_ACEOF
35527
35528#
35529# CONFIG_FILES section.
35530#
247f5006 35531
e6cc62c6
VS
35532# No need to generate the scripts if there are no CONFIG_FILES.
35533# This happens for instance when ./config.status config.h
35534if test -n "\$CONFIG_FILES"; then
35535 # Protect against being on the right side of a sed subst in config.status.
35536 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
35537 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
35538s,@SHELL@,$SHELL,;t t
35539s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
35540s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
35541s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
35542s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
35543s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
35544s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
35545s,@exec_prefix@,$exec_prefix,;t t
35546s,@prefix@,$prefix,;t t
35547s,@program_transform_name@,$program_transform_name,;t t
35548s,@bindir@,$bindir,;t t
35549s,@sbindir@,$sbindir,;t t
35550s,@libexecdir@,$libexecdir,;t t
35551s,@datadir@,$datadir,;t t
35552s,@sysconfdir@,$sysconfdir,;t t
35553s,@sharedstatedir@,$sharedstatedir,;t t
35554s,@localstatedir@,$localstatedir,;t t
35555s,@libdir@,$libdir,;t t
35556s,@includedir@,$includedir,;t t
35557s,@oldincludedir@,$oldincludedir,;t t
35558s,@infodir@,$infodir,;t t
35559s,@mandir@,$mandir,;t t
35560s,@build_alias@,$build_alias,;t t
35561s,@host_alias@,$host_alias,;t t
35562s,@target_alias@,$target_alias,;t t
35563s,@DEFS@,$DEFS,;t t
35564s,@ECHO_C@,$ECHO_C,;t t
35565s,@ECHO_N@,$ECHO_N,;t t
35566s,@ECHO_T@,$ECHO_T,;t t
35567s,@LIBS@,$LIBS,;t t
35568s,@build@,$build,;t t
35569s,@build_cpu@,$build_cpu,;t t
35570s,@build_vendor@,$build_vendor,;t t
35571s,@build_os@,$build_os,;t t
35572s,@host@,$host,;t t
35573s,@host_cpu@,$host_cpu,;t t
35574s,@host_vendor@,$host_vendor,;t t
35575s,@host_os@,$host_os,;t t
35576s,@target@,$target,;t t
35577s,@target_cpu@,$target_cpu,;t t
35578s,@target_vendor@,$target_vendor,;t t
35579s,@target_os@,$target_os,;t t
35580s,@CC@,$CC,;t t
35581s,@CFLAGS@,$CFLAGS,;t t
35582s,@LDFLAGS@,$LDFLAGS,;t t
35583s,@CPPFLAGS@,$CPPFLAGS,;t t
35584s,@ac_ct_CC@,$ac_ct_CC,;t t
35585s,@EXEEXT@,$EXEEXT,;t t
35586s,@OBJEXT@,$OBJEXT,;t t
35587s,@CPP@,$CPP,;t t
35588s,@EGREP@,$EGREP,;t t
35589s,@CXX@,$CXX,;t t
35590s,@CXXFLAGS@,$CXXFLAGS,;t t
35591s,@ac_ct_CXX@,$ac_ct_CXX,;t t
35592s,@RANLIB@,$RANLIB,;t t
35593s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
35594s,@AR@,$AR,;t t
35595s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
35596s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
35597s,@INSTALL_DATA@,$INSTALL_DATA,;t t
35598s,@STRIP@,$STRIP,;t t
35599s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
35600s,@YACC@,$YACC,;t t
35601s,@LEX@,$LEX,;t t
35602s,@LEXLIB@,$LEXLIB,;t t
35603s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
35604s,@LN_S@,$LN_S,;t t
35605s,@CXXCPP@,$CXXCPP,;t t
672abd7a 35606s,@subdirs@,$subdirs,;t t
e6cc62c6
VS
35607s,@PKG_CONFIG@,$PKG_CONFIG,;t t
35608s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
35609s,@GTK_LIBS@,$GTK_LIBS,;t t
35610s,@GTK_CONFIG@,$GTK_CONFIG,;t t
35611s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
35612s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
35613s,@X_CFLAGS@,$X_CFLAGS,;t t
35614s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
35615s,@X_LIBS@,$X_LIBS,;t t
35616s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
35617s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
35618s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
35619s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
35620s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
e6cc62c6
VS
35621s,@RESCOMP@,$RESCOMP,;t t
35622s,@DEREZ@,$DEREZ,;t t
35623s,@SETFILE@,$SETFILE,;t t
35624s,@LIBICONV@,$LIBICONV,;t t
35625s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
35626s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
672abd7a 35627s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
e6cc62c6
VS
35628s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
35629s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
35630s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
35631s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
8ee2dd05
VS
35632s,@VENDOR@,$VENDOR,;t t
35633s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
e6cc62c6
VS
35634s,@WXUNIV@,$WXUNIV,;t t
35635s,@MONOLITHIC@,$MONOLITHIC,;t t
35636s,@EXTRALIBS@,$EXTRALIBS,;t t
672abd7a 35637s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
c74dc163 35638s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
34b08d2c 35639s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
e6cc62c6
VS
35640s,@UNICODE@,$UNICODE,;t t
35641s,@BUILD@,$BUILD,;t t
35642s,@SHARED@,$SHARED,;t t
35643s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
35644s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
35645s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
ea66c762 35646s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
e6cc62c6
VS
35647s,@SET_MAKE@,$SET_MAKE,;t t
35648s,@MAKE_SET@,$MAKE_SET,;t t
35649s,@INSTALL_DIR@,$INSTALL_DIR,;t t
6b9d41a5 35650s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
e6cc62c6
VS
35651s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
35652s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
35653s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
35654s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
35655s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
35656s,@SO_SUFFIX@,$SO_SUFFIX,;t t
35657s,@DLLPREFIX@,$DLLPREFIX,;t t
dc838d98 35658s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
e6cc62c6
VS
35659s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
35660s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
35661s,@PIC_FLAG@,$PIC_FLAG,;t t
35662s,@USE_SOVERSION@,$USE_SOVERSION,;t t
35663s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
35664s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
35665s,@USE_MACVERSION@,$USE_MACVERSION,;t t
35666s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
35667s,@SONAME_FLAG@,$SONAME_FLAG,;t t
49b0a3aa 35668s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
d78c94f2
VS
35669s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
35670s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
f95cd8fa 35671s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
8ee2dd05 35672s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
6f628073 35673s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
6f628073
VS
35674s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
35675s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
250700e4 35676s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
8ee2dd05 35677s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
6f628073 35678s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
250700e4 35679s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
3af038c0 35680s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
6f628073
VS
35681s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
35682s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
3af038c0
VS
35683s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
35684s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
6f628073 35685s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
3af038c0 35686s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
250700e4
RD
35687s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
35688s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
35689s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
8ee2dd05 35690s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
3af038c0
VS
35691s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
35692s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
35693s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
250700e4
RD
35694s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
35695s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
6f628073
VS
35696s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
35697s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
35698s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
35699s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
8ee2dd05
VS
35700s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
35701s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1,;t t
3af038c0 35702s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
6f628073
VS
35703s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
35704s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
35705s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
35706s,@COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1,;t t
35707s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
35708s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
35709s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
8ee2dd05 35710s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
6f628073
VS
35711s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
35712s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
8ee2dd05 35713s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1,;t t
6f628073
VS
35714s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t
35715s,@COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0,;t t
35716s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
35717s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
8ee2dd05 35718s,@COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1,;t t
3af038c0
VS
35719s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
35720s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
35721s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
9747f85d
VS
35722s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
35723s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
6f628073
VS
35724s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
35725s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
35726s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
35727s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
3af038c0
VS
35728s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
35729s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
35730s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
35731s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
35732s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
35733s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
35734s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
1772d20c
VZ
35735s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
35736s,@COND_SHARED_1@,$COND_SHARED_1,;t t
35737s,@COND_SHARED_0@,$COND_SHARED_0,;t t
672abd7a 35738s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
e6cc62c6
VS
35739s,@LEX_STEM@,$LEX_STEM,;t t
35740s,@PATH_IFS@,$PATH_IFS,;t t
35741s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
35742s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
35743s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
35744s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
35745s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
35746s,@WX_LIBRARY_BASENAME@,$WX_LIBRARY_BASENAME,;t t
35747s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
35748s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
35749s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
35750s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
35751s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
35752s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
35753s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
35754s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
35755s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
35756s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
35757s,@WX_ALL@,$WX_ALL,;t t
35758s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
35759s,@SHARED_LD@,$SHARED_LD,;t t
e6cc62c6
VS
35760s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
35761s,@STATIC_FLAG@,$STATIC_FLAG,;t t
35762s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
35763s,@USE_GUI@,$USE_GUI,;t t
35764s,@AFMINSTALL@,$AFMINSTALL,;t t
35765s,@WIN32INSTALL@,$WIN32INSTALL,;t t
35766s,@TOOLKIT@,$TOOLKIT,;t t
35767s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
35768s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
35769s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
35770s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
35771s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
35772s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
35773s,@cross_compiling@,$cross_compiling,;t t
35774s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
35775s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
35776s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
35777s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
35778s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
35779s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
35780s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
f0290fca
VS
35781s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
35782s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
e6cc62c6
VS
35783s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
35784s,@ALL_HEADERS@,$ALL_HEADERS,;t t
35785s,@ALL_SOURCES@,$ALL_SOURCES,;t t
35786s,@GUIDIST@,$GUIDIST,;t t
35787s,@PORT_FILES@,$PORT_FILES,;t t
35788s,@DISTDIR@,$DISTDIR,;t t
35789s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
35790s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
35791s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
35792s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
35793s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
35794s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
35795s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
35796s,@RESFLAGS@,$RESFLAGS,;t t
35797s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
35798s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
35799s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
35800s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
35801s,@LIBWXMACRES@,$LIBWXMACRES,;t t
35802s,@MACRESCOMP@,$MACRESCOMP,;t t
35803s,@MACSETFILE@,$MACSETFILE,;t t
35804s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
35805s,@GCC@,$GCC,;t t
35806s,@DLLTOOL@,$DLLTOOL,;t t
35807s,@AS@,$AS,;t t
35808s,@NM@,$NM,;t t
35809s,@LD@,$LD,;t t
35810s,@MAKEINFO@,$MAKEINFO,;t t
35811s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
35812s,@ESD_LINK@,$ESD_LINK,;t t
35813s,@LIBOBJS@,$LIBOBJS,;t t
35814s,@LTLIBOBJS@,$LTLIBOBJS,;t t
247f5006
VZ
35815CEOF
35816
e6cc62c6
VS
35817_ACEOF
35818
35819 cat >>$CONFIG_STATUS <<\_ACEOF
35820 # Split the substitutions into bite-sized pieces for seds with
35821 # small command number limits, like on Digital OSF/1 and HP-UX.
35822 ac_max_sed_lines=48
35823 ac_sed_frag=1 # Number of current file.
35824 ac_beg=1 # First line for current file.
35825 ac_end=$ac_max_sed_lines # Line after last line for current file.
35826 ac_more_lines=:
35827 ac_sed_cmds=
35828 while $ac_more_lines; do
35829 if test $ac_beg -gt 1; then
35830 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
247f5006 35831 else
e6cc62c6
VS
35832 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
35833 fi
35834 if test ! -s $tmp/subs.frag; then
35835 ac_more_lines=false
35836 else
35837 # The purpose of the label and of the branching condition is to
35838 # speed up the sed processing (if there are no `@' at all, there
35839 # is no need to browse any of the substitutions).
35840 # These are the two extra sed commands mentioned above.
35841 (echo ':t
35842 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
35843 if test -z "$ac_sed_cmds"; then
35844 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
35845 else
35846 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
35847 fi
35848 ac_sed_frag=`expr $ac_sed_frag + 1`
35849 ac_beg=$ac_end
35850 ac_end=`expr $ac_end + $ac_max_sed_lines`
247f5006 35851 fi
e6cc62c6
VS
35852 done
35853 if test -z "$ac_sed_cmds"; then
35854 ac_sed_cmds=cat
10f2d63a 35855 fi
e6cc62c6 35856fi # test -n "$CONFIG_FILES"
10f2d63a 35857
e6cc62c6
VS
35858_ACEOF
35859cat >>$CONFIG_STATUS <<\_ACEOF
35860for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
a0b9e27f 35861 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
e6cc62c6
VS
35862 case $ac_file in
35863 - | *:- | *:-:* ) # input from stdin
35864 cat >$tmp/stdin
35865 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35866 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35867 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35868 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35869 * ) ac_file_in=$ac_file.in ;;
10f2d63a 35870 esac
247f5006 35871
e6cc62c6
VS
35872 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
35873 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
35874$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35875 X"$ac_file" : 'X\(//\)[^/]' \| \
35876 X"$ac_file" : 'X\(//\)$' \| \
35877 X"$ac_file" : 'X\(/\)' \| \
35878 . : '\(.\)' 2>/dev/null ||
35879echo X"$ac_file" |
35880 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35881 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35882 /^X\(\/\/\)$/{ s//\1/; q; }
35883 /^X\(\/\).*/{ s//\1/; q; }
35884 s/.*/./; q'`
35885 { if $as_mkdir_p; then
35886 mkdir -p "$ac_dir"
a0b9e27f 35887 else
e6cc62c6
VS
35888 as_dir="$ac_dir"
35889 as_dirs=
35890 while test ! -d "$as_dir"; do
35891 as_dirs="$as_dir $as_dirs"
35892 as_dir=`(dirname "$as_dir") 2>/dev/null ||
35893$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35894 X"$as_dir" : 'X\(//\)[^/]' \| \
35895 X"$as_dir" : 'X\(//\)$' \| \
35896 X"$as_dir" : 'X\(/\)' \| \
35897 . : '\(.\)' 2>/dev/null ||
35898echo X"$as_dir" |
35899 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35900 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35901 /^X\(\/\/\)$/{ s//\1/; q; }
35902 /^X\(\/\).*/{ s//\1/; q; }
35903 s/.*/./; q'`
35904 done
35905 test ! -n "$as_dirs" || mkdir $as_dirs
35906 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
35907echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
35908 { (exit 1); exit 1; }; }; }
35909
35910 ac_builddir=.
35911
35912if test "$ac_dir" != .; then
35913 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
35914 # A "../" for each directory in $ac_dir_suffix.
35915 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
35916else
35917 ac_dir_suffix= ac_top_builddir=
35918fi
247f5006 35919
e6cc62c6
VS
35920case $srcdir in
35921 .) # No --srcdir option. We are building in place.
35922 ac_srcdir=.
35923 if test -z "$ac_top_builddir"; then
35924 ac_top_srcdir=.
35925 else
35926 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
35927 fi ;;
35928 [\\/]* | ?:[\\/]* ) # Absolute path.
35929 ac_srcdir=$srcdir$ac_dir_suffix;
35930 ac_top_srcdir=$srcdir ;;
247f5006 35931 *) # Relative path.
e6cc62c6
VS
35932 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
35933 ac_top_srcdir=$ac_top_builddir$srcdir ;;
35934esac
35935# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
35936# absolute.
35937ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
35938ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
35939ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
35940ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10f2d63a 35941
247f5006 35942
e6cc62c6
VS
35943 case $INSTALL in
35944 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
35945 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
a0b9e27f 35946 esac
247f5006 35947
e6cc62c6
VS
35948 if test x"$ac_file" != x-; then
35949 { echo "$as_me:$LINENO: creating $ac_file" >&5
35950echo "$as_me: creating $ac_file" >&6;}
35951 rm -f "$ac_file"
35952 fi
35953 # Let's still pretend it is `configure' which instantiates (i.e., don't
35954 # use $as_me), people would be surprised to read:
35955 # /* config.h. Generated by config.status. */
35956 if test x"$ac_file" = x-; then
35957 configure_input=
35958 else
35959 configure_input="$ac_file. "
35960 fi
35961 configure_input=$configure_input"Generated from `echo $ac_file_in |
35962 sed 's,.*/,,'` by configure."
35963
35964 # First look for the input files in the build tree, otherwise in the
35965 # src tree.
35966 ac_file_inputs=`IFS=:
35967 for f in $ac_file_in; do
35968 case $f in
35969 -) echo $tmp/stdin ;;
35970 [\\/$]*)
35971 # Absolute (can't be DOS-style, as IFS=:)
35972 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35973echo "$as_me: error: cannot find input file: $f" >&2;}
35974 { (exit 1); exit 1; }; }
35975 echo $f;;
35976 *) # Relative
35977 if test -f "$f"; then
35978 # Build tree
35979 echo $f
35980 elif test -f "$srcdir/$f"; then
35981 # Source tree
35982 echo $srcdir/$f
35983 else
35984 # /dev/null tree
35985 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35986echo "$as_me: error: cannot find input file: $f" >&2;}
35987 { (exit 1); exit 1; }; }
35988 fi;;
35989 esac
35990 done` || { (exit 1); exit 1; }
35991_ACEOF
35992cat >>$CONFIG_STATUS <<_ACEOF
35993 sed "$ac_vpsub
35994$extrasub
35995_ACEOF
35996cat >>$CONFIG_STATUS <<\_ACEOF
35997:t
35998/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
35999s,@configure_input@,$configure_input,;t t
36000s,@srcdir@,$ac_srcdir,;t t
36001s,@abs_srcdir@,$ac_abs_srcdir,;t t
36002s,@top_srcdir@,$ac_top_srcdir,;t t
36003s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
36004s,@builddir@,$ac_builddir,;t t
36005s,@abs_builddir@,$ac_abs_builddir,;t t
36006s,@top_builddir@,$ac_top_builddir,;t t
36007s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
36008s,@INSTALL@,$ac_INSTALL,;t t
36009" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
36010 rm -f $tmp/stdin
36011 if test x"$ac_file" != x-; then
36012 mv $tmp/out $ac_file
36013 else
36014 cat $tmp/out
36015 rm -f $tmp/out
36016 fi
36017
36018done
36019_ACEOF
36020cat >>$CONFIG_STATUS <<\_ACEOF
36021
36022#
36023# CONFIG_HEADER section.
36024#
10f2d63a
VZ
36025
36026# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
36027# NAME is the cpp macro being defined and VALUE is the value it is being given.
36028#
36029# ac_d sets the value in "#define NAME VALUE" lines.
e6cc62c6
VS
36030ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
36031ac_dB='[ ].*$,\1#\2'
36032ac_dC=' '
36033ac_dD=',;t'
36034# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
36035ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
36036ac_uB='$,\1#\2define\3'
10f2d63a 36037ac_uC=' '
e6cc62c6
VS
36038ac_uD=',;t'
36039
36040for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10f2d63a 36041 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
e6cc62c6
VS
36042 case $ac_file in
36043 - | *:- | *:-:* ) # input from stdin
36044 cat >$tmp/stdin
36045 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36046 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36047 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36048 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36049 * ) ac_file_in=$ac_file.in ;;
10f2d63a
VZ
36050 esac
36051
e6cc62c6
VS
36052 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
36053echo "$as_me: creating $ac_file" >&6;}
36054
36055 # First look for the input files in the build tree, otherwise in the
36056 # src tree.
36057 ac_file_inputs=`IFS=:
36058 for f in $ac_file_in; do
36059 case $f in
36060 -) echo $tmp/stdin ;;
36061 [\\/$]*)
36062 # Absolute (can't be DOS-style, as IFS=:)
36063 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36064echo "$as_me: error: cannot find input file: $f" >&2;}
36065 { (exit 1); exit 1; }; }
36066 echo $f;;
36067 *) # Relative
36068 if test -f "$f"; then
36069 # Build tree
36070 echo $f
36071 elif test -f "$srcdir/$f"; then
36072 # Source tree
36073 echo $srcdir/$f
36074 else
36075 # /dev/null tree
36076 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36077echo "$as_me: error: cannot find input file: $f" >&2;}
36078 { (exit 1); exit 1; }; }
36079 fi;;
36080 esac
36081 done` || { (exit 1); exit 1; }
36082 # Remove the trailing spaces.
36083 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
36084
36085_ACEOF
36086
36087# Transform confdefs.h into two sed scripts, `conftest.defines' and
36088# `conftest.undefs', that substitutes the proper values into
36089# config.h.in to produce config.h. The first handles `#define'
36090# templates, and the second `#undef' templates.
36091# And first: Protect against being on the right side of a sed subst in
36092# config.status. Protect against being in an unquoted here document
36093# in config.status.
36094rm -f conftest.defines conftest.undefs
36095# Using a here document instead of a string reduces the quoting nightmare.
36096# Putting comments in sed scripts is not portable.
36097#
36098# `end' is used to avoid that the second main sed command (meant for
36099# 0-ary CPP macros) applies to n-ary macro definitions.
36100# See the Autoconf documentation for `clear'.
36101cat >confdef2sed.sed <<\_ACEOF
36102s/[\\&,]/\\&/g
36103s,[\\$`],\\&,g
36104t clear
36105: clear
36106s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
36107t end
36108s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
36109: end
36110_ACEOF
36111# If some macros were called several times there might be several times
36112# the same #defines, which is useless. Nevertheless, we may not want to
36113# sort them, since we want the *last* AC-DEFINE to be honored.
36114uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
36115sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
36116rm -f confdef2sed.sed
10f2d63a
VZ
36117
36118# This sed command replaces #undef with comments. This is necessary, for
36119# example, in the case of _POSIX_SOURCE, which is predefined and required
36120# on some systems where configure will not decide to define it.
e6cc62c6
VS
36121cat >>conftest.undefs <<\_ACEOF
36122s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
36123_ACEOF
36124
36125# Break up conftest.defines because some shells have a limit on the size
36126# of here documents, and old seds have small limits too (100 cmds).
36127echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
36128echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
36129echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
36130echo ' :' >>$CONFIG_STATUS
36131rm -f conftest.tail
36132while grep . conftest.defines >/dev/null
36133do
36134 # Write a limited-size here document to $tmp/defines.sed.
36135 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
36136 # Speed up: don't consider the non `#define' lines.
36137 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
36138 # Work around the forget-to-reset-the-flag bug.
36139 echo 't clr' >>$CONFIG_STATUS
36140 echo ': clr' >>$CONFIG_STATUS
36141 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
36142 echo 'CEOF
36143 sed -f $tmp/defines.sed $tmp/in >$tmp/out
36144 rm -f $tmp/in
36145 mv $tmp/out $tmp/in
36146' >>$CONFIG_STATUS
36147 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
36148 rm -f conftest.defines
36149 mv conftest.tail conftest.defines
36150done
36151rm -f conftest.defines
36152echo ' fi # grep' >>$CONFIG_STATUS
36153echo >>$CONFIG_STATUS
10f2d63a 36154
e6cc62c6
VS
36155# Break up conftest.undefs because some shells have a limit on the size
36156# of here documents, and old seds have small limits too (100 cmds).
36157echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10f2d63a 36158rm -f conftest.tail
e6cc62c6 36159while grep . conftest.undefs >/dev/null
10f2d63a 36160do
e6cc62c6
VS
36161 # Write a limited-size here document to $tmp/undefs.sed.
36162 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
36163 # Speed up: don't consider the non `#undef'
36164 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
36165 # Work around the forget-to-reset-the-flag bug.
36166 echo 't clr' >>$CONFIG_STATUS
36167 echo ': clr' >>$CONFIG_STATUS
36168 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10f2d63a 36169 echo 'CEOF
e6cc62c6
VS
36170 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
36171 rm -f $tmp/in
36172 mv $tmp/out $tmp/in
36173' >>$CONFIG_STATUS
36174 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
36175 rm -f conftest.undefs
36176 mv conftest.tail conftest.undefs
10f2d63a 36177done
e6cc62c6
VS
36178rm -f conftest.undefs
36179
36180cat >>$CONFIG_STATUS <<\_ACEOF
36181 # Let's still pretend it is `configure' which instantiates (i.e., don't
36182 # use $as_me), people would be surprised to read:
36183 # /* config.h. Generated by config.status. */
36184 if test x"$ac_file" = x-; then
36185 echo "/* Generated by configure. */" >$tmp/config.h
10f2d63a 36186 else
e6cc62c6 36187 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
247f5006 36188 fi
e6cc62c6
VS
36189 cat $tmp/in >>$tmp/config.h
36190 rm -f $tmp/in
36191 if test x"$ac_file" != x-; then
36192 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
36193 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
36194echo "$as_me: $ac_file is unchanged" >&6;}
36195 else
36196 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
36197$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36198 X"$ac_file" : 'X\(//\)[^/]' \| \
36199 X"$ac_file" : 'X\(//\)$' \| \
36200 X"$ac_file" : 'X\(/\)' \| \
36201 . : '\(.\)' 2>/dev/null ||
36202echo X"$ac_file" |
36203 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36204 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36205 /^X\(\/\/\)$/{ s//\1/; q; }
36206 /^X\(\/\).*/{ s//\1/; q; }
36207 s/.*/./; q'`
36208 { if $as_mkdir_p; then
36209 mkdir -p "$ac_dir"
36210 else
36211 as_dir="$ac_dir"
36212 as_dirs=
36213 while test ! -d "$as_dir"; do
36214 as_dirs="$as_dir $as_dirs"
36215 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36216$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36217 X"$as_dir" : 'X\(//\)[^/]' \| \
36218 X"$as_dir" : 'X\(//\)$' \| \
36219 X"$as_dir" : 'X\(/\)' \| \
36220 . : '\(.\)' 2>/dev/null ||
36221echo X"$as_dir" |
36222 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36223 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36224 /^X\(\/\/\)$/{ s//\1/; q; }
36225 /^X\(\/\).*/{ s//\1/; q; }
36226 s/.*/./; q'`
36227 done
36228 test ! -n "$as_dirs" || mkdir $as_dirs
36229 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36230echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36231 { (exit 1); exit 1; }; }; }
a0b9e27f 36232
e6cc62c6
VS
36233 rm -f $ac_file
36234 mv $tmp/config.h $ac_file
36235 fi
36236 else
36237 cat $tmp/config.h
36238 rm -f $tmp/config.h
36239 fi
36240done
36241_ACEOF
36242cat >>$CONFIG_STATUS <<\_ACEOF
10f2d63a 36243
e6cc62c6
VS
36244#
36245# CONFIG_COMMANDS section.
36246#
36247for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
36248 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
36249 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
36250 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
36251$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36252 X"$ac_dest" : 'X\(//\)[^/]' \| \
36253 X"$ac_dest" : 'X\(//\)$' \| \
36254 X"$ac_dest" : 'X\(/\)' \| \
36255 . : '\(.\)' 2>/dev/null ||
36256echo X"$ac_dest" |
36257 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36258 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36259 /^X\(\/\/\)$/{ s//\1/; q; }
36260 /^X\(\/\).*/{ s//\1/; q; }
36261 s/.*/./; q'`
36262 ac_builddir=.
36263
36264if test "$ac_dir" != .; then
36265 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36266 # A "../" for each directory in $ac_dir_suffix.
36267 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36268else
36269 ac_dir_suffix= ac_top_builddir=
36270fi
36271
36272case $srcdir in
36273 .) # No --srcdir option. We are building in place.
36274 ac_srcdir=.
36275 if test -z "$ac_top_builddir"; then
36276 ac_top_srcdir=.
36277 else
36278 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
36279 fi ;;
36280 [\\/]* | ?:[\\/]* ) # Absolute path.
36281 ac_srcdir=$srcdir$ac_dir_suffix;
36282 ac_top_srcdir=$srcdir ;;
36283 *) # Relative path.
36284 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36285 ac_top_srcdir=$ac_top_builddir$srcdir ;;
36286esac
36287# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36288# absolute.
36289ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
36290ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36291ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36292ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36293
36294
36295 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36296echo "$as_me: executing $ac_dest commands" >&6;}
36297 case $ac_dest in
36298 default )
652d930d 36299 if test ! -h wx-config; then
991a5759 36300 chmod +x wx-config
3a922bb4
RL
36301 mv wx-config wx${TOOLCHAIN_NAME}-config
36302 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
991a5759 36303 fi
665bbe97 36304
00cf1208
RR
36305 if test ! -d lib; then
36306 mkdir lib
36307 fi
36308 if test ! -d lib/wx; then
36309 mkdir lib/wx
36310 fi
36311 if test ! -d lib/wx/include; then
36312 mkdir lib/wx/include
36313 fi
3a922bb4
RL
36314 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
36315 mkdir lib/wx/include/${TOOLCHAIN_NAME}
00cf1208 36316 fi
3a922bb4
RL
36317 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
36318 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
00cf1208
RR
36319 fi
36320 if test -f setup.h; then
3a922bb4 36321 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
00cf1208 36322 fi
e6cc62c6
VS
36323 ;;
36324 esac
36325done
36326_ACEOF
2224580a 36327
e6cc62c6 36328cat >>$CONFIG_STATUS <<\_ACEOF
2224580a 36329
e6cc62c6
VS
36330{ (exit 0); exit 0; }
36331_ACEOF
36332chmod +x $CONFIG_STATUS
36333ac_clean_files=$ac_clean_files_save
36334
36335
36336# configure is writing to config.log, and then calls config.status.
36337# config.status does its own redirection, appending to config.log.
36338# Unfortunately, on DOS this fails, as config.log is still kept open
36339# by configure, so config.status won't be able to write to it; its
36340# output is simply discarded. So we exec the FD to /dev/null,
36341# effectively closing config.log, so it can be properly (re)opened and
36342# appended to by config.status. When coming back to configure, we
36343# need to make the FD available again.
36344if test "$no_create" != yes; then
36345 ac_cs_success=:
36346 ac_config_status_args=
36347 test "$silent" = yes &&
36348 ac_config_status_args="$ac_config_status_args --quiet"
36349 exec 5>/dev/null
36350 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
36351 exec 5>>config.log
36352 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
36353 # would make configure fail if this is the last instruction.
36354 $ac_cs_success || { (exit 1); exit 1; }
2224580a
VZ
36355fi
36356
672abd7a
VS
36357#
36358# CONFIG_SUBDIRS section.
36359#
36360if test "$no_recursion" != yes; then
36361
36362 # Remove --cache-file and --srcdir arguments so they do not pile up.
36363 ac_sub_configure_args=
36364 ac_prev=
36365 for ac_arg in $ac_configure_args; do
36366 if test -n "$ac_prev"; then
36367 ac_prev=
36368 continue
36369 fi
36370 case $ac_arg in
36371 -cache-file | --cache-file | --cache-fil | --cache-fi \
36372 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
36373 ac_prev=cache_file ;;
36374 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
36375 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
36376 | --c=*)
36377 ;;
36378 --config-cache | -C)
36379 ;;
36380 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
36381 ac_prev=srcdir ;;
36382 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
36383 ;;
36384 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
36385 ac_prev=prefix ;;
36386 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
36387 ;;
36388 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
36389 esac
36390 done
36391
36392 # Always prepend --prefix to ensure using the same prefix
36393 # in subdir configurations.
36394 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
36395
36396 ac_popdir=`pwd`
36397 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
36398
36399 # Do not complain, so a configure script can configure whichever
36400 # parts of a large source tree are present.
36401 test -d $srcdir/$ac_dir || continue
36402
36403 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
36404echo "$as_me: configuring in $ac_dir" >&6;}
36405 { if $as_mkdir_p; then
36406 mkdir -p "$ac_dir"
36407 else
36408 as_dir="$ac_dir"
36409 as_dirs=
36410 while test ! -d "$as_dir"; do
36411 as_dirs="$as_dir $as_dirs"
36412 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36413$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36414 X"$as_dir" : 'X\(//\)[^/]' \| \
36415 X"$as_dir" : 'X\(//\)$' \| \
36416 X"$as_dir" : 'X\(/\)' \| \
36417 . : '\(.\)' 2>/dev/null ||
36418echo X"$as_dir" |
36419 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36420 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36421 /^X\(\/\/\)$/{ s//\1/; q; }
36422 /^X\(\/\).*/{ s//\1/; q; }
36423 s/.*/./; q'`
36424 done
36425 test ! -n "$as_dirs" || mkdir $as_dirs
36426 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36427echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36428 { (exit 1); exit 1; }; }; }
36429
36430 ac_builddir=.
36431
36432if test "$ac_dir" != .; then
36433 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36434 # A "../" for each directory in $ac_dir_suffix.
36435 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36436else
36437 ac_dir_suffix= ac_top_builddir=
36438fi
36439
36440case $srcdir in
36441 .) # No --srcdir option. We are building in place.
36442 ac_srcdir=.
36443 if test -z "$ac_top_builddir"; then
36444 ac_top_srcdir=.
36445 else
36446 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
36447 fi ;;
36448 [\\/]* | ?:[\\/]* ) # Absolute path.
36449 ac_srcdir=$srcdir$ac_dir_suffix;
36450 ac_top_srcdir=$srcdir ;;
36451 *) # Relative path.
36452 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36453 ac_top_srcdir=$ac_top_builddir$srcdir ;;
36454esac
36455# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36456# absolute.
36457ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
36458ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36459ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36460ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36461
36462
36463 cd $ac_dir
36464
36465 # Check for guested configure; otherwise get Cygnus style configure.
36466 if test -f $ac_srcdir/configure.gnu; then
36467 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
36468 elif test -f $ac_srcdir/configure; then
36469 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
36470 elif test -f $ac_srcdir/configure.in; then
36471 ac_sub_configure=$ac_configure
36472 else
36473 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
36474echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
36475 ac_sub_configure=
36476 fi
36477
36478 # The recursion is here.
36479 if test -n "$ac_sub_configure"; then
36480 # Make the cache file name correct relative to the subdirectory.
36481 case $cache_file in
36482 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
36483 *) # Relative path.
36484 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
36485 esac
36486
36487 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
36488echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
36489 # The eval makes quoting arguments work.
36490 eval $ac_sub_configure $ac_sub_configure_args \
36491 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
36492 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
36493echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
36494 { (exit 1); exit 1; }; }
36495 fi
36496
36497 cd $ac_popdir
36498 done
36499fi
36500
8284b0c5 36501
2b5f62a0
VZ
36502echo
36503echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
36504echo ""
36505echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
9747f85d 36506echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
2b5f62a0
VZ
36507
36508echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
36509echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
36510echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
36511
0c98a14e
GD
36512echo " What level of wxWindows compatibility should be enabled?"
36513echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
65d8ef1e
VS
36514echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
36515echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
0c98a14e 36516
2b5f62a0
VZ
36517echo " Which libraries should wxWindows use?"
36518echo " jpeg ${wxUSE_LIBJPEG-none}"
36519echo " png ${wxUSE_LIBPNG-none}"
36520echo " regex ${wxUSE_REGEX}"
36521echo " tiff ${wxUSE_LIBTIFF-none}"
36522echo " zlib ${wxUSE_ZLIB}"
fd3d7534 36523echo " odbc ${wxUSE_ODBC}"
2b5f62a0
VZ
36524
36525echo ""
36526