]>
Commit | Line | Data |
---|---|---|
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 |
17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
18 | emulate sh | |
19 | NULLCMD=: | |
20 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
21 | # is contrary to our usage. Disable this feature. | |
22 | alias -g '${1+"$@"}'='"$@"' | |
23 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
24 | set -o posix | |
25 | fi | |
fe0895cf | 26 | |
e6cc62c6 VS |
27 | # Support unset when possible. |
28 | if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | |
29 | as_unset=unset | |
30 | else | |
31 | as_unset=false | |
32 | fi | |
fe0895cf VS |
33 | |
34 | ||
e6cc62c6 VS |
35 | # Work around bugs in pre-3.0 UWIN ksh. |
36 | $as_unset ENV MAIL MAILPATH | |
37 | PS1='$ ' | |
38 | PS2='> ' | |
39 | PS4='+ ' | |
fe0895cf | 40 | |
e6cc62c6 VS |
41 | # NLS nuisances. |
42 | for as_var in \ | |
43 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
44 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
45 | LC_TELEPHONE LC_TIME | |
46 | do | |
47 | if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then | |
48 | eval $as_var=C; export $as_var | |
49 | else | |
50 | $as_unset $as_var | |
51 | fi | |
52 | done | |
fe0895cf | 53 | |
e6cc62c6 VS |
54 | # Required to use basename. |
55 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
56 | as_expr=expr | |
57 | else | |
58 | as_expr=false | |
59 | fi | |
fe0895cf | 60 | |
e6cc62c6 VS |
61 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then |
62 | as_basename=basename | |
63 | else | |
64 | as_basename=false | |
65 | fi | |
fe0895cf VS |
66 | |
67 | ||
e6cc62c6 VS |
68 | # Name of the executable. |
69 | as_me=`$as_basename "$0" || | |
70 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
71 | X"$0" : 'X\(//\)$' \| \ | |
72 | X"$0" : 'X\(/\)$' \| \ | |
73 | . : '\(.\)' 2>/dev/null || | |
74 | echo X/"$0" | | |
75 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | |
76 | /^X\/\(\/\/\)$/{ s//\1/; q; } | |
77 | /^X\/\(\/\).*/{ s//\1/; q; } | |
78 | s/.*/./; q'` | |
fe0895cf VS |
79 | |
80 | ||
e6cc62c6 VS |
81 | # PATH needs CR, and LINENO needs CR and PATH. |
82 | # Avoid depending upon Character Ranges. | |
83 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
84 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
85 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
86 | as_cr_digits='0123456789' | |
87 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
fe0895cf | 88 | |
e6cc62c6 VS |
89 | # The user is always right. |
90 | if test "${PATH_SEPARATOR+set}" != set; then | |
91 | echo "#! /bin/sh" >conf$$.sh | |
92 | echo "exit 0" >>conf$$.sh | |
93 | chmod +x conf$$.sh | |
94 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
95 | PATH_SEPARATOR=';' | |
96 | else | |
97 | PATH_SEPARATOR=: | |
98 | fi | |
99 | rm -f conf$$.sh | |
100 | fi | |
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 | |
113 | for as_dir in $PATH | |
114 | do | |
115 | IFS=$as_save_IFS | |
116 | test -z "$as_dir" && as_dir=. | |
117 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
118 | done | |
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 | |
134 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
135 | do | |
136 | IFS=$as_save_IFS | |
137 | test -z "$as_dir" && as_dir=. | |
138 | for as_base in sh bash ksh sh5; do | |
139 | case $as_dir in | |
140 | /*) | |
141 | if ("$as_dir/$as_base" -c ' | |
142 | as_lineno_1=$LINENO | |
143 | as_lineno_2=$LINENO | |
144 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
145 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
146 | test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then | |
147 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | |
148 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | |
149 | CONFIG_SHELL=$as_dir/$as_base | |
150 | export CONFIG_SHELL | |
151 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} | |
152 | fi;; | |
153 | esac | |
154 | done | |
155 | done | |
156 | ;; | |
157 | esac | |
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 |
190 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in |
191 | *c*,-n*) ECHO_N= ECHO_C=' | |
192 | ' ECHO_T=' ' ;; | |
193 | *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | |
194 | *) ECHO_N= ECHO_C='\c' ECHO_T= ;; | |
195 | esac | |
fe0895cf | 196 | |
e6cc62c6 VS |
197 | if expr a : '\(a\)' >/dev/null 2>&1; then |
198 | as_expr=expr | |
199 | else | |
200 | as_expr=false | |
201 | fi | |
fe0895cf | 202 | |
e6cc62c6 VS |
203 | rm -f conf$$ conf$$.exe conf$$.file |
204 | echo >conf$$.file | |
205 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
206 | # We could just check for DJGPP; but this test a) works b) is more generic | |
207 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
208 | if test -f conf$$.exe; then | |
209 | # Don't use ln at all; we don't have any links | |
210 | as_ln_s='cp -p' | |
211 | else | |
212 | as_ln_s='ln -s' | |
213 | fi | |
214 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
215 | as_ln_s=ln | |
216 | else | |
217 | as_ln_s='cp -p' | |
218 | fi | |
219 | rm -f conf$$ conf$$.exe conf$$.file | |
fe0895cf | 220 | |
e6cc62c6 VS |
221 | if mkdir -p . 2>/dev/null; then |
222 | as_mkdir_p=: | |
223 | else | |
224 | as_mkdir_p=false | |
225 | fi | |
fe0895cf | 226 | |
e6cc62c6 | 227 | as_executable_p="test -f" |
fe0895cf | 228 | |
e6cc62c6 VS |
229 | # Sed expression to map a string onto a valid CPP name. |
230 | as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" | |
fe0895cf | 231 | |
e6cc62c6 VS |
232 | # Sed expression to map a string onto a valid variable name. |
233 | as_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. | |
238 | as_nl=' | |
239 | ' | |
240 | IFS=" $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. | |
249 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
fe0895cf | 250 | |
e6cc62c6 | 251 | exec 6>&1 |
fe0895cf | 252 | |
a0b9e27f | 253 | # |
e6cc62c6 VS |
254 | # Initializations. |
255 | # | |
a0b9e27f | 256 | ac_default_prefix=/usr/local |
e6cc62c6 VS |
257 | ac_config_libobj_dir=. |
258 | cross_compiling=no | |
259 | subdirs= | |
260 | MFLAGS= | |
261 | MAKEFLAGS= | |
262 | SHELL=${CONFIG_SHELL-/bin/sh} | |
263 | ||
264 | # Maximum number of lines to put in a shell here document. | |
265 | # This variable seems obsolete. It should probably be removed, and | |
266 | # only ac_max_sed_lines should be used. | |
267 | : ${ac_max_here_lines=38} | |
268 | ||
269 | # Identity of this package. | |
270 | PACKAGE_NAME='wxWindows' | |
271 | PACKAGE_TARNAME='wxwindows' | |
272 | PACKAGE_VERSION='2.5.0' | |
273 | PACKAGE_STRING='wxWindows 2.5.0' | |
274 | PACKAGE_BUGREPORT='wx-dev@lists.wxwindows.org' | |
275 | ||
276 | ac_unique_file="wx-config.in" | |
277 | # Factoring default headers for most tests. | |
278 | ac_includes_default="\ | |
279 | #include <stdio.h> | |
280 | #if HAVE_SYS_TYPES_H | |
281 | # include <sys/types.h> | |
282 | #endif | |
283 | #if HAVE_SYS_STAT_H | |
284 | # include <sys/stat.h> | |
285 | #endif | |
286 | #if STDC_HEADERS | |
287 | # include <stdlib.h> | |
288 | # include <stddef.h> | |
289 | #else | |
290 | # if HAVE_STDLIB_H | |
291 | # include <stdlib.h> | |
292 | # endif | |
293 | #endif | |
294 | #if HAVE_STRING_H | |
295 | # if !STDC_HEADERS && HAVE_MEMORY_H | |
296 | # include <memory.h> | |
297 | # endif | |
298 | # include <string.h> | |
299 | #endif | |
300 | #if HAVE_STRINGS_H | |
301 | # include <strings.h> | |
302 | #endif | |
303 | #if HAVE_INTTYPES_H | |
304 | # include <inttypes.h> | |
305 | #else | |
306 | # if HAVE_STDINT_H | |
307 | # include <stdint.h> | |
308 | # endif | |
309 | #endif | |
310 | #if HAVE_UNISTD_H | |
311 | # include <unistd.h> | |
312 | #endif" | |
313 | ||
81345eef | 314 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE YACC LEX LEXLIB LEX_OUTPUT_ROOT LN_S CXXCPP PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG PANGOFT2_CFLAGS PANGOFT2_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS AIX_CXX_LD RESCOMP DEREZ SETFILE LIBICONV wxUSE_ZLIB wxUSE_REGEX wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC EXTRALIBS UNICODE BUILD SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SET_MAKE MAKE_SET INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX SO_SUFFIX DLLPREFIX SHARED_LD_CC SHARED_LD_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_COCOA_USE_GUI_1 COND_USE_SOVERSOLARIS_1 COND_MONOLITHIC_1 COND_UNICODE_1 COND_MONOLITHIC_0 COND_TOOLKIT_MGL COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_WXUSE_ODBC_BUILTIN COND_USE_SOVERSION_0 COND_WXUNIV_1 COND_PLATFORM_UNIX_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_WXUSE_REGEX_BUILTIN COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_TOOLKIT_X11 COND_OFFICIAL_BUILD_0 COND_TOOLKIT_OS2 COND_TOOLKIT_MGL_USE_GUI_1 COND_WXUSE_ZLIB_BUILTIN COND_TOOLKIT_MOTIF COND_MONOLITHIC_0_SHARED_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1 COND_MONOLITHIC_0_SHARED_0 COND_USE_GUI_1 COND_USE_GUI_0 COND_TOOLKIT_MSW COND_TOOLKIT_X11_USE_GUI_1 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0 COND_BUILD_DEBUG COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1 COND_WXUSE_LIBTIFF_BUILTIN COND_OFFICIAL_BUILD_1 COND_BUILD_RELEASE COND_USE_SOVERLINUX_1 COND_USE_SOSYMLINKS_1 COND_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1 COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_GTK COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_MAC COND_TOOLKIT_MSW_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_SHARED_1 COND_PLATFORM_MAC_1 COND_SHARED_0 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 | 315 | ac_subst_files='' |
10f2d63a VZ |
316 | |
317 | # Initialize some variables set by options. | |
e6cc62c6 VS |
318 | ac_init_help= |
319 | ac_init_version=false | |
10f2d63a VZ |
320 | # The variables have the same names as the options, with |
321 | # dashes changed to underlines. | |
e6cc62c6 | 322 | cache_file=/dev/null |
10f2d63a | 323 | exec_prefix=NONE |
10f2d63a | 324 | no_create= |
10f2d63a VZ |
325 | no_recursion= |
326 | prefix=NONE | |
327 | program_prefix=NONE | |
328 | program_suffix=NONE | |
329 | program_transform_name=s,x,x, | |
330 | silent= | |
331 | site= | |
332 | srcdir= | |
10f2d63a VZ |
333 | verbose= |
334 | x_includes=NONE | |
335 | x_libraries=NONE | |
e6cc62c6 VS |
336 | |
337 | # Installation directory options. | |
338 | # These are left unexpanded so users can "make install exec_prefix=/foo" | |
339 | # and all the variables that are supposed to be based on exec_prefix | |
340 | # by default will actually change. | |
341 | # Use braces instead of parens because sh, perl, etc. also accept them. | |
10f2d63a VZ |
342 | bindir='${exec_prefix}/bin' |
343 | sbindir='${exec_prefix}/sbin' | |
344 | libexecdir='${exec_prefix}/libexec' | |
345 | datadir='${prefix}/share' | |
346 | sysconfdir='${prefix}/etc' | |
347 | sharedstatedir='${prefix}/com' | |
348 | localstatedir='${prefix}/var' | |
349 | libdir='${exec_prefix}/lib' | |
350 | includedir='${prefix}/include' | |
351 | oldincludedir='/usr/include' | |
352 | infodir='${prefix}/info' | |
353 | mandir='${prefix}/man' | |
354 | ||
10f2d63a VZ |
355 | ac_prev= |
356 | for ac_option | |
357 | do | |
10f2d63a VZ |
358 | # If the previous option needs an argument, assign it. |
359 | if test -n "$ac_prev"; then | |
360 | eval "$ac_prev=\$ac_option" | |
361 | ac_prev= | |
362 | continue | |
363 | fi | |
364 | ||
e6cc62c6 | 365 | ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` |
10f2d63a VZ |
366 | |
367 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
368 | ||
e6cc62c6 | 369 | case $ac_option in |
10f2d63a VZ |
370 | |
371 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
372 | ac_prev=bindir ;; | |
373 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
e6cc62c6 | 374 | bindir=$ac_optarg ;; |
10f2d63a VZ |
375 | |
376 | -build | --build | --buil | --bui | --bu) | |
e6cc62c6 | 377 | ac_prev=build_alias ;; |
10f2d63a | 378 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
e6cc62c6 | 379 | build_alias=$ac_optarg ;; |
10f2d63a VZ |
380 | |
381 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
382 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
383 | ac_prev=cache_file ;; | |
384 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
385 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
e6cc62c6 VS |
386 | cache_file=$ac_optarg ;; |
387 | ||
388 | --config-cache | -C) | |
389 | cache_file=config.cache ;; | |
10f2d63a VZ |
390 | |
391 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
392 | ac_prev=datadir ;; | |
393 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
394 | | --da=*) | |
e6cc62c6 | 395 | datadir=$ac_optarg ;; |
10f2d63a VZ |
396 | |
397 | -disable-* | --disable-*) | |
e6cc62c6 | 398 | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
10f2d63a | 399 | # Reject names that are not valid shell variable names. |
e6cc62c6 VS |
400 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
401 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
402 | { (exit 1); exit 1; }; } | |
403 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` | |
404 | eval "enable_$ac_feature=no" ;; | |
10f2d63a VZ |
405 | |
406 | -enable-* | --enable-*) | |
e6cc62c6 | 407 | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
10f2d63a | 408 | # Reject names that are not valid shell variable names. |
e6cc62c6 VS |
409 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
410 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
411 | { (exit 1); exit 1; }; } | |
412 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` | |
413 | case $ac_option in | |
414 | *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | |
10f2d63a VZ |
415 | *) ac_optarg=yes ;; |
416 | esac | |
e6cc62c6 | 417 | eval "enable_$ac_feature='$ac_optarg'" ;; |
10f2d63a VZ |
418 | |
419 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
420 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
421 | | --exec | --exe | --ex) | |
422 | ac_prev=exec_prefix ;; | |
423 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
424 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
425 | | --exec=* | --exe=* | --ex=*) | |
e6cc62c6 | 426 | exec_prefix=$ac_optarg ;; |
10f2d63a VZ |
427 | |
428 | -gas | --gas | --ga | --g) | |
429 | # Obsolete; use --with-gas. | |
430 | with_gas=yes ;; | |
431 | ||
e6cc62c6 VS |
432 | -help | --help | --hel | --he | -h) |
433 | ac_init_help=long ;; | |
434 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
435 | ac_init_help=recursive ;; | |
436 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
437 | ac_init_help=short ;; | |
10f2d63a VZ |
438 | |
439 | -host | --host | --hos | --ho) | |
e6cc62c6 | 440 | ac_prev=host_alias ;; |
10f2d63a | 441 | -host=* | --host=* | --hos=* | --ho=*) |
e6cc62c6 | 442 | host_alias=$ac_optarg ;; |
10f2d63a VZ |
443 | |
444 | -includedir | --includedir | --includedi | --included | --include \ | |
445 | | --includ | --inclu | --incl | --inc) | |
446 | ac_prev=includedir ;; | |
447 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
448 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
e6cc62c6 | 449 | includedir=$ac_optarg ;; |
10f2d63a VZ |
450 | |
451 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
452 | ac_prev=infodir ;; | |
453 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
e6cc62c6 | 454 | infodir=$ac_optarg ;; |
10f2d63a VZ |
455 | |
456 | -libdir | --libdir | --libdi | --libd) | |
457 | ac_prev=libdir ;; | |
458 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
e6cc62c6 | 459 | libdir=$ac_optarg ;; |
10f2d63a VZ |
460 | |
461 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
462 | | --libexe | --libex | --libe) | |
463 | ac_prev=libexecdir ;; | |
464 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
465 | | --libexe=* | --libex=* | --libe=*) | |
e6cc62c6 | 466 | libexecdir=$ac_optarg ;; |
10f2d63a VZ |
467 | |
468 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
469 | | --localstate | --localstat | --localsta | --localst \ | |
470 | | --locals | --local | --loca | --loc | --lo) | |
471 | ac_prev=localstatedir ;; | |
472 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
473 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
474 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
e6cc62c6 | 475 | localstatedir=$ac_optarg ;; |
10f2d63a VZ |
476 | |
477 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
478 | ac_prev=mandir ;; | |
479 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
e6cc62c6 | 480 | mandir=$ac_optarg ;; |
10f2d63a VZ |
481 | |
482 | -nfp | --nfp | --nf) | |
483 | # Obsolete; use --without-fp. | |
484 | with_fp=no ;; | |
485 | ||
486 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
e6cc62c6 | 487 | | --no-cr | --no-c | -n) |
10f2d63a VZ |
488 | no_create=yes ;; |
489 | ||
490 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
491 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
492 | no_recursion=yes ;; | |
493 | ||
494 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
495 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
496 | | --oldin | --oldi | --old | --ol | --o) | |
497 | ac_prev=oldincludedir ;; | |
498 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
499 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
500 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
e6cc62c6 | 501 | oldincludedir=$ac_optarg ;; |
10f2d63a VZ |
502 | |
503 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
504 | ac_prev=prefix ;; | |
505 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
e6cc62c6 | 506 | prefix=$ac_optarg ;; |
10f2d63a VZ |
507 | |
508 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
509 | | --program-pre | --program-pr | --program-p) | |
510 | ac_prev=program_prefix ;; | |
511 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
512 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
e6cc62c6 | 513 | program_prefix=$ac_optarg ;; |
10f2d63a VZ |
514 | |
515 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
516 | | --program-suf | --program-su | --program-s) | |
517 | ac_prev=program_suffix ;; | |
518 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
519 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
e6cc62c6 | 520 | program_suffix=$ac_optarg ;; |
10f2d63a VZ |
521 | |
522 | -program-transform-name | --program-transform-name \ | |
523 | | --program-transform-nam | --program-transform-na \ | |
524 | | --program-transform-n | --program-transform- \ | |
525 | | --program-transform | --program-transfor \ | |
526 | | --program-transfo | --program-transf \ | |
527 | | --program-trans | --program-tran \ | |
528 | | --progr-tra | --program-tr | --program-t) | |
529 | ac_prev=program_transform_name ;; | |
530 | -program-transform-name=* | --program-transform-name=* \ | |
531 | | --program-transform-nam=* | --program-transform-na=* \ | |
532 | | --program-transform-n=* | --program-transform-=* \ | |
533 | | --program-transform=* | --program-transfor=* \ | |
534 | | --program-transfo=* | --program-transf=* \ | |
535 | | --program-trans=* | --program-tran=* \ | |
536 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
e6cc62c6 | 537 | program_transform_name=$ac_optarg ;; |
10f2d63a VZ |
538 | |
539 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
540 | | -silent | --silent | --silen | --sile | --sil) | |
541 | silent=yes ;; | |
542 | ||
543 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
544 | ac_prev=sbindir ;; | |
545 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
546 | | --sbi=* | --sb=*) | |
e6cc62c6 | 547 | sbindir=$ac_optarg ;; |
10f2d63a VZ |
548 | |
549 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
550 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
551 | | --sharedst | --shareds | --shared | --share | --shar \ | |
552 | | --sha | --sh) | |
553 | ac_prev=sharedstatedir ;; | |
554 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
555 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
556 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
557 | | --sha=* | --sh=*) | |
e6cc62c6 | 558 | sharedstatedir=$ac_optarg ;; |
10f2d63a VZ |
559 | |
560 | -site | --site | --sit) | |
561 | ac_prev=site ;; | |
562 | -site=* | --site=* | --sit=*) | |
e6cc62c6 | 563 | site=$ac_optarg ;; |
10f2d63a VZ |
564 | |
565 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
566 | ac_prev=srcdir ;; | |
567 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
e6cc62c6 | 568 | srcdir=$ac_optarg ;; |
10f2d63a VZ |
569 | |
570 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
571 | | --syscon | --sysco | --sysc | --sys | --sy) | |
572 | ac_prev=sysconfdir ;; | |
573 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
574 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
e6cc62c6 | 575 | sysconfdir=$ac_optarg ;; |
10f2d63a VZ |
576 | |
577 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
e6cc62c6 | 578 | ac_prev=target_alias ;; |
10f2d63a | 579 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
e6cc62c6 | 580 | target_alias=$ac_optarg ;; |
10f2d63a VZ |
581 | |
582 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
583 | verbose=yes ;; | |
584 | ||
e6cc62c6 VS |
585 | -version | --version | --versio | --versi | --vers | -V) |
586 | ac_init_version=: ;; | |
10f2d63a VZ |
587 | |
588 | -with-* | --with-*) | |
e6cc62c6 | 589 | ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
10f2d63a | 590 | # Reject names that are not valid shell variable names. |
e6cc62c6 VS |
591 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
592 | { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
593 | { (exit 1); exit 1; }; } | |
10f2d63a | 594 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
e6cc62c6 VS |
595 | case $ac_option in |
596 | *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | |
10f2d63a VZ |
597 | *) ac_optarg=yes ;; |
598 | esac | |
e6cc62c6 | 599 | eval "with_$ac_package='$ac_optarg'" ;; |
10f2d63a VZ |
600 | |
601 | -without-* | --without-*) | |
e6cc62c6 | 602 | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
10f2d63a | 603 | # Reject names that are not valid shell variable names. |
e6cc62c6 VS |
604 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
605 | { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
606 | { (exit 1); exit 1; }; } | |
607 | ac_package=`echo $ac_package | sed 's/-/_/g'` | |
608 | eval "with_$ac_package=no" ;; | |
10f2d63a VZ |
609 | |
610 | --x) | |
611 | # Obsolete; use --with-x. | |
612 | with_x=yes ;; | |
613 | ||
614 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
615 | | --x-incl | --x-inc | --x-in | --x-i) | |
616 | ac_prev=x_includes ;; | |
617 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
618 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
e6cc62c6 | 619 | x_includes=$ac_optarg ;; |
10f2d63a VZ |
620 | |
621 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
622 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
623 | ac_prev=x_libraries ;; | |
624 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
625 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
e6cc62c6 | 626 | x_libraries=$ac_optarg ;; |
10f2d63a | 627 | |
e6cc62c6 VS |
628 | -*) { echo "$as_me: error: unrecognized option: $ac_option |
629 | Try \`$0 --help' for more information." >&2 | |
630 | { (exit 1); exit 1; }; } | |
10f2d63a VZ |
631 | ;; |
632 | ||
e6cc62c6 VS |
633 | *=*) |
634 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
635 | # Reject names that are not valid shell variable names. | |
636 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | |
637 | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | |
638 | { (exit 1); exit 1; }; } | |
639 | ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` | |
640 | eval "$ac_envvar='$ac_optarg'" | |
641 | export $ac_envvar ;; | |
642 | ||
10f2d63a | 643 | *) |
e6cc62c6 VS |
644 | # FIXME: should be removed in autoconf 3.0. |
645 | echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | |
646 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | |
647 | echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | |
648 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | |
10f2d63a VZ |
649 | ;; |
650 | ||
651 | esac | |
652 | done | |
653 | ||
654 | if test -n "$ac_prev"; then | |
e6cc62c6 VS |
655 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
656 | { echo "$as_me: error: missing argument to $ac_option" >&2 | |
657 | { (exit 1); exit 1; }; } | |
a0b9e27f | 658 | fi |
a0b9e27f | 659 | |
e6cc62c6 VS |
660 | # Be sure to have absolute paths. |
661 | for ac_var in exec_prefix prefix | |
662 | do | |
663 | eval ac_val=$`echo $ac_var` | |
664 | case $ac_val in | |
665 | [\\/$]* | ?:[\\/]* | NONE | '' ) ;; | |
666 | *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 | |
667 | { (exit 1); exit 1; }; };; | |
668 | esac | |
669 | done | |
8284b0c5 | 670 | |
e6cc62c6 VS |
671 | # Be sure to have absolute paths. |
672 | for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ | |
673 | localstatedir libdir includedir oldincludedir infodir mandir | |
10f2d63a | 674 | do |
e6cc62c6 VS |
675 | eval ac_val=$`echo $ac_var` |
676 | case $ac_val in | |
677 | [\\/$]* | ?:[\\/]* ) ;; | |
678 | *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 | |
679 | { (exit 1); exit 1; }; };; | |
10f2d63a VZ |
680 | esac |
681 | done | |
682 | ||
e6cc62c6 VS |
683 | # There might be people who depend on the old broken behavior: `$host' |
684 | # used to hold the argument of --host etc. | |
685 | # FIXME: To remove some day. | |
686 | build=$build_alias | |
687 | host=$host_alias | |
688 | target=$target_alias | |
689 | ||
690 | # FIXME: To remove some day. | |
691 | if test "x$host_alias" != x; then | |
692 | if test "x$build_alias" = x; then | |
693 | cross_compiling=maybe | |
694 | echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | |
695 | If a cross compiler is detected then cross compile mode will be used." >&2 | |
696 | elif test "x$build_alias" != "x$host_alias"; then | |
697 | cross_compiling=yes | |
698 | fi | |
699 | fi | |
247f5006 | 700 | |
e6cc62c6 VS |
701 | ac_tool_prefix= |
702 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
703 | ||
704 | test "$silent" = yes && exec 6>/dev/null | |
10f2d63a | 705 | |
10f2d63a VZ |
706 | |
707 | # Find the source files, if location was not specified. | |
708 | if test -z "$srcdir"; then | |
709 | ac_srcdir_defaulted=yes | |
710 | # Try the directory containing this script, then its parent. | |
e6cc62c6 VS |
711 | ac_confdir=`(dirname "$0") 2>/dev/null || |
712 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
713 | X"$0" : 'X\(//\)[^/]' \| \ | |
714 | X"$0" : 'X\(//\)$' \| \ | |
715 | X"$0" : 'X\(/\)' \| \ | |
716 | . : '\(.\)' 2>/dev/null || | |
717 | echo X"$0" | | |
718 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
719 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
720 | /^X\(\/\/\)$/{ s//\1/; q; } | |
721 | /^X\(\/\).*/{ s//\1/; q; } | |
722 | s/.*/./; q'` | |
10f2d63a VZ |
723 | srcdir=$ac_confdir |
724 | if test ! -r $srcdir/$ac_unique_file; then | |
725 | srcdir=.. | |
726 | fi | |
727 | else | |
728 | ac_srcdir_defaulted=no | |
729 | fi | |
730 | if test ! -r $srcdir/$ac_unique_file; then | |
731 | if test "$ac_srcdir_defaulted" = yes; then | |
e6cc62c6 VS |
732 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 |
733 | { (exit 1); exit 1; }; } | |
10f2d63a | 734 | else |
e6cc62c6 VS |
735 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
736 | { (exit 1); exit 1; }; } | |
10f2d63a VZ |
737 | fi |
738 | fi | |
e6cc62c6 VS |
739 | (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || |
740 | { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 | |
741 | { (exit 1); exit 1; }; } | |
742 | srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` | |
743 | ac_env_build_alias_set=${build_alias+set} | |
744 | ac_env_build_alias_value=$build_alias | |
745 | ac_cv_env_build_alias_set=${build_alias+set} | |
746 | ac_cv_env_build_alias_value=$build_alias | |
747 | ac_env_host_alias_set=${host_alias+set} | |
748 | ac_env_host_alias_value=$host_alias | |
749 | ac_cv_env_host_alias_set=${host_alias+set} | |
750 | ac_cv_env_host_alias_value=$host_alias | |
751 | ac_env_target_alias_set=${target_alias+set} | |
752 | ac_env_target_alias_value=$target_alias | |
753 | ac_cv_env_target_alias_set=${target_alias+set} | |
754 | ac_cv_env_target_alias_value=$target_alias | |
755 | ac_env_CC_set=${CC+set} | |
756 | ac_env_CC_value=$CC | |
757 | ac_cv_env_CC_set=${CC+set} | |
758 | ac_cv_env_CC_value=$CC | |
759 | ac_env_CFLAGS_set=${CFLAGS+set} | |
760 | ac_env_CFLAGS_value=$CFLAGS | |
761 | ac_cv_env_CFLAGS_set=${CFLAGS+set} | |
762 | ac_cv_env_CFLAGS_value=$CFLAGS | |
763 | ac_env_LDFLAGS_set=${LDFLAGS+set} | |
764 | ac_env_LDFLAGS_value=$LDFLAGS | |
765 | ac_cv_env_LDFLAGS_set=${LDFLAGS+set} | |
766 | ac_cv_env_LDFLAGS_value=$LDFLAGS | |
767 | ac_env_CPPFLAGS_set=${CPPFLAGS+set} | |
768 | ac_env_CPPFLAGS_value=$CPPFLAGS | |
769 | ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} | |
770 | ac_cv_env_CPPFLAGS_value=$CPPFLAGS | |
771 | ac_env_CPP_set=${CPP+set} | |
772 | ac_env_CPP_value=$CPP | |
773 | ac_cv_env_CPP_set=${CPP+set} | |
774 | ac_cv_env_CPP_value=$CPP | |
775 | ac_env_CXX_set=${CXX+set} | |
776 | ac_env_CXX_value=$CXX | |
777 | ac_cv_env_CXX_set=${CXX+set} | |
778 | ac_cv_env_CXX_value=$CXX | |
779 | ac_env_CXXFLAGS_set=${CXXFLAGS+set} | |
780 | ac_env_CXXFLAGS_value=$CXXFLAGS | |
781 | ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} | |
782 | ac_cv_env_CXXFLAGS_value=$CXXFLAGS | |
783 | ac_env_CXXCPP_set=${CXXCPP+set} | |
784 | ac_env_CXXCPP_value=$CXXCPP | |
785 | ac_cv_env_CXXCPP_set=${CXXCPP+set} | |
786 | ac_cv_env_CXXCPP_value=$CXXCPP | |
328a083c | 787 | |
e6cc62c6 VS |
788 | # |
789 | # Report the --help message. | |
790 | # | |
791 | if test "$ac_init_help" = "long"; then | |
792 | # Omit some internal or obsolete options to make the list less imposing. | |
793 | # This message is too long to be a string in the A/UX 3.1 sh. | |
794 | cat <<_ACEOF | |
795 | \`configure' configures wxWindows 2.5.0 to adapt to many kinds of systems. | |
10f2d63a | 796 | |
e6cc62c6 | 797 | Usage: $0 [OPTION]... [VAR=VALUE]... |
10f2d63a | 798 | |
e6cc62c6 VS |
799 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
800 | VAR=VALUE. See below for descriptions of some of the useful variables. | |
8284b0c5 | 801 | |
e6cc62c6 VS |
802 | Defaults for the options are specified in brackets. |
803 | ||
804 | Configuration: | |
805 | -h, --help display this help and exit | |
806 | --help=short display options specific to this package | |
807 | --help=recursive display the short help of all the included packages | |
808 | -V, --version display version information and exit | |
809 | -q, --quiet, --silent do not print \`checking...' messages | |
810 | --cache-file=FILE cache test results in FILE [disabled] | |
811 | -C, --config-cache alias for \`--cache-file=config.cache' | |
812 | -n, --no-create do not create output files | |
813 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
814 | ||
815 | _ACEOF | |
816 | ||
817 | cat <<_ACEOF | |
818 | Installation directories: | |
819 | --prefix=PREFIX install architecture-independent files in PREFIX | |
820 | [$ac_default_prefix] | |
821 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
822 | [PREFIX] | |
823 | ||
824 | By default, \`make install' will install all the files in | |
825 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
826 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
827 | for instance \`--prefix=\$HOME'. | |
828 | ||
829 | For better control, use the options below. | |
830 | ||
831 | Fine tuning of the installation directories: | |
832 | --bindir=DIR user executables [EPREFIX/bin] | |
833 | --sbindir=DIR system admin executables [EPREFIX/sbin] | |
834 | --libexecdir=DIR program executables [EPREFIX/libexec] | |
835 | --datadir=DIR read-only architecture-independent data [PREFIX/share] | |
836 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
837 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
838 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
839 | --libdir=DIR object code libraries [EPREFIX/lib] | |
840 | --includedir=DIR C header files [PREFIX/include] | |
841 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
842 | --infodir=DIR info documentation [PREFIX/info] | |
843 | --mandir=DIR man documentation [PREFIX/man] | |
844 | _ACEOF | |
845 | ||
846 | cat <<\_ACEOF | |
847 | ||
848 | X features: | |
849 | --x-includes=DIR X include files are in DIR | |
850 | --x-libraries=DIR X library files are in DIR | |
851 | ||
852 | System types: | |
853 | --build=BUILD configure for building on BUILD [guessed] | |
854 | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
855 | --target=TARGET configure for building compilers for TARGET [HOST] | |
856 | _ACEOF | |
857 | fi | |
858 | ||
859 | if test -n "$ac_init_help"; then | |
860 | case $ac_init_help in | |
861 | short | recursive ) echo "Configuration of wxWindows 2.5.0:";; | |
862 | esac | |
863 | cat <<\_ACEOF | |
864 | ||
865 | Optional Features: | |
866 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
867 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
868 | --enable-gui use GUI classes | |
9747f85d | 869 | --disable-monolithic don't build wxWindows as single library |
e6cc62c6 VS |
870 | --enable-universal use wxWindows GUI controls instead of native ones |
871 | --enable-nanox use NanoX | |
872 | --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL) | |
873 | --enable-shared create shared library code | |
e6cc62c6 VS |
874 | --enable-optimise create optimised code |
875 | --enable-debug same as debug_flag and debug_info | |
876 | --enable-precomp enable use of precompiled headers (Mac OS X/Darwin) | |
877 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!) | |
878 | --enable-debug_info create code with debugging information | |
879 | --enable-debug_gdb create code with extra GDB debugging information | |
880 | --enable-debug_cntxt use wxDebugContext | |
881 | --enable-mem_tracing create code with memory tracing | |
882 | --enable-profile create code with profiling information | |
883 | --enable-no_rtti create code without RTTI information | |
884 | --enable-no_exceptions create code without C++ exceptions handling | |
885 | --enable-permissive compile code disregarding strict ANSI | |
886 | --enable-no_deps create code without dependency information | |
887 | --enable-compat20 enable wxWindows 2.0 compatibility | |
888 | --enable-compat22 enable wxWindows 2.2 compatibility | |
889 | --disable-compat24 disable wxWindows 2.4 compatibility | |
890 | --enable-rpath=DIR output the rpath flag from wx-config | |
891 | --enable-intl use internationalization system | |
892 | --enable-config use wxConfig (and derived) classes | |
893 | --enable-protocols use wxProtocol and derived classes | |
894 | --enable-ftp use wxFTP (requires wxProtocol | |
895 | --enable-http use wxHTTP (requires wxProtocol | |
896 | --enable-fileproto use wxFileProto class (requires wxProtocol | |
897 | --enable-sockets use socket/network classes | |
898 | --enable-ole use OLE classes | |
899 | --enable-dataobj use data object classes | |
900 | --enable-ipc use interprocess communication (wxSocket etc.) | |
901 | --enable-cmdline use wxCmdLineParser class | |
902 | --enable-datetime use wxDateTime class | |
903 | --enable-stopwatch use wxStopWatch class | |
904 | --enable-dialupman use dialup network classes | |
905 | --enable-apple_ieee use the Apple IEEE codec | |
906 | --enable-timer use wxTimer class | |
907 | --enable-wave use wxWave class | |
908 | --enable-fraction use wxFraction class | |
909 | --enable-dynlib use wxLibrary class for DLL loading | |
910 | --enable-dynamicloader use (new) wxDynamicLibrary class | |
911 | --enable-longlong use wxLongLong class | |
912 | --enable-geometry use geometry class | |
913 | --enable-log use logging system | |
914 | --enable-streams use wxStream etc classes | |
915 | --enable-file use wxFile classes | |
916 | --enable-ffile use wxFFile classes | |
917 | --enable-textbuf use wxTextBuffer class | |
918 | --enable-textfile use wxTextFile class | |
919 | --enable-fontmap use font encodings conversion classes | |
920 | --enable-unicode compile wxString with Unicode support | |
921 | --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only) | |
922 | --enable-wxprintfv use wxWindows implementation of vprintf() | |
923 | --enable-std_iostreams use standard C++ stream classes | |
924 | --enable-filesystem use virtual file systems classes | |
925 | --enable-fs_inet use virtual HTTP/FTP filesystems | |
926 | --enable-fs_zip use virtual ZIP filesystems | |
927 | --enable-zipstream use wxZipInputStream | |
928 | --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException | |
929 | --enable-snglinst use wxSingleInstanceChecker class | |
930 | --enable-mimetype use wxMimeTypesManager | |
931 | --enable-sysoptions use wxSystemOptions | |
932 | --enable-url use wxURL class | |
933 | --enable-protocol use wxProtocol class | |
934 | --enable-protocol-http HTTP support in wxProtocol | |
935 | --enable-protocol-ftp FTP support in wxProtocol | |
936 | --enable-protocol-file FILE support in wxProtocol | |
937 | --enable-threads use threads | |
938 | --enable-docview use document view architecture | |
939 | --enable-help use help subsystem | |
940 | --enable-mshtmlhelp use MS HTML Help (win32) | |
941 | --enable-html use wxHTML sub-library | |
942 | --enable-htmlhelp use wxHTML-based help | |
943 | --enable-constraints use layout-constraints system | |
944 | --enable-printarch use printing architecture | |
945 | --enable-mdi use multiple document interface architecture | |
946 | --enable-loggui use standard GUI logger | |
947 | --enable-logwin use wxLogWindow | |
948 | --enable-logdialog use wxLogDialog | |
949 | --enable-postscript use wxPostscriptDC device context (default for gtk+) | |
950 | --enable-prologio not available; see contrib | |
951 | --enable-resources not available; see contrib | |
952 | --enable-clipboard use wxClipboard class | |
953 | --enable-dnd use Drag'n'Drop classes | |
954 | --enable-metafile use win32 metafiles | |
955 | --enable-controls use all usual controls | |
956 | --enable-accel use accelerators | |
957 | --enable-button use wxButton class | |
958 | --enable-bmpbutton use wxBitmapButton class | |
959 | --enable-calendar use wxCalendarCtrl class | |
960 | --enable-caret use wxCaret class | |
961 | --enable-checkbox use wxCheckBox class | |
962 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class | |
963 | --enable-choice use wxChoice class | |
964 | --enable-combobox use wxComboBox class | |
965 | --enable-display use wxDisplay class | |
966 | --enable-gauge use wxGauge class | |
967 | --enable-grid use wxGrid class | |
968 | --enable-imaglist use wxImageList class | |
969 | --enable-listbox use wxListBox class | |
970 | --enable-listctrl use wxListCtrl class | |
971 | --enable-notebook use wxNotebook class | |
972 | --enable-radiobox use wxRadioBox class | |
973 | --enable-radiobtn use wxRadioButton class | |
974 | --enable-sash use wxSashWindow class | |
975 | --enable-scrollbar use wxScrollBar class and scrollable windows | |
976 | --enable-slider use wxSlider class | |
977 | --enable-spinbtn use wxSpinButton class | |
978 | --enable-spinctrl use wxSpinCtrl class | |
979 | --enable-splitter use wxSplitterWindow class | |
980 | --enable-statbmp use wxStaticBitmap class | |
981 | --enable-statbox use wxStaticBox class | |
982 | --enable-statline use wxStaticLine class | |
983 | --enable-stattext use wxStaticText class | |
984 | --enable-statusbar use wxStatusBar class | |
985 | --enable-tabdialog use wxTabControl class | |
986 | --enable-textctrl use wxTextCtrl class | |
987 | --enable-togglebtn use wxToggleButton class | |
988 | --enable-toolbar use wxToolBar class | |
989 | --enable-tbarnative use native wxToolBar class | |
990 | --enable-tbarsmpl use wxToolBarSimple class | |
991 | --enable-treectrl use wxTreeCtrl class | |
992 | --enable-tipwindow use wxTipWindow class | |
993 | --enable-popupwin use wxPopUpWindow class | |
994 | --enable-commondlg use all common dialogs | |
995 | --enable-choicedlg use wxChoiceDialog | |
996 | --enable-coldlg use wxColourDialog | |
997 | --enable-filedlg use wxFileDialog | |
998 | --enable-finddlg use wxFindReplaceDialog | |
999 | --enable-fontdlg use wxFontDialog | |
1000 | --enable-dirdlg use wxDirDialog | |
1001 | --enable-msgdlg use wxMessageDialog | |
1002 | --enable-numberdlg use wxNumberEntryDialog | |
1003 | --enable-splash use wxSplashScreen | |
1004 | --enable-textdlg use wxTextDialog | |
1005 | --enable-tipdlg use startup tips | |
1006 | --enable-progressdlg use wxProgressDialog | |
1007 | --enable-wizarddlg use wxWizard | |
1008 | --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes | |
1009 | --enable-miniframe use wxMiniFrame class | |
1010 | --enable-tooltips use wxToolTip class | |
1011 | --enable-splines use spline drawing code | |
1012 | --enable-validators use wxValidator and derived classes | |
1013 | --enable-busyinfo use wxBusyInfo | |
1014 | --enable-joystick use wxJoystick (Linux only) | |
1015 | --enable-metafiles use wxMetaFile (Windows only) | |
1016 | --enable-dragimage use wxDragImage | |
1017 | --enable-accessibility enable accessibility support | |
1018 | --enable-palette use wxPalette class | |
1019 | --enable-image use wxImage class | |
1020 | --enable-gif use gif images (GIF file format) | |
1021 | --enable-pcx use pcx images (PCX file format) | |
1022 | --enable-iff use iff images (IFF file format) | |
1023 | --enable-pnm use pnm images (PNM file format) | |
1024 | --enable-xpm use xpm images (XPM file format) | |
1025 | --enable-icocur use Windows ICO and CUR formats | |
1026 | --disable-largefile omit support for large files | |
1027 | --disable-gtktest do not try to compile and run a test GTK+ program | |
1028 | --disable-gtktest Do not try to compile and run a test GTK program | |
1029 | ||
1030 | Optional Packages: | |
1031 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1032 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
1033 | --with-gtk use GTK+ | |
1034 | --with-motif use Motif/Lesstif | |
1035 | --with-mac use Mac OS X | |
1036 | --with-cocoa use Cocoa | |
1037 | --with-wine use Wine | |
1038 | --with-msw use MS-Windows | |
1039 | --with-pm use OS/2 Presentation Manager | |
1040 | --with-mgl use SciTech MGL | |
1041 | --with-microwin use MicroWindows | |
1042 | --with-x11 use X11 | |
1043 | --with-libpng use libpng (PNG image format) | |
1044 | --with-libjpeg use libjpeg (JPEG file format) | |
1045 | --with-libtiff use libtiff (TIFF file format) | |
1046 | --with-opengl use OpenGL (or Mesa) | |
1047 | --with-dmalloc use dmalloc library (http://dmalloc.com/) | |
1048 | --with-regex enable support for wxRegEx class | |
1049 | --with-zlib use zlib for LZW compression | |
1050 | --with-odbc use the IODBC and wxODBC classes | |
1051 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional) | |
1052 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional) | |
1053 | --with-x use the X Window System | |
1054 | --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib | |
1055 | ||
1056 | Some influential environment variables: | |
1057 | CC C compiler command | |
1058 | CFLAGS C compiler flags | |
1059 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1060 | nonstandard directory <lib dir> | |
1061 | CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have | |
1062 | headers in a nonstandard directory <include dir> | |
1063 | CPP C preprocessor | |
1064 | CXX C++ compiler command | |
1065 | CXXFLAGS C++ compiler flags | |
1066 | CXXCPP C++ preprocessor | |
1067 | ||
1068 | Use these variables to override the choices made by `configure' or to help | |
1069 | it to find libraries and programs with nonstandard names/locations. | |
1070 | ||
1071 | Report bugs to <wx-dev@lists.wxwindows.org>. | |
1072 | _ACEOF | |
1073 | fi | |
1074 | ||
1075 | if test "$ac_init_help" = "recursive"; then | |
1076 | # If there are subdirs, report their specific --help. | |
1077 | ac_popdir=`pwd` | |
1078 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | |
1079 | test -d $ac_dir || continue | |
1080 | ac_builddir=. | |
1081 | ||
1082 | if test "$ac_dir" != .; then | |
1083 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
1084 | # A "../" for each directory in $ac_dir_suffix. | |
1085 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
1086 | else | |
1087 | ac_dir_suffix= ac_top_builddir= | |
1088 | fi | |
1089 | ||
1090 | case $srcdir in | |
1091 | .) # No --srcdir option. We are building in place. | |
1092 | ac_srcdir=. | |
1093 | if test -z "$ac_top_builddir"; then | |
1094 | ac_top_srcdir=. | |
1095 | else | |
1096 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
1097 | fi ;; | |
1098 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
1099 | ac_srcdir=$srcdir$ac_dir_suffix; | |
1100 | ac_top_srcdir=$srcdir ;; | |
1101 | *) # Relative path. | |
1102 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
1103 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
1104 | esac | |
1105 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | |
1106 | # absolute. | |
1107 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | |
1108 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | |
1109 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | |
1110 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | |
1111 | ||
1112 | cd $ac_dir | |
1113 | # Check for guested configure; otherwise get Cygnus style configure. | |
1114 | if test -f $ac_srcdir/configure.gnu; then | |
1115 | echo | |
1116 | $SHELL $ac_srcdir/configure.gnu --help=recursive | |
1117 | elif test -f $ac_srcdir/configure; then | |
1118 | echo | |
1119 | $SHELL $ac_srcdir/configure --help=recursive | |
1120 | elif test -f $ac_srcdir/configure.ac || | |
1121 | test -f $ac_srcdir/configure.in; then | |
1122 | echo | |
1123 | $ac_configure --help | |
1124 | else | |
1125 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | |
1126 | fi | |
1127 | cd $ac_popdir | |
1128 | done | |
1129 | fi | |
8284b0c5 | 1130 | |
e6cc62c6 VS |
1131 | test -n "$ac_init_help" && exit 0 |
1132 | if $ac_init_version; then | |
1133 | cat <<\_ACEOF | |
1134 | wxWindows configure 2.5.0 | |
1135 | generated by GNU Autoconf 2.57 | |
10f2d63a | 1136 | |
e6cc62c6 VS |
1137 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 |
1138 | Free Software Foundation, Inc. | |
1139 | This configure script is free software; the Free Software Foundation | |
1140 | gives unlimited permission to copy, distribute and modify it. | |
1141 | _ACEOF | |
1142 | exit 0 | |
7c66a493 | 1143 | fi |
e6cc62c6 VS |
1144 | exec 5>config.log |
1145 | cat >&5 <<_ACEOF | |
1146 | This file contains any messages produced by compilers while | |
1147 | running configure, to aid debugging if configure makes a mistake. | |
1148 | ||
1149 | It was created by wxWindows $as_me 2.5.0, which was | |
1150 | generated by GNU Autoconf 2.57. Invocation command line was | |
1151 | ||
1152 | $ $0 $@ | |
1153 | ||
1154 | _ACEOF | |
1155 | { | |
1156 | cat <<_ASUNAME | |
1157 | ## --------- ## | |
1158 | ## Platform. ## | |
1159 | ## --------- ## | |
1160 | ||
1161 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
1162 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
1163 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
1164 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
1165 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
1166 | ||
1167 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
1168 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
1169 | ||
1170 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
1171 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
1172 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
1173 | hostinfo = `(hostinfo) 2>/dev/null || echo unknown` | |
1174 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
1175 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
1176 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
1177 | ||
1178 | _ASUNAME | |
1179 | ||
1180 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1181 | for as_dir in $PATH | |
1182 | do | |
1183 | IFS=$as_save_IFS | |
1184 | test -z "$as_dir" && as_dir=. | |
1185 | echo "PATH: $as_dir" | |
1186 | done | |
1187 | ||
1188 | } >&5 | |
1189 | ||
1190 | cat >&5 <<_ACEOF | |
1191 | ||
1192 | ||
1193 | ## ----------- ## | |
1194 | ## Core tests. ## | |
1195 | ## ----------- ## | |
1196 | ||
1197 | _ACEOF | |
1198 | ||
1199 | ||
1200 | # Keep a trace of the command line. | |
1201 | # Strip out --no-create and --no-recursion so they do not pile up. | |
1202 | # Strip out --silent because we don't want to record it for future runs. | |
1203 | # Also quote any args containing shell meta-characters. | |
1204 | # Make two passes to allow for proper duplicate-argument suppression. | |
1205 | ac_configure_args= | |
1206 | ac_configure_args0= | |
1207 | ac_configure_args1= | |
1208 | ac_sep= | |
1209 | ac_must_keep_next=false | |
1210 | for ac_pass in 1 2 | |
1211 | do | |
1212 | for ac_arg | |
1213 | do | |
1214 | case $ac_arg in | |
1215 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
1216 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
1217 | | -silent | --silent | --silen | --sile | --sil) | |
1218 | continue ;; | |
1219 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
1220 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
1221 | esac | |
1222 | case $ac_pass in | |
1223 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; | |
1224 | 2) | |
1225 | ac_configure_args1="$ac_configure_args1 '$ac_arg'" | |
1226 | if test $ac_must_keep_next = true; then | |
1227 | ac_must_keep_next=false # Got value, back to normal. | |
1228 | else | |
1229 | case $ac_arg in | |
1230 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
1231 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
1232 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
1233 | | -with-* | --with-* | -without-* | --without-* | --x) | |
1234 | case "$ac_configure_args0 " in | |
1235 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
1236 | esac | |
1237 | ;; | |
1238 | -* ) ac_must_keep_next=true ;; | |
1239 | esac | |
1240 | fi | |
1241 | ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" | |
1242 | # Get rid of the leading space. | |
1243 | ac_sep=" " | |
1244 | ;; | |
1245 | esac | |
1246 | done | |
1247 | done | |
1248 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } | |
1249 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } | |
1250 | ||
1251 | # When interrupted or exit'd, cleanup temporary files, and complete | |
1252 | # config.log. We remove comments because anyway the quotes in there | |
1253 | # would cause problems or look ugly. | |
1254 | # WARNING: Be sure not to use single quotes in there, as some shells, | |
1255 | # such as our DU 5.0 friend, will then `close' the trap. | |
1256 | trap 'exit_status=$? | |
1257 | # Save into config.log some information that might help in debugging. | |
1258 | { | |
1259 | echo | |
1260 | ||
1261 | cat <<\_ASBOX | |
1262 | ## ---------------- ## | |
1263 | ## Cache variables. ## | |
1264 | ## ---------------- ## | |
1265 | _ASBOX | |
1266 | echo | |
1267 | # The following way of writing the cache mishandles newlines in values, | |
1268 | { | |
1269 | (set) 2>&1 | | |
1270 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in | |
1271 | *ac_space=\ *) | |
1272 | sed -n \ | |
1273 | "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; | |
1274 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" | |
1275 | ;; | |
1276 | *) | |
1277 | sed -n \ | |
1278 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
1279 | ;; | |
1280 | esac; | |
1281 | } | |
1282 | echo | |
1283 | ||
1284 | cat <<\_ASBOX | |
1285 | ## ----------------- ## | |
1286 | ## Output variables. ## | |
1287 | ## ----------------- ## | |
1288 | _ASBOX | |
1289 | echo | |
1290 | for ac_var in $ac_subst_vars | |
1291 | do | |
1292 | eval ac_val=$`echo $ac_var` | |
1293 | echo "$ac_var='"'"'$ac_val'"'"'" | |
1294 | done | sort | |
1295 | echo | |
1296 | ||
1297 | if test -n "$ac_subst_files"; then | |
1298 | cat <<\_ASBOX | |
1299 | ## ------------- ## | |
1300 | ## Output files. ## | |
1301 | ## ------------- ## | |
1302 | _ASBOX | |
1303 | echo | |
1304 | for ac_var in $ac_subst_files | |
1305 | do | |
1306 | eval ac_val=$`echo $ac_var` | |
1307 | echo "$ac_var='"'"'$ac_val'"'"'" | |
1308 | done | sort | |
1309 | echo | |
1310 | fi | |
1311 | ||
1312 | if test -s confdefs.h; then | |
1313 | cat <<\_ASBOX | |
1314 | ## ----------- ## | |
1315 | ## confdefs.h. ## | |
1316 | ## ----------- ## | |
1317 | _ASBOX | |
1318 | echo | |
1319 | sed "/^$/d" confdefs.h | sort | |
1320 | echo | |
1321 | fi | |
1322 | test "$ac_signal" != 0 && | |
1323 | echo "$as_me: caught signal $ac_signal" | |
1324 | echo "$as_me: exit $exit_status" | |
1325 | } >&5 | |
1326 | rm -f core core.* *.core && | |
1327 | rm -rf conftest* confdefs* conf$$* $ac_clean_files && | |
1328 | exit $exit_status | |
1329 | ' 0 | |
1330 | for ac_signal in 1 2 13 15; do | |
1331 | trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal | |
1332 | done | |
1333 | ac_signal=0 | |
1334 | ||
1335 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
1336 | rm -rf conftest* confdefs.h | |
1337 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
1338 | echo >confdefs.h | |
1339 | ||
1340 | # Predefined preprocessor variables. | |
1341 | ||
1342 | cat >>confdefs.h <<_ACEOF | |
1343 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
1344 | _ACEOF | |
1345 | ||
1346 | ||
1347 | cat >>confdefs.h <<_ACEOF | |
1348 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
1349 | _ACEOF | |
1350 | ||
1351 | ||
1352 | cat >>confdefs.h <<_ACEOF | |
1353 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
1354 | _ACEOF | |
1355 | ||
1356 | ||
1357 | cat >>confdefs.h <<_ACEOF | |
1358 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
1359 | _ACEOF | |
1360 | ||
1361 | ||
1362 | cat >>confdefs.h <<_ACEOF | |
1363 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
1364 | _ACEOF | |
1365 | ||
1366 | ||
1367 | # Let the site file select an alternate cache file if it wants to. | |
1368 | # Prefer explicitly selected file to automatically selected ones. | |
1369 | if test -z "$CONFIG_SITE"; then | |
1370 | if test "x$prefix" != xNONE; then | |
1371 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
1372 | else | |
1373 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
1374 | fi | |
1375 | fi | |
1376 | for ac_site_file in $CONFIG_SITE; do | |
1377 | if test -r "$ac_site_file"; then | |
1378 | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 | |
1379 | echo "$as_me: loading site script $ac_site_file" >&6;} | |
1380 | sed 's/^/| /' "$ac_site_file" >&5 | |
1381 | . "$ac_site_file" | |
1382 | fi | |
1383 | done | |
1384 | ||
1385 | if test -r "$cache_file"; then | |
1386 | # Some versions of bash will fail to source /dev/null (special | |
1387 | # files actually), so we avoid doing that. | |
1388 | if test -f "$cache_file"; then | |
1389 | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 | |
1390 | echo "$as_me: loading cache $cache_file" >&6;} | |
1391 | case $cache_file in | |
1392 | [\\/]* | ?:[\\/]* ) . $cache_file;; | |
1393 | *) . ./$cache_file;; | |
1394 | esac | |
1395 | fi | |
1396 | else | |
1397 | { echo "$as_me:$LINENO: creating cache $cache_file" >&5 | |
1398 | echo "$as_me: creating cache $cache_file" >&6;} | |
1399 | >$cache_file | |
1400 | fi | |
1401 | ||
1402 | # Check that the precious variables saved in the cache have kept the same | |
1403 | # value. | |
1404 | ac_cache_corrupted=false | |
1405 | for ac_var in `(set) 2>&1 | | |
1406 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do | |
1407 | eval ac_old_set=\$ac_cv_env_${ac_var}_set | |
1408 | eval ac_new_set=\$ac_env_${ac_var}_set | |
1409 | eval ac_old_val="\$ac_cv_env_${ac_var}_value" | |
1410 | eval ac_new_val="\$ac_env_${ac_var}_value" | |
1411 | case $ac_old_set,$ac_new_set in | |
1412 | set,) | |
1413 | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | |
1414 | echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
1415 | ac_cache_corrupted=: ;; | |
1416 | ,set) | |
1417 | { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 | |
1418 | echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
1419 | ac_cache_corrupted=: ;; | |
1420 | ,);; | |
1421 | *) | |
1422 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
1423 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 | |
1424 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
1425 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 | |
1426 | echo "$as_me: former value: $ac_old_val" >&2;} | |
1427 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 | |
1428 | echo "$as_me: current value: $ac_new_val" >&2;} | |
1429 | ac_cache_corrupted=: | |
1430 | fi;; | |
1431 | esac | |
1432 | # Pass precious variables to config.status. | |
1433 | if test "$ac_new_set" = set; then | |
1434 | case $ac_new_val in | |
1435 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
1436 | ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | |
1437 | *) ac_arg=$ac_var=$ac_new_val ;; | |
1438 | esac | |
1439 | case " $ac_configure_args " in | |
1440 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
1441 | *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
1442 | esac | |
1443 | fi | |
1444 | done | |
1445 | if $ac_cache_corrupted; then | |
1446 | { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 | |
1447 | echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
1448 | { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 | |
1449 | echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} | |
1450 | { (exit 1); exit 1; }; } | |
1451 | fi | |
1452 | ||
1453 | ac_ext=c | |
1454 | ac_cpp='$CPP $CPPFLAGS' | |
1455 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
1456 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
1457 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
1458 | ||
1459 | ||
1460 | ||
1461 | ||
1462 | ||
1463 | ||
1464 | ||
1465 | ||
1466 | ||
1467 | ||
1468 | ||
1469 | ||
1470 | ||
1471 | ||
1472 | ||
1473 | ||
1474 | ||
698dcdb6 | 1475 | |
8284b0c5 | 1476 | |
7c66a493 | 1477 | |
a0b9e27f MB |
1478 | |
1479 | ||
a0b9e27f | 1480 | |
a0b9e27f | 1481 | |
a0b9e27f | 1482 | |
a0b9e27f | 1483 | |
a0b9e27f | 1484 | |
a0b9e27f | 1485 | |
e6cc62c6 VS |
1486 | |
1487 | ||
1488 | ac_aux_dir= | |
1489 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
1490 | if test -f $ac_dir/install-sh; then | |
1491 | ac_aux_dir=$ac_dir | |
1492 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
1493 | break | |
1494 | elif test -f $ac_dir/install.sh; then | |
1495 | ac_aux_dir=$ac_dir | |
1496 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
1497 | break | |
1498 | elif test -f $ac_dir/shtool; then | |
1499 | ac_aux_dir=$ac_dir | |
1500 | ac_install_sh="$ac_aux_dir/shtool install -c" | |
1501 | break | |
1502 | fi | |
1503 | done | |
1504 | if test -z "$ac_aux_dir"; then | |
1505 | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 | |
1506 | echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} | |
1507 | { (exit 1); exit 1; }; } | |
1508 | fi | |
1509 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" | |
1510 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" | |
1511 | ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. | |
1512 | ||
1513 | # Make sure we can run config.sub. | |
1514 | $ac_config_sub sun4 >/dev/null 2>&1 || | |
1515 | { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 | |
1516 | echo "$as_me: error: cannot run $ac_config_sub" >&2;} | |
1517 | { (exit 1); exit 1; }; } | |
1518 | ||
1519 | echo "$as_me:$LINENO: checking build system type" >&5 | |
1520 | echo $ECHO_N "checking build system type... $ECHO_C" >&6 | |
1521 | if test "${ac_cv_build+set}" = set; then | |
1522 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1523 | else | |
1524 | ac_cv_build_alias=$build_alias | |
1525 | test -z "$ac_cv_build_alias" && | |
1526 | ac_cv_build_alias=`$ac_config_guess` | |
1527 | test -z "$ac_cv_build_alias" && | |
1528 | { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 | |
1529 | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | |
1530 | { (exit 1); exit 1; }; } | |
1531 | ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || | |
1532 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 | |
1533 | echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} | |
1534 | { (exit 1); exit 1; }; } | |
1535 | ||
1536 | fi | |
1537 | echo "$as_me:$LINENO: result: $ac_cv_build" >&5 | |
1538 | echo "${ECHO_T}$ac_cv_build" >&6 | |
1539 | build=$ac_cv_build | |
1540 | build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1541 | build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1542 | build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1543 | ||
1544 | ||
1545 | echo "$as_me:$LINENO: checking host system type" >&5 | |
1546 | echo $ECHO_N "checking host system type... $ECHO_C" >&6 | |
1547 | if test "${ac_cv_host+set}" = set; then | |
1548 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1549 | else | |
1550 | ac_cv_host_alias=$host_alias | |
1551 | test -z "$ac_cv_host_alias" && | |
1552 | ac_cv_host_alias=$ac_cv_build_alias | |
1553 | ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || | |
1554 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 | |
1555 | echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} | |
1556 | { (exit 1); exit 1; }; } | |
1557 | ||
1558 | fi | |
1559 | echo "$as_me:$LINENO: result: $ac_cv_host" >&5 | |
1560 | echo "${ECHO_T}$ac_cv_host" >&6 | |
1561 | host=$ac_cv_host | |
1562 | host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1563 | host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1564 | host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1565 | ||
1566 | ||
1567 | echo "$as_me:$LINENO: checking target system type" >&5 | |
1568 | echo $ECHO_N "checking target system type... $ECHO_C" >&6 | |
1569 | if test "${ac_cv_target+set}" = set; then | |
1570 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1571 | else | |
1572 | ac_cv_target_alias=$target_alias | |
1573 | test "x$ac_cv_target_alias" = "x" && | |
1574 | ac_cv_target_alias=$ac_cv_host_alias | |
1575 | ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || | |
1576 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 | |
1577 | echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} | |
1578 | { (exit 1); exit 1; }; } | |
1579 | ||
1580 | fi | |
1581 | echo "$as_me:$LINENO: result: $ac_cv_target" >&5 | |
1582 | echo "${ECHO_T}$ac_cv_target" >&6 | |
1583 | target=$ac_cv_target | |
1584 | target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1585 | target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1586 | target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1587 | ||
1588 | ||
1589 | # The aliases save the names the user supplied, while $host etc. | |
1590 | # will get canonicalized. | |
1591 | test -n "$target_alias" && | |
7c66a493 VZ |
1592 | test "$program_prefix$program_suffix$program_transform_name" = \ |
1593 | NONENONEs,x,x, && | |
1594 | program_prefix=${target_alias}- | |
8284b0c5 MB |
1595 | |
1596 | ||
a0b9e27f | 1597 | |
10f2d63a | 1598 | WX_MAJOR_VERSION_NUMBER=2 |
34bed6d9 VZ |
1599 | WX_MINOR_VERSION_NUMBER=5 |
1600 | WX_RELEASE_NUMBER=0 | |
10f2d63a | 1601 | |
10f2d63a | 1602 | WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER |
10f2d63a | 1603 | WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER |
6426998c | 1604 | |
978f1259 RL |
1605 | WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER |
1606 | ||
34bed6d9 | 1607 | WX_CURRENT=0 |
6426998c RL |
1608 | WX_REVISION=0 |
1609 | WX_AGE=0 | |
1610 | ||
8284b0c5 MB |
1611 | |
1612 | ||
10f2d63a VZ |
1613 | USE_UNIX=1 |
1614 | USE_WIN32=0 | |
f9bc1684 | 1615 | USE_DOS=0 |
b12915c1 | 1616 | USE_BEOS=0 |
1216f52d | 1617 | USE_MAC=0 |
b12915c1 | 1618 | |
10f2d63a | 1619 | USE_AIX= |
fe0895cf VS |
1620 | USE_BSD= USE_DARWIN= USE_FREEBSD= |
1621 | USE_GNU= USE_HPUX= | |
89e3b3e4 | 1622 | USE_LINUX= |
f6bcfd97 | 1623 | USE_NETBSD= |
89e3b3e4 | 1624 | USE_OPENBSD= |
fe0895cf VS |
1625 | USE_OSF= USE_SGI= |
1626 | USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS= | |
10f2d63a | 1627 | USE_ULTRIX= |
89e3b3e4 VZ |
1628 | USE_UNIXWARE= |
1629 | ||
1630 | USE_ALPHA= | |
10f2d63a | 1631 | |
ab9b9eab VZ |
1632 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 |
1633 | ||
ac0c4cc3 | 1634 | ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11" |
10f2d63a | 1635 | |
ac0c4cc3 | 1636 | DEFAULT_wxUSE_COCOA=0 |
10f2d63a | 1637 | DEFAULT_wxUSE_GTK=0 |
1e6feb95 VZ |
1638 | DEFAULT_wxUSE_MAC=0 |
1639 | DEFAULT_wxUSE_MGL=0 | |
1725144d | 1640 | DEFAULT_wxUSE_MICROWIN=0 |
10f2d63a VZ |
1641 | DEFAULT_wxUSE_MOTIF=0 |
1642 | DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1643 | DEFAULT_wxUSE_PM=0 |
f79bd02d | 1644 | DEFAULT_wxUSE_X11=0 |
10f2d63a | 1645 | |
ac0c4cc3 | 1646 | DEFAULT_DEFAULT_wxUSE_COCOA=0 |
10f2d63a | 1647 | DEFAULT_DEFAULT_wxUSE_GTK=0 |
1e6feb95 VZ |
1648 | DEFAULT_DEFAULT_wxUSE_MAC=0 |
1649 | DEFAULT_DEFAULT_wxUSE_MGL=0 | |
1725144d | 1650 | DEFAULT_DEFAULT_wxUSE_MICROWIN=0 |
10f2d63a VZ |
1651 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 |
1652 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1653 | DEFAULT_DEFAULT_wxUSE_PM=0 |
f79bd02d | 1654 | DEFAULT_DEFAULT_wxUSE_X11=0 |
10f2d63a | 1655 | |
d6a55c4b | 1656 | PROGRAM_EXT= |
3a922bb4 | 1657 | SO_SUFFIX=so |
fe0895cf | 1658 | SAMPLES_RPATH_FLAG= |
d6a55c4b | 1659 | |
10f2d63a VZ |
1660 | case "${host}" in |
1661 | *-hp-hpux* ) | |
1662 | USE_HPUX=1 | |
1663 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1664 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
3a922bb4 | 1665 | SO_SUFFIX=sl |
e6cc62c6 | 1666 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1667 | #define __HPUX__ 1 |
e6cc62c6 | 1668 | _ACEOF |
10f2d63a VZ |
1669 | |
1670 | ;; | |
1671 | *-*-linux* ) | |
1672 | USE_LINUX=1 | |
e6cc62c6 | 1673 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1674 | #define __LINUX__ 1 |
e6cc62c6 | 1675 | _ACEOF |
10f2d63a VZ |
1676 | |
1677 | TMP=`uname -m` | |
1678 | if test "x$TMP" = "xalpha"; then | |
1679 | USE_ALPHA=1 | |
e6cc62c6 | 1680 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1681 | #define __ALPHA__ 1 |
e6cc62c6 | 1682 | _ACEOF |
fe0895cf VS |
1683 | |
1684 | fi | |
1685 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1686 | ;; | |
1687 | *-*-gnu* ) | |
1688 | USE_GNU=1 | |
e6cc62c6 | 1689 | cat >>confdefs.h <<\_ACEOF |
fe0895cf | 1690 | #define __GNU__ 1 |
e6cc62c6 | 1691 | _ACEOF |
fe0895cf VS |
1692 | |
1693 | TMP=`uname -m` | |
1694 | if test "x$TMP" = "xalpha"; then | |
1695 | USE_ALPHA=1 | |
e6cc62c6 | 1696 | cat >>confdefs.h <<\_ACEOF |
fe0895cf | 1697 | #define __ALPHA__ 1 |
e6cc62c6 | 1698 | _ACEOF |
10f2d63a VZ |
1699 | |
1700 | fi | |
1701 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1702 | ;; | |
1703 | *-*-irix5* | *-*-irix6* ) | |
1704 | USE_SGI=1 | |
1705 | USE_SVR4=1 | |
e6cc62c6 | 1706 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1707 | #define __SGI__ 1 |
e6cc62c6 | 1708 | _ACEOF |
10f2d63a | 1709 | |
e6cc62c6 | 1710 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1711 | #define __SVR4__ 1 |
e6cc62c6 | 1712 | _ACEOF |
10f2d63a VZ |
1713 | |
1714 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1715 | ;; | |
1716 | *-*-solaris2* ) | |
1717 | USE_SUN=1 | |
1718 | USE_SOLARIS=1 | |
1719 | USE_SVR4=1 | |
e6cc62c6 | 1720 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1721 | #define __SUN__ 1 |
e6cc62c6 | 1722 | _ACEOF |
10f2d63a | 1723 | |
e6cc62c6 | 1724 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1725 | #define __SOLARIS__ 1 |
e6cc62c6 | 1726 | _ACEOF |
10f2d63a | 1727 | |
e6cc62c6 | 1728 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1729 | #define __SVR4__ 1 |
e6cc62c6 | 1730 | _ACEOF |
10f2d63a VZ |
1731 | |
1732 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1733 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1734 | ;; |
1735 | *-*-sunos4* ) | |
1736 | USE_SUN=1 | |
1737 | USE_SUNOS=1 | |
1738 | USE_BSD=1 | |
e6cc62c6 | 1739 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1740 | #define __SUN__ 1 |
e6cc62c6 | 1741 | _ACEOF |
10f2d63a | 1742 | |
e6cc62c6 | 1743 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1744 | #define __SUNOS__ 1 |
e6cc62c6 | 1745 | _ACEOF |
10f2d63a | 1746 | |
e6cc62c6 | 1747 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1748 | #define __BSD__ 1 |
e6cc62c6 | 1749 | _ACEOF |
10f2d63a VZ |
1750 | |
1751 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1752 | ;; | |
f6bcfd97 | 1753 | *-*-freebsd*) |
10f2d63a VZ |
1754 | USE_BSD=1 |
1755 | USE_FREEBSD=1 | |
e6cc62c6 | 1756 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1757 | #define __FREEBSD__ 1 |
e6cc62c6 | 1758 | _ACEOF |
10f2d63a | 1759 | |
e6cc62c6 | 1760 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1761 | #define __BSD__ 1 |
e6cc62c6 | 1762 | _ACEOF |
95c8801c VS |
1763 | |
1764 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1765 | ;; | |
1766 | *-*-openbsd*) | |
1767 | USE_BSD=1 | |
1768 | USE_OPENBSD=1 | |
e6cc62c6 | 1769 | cat >>confdefs.h <<\_ACEOF |
2b5f62a0 | 1770 | #define __OPENBSD__ 1 |
e6cc62c6 | 1771 | _ACEOF |
95c8801c | 1772 | |
e6cc62c6 | 1773 | cat >>confdefs.h <<\_ACEOF |
2b5f62a0 | 1774 | #define __BSD__ 1 |
e6cc62c6 | 1775 | _ACEOF |
f6bcfd97 BP |
1776 | |
1777 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1778 | ;; | |
1779 | *-*-netbsd*) | |
1780 | USE_BSD=1 | |
1781 | USE_NETBSD=1 | |
e6cc62c6 | 1782 | cat >>confdefs.h <<\_ACEOF |
2b5f62a0 | 1783 | #define __NETBSD__ 1 |
e6cc62c6 | 1784 | _ACEOF |
f6bcfd97 | 1785 | |
e6cc62c6 | 1786 | cat >>confdefs.h <<\_ACEOF |
2b5f62a0 | 1787 | #define __BSD__ 1 |
e6cc62c6 | 1788 | _ACEOF |
10f2d63a VZ |
1789 | |
1790 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1791 | ;; | |
1792 | *-*-osf* ) | |
1793 | USE_ALPHA=1 | |
1794 | USE_OSF=1 | |
e6cc62c6 | 1795 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1796 | #define __ALPHA__ 1 |
e6cc62c6 | 1797 | _ACEOF |
10f2d63a | 1798 | |
e6cc62c6 | 1799 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1800 | #define __OSF__ 1 |
e6cc62c6 | 1801 | _ACEOF |
10f2d63a VZ |
1802 | |
1803 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
f6bcfd97 | 1804 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1805 | ;; |
1806 | *-*-dgux5* ) | |
1807 | USE_ALPHA=1 | |
1808 | USE_SVR4=1 | |
e6cc62c6 | 1809 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1810 | #define __ALPHA__ 1 |
e6cc62c6 | 1811 | _ACEOF |
10f2d63a | 1812 | |
e6cc62c6 | 1813 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1814 | #define __SVR4__ 1 |
e6cc62c6 | 1815 | _ACEOF |
10f2d63a VZ |
1816 | |
1817 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1818 | ;; | |
1819 | *-*-sysv5* ) | |
1820 | USE_SYSV=1 | |
1821 | USE_SVR4=1 | |
e6cc62c6 | 1822 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1823 | #define __SYSV__ 1 |
e6cc62c6 | 1824 | _ACEOF |
10f2d63a | 1825 | |
e6cc62c6 | 1826 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1827 | #define __SVR4__ 1 |
e6cc62c6 | 1828 | _ACEOF |
10f2d63a VZ |
1829 | |
1830 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1831 | ;; | |
1832 | *-*-aix* ) | |
1833 | USE_AIX=1 | |
1834 | USE_SYSV=1 | |
1835 | USE_SVR4=1 | |
2b5f62a0 | 1836 | SO_SUFFIX=a |
e6cc62c6 | 1837 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1838 | #define __AIX__ 1 |
e6cc62c6 | 1839 | _ACEOF |
10f2d63a | 1840 | |
e6cc62c6 | 1841 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1842 | #define __SYSV__ 1 |
e6cc62c6 | 1843 | _ACEOF |
10f2d63a | 1844 | |
e6cc62c6 | 1845 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1846 | #define __SVR4__ 1 |
e6cc62c6 | 1847 | _ACEOF |
10f2d63a VZ |
1848 | |
1849 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1850 | ;; | |
1851 | ||
89e3b3e4 VZ |
1852 | *-*-*UnixWare*) |
1853 | USE_SYSV=1 | |
1854 | USE_SVR4=1 | |
1855 | USE_UNIXWARE=1 | |
e6cc62c6 | 1856 | cat >>confdefs.h <<\_ACEOF |
89e3b3e4 | 1857 | #define __UNIXWARE__ 1 |
e6cc62c6 | 1858 | _ACEOF |
89e3b3e4 VZ |
1859 | |
1860 | ;; | |
1861 | ||
1c8183e2 | 1862 | *-*-cygwin* | *-*-mingw32* ) |
17234b26 | 1863 | SO_SUFFIX=dll |
cf27ef00 | 1864 | PROGRAM_EXT=".exe" |
7b7a7637 | 1865 | RESCOMP=windres |
10f2d63a VZ |
1866 | DEFAULT_DEFAULT_wxUSE_MSW=1 |
1867 | ;; | |
1868 | ||
f9bc1684 VS |
1869 | *-pc-msdosdjgpp ) |
1870 | USE_UNIX=0 | |
1871 | USE_DOS=1 | |
e6cc62c6 | 1872 | cat >>confdefs.h <<\_ACEOF |
f9bc1684 | 1873 | #define __DOS__ 1 |
e6cc62c6 | 1874 | _ACEOF |
f9bc1684 VS |
1875 | |
1876 | PROGRAM_EXT=".exe" | |
1877 | DEFAULT_DEFAULT_wxUSE_MGL=1 | |
24f5e003 | 1878 | LIBS="$LIBS -lstdc++" |
f9bc1684 VS |
1879 | ;; |
1880 | ||
6fa882bd | 1881 | *-pc-os2_emx | *-pc-os2-emx ) |
e6cc62c6 | 1882 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 1883 | #define __EMX__ 1 |
e6cc62c6 | 1884 | _ACEOF |
10f2d63a | 1885 | |
cf27ef00 | 1886 | PROGRAM_EXT=".exe" |
e07802fc | 1887 | DEFAULT_DEFAULT_wxUSE_PM=1 |
10f2d63a VZ |
1888 | ;; |
1889 | ||
d08b457b GD |
1890 | powerpc-*-darwin* ) |
1891 | USE_BSD=1 | |
f11bdd03 | 1892 | USE_DARWIN=1 |
3a922bb4 | 1893 | SO_SUFFIX=dylib |
e6cc62c6 | 1894 | cat >>confdefs.h <<\_ACEOF |
f11bdd03 | 1895 | #define __BSD__ 1 |
e6cc62c6 | 1896 | _ACEOF |
b4085ce6 | 1897 | |
e6cc62c6 | 1898 | cat >>confdefs.h <<\_ACEOF |
f11bdd03 | 1899 | #define __DARWIN__ 1 |
e6cc62c6 | 1900 | _ACEOF |
d08b457b | 1901 | |
e6cc62c6 | 1902 | cat >>confdefs.h <<\_ACEOF |
d08b457b | 1903 | #define __POWERPC__ 1 |
e6cc62c6 | 1904 | _ACEOF |
82d43113 | 1905 | |
e6cc62c6 | 1906 | cat >>confdefs.h <<\_ACEOF |
82d43113 | 1907 | #define TARGET_CARBON 1 |
e6cc62c6 | 1908 | _ACEOF |
b4085ce6 GD |
1909 | |
1910 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
1911 | ;; | |
1912 | ||
b12915c1 VZ |
1913 | *-*-beos* ) |
1914 | USE_BEOS=1 | |
e6cc62c6 | 1915 | cat >>confdefs.h <<\_ACEOF |
b12915c1 | 1916 | #define __BEOS__ 1 |
e6cc62c6 | 1917 | _ACEOF |
b12915c1 VZ |
1918 | |
1919 | ;; | |
1920 | ||
10f2d63a | 1921 | *) |
e6cc62c6 VS |
1922 | { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5 |
1923 | echo "$as_me: error: unknown system type ${host}." >&2;} | |
1924 | { (exit 1); exit 1; }; } | |
10f2d63a VZ |
1925 | esac |
1926 | ||
8284b0c5 MB |
1927 | |
1928 | ||
1929 | ||
1930 | wx_arg_cache_file="configarg.cache" | |
1931 | echo "loading argument cache $wx_arg_cache_file" | |
10f2d63a VZ |
1932 | rm -f ${wx_arg_cache_file}.tmp |
1933 | touch ${wx_arg_cache_file}.tmp | |
1934 | touch ${wx_arg_cache_file} | |
e6cc62c6 | 1935 | |
10f2d63a VZ |
1936 | |
1937 | DEBUG_CONFIGURE=0 | |
1938 | if test $DEBUG_CONFIGURE = 1; then | |
1e6feb95 VZ |
1939 | DEFAULT_wxUSE_UNIVERSAL=no |
1940 | ||
d8356fa3 VZ |
1941 | DEFAULT_wxUSE_NANOX=no |
1942 | ||
10f2d63a VZ |
1943 | DEFAULT_wxUSE_THREADS=yes |
1944 | ||
1945 | DEFAULT_wxUSE_SHARED=yes | |
1e6feb95 | 1946 | DEFAULT_wxUSE_OPTIMISE=no |
10f2d63a VZ |
1947 | DEFAULT_wxUSE_PROFILE=no |
1948 | DEFAULT_wxUSE_NO_DEPS=no | |
8f4a9a10 RR |
1949 | DEFAULT_wxUSE_NO_RTTI=no |
1950 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
10f2d63a VZ |
1951 | DEFAULT_wxUSE_PERMISSIVE=no |
1952 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1953 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1954 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
1955 | DEFAULT_wxUSE_MEM_TRACING=no | |
1956 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1957 | DEFAULT_wxUSE_DMALLOC=no | |
a7ae7112 | 1958 | DEFAULT_wxUSE_PRECOMP=no |
10f2d63a VZ |
1959 | DEFAULT_wxUSE_APPLE_IEEE=no |
1960 | ||
1961 | DEFAULT_wxUSE_LOG=yes | |
1e6feb95 VZ |
1962 | DEFAULT_wxUSE_LOGWINDOW=no |
1963 | DEFAULT_wxUSE_LOGGUI=no | |
69d27ff7 | 1964 | DEFAULT_wxUSE_LOGDIALOG=no |
10f2d63a VZ |
1965 | |
1966 | DEFAULT_wxUSE_GUI=yes | |
1e6feb95 | 1967 | DEFAULT_wxUSE_CONTROLS=no |
10f2d63a | 1968 | |
3e44f09d | 1969 | DEFAULT_wxUSE_REGEX=no |
10f2d63a VZ |
1970 | DEFAULT_wxUSE_ZLIB=no |
1971 | DEFAULT_wxUSE_LIBPNG=no | |
1972 | DEFAULT_wxUSE_LIBJPEG=no | |
c7a2bf27 | 1973 | DEFAULT_wxUSE_LIBTIFF=no |
10f2d63a | 1974 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 1975 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 1976 | |
eb4efbdc | 1977 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no |
4f3c5f06 | 1978 | DEFAULT_wxUSE_SNGLINST_CHECKER=no |
10f2d63a | 1979 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
1980 | DEFAULT_wxUSE_CMDLINE_PARSER=no |
1981 | DEFAULT_wxUSE_DATETIME=no | |
1e6feb95 VZ |
1982 | DEFAULT_wxUSE_TIMER=no |
1983 | DEFAULT_wxUSE_STOPWATCH=no | |
10f2d63a | 1984 | DEFAULT_wxUSE_FILE=no |
1e6feb95 | 1985 | DEFAULT_wxUSE_FFILE=no |
a3a584a7 | 1986 | DEFAULT_wxUSE_TEXTBUFFER=no |
10f2d63a | 1987 | DEFAULT_wxUSE_TEXTFILE=no |
10f2d63a VZ |
1988 | DEFAULT_wxUSE_WAVE=no |
1989 | DEFAULT_wxUSE_INTL=no | |
1990 | DEFAULT_wxUSE_CONFIG=no | |
1e6feb95 | 1991 | DEFAULT_wxUSE_FONTMAP=no |
10f2d63a VZ |
1992 | DEFAULT_wxUSE_STREAMS=no |
1993 | DEFAULT_wxUSE_SOCKETS=no | |
3bce6687 JS |
1994 | DEFAULT_wxUSE_OLE=no |
1995 | DEFAULT_wxUSE_DATAOBJ=no | |
10f2d63a | 1996 | DEFAULT_wxUSE_DIALUP_MANAGER=no |
10f2d63a | 1997 | DEFAULT_wxUSE_JOYSTICK=no |
6bff71f8 | 1998 | DEFAULT_wxUSE_DYNLIB_CLASS=no |
0b9ab0bd | 1999 | DEFAULT_wxUSE_DYNAMIC_LOADER=no |
10f2d63a | 2000 | DEFAULT_wxUSE_LONGLONG=no |
e8f65ba6 | 2001 | DEFAULT_wxUSE_GEOMETRY=no |
10f2d63a VZ |
2002 | |
2003 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
2004 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
2005 | DEFAULT_wxUSE_POSTSCRIPT=no | |
2006 | ||
10f2d63a VZ |
2007 | DEFAULT_wxUSE_CLIPBOARD=no |
2008 | DEFAULT_wxUSE_TOOLTIPS=no | |
2009 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
24fd6d87 | 2010 | DEFAULT_wxUSE_DRAGIMAGE=no |
10f2d63a VZ |
2011 | DEFAULT_wxUSE_SPLINES=no |
2012 | ||
2013 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no | |
2014 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
2015 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
2016 | ||
10f2d63a VZ |
2017 | DEFAULT_wxUSE_RESOURCES=no |
2018 | DEFAULT_wxUSE_CONSTRAINTS=no | |
2019 | DEFAULT_wxUSE_IPC=no | |
2020 | DEFAULT_wxUSE_HELP=no | |
29fd3c0c | 2021 | DEFAULT_wxUSE_MS_HTML_HELP=no |
3379ed37 | 2022 | DEFAULT_wxUSE_WXHTML_HELP=no |
24176f2c | 2023 | DEFAULT_wxUSE_TREELAYOUT=no |
10f2d63a | 2024 | DEFAULT_wxUSE_METAFILE=no |
1e6feb95 | 2025 | DEFAULT_wxUSE_MIMETYPE=no |
4cdb0ab0 VS |
2026 | DEFAULT_wxUSE_SYSTEM_OPTIONS=no |
2027 | DEFAULT_wxUSE_PROTOCOL=no | |
2028 | DEFAULT_wxUSE_PROTOCOL_HTTP=no | |
2029 | DEFAULT_wxUSE_PROTOCOL_FTP=no | |
2030 | DEFAULT_wxUSE_PROTOCOL_FILE=no | |
2031 | DEFAULT_wxUSE_URL=no | |
3bd8fb5f | 2032 | |
10f2d63a | 2033 | DEFAULT_wxUSE_COMMONDLGS=no |
1e6feb95 VZ |
2034 | DEFAULT_wxUSE_CHOICEDLG=no |
2035 | DEFAULT_wxUSE_COLOURDLG=no | |
10f2d63a | 2036 | DEFAULT_wxUSE_DIRDLG=no |
1e6feb95 | 2037 | DEFAULT_wxUSE_FILEDLG=no |
8db37e06 | 2038 | DEFAULT_wxUSE_FINDREPLDLG=no |
1e6feb95 VZ |
2039 | DEFAULT_wxUSE_FONTDLG=no |
2040 | DEFAULT_wxUSE_MSGDLG=no | |
2041 | DEFAULT_wxUSE_NUMBERDLG=no | |
10f2d63a | 2042 | DEFAULT_wxUSE_TEXTDLG=no |
cbca9943 | 2043 | DEFAULT_wxUSE_SPLASH=no |
10f2d63a VZ |
2044 | DEFAULT_wxUSE_STARTUP_TIPS=no |
2045 | DEFAULT_wxUSE_PROGRESSDLG=no | |
b1f5d087 VZ |
2046 | DEFAULT_wxUSE_WIZARDDLG=no |
2047 | ||
1e6feb95 | 2048 | DEFAULT_wxUSE_MENUS=no |
10f2d63a VZ |
2049 | DEFAULT_wxUSE_MINIFRAME=no |
2050 | DEFAULT_wxUSE_HTML=no | |
24528b0c | 2051 | DEFAULT_wxUSE_FILESYSTEM=no |
10f2d63a VZ |
2052 | DEFAULT_wxUSE_FS_INET=no |
2053 | DEFAULT_wxUSE_FS_ZIP=no | |
2054 | DEFAULT_wxUSE_BUSYINFO=no | |
2055 | DEFAULT_wxUSE_ZIPSTREAM=no | |
1e6feb95 | 2056 | DEFAULT_wxUSE_VALIDATORS=no |
10f2d63a VZ |
2057 | |
2058 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 | 2059 | DEFAULT_wxUSE_BUTTON=no |
10f2d63a | 2060 | DEFAULT_wxUSE_BMPBUTTON=no |
1e6feb95 VZ |
2061 | DEFAULT_wxUSE_CALCTRL=no |
2062 | DEFAULT_wxUSE_CARET=no | |
10f2d63a VZ |
2063 | DEFAULT_wxUSE_CHECKBOX=no |
2064 | DEFAULT_wxUSE_CHECKLST=no | |
1e6feb95 | 2065 | DEFAULT_wxUSE_CHOICE=no |
10f2d63a | 2066 | DEFAULT_wxUSE_COMBOBOX=no |
da494b40 | 2067 | DEFAULT_wxUSE_DISPLAY=no |
10f2d63a VZ |
2068 | DEFAULT_wxUSE_GAUGE=no |
2069 | DEFAULT_wxUSE_GRID=no | |
10f2d63a VZ |
2070 | DEFAULT_wxUSE_IMAGLIST=no |
2071 | DEFAULT_wxUSE_LISTBOX=no | |
2072 | DEFAULT_wxUSE_LISTCTRL=no | |
2073 | DEFAULT_wxUSE_NOTEBOOK=no | |
2074 | DEFAULT_wxUSE_RADIOBOX=no | |
2075 | DEFAULT_wxUSE_RADIOBTN=no | |
2076 | DEFAULT_wxUSE_SASH=no | |
2077 | DEFAULT_wxUSE_SCROLLBAR=no | |
2078 | DEFAULT_wxUSE_SLIDER=no | |
2079 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 2080 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
2081 | DEFAULT_wxUSE_SPLITTER=no |
2082 | DEFAULT_wxUSE_STATBMP=no | |
2083 | DEFAULT_wxUSE_STATBOX=no | |
2084 | DEFAULT_wxUSE_STATLINE=no | |
1e6feb95 | 2085 | DEFAULT_wxUSE_STATTEXT=no |
10f2d63a VZ |
2086 | DEFAULT_wxUSE_STATUSBAR=yes |
2087 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 2088 | DEFAULT_wxUSE_TEXTCTRL=no |
1db8dc4a | 2089 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 2090 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
2091 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
2092 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a | 2093 | DEFAULT_wxUSE_TREECTRL=no |
9f41d601 | 2094 | DEFAULT_wxUSE_POPUPWIN=no |
9926e4a4 | 2095 | DEFAULT_wxUSE_TIPWINDOW=no |
10f2d63a VZ |
2096 | |
2097 | DEFAULT_wxUSE_UNICODE=no | |
a72a4bfa | 2098 | DEFAULT_wxUSE_UNICODE_MSLU=no |
10f2d63a VZ |
2099 | DEFAULT_wxUSE_WCSRTOMBS=no |
2100 | ||
edae8572 | 2101 | DEFAULT_wxUSE_PALETTE=no |
0046ff7c | 2102 | DEFAULT_wxUSE_IMAGE=no |
10f2d63a VZ |
2103 | DEFAULT_wxUSE_GIF=no |
2104 | DEFAULT_wxUSE_PCX=no | |
2105 | DEFAULT_wxUSE_PNM=no | |
4b6b4dfc | 2106 | DEFAULT_wxUSE_IFF=no |
0046ff7c | 2107 | DEFAULT_wxUSE_XPM=no |
658974ae | 2108 | DEFAULT_wxUSE_ICO_CUR=no |
7bb2947d | 2109 | DEFAULT_wxUSE_ACCESSIBILITY=no |
9747f85d VS |
2110 | |
2111 | DEFAULT_wxUSE_MONOLITHIC=yes | |
10f2d63a | 2112 | else |
1e6feb95 VZ |
2113 | DEFAULT_wxUSE_UNIVERSAL=no |
2114 | ||
d8356fa3 VZ |
2115 | DEFAULT_wxUSE_NANOX=no |
2116 | ||
10f2d63a VZ |
2117 | DEFAULT_wxUSE_THREADS=yes |
2118 | ||
2119 | DEFAULT_wxUSE_SHARED=yes | |
2120 | DEFAULT_wxUSE_OPTIMISE=yes | |
2121 | DEFAULT_wxUSE_PROFILE=no | |
2122 | DEFAULT_wxUSE_NO_DEPS=no | |
8f4a9a10 RR |
2123 | DEFAULT_wxUSE_NO_RTTI=no |
2124 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
10f2d63a VZ |
2125 | DEFAULT_wxUSE_PERMISSIVE=no |
2126 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2127 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2128 | DEFAULT_wxUSE_DEBUG_GDB=no | |
2129 | DEFAULT_wxUSE_MEM_TRACING=no | |
2130 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
2131 | DEFAULT_wxUSE_DMALLOC=no | |
a7ae7112 | 2132 | DEFAULT_wxUSE_PRECOMP=no |
10f2d63a VZ |
2133 | DEFAULT_wxUSE_APPLE_IEEE=yes |
2134 | ||
2135 | DEFAULT_wxUSE_LOG=yes | |
d73be714 VZ |
2136 | DEFAULT_wxUSE_LOGWINDOW=yes |
2137 | DEFAULT_wxUSE_LOGGUI=yes | |
69d27ff7 | 2138 | DEFAULT_wxUSE_LOGDIALOG=yes |
10f2d63a VZ |
2139 | |
2140 | DEFAULT_wxUSE_GUI=yes | |
2141 | ||
831b3152 | 2142 | DEFAULT_wxUSE_REGEX=yes |
10f2d63a VZ |
2143 | DEFAULT_wxUSE_ZLIB=yes |
2144 | DEFAULT_wxUSE_LIBPNG=yes | |
2145 | DEFAULT_wxUSE_LIBJPEG=yes | |
b47c832e | 2146 | DEFAULT_wxUSE_LIBTIFF=yes |
16b52fa1 | 2147 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 2148 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 2149 | |
eb4efbdc | 2150 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes |
4f3c5f06 | 2151 | DEFAULT_wxUSE_SNGLINST_CHECKER=yes |
10f2d63a | 2152 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
2153 | DEFAULT_wxUSE_CMDLINE_PARSER=yes |
2154 | DEFAULT_wxUSE_DATETIME=yes | |
1e6feb95 VZ |
2155 | DEFAULT_wxUSE_TIMER=yes |
2156 | DEFAULT_wxUSE_STOPWATCH=yes | |
10f2d63a | 2157 | DEFAULT_wxUSE_FILE=yes |
1e6feb95 | 2158 | DEFAULT_wxUSE_FFILE=yes |
a3a584a7 | 2159 | DEFAULT_wxUSE_TEXTBUFFER=yes |
10f2d63a | 2160 | DEFAULT_wxUSE_TEXTFILE=yes |
10f2d63a VZ |
2161 | DEFAULT_wxUSE_WAVE=no |
2162 | DEFAULT_wxUSE_INTL=yes | |
2163 | DEFAULT_wxUSE_CONFIG=yes | |
1e6feb95 | 2164 | DEFAULT_wxUSE_FONTMAP=yes |
10f2d63a VZ |
2165 | DEFAULT_wxUSE_STREAMS=yes |
2166 | DEFAULT_wxUSE_SOCKETS=yes | |
3bce6687 JS |
2167 | DEFAULT_wxUSE_OLE=yes |
2168 | DEFAULT_wxUSE_DATAOBJ=yes | |
10f2d63a | 2169 | DEFAULT_wxUSE_DIALUP_MANAGER=yes |
10f2d63a | 2170 | DEFAULT_wxUSE_JOYSTICK=yes |
6bff71f8 | 2171 | DEFAULT_wxUSE_DYNLIB_CLASS=yes |
9337b578 | 2172 | DEFAULT_wxUSE_DYNAMIC_LOADER=yes |
b685cd9b | 2173 | DEFAULT_wxUSE_LONGLONG=yes |
e8f65ba6 | 2174 | DEFAULT_wxUSE_GEOMETRY=yes |
10f2d63a VZ |
2175 | |
2176 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
2177 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
2178 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
2179 | ||
10f2d63a VZ |
2180 | DEFAULT_wxUSE_CLIPBOARD=yes |
2181 | DEFAULT_wxUSE_TOOLTIPS=yes | |
2182 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
24fd6d87 | 2183 | DEFAULT_wxUSE_DRAGIMAGE=yes |
10f2d63a VZ |
2184 | DEFAULT_wxUSE_SPLINES=yes |
2185 | ||
2186 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes | |
2187 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
2188 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
2189 | ||
2b5f62a0 | 2190 | DEFAULT_wxUSE_RESOURCES=no |
10f2d63a VZ |
2191 | DEFAULT_wxUSE_CONSTRAINTS=yes |
2192 | DEFAULT_wxUSE_IPC=yes | |
2193 | DEFAULT_wxUSE_HELP=yes | |
29fd3c0c | 2194 | DEFAULT_wxUSE_MS_HTML_HELP=yes |
3379ed37 | 2195 | DEFAULT_wxUSE_WXHTML_HELP=yes |
24176f2c | 2196 | DEFAULT_wxUSE_TREELAYOUT=yes |
10f2d63a | 2197 | DEFAULT_wxUSE_METAFILE=yes |
1e6feb95 | 2198 | DEFAULT_wxUSE_MIMETYPE=yes |
3e44f09d | 2199 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes |
4cdb0ab0 VS |
2200 | DEFAULT_wxUSE_PROTOCOL=yes |
2201 | DEFAULT_wxUSE_PROTOCOL_HTTP=yes | |
2202 | DEFAULT_wxUSE_PROTOCOL_FTP=yes | |
2203 | DEFAULT_wxUSE_PROTOCOL_FILE=yes | |
2204 | DEFAULT_wxUSE_URL=yes | |
10f2d63a VZ |
2205 | |
2206 | DEFAULT_wxUSE_COMMONDLGS=yes | |
1e6feb95 VZ |
2207 | DEFAULT_wxUSE_CHOICEDLG=yes |
2208 | DEFAULT_wxUSE_COLOURDLG=yes | |
10f2d63a | 2209 | DEFAULT_wxUSE_DIRDLG=yes |
1e6feb95 | 2210 | DEFAULT_wxUSE_FILEDLG=yes |
8db37e06 | 2211 | DEFAULT_wxUSE_FINDREPLDLG=yes |
1e6feb95 VZ |
2212 | DEFAULT_wxUSE_FONTDLG=yes |
2213 | DEFAULT_wxUSE_MSGDLG=yes | |
2214 | DEFAULT_wxUSE_NUMBERDLG=yes | |
10f2d63a | 2215 | DEFAULT_wxUSE_TEXTDLG=yes |
cbca9943 | 2216 | DEFAULT_wxUSE_SPLASH=yes |
10f2d63a VZ |
2217 | DEFAULT_wxUSE_STARTUP_TIPS=yes |
2218 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
f33f19dd VZ |
2219 | DEFAULT_wxUSE_WIZARDDLG=yes |
2220 | ||
1e6feb95 | 2221 | DEFAULT_wxUSE_MENUS=yes |
10f2d63a VZ |
2222 | DEFAULT_wxUSE_MINIFRAME=yes |
2223 | DEFAULT_wxUSE_HTML=yes | |
24528b0c | 2224 | DEFAULT_wxUSE_FILESYSTEM=yes |
10f2d63a VZ |
2225 | DEFAULT_wxUSE_FS_INET=yes |
2226 | DEFAULT_wxUSE_FS_ZIP=yes | |
2227 | DEFAULT_wxUSE_BUSYINFO=yes | |
2228 | DEFAULT_wxUSE_ZIPSTREAM=yes | |
2229 | DEFAULT_wxUSE_VALIDATORS=yes | |
2230 | ||
2231 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 | 2232 | DEFAULT_wxUSE_BUTTON=yes |
10f2d63a | 2233 | DEFAULT_wxUSE_BMPBUTTON=yes |
1e6feb95 VZ |
2234 | DEFAULT_wxUSE_CALCTRL=yes |
2235 | DEFAULT_wxUSE_CARET=yes | |
10f2d63a VZ |
2236 | DEFAULT_wxUSE_CHECKBOX=yes |
2237 | DEFAULT_wxUSE_CHECKLST=yes | |
2238 | DEFAULT_wxUSE_CHOICE=yes | |
2239 | DEFAULT_wxUSE_COMBOBOX=yes | |
da494b40 | 2240 | DEFAULT_wxUSE_DISPLAY=no |
10f2d63a VZ |
2241 | DEFAULT_wxUSE_GAUGE=yes |
2242 | DEFAULT_wxUSE_GRID=yes | |
10f2d63a VZ |
2243 | DEFAULT_wxUSE_IMAGLIST=yes |
2244 | DEFAULT_wxUSE_LISTBOX=yes | |
2245 | DEFAULT_wxUSE_LISTCTRL=yes | |
2246 | DEFAULT_wxUSE_NOTEBOOK=yes | |
2247 | DEFAULT_wxUSE_RADIOBOX=yes | |
2248 | DEFAULT_wxUSE_RADIOBTN=yes | |
2249 | DEFAULT_wxUSE_SASH=yes | |
2250 | DEFAULT_wxUSE_SCROLLBAR=yes | |
2251 | DEFAULT_wxUSE_SLIDER=yes | |
2252 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 2253 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
2254 | DEFAULT_wxUSE_SPLITTER=yes |
2255 | DEFAULT_wxUSE_STATBMP=yes | |
2256 | DEFAULT_wxUSE_STATBOX=yes | |
2257 | DEFAULT_wxUSE_STATLINE=yes | |
1e6feb95 | 2258 | DEFAULT_wxUSE_STATTEXT=yes |
10f2d63a VZ |
2259 | DEFAULT_wxUSE_STATUSBAR=yes |
2260 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 2261 | DEFAULT_wxUSE_TEXTCTRL=yes |
1db8dc4a | 2262 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 2263 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
2264 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
2265 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a | 2266 | DEFAULT_wxUSE_TREECTRL=yes |
9f41d601 | 2267 | DEFAULT_wxUSE_POPUPWIN=yes |
9926e4a4 | 2268 | DEFAULT_wxUSE_TIPWINDOW=yes |
10f2d63a VZ |
2269 | |
2270 | DEFAULT_wxUSE_UNICODE=no | |
a72a4bfa | 2271 | DEFAULT_wxUSE_UNICODE_MSLU=yes |
10f2d63a VZ |
2272 | DEFAULT_wxUSE_WCSRTOMBS=no |
2273 | ||
edae8572 | 2274 | DEFAULT_wxUSE_PALETTE=yes |
0046ff7c | 2275 | DEFAULT_wxUSE_IMAGE=yes |
10f2d63a VZ |
2276 | DEFAULT_wxUSE_GIF=yes |
2277 | DEFAULT_wxUSE_PCX=yes | |
cc0e8480 | 2278 | DEFAULT_wxUSE_IFF=no |
10f2d63a | 2279 | DEFAULT_wxUSE_PNM=yes |
0046ff7c | 2280 | DEFAULT_wxUSE_XPM=yes |
658974ae | 2281 | DEFAULT_wxUSE_ICO_CUR=yes |
7bb2947d | 2282 | DEFAULT_wxUSE_ACCESSIBILITY=no |
9747f85d VS |
2283 | |
2284 | DEFAULT_wxUSE_MONOLITHIC=yes | |
10f2d63a VZ |
2285 | fi |
2286 | ||
8284b0c5 MB |
2287 | |
2288 | ||
10f2d63a | 2289 | for toolkit in `echo $ALL_TOOLKITS`; do |
d74f4b5a VZ |
2290 | LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}` |
2291 | if test "x$LINE" != "x" ; then | |
10f2d63a VZ |
2292 | has_toolkit_in_cache=1 |
2293 | eval "DEFAULT_$LINE" | |
2294 | eval "CACHE_$toolkit=1" | |
2295 | fi | |
2296 | done | |
2297 | ||
8284b0c5 MB |
2298 | |
2299 | ||
5005acfe | 2300 | enablestring= |
e6cc62c6 VS |
2301 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5 |
2302 | echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6 | |
10f2d63a VZ |
2303 | no_cache=0 |
2304 | # Check whether --enable-gui or --disable-gui was given. | |
2305 | if test "${enable_gui+set}" = set; then | |
2306 | enableval="$enable_gui" | |
e6cc62c6 | 2307 | |
10f2d63a VZ |
2308 | if test "$enableval" = yes; then |
2309 | ac_cv_use_gui='wxUSE_GUI=yes' | |
2310 | else | |
2311 | ac_cv_use_gui='wxUSE_GUI=no' | |
2312 | fi | |
e6cc62c6 | 2313 | |
10f2d63a | 2314 | else |
e6cc62c6 | 2315 | |
10f2d63a VZ |
2316 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` |
2317 | if test "x$LINE" != x ; then | |
2318 | eval "DEFAULT_$LINE" | |
2319 | else | |
2320 | no_cache=1 | |
2321 | fi | |
2322 | ||
2323 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
10f2d63a | 2324 | |
e6cc62c6 | 2325 | fi; |
10f2d63a VZ |
2326 | |
2327 | eval "$ac_cv_use_gui" | |
2328 | if test "$no_cache" != 1; then | |
2329 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
2330 | fi | |
2331 | ||
2332 | if test "$wxUSE_GUI" = yes; then | |
e6cc62c6 VS |
2333 | echo "$as_me:$LINENO: result: yes" >&5 |
2334 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 2335 | else |
e6cc62c6 VS |
2336 | echo "$as_me:$LINENO: result: no" >&5 |
2337 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 2338 | fi |
e6cc62c6 | 2339 | |
10f2d63a | 2340 | |
9747f85d VS |
2341 | enablestring= |
2342 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5 | |
2343 | echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6 | |
2344 | no_cache=0 | |
2345 | # Check whether --enable-monolithic or --disable-monolithic was given. | |
2346 | if test "${enable_monolithic+set}" = set; then | |
2347 | enableval="$enable_monolithic" | |
2348 | ||
2349 | if test "$enableval" = yes; then | |
2350 | ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes' | |
2351 | else | |
2352 | ac_cv_use_monolithic='wxUSE_MONOLITHIC=no' | |
2353 | fi | |
2354 | ||
2355 | else | |
2356 | ||
2357 | LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}` | |
2358 | if test "x$LINE" != x ; then | |
2359 | eval "DEFAULT_$LINE" | |
2360 | else | |
2361 | no_cache=1 | |
2362 | fi | |
2363 | ||
2364 | ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC | |
2365 | ||
2366 | fi; | |
2367 | ||
2368 | eval "$ac_cv_use_monolithic" | |
2369 | if test "$no_cache" != 1; then | |
2370 | echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp | |
2371 | fi | |
2372 | ||
2373 | if test "$wxUSE_MONOLITHIC" = yes; then | |
2374 | echo "$as_me:$LINENO: result: yes" >&5 | |
2375 | echo "${ECHO_T}yes" >&6 | |
2376 | else | |
2377 | echo "$as_me:$LINENO: result: no" >&5 | |
2378 | echo "${ECHO_T}no" >&6 | |
2379 | fi | |
2380 | ||
2381 | ||
b12915c1 | 2382 | if test "$wxUSE_GUI" = "yes"; then |
10f2d63a | 2383 | |
8284b0c5 | 2384 | |
5005acfe | 2385 | enablestring= |
e6cc62c6 VS |
2386 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5 |
2387 | echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6 | |
1e6feb95 VZ |
2388 | no_cache=0 |
2389 | # Check whether --enable-universal or --disable-universal was given. | |
2390 | if test "${enable_universal+set}" = set; then | |
2391 | enableval="$enable_universal" | |
e6cc62c6 | 2392 | |
1e6feb95 VZ |
2393 | if test "$enableval" = yes; then |
2394 | ac_cv_use_universal='wxUSE_UNIVERSAL=yes' | |
2395 | else | |
2396 | ac_cv_use_universal='wxUSE_UNIVERSAL=no' | |
2397 | fi | |
e6cc62c6 | 2398 | |
1e6feb95 | 2399 | else |
e6cc62c6 | 2400 | |
1e6feb95 VZ |
2401 | LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` |
2402 | if test "x$LINE" != x ; then | |
2403 | eval "DEFAULT_$LINE" | |
2404 | else | |
2405 | no_cache=1 | |
2406 | fi | |
2407 | ||
2408 | ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL | |
1e6feb95 | 2409 | |
e6cc62c6 | 2410 | fi; |
1e6feb95 VZ |
2411 | |
2412 | eval "$ac_cv_use_universal" | |
2413 | if test "$no_cache" != 1; then | |
2414 | echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp | |
2415 | fi | |
2416 | ||
2417 | if test "$wxUSE_UNIVERSAL" = yes; then | |
e6cc62c6 VS |
2418 | echo "$as_me:$LINENO: result: yes" >&5 |
2419 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 2420 | else |
e6cc62c6 VS |
2421 | echo "$as_me:$LINENO: result: no" >&5 |
2422 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 2423 | fi |
e6cc62c6 VS |
2424 | |
2425 | ||
10f2d63a VZ |
2426 | # Check whether --with-gtk or --without-gtk was given. |
2427 | if test "${with_gtk+set}" = set; then | |
2428 | withval="$with_gtk" | |
2429 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
e6cc62c6 | 2430 | fi; |
10f2d63a VZ |
2431 | |
2432 | # Check whether --with-motif or --without-motif was given. | |
2433 | if test "${with_motif+set}" = set; then | |
2434 | withval="$with_motif" | |
2435 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
e6cc62c6 | 2436 | fi; |
10f2d63a | 2437 | |
b4085ce6 GD |
2438 | # Check whether --with-mac or --without-mac was given. |
2439 | if test "${with_mac+set}" = set; then | |
2440 | withval="$with_mac" | |
2441 | wxUSE_MAC="$withval" TOOLKIT_GIVEN=1 | |
e6cc62c6 | 2442 | fi; |
b4085ce6 | 2443 | |
ac0c4cc3 DE |
2444 | # Check whether --with-cocoa or --without-cocoa was given. |
2445 | if test "${with_cocoa+set}" = set; then | |
2446 | withval="$with_cocoa" | |
2447 | wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1 | |
e6cc62c6 | 2448 | fi; |
ac0c4cc3 | 2449 | |
10f2d63a VZ |
2450 | # Check whether --with-wine or --without-wine was given. |
2451 | if test "${with_wine+set}" = set; then | |
2452 | withval="$with_wine" | |
89e6bf6d | 2453 | wxUSE_WINE="$withval" CACHE_WINE=1 |
e6cc62c6 | 2454 | fi; |
10f2d63a | 2455 | |
77e13408 RL |
2456 | # Check whether --with-msw or --without-msw was given. |
2457 | if test "${with_msw+set}" = set; then | |
2458 | withval="$with_msw" | |
b4efce5e | 2459 | wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1 |
e6cc62c6 | 2460 | fi; |
10f2d63a | 2461 | |
e07802fc VZ |
2462 | # Check whether --with-pm or --without-pm was given. |
2463 | if test "${with_pm+set}" = set; then | |
2464 | withval="$with_pm" | |
2465 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
e6cc62c6 | 2466 | fi; |
698dcdb6 | 2467 | |
1e6feb95 VZ |
2468 | # Check whether --with-mgl or --without-mgl was given. |
2469 | if test "${with_mgl+set}" = set; then | |
2470 | withval="$with_mgl" | |
6c657b52 | 2471 | wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1 |
e6cc62c6 | 2472 | fi; |
1e6feb95 | 2473 | |
1725144d RR |
2474 | # Check whether --with-microwin or --without-microwin was given. |
2475 | if test "${with_microwin+set}" = set; then | |
2476 | withval="$with_microwin" | |
2477 | wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1 | |
e6cc62c6 | 2478 | fi; |
1725144d | 2479 | |
f79bd02d JS |
2480 | # Check whether --with-x11 or --without-x11 was given. |
2481 | if test "${with_x11+set}" = set; then | |
2482 | withval="$with_x11" | |
3c011993 | 2483 | wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1 |
e6cc62c6 | 2484 | fi; |
a0b9e27f | 2485 | |
5005acfe | 2486 | enablestring= |
e6cc62c6 VS |
2487 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5 |
2488 | echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6 | |
d8356fa3 | 2489 | no_cache=0 |
ba875e66 VZ |
2490 | # Check whether --enable-nanox or --disable-nanox was given. |
2491 | if test "${enable_nanox+set}" = set; then | |
2492 | enableval="$enable_nanox" | |
e6cc62c6 | 2493 | |
d8356fa3 | 2494 | if test "$enableval" = yes; then |
ba875e66 | 2495 | ac_cv_use_nanox='wxUSE_NANOX=yes' |
d8356fa3 | 2496 | else |
ba875e66 | 2497 | ac_cv_use_nanox='wxUSE_NANOX=no' |
d8356fa3 | 2498 | fi |
e6cc62c6 | 2499 | |
d8356fa3 | 2500 | else |
e6cc62c6 | 2501 | |
d8356fa3 VZ |
2502 | LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}` |
2503 | if test "x$LINE" != x ; then | |
2504 | eval "DEFAULT_$LINE" | |
2505 | else | |
2506 | no_cache=1 | |
2507 | fi | |
2508 | ||
ba875e66 | 2509 | ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX |
d8356fa3 | 2510 | |
e6cc62c6 | 2511 | fi; |
d8356fa3 | 2512 | |
ba875e66 | 2513 | eval "$ac_cv_use_nanox" |
d8356fa3 | 2514 | if test "$no_cache" != 1; then |
ba875e66 | 2515 | echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp |
d8356fa3 VZ |
2516 | fi |
2517 | ||
2518 | if test "$wxUSE_NANOX" = yes; then | |
e6cc62c6 VS |
2519 | echo "$as_me:$LINENO: result: yes" >&5 |
2520 | echo "${ECHO_T}yes" >&6 | |
d8356fa3 | 2521 | else |
e6cc62c6 VS |
2522 | echo "$as_me:$LINENO: result: no" >&5 |
2523 | echo "${ECHO_T}no" >&6 | |
d8356fa3 | 2524 | fi |
e6cc62c6 | 2525 | |
8284b0c5 | 2526 | |
d74f4b5a | 2527 | |
5005acfe | 2528 | enablestring= |
e6cc62c6 VS |
2529 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5 |
2530 | echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6 | |
d74f4b5a VZ |
2531 | no_cache=0 |
2532 | # Check whether --enable-gtk2 or --disable-gtk2 was given. | |
8168de4c VZ |
2533 | if test "${enable_gtk2+set}" = set; then |
2534 | enableval="$enable_gtk2" | |
e6cc62c6 | 2535 | |
d74f4b5a VZ |
2536 | if test "$enableval" = yes; then |
2537 | ac_cv_use_gtk2='wxUSE_GTK2=yes' | |
2538 | else | |
2539 | ac_cv_use_gtk2='wxUSE_GTK2=no' | |
2540 | fi | |
e6cc62c6 | 2541 | |
10f2d63a | 2542 | else |
e6cc62c6 | 2543 | |
d74f4b5a VZ |
2544 | LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}` |
2545 | if test "x$LINE" != x ; then | |
2546 | eval "DEFAULT_$LINE" | |
2547 | else | |
2548 | no_cache=1 | |
2549 | fi | |
2550 | ||
2551 | ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2 | |
52127426 | 2552 | |
e6cc62c6 | 2553 | fi; |
328a083c | 2554 | |
d74f4b5a VZ |
2555 | eval "$ac_cv_use_gtk2" |
2556 | if test "$no_cache" != 1; then | |
2557 | echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp | |
2558 | fi | |
2559 | ||
2560 | if test "$wxUSE_GTK2" = yes; then | |
e6cc62c6 VS |
2561 | echo "$as_me:$LINENO: result: yes" >&5 |
2562 | echo "${ECHO_T}yes" >&6 | |
d74f4b5a | 2563 | else |
e6cc62c6 VS |
2564 | echo "$as_me:$LINENO: result: no" >&5 |
2565 | echo "${ECHO_T}no" >&6 | |
d74f4b5a | 2566 | fi |
d74f4b5a | 2567 | |
5c6fa7d2 | 2568 | |
e6cc62c6 VS |
2569 | |
2570 | echo "$as_me:$LINENO: checking for --with-libpng" >&5 | |
2571 | echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6 | |
8284b0c5 | 2572 | no_cache=0 |
e6cc62c6 VS |
2573 | |
2574 | # Check whether --with-libpng or --without-libpng was given. | |
b12915c1 VZ |
2575 | if test "${with_libpng+set}" = set; then |
2576 | withval="$with_libpng" | |
e6cc62c6 | 2577 | |
10f2d63a | 2578 | if test "$withval" = yes; then |
b12915c1 | 2579 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' |
422107f9 | 2580 | elif test "$withval" = no; then |
b12915c1 | 2581 | ac_cv_use_libpng='wxUSE_LIBPNG=no' |
422107f9 VZ |
2582 | elif test "$withval" = sys; then |
2583 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
4f14bcd8 GD |
2584 | elif test "$withval" = builtin; then |
2585 | ac_cv_use_libpng='wxUSE_LIBPNG=builtin' | |
422107f9 | 2586 | else |
e6cc62c6 VS |
2587 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5 |
2588 | echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;} | |
2589 | { (exit 1); exit 1; }; } | |
10f2d63a | 2590 | fi |
e6cc62c6 | 2591 | |
10f2d63a | 2592 | else |
e6cc62c6 | 2593 | |
b12915c1 | 2594 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` |
10f2d63a VZ |
2595 | if test "x$LINE" != x ; then |
2596 | eval "DEFAULT_$LINE" | |
2597 | else | |
2598 | no_cache=1 | |
2599 | fi | |
2600 | ||
b12915c1 | 2601 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG |
10f2d63a | 2602 | |
e6cc62c6 | 2603 | fi; |
10f2d63a | 2604 | |
b12915c1 | 2605 | eval "$ac_cv_use_libpng" |
10f2d63a | 2606 | if test "$no_cache" != 1; then |
b12915c1 | 2607 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2608 | fi |
2609 | ||
b12915c1 | 2610 | if test "$wxUSE_LIBPNG" = yes; then |
e6cc62c6 VS |
2611 | echo "$as_me:$LINENO: result: yes" >&5 |
2612 | echo "${ECHO_T}yes" >&6 | |
422107f9 | 2613 | elif test "$wxUSE_LIBPNG" = no; then |
e6cc62c6 VS |
2614 | echo "$as_me:$LINENO: result: no" >&5 |
2615 | echo "${ECHO_T}no" >&6 | |
422107f9 | 2616 | elif test "$wxUSE_LIBPNG" = sys; then |
e6cc62c6 VS |
2617 | echo "$as_me:$LINENO: result: system version" >&5 |
2618 | echo "${ECHO_T}system version" >&6 | |
4f14bcd8 | 2619 | elif test "$wxUSE_LIBPNG" = builtin; then |
e6cc62c6 VS |
2620 | echo "$as_me:$LINENO: result: builtin version" >&5 |
2621 | echo "${ECHO_T}builtin version" >&6 | |
422107f9 | 2622 | else |
e6cc62c6 VS |
2623 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5 |
2624 | echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;} | |
2625 | { (exit 1); exit 1; }; } | |
10f2d63a | 2626 | fi |
10f2d63a | 2627 | |
e6cc62c6 VS |
2628 | |
2629 | echo "$as_me:$LINENO: checking for --with-libjpeg" >&5 | |
2630 | echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6 | |
10f2d63a | 2631 | no_cache=0 |
e6cc62c6 VS |
2632 | |
2633 | # Check whether --with-libjpeg or --without-libjpeg was given. | |
b12915c1 VZ |
2634 | if test "${with_libjpeg+set}" = set; then |
2635 | withval="$with_libjpeg" | |
e6cc62c6 | 2636 | |
10f2d63a | 2637 | if test "$withval" = yes; then |
b12915c1 | 2638 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' |
422107f9 | 2639 | elif test "$withval" = no; then |
b12915c1 | 2640 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' |
422107f9 VZ |
2641 | elif test "$withval" = sys; then |
2642 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
4f14bcd8 GD |
2643 | elif test "$withval" = builtin; then |
2644 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin' | |
422107f9 | 2645 | else |
e6cc62c6 VS |
2646 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5 |
2647 | echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;} | |
2648 | { (exit 1); exit 1; }; } | |
10f2d63a | 2649 | fi |
e6cc62c6 | 2650 | |
10f2d63a | 2651 | else |
e6cc62c6 | 2652 | |
b12915c1 | 2653 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` |
10f2d63a VZ |
2654 | if test "x$LINE" != x ; then |
2655 | eval "DEFAULT_$LINE" | |
2656 | else | |
2657 | no_cache=1 | |
2658 | fi | |
2659 | ||
b12915c1 | 2660 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG |
10f2d63a | 2661 | |
e6cc62c6 | 2662 | fi; |
10f2d63a | 2663 | |
b12915c1 | 2664 | eval "$ac_cv_use_libjpeg" |
10f2d63a | 2665 | if test "$no_cache" != 1; then |
b12915c1 | 2666 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2667 | fi |
2668 | ||
b12915c1 | 2669 | if test "$wxUSE_LIBJPEG" = yes; then |
e6cc62c6 VS |
2670 | echo "$as_me:$LINENO: result: yes" >&5 |
2671 | echo "${ECHO_T}yes" >&6 | |
422107f9 | 2672 | elif test "$wxUSE_LIBJPEG" = no; then |
e6cc62c6 VS |
2673 | echo "$as_me:$LINENO: result: no" >&5 |
2674 | echo "${ECHO_T}no" >&6 | |
422107f9 | 2675 | elif test "$wxUSE_LIBJPEG" = sys; then |
e6cc62c6 VS |
2676 | echo "$as_me:$LINENO: result: system version" >&5 |
2677 | echo "${ECHO_T}system version" >&6 | |
4f14bcd8 | 2678 | elif test "$wxUSE_LIBJPEG" = builtin; then |
e6cc62c6 VS |
2679 | echo "$as_me:$LINENO: result: builtin version" >&5 |
2680 | echo "${ECHO_T}builtin version" >&6 | |
422107f9 | 2681 | else |
e6cc62c6 VS |
2682 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5 |
2683 | echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;} | |
2684 | { (exit 1); exit 1; }; } | |
10f2d63a | 2685 | fi |
10f2d63a | 2686 | |
e6cc62c6 VS |
2687 | |
2688 | echo "$as_me:$LINENO: checking for --with-libtiff" >&5 | |
2689 | echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6 | |
10f2d63a | 2690 | no_cache=0 |
e6cc62c6 VS |
2691 | |
2692 | # Check whether --with-libtiff or --without-libtiff was given. | |
b12915c1 VZ |
2693 | if test "${with_libtiff+set}" = set; then |
2694 | withval="$with_libtiff" | |
e6cc62c6 | 2695 | |
10f2d63a | 2696 | if test "$withval" = yes; then |
b12915c1 | 2697 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' |
0dcf9893 | 2698 | elif test "$withval" = no; then |
b12915c1 | 2699 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' |
0dcf9893 VZ |
2700 | elif test "$withval" = sys; then |
2701 | ac_cv_use_libtiff='wxUSE_LIBTIFF=sys' | |
4f14bcd8 GD |
2702 | elif test "$withval" = builtin; then |
2703 | ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin' | |
0dcf9893 | 2704 | else |
e6cc62c6 VS |
2705 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5 |
2706 | echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;} | |
2707 | { (exit 1); exit 1; }; } | |
10f2d63a | 2708 | fi |
e6cc62c6 | 2709 | |
10f2d63a | 2710 | else |
e6cc62c6 | 2711 | |
b12915c1 | 2712 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` |
10f2d63a VZ |
2713 | if test "x$LINE" != x ; then |
2714 | eval "DEFAULT_$LINE" | |
2715 | else | |
2716 | no_cache=1 | |
2717 | fi | |
2718 | ||
b12915c1 | 2719 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF |
10f2d63a | 2720 | |
e6cc62c6 | 2721 | fi; |
10f2d63a | 2722 | |
b12915c1 | 2723 | eval "$ac_cv_use_libtiff" |
10f2d63a | 2724 | if test "$no_cache" != 1; then |
b12915c1 | 2725 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2726 | fi |
2727 | ||
b12915c1 | 2728 | if test "$wxUSE_LIBTIFF" = yes; then |
e6cc62c6 VS |
2729 | echo "$as_me:$LINENO: result: yes" >&5 |
2730 | echo "${ECHO_T}yes" >&6 | |
0dcf9893 | 2731 | elif test "$wxUSE_LIBTIFF" = no; then |
e6cc62c6 VS |
2732 | echo "$as_me:$LINENO: result: no" >&5 |
2733 | echo "${ECHO_T}no" >&6 | |
0dcf9893 | 2734 | elif test "$wxUSE_LIBTIFF" = sys; then |
e6cc62c6 VS |
2735 | echo "$as_me:$LINENO: result: system version" >&5 |
2736 | echo "${ECHO_T}system version" >&6 | |
4f14bcd8 | 2737 | elif test "$wxUSE_LIBTIFF" = builtin; then |
e6cc62c6 VS |
2738 | echo "$as_me:$LINENO: result: builtin version" >&5 |
2739 | echo "${ECHO_T}builtin version" >&6 | |
0dcf9893 | 2740 | else |
e6cc62c6 VS |
2741 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5 |
2742 | echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;} | |
2743 | { (exit 1); exit 1; }; } | |
10f2d63a | 2744 | fi |
10f2d63a | 2745 | |
e6cc62c6 VS |
2746 | |
2747 | echo "$as_me:$LINENO: checking for --with-opengl" >&5 | |
2748 | echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6 | |
10f2d63a | 2749 | no_cache=0 |
e6cc62c6 VS |
2750 | |
2751 | # Check whether --with-opengl or --without-opengl was given. | |
b12915c1 VZ |
2752 | if test "${with_opengl+set}" = set; then |
2753 | withval="$with_opengl" | |
e6cc62c6 | 2754 | |
10f2d63a | 2755 | if test "$withval" = yes; then |
b12915c1 | 2756 | ac_cv_use_opengl='wxUSE_OPENGL=yes' |
10f2d63a | 2757 | else |
b12915c1 | 2758 | ac_cv_use_opengl='wxUSE_OPENGL=no' |
10f2d63a | 2759 | fi |
e6cc62c6 | 2760 | |
10f2d63a | 2761 | else |
e6cc62c6 | 2762 | |
b12915c1 | 2763 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` |
10f2d63a VZ |
2764 | if test "x$LINE" != x ; then |
2765 | eval "DEFAULT_$LINE" | |
2766 | else | |
2767 | no_cache=1 | |
2768 | fi | |
2769 | ||
b12915c1 | 2770 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL |
10f2d63a | 2771 | |
e6cc62c6 | 2772 | fi; |
10f2d63a | 2773 | |
b12915c1 | 2774 | eval "$ac_cv_use_opengl" |
10f2d63a | 2775 | if test "$no_cache" != 1; then |
b12915c1 | 2776 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2777 | fi |
2778 | ||
b12915c1 | 2779 | if test "$wxUSE_OPENGL" = yes; then |
e6cc62c6 VS |
2780 | echo "$as_me:$LINENO: result: yes" >&5 |
2781 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 2782 | else |
e6cc62c6 VS |
2783 | echo "$as_me:$LINENO: result: no" >&5 |
2784 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 2785 | fi |
e6cc62c6 | 2786 | |
10f2d63a | 2787 | |
b12915c1 VZ |
2788 | fi |
2789 | ||
5c6fa7d2 | 2790 | |
e6cc62c6 VS |
2791 | echo "$as_me:$LINENO: checking for --with-dmalloc" >&5 |
2792 | echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6 | |
8284b0c5 | 2793 | no_cache=0 |
e6cc62c6 VS |
2794 | |
2795 | # Check whether --with-dmalloc or --without-dmalloc was given. | |
b12915c1 VZ |
2796 | if test "${with_dmalloc+set}" = set; then |
2797 | withval="$with_dmalloc" | |
e6cc62c6 | 2798 | |
c7a2bf27 | 2799 | if test "$withval" = yes; then |
b12915c1 | 2800 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' |
c7a2bf27 | 2801 | else |
b12915c1 | 2802 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' |
c7a2bf27 | 2803 | fi |
e6cc62c6 | 2804 | |
c7a2bf27 | 2805 | else |
e6cc62c6 | 2806 | |
b12915c1 | 2807 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` |
c7a2bf27 RR |
2808 | if test "x$LINE" != x ; then |
2809 | eval "DEFAULT_$LINE" | |
2810 | else | |
2811 | no_cache=1 | |
2812 | fi | |
2813 | ||
b12915c1 | 2814 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC |
c7a2bf27 | 2815 | |
e6cc62c6 | 2816 | fi; |
c7a2bf27 | 2817 | |
b12915c1 | 2818 | eval "$ac_cv_use_dmalloc" |
c7a2bf27 | 2819 | if test "$no_cache" != 1; then |
b12915c1 | 2820 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp |
c7a2bf27 RR |
2821 | fi |
2822 | ||
b12915c1 | 2823 | if test "$wxUSE_DMALLOC" = yes; then |
e6cc62c6 VS |
2824 | echo "$as_me:$LINENO: result: yes" >&5 |
2825 | echo "${ECHO_T}yes" >&6 | |
c7a2bf27 | 2826 | else |
e6cc62c6 VS |
2827 | echo "$as_me:$LINENO: result: no" >&5 |
2828 | echo "${ECHO_T}no" >&6 | |
c7a2bf27 | 2829 | fi |
c7a2bf27 | 2830 | |
e6cc62c6 VS |
2831 | |
2832 | echo "$as_me:$LINENO: checking for --with-regex" >&5 | |
2833 | echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6 | |
3e44f09d | 2834 | no_cache=0 |
e6cc62c6 VS |
2835 | |
2836 | # Check whether --with-regex or --without-regex was given. | |
3e44f09d VZ |
2837 | if test "${with_regex+set}" = set; then |
2838 | withval="$with_regex" | |
e6cc62c6 | 2839 | |
3e44f09d VZ |
2840 | if test "$withval" = yes; then |
2841 | ac_cv_use_regex='wxUSE_REGEX=yes' | |
2842 | elif test "$withval" = no; then | |
2843 | ac_cv_use_regex='wxUSE_REGEX=no' | |
2844 | elif test "$withval" = sys; then | |
2845 | ac_cv_use_regex='wxUSE_REGEX=sys' | |
4f14bcd8 GD |
2846 | elif test "$withval" = builtin; then |
2847 | ac_cv_use_regex='wxUSE_REGEX=builtin' | |
3e44f09d | 2848 | else |
e6cc62c6 VS |
2849 | { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5 |
2850 | echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;} | |
2851 | { (exit 1); exit 1; }; } | |
3e44f09d | 2852 | fi |
e6cc62c6 | 2853 | |
3e44f09d | 2854 | else |
e6cc62c6 | 2855 | |
3e44f09d VZ |
2856 | LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` |
2857 | if test "x$LINE" != x ; then | |
2858 | eval "DEFAULT_$LINE" | |
2859 | else | |
2860 | no_cache=1 | |
2861 | fi | |
2862 | ||
2863 | ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX | |
3e44f09d | 2864 | |
e6cc62c6 | 2865 | fi; |
3e44f09d VZ |
2866 | |
2867 | eval "$ac_cv_use_regex" | |
2868 | if test "$no_cache" != 1; then | |
2869 | echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp | |
2870 | fi | |
2871 | ||
2872 | if test "$wxUSE_REGEX" = yes; then | |
e6cc62c6 VS |
2873 | echo "$as_me:$LINENO: result: yes" >&5 |
2874 | echo "${ECHO_T}yes" >&6 | |
3e44f09d | 2875 | elif test "$wxUSE_REGEX" = no; then |
e6cc62c6 VS |
2876 | echo "$as_me:$LINENO: result: no" >&5 |
2877 | echo "${ECHO_T}no" >&6 | |
3e44f09d | 2878 | elif test "$wxUSE_REGEX" = sys; then |
e6cc62c6 VS |
2879 | echo "$as_me:$LINENO: result: system version" >&5 |
2880 | echo "${ECHO_T}system version" >&6 | |
4f14bcd8 | 2881 | elif test "$wxUSE_REGEX" = builtin; then |
e6cc62c6 VS |
2882 | echo "$as_me:$LINENO: result: builtin version" >&5 |
2883 | echo "${ECHO_T}builtin version" >&6 | |
3e44f09d | 2884 | else |
e6cc62c6 VS |
2885 | { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5 |
2886 | echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;} | |
2887 | { (exit 1); exit 1; }; } | |
3e44f09d | 2888 | fi |
3e44f09d | 2889 | |
e6cc62c6 VS |
2890 | |
2891 | echo "$as_me:$LINENO: checking for --with-zlib" >&5 | |
2892 | echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6 | |
10f2d63a | 2893 | no_cache=0 |
e6cc62c6 VS |
2894 | |
2895 | # Check whether --with-zlib or --without-zlib was given. | |
b12915c1 VZ |
2896 | if test "${with_zlib+set}" = set; then |
2897 | withval="$with_zlib" | |
e6cc62c6 | 2898 | |
10f2d63a | 2899 | if test "$withval" = yes; then |
b12915c1 | 2900 | ac_cv_use_zlib='wxUSE_ZLIB=yes' |
422107f9 | 2901 | elif test "$withval" = no; then |
b12915c1 | 2902 | ac_cv_use_zlib='wxUSE_ZLIB=no' |
422107f9 VZ |
2903 | elif test "$withval" = sys; then |
2904 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
4f14bcd8 GD |
2905 | elif test "$withval" = builtin; then |
2906 | ac_cv_use_zlib='wxUSE_ZLIB=builtin' | |
422107f9 | 2907 | else |
e6cc62c6 VS |
2908 | { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5 |
2909 | echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;} | |
2910 | { (exit 1); exit 1; }; } | |
10f2d63a | 2911 | fi |
e6cc62c6 | 2912 | |
10f2d63a | 2913 | else |
e6cc62c6 | 2914 | |
b12915c1 | 2915 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` |
10f2d63a VZ |
2916 | if test "x$LINE" != x ; then |
2917 | eval "DEFAULT_$LINE" | |
2918 | else | |
2919 | no_cache=1 | |
2920 | fi | |
2921 | ||
b12915c1 | 2922 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB |
10f2d63a | 2923 | |
e6cc62c6 | 2924 | fi; |
10f2d63a | 2925 | |
b12915c1 | 2926 | eval "$ac_cv_use_zlib" |
10f2d63a | 2927 | if test "$no_cache" != 1; then |
b12915c1 | 2928 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2929 | fi |
2930 | ||
b12915c1 | 2931 | if test "$wxUSE_ZLIB" = yes; then |
e6cc62c6 VS |
2932 | echo "$as_me:$LINENO: result: yes" >&5 |
2933 | echo "${ECHO_T}yes" >&6 | |
422107f9 | 2934 | elif test "$wxUSE_ZLIB" = no; then |
e6cc62c6 VS |
2935 | echo "$as_me:$LINENO: result: no" >&5 |
2936 | echo "${ECHO_T}no" >&6 | |
422107f9 | 2937 | elif test "$wxUSE_ZLIB" = sys; then |
e6cc62c6 VS |
2938 | echo "$as_me:$LINENO: result: system version" >&5 |
2939 | echo "${ECHO_T}system version" >&6 | |
4f14bcd8 | 2940 | elif test "$wxUSE_ZLIB" = builtin; then |
e6cc62c6 VS |
2941 | echo "$as_me:$LINENO: result: builtin version" >&5 |
2942 | echo "${ECHO_T}builtin version" >&6 | |
422107f9 | 2943 | else |
e6cc62c6 VS |
2944 | { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5 |
2945 | echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;} | |
2946 | { (exit 1); exit 1; }; } | |
10f2d63a | 2947 | fi |
10f2d63a | 2948 | |
e6cc62c6 VS |
2949 | |
2950 | echo "$as_me:$LINENO: checking for --with-odbc" >&5 | |
2951 | echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6 | |
10f2d63a | 2952 | no_cache=0 |
e6cc62c6 VS |
2953 | |
2954 | # Check whether --with-odbc or --without-odbc was given. | |
10f2d63a VZ |
2955 | if test "${with_odbc+set}" = set; then |
2956 | withval="$with_odbc" | |
e6cc62c6 | 2957 | |
10f2d63a VZ |
2958 | if test "$withval" = yes; then |
2959 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
8647bec6 | 2960 | elif test "$withval" = no; then |
10f2d63a | 2961 | ac_cv_use_odbc='wxUSE_ODBC=no' |
8647bec6 RG |
2962 | elif test "$withval" = sys; then |
2963 | ac_cv_use_odbc='wxUSE_ODBC=sys' | |
2964 | elif test "$withval" = builtin; then | |
2965 | ac_cv_use_odbc='wxUSE_ODBC=builtin' | |
2966 | else | |
e6cc62c6 VS |
2967 | { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5 |
2968 | echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;} | |
2969 | { (exit 1); exit 1; }; } | |
10f2d63a | 2970 | fi |
e6cc62c6 | 2971 | |
10f2d63a | 2972 | else |
e6cc62c6 | 2973 | |
10f2d63a VZ |
2974 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` |
2975 | if test "x$LINE" != x ; then | |
2976 | eval "DEFAULT_$LINE" | |
2977 | else | |
2978 | no_cache=1 | |
2979 | fi | |
2980 | ||
2981 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
10f2d63a | 2982 | |
e6cc62c6 | 2983 | fi; |
10f2d63a VZ |
2984 | |
2985 | eval "$ac_cv_use_odbc" | |
2986 | if test "$no_cache" != 1; then | |
2987 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
2988 | fi | |
2989 | ||
2990 | if test "$wxUSE_ODBC" = yes; then | |
e6cc62c6 VS |
2991 | echo "$as_me:$LINENO: result: yes" >&5 |
2992 | echo "${ECHO_T}yes" >&6 | |
8647bec6 | 2993 | elif test "$wxUSE_ODBC" = no; then |
e6cc62c6 VS |
2994 | echo "$as_me:$LINENO: result: no" >&5 |
2995 | echo "${ECHO_T}no" >&6 | |
8647bec6 | 2996 | elif test "$wxUSE_ODBC" = sys; then |
e6cc62c6 VS |
2997 | echo "$as_me:$LINENO: result: system version" >&5 |
2998 | echo "${ECHO_T}system version" >&6 | |
8647bec6 | 2999 | elif test "$wxUSE_ODBC" = builtin; then |
e6cc62c6 VS |
3000 | echo "$as_me:$LINENO: result: builtin version" >&5 |
3001 | echo "${ECHO_T}builtin version" >&6 | |
8647bec6 | 3002 | else |
e6cc62c6 VS |
3003 | { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5 |
3004 | echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;} | |
3005 | { (exit 1); exit 1; }; } | |
10f2d63a | 3006 | fi |
e6cc62c6 | 3007 | |
52127426 | 3008 | |
8284b0c5 MB |
3009 | |
3010 | ||
5005acfe | 3011 | enablestring= |
e6cc62c6 VS |
3012 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5 |
3013 | echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6 | |
10f2d63a VZ |
3014 | no_cache=0 |
3015 | # Check whether --enable-shared or --disable-shared was given. | |
3016 | if test "${enable_shared+set}" = set; then | |
3017 | enableval="$enable_shared" | |
e6cc62c6 | 3018 | |
10f2d63a VZ |
3019 | if test "$enableval" = yes; then |
3020 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
3021 | else | |
3022 | ac_cv_use_shared='wxUSE_SHARED=no' | |
3023 | fi | |
e6cc62c6 | 3024 | |
10f2d63a | 3025 | else |
e6cc62c6 | 3026 | |
10f2d63a VZ |
3027 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` |
3028 | if test "x$LINE" != x ; then | |
3029 | eval "DEFAULT_$LINE" | |
3030 | else | |
3031 | no_cache=1 | |
3032 | fi | |
3033 | ||
3034 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
10f2d63a | 3035 | |
e6cc62c6 | 3036 | fi; |
10f2d63a VZ |
3037 | |
3038 | eval "$ac_cv_use_shared" | |
3039 | if test "$no_cache" != 1; then | |
3040 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
3041 | fi | |
3042 | ||
3043 | if test "$wxUSE_SHARED" = yes; then | |
e6cc62c6 VS |
3044 | echo "$as_me:$LINENO: result: yes" >&5 |
3045 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3046 | else |
e6cc62c6 VS |
3047 | echo "$as_me:$LINENO: result: no" >&5 |
3048 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3049 | fi |
e6cc62c6 | 3050 | |
10f2d63a | 3051 | |
5005acfe | 3052 | enablestring= |
e6cc62c6 VS |
3053 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5 |
3054 | echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6 | |
10f2d63a VZ |
3055 | no_cache=0 |
3056 | # Check whether --enable-optimise or --disable-optimise was given. | |
3057 | if test "${enable_optimise+set}" = set; then | |
3058 | enableval="$enable_optimise" | |
e6cc62c6 | 3059 | |
10f2d63a VZ |
3060 | if test "$enableval" = yes; then |
3061 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
3062 | else | |
3063 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
3064 | fi | |
e6cc62c6 | 3065 | |
10f2d63a | 3066 | else |
e6cc62c6 | 3067 | |
10f2d63a VZ |
3068 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` |
3069 | if test "x$LINE" != x ; then | |
3070 | eval "DEFAULT_$LINE" | |
3071 | else | |
3072 | no_cache=1 | |
3073 | fi | |
3074 | ||
3075 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
10f2d63a | 3076 | |
e6cc62c6 | 3077 | fi; |
10f2d63a VZ |
3078 | |
3079 | eval "$ac_cv_use_optimise" | |
3080 | if test "$no_cache" != 1; then | |
3081 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
3082 | fi | |
3083 | ||
3084 | if test "$wxUSE_OPTIMISE" = yes; then | |
e6cc62c6 VS |
3085 | echo "$as_me:$LINENO: result: yes" >&5 |
3086 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3087 | else |
e6cc62c6 VS |
3088 | echo "$as_me:$LINENO: result: no" >&5 |
3089 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3090 | fi |
e6cc62c6 | 3091 | |
10f2d63a | 3092 | |
5005acfe | 3093 | enablestring= |
e6cc62c6 VS |
3094 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5 |
3095 | echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6 | |
10f2d63a VZ |
3096 | no_cache=0 |
3097 | # Check whether --enable-debug or --disable-debug was given. | |
3098 | if test "${enable_debug+set}" = set; then | |
3099 | enableval="$enable_debug" | |
e6cc62c6 | 3100 | |
10f2d63a VZ |
3101 | if test "$enableval" = yes; then |
3102 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
3103 | else | |
3104 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
3105 | fi | |
e6cc62c6 | 3106 | |
10f2d63a | 3107 | else |
e6cc62c6 | 3108 | |
10f2d63a VZ |
3109 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` |
3110 | if test "x$LINE" != x ; then | |
3111 | eval "DEFAULT_$LINE" | |
3112 | else | |
3113 | no_cache=1 | |
3114 | fi | |
3115 | ||
3116 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
10f2d63a | 3117 | |
e6cc62c6 | 3118 | fi; |
10f2d63a VZ |
3119 | |
3120 | eval "$ac_cv_use_debug" | |
3121 | if test "$no_cache" != 1; then | |
3122 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
3123 | fi | |
3124 | ||
3125 | if test "$wxUSE_DEBUG" = yes; then | |
e6cc62c6 VS |
3126 | echo "$as_me:$LINENO: result: yes" >&5 |
3127 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3128 | else |
e6cc62c6 VS |
3129 | echo "$as_me:$LINENO: result: no" >&5 |
3130 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3131 | fi |
e6cc62c6 | 3132 | |
52127426 | 3133 | |
8284b0c5 | 3134 | |
5005acfe | 3135 | enablestring= |
e6cc62c6 VS |
3136 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-precomp" >&5 |
3137 | echo $ECHO_N "checking for --${enablestring:-enable}-precomp... $ECHO_C" >&6 | |
683dccda GD |
3138 | no_cache=0 |
3139 | # Check whether --enable-precomp or --disable-precomp was given. | |
3140 | if test "${enable_precomp+set}" = set; then | |
3141 | enableval="$enable_precomp" | |
e6cc62c6 | 3142 | |
683dccda GD |
3143 | if test "$enableval" = yes; then |
3144 | ac_cv_use_precomp='wxUSE_PRECOMP=yes' | |
3145 | else | |
3146 | ac_cv_use_precomp='wxUSE_PRECOMP=no' | |
3147 | fi | |
e6cc62c6 | 3148 | |
683dccda | 3149 | else |
e6cc62c6 | 3150 | |
683dccda GD |
3151 | LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}` |
3152 | if test "x$LINE" != x ; then | |
3153 | eval "DEFAULT_$LINE" | |
3154 | else | |
3155 | no_cache=1 | |
3156 | fi | |
3157 | ||
3158 | ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP | |
683dccda | 3159 | |
e6cc62c6 | 3160 | fi; |
683dccda GD |
3161 | |
3162 | eval "$ac_cv_use_precomp" | |
3163 | if test "$no_cache" != 1; then | |
3164 | echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp | |
3165 | fi | |
3166 | ||
3167 | if test "$wxUSE_PRECOMP" = yes; then | |
e6cc62c6 VS |
3168 | echo "$as_me:$LINENO: result: yes" >&5 |
3169 | echo "${ECHO_T}yes" >&6 | |
683dccda | 3170 | else |
e6cc62c6 VS |
3171 | echo "$as_me:$LINENO: result: no" >&5 |
3172 | echo "${ECHO_T}no" >&6 | |
683dccda | 3173 | fi |
e6cc62c6 | 3174 | |
683dccda | 3175 | |
10f2d63a VZ |
3176 | if test "$wxUSE_DEBUG" = "yes"; then |
3177 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
3178 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
3179 | elif test "$wxUSE_DEBUG" = "no"; then | |
3180 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
3181 | DEFAULT_wxUSE_DEBUG_INFO=no | |
3182 | fi | |
3183 | ||
8284b0c5 | 3184 | |
5005acfe | 3185 | enablestring= |
e6cc62c6 VS |
3186 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5 |
3187 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6 | |
10f2d63a VZ |
3188 | no_cache=0 |
3189 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
3190 | if test "${enable_debug_flag+set}" = set; then | |
3191 | enableval="$enable_debug_flag" | |
e6cc62c6 | 3192 | |
10f2d63a VZ |
3193 | if test "$enableval" = yes; then |
3194 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
3195 | else | |
3196 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
3197 | fi | |
e6cc62c6 | 3198 | |
10f2d63a | 3199 | else |
e6cc62c6 | 3200 | |
10f2d63a VZ |
3201 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` |
3202 | if test "x$LINE" != x ; then | |
3203 | eval "DEFAULT_$LINE" | |
3204 | else | |
3205 | no_cache=1 | |
3206 | fi | |
3207 | ||
3208 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
10f2d63a | 3209 | |
e6cc62c6 | 3210 | fi; |
10f2d63a VZ |
3211 | |
3212 | eval "$ac_cv_use_debug_flag" | |
3213 | if test "$no_cache" != 1; then | |
3214 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
3215 | fi | |
3216 | ||
3217 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
e6cc62c6 VS |
3218 | echo "$as_me:$LINENO: result: yes" >&5 |
3219 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3220 | else |
e6cc62c6 VS |
3221 | echo "$as_me:$LINENO: result: no" >&5 |
3222 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3223 | fi |
e6cc62c6 | 3224 | |
10f2d63a | 3225 | |
5005acfe | 3226 | enablestring= |
e6cc62c6 VS |
3227 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5 |
3228 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6 | |
10f2d63a VZ |
3229 | no_cache=0 |
3230 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
3231 | if test "${enable_debug_info+set}" = set; then | |
3232 | enableval="$enable_debug_info" | |
e6cc62c6 | 3233 | |
10f2d63a VZ |
3234 | if test "$enableval" = yes; then |
3235 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
3236 | else | |
3237 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
3238 | fi | |
e6cc62c6 | 3239 | |
10f2d63a | 3240 | else |
e6cc62c6 | 3241 | |
10f2d63a VZ |
3242 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` |
3243 | if test "x$LINE" != x ; then | |
3244 | eval "DEFAULT_$LINE" | |
3245 | else | |
3246 | no_cache=1 | |
3247 | fi | |
3248 | ||
3249 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
10f2d63a | 3250 | |
e6cc62c6 | 3251 | fi; |
10f2d63a VZ |
3252 | |
3253 | eval "$ac_cv_use_debug_info" | |
3254 | if test "$no_cache" != 1; then | |
3255 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
3256 | fi | |
3257 | ||
3258 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
e6cc62c6 VS |
3259 | echo "$as_me:$LINENO: result: yes" >&5 |
3260 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3261 | else |
e6cc62c6 VS |
3262 | echo "$as_me:$LINENO: result: no" >&5 |
3263 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3264 | fi |
e6cc62c6 | 3265 | |
10f2d63a | 3266 | |
5005acfe | 3267 | enablestring= |
e6cc62c6 VS |
3268 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5 |
3269 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6 | |
10f2d63a VZ |
3270 | no_cache=0 |
3271 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
3272 | if test "${enable_debug_gdb+set}" = set; then | |
3273 | enableval="$enable_debug_gdb" | |
e6cc62c6 | 3274 | |
10f2d63a VZ |
3275 | if test "$enableval" = yes; then |
3276 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
3277 | else | |
3278 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
3279 | fi | |
e6cc62c6 | 3280 | |
10f2d63a | 3281 | else |
e6cc62c6 | 3282 | |
10f2d63a VZ |
3283 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` |
3284 | if test "x$LINE" != x ; then | |
3285 | eval "DEFAULT_$LINE" | |
3286 | else | |
3287 | no_cache=1 | |
3288 | fi | |
3289 | ||
3290 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
10f2d63a | 3291 | |
e6cc62c6 | 3292 | fi; |
10f2d63a VZ |
3293 | |
3294 | eval "$ac_cv_use_debug_gdb" | |
3295 | if test "$no_cache" != 1; then | |
3296 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
3297 | fi | |
3298 | ||
3299 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
e6cc62c6 VS |
3300 | echo "$as_me:$LINENO: result: yes" >&5 |
3301 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3302 | else |
e6cc62c6 VS |
3303 | echo "$as_me:$LINENO: result: no" >&5 |
3304 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3305 | fi |
e6cc62c6 | 3306 | |
10f2d63a | 3307 | |
5005acfe | 3308 | enablestring= |
e6cc62c6 VS |
3309 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5 |
3310 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6 | |
10f2d63a VZ |
3311 | no_cache=0 |
3312 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
3313 | if test "${enable_debug_cntxt+set}" = set; then | |
3314 | enableval="$enable_debug_cntxt" | |
e6cc62c6 | 3315 | |
10f2d63a VZ |
3316 | if test "$enableval" = yes; then |
3317 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
3318 | else | |
3319 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
3320 | fi | |
e6cc62c6 | 3321 | |
10f2d63a | 3322 | else |
e6cc62c6 | 3323 | |
10f2d63a VZ |
3324 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` |
3325 | if test "x$LINE" != x ; then | |
3326 | eval "DEFAULT_$LINE" | |
3327 | else | |
3328 | no_cache=1 | |
3329 | fi | |
3330 | ||
3331 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
10f2d63a | 3332 | |
e6cc62c6 | 3333 | fi; |
10f2d63a VZ |
3334 | |
3335 | eval "$ac_cv_use_debug_cntxt" | |
3336 | if test "$no_cache" != 1; then | |
3337 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
3338 | fi | |
3339 | ||
3340 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
e6cc62c6 VS |
3341 | echo "$as_me:$LINENO: result: yes" >&5 |
3342 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3343 | else |
e6cc62c6 VS |
3344 | echo "$as_me:$LINENO: result: no" >&5 |
3345 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3346 | fi |
e6cc62c6 | 3347 | |
10f2d63a | 3348 | |
5005acfe | 3349 | enablestring= |
e6cc62c6 VS |
3350 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5 |
3351 | echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6 | |
10f2d63a VZ |
3352 | no_cache=0 |
3353 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
3354 | if test "${enable_mem_tracing+set}" = set; then | |
3355 | enableval="$enable_mem_tracing" | |
e6cc62c6 | 3356 | |
10f2d63a VZ |
3357 | if test "$enableval" = yes; then |
3358 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
3359 | else | |
3360 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
3361 | fi | |
e6cc62c6 | 3362 | |
10f2d63a | 3363 | else |
e6cc62c6 | 3364 | |
10f2d63a VZ |
3365 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` |
3366 | if test "x$LINE" != x ; then | |
3367 | eval "DEFAULT_$LINE" | |
3368 | else | |
3369 | no_cache=1 | |
3370 | fi | |
3371 | ||
3372 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
10f2d63a | 3373 | |
e6cc62c6 | 3374 | fi; |
10f2d63a VZ |
3375 | |
3376 | eval "$ac_cv_use_mem_tracing" | |
3377 | if test "$no_cache" != 1; then | |
3378 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
3379 | fi | |
3380 | ||
3381 | if test "$wxUSE_MEM_TRACING" = yes; then | |
e6cc62c6 VS |
3382 | echo "$as_me:$LINENO: result: yes" >&5 |
3383 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3384 | else |
e6cc62c6 VS |
3385 | echo "$as_me:$LINENO: result: no" >&5 |
3386 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3387 | fi |
e6cc62c6 | 3388 | |
10f2d63a | 3389 | |
5005acfe | 3390 | enablestring= |
e6cc62c6 VS |
3391 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5 |
3392 | echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6 | |
10f2d63a VZ |
3393 | no_cache=0 |
3394 | # Check whether --enable-profile or --disable-profile was given. | |
3395 | if test "${enable_profile+set}" = set; then | |
3396 | enableval="$enable_profile" | |
e6cc62c6 | 3397 | |
10f2d63a VZ |
3398 | if test "$enableval" = yes; then |
3399 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
3400 | else | |
3401 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
3402 | fi | |
e6cc62c6 | 3403 | |
10f2d63a | 3404 | else |
e6cc62c6 | 3405 | |
10f2d63a VZ |
3406 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` |
3407 | if test "x$LINE" != x ; then | |
3408 | eval "DEFAULT_$LINE" | |
3409 | else | |
3410 | no_cache=1 | |
3411 | fi | |
3412 | ||
3413 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
10f2d63a | 3414 | |
e6cc62c6 | 3415 | fi; |
10f2d63a VZ |
3416 | |
3417 | eval "$ac_cv_use_profile" | |
3418 | if test "$no_cache" != 1; then | |
3419 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
3420 | fi | |
3421 | ||
3422 | if test "$wxUSE_PROFILE" = yes; then | |
e6cc62c6 VS |
3423 | echo "$as_me:$LINENO: result: yes" >&5 |
3424 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3425 | else |
e6cc62c6 VS |
3426 | echo "$as_me:$LINENO: result: no" >&5 |
3427 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3428 | fi |
e6cc62c6 | 3429 | |
10f2d63a | 3430 | |
5005acfe | 3431 | enablestring= |
e6cc62c6 VS |
3432 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5 |
3433 | echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6 | |
10f2d63a VZ |
3434 | no_cache=0 |
3435 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
3436 | if test "${enable_no_rtti+set}" = set; then | |
3437 | enableval="$enable_no_rtti" | |
e6cc62c6 | 3438 | |
10f2d63a VZ |
3439 | if test "$enableval" = yes; then |
3440 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
3441 | else | |
3442 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
3443 | fi | |
e6cc62c6 | 3444 | |
10f2d63a | 3445 | else |
e6cc62c6 | 3446 | |
10f2d63a VZ |
3447 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` |
3448 | if test "x$LINE" != x ; then | |
3449 | eval "DEFAULT_$LINE" | |
3450 | else | |
3451 | no_cache=1 | |
3452 | fi | |
3453 | ||
3454 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
10f2d63a | 3455 | |
e6cc62c6 | 3456 | fi; |
10f2d63a VZ |
3457 | |
3458 | eval "$ac_cv_use_no_rtti" | |
3459 | if test "$no_cache" != 1; then | |
3460 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
3461 | fi | |
3462 | ||
3463 | if test "$wxUSE_NO_RTTI" = yes; then | |
e6cc62c6 VS |
3464 | echo "$as_me:$LINENO: result: yes" >&5 |
3465 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3466 | else |
e6cc62c6 VS |
3467 | echo "$as_me:$LINENO: result: no" >&5 |
3468 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3469 | fi |
e6cc62c6 | 3470 | |
10f2d63a | 3471 | |
5005acfe | 3472 | enablestring= |
e6cc62c6 VS |
3473 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5 |
3474 | echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6 | |
10f2d63a VZ |
3475 | no_cache=0 |
3476 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
3477 | if test "${enable_no_exceptions+set}" = set; then | |
3478 | enableval="$enable_no_exceptions" | |
e6cc62c6 | 3479 | |
10f2d63a VZ |
3480 | if test "$enableval" = yes; then |
3481 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
3482 | else | |
3483 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
3484 | fi | |
e6cc62c6 | 3485 | |
10f2d63a | 3486 | else |
e6cc62c6 | 3487 | |
10f2d63a VZ |
3488 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` |
3489 | if test "x$LINE" != x ; then | |
3490 | eval "DEFAULT_$LINE" | |
3491 | else | |
3492 | no_cache=1 | |
3493 | fi | |
3494 | ||
3495 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
10f2d63a | 3496 | |
e6cc62c6 | 3497 | fi; |
10f2d63a VZ |
3498 | |
3499 | eval "$ac_cv_use_no_exceptions" | |
3500 | if test "$no_cache" != 1; then | |
3501 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
3502 | fi | |
3503 | ||
3504 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
e6cc62c6 VS |
3505 | echo "$as_me:$LINENO: result: yes" >&5 |
3506 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3507 | else |
e6cc62c6 VS |
3508 | echo "$as_me:$LINENO: result: no" >&5 |
3509 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3510 | fi |
e6cc62c6 | 3511 | |
10f2d63a | 3512 | |
5005acfe | 3513 | enablestring= |
e6cc62c6 VS |
3514 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5 |
3515 | echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6 | |
10f2d63a VZ |
3516 | no_cache=0 |
3517 | # Check whether --enable-permissive or --disable-permissive was given. | |
3518 | if test "${enable_permissive+set}" = set; then | |
3519 | enableval="$enable_permissive" | |
e6cc62c6 | 3520 | |
10f2d63a VZ |
3521 | if test "$enableval" = yes; then |
3522 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
3523 | else | |
3524 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
3525 | fi | |
e6cc62c6 | 3526 | |
10f2d63a | 3527 | else |
e6cc62c6 | 3528 | |
10f2d63a VZ |
3529 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` |
3530 | if test "x$LINE" != x ; then | |
3531 | eval "DEFAULT_$LINE" | |
3532 | else | |
3533 | no_cache=1 | |
3534 | fi | |
3535 | ||
3536 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
10f2d63a | 3537 | |
e6cc62c6 | 3538 | fi; |
10f2d63a VZ |
3539 | |
3540 | eval "$ac_cv_use_permissive" | |
3541 | if test "$no_cache" != 1; then | |
3542 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
3543 | fi | |
3544 | ||
3545 | if test "$wxUSE_PERMISSIVE" = yes; then | |
e6cc62c6 VS |
3546 | echo "$as_me:$LINENO: result: yes" >&5 |
3547 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3548 | else |
e6cc62c6 VS |
3549 | echo "$as_me:$LINENO: result: no" >&5 |
3550 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3551 | fi |
e6cc62c6 | 3552 | |
10f2d63a | 3553 | |
5005acfe | 3554 | enablestring= |
e6cc62c6 VS |
3555 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5 |
3556 | echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6 | |
10f2d63a VZ |
3557 | no_cache=0 |
3558 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
3559 | if test "${enable_no_deps+set}" = set; then | |
3560 | enableval="$enable_no_deps" | |
e6cc62c6 | 3561 | |
10f2d63a VZ |
3562 | if test "$enableval" = yes; then |
3563 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
3564 | else | |
3565 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
3566 | fi | |
e6cc62c6 | 3567 | |
10f2d63a | 3568 | else |
e6cc62c6 | 3569 | |
10f2d63a VZ |
3570 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` |
3571 | if test "x$LINE" != x ; then | |
3572 | eval "DEFAULT_$LINE" | |
3573 | else | |
3574 | no_cache=1 | |
3575 | fi | |
3576 | ||
3577 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
10f2d63a | 3578 | |
e6cc62c6 | 3579 | fi; |
10f2d63a VZ |
3580 | |
3581 | eval "$ac_cv_use_no_deps" | |
3582 | if test "$no_cache" != 1; then | |
3583 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
3584 | fi | |
3585 | ||
3586 | if test "$wxUSE_NO_DEPS" = yes; then | |
e6cc62c6 VS |
3587 | echo "$as_me:$LINENO: result: yes" >&5 |
3588 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3589 | else |
e6cc62c6 VS |
3590 | echo "$as_me:$LINENO: result: no" >&5 |
3591 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3592 | fi |
e6cc62c6 | 3593 | |
52127426 | 3594 | |
8284b0c5 | 3595 | |
5005acfe | 3596 | enablestring= |
e6cc62c6 VS |
3597 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5 |
3598 | echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6 | |
54276ccf VZ |
3599 | no_cache=0 |
3600 | # Check whether --enable-compat20 or --disable-compat20 was given. | |
3601 | if test "${enable_compat20+set}" = set; then | |
3602 | enableval="$enable_compat20" | |
e6cc62c6 | 3603 | |
54276ccf VZ |
3604 | if test "$enableval" = yes; then |
3605 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes' | |
3606 | else | |
3607 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no' | |
3608 | fi | |
e6cc62c6 | 3609 | |
54276ccf | 3610 | else |
e6cc62c6 | 3611 | |
54276ccf VZ |
3612 | LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}` |
3613 | if test "x$LINE" != x ; then | |
3614 | eval "DEFAULT_$LINE" | |
3615 | else | |
3616 | no_cache=1 | |
3617 | fi | |
3618 | ||
3619 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2 | |
54276ccf | 3620 | |
e6cc62c6 | 3621 | fi; |
54276ccf VZ |
3622 | |
3623 | eval "$ac_cv_use_compat20" | |
3624 | if test "$no_cache" != 1; then | |
3625 | echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp | |
3626 | fi | |
3627 | ||
3628 | if test "$WXWIN_COMPATIBILITY_2" = yes; then | |
e6cc62c6 VS |
3629 | echo "$as_me:$LINENO: result: yes" >&5 |
3630 | echo "${ECHO_T}yes" >&6 | |
54276ccf | 3631 | else |
e6cc62c6 VS |
3632 | echo "$as_me:$LINENO: result: no" >&5 |
3633 | echo "${ECHO_T}no" >&6 | |
54276ccf | 3634 | fi |
e6cc62c6 | 3635 | |
54276ccf | 3636 | |
65d8ef1e | 3637 | enablestring= |
e6cc62c6 VS |
3638 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5 |
3639 | echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6 | |
54276ccf VZ |
3640 | no_cache=0 |
3641 | # Check whether --enable-compat22 or --disable-compat22 was given. | |
3642 | if test "${enable_compat22+set}" = set; then | |
3643 | enableval="$enable_compat22" | |
e6cc62c6 | 3644 | |
54276ccf VZ |
3645 | if test "$enableval" = yes; then |
3646 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes' | |
3647 | else | |
3648 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no' | |
3649 | fi | |
e6cc62c6 | 3650 | |
54276ccf | 3651 | else |
e6cc62c6 | 3652 | |
54276ccf VZ |
3653 | LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` |
3654 | if test "x$LINE" != x ; then | |
3655 | eval "DEFAULT_$LINE" | |
3656 | else | |
3657 | no_cache=1 | |
3658 | fi | |
3659 | ||
3660 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 | |
54276ccf | 3661 | |
e6cc62c6 | 3662 | fi; |
54276ccf VZ |
3663 | |
3664 | eval "$ac_cv_use_compat22" | |
3665 | if test "$no_cache" != 1; then | |
3666 | echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp | |
3667 | fi | |
3668 | ||
3669 | if test "$WXWIN_COMPATIBILITY_2_2" = yes; then | |
e6cc62c6 VS |
3670 | echo "$as_me:$LINENO: result: yes" >&5 |
3671 | echo "${ECHO_T}yes" >&6 | |
54276ccf | 3672 | else |
e6cc62c6 VS |
3673 | echo "$as_me:$LINENO: result: no" >&5 |
3674 | echo "${ECHO_T}no" >&6 | |
54276ccf | 3675 | fi |
e6cc62c6 | 3676 | |
54276ccf | 3677 | |
65d8ef1e | 3678 | enablestring=disable |
e6cc62c6 VS |
3679 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5 |
3680 | echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6 | |
65d8ef1e VS |
3681 | no_cache=0 |
3682 | # Check whether --enable-compat24 or --disable-compat24 was given. | |
3683 | if test "${enable_compat24+set}" = set; then | |
3684 | enableval="$enable_compat24" | |
e6cc62c6 | 3685 | |
65d8ef1e VS |
3686 | if test "$enableval" = yes; then |
3687 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes' | |
3688 | else | |
3689 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no' | |
3690 | fi | |
e6cc62c6 | 3691 | |
65d8ef1e | 3692 | else |
e6cc62c6 | 3693 | |
65d8ef1e VS |
3694 | LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}` |
3695 | if test "x$LINE" != x ; then | |
3696 | eval "DEFAULT_$LINE" | |
3697 | else | |
3698 | no_cache=1 | |
3699 | fi | |
3700 | ||
3701 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4 | |
65d8ef1e | 3702 | |
e6cc62c6 | 3703 | fi; |
65d8ef1e VS |
3704 | |
3705 | eval "$ac_cv_use_compat24" | |
3706 | if test "$no_cache" != 1; then | |
3707 | echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp | |
3708 | fi | |
3709 | ||
3710 | if test "$WXWIN_COMPATIBILITY_2_4" = yes; then | |
e6cc62c6 VS |
3711 | echo "$as_me:$LINENO: result: yes" >&5 |
3712 | echo "${ECHO_T}yes" >&6 | |
65d8ef1e | 3713 | else |
e6cc62c6 VS |
3714 | echo "$as_me:$LINENO: result: no" >&5 |
3715 | echo "${ECHO_T}no" >&6 | |
65d8ef1e | 3716 | fi |
e6cc62c6 | 3717 | |
65d8ef1e | 3718 | |
3bd8fb5f RD |
3719 | # Check whether --enable-rpath or --disable-rpath was given. |
3720 | if test "${enable_rpath+set}" = set; then | |
3721 | enableval="$enable_rpath" | |
3722 | wxRPATH_DIR="$enableval" | |
e6cc62c6 | 3723 | fi; |
3bd8fb5f RD |
3724 | |
3725 | if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then | |
3726 | WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR" | |
3727 | fi | |
3728 | ||
8284b0c5 MB |
3729 | |
3730 | ||
3731 | ||
5005acfe | 3732 | enablestring= |
e6cc62c6 VS |
3733 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5 |
3734 | echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6 | |
10f2d63a VZ |
3735 | no_cache=0 |
3736 | # Check whether --enable-intl or --disable-intl was given. | |
3737 | if test "${enable_intl+set}" = set; then | |
3738 | enableval="$enable_intl" | |
e6cc62c6 | 3739 | |
10f2d63a VZ |
3740 | if test "$enableval" = yes; then |
3741 | ac_cv_use_intl='wxUSE_INTL=yes' | |
3742 | else | |
3743 | ac_cv_use_intl='wxUSE_INTL=no' | |
3744 | fi | |
e6cc62c6 | 3745 | |
10f2d63a | 3746 | else |
e6cc62c6 | 3747 | |
10f2d63a VZ |
3748 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` |
3749 | if test "x$LINE" != x ; then | |
3750 | eval "DEFAULT_$LINE" | |
3751 | else | |
3752 | no_cache=1 | |
3753 | fi | |
3754 | ||
3755 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
10f2d63a | 3756 | |
e6cc62c6 | 3757 | fi; |
10f2d63a VZ |
3758 | |
3759 | eval "$ac_cv_use_intl" | |
3760 | if test "$no_cache" != 1; then | |
3761 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
3762 | fi | |
3763 | ||
3764 | if test "$wxUSE_INTL" = yes; then | |
e6cc62c6 VS |
3765 | echo "$as_me:$LINENO: result: yes" >&5 |
3766 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3767 | else |
e6cc62c6 VS |
3768 | echo "$as_me:$LINENO: result: no" >&5 |
3769 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3770 | fi |
e6cc62c6 | 3771 | |
10f2d63a | 3772 | |
5005acfe | 3773 | enablestring= |
e6cc62c6 VS |
3774 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5 |
3775 | echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6 | |
10f2d63a VZ |
3776 | no_cache=0 |
3777 | # Check whether --enable-config or --disable-config was given. | |
3778 | if test "${enable_config+set}" = set; then | |
3779 | enableval="$enable_config" | |
e6cc62c6 | 3780 | |
10f2d63a VZ |
3781 | if test "$enableval" = yes; then |
3782 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
3783 | else | |
3784 | ac_cv_use_config='wxUSE_CONFIG=no' | |
3785 | fi | |
e6cc62c6 | 3786 | |
10f2d63a | 3787 | else |
e6cc62c6 | 3788 | |
10f2d63a VZ |
3789 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` |
3790 | if test "x$LINE" != x ; then | |
3791 | eval "DEFAULT_$LINE" | |
3792 | else | |
3793 | no_cache=1 | |
3794 | fi | |
3795 | ||
3796 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
10f2d63a | 3797 | |
e6cc62c6 | 3798 | fi; |
10f2d63a VZ |
3799 | |
3800 | eval "$ac_cv_use_config" | |
3801 | if test "$no_cache" != 1; then | |
3802 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
3803 | fi | |
3804 | ||
3805 | if test "$wxUSE_CONFIG" = yes; then | |
e6cc62c6 VS |
3806 | echo "$as_me:$LINENO: result: yes" >&5 |
3807 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 3808 | else |
e6cc62c6 VS |
3809 | echo "$as_me:$LINENO: result: no" >&5 |
3810 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 3811 | fi |
e6cc62c6 | 3812 | |
52127426 | 3813 | |
8284b0c5 | 3814 | |
5005acfe | 3815 | enablestring= |
e6cc62c6 VS |
3816 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5 |
3817 | echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6 | |
a1622950 VZ |
3818 | no_cache=0 |
3819 | # Check whether --enable-protocols or --disable-protocols was given. | |
3820 | if test "${enable_protocols+set}" = set; then | |
3821 | enableval="$enable_protocols" | |
e6cc62c6 | 3822 | |
a1622950 VZ |
3823 | if test "$enableval" = yes; then |
3824 | ac_cv_use_protocols='wxUSE_PROTOCOL=yes' | |
3825 | else | |
3826 | ac_cv_use_protocols='wxUSE_PROTOCOL=no' | |
3827 | fi | |
e6cc62c6 | 3828 | |
a1622950 | 3829 | else |
e6cc62c6 | 3830 | |
a1622950 VZ |
3831 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` |
3832 | if test "x$LINE" != x ; then | |
3833 | eval "DEFAULT_$LINE" | |
3834 | else | |
3835 | no_cache=1 | |
3836 | fi | |
3837 | ||
3838 | ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
a1622950 | 3839 | |
e6cc62c6 | 3840 | fi; |
a1622950 VZ |
3841 | |
3842 | eval "$ac_cv_use_protocols" | |
3843 | if test "$no_cache" != 1; then | |
3844 | echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp | |
3845 | fi | |
3846 | ||
3847 | if test "$wxUSE_PROTOCOL" = yes; then | |
e6cc62c6 VS |
3848 | echo "$as_me:$LINENO: result: yes" >&5 |
3849 | echo "${ECHO_T}yes" >&6 | |
a1622950 | 3850 | else |
e6cc62c6 VS |
3851 | echo "$as_me:$LINENO: result: no" >&5 |
3852 | echo "${ECHO_T}no" >&6 | |
a1622950 | 3853 | fi |
e6cc62c6 | 3854 | |
a1622950 | 3855 | |
5005acfe | 3856 | enablestring= |
e6cc62c6 VS |
3857 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5 |
3858 | echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6 | |
a1622950 VZ |
3859 | no_cache=0 |
3860 | # Check whether --enable-ftp or --disable-ftp was given. | |
3861 | if test "${enable_ftp+set}" = set; then | |
3862 | enableval="$enable_ftp" | |
e6cc62c6 | 3863 | |
a1622950 VZ |
3864 | if test "$enableval" = yes; then |
3865 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes' | |
3866 | else | |
3867 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no' | |
3868 | fi | |
e6cc62c6 | 3869 | |
a1622950 | 3870 | else |
e6cc62c6 | 3871 | |
a1622950 VZ |
3872 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` |
3873 | if test "x$LINE" != x ; then | |
3874 | eval "DEFAULT_$LINE" | |
3875 | else | |
3876 | no_cache=1 | |
3877 | fi | |
3878 | ||
3879 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
a1622950 | 3880 | |
e6cc62c6 | 3881 | fi; |
a1622950 VZ |
3882 | |
3883 | eval "$ac_cv_use_ftp" | |
3884 | if test "$no_cache" != 1; then | |
3885 | echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp | |
3886 | fi | |
3887 | ||
3888 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
e6cc62c6 VS |
3889 | echo "$as_me:$LINENO: result: yes" >&5 |
3890 | echo "${ECHO_T}yes" >&6 | |
a1622950 | 3891 | else |
e6cc62c6 VS |
3892 | echo "$as_me:$LINENO: result: no" >&5 |
3893 | echo "${ECHO_T}no" >&6 | |
a1622950 | 3894 | fi |
e6cc62c6 | 3895 | |
a1622950 | 3896 | |
5005acfe | 3897 | enablestring= |
e6cc62c6 VS |
3898 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5 |
3899 | echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6 | |
a1622950 VZ |
3900 | no_cache=0 |
3901 | # Check whether --enable-http or --disable-http was given. | |
3902 | if test "${enable_http+set}" = set; then | |
3903 | enableval="$enable_http" | |
e6cc62c6 | 3904 | |
a1622950 VZ |
3905 | if test "$enableval" = yes; then |
3906 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes' | |
3907 | else | |
3908 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no' | |
3909 | fi | |
e6cc62c6 | 3910 | |
a1622950 | 3911 | else |
e6cc62c6 | 3912 | |
a1622950 VZ |
3913 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` |
3914 | if test "x$LINE" != x ; then | |
3915 | eval "DEFAULT_$LINE" | |
3916 | else | |
3917 | no_cache=1 | |
3918 | fi | |
3919 | ||
3920 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
a1622950 | 3921 | |
e6cc62c6 | 3922 | fi; |
a1622950 VZ |
3923 | |
3924 | eval "$ac_cv_use_http" | |
3925 | if test "$no_cache" != 1; then | |
3926 | echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp | |
3927 | fi | |
3928 | ||
3929 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
e6cc62c6 VS |
3930 | echo "$as_me:$LINENO: result: yes" >&5 |
3931 | echo "${ECHO_T}yes" >&6 | |
a1622950 | 3932 | else |
e6cc62c6 VS |
3933 | echo "$as_me:$LINENO: result: no" >&5 |
3934 | echo "${ECHO_T}no" >&6 | |
a1622950 | 3935 | fi |
e6cc62c6 | 3936 | |
a1622950 | 3937 | |
5005acfe | 3938 | enablestring= |
e6cc62c6 VS |
3939 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5 |
3940 | echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6 | |
a1622950 VZ |
3941 | no_cache=0 |
3942 | # Check whether --enable-fileproto or --disable-fileproto was given. | |
3943 | if test "${enable_fileproto+set}" = set; then | |
3944 | enableval="$enable_fileproto" | |
e6cc62c6 | 3945 | |
a1622950 VZ |
3946 | if test "$enableval" = yes; then |
3947 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes' | |
3948 | else | |
3949 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no' | |
3950 | fi | |
e6cc62c6 | 3951 | |
a1622950 | 3952 | else |
e6cc62c6 | 3953 | |
a1622950 VZ |
3954 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` |
3955 | if test "x$LINE" != x ; then | |
3956 | eval "DEFAULT_$LINE" | |
3957 | else | |
3958 | no_cache=1 | |
3959 | fi | |
3960 | ||
3961 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
a1622950 | 3962 | |
e6cc62c6 | 3963 | fi; |
a1622950 VZ |
3964 | |
3965 | eval "$ac_cv_use_fileproto" | |
3966 | if test "$no_cache" != 1; then | |
3967 | echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp | |
3968 | fi | |
3969 | ||
3970 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
e6cc62c6 VS |
3971 | echo "$as_me:$LINENO: result: yes" >&5 |
3972 | echo "${ECHO_T}yes" >&6 | |
a1622950 | 3973 | else |
e6cc62c6 VS |
3974 | echo "$as_me:$LINENO: result: no" >&5 |
3975 | echo "${ECHO_T}no" >&6 | |
a1622950 | 3976 | fi |
e6cc62c6 | 3977 | |
a1622950 | 3978 | |
5005acfe | 3979 | enablestring= |
e6cc62c6 VS |
3980 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5 |
3981 | echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6 | |
10f2d63a VZ |
3982 | no_cache=0 |
3983 | # Check whether --enable-sockets or --disable-sockets was given. | |
3984 | if test "${enable_sockets+set}" = set; then | |
3985 | enableval="$enable_sockets" | |
e6cc62c6 | 3986 | |
10f2d63a VZ |
3987 | if test "$enableval" = yes; then |
3988 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
3989 | else | |
3990 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
3991 | fi | |
e6cc62c6 | 3992 | |
10f2d63a | 3993 | else |
e6cc62c6 | 3994 | |
10f2d63a VZ |
3995 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` |
3996 | if test "x$LINE" != x ; then | |
3997 | eval "DEFAULT_$LINE" | |
3998 | else | |
3999 | no_cache=1 | |
4000 | fi | |
4001 | ||
4002 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
10f2d63a | 4003 | |
e6cc62c6 | 4004 | fi; |
10f2d63a VZ |
4005 | |
4006 | eval "$ac_cv_use_sockets" | |
4007 | if test "$no_cache" != 1; then | |
4008 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
4009 | fi | |
4010 | ||
4011 | if test "$wxUSE_SOCKETS" = yes; then | |
e6cc62c6 VS |
4012 | echo "$as_me:$LINENO: result: yes" >&5 |
4013 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4014 | else |
e6cc62c6 VS |
4015 | echo "$as_me:$LINENO: result: no" >&5 |
4016 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4017 | fi |
e6cc62c6 | 4018 | |
8284b0c5 | 4019 | |
5005acfe | 4020 | enablestring= |
e6cc62c6 VS |
4021 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5 |
4022 | echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6 | |
3bce6687 JS |
4023 | no_cache=0 |
4024 | # Check whether --enable-ole or --disable-ole was given. | |
4025 | if test "${enable_ole+set}" = set; then | |
4026 | enableval="$enable_ole" | |
e6cc62c6 | 4027 | |
3bce6687 JS |
4028 | if test "$enableval" = yes; then |
4029 | ac_cv_use_ole='wxUSE_OLE=yes' | |
4030 | else | |
4031 | ac_cv_use_ole='wxUSE_OLE=no' | |
4032 | fi | |
e6cc62c6 | 4033 | |
3bce6687 | 4034 | else |
e6cc62c6 | 4035 | |
3bce6687 JS |
4036 | LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}` |
4037 | if test "x$LINE" != x ; then | |
4038 | eval "DEFAULT_$LINE" | |
4039 | else | |
4040 | no_cache=1 | |
4041 | fi | |
4042 | ||
4043 | ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE | |
3bce6687 | 4044 | |
e6cc62c6 | 4045 | fi; |
3bce6687 JS |
4046 | |
4047 | eval "$ac_cv_use_ole" | |
4048 | if test "$no_cache" != 1; then | |
4049 | echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp | |
4050 | fi | |
4051 | ||
4052 | if test "$wxUSE_OLE" = yes; then | |
e6cc62c6 VS |
4053 | echo "$as_me:$LINENO: result: yes" >&5 |
4054 | echo "${ECHO_T}yes" >&6 | |
3bce6687 | 4055 | else |
e6cc62c6 VS |
4056 | echo "$as_me:$LINENO: result: no" >&5 |
4057 | echo "${ECHO_T}no" >&6 | |
3bce6687 | 4058 | fi |
e6cc62c6 | 4059 | |
3bce6687 | 4060 | |
5005acfe | 4061 | enablestring= |
e6cc62c6 VS |
4062 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5 |
4063 | echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6 | |
3bce6687 JS |
4064 | no_cache=0 |
4065 | # Check whether --enable-dataobj or --disable-dataobj was given. | |
4066 | if test "${enable_dataobj+set}" = set; then | |
4067 | enableval="$enable_dataobj" | |
e6cc62c6 | 4068 | |
3bce6687 JS |
4069 | if test "$enableval" = yes; then |
4070 | ac_cv_use_dataobj='wxUSE_DATAOBJ=yes' | |
4071 | else | |
4072 | ac_cv_use_dataobj='wxUSE_DATAOBJ=no' | |
4073 | fi | |
e6cc62c6 | 4074 | |
3bce6687 | 4075 | else |
e6cc62c6 | 4076 | |
3bce6687 JS |
4077 | LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}` |
4078 | if test "x$LINE" != x ; then | |
4079 | eval "DEFAULT_$LINE" | |
4080 | else | |
4081 | no_cache=1 | |
4082 | fi | |
4083 | ||
4084 | ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ | |
3bce6687 | 4085 | |
e6cc62c6 | 4086 | fi; |
3bce6687 JS |
4087 | |
4088 | eval "$ac_cv_use_dataobj" | |
4089 | if test "$no_cache" != 1; then | |
4090 | echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp | |
4091 | fi | |
4092 | ||
4093 | if test "$wxUSE_DATAOBJ" = yes; then | |
e6cc62c6 VS |
4094 | echo "$as_me:$LINENO: result: yes" >&5 |
4095 | echo "${ECHO_T}yes" >&6 | |
3bce6687 | 4096 | else |
e6cc62c6 VS |
4097 | echo "$as_me:$LINENO: result: no" >&5 |
4098 | echo "${ECHO_T}no" >&6 | |
3bce6687 | 4099 | fi |
e6cc62c6 | 4100 | |
3bce6687 | 4101 | |
52127426 | 4102 | |
5005acfe | 4103 | enablestring= |
e6cc62c6 VS |
4104 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5 |
4105 | echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6 | |
10f2d63a | 4106 | no_cache=0 |
eb4efbdc VZ |
4107 | # Check whether --enable-ipc or --disable-ipc was given. |
4108 | if test "${enable_ipc+set}" = set; then | |
4109 | enableval="$enable_ipc" | |
e6cc62c6 | 4110 | |
10f2d63a | 4111 | if test "$enableval" = yes; then |
eb4efbdc | 4112 | ac_cv_use_ipc='wxUSE_IPC=yes' |
10f2d63a | 4113 | else |
eb4efbdc | 4114 | ac_cv_use_ipc='wxUSE_IPC=no' |
10f2d63a | 4115 | fi |
e6cc62c6 | 4116 | |
10f2d63a | 4117 | else |
e6cc62c6 | 4118 | |
eb4efbdc | 4119 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` |
10f2d63a VZ |
4120 | if test "x$LINE" != x ; then |
4121 | eval "DEFAULT_$LINE" | |
4122 | else | |
4123 | no_cache=1 | |
4124 | fi | |
4125 | ||
eb4efbdc | 4126 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC |
10f2d63a | 4127 | |
e6cc62c6 | 4128 | fi; |
10f2d63a | 4129 | |
eb4efbdc | 4130 | eval "$ac_cv_use_ipc" |
10f2d63a | 4131 | if test "$no_cache" != 1; then |
eb4efbdc | 4132 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4133 | fi |
4134 | ||
eb4efbdc | 4135 | if test "$wxUSE_IPC" = yes; then |
e6cc62c6 VS |
4136 | echo "$as_me:$LINENO: result: yes" >&5 |
4137 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4138 | else |
e6cc62c6 VS |
4139 | echo "$as_me:$LINENO: result: no" >&5 |
4140 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4141 | fi |
e6cc62c6 | 4142 | |
52127426 | 4143 | |
8284b0c5 | 4144 | |
5005acfe | 4145 | enablestring= |
e6cc62c6 VS |
4146 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5 |
4147 | echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6 | |
1e6feb95 VZ |
4148 | no_cache=0 |
4149 | # Check whether --enable-cmdline or --disable-cmdline was given. | |
4150 | if test "${enable_cmdline+set}" = set; then | |
4151 | enableval="$enable_cmdline" | |
e6cc62c6 | 4152 | |
1e6feb95 VZ |
4153 | if test "$enableval" = yes; then |
4154 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes' | |
4155 | else | |
4156 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no' | |
4157 | fi | |
e6cc62c6 | 4158 | |
1e6feb95 | 4159 | else |
e6cc62c6 | 4160 | |
1e6feb95 VZ |
4161 | LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` |
4162 | if test "x$LINE" != x ; then | |
4163 | eval "DEFAULT_$LINE" | |
4164 | else | |
4165 | no_cache=1 | |
4166 | fi | |
4167 | ||
4168 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER | |
1e6feb95 | 4169 | |
e6cc62c6 | 4170 | fi; |
1e6feb95 VZ |
4171 | |
4172 | eval "$ac_cv_use_cmdline" | |
4173 | if test "$no_cache" != 1; then | |
4174 | echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp | |
4175 | fi | |
4176 | ||
4177 | if test "$wxUSE_CMDLINE_PARSER" = yes; then | |
e6cc62c6 VS |
4178 | echo "$as_me:$LINENO: result: yes" >&5 |
4179 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 4180 | else |
e6cc62c6 VS |
4181 | echo "$as_me:$LINENO: result: no" >&5 |
4182 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 4183 | fi |
e6cc62c6 | 4184 | |
1e6feb95 | 4185 | |
5005acfe | 4186 | enablestring= |
e6cc62c6 VS |
4187 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5 |
4188 | echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6 | |
1e6feb95 VZ |
4189 | no_cache=0 |
4190 | # Check whether --enable-datetime or --disable-datetime was given. | |
4191 | if test "${enable_datetime+set}" = set; then | |
4192 | enableval="$enable_datetime" | |
e6cc62c6 | 4193 | |
1e6feb95 VZ |
4194 | if test "$enableval" = yes; then |
4195 | ac_cv_use_datetime='wxUSE_DATETIME=yes' | |
4196 | else | |
4197 | ac_cv_use_datetime='wxUSE_DATETIME=no' | |
4198 | fi | |
e6cc62c6 | 4199 | |
1e6feb95 | 4200 | else |
e6cc62c6 | 4201 | |
1e6feb95 VZ |
4202 | LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` |
4203 | if test "x$LINE" != x ; then | |
4204 | eval "DEFAULT_$LINE" | |
4205 | else | |
4206 | no_cache=1 | |
4207 | fi | |
4208 | ||
4209 | ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME | |
1e6feb95 | 4210 | |
e6cc62c6 | 4211 | fi; |
1e6feb95 VZ |
4212 | |
4213 | eval "$ac_cv_use_datetime" | |
4214 | if test "$no_cache" != 1; then | |
4215 | echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp | |
4216 | fi | |
4217 | ||
4218 | if test "$wxUSE_DATETIME" = yes; then | |
e6cc62c6 VS |
4219 | echo "$as_me:$LINENO: result: yes" >&5 |
4220 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 4221 | else |
e6cc62c6 VS |
4222 | echo "$as_me:$LINENO: result: no" >&5 |
4223 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 4224 | fi |
e6cc62c6 | 4225 | |
1e6feb95 | 4226 | |
5005acfe | 4227 | enablestring= |
e6cc62c6 VS |
4228 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5 |
4229 | echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6 | |
1e6feb95 VZ |
4230 | no_cache=0 |
4231 | # Check whether --enable-stopwatch or --disable-stopwatch was given. | |
4232 | if test "${enable_stopwatch+set}" = set; then | |
4233 | enableval="$enable_stopwatch" | |
e6cc62c6 | 4234 | |
1e6feb95 VZ |
4235 | if test "$enableval" = yes; then |
4236 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes' | |
4237 | else | |
4238 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=no' | |
4239 | fi | |
e6cc62c6 | 4240 | |
1e6feb95 | 4241 | else |
e6cc62c6 | 4242 | |
1e6feb95 VZ |
4243 | LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` |
4244 | if test "x$LINE" != x ; then | |
4245 | eval "DEFAULT_$LINE" | |
4246 | else | |
4247 | no_cache=1 | |
4248 | fi | |
4249 | ||
4250 | ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH | |
1e6feb95 | 4251 | |
e6cc62c6 | 4252 | fi; |
1e6feb95 VZ |
4253 | |
4254 | eval "$ac_cv_use_stopwatch" | |
4255 | if test "$no_cache" != 1; then | |
4256 | echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp | |
4257 | fi | |
4258 | ||
4259 | if test "$wxUSE_STOPWATCH" = yes; then | |
e6cc62c6 VS |
4260 | echo "$as_me:$LINENO: result: yes" >&5 |
4261 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 4262 | else |
e6cc62c6 VS |
4263 | echo "$as_me:$LINENO: result: no" >&5 |
4264 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 4265 | fi |
e6cc62c6 | 4266 | |
1e6feb95 | 4267 | |
5005acfe | 4268 | enablestring= |
e6cc62c6 VS |
4269 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5 |
4270 | echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6 | |
10f2d63a | 4271 | no_cache=0 |
eb4efbdc VZ |
4272 | # Check whether --enable-dialupman or --disable-dialupman was given. |
4273 | if test "${enable_dialupman+set}" = set; then | |
4274 | enableval="$enable_dialupman" | |
e6cc62c6 | 4275 | |
10f2d63a | 4276 | if test "$enableval" = yes; then |
eb4efbdc | 4277 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' |
10f2d63a | 4278 | else |
eb4efbdc | 4279 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' |
10f2d63a | 4280 | fi |
e6cc62c6 | 4281 | |
10f2d63a | 4282 | else |
e6cc62c6 | 4283 | |
eb4efbdc | 4284 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` |
10f2d63a VZ |
4285 | if test "x$LINE" != x ; then |
4286 | eval "DEFAULT_$LINE" | |
4287 | else | |
4288 | no_cache=1 | |
4289 | fi | |
4290 | ||
eb4efbdc | 4291 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER |
10f2d63a | 4292 | |
e6cc62c6 | 4293 | fi; |
10f2d63a | 4294 | |
eb4efbdc | 4295 | eval "$ac_cv_use_dialupman" |
10f2d63a | 4296 | if test "$no_cache" != 1; then |
eb4efbdc | 4297 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4298 | fi |
4299 | ||
eb4efbdc | 4300 | if test "$wxUSE_DIALUP_MANAGER" = yes; then |
e6cc62c6 VS |
4301 | echo "$as_me:$LINENO: result: yes" >&5 |
4302 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4303 | else |
e6cc62c6 VS |
4304 | echo "$as_me:$LINENO: result: no" >&5 |
4305 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4306 | fi |
e6cc62c6 | 4307 | |
10f2d63a | 4308 | |
5005acfe | 4309 | enablestring= |
e6cc62c6 VS |
4310 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5 |
4311 | echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6 | |
10f2d63a VZ |
4312 | no_cache=0 |
4313 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
4314 | if test "${enable_apple_ieee+set}" = set; then | |
4315 | enableval="$enable_apple_ieee" | |
e6cc62c6 | 4316 | |
10f2d63a VZ |
4317 | if test "$enableval" = yes; then |
4318 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
4319 | else | |
4320 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
4321 | fi | |
e6cc62c6 | 4322 | |
10f2d63a | 4323 | else |
e6cc62c6 | 4324 | |
10f2d63a VZ |
4325 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` |
4326 | if test "x$LINE" != x ; then | |
4327 | eval "DEFAULT_$LINE" | |
4328 | else | |
4329 | no_cache=1 | |
4330 | fi | |
4331 | ||
4332 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
10f2d63a | 4333 | |
e6cc62c6 | 4334 | fi; |
10f2d63a VZ |
4335 | |
4336 | eval "$ac_cv_use_apple_ieee" | |
4337 | if test "$no_cache" != 1; then | |
4338 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
4339 | fi | |
4340 | ||
4341 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
e6cc62c6 VS |
4342 | echo "$as_me:$LINENO: result: yes" >&5 |
4343 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4344 | else |
e6cc62c6 VS |
4345 | echo "$as_me:$LINENO: result: no" >&5 |
4346 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4347 | fi |
e6cc62c6 | 4348 | |
10f2d63a | 4349 | |
5005acfe | 4350 | enablestring= |
e6cc62c6 VS |
4351 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5 |
4352 | echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6 | |
10f2d63a | 4353 | no_cache=0 |
1e6feb95 VZ |
4354 | # Check whether --enable-timer or --disable-timer was given. |
4355 | if test "${enable_timer+set}" = set; then | |
4356 | enableval="$enable_timer" | |
e6cc62c6 | 4357 | |
10f2d63a | 4358 | if test "$enableval" = yes; then |
1e6feb95 | 4359 | ac_cv_use_timer='wxUSE_TIMER=yes' |
10f2d63a | 4360 | else |
1e6feb95 | 4361 | ac_cv_use_timer='wxUSE_TIMER=no' |
10f2d63a | 4362 | fi |
e6cc62c6 | 4363 | |
10f2d63a | 4364 | else |
e6cc62c6 | 4365 | |
1e6feb95 | 4366 | LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` |
10f2d63a VZ |
4367 | if test "x$LINE" != x ; then |
4368 | eval "DEFAULT_$LINE" | |
4369 | else | |
4370 | no_cache=1 | |
4371 | fi | |
4372 | ||
1e6feb95 | 4373 | ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER |
10f2d63a | 4374 | |
e6cc62c6 | 4375 | fi; |
10f2d63a | 4376 | |
1e6feb95 | 4377 | eval "$ac_cv_use_timer" |
10f2d63a | 4378 | if test "$no_cache" != 1; then |
1e6feb95 | 4379 | echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4380 | fi |
4381 | ||
1e6feb95 | 4382 | if test "$wxUSE_TIMER" = yes; then |
e6cc62c6 VS |
4383 | echo "$as_me:$LINENO: result: yes" >&5 |
4384 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4385 | else |
e6cc62c6 VS |
4386 | echo "$as_me:$LINENO: result: no" >&5 |
4387 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4388 | fi |
e6cc62c6 | 4389 | |
10f2d63a | 4390 | |
5005acfe | 4391 | enablestring= |
e6cc62c6 VS |
4392 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5 |
4393 | echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6 | |
10f2d63a VZ |
4394 | no_cache=0 |
4395 | # Check whether --enable-wave or --disable-wave was given. | |
4396 | if test "${enable_wave+set}" = set; then | |
4397 | enableval="$enable_wave" | |
e6cc62c6 | 4398 | |
10f2d63a VZ |
4399 | if test "$enableval" = yes; then |
4400 | ac_cv_use_wave='wxUSE_WAVE=yes' | |
4401 | else | |
4402 | ac_cv_use_wave='wxUSE_WAVE=no' | |
4403 | fi | |
e6cc62c6 | 4404 | |
10f2d63a | 4405 | else |
e6cc62c6 | 4406 | |
10f2d63a VZ |
4407 | LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` |
4408 | if test "x$LINE" != x ; then | |
4409 | eval "DEFAULT_$LINE" | |
4410 | else | |
4411 | no_cache=1 | |
4412 | fi | |
4413 | ||
4414 | ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE | |
10f2d63a | 4415 | |
e6cc62c6 | 4416 | fi; |
10f2d63a VZ |
4417 | |
4418 | eval "$ac_cv_use_wave" | |
4419 | if test "$no_cache" != 1; then | |
4420 | echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp | |
4421 | fi | |
4422 | ||
4423 | if test "$wxUSE_WAVE" = yes; then | |
e6cc62c6 VS |
4424 | echo "$as_me:$LINENO: result: yes" >&5 |
4425 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4426 | else |
e6cc62c6 VS |
4427 | echo "$as_me:$LINENO: result: no" >&5 |
4428 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4429 | fi |
e6cc62c6 | 4430 | |
10f2d63a | 4431 | |
5005acfe | 4432 | enablestring= |
e6cc62c6 VS |
4433 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fraction" >&5 |
4434 | echo $ECHO_N "checking for --${enablestring:-enable}-fraction... $ECHO_C" >&6 | |
10f2d63a VZ |
4435 | no_cache=0 |
4436 | # Check whether --enable-fraction or --disable-fraction was given. | |
4437 | if test "${enable_fraction+set}" = set; then | |
4438 | enableval="$enable_fraction" | |
e6cc62c6 | 4439 | |
10f2d63a VZ |
4440 | if test "$enableval" = yes; then |
4441 | ac_cv_use_fraction='wxUSE_FRACTION=yes' | |
4442 | else | |
4443 | ac_cv_use_fraction='wxUSE_FRACTION=no' | |
4444 | fi | |
e6cc62c6 | 4445 | |
10f2d63a | 4446 | else |
e6cc62c6 | 4447 | |
10f2d63a VZ |
4448 | LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` |
4449 | if test "x$LINE" != x ; then | |
4450 | eval "DEFAULT_$LINE" | |
4451 | else | |
4452 | no_cache=1 | |
4453 | fi | |
4454 | ||
4455 | ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION | |
10f2d63a | 4456 | |
e6cc62c6 | 4457 | fi; |
10f2d63a VZ |
4458 | |
4459 | eval "$ac_cv_use_fraction" | |
4460 | if test "$no_cache" != 1; then | |
4461 | echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp | |
4462 | fi | |
4463 | ||
4464 | if test "$wxUSE_FRACTION" = yes; then | |
e6cc62c6 VS |
4465 | echo "$as_me:$LINENO: result: yes" >&5 |
4466 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4467 | else |
e6cc62c6 VS |
4468 | echo "$as_me:$LINENO: result: no" >&5 |
4469 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4470 | fi |
e6cc62c6 | 4471 | |
10f2d63a | 4472 | |
5005acfe | 4473 | enablestring= |
e6cc62c6 VS |
4474 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5 |
4475 | echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6 | |
10f2d63a VZ |
4476 | no_cache=0 |
4477 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
4478 | if test "${enable_dynlib+set}" = set; then | |
4479 | enableval="$enable_dynlib" | |
e6cc62c6 | 4480 | |
10f2d63a VZ |
4481 | if test "$enableval" = yes; then |
4482 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
4483 | else | |
4484 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
4485 | fi | |
e6cc62c6 | 4486 | |
10f2d63a | 4487 | else |
e6cc62c6 | 4488 | |
10f2d63a VZ |
4489 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` |
4490 | if test "x$LINE" != x ; then | |
4491 | eval "DEFAULT_$LINE" | |
4492 | else | |
4493 | no_cache=1 | |
4494 | fi | |
4495 | ||
4496 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
10f2d63a | 4497 | |
e6cc62c6 | 4498 | fi; |
10f2d63a VZ |
4499 | |
4500 | eval "$ac_cv_use_dynlib" | |
4501 | if test "$no_cache" != 1; then | |
4502 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
4503 | fi | |
4504 | ||
4505 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
e6cc62c6 VS |
4506 | echo "$as_me:$LINENO: result: yes" >&5 |
4507 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4508 | else |
e6cc62c6 VS |
4509 | echo "$as_me:$LINENO: result: no" >&5 |
4510 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4511 | fi |
e6cc62c6 | 4512 | |
10f2d63a | 4513 | |
5005acfe | 4514 | enablestring= |
e6cc62c6 VS |
4515 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5 |
4516 | echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6 | |
0b9ab0bd RL |
4517 | no_cache=0 |
4518 | # Check whether --enable-dynamicloader or --disable-dynamicloader was given. | |
4519 | if test "${enable_dynamicloader+set}" = set; then | |
4520 | enableval="$enable_dynamicloader" | |
e6cc62c6 | 4521 | |
0b9ab0bd RL |
4522 | if test "$enableval" = yes; then |
4523 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes' | |
4524 | else | |
4525 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no' | |
4526 | fi | |
e6cc62c6 | 4527 | |
0b9ab0bd | 4528 | else |
e6cc62c6 | 4529 | |
0b9ab0bd RL |
4530 | LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}` |
4531 | if test "x$LINE" != x ; then | |
4532 | eval "DEFAULT_$LINE" | |
4533 | else | |
4534 | no_cache=1 | |
4535 | fi | |
4536 | ||
4537 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER | |
0b9ab0bd | 4538 | |
e6cc62c6 | 4539 | fi; |
0b9ab0bd RL |
4540 | |
4541 | eval "$ac_cv_use_dynamicloader" | |
4542 | if test "$no_cache" != 1; then | |
4543 | echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp | |
4544 | fi | |
4545 | ||
4546 | if test "$wxUSE_DYNAMIC_LOADER" = yes; then | |
e6cc62c6 VS |
4547 | echo "$as_me:$LINENO: result: yes" >&5 |
4548 | echo "${ECHO_T}yes" >&6 | |
0b9ab0bd | 4549 | else |
e6cc62c6 VS |
4550 | echo "$as_me:$LINENO: result: no" >&5 |
4551 | echo "${ECHO_T}no" >&6 | |
0b9ab0bd | 4552 | fi |
e6cc62c6 | 4553 | |
0b9ab0bd | 4554 | |
5005acfe | 4555 | enablestring= |
e6cc62c6 VS |
4556 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5 |
4557 | echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6 | |
10f2d63a VZ |
4558 | no_cache=0 |
4559 | # Check whether --enable-longlong or --disable-longlong was given. | |
4560 | if test "${enable_longlong+set}" = set; then | |
4561 | enableval="$enable_longlong" | |
e6cc62c6 | 4562 | |
10f2d63a VZ |
4563 | if test "$enableval" = yes; then |
4564 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
4565 | else | |
4566 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
4567 | fi | |
e6cc62c6 | 4568 | |
10f2d63a | 4569 | else |
e6cc62c6 | 4570 | |
10f2d63a VZ |
4571 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` |
4572 | if test "x$LINE" != x ; then | |
4573 | eval "DEFAULT_$LINE" | |
4574 | else | |
4575 | no_cache=1 | |
4576 | fi | |
4577 | ||
4578 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
10f2d63a | 4579 | |
e6cc62c6 | 4580 | fi; |
10f2d63a VZ |
4581 | |
4582 | eval "$ac_cv_use_longlong" | |
4583 | if test "$no_cache" != 1; then | |
4584 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
4585 | fi | |
4586 | ||
4587 | if test "$wxUSE_LONGLONG" = yes; then | |
e6cc62c6 VS |
4588 | echo "$as_me:$LINENO: result: yes" >&5 |
4589 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4590 | else |
e6cc62c6 VS |
4591 | echo "$as_me:$LINENO: result: no" >&5 |
4592 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4593 | fi |
e6cc62c6 | 4594 | |
10f2d63a | 4595 | |
5005acfe | 4596 | enablestring= |
e6cc62c6 VS |
4597 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5 |
4598 | echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6 | |
e8f65ba6 RR |
4599 | no_cache=0 |
4600 | # Check whether --enable-geometry or --disable-geometry was given. | |
4601 | if test "${enable_geometry+set}" = set; then | |
4602 | enableval="$enable_geometry" | |
e6cc62c6 | 4603 | |
e8f65ba6 RR |
4604 | if test "$enableval" = yes; then |
4605 | ac_cv_use_geometry='wxUSE_GEOMETRY=yes' | |
4606 | else | |
4607 | ac_cv_use_geometry='wxUSE_GEOMETRY=no' | |
4608 | fi | |
e6cc62c6 | 4609 | |
e8f65ba6 | 4610 | else |
e6cc62c6 | 4611 | |
e8f65ba6 RR |
4612 | LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` |
4613 | if test "x$LINE" != x ; then | |
4614 | eval "DEFAULT_$LINE" | |
4615 | else | |
4616 | no_cache=1 | |
4617 | fi | |
4618 | ||
4619 | ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY | |
e8f65ba6 | 4620 | |
e6cc62c6 | 4621 | fi; |
e8f65ba6 RR |
4622 | |
4623 | eval "$ac_cv_use_geometry" | |
4624 | if test "$no_cache" != 1; then | |
4625 | echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp | |
4626 | fi | |
4627 | ||
4628 | if test "$wxUSE_GEOMETRY" = yes; then | |
e6cc62c6 VS |
4629 | echo "$as_me:$LINENO: result: yes" >&5 |
4630 | echo "${ECHO_T}yes" >&6 | |
e8f65ba6 | 4631 | else |
e6cc62c6 VS |
4632 | echo "$as_me:$LINENO: result: no" >&5 |
4633 | echo "${ECHO_T}no" >&6 | |
e8f65ba6 | 4634 | fi |
e6cc62c6 | 4635 | |
e8f65ba6 | 4636 | |
5005acfe | 4637 | enablestring= |
e6cc62c6 VS |
4638 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5 |
4639 | echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6 | |
10f2d63a VZ |
4640 | no_cache=0 |
4641 | # Check whether --enable-log or --disable-log was given. | |
4642 | if test "${enable_log+set}" = set; then | |
4643 | enableval="$enable_log" | |
e6cc62c6 | 4644 | |
10f2d63a VZ |
4645 | if test "$enableval" = yes; then |
4646 | ac_cv_use_log='wxUSE_LOG=yes' | |
4647 | else | |
4648 | ac_cv_use_log='wxUSE_LOG=no' | |
4649 | fi | |
e6cc62c6 | 4650 | |
10f2d63a | 4651 | else |
e6cc62c6 | 4652 | |
10f2d63a VZ |
4653 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` |
4654 | if test "x$LINE" != x ; then | |
4655 | eval "DEFAULT_$LINE" | |
4656 | else | |
4657 | no_cache=1 | |
4658 | fi | |
4659 | ||
4660 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
10f2d63a | 4661 | |
e6cc62c6 | 4662 | fi; |
10f2d63a VZ |
4663 | |
4664 | eval "$ac_cv_use_log" | |
4665 | if test "$no_cache" != 1; then | |
4666 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
4667 | fi | |
4668 | ||
4669 | if test "$wxUSE_LOG" = yes; then | |
e6cc62c6 VS |
4670 | echo "$as_me:$LINENO: result: yes" >&5 |
4671 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4672 | else |
e6cc62c6 VS |
4673 | echo "$as_me:$LINENO: result: no" >&5 |
4674 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4675 | fi |
e6cc62c6 | 4676 | |
10f2d63a | 4677 | |
5005acfe | 4678 | enablestring= |
e6cc62c6 VS |
4679 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5 |
4680 | echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6 | |
10f2d63a VZ |
4681 | no_cache=0 |
4682 | # Check whether --enable-streams or --disable-streams was given. | |
4683 | if test "${enable_streams+set}" = set; then | |
4684 | enableval="$enable_streams" | |
e6cc62c6 | 4685 | |
10f2d63a VZ |
4686 | if test "$enableval" = yes; then |
4687 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
4688 | else | |
4689 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
4690 | fi | |
e6cc62c6 | 4691 | |
10f2d63a | 4692 | else |
e6cc62c6 | 4693 | |
10f2d63a VZ |
4694 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` |
4695 | if test "x$LINE" != x ; then | |
4696 | eval "DEFAULT_$LINE" | |
4697 | else | |
4698 | no_cache=1 | |
4699 | fi | |
4700 | ||
4701 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
10f2d63a | 4702 | |
e6cc62c6 | 4703 | fi; |
10f2d63a VZ |
4704 | |
4705 | eval "$ac_cv_use_streams" | |
4706 | if test "$no_cache" != 1; then | |
4707 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
4708 | fi | |
4709 | ||
4710 | if test "$wxUSE_STREAMS" = yes; then | |
e6cc62c6 VS |
4711 | echo "$as_me:$LINENO: result: yes" >&5 |
4712 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4713 | else |
e6cc62c6 VS |
4714 | echo "$as_me:$LINENO: result: no" >&5 |
4715 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4716 | fi |
e6cc62c6 | 4717 | |
10f2d63a | 4718 | |
5005acfe | 4719 | enablestring= |
e6cc62c6 VS |
4720 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5 |
4721 | echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6 | |
10f2d63a VZ |
4722 | no_cache=0 |
4723 | # Check whether --enable-file or --disable-file was given. | |
4724 | if test "${enable_file+set}" = set; then | |
4725 | enableval="$enable_file" | |
e6cc62c6 | 4726 | |
10f2d63a VZ |
4727 | if test "$enableval" = yes; then |
4728 | ac_cv_use_file='wxUSE_FILE=yes' | |
4729 | else | |
4730 | ac_cv_use_file='wxUSE_FILE=no' | |
4731 | fi | |
e6cc62c6 | 4732 | |
10f2d63a | 4733 | else |
e6cc62c6 | 4734 | |
10f2d63a VZ |
4735 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` |
4736 | if test "x$LINE" != x ; then | |
4737 | eval "DEFAULT_$LINE" | |
4738 | else | |
4739 | no_cache=1 | |
4740 | fi | |
4741 | ||
4742 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
10f2d63a | 4743 | |
e6cc62c6 | 4744 | fi; |
10f2d63a VZ |
4745 | |
4746 | eval "$ac_cv_use_file" | |
4747 | if test "$no_cache" != 1; then | |
4748 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
4749 | fi | |
4750 | ||
4751 | if test "$wxUSE_FILE" = yes; then | |
e6cc62c6 VS |
4752 | echo "$as_me:$LINENO: result: yes" >&5 |
4753 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4754 | else |
e6cc62c6 VS |
4755 | echo "$as_me:$LINENO: result: no" >&5 |
4756 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4757 | fi |
e6cc62c6 | 4758 | |
10f2d63a | 4759 | |
5005acfe | 4760 | enablestring= |
e6cc62c6 VS |
4761 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5 |
4762 | echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6 | |
10f2d63a | 4763 | no_cache=0 |
1e6feb95 VZ |
4764 | # Check whether --enable-ffile or --disable-ffile was given. |
4765 | if test "${enable_ffile+set}" = set; then | |
4766 | enableval="$enable_ffile" | |
e6cc62c6 | 4767 | |
10f2d63a | 4768 | if test "$enableval" = yes; then |
1e6feb95 | 4769 | ac_cv_use_ffile='wxUSE_FFILE=yes' |
10f2d63a | 4770 | else |
1e6feb95 | 4771 | ac_cv_use_ffile='wxUSE_FFILE=no' |
10f2d63a | 4772 | fi |
e6cc62c6 | 4773 | |
10f2d63a | 4774 | else |
e6cc62c6 | 4775 | |
1e6feb95 | 4776 | LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
4777 | if test "x$LINE" != x ; then |
4778 | eval "DEFAULT_$LINE" | |
4779 | else | |
4780 | no_cache=1 | |
4781 | fi | |
4782 | ||
1e6feb95 | 4783 | ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE |
10f2d63a | 4784 | |
e6cc62c6 | 4785 | fi; |
10f2d63a | 4786 | |
1e6feb95 | 4787 | eval "$ac_cv_use_ffile" |
10f2d63a | 4788 | if test "$no_cache" != 1; then |
1e6feb95 | 4789 | echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4790 | fi |
4791 | ||
1e6feb95 | 4792 | if test "$wxUSE_FFILE" = yes; then |
e6cc62c6 VS |
4793 | echo "$as_me:$LINENO: result: yes" >&5 |
4794 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4795 | else |
e6cc62c6 VS |
4796 | echo "$as_me:$LINENO: result: no" >&5 |
4797 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4798 | fi |
e6cc62c6 | 4799 | |
10f2d63a | 4800 | |
5005acfe | 4801 | enablestring= |
e6cc62c6 VS |
4802 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5 |
4803 | echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6 | |
a3a584a7 VZ |
4804 | no_cache=0 |
4805 | # Check whether --enable-textbuf or --disable-textbuf was given. | |
4806 | if test "${enable_textbuf+set}" = set; then | |
4807 | enableval="$enable_textbuf" | |
e6cc62c6 | 4808 | |
a3a584a7 VZ |
4809 | if test "$enableval" = yes; then |
4810 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes' | |
4811 | else | |
4812 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no' | |
4813 | fi | |
e6cc62c6 | 4814 | |
a3a584a7 | 4815 | else |
e6cc62c6 | 4816 | |
a3a584a7 VZ |
4817 | LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}` |
4818 | if test "x$LINE" != x ; then | |
4819 | eval "DEFAULT_$LINE" | |
4820 | else | |
4821 | no_cache=1 | |
4822 | fi | |
4823 | ||
4824 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER | |
a3a584a7 | 4825 | |
e6cc62c6 | 4826 | fi; |
a3a584a7 VZ |
4827 | |
4828 | eval "$ac_cv_use_textbuf" | |
4829 | if test "$no_cache" != 1; then | |
4830 | echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp | |
4831 | fi | |
4832 | ||
4833 | if test "$wxUSE_TEXTBUFFER" = yes; then | |
e6cc62c6 VS |
4834 | echo "$as_me:$LINENO: result: yes" >&5 |
4835 | echo "${ECHO_T}yes" >&6 | |
a3a584a7 | 4836 | else |
e6cc62c6 VS |
4837 | echo "$as_me:$LINENO: result: no" >&5 |
4838 | echo "${ECHO_T}no" >&6 | |
a3a584a7 | 4839 | fi |
e6cc62c6 | 4840 | |
a3a584a7 | 4841 | |
5005acfe | 4842 | enablestring= |
e6cc62c6 VS |
4843 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5 |
4844 | echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6 | |
10f2d63a | 4845 | no_cache=0 |
1e6feb95 VZ |
4846 | # Check whether --enable-textfile or --disable-textfile was given. |
4847 | if test "${enable_textfile+set}" = set; then | |
4848 | enableval="$enable_textfile" | |
e6cc62c6 | 4849 | |
10f2d63a | 4850 | if test "$enableval" = yes; then |
1e6feb95 | 4851 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' |
10f2d63a | 4852 | else |
1e6feb95 | 4853 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' |
10f2d63a | 4854 | fi |
e6cc62c6 | 4855 | |
10f2d63a | 4856 | else |
e6cc62c6 | 4857 | |
1e6feb95 | 4858 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
4859 | if test "x$LINE" != x ; then |
4860 | eval "DEFAULT_$LINE" | |
4861 | else | |
4862 | no_cache=1 | |
4863 | fi | |
4864 | ||
1e6feb95 | 4865 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE |
10f2d63a | 4866 | |
e6cc62c6 | 4867 | fi; |
10f2d63a | 4868 | |
1e6feb95 | 4869 | eval "$ac_cv_use_textfile" |
10f2d63a | 4870 | if test "$no_cache" != 1; then |
1e6feb95 | 4871 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4872 | fi |
4873 | ||
1e6feb95 | 4874 | if test "$wxUSE_TEXTFILE" = yes; then |
e6cc62c6 VS |
4875 | echo "$as_me:$LINENO: result: yes" >&5 |
4876 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4877 | else |
e6cc62c6 VS |
4878 | echo "$as_me:$LINENO: result: no" >&5 |
4879 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4880 | fi |
e6cc62c6 | 4881 | |
10f2d63a | 4882 | |
5005acfe | 4883 | enablestring= |
e6cc62c6 VS |
4884 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5 |
4885 | echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6 | |
10f2d63a | 4886 | no_cache=0 |
1e6feb95 VZ |
4887 | # Check whether --enable-fontmap or --disable-fontmap was given. |
4888 | if test "${enable_fontmap+set}" = set; then | |
4889 | enableval="$enable_fontmap" | |
e6cc62c6 | 4890 | |
10f2d63a | 4891 | if test "$enableval" = yes; then |
1e6feb95 | 4892 | ac_cv_use_fontmap='wxUSE_FONTMAP=yes' |
10f2d63a | 4893 | else |
1e6feb95 | 4894 | ac_cv_use_fontmap='wxUSE_FONTMAP=no' |
10f2d63a | 4895 | fi |
e6cc62c6 | 4896 | |
10f2d63a | 4897 | else |
e6cc62c6 | 4898 | |
1e6feb95 | 4899 | LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` |
10f2d63a VZ |
4900 | if test "x$LINE" != x ; then |
4901 | eval "DEFAULT_$LINE" | |
4902 | else | |
4903 | no_cache=1 | |
4904 | fi | |
4905 | ||
1e6feb95 | 4906 | ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP |
10f2d63a | 4907 | |
e6cc62c6 | 4908 | fi; |
10f2d63a | 4909 | |
1e6feb95 | 4910 | eval "$ac_cv_use_fontmap" |
10f2d63a | 4911 | if test "$no_cache" != 1; then |
1e6feb95 | 4912 | echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4913 | fi |
4914 | ||
1e6feb95 | 4915 | if test "$wxUSE_FONTMAP" = yes; then |
e6cc62c6 VS |
4916 | echo "$as_me:$LINENO: result: yes" >&5 |
4917 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 4918 | else |
e6cc62c6 VS |
4919 | echo "$as_me:$LINENO: result: no" >&5 |
4920 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 4921 | fi |
e6cc62c6 | 4922 | |
10f2d63a | 4923 | |
5005acfe | 4924 | enablestring= |
e6cc62c6 VS |
4925 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5 |
4926 | echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6 | |
10f2d63a | 4927 | no_cache=0 |
1e6feb95 VZ |
4928 | # Check whether --enable-unicode or --disable-unicode was given. |
4929 | if test "${enable_unicode+set}" = set; then | |
4930 | enableval="$enable_unicode" | |
e6cc62c6 | 4931 | |
1e6feb95 VZ |
4932 | if test "$enableval" = yes; then |
4933 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
4934 | else | |
4935 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
4936 | fi | |
e6cc62c6 | 4937 | |
1e6feb95 | 4938 | else |
e6cc62c6 | 4939 | |
1e6feb95 VZ |
4940 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` |
4941 | if test "x$LINE" != x ; then | |
4942 | eval "DEFAULT_$LINE" | |
4943 | else | |
4944 | no_cache=1 | |
4945 | fi | |
4946 | ||
4947 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
1e6feb95 | 4948 | |
e6cc62c6 | 4949 | fi; |
1e6feb95 VZ |
4950 | |
4951 | eval "$ac_cv_use_unicode" | |
4952 | if test "$no_cache" != 1; then | |
4953 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
4954 | fi | |
4955 | ||
4956 | if test "$wxUSE_UNICODE" = yes; then | |
e6cc62c6 VS |
4957 | echo "$as_me:$LINENO: result: yes" >&5 |
4958 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 4959 | else |
e6cc62c6 VS |
4960 | echo "$as_me:$LINENO: result: no" >&5 |
4961 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 4962 | fi |
e6cc62c6 | 4963 | |
1e6feb95 | 4964 | |
5005acfe | 4965 | enablestring= |
e6cc62c6 VS |
4966 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5 |
4967 | echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6 | |
a72a4bfa VS |
4968 | no_cache=0 |
4969 | # Check whether --enable-mslu or --disable-mslu was given. | |
4970 | if test "${enable_mslu+set}" = set; then | |
4971 | enableval="$enable_mslu" | |
e6cc62c6 | 4972 | |
a72a4bfa VS |
4973 | if test "$enableval" = yes; then |
4974 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes' | |
4975 | else | |
4976 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no' | |
4977 | fi | |
e6cc62c6 | 4978 | |
a72a4bfa | 4979 | else |
e6cc62c6 | 4980 | |
a72a4bfa VS |
4981 | LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}` |
4982 | if test "x$LINE" != x ; then | |
4983 | eval "DEFAULT_$LINE" | |
4984 | else | |
4985 | no_cache=1 | |
4986 | fi | |
4987 | ||
4988 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU | |
a72a4bfa | 4989 | |
e6cc62c6 | 4990 | fi; |
a72a4bfa VS |
4991 | |
4992 | eval "$ac_cv_use_mslu" | |
4993 | if test "$no_cache" != 1; then | |
4994 | echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp | |
4995 | fi | |
4996 | ||
4997 | if test "$wxUSE_UNICODE_MSLU" = yes; then | |
e6cc62c6 VS |
4998 | echo "$as_me:$LINENO: result: yes" >&5 |
4999 | echo "${ECHO_T}yes" >&6 | |
a72a4bfa | 5000 | else |
e6cc62c6 VS |
5001 | echo "$as_me:$LINENO: result: no" >&5 |
5002 | echo "${ECHO_T}no" >&6 | |
a72a4bfa | 5003 | fi |
e6cc62c6 | 5004 | |
a72a4bfa | 5005 | |
5005acfe | 5006 | enablestring= |
e6cc62c6 VS |
5007 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5 |
5008 | echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6 | |
1e6feb95 VZ |
5009 | no_cache=0 |
5010 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
5011 | if test "${enable_wxprintfv+set}" = set; then | |
5012 | enableval="$enable_wxprintfv" | |
e6cc62c6 | 5013 | |
1e6feb95 | 5014 | if test "$enableval" = yes; then |
10f2d63a VZ |
5015 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' |
5016 | else | |
5017 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
5018 | fi | |
e6cc62c6 | 5019 | |
10f2d63a | 5020 | else |
e6cc62c6 | 5021 | |
10f2d63a VZ |
5022 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` |
5023 | if test "x$LINE" != x ; then | |
5024 | eval "DEFAULT_$LINE" | |
5025 | else | |
5026 | no_cache=1 | |
5027 | fi | |
5028 | ||
5029 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
10f2d63a | 5030 | |
e6cc62c6 | 5031 | fi; |
10f2d63a VZ |
5032 | |
5033 | eval "$ac_cv_use_wxprintfv" | |
5034 | if test "$no_cache" != 1; then | |
5035 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
5036 | fi | |
5037 | ||
5038 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
e6cc62c6 VS |
5039 | echo "$as_me:$LINENO: result: yes" >&5 |
5040 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5041 | else |
e6cc62c6 VS |
5042 | echo "$as_me:$LINENO: result: no" >&5 |
5043 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5044 | fi |
e6cc62c6 | 5045 | |
10f2d63a | 5046 | |
5005acfe | 5047 | enablestring= |
e6cc62c6 VS |
5048 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5 |
5049 | echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6 | |
10f2d63a VZ |
5050 | no_cache=0 |
5051 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. | |
5052 | if test "${enable_std_iostreams+set}" = set; then | |
5053 | enableval="$enable_std_iostreams" | |
e6cc62c6 | 5054 | |
10f2d63a VZ |
5055 | if test "$enableval" = yes; then |
5056 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' | |
5057 | else | |
5058 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' | |
5059 | fi | |
e6cc62c6 | 5060 | |
10f2d63a | 5061 | else |
e6cc62c6 | 5062 | |
10f2d63a VZ |
5063 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` |
5064 | if test "x$LINE" != x ; then | |
5065 | eval "DEFAULT_$LINE" | |
5066 | else | |
5067 | no_cache=1 | |
5068 | fi | |
5069 | ||
5070 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM | |
10f2d63a | 5071 | |
e6cc62c6 | 5072 | fi; |
10f2d63a VZ |
5073 | |
5074 | eval "$ac_cv_use_std_iostreams" | |
5075 | if test "$no_cache" != 1; then | |
5076 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp | |
5077 | fi | |
5078 | ||
5079 | if test "$wxUSE_STD_IOSTREAM" = yes; then | |
e6cc62c6 VS |
5080 | echo "$as_me:$LINENO: result: yes" >&5 |
5081 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5082 | else |
e6cc62c6 VS |
5083 | echo "$as_me:$LINENO: result: no" >&5 |
5084 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5085 | fi |
e6cc62c6 | 5086 | |
10f2d63a | 5087 | |
5005acfe | 5088 | enablestring= |
e6cc62c6 VS |
5089 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5 |
5090 | echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6 | |
24528b0c VS |
5091 | no_cache=0 |
5092 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
5093 | if test "${enable_filesystem+set}" = set; then | |
5094 | enableval="$enable_filesystem" | |
e6cc62c6 | 5095 | |
24528b0c VS |
5096 | if test "$enableval" = yes; then |
5097 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
5098 | else | |
5099 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
5100 | fi | |
e6cc62c6 | 5101 | |
24528b0c | 5102 | else |
e6cc62c6 | 5103 | |
24528b0c VS |
5104 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` |
5105 | if test "x$LINE" != x ; then | |
5106 | eval "DEFAULT_$LINE" | |
5107 | else | |
5108 | no_cache=1 | |
5109 | fi | |
5110 | ||
5111 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
24528b0c | 5112 | |
e6cc62c6 | 5113 | fi; |
24528b0c VS |
5114 | |
5115 | eval "$ac_cv_use_filesystem" | |
5116 | if test "$no_cache" != 1; then | |
5117 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
5118 | fi | |
5119 | ||
5120 | if test "$wxUSE_FILESYSTEM" = yes; then | |
e6cc62c6 VS |
5121 | echo "$as_me:$LINENO: result: yes" >&5 |
5122 | echo "${ECHO_T}yes" >&6 | |
24528b0c | 5123 | else |
e6cc62c6 VS |
5124 | echo "$as_me:$LINENO: result: no" >&5 |
5125 | echo "${ECHO_T}no" >&6 | |
24528b0c | 5126 | fi |
e6cc62c6 | 5127 | |
24528b0c | 5128 | |
5005acfe | 5129 | enablestring= |
e6cc62c6 VS |
5130 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5 |
5131 | echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6 | |
10f2d63a VZ |
5132 | no_cache=0 |
5133 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
5134 | if test "${enable_fs_inet+set}" = set; then | |
5135 | enableval="$enable_fs_inet" | |
e6cc62c6 | 5136 | |
10f2d63a VZ |
5137 | if test "$enableval" = yes; then |
5138 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
5139 | else | |
5140 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
5141 | fi | |
e6cc62c6 | 5142 | |
10f2d63a | 5143 | else |
e6cc62c6 | 5144 | |
10f2d63a VZ |
5145 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` |
5146 | if test "x$LINE" != x ; then | |
5147 | eval "DEFAULT_$LINE" | |
5148 | else | |
5149 | no_cache=1 | |
5150 | fi | |
5151 | ||
5152 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
10f2d63a | 5153 | |
e6cc62c6 | 5154 | fi; |
10f2d63a VZ |
5155 | |
5156 | eval "$ac_cv_use_fs_inet" | |
5157 | if test "$no_cache" != 1; then | |
5158 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
5159 | fi | |
5160 | ||
5161 | if test "$wxUSE_FS_INET" = yes; then | |
e6cc62c6 VS |
5162 | echo "$as_me:$LINENO: result: yes" >&5 |
5163 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5164 | else |
e6cc62c6 VS |
5165 | echo "$as_me:$LINENO: result: no" >&5 |
5166 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5167 | fi |
e6cc62c6 | 5168 | |
10f2d63a | 5169 | |
5005acfe | 5170 | enablestring= |
e6cc62c6 VS |
5171 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5 |
5172 | echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6 | |
10f2d63a VZ |
5173 | no_cache=0 |
5174 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
5175 | if test "${enable_fs_zip+set}" = set; then | |
5176 | enableval="$enable_fs_zip" | |
e6cc62c6 | 5177 | |
10f2d63a VZ |
5178 | if test "$enableval" = yes; then |
5179 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
5180 | else | |
5181 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
5182 | fi | |
e6cc62c6 | 5183 | |
10f2d63a | 5184 | else |
e6cc62c6 | 5185 | |
10f2d63a VZ |
5186 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` |
5187 | if test "x$LINE" != x ; then | |
5188 | eval "DEFAULT_$LINE" | |
5189 | else | |
5190 | no_cache=1 | |
5191 | fi | |
5192 | ||
5193 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
10f2d63a | 5194 | |
e6cc62c6 | 5195 | fi; |
10f2d63a VZ |
5196 | |
5197 | eval "$ac_cv_use_fs_zip" | |
5198 | if test "$no_cache" != 1; then | |
5199 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
5200 | fi | |
5201 | ||
5202 | if test "$wxUSE_FS_ZIP" = yes; then | |
e6cc62c6 VS |
5203 | echo "$as_me:$LINENO: result: yes" >&5 |
5204 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5205 | else |
e6cc62c6 VS |
5206 | echo "$as_me:$LINENO: result: no" >&5 |
5207 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5208 | fi |
e6cc62c6 | 5209 | |
10f2d63a | 5210 | |
5005acfe | 5211 | enablestring= |
e6cc62c6 VS |
5212 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5 |
5213 | echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6 | |
10f2d63a VZ |
5214 | no_cache=0 |
5215 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
5216 | if test "${enable_zipstream+set}" = set; then | |
5217 | enableval="$enable_zipstream" | |
e6cc62c6 | 5218 | |
10f2d63a VZ |
5219 | if test "$enableval" = yes; then |
5220 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
5221 | else | |
5222 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
5223 | fi | |
e6cc62c6 | 5224 | |
10f2d63a | 5225 | else |
e6cc62c6 | 5226 | |
10f2d63a VZ |
5227 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` |
5228 | if test "x$LINE" != x ; then | |
5229 | eval "DEFAULT_$LINE" | |
5230 | else | |
5231 | no_cache=1 | |
5232 | fi | |
5233 | ||
5234 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
10f2d63a | 5235 | |
e6cc62c6 | 5236 | fi; |
10f2d63a VZ |
5237 | |
5238 | eval "$ac_cv_use_zipstream" | |
5239 | if test "$no_cache" != 1; then | |
5240 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
5241 | fi | |
5242 | ||
5243 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
e6cc62c6 VS |
5244 | echo "$as_me:$LINENO: result: yes" >&5 |
5245 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5246 | else |
e6cc62c6 VS |
5247 | echo "$as_me:$LINENO: result: no" >&5 |
5248 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5249 | fi |
e6cc62c6 | 5250 | |
8284b0c5 | 5251 | |
52127426 | 5252 | |
5005acfe | 5253 | enablestring= |
e6cc62c6 VS |
5254 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5 |
5255 | echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6 | |
eb4efbdc VZ |
5256 | no_cache=0 |
5257 | # Check whether --enable-catch_segvs or --disable-catch_segvs was given. | |
5258 | if test "${enable_catch_segvs+set}" = set; then | |
5259 | enableval="$enable_catch_segvs" | |
e6cc62c6 | 5260 | |
eb4efbdc VZ |
5261 | if test "$enableval" = yes; then |
5262 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes' | |
5263 | else | |
5264 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no' | |
5265 | fi | |
e6cc62c6 | 5266 | |
eb4efbdc | 5267 | else |
e6cc62c6 | 5268 | |
eb4efbdc VZ |
5269 | LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` |
5270 | if test "x$LINE" != x ; then | |
5271 | eval "DEFAULT_$LINE" | |
5272 | else | |
5273 | no_cache=1 | |
5274 | fi | |
5275 | ||
5276 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION | |
eb4efbdc | 5277 | |
e6cc62c6 | 5278 | fi; |
eb4efbdc VZ |
5279 | |
5280 | eval "$ac_cv_use_catch_segvs" | |
5281 | if test "$no_cache" != 1; then | |
5282 | echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp | |
5283 | fi | |
5284 | ||
5285 | if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then | |
e6cc62c6 VS |
5286 | echo "$as_me:$LINENO: result: yes" >&5 |
5287 | echo "${ECHO_T}yes" >&6 | |
eb4efbdc | 5288 | else |
e6cc62c6 VS |
5289 | echo "$as_me:$LINENO: result: no" >&5 |
5290 | echo "${ECHO_T}no" >&6 | |
eb4efbdc | 5291 | fi |
e6cc62c6 | 5292 | |
eb4efbdc | 5293 | |
5005acfe | 5294 | enablestring= |
e6cc62c6 VS |
5295 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5 |
5296 | echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6 | |
4f3c5f06 VZ |
5297 | no_cache=0 |
5298 | # Check whether --enable-snglinst or --disable-snglinst was given. | |
5299 | if test "${enable_snglinst+set}" = set; then | |
5300 | enableval="$enable_snglinst" | |
e6cc62c6 | 5301 | |
4f3c5f06 VZ |
5302 | if test "$enableval" = yes; then |
5303 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes' | |
5304 | else | |
5305 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no' | |
5306 | fi | |
e6cc62c6 | 5307 | |
4f3c5f06 | 5308 | else |
e6cc62c6 | 5309 | |
4f3c5f06 VZ |
5310 | LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` |
5311 | if test "x$LINE" != x ; then | |
5312 | eval "DEFAULT_$LINE" | |
5313 | else | |
5314 | no_cache=1 | |
5315 | fi | |
5316 | ||
5317 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER | |
4f3c5f06 | 5318 | |
e6cc62c6 | 5319 | fi; |
4f3c5f06 VZ |
5320 | |
5321 | eval "$ac_cv_use_snglinst" | |
5322 | if test "$no_cache" != 1; then | |
5323 | echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp | |
5324 | fi | |
5325 | ||
5326 | if test "$wxUSE_SNGLINST_CHECKER" = yes; then | |
e6cc62c6 VS |
5327 | echo "$as_me:$LINENO: result: yes" >&5 |
5328 | echo "${ECHO_T}yes" >&6 | |
4f3c5f06 | 5329 | else |
e6cc62c6 VS |
5330 | echo "$as_me:$LINENO: result: no" >&5 |
5331 | echo "${ECHO_T}no" >&6 | |
4f3c5f06 | 5332 | fi |
e6cc62c6 | 5333 | |
52127426 | 5334 | |
8284b0c5 | 5335 | |
5005acfe | 5336 | enablestring= |
e6cc62c6 VS |
5337 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5 |
5338 | echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6 | |
1e6feb95 VZ |
5339 | no_cache=0 |
5340 | # Check whether --enable-mimetype or --disable-mimetype was given. | |
5341 | if test "${enable_mimetype+set}" = set; then | |
5342 | enableval="$enable_mimetype" | |
e6cc62c6 | 5343 | |
1e6feb95 VZ |
5344 | if test "$enableval" = yes; then |
5345 | ac_cv_use_mimetype='wxUSE_MIMETYPE=yes' | |
5346 | else | |
5347 | ac_cv_use_mimetype='wxUSE_MIMETYPE=no' | |
5348 | fi | |
e6cc62c6 | 5349 | |
1e6feb95 | 5350 | else |
e6cc62c6 | 5351 | |
1e6feb95 VZ |
5352 | LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` |
5353 | if test "x$LINE" != x ; then | |
5354 | eval "DEFAULT_$LINE" | |
5355 | else | |
5356 | no_cache=1 | |
5357 | fi | |
5358 | ||
5359 | ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE | |
1e6feb95 | 5360 | |
e6cc62c6 | 5361 | fi; |
1e6feb95 VZ |
5362 | |
5363 | eval "$ac_cv_use_mimetype" | |
5364 | if test "$no_cache" != 1; then | |
5365 | echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp | |
5366 | fi | |
5367 | ||
5368 | if test "$wxUSE_MIMETYPE" = yes; then | |
e6cc62c6 VS |
5369 | echo "$as_me:$LINENO: result: yes" >&5 |
5370 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 5371 | else |
e6cc62c6 VS |
5372 | echo "$as_me:$LINENO: result: no" >&5 |
5373 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 5374 | fi |
e6cc62c6 | 5375 | |
1e6feb95 | 5376 | |
5005acfe | 5377 | enablestring= |
e6cc62c6 VS |
5378 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5 |
5379 | echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6 | |
3e44f09d VZ |
5380 | no_cache=0 |
5381 | # Check whether --enable-system_options or --disable-system_options was given. | |
5382 | if test "${enable_system_options+set}" = set; then | |
5383 | enableval="$enable_system_options" | |
e6cc62c6 | 5384 | |
3e44f09d VZ |
5385 | if test "$enableval" = yes; then |
5386 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes' | |
5387 | else | |
5388 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no' | |
5389 | fi | |
e6cc62c6 | 5390 | |
3e44f09d | 5391 | else |
e6cc62c6 | 5392 | |
3e44f09d VZ |
5393 | LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` |
5394 | if test "x$LINE" != x ; then | |
5395 | eval "DEFAULT_$LINE" | |
5396 | else | |
5397 | no_cache=1 | |
5398 | fi | |
5399 | ||
5400 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS | |
3e44f09d | 5401 | |
e6cc62c6 | 5402 | fi; |
3e44f09d VZ |
5403 | |
5404 | eval "$ac_cv_use_system_options" | |
5405 | if test "$no_cache" != 1; then | |
5406 | echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp | |
5407 | fi | |
5408 | ||
5409 | if test "$wxUSE_SYSTEM_OPTIONS" = yes; then | |
e6cc62c6 VS |
5410 | echo "$as_me:$LINENO: result: yes" >&5 |
5411 | echo "${ECHO_T}yes" >&6 | |
3e44f09d | 5412 | else |
e6cc62c6 VS |
5413 | echo "$as_me:$LINENO: result: no" >&5 |
5414 | echo "${ECHO_T}no" >&6 | |
3e44f09d | 5415 | fi |
e6cc62c6 | 5416 | |
8284b0c5 | 5417 | |
52127426 | 5418 | |
5005acfe | 5419 | enablestring= |
e6cc62c6 VS |
5420 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5 |
5421 | echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6 | |
4cdb0ab0 VS |
5422 | no_cache=0 |
5423 | # Check whether --enable-url or --disable-url was given. | |
5424 | if test "${enable_url+set}" = set; then | |
5425 | enableval="$enable_url" | |
e6cc62c6 | 5426 | |
4cdb0ab0 VS |
5427 | if test "$enableval" = yes; then |
5428 | ac_cv_use_url='wxUSE_URL=yes' | |
5429 | else | |
5430 | ac_cv_use_url='wxUSE_URL=no' | |
5431 | fi | |
e6cc62c6 | 5432 | |
4cdb0ab0 | 5433 | else |
e6cc62c6 | 5434 | |
4cdb0ab0 VS |
5435 | LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}` |
5436 | if test "x$LINE" != x ; then | |
5437 | eval "DEFAULT_$LINE" | |
5438 | else | |
5439 | no_cache=1 | |
5440 | fi | |
5441 | ||
5442 | ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL | |
4cdb0ab0 | 5443 | |
e6cc62c6 | 5444 | fi; |
4cdb0ab0 VS |
5445 | |
5446 | eval "$ac_cv_use_url" | |
5447 | if test "$no_cache" != 1; then | |
5448 | echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp | |
5449 | fi | |
5450 | ||
5451 | if test "$wxUSE_URL" = yes; then | |
e6cc62c6 VS |
5452 | echo "$as_me:$LINENO: result: yes" >&5 |
5453 | echo "${ECHO_T}yes" >&6 | |
4cdb0ab0 | 5454 | else |
e6cc62c6 VS |
5455 | echo "$as_me:$LINENO: result: no" >&5 |
5456 | echo "${ECHO_T}no" >&6 | |
4cdb0ab0 | 5457 | fi |
e6cc62c6 | 5458 | |
4cdb0ab0 | 5459 | |
5005acfe | 5460 | enablestring= |
e6cc62c6 VS |
5461 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5 |
5462 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6 | |
4cdb0ab0 VS |
5463 | no_cache=0 |
5464 | # Check whether --enable-protocol or --disable-protocol was given. | |
5465 | if test "${enable_protocol+set}" = set; then | |
5466 | enableval="$enable_protocol" | |
e6cc62c6 | 5467 | |
4cdb0ab0 VS |
5468 | if test "$enableval" = yes; then |
5469 | ac_cv_use_protocol='wxUSE_PROTOCOL=yes' | |
5470 | else | |
5471 | ac_cv_use_protocol='wxUSE_PROTOCOL=no' | |
5472 | fi | |
e6cc62c6 | 5473 | |
4cdb0ab0 | 5474 | else |
e6cc62c6 | 5475 | |
4cdb0ab0 VS |
5476 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` |
5477 | if test "x$LINE" != x ; then | |
5478 | eval "DEFAULT_$LINE" | |
5479 | else | |
5480 | no_cache=1 | |
5481 | fi | |
5482 | ||
5483 | ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
4cdb0ab0 | 5484 | |
e6cc62c6 | 5485 | fi; |
4cdb0ab0 VS |
5486 | |
5487 | eval "$ac_cv_use_protocol" | |
5488 | if test "$no_cache" != 1; then | |
5489 | echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp | |
5490 | fi | |
5491 | ||
5492 | if test "$wxUSE_PROTOCOL" = yes; then | |
e6cc62c6 VS |
5493 | echo "$as_me:$LINENO: result: yes" >&5 |
5494 | echo "${ECHO_T}yes" >&6 | |
4cdb0ab0 | 5495 | else |
e6cc62c6 VS |
5496 | echo "$as_me:$LINENO: result: no" >&5 |
5497 | echo "${ECHO_T}no" >&6 | |
4cdb0ab0 | 5498 | fi |
e6cc62c6 | 5499 | |
4cdb0ab0 | 5500 | |
5005acfe | 5501 | enablestring= |
e6cc62c6 VS |
5502 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5 |
5503 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6 | |
4cdb0ab0 VS |
5504 | no_cache=0 |
5505 | # Check whether --enable-protocol_http or --disable-protocol_http was given. | |
5506 | if test "${enable_protocol_http+set}" = set; then | |
5507 | enableval="$enable_protocol_http" | |
e6cc62c6 | 5508 | |
4cdb0ab0 VS |
5509 | if test "$enableval" = yes; then |
5510 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes' | |
5511 | else | |
5512 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no' | |
5513 | fi | |
e6cc62c6 | 5514 | |
4cdb0ab0 | 5515 | else |
e6cc62c6 | 5516 | |
4cdb0ab0 VS |
5517 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` |
5518 | if test "x$LINE" != x ; then | |
5519 | eval "DEFAULT_$LINE" | |
5520 | else | |
5521 | no_cache=1 | |
5522 | fi | |
5523 | ||
5524 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
4cdb0ab0 | 5525 | |
e6cc62c6 | 5526 | fi; |
4cdb0ab0 VS |
5527 | |
5528 | eval "$ac_cv_use_protocol_http" | |
5529 | if test "$no_cache" != 1; then | |
5530 | echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp | |
5531 | fi | |
5532 | ||
5533 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
e6cc62c6 VS |
5534 | echo "$as_me:$LINENO: result: yes" >&5 |
5535 | echo "${ECHO_T}yes" >&6 | |
4cdb0ab0 | 5536 | else |
e6cc62c6 VS |
5537 | echo "$as_me:$LINENO: result: no" >&5 |
5538 | echo "${ECHO_T}no" >&6 | |
4cdb0ab0 | 5539 | fi |
e6cc62c6 | 5540 | |
4cdb0ab0 | 5541 | |
5005acfe | 5542 | enablestring= |
e6cc62c6 VS |
5543 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5 |
5544 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6 | |
4cdb0ab0 VS |
5545 | no_cache=0 |
5546 | # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given. | |
5547 | if test "${enable_protocol_ftp+set}" = set; then | |
5548 | enableval="$enable_protocol_ftp" | |
e6cc62c6 | 5549 | |
4cdb0ab0 VS |
5550 | if test "$enableval" = yes; then |
5551 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes' | |
5552 | else | |
5553 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no' | |
5554 | fi | |
e6cc62c6 | 5555 | |
4cdb0ab0 | 5556 | else |
e6cc62c6 | 5557 | |
4cdb0ab0 VS |
5558 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` |
5559 | if test "x$LINE" != x ; then | |
5560 | eval "DEFAULT_$LINE" | |
5561 | else | |
5562 | no_cache=1 | |
5563 | fi | |
5564 | ||
5565 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
4cdb0ab0 | 5566 | |
e6cc62c6 | 5567 | fi; |
4cdb0ab0 VS |
5568 | |
5569 | eval "$ac_cv_use_protocol_ftp" | |
5570 | if test "$no_cache" != 1; then | |
5571 | echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp | |
5572 | fi | |
5573 | ||
5574 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
e6cc62c6 VS |
5575 | echo "$as_me:$LINENO: result: yes" >&5 |
5576 | echo "${ECHO_T}yes" >&6 | |
4cdb0ab0 | 5577 | else |
e6cc62c6 VS |
5578 | echo "$as_me:$LINENO: result: no" >&5 |
5579 | echo "${ECHO_T}no" >&6 | |
4cdb0ab0 | 5580 | fi |
e6cc62c6 | 5581 | |
4cdb0ab0 | 5582 | |
5005acfe | 5583 | enablestring= |
e6cc62c6 VS |
5584 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5 |
5585 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6 | |
4cdb0ab0 VS |
5586 | no_cache=0 |
5587 | # Check whether --enable-protocol_file or --disable-protocol_file was given. | |
5588 | if test "${enable_protocol_file+set}" = set; then | |
5589 | enableval="$enable_protocol_file" | |
e6cc62c6 | 5590 | |
4cdb0ab0 VS |
5591 | if test "$enableval" = yes; then |
5592 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes' | |
5593 | else | |
5594 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no' | |
5595 | fi | |
e6cc62c6 | 5596 | |
4cdb0ab0 | 5597 | else |
e6cc62c6 | 5598 | |
4cdb0ab0 VS |
5599 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` |
5600 | if test "x$LINE" != x ; then | |
5601 | eval "DEFAULT_$LINE" | |
5602 | else | |
5603 | no_cache=1 | |
5604 | fi | |
5605 | ||
5606 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
4cdb0ab0 | 5607 | |
e6cc62c6 | 5608 | fi; |
4cdb0ab0 VS |
5609 | |
5610 | eval "$ac_cv_use_protocol_file" | |
5611 | if test "$no_cache" != 1; then | |
5612 | echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp | |
5613 | fi | |
5614 | ||
5615 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
e6cc62c6 VS |
5616 | echo "$as_me:$LINENO: result: yes" >&5 |
5617 | echo "${ECHO_T}yes" >&6 | |
4cdb0ab0 | 5618 | else |
e6cc62c6 VS |
5619 | echo "$as_me:$LINENO: result: no" >&5 |
5620 | echo "${ECHO_T}no" >&6 | |
4cdb0ab0 | 5621 | fi |
e6cc62c6 | 5622 | |
52127426 | 5623 | |
8284b0c5 MB |
5624 | |
5625 | ||
5626 | ||
5005acfe | 5627 | enablestring= |
e6cc62c6 VS |
5628 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5 |
5629 | echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6 | |
10f2d63a VZ |
5630 | no_cache=0 |
5631 | # Check whether --enable-threads or --disable-threads was given. | |
5632 | if test "${enable_threads+set}" = set; then | |
5633 | enableval="$enable_threads" | |
e6cc62c6 | 5634 | |
10f2d63a VZ |
5635 | if test "$enableval" = yes; then |
5636 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
5637 | else | |
5638 | ac_cv_use_threads='wxUSE_THREADS=no' | |
5639 | fi | |
e6cc62c6 | 5640 | |
10f2d63a | 5641 | else |
e6cc62c6 | 5642 | |
10f2d63a VZ |
5643 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` |
5644 | if test "x$LINE" != x ; then | |
5645 | eval "DEFAULT_$LINE" | |
5646 | else | |
5647 | no_cache=1 | |
5648 | fi | |
5649 | ||
5650 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
10f2d63a | 5651 | |
e6cc62c6 | 5652 | fi; |
10f2d63a VZ |
5653 | |
5654 | eval "$ac_cv_use_threads" | |
5655 | if test "$no_cache" != 1; then | |
5656 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
5657 | fi | |
5658 | ||
5659 | if test "$wxUSE_THREADS" = yes; then | |
e6cc62c6 VS |
5660 | echo "$as_me:$LINENO: result: yes" >&5 |
5661 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5662 | else |
e6cc62c6 VS |
5663 | echo "$as_me:$LINENO: result: no" >&5 |
5664 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5665 | fi |
e6cc62c6 | 5666 | |
10f2d63a | 5667 | |
b12915c1 VZ |
5668 | if test "$wxUSE_GUI" = "yes"; then |
5669 | ||
8284b0c5 MB |
5670 | |
5671 | ||
5005acfe | 5672 | enablestring= |
e6cc62c6 VS |
5673 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5 |
5674 | echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6 | |
10f2d63a VZ |
5675 | no_cache=0 |
5676 | # Check whether --enable-docview or --disable-docview was given. | |
5677 | if test "${enable_docview+set}" = set; then | |
5678 | enableval="$enable_docview" | |
e6cc62c6 | 5679 | |
10f2d63a VZ |
5680 | if test "$enableval" = yes; then |
5681 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
5682 | else | |
5683 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
5684 | fi | |
e6cc62c6 | 5685 | |
10f2d63a | 5686 | else |
e6cc62c6 | 5687 | |
10f2d63a VZ |
5688 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` |
5689 | if test "x$LINE" != x ; then | |
5690 | eval "DEFAULT_$LINE" | |
5691 | else | |
5692 | no_cache=1 | |
5693 | fi | |
5694 | ||
5695 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
10f2d63a | 5696 | |
e6cc62c6 | 5697 | fi; |
10f2d63a VZ |
5698 | |
5699 | eval "$ac_cv_use_docview" | |
5700 | if test "$no_cache" != 1; then | |
5701 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
5702 | fi | |
5703 | ||
5704 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
e6cc62c6 VS |
5705 | echo "$as_me:$LINENO: result: yes" >&5 |
5706 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5707 | else |
e6cc62c6 VS |
5708 | echo "$as_me:$LINENO: result: no" >&5 |
5709 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5710 | fi |
e6cc62c6 | 5711 | |
10f2d63a | 5712 | |
5005acfe | 5713 | enablestring= |
e6cc62c6 VS |
5714 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5 |
5715 | echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6 | |
10f2d63a VZ |
5716 | no_cache=0 |
5717 | # Check whether --enable-help or --disable-help was given. | |
5718 | if test "${enable_help+set}" = set; then | |
5719 | enableval="$enable_help" | |
e6cc62c6 | 5720 | |
10f2d63a VZ |
5721 | if test "$enableval" = yes; then |
5722 | ac_cv_use_help='wxUSE_HELP=yes' | |
5723 | else | |
5724 | ac_cv_use_help='wxUSE_HELP=no' | |
5725 | fi | |
e6cc62c6 | 5726 | |
10f2d63a | 5727 | else |
e6cc62c6 | 5728 | |
10f2d63a VZ |
5729 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` |
5730 | if test "x$LINE" != x ; then | |
5731 | eval "DEFAULT_$LINE" | |
5732 | else | |
5733 | no_cache=1 | |
5734 | fi | |
5735 | ||
5736 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
10f2d63a | 5737 | |
e6cc62c6 | 5738 | fi; |
10f2d63a VZ |
5739 | |
5740 | eval "$ac_cv_use_help" | |
5741 | if test "$no_cache" != 1; then | |
5742 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
5743 | fi | |
5744 | ||
5745 | if test "$wxUSE_HELP" = yes; then | |
e6cc62c6 VS |
5746 | echo "$as_me:$LINENO: result: yes" >&5 |
5747 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5748 | else |
e6cc62c6 VS |
5749 | echo "$as_me:$LINENO: result: no" >&5 |
5750 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5751 | fi |
e6cc62c6 | 5752 | |
10f2d63a | 5753 | |
5005acfe | 5754 | enablestring= |
e6cc62c6 VS |
5755 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5 |
5756 | echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6 | |
29fd3c0c VS |
5757 | no_cache=0 |
5758 | # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. | |
5759 | if test "${enable_mshtmlhelp+set}" = set; then | |
5760 | enableval="$enable_mshtmlhelp" | |
e6cc62c6 | 5761 | |
29fd3c0c VS |
5762 | if test "$enableval" = yes; then |
5763 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes' | |
5764 | else | |
5765 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no' | |
5766 | fi | |
e6cc62c6 | 5767 | |
29fd3c0c | 5768 | else |
e6cc62c6 | 5769 | |
29fd3c0c VS |
5770 | LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` |
5771 | if test "x$LINE" != x ; then | |
5772 | eval "DEFAULT_$LINE" | |
5773 | else | |
5774 | no_cache=1 | |
5775 | fi | |
5776 | ||
5777 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP | |
29fd3c0c | 5778 | |
e6cc62c6 | 5779 | fi; |
29fd3c0c VS |
5780 | |
5781 | eval "$ac_cv_use_mshtmlhelp" | |
5782 | if test "$no_cache" != 1; then | |
5783 | echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp | |
5784 | fi | |
5785 | ||
5786 | if test "$wxUSE_MS_HTML_HELP" = yes; then | |
e6cc62c6 VS |
5787 | echo "$as_me:$LINENO: result: yes" >&5 |
5788 | echo "${ECHO_T}yes" >&6 | |
29fd3c0c | 5789 | else |
e6cc62c6 VS |
5790 | echo "$as_me:$LINENO: result: no" >&5 |
5791 | echo "${ECHO_T}no" >&6 | |
29fd3c0c | 5792 | fi |
e6cc62c6 | 5793 | |
29fd3c0c | 5794 | |
5005acfe | 5795 | enablestring= |
e6cc62c6 VS |
5796 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5 |
5797 | echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6 | |
3379ed37 VZ |
5798 | no_cache=0 |
5799 | # Check whether --enable-html or --disable-html was given. | |
5800 | if test "${enable_html+set}" = set; then | |
5801 | enableval="$enable_html" | |
e6cc62c6 | 5802 | |
3379ed37 VZ |
5803 | if test "$enableval" = yes; then |
5804 | ac_cv_use_html='wxUSE_HTML=yes' | |
5805 | else | |
5806 | ac_cv_use_html='wxUSE_HTML=no' | |
5807 | fi | |
e6cc62c6 | 5808 | |
3379ed37 | 5809 | else |
e6cc62c6 | 5810 | |
3379ed37 VZ |
5811 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` |
5812 | if test "x$LINE" != x ; then | |
5813 | eval "DEFAULT_$LINE" | |
5814 | else | |
5815 | no_cache=1 | |
5816 | fi | |
5817 | ||
5818 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
3379ed37 | 5819 | |
e6cc62c6 | 5820 | fi; |
3379ed37 VZ |
5821 | |
5822 | eval "$ac_cv_use_html" | |
5823 | if test "$no_cache" != 1; then | |
5824 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
5825 | fi | |
5826 | ||
5827 | if test "$wxUSE_HTML" = yes; then | |
e6cc62c6 VS |
5828 | echo "$as_me:$LINENO: result: yes" >&5 |
5829 | echo "${ECHO_T}yes" >&6 | |
3379ed37 | 5830 | else |
e6cc62c6 VS |
5831 | echo "$as_me:$LINENO: result: no" >&5 |
5832 | echo "${ECHO_T}no" >&6 | |
3379ed37 | 5833 | fi |
e6cc62c6 | 5834 | |
3379ed37 | 5835 | |
5005acfe | 5836 | enablestring= |
e6cc62c6 VS |
5837 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5 |
5838 | echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6 | |
3379ed37 VZ |
5839 | no_cache=0 |
5840 | # Check whether --enable-htmlhelp or --disable-htmlhelp was given. | |
5841 | if test "${enable_htmlhelp+set}" = set; then | |
5842 | enableval="$enable_htmlhelp" | |
e6cc62c6 | 5843 | |
3379ed37 VZ |
5844 | if test "$enableval" = yes; then |
5845 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes' | |
5846 | else | |
5847 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no' | |
5848 | fi | |
e6cc62c6 | 5849 | |
3379ed37 | 5850 | else |
e6cc62c6 | 5851 | |
3379ed37 VZ |
5852 | LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` |
5853 | if test "x$LINE" != x ; then | |
5854 | eval "DEFAULT_$LINE" | |
5855 | else | |
5856 | no_cache=1 | |
5857 | fi | |
5858 | ||
5859 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP | |
3379ed37 | 5860 | |
e6cc62c6 | 5861 | fi; |
3379ed37 VZ |
5862 | |
5863 | eval "$ac_cv_use_htmlhelp" | |
5864 | if test "$no_cache" != 1; then | |
5865 | echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp | |
5866 | fi | |
5867 | ||
5868 | if test "$wxUSE_WXHTML_HELP" = yes; then | |
e6cc62c6 VS |
5869 | echo "$as_me:$LINENO: result: yes" >&5 |
5870 | echo "${ECHO_T}yes" >&6 | |
3379ed37 | 5871 | else |
e6cc62c6 VS |
5872 | echo "$as_me:$LINENO: result: no" >&5 |
5873 | echo "${ECHO_T}no" >&6 | |
3379ed37 | 5874 | fi |
e6cc62c6 | 5875 | |
3379ed37 | 5876 | |
5005acfe | 5877 | enablestring= |
e6cc62c6 VS |
5878 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5 |
5879 | echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6 | |
10f2d63a VZ |
5880 | no_cache=0 |
5881 | # Check whether --enable-constraints or --disable-constraints was given. | |
5882 | if test "${enable_constraints+set}" = set; then | |
5883 | enableval="$enable_constraints" | |
e6cc62c6 | 5884 | |
10f2d63a VZ |
5885 | if test "$enableval" = yes; then |
5886 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
5887 | else | |
5888 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
5889 | fi | |
e6cc62c6 | 5890 | |
10f2d63a | 5891 | else |
e6cc62c6 | 5892 | |
10f2d63a VZ |
5893 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` |
5894 | if test "x$LINE" != x ; then | |
5895 | eval "DEFAULT_$LINE" | |
5896 | else | |
5897 | no_cache=1 | |
5898 | fi | |
5899 | ||
5900 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
10f2d63a | 5901 | |
e6cc62c6 | 5902 | fi; |
10f2d63a VZ |
5903 | |
5904 | eval "$ac_cv_use_constraints" | |
5905 | if test "$no_cache" != 1; then | |
5906 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
5907 | fi | |
5908 | ||
5909 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
e6cc62c6 VS |
5910 | echo "$as_me:$LINENO: result: yes" >&5 |
5911 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5912 | else |
e6cc62c6 VS |
5913 | echo "$as_me:$LINENO: result: no" >&5 |
5914 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5915 | fi |
e6cc62c6 | 5916 | |
10f2d63a | 5917 | |
5005acfe | 5918 | enablestring= |
e6cc62c6 VS |
5919 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5 |
5920 | echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6 | |
10f2d63a VZ |
5921 | no_cache=0 |
5922 | # Check whether --enable-printarch or --disable-printarch was given. | |
5923 | if test "${enable_printarch+set}" = set; then | |
5924 | enableval="$enable_printarch" | |
e6cc62c6 | 5925 | |
10f2d63a VZ |
5926 | if test "$enableval" = yes; then |
5927 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
5928 | else | |
5929 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
5930 | fi | |
e6cc62c6 | 5931 | |
10f2d63a | 5932 | else |
e6cc62c6 | 5933 | |
10f2d63a VZ |
5934 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` |
5935 | if test "x$LINE" != x ; then | |
5936 | eval "DEFAULT_$LINE" | |
5937 | else | |
5938 | no_cache=1 | |
5939 | fi | |
5940 | ||
5941 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
10f2d63a | 5942 | |
e6cc62c6 | 5943 | fi; |
10f2d63a VZ |
5944 | |
5945 | eval "$ac_cv_use_printarch" | |
5946 | if test "$no_cache" != 1; then | |
5947 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
5948 | fi | |
5949 | ||
5950 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
e6cc62c6 VS |
5951 | echo "$as_me:$LINENO: result: yes" >&5 |
5952 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5953 | else |
e6cc62c6 VS |
5954 | echo "$as_me:$LINENO: result: no" >&5 |
5955 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5956 | fi |
e6cc62c6 | 5957 | |
10f2d63a | 5958 | |
5005acfe | 5959 | enablestring= |
e6cc62c6 VS |
5960 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5 |
5961 | echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6 | |
10f2d63a VZ |
5962 | no_cache=0 |
5963 | # Check whether --enable-mdi or --disable-mdi was given. | |
5964 | if test "${enable_mdi+set}" = set; then | |
5965 | enableval="$enable_mdi" | |
e6cc62c6 | 5966 | |
10f2d63a VZ |
5967 | if test "$enableval" = yes; then |
5968 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes' | |
5969 | else | |
5970 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no' | |
5971 | fi | |
e6cc62c6 | 5972 | |
10f2d63a | 5973 | else |
e6cc62c6 | 5974 | |
10f2d63a VZ |
5975 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` |
5976 | if test "x$LINE" != x ; then | |
5977 | eval "DEFAULT_$LINE" | |
5978 | else | |
5979 | no_cache=1 | |
5980 | fi | |
5981 | ||
5982 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
10f2d63a | 5983 | |
e6cc62c6 | 5984 | fi; |
10f2d63a VZ |
5985 | |
5986 | eval "$ac_cv_use_mdi" | |
5987 | if test "$no_cache" != 1; then | |
5988 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
5989 | fi | |
5990 | ||
5991 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then | |
e6cc62c6 VS |
5992 | echo "$as_me:$LINENO: result: yes" >&5 |
5993 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 5994 | else |
e6cc62c6 VS |
5995 | echo "$as_me:$LINENO: result: no" >&5 |
5996 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 5997 | fi |
e6cc62c6 | 5998 | |
698dcdb6 | 5999 | |
5005acfe | 6000 | enablestring= |
e6cc62c6 VS |
6001 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5 |
6002 | echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6 | |
1e6feb95 VZ |
6003 | no_cache=0 |
6004 | # Check whether --enable-loggui or --disable-loggui was given. | |
6005 | if test "${enable_loggui+set}" = set; then | |
6006 | enableval="$enable_loggui" | |
e6cc62c6 | 6007 | |
1e6feb95 VZ |
6008 | if test "$enableval" = yes; then |
6009 | ac_cv_use_loggui='wxUSE_LOGGUI=yes' | |
6010 | else | |
6011 | ac_cv_use_loggui='wxUSE_LOGGUI=no' | |
6012 | fi | |
e6cc62c6 | 6013 | |
1e6feb95 | 6014 | else |
e6cc62c6 | 6015 | |
1e6feb95 VZ |
6016 | LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` |
6017 | if test "x$LINE" != x ; then | |
6018 | eval "DEFAULT_$LINE" | |
6019 | else | |
6020 | no_cache=1 | |
6021 | fi | |
6022 | ||
6023 | ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI | |
1e6feb95 | 6024 | |
e6cc62c6 | 6025 | fi; |
1e6feb95 VZ |
6026 | |
6027 | eval "$ac_cv_use_loggui" | |
6028 | if test "$no_cache" != 1; then | |
6029 | echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp | |
6030 | fi | |
6031 | ||
6032 | if test "$wxUSE_LOGGUI" = yes; then | |
e6cc62c6 VS |
6033 | echo "$as_me:$LINENO: result: yes" >&5 |
6034 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 6035 | else |
e6cc62c6 VS |
6036 | echo "$as_me:$LINENO: result: no" >&5 |
6037 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 6038 | fi |
e6cc62c6 | 6039 | |
1e6feb95 | 6040 | |
5005acfe | 6041 | enablestring= |
e6cc62c6 VS |
6042 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5 |
6043 | echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6 | |
1e6feb95 VZ |
6044 | no_cache=0 |
6045 | # Check whether --enable-logwin or --disable-logwin was given. | |
6046 | if test "${enable_logwin+set}" = set; then | |
6047 | enableval="$enable_logwin" | |
e6cc62c6 | 6048 | |
1e6feb95 VZ |
6049 | if test "$enableval" = yes; then |
6050 | ac_cv_use_logwin='wxUSE_LOGWINDOW=yes' | |
6051 | else | |
6052 | ac_cv_use_logwin='wxUSE_LOGWINDOW=no' | |
6053 | fi | |
e6cc62c6 | 6054 | |
1e6feb95 | 6055 | else |
e6cc62c6 | 6056 | |
1e6feb95 VZ |
6057 | LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` |
6058 | if test "x$LINE" != x ; then | |
6059 | eval "DEFAULT_$LINE" | |
6060 | else | |
6061 | no_cache=1 | |
6062 | fi | |
6063 | ||
6064 | ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW | |
1e6feb95 | 6065 | |
e6cc62c6 | 6066 | fi; |
1e6feb95 VZ |
6067 | |
6068 | eval "$ac_cv_use_logwin" | |
6069 | if test "$no_cache" != 1; then | |
6070 | echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp | |
6071 | fi | |
6072 | ||
6073 | if test "$wxUSE_LOGWINDOW" = yes; then | |
e6cc62c6 VS |
6074 | echo "$as_me:$LINENO: result: yes" >&5 |
6075 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 6076 | else |
e6cc62c6 VS |
6077 | echo "$as_me:$LINENO: result: no" >&5 |
6078 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 6079 | fi |
e6cc62c6 | 6080 | |
1e6feb95 | 6081 | |
5005acfe | 6082 | enablestring= |
e6cc62c6 VS |
6083 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5 |
6084 | echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6 | |
69d27ff7 MB |
6085 | no_cache=0 |
6086 | # Check whether --enable-logdialog or --disable-logdialog was given. | |
6087 | if test "${enable_logdialog+set}" = set; then | |
6088 | enableval="$enable_logdialog" | |
e6cc62c6 | 6089 | |
69d27ff7 MB |
6090 | if test "$enableval" = yes; then |
6091 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes' | |
6092 | else | |
6093 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=no' | |
6094 | fi | |
e6cc62c6 | 6095 | |
69d27ff7 | 6096 | else |
e6cc62c6 | 6097 | |
69d27ff7 MB |
6098 | LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}` |
6099 | if test "x$LINE" != x ; then | |
6100 | eval "DEFAULT_$LINE" | |
6101 | else | |
6102 | no_cache=1 | |
6103 | fi | |
6104 | ||
6105 | ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG | |
69d27ff7 | 6106 | |
e6cc62c6 | 6107 | fi; |
69d27ff7 MB |
6108 | |
6109 | eval "$ac_cv_use_logdialog" | |
6110 | if test "$no_cache" != 1; then | |
6111 | echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp | |
6112 | fi | |
6113 | ||
6114 | if test "$wxUSE_LOGDIALOG" = yes; then | |
e6cc62c6 VS |
6115 | echo "$as_me:$LINENO: result: yes" >&5 |
6116 | echo "${ECHO_T}yes" >&6 | |
69d27ff7 | 6117 | else |
e6cc62c6 VS |
6118 | echo "$as_me:$LINENO: result: no" >&5 |
6119 | echo "${ECHO_T}no" >&6 | |
69d27ff7 | 6120 | fi |
e6cc62c6 | 6121 | |
8284b0c5 | 6122 | |
52127426 | 6123 | |
5005acfe | 6124 | enablestring= |
e6cc62c6 VS |
6125 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5 |
6126 | echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6 | |
10f2d63a VZ |
6127 | no_cache=0 |
6128 | # Check whether --enable-postscript or --disable-postscript was given. | |
6129 | if test "${enable_postscript+set}" = set; then | |
6130 | enableval="$enable_postscript" | |
e6cc62c6 | 6131 | |
10f2d63a VZ |
6132 | if test "$enableval" = yes; then |
6133 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
6134 | else | |
6135 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
6136 | fi | |
e6cc62c6 | 6137 | |
10f2d63a | 6138 | else |
e6cc62c6 | 6139 | |
10f2d63a VZ |
6140 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` |
6141 | if test "x$LINE" != x ; then | |
6142 | eval "DEFAULT_$LINE" | |
6143 | else | |
6144 | no_cache=1 | |
6145 | fi | |
6146 | ||
6147 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
10f2d63a | 6148 | |
e6cc62c6 | 6149 | fi; |
10f2d63a VZ |
6150 | |
6151 | eval "$ac_cv_use_postscript" | |
6152 | if test "$no_cache" != 1; then | |
6153 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
6154 | fi | |
6155 | ||
6156 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
e6cc62c6 VS |
6157 | echo "$as_me:$LINENO: result: yes" >&5 |
6158 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6159 | else |
e6cc62c6 VS |
6160 | echo "$as_me:$LINENO: result: no" >&5 |
6161 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6162 | fi |
e6cc62c6 | 6163 | |
8284b0c5 MB |
6164 | |
6165 | ||
52127426 | 6166 | |
8284b0c5 | 6167 | |
5005acfe | 6168 | enablestring= |
e6cc62c6 VS |
6169 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5 |
6170 | echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6 | |
10f2d63a | 6171 | no_cache=0 |
3c907f20 VZ |
6172 | # Check whether --enable-prologio or --disable-prologio was given. |
6173 | if test "${enable_prologio+set}" = set; then | |
6174 | enableval="$enable_prologio" | |
e6cc62c6 | 6175 | |
10f2d63a | 6176 | if test "$enableval" = yes; then |
3c907f20 | 6177 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' |
10f2d63a | 6178 | else |
3c907f20 | 6179 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' |
10f2d63a | 6180 | fi |
e6cc62c6 | 6181 | |
10f2d63a | 6182 | else |
e6cc62c6 | 6183 | |
3c907f20 | 6184 | LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` |
10f2d63a VZ |
6185 | if test "x$LINE" != x ; then |
6186 | eval "DEFAULT_$LINE" | |
6187 | else | |
6188 | no_cache=1 | |
6189 | fi | |
6190 | ||
3c907f20 | 6191 | ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO |
10f2d63a | 6192 | |
e6cc62c6 | 6193 | fi; |
10f2d63a | 6194 | |
3c907f20 | 6195 | eval "$ac_cv_use_prologio" |
10f2d63a | 6196 | if test "$no_cache" != 1; then |
3c907f20 | 6197 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
6198 | fi |
6199 | ||
3c907f20 | 6200 | if test "$wxUSE_PROLOGIO" = yes; then |
e6cc62c6 VS |
6201 | echo "$as_me:$LINENO: result: yes" >&5 |
6202 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6203 | else |
e6cc62c6 VS |
6204 | echo "$as_me:$LINENO: result: no" >&5 |
6205 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6206 | fi |
e6cc62c6 | 6207 | |
8284b0c5 | 6208 | |
5005acfe | 6209 | enablestring= |
e6cc62c6 VS |
6210 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5 |
6211 | echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6 | |
10f2d63a | 6212 | no_cache=0 |
3c907f20 VZ |
6213 | # Check whether --enable-resources or --disable-resources was given. |
6214 | if test "${enable_resources+set}" = set; then | |
6215 | enableval="$enable_resources" | |
e6cc62c6 | 6216 | |
10f2d63a | 6217 | if test "$enableval" = yes; then |
3c907f20 | 6218 | ac_cv_use_resources='wxUSE_RESOURCES=yes' |
10f2d63a | 6219 | else |
3c907f20 | 6220 | ac_cv_use_resources='wxUSE_RESOURCES=no' |
10f2d63a | 6221 | fi |
e6cc62c6 | 6222 | |
10f2d63a | 6223 | else |
e6cc62c6 | 6224 | |
3c907f20 | 6225 | LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` |
10f2d63a VZ |
6226 | if test "x$LINE" != x ; then |
6227 | eval "DEFAULT_$LINE" | |
6228 | else | |
6229 | no_cache=1 | |
6230 | fi | |
6231 | ||
3c907f20 | 6232 | ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES |
10f2d63a | 6233 | |
e6cc62c6 | 6234 | fi; |
10f2d63a | 6235 | |
3c907f20 | 6236 | eval "$ac_cv_use_resources" |
10f2d63a | 6237 | if test "$no_cache" != 1; then |
3c907f20 | 6238 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
6239 | fi |
6240 | ||
3c907f20 | 6241 | if test "$wxUSE_RESOURCES" = yes; then |
e6cc62c6 VS |
6242 | echo "$as_me:$LINENO: result: yes" >&5 |
6243 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6244 | else |
e6cc62c6 VS |
6245 | echo "$as_me:$LINENO: result: no" >&5 |
6246 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6247 | fi |
e6cc62c6 | 6248 | |
8284b0c5 MB |
6249 | |
6250 | ||
52127426 | 6251 | |
5005acfe | 6252 | enablestring= |
e6cc62c6 VS |
6253 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5 |
6254 | echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6 | |
10f2d63a VZ |
6255 | no_cache=0 |
6256 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
6257 | if test "${enable_clipboard+set}" = set; then | |
6258 | enableval="$enable_clipboard" | |
e6cc62c6 | 6259 | |
10f2d63a VZ |
6260 | if test "$enableval" = yes; then |
6261 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
6262 | else | |
6263 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
6264 | fi | |
e6cc62c6 | 6265 | |
10f2d63a | 6266 | else |
e6cc62c6 | 6267 | |
10f2d63a VZ |
6268 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` |
6269 | if test "x$LINE" != x ; then | |
6270 | eval "DEFAULT_$LINE" | |
6271 | else | |
6272 | no_cache=1 | |
6273 | fi | |
6274 | ||
6275 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
10f2d63a | 6276 | |
e6cc62c6 | 6277 | fi; |
10f2d63a VZ |
6278 | |
6279 | eval "$ac_cv_use_clipboard" | |
6280 | if test "$no_cache" != 1; then | |
6281 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
6282 | fi | |
6283 | ||
6284 | if test "$wxUSE_CLIPBOARD" = yes; then | |
e6cc62c6 VS |
6285 | echo "$as_me:$LINENO: result: yes" >&5 |
6286 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6287 | else |
e6cc62c6 VS |
6288 | echo "$as_me:$LINENO: result: no" >&5 |
6289 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6290 | fi |
e6cc62c6 | 6291 | |
10f2d63a | 6292 | |
5005acfe | 6293 | enablestring= |
e6cc62c6 VS |
6294 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5 |
6295 | echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6 | |
10f2d63a VZ |
6296 | no_cache=0 |
6297 | # Check whether --enable-dnd or --disable-dnd was given. | |
6298 | if test "${enable_dnd+set}" = set; then | |
6299 | enableval="$enable_dnd" | |
e6cc62c6 | 6300 | |
10f2d63a VZ |
6301 | if test "$enableval" = yes; then |
6302 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
6303 | else | |
6304 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
6305 | fi | |
e6cc62c6 | 6306 | |
10f2d63a | 6307 | else |
e6cc62c6 | 6308 | |
10f2d63a VZ |
6309 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` |
6310 | if test "x$LINE" != x ; then | |
6311 | eval "DEFAULT_$LINE" | |
6312 | else | |
6313 | no_cache=1 | |
6314 | fi | |
6315 | ||
6316 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
10f2d63a | 6317 | |
e6cc62c6 | 6318 | fi; |
10f2d63a VZ |
6319 | |
6320 | eval "$ac_cv_use_dnd" | |
6321 | if test "$no_cache" != 1; then | |
6322 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
6323 | fi | |
6324 | ||
6325 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
e6cc62c6 VS |
6326 | echo "$as_me:$LINENO: result: yes" >&5 |
6327 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6328 | else |
e6cc62c6 VS |
6329 | echo "$as_me:$LINENO: result: no" >&5 |
6330 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6331 | fi |
e6cc62c6 | 6332 | |
10f2d63a | 6333 | |
5005acfe | 6334 | enablestring= |
e6cc62c6 VS |
6335 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5 |
6336 | echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6 | |
b64f0a5f RL |
6337 | no_cache=0 |
6338 | # Check whether --enable-metafile or --disable-metafile was given. | |
6339 | if test "${enable_metafile+set}" = set; then | |
6340 | enableval="$enable_metafile" | |
e6cc62c6 | 6341 | |
b64f0a5f RL |
6342 | if test "$enableval" = yes; then |
6343 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
6344 | else | |
6345 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
6346 | fi | |
e6cc62c6 | 6347 | |
b64f0a5f | 6348 | else |
e6cc62c6 | 6349 | |
b64f0a5f RL |
6350 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` |
6351 | if test "x$LINE" != x ; then | |
6352 | eval "DEFAULT_$LINE" | |
6353 | else | |
6354 | no_cache=1 | |
6355 | fi | |
6356 | ||
6357 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
b64f0a5f | 6358 | |
e6cc62c6 | 6359 | fi; |
b64f0a5f RL |
6360 | |
6361 | eval "$ac_cv_use_metafile" | |
6362 | if test "$no_cache" != 1; then | |
6363 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
6364 | fi | |
6365 | ||
6366 | if test "$wxUSE_METAFILE" = yes; then | |
e6cc62c6 VS |
6367 | echo "$as_me:$LINENO: result: yes" >&5 |
6368 | echo "${ECHO_T}yes" >&6 | |
b64f0a5f | 6369 | else |
e6cc62c6 VS |
6370 | echo "$as_me:$LINENO: result: no" >&5 |
6371 | echo "${ECHO_T}no" >&6 | |
b64f0a5f | 6372 | fi |
e6cc62c6 | 6373 | |
52127426 | 6374 | |
8284b0c5 | 6375 | |
52127426 | 6376 | |
8284b0c5 | 6377 | |
5005acfe | 6378 | enablestring= |
e6cc62c6 VS |
6379 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5 |
6380 | echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6 | |
10f2d63a VZ |
6381 | no_cache=0 |
6382 | # Check whether --enable-controls or --disable-controls was given. | |
6383 | if test "${enable_controls+set}" = set; then | |
6384 | enableval="$enable_controls" | |
e6cc62c6 | 6385 | |
10f2d63a VZ |
6386 | if test "$enableval" = yes; then |
6387 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
6388 | else | |
6389 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
6390 | fi | |
e6cc62c6 | 6391 | |
10f2d63a | 6392 | else |
e6cc62c6 | 6393 | |
10f2d63a VZ |
6394 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` |
6395 | if test "x$LINE" != x ; then | |
6396 | eval "DEFAULT_$LINE" | |
6397 | else | |
6398 | no_cache=1 | |
6399 | fi | |
6400 | ||
6401 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
10f2d63a | 6402 | |
e6cc62c6 | 6403 | fi; |
10f2d63a VZ |
6404 | |
6405 | eval "$ac_cv_use_controls" | |
6406 | if test "$no_cache" != 1; then | |
6407 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
6408 | fi | |
6409 | ||
6410 | if test "$wxUSE_CONTROLS" = yes; then | |
e6cc62c6 VS |
6411 | echo "$as_me:$LINENO: result: yes" >&5 |
6412 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6413 | else |
e6cc62c6 VS |
6414 | echo "$as_me:$LINENO: result: no" >&5 |
6415 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6416 | fi |
e6cc62c6 | 6417 | |
10f2d63a VZ |
6418 | |
6419 | if test "$wxUSE_CONTROLS" = "yes"; then | |
6420 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 VZ |
6421 | DEFAULT_wxUSE_BMPBUTTON=yes |
6422 | DEFAULT_wxUSE_BUTTON=yes | |
6423 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
6424 | DEFAULT_wxUSE_CARET=yes |
6425 | DEFAULT_wxUSE_COMBOBOX=yes | |
10f2d63a VZ |
6426 | DEFAULT_wxUSE_CHECKBOX=yes |
6427 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
6428 | DEFAULT_wxUSE_CHOICE=yes | |
6429 | DEFAULT_wxUSE_GAUGE=yes | |
6430 | DEFAULT_wxUSE_GRID=yes | |
10f2d63a VZ |
6431 | DEFAULT_wxUSE_IMAGLIST=yes |
6432 | DEFAULT_wxUSE_LISTBOX=yes | |
6433 | DEFAULT_wxUSE_LISTCTRL=yes | |
6434 | DEFAULT_wxUSE_NOTEBOOK=yes | |
6435 | DEFAULT_wxUSE_RADIOBOX=yes | |
6436 | DEFAULT_wxUSE_RADIOBTN=yes | |
6437 | DEFAULT_wxUSE_SASH=yes | |
6438 | DEFAULT_wxUSE_SCROLLBAR=yes | |
6439 | DEFAULT_wxUSE_SLIDER=yes | |
6440 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 6441 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
6442 | DEFAULT_wxUSE_SPLITTER=yes |
6443 | DEFAULT_wxUSE_STATBMP=yes | |
6444 | DEFAULT_wxUSE_STATBOX=yes | |
6445 | DEFAULT_wxUSE_STATLINE=yes | |
6446 | DEFAULT_wxUSE_STATUSBAR=yes | |
6447 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
1db8dc4a | 6448 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 6449 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
6450 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
6451 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
6452 | DEFAULT_wxUSE_TOOLTIPS=yes |
6453 | DEFAULT_wxUSE_TREECTRL=yes | |
9f41d601 | 6454 | DEFAULT_wxUSE_POPUPWIN=yes |
9926e4a4 | 6455 | DEFAULT_wxUSE_TIPWINDOW=yes |
10f2d63a VZ |
6456 | elif test "$wxUSE_CONTROLS" = "no"; then |
6457 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 VZ |
6458 | DEFAULT_wxUSE_BMPBUTTON=no |
6459 | DEFAULT_wxUSE_BUTTON=no | |
6460 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
6461 | DEFAULT_wxUSE_CARET=no |
6462 | DEFAULT_wxUSE_COMBOBOX=no | |
10f2d63a VZ |
6463 | DEFAULT_wxUSE_CHECKBOX=no |
6464 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
6465 | DEFAULT_wxUSE_CHOICE=no | |
6466 | DEFAULT_wxUSE_GAUGE=no | |
6467 | DEFAULT_wxUSE_GRID=no | |
10f2d63a VZ |
6468 | DEFAULT_wxUSE_IMAGLIST=no |
6469 | DEFAULT_wxUSE_LISTBOX=no | |
6470 | DEFAULT_wxUSE_LISTCTRL=no | |
6471 | DEFAULT_wxUSE_NOTEBOOK=no | |
6472 | DEFAULT_wxUSE_RADIOBOX=no | |
6473 | DEFAULT_wxUSE_RADIOBTN=no | |
6474 | DEFAULT_wxUSE_SASH=no | |
6475 | DEFAULT_wxUSE_SCROLLBAR=no | |
6476 | DEFAULT_wxUSE_SLIDER=no | |
6477 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 6478 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
6479 | DEFAULT_wxUSE_SPLITTER=no |
6480 | DEFAULT_wxUSE_STATBMP=no | |
6481 | DEFAULT_wxUSE_STATBOX=no | |
6482 | DEFAULT_wxUSE_STATLINE=no | |
6483 | DEFAULT_wxUSE_STATUSBAR=no | |
6484 | DEFAULT_wxUSE_TAB_DIALOG=no | |
1db8dc4a | 6485 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 6486 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
6487 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
6488 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
6489 | DEFAULT_wxUSE_TOOLTIPS=no |
6490 | DEFAULT_wxUSE_TREECTRL=no | |
9f41d601 | 6491 | DEFAULT_wxUSE_POPUPWIN=no |
9926e4a4 | 6492 | DEFAULT_wxUSE_TIPWINDOW=no |
10f2d63a VZ |
6493 | fi |
6494 | ||
ac0c4cc3 DE |
6495 | ## FIXME: This is a blatant hack |
6496 | if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then | |
6497 | wxUSE_PRINTING_ARCHITECTURE=no | |
6498 | wxUSE_HELP=no | |
6499 | wxUSE_CLIPBOARD=no | |
6500 | wxUSE_DRAG_AND_DROP=no | |
6501 | wxUSE_DATAOBJ=no | |
8b389fab DE |
6502 | # Generic notebook requires tab dialog |
6503 | DEFAULT_wxUSE_TABDIALOG=yes | |
ac0c4cc3 | 6504 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
ac0c4cc3 DE |
6505 | DEFAULT_wxUSE_GAUGE=no |
6506 | DEFAULT_wxUSE_SCROLLBAR=no | |
ac0c4cc3 DE |
6507 | DEFAULT_wxUSE_COMBOBOX=no |
6508 | DEFAULT_wxUSE_CALCTRL=no | |
6509 | DEFAULT_wxUSE_SPINBTN=no | |
6510 | DEFAULT_wxUSE_SPINCTRL=no | |
6511 | DEFAULT_wxUSE_TOOLTIPS=no | |
ac0c4cc3 DE |
6512 | DEFAULT_wxUSE_DRAGIMAGE=no |
6513 | DEFAULT_wxUSE_FINDREPLDLG=no | |
6514 | DEFAULT_wxUSE_FONTDLG=no | |
6515 | DEFAULT_wxUSE_GRID=no | |
ac0c4cc3 DE |
6516 | DEFAULT_wxUSE_NUMBERDLG=no |
6517 | DEFAULT_wxUSE_PROGRESSDLG=no | |
ac0c4cc3 DE |
6518 | DEFAULT_wxUSE_SASH=no |
6519 | DEFAULT_wxUSE_SPLITTER=no | |
6520 | DEFAULT_wxUSE_WIZARDDLG=no | |
6521 | DEFAULT_wxUSE_SPLITTER=no | |
6522 | DEFAULT_wxUSE_STARTUP_TIPS=no | |
ac0c4cc3 DE |
6523 | fi |
6524 | ||
8284b0c5 | 6525 | |
5005acfe | 6526 | enablestring= |
e6cc62c6 VS |
6527 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5 |
6528 | echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6 | |
10f2d63a VZ |
6529 | no_cache=0 |
6530 | # Check whether --enable-accel or --disable-accel was given. | |
6531 | if test "${enable_accel+set}" = set; then | |
6532 | enableval="$enable_accel" | |
e6cc62c6 | 6533 | |
10f2d63a VZ |
6534 | if test "$enableval" = yes; then |
6535 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
6536 | else | |
6537 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
6538 | fi | |
e6cc62c6 | 6539 | |
10f2d63a | 6540 | else |
e6cc62c6 | 6541 | |
10f2d63a VZ |
6542 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` |
6543 | if test "x$LINE" != x ; then | |
6544 | eval "DEFAULT_$LINE" | |
6545 | else | |
6546 | no_cache=1 | |
6547 | fi | |
6548 | ||
6549 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
10f2d63a | 6550 | |
e6cc62c6 | 6551 | fi; |
10f2d63a VZ |
6552 | |
6553 | eval "$ac_cv_use_accel" | |
6554 | if test "$no_cache" != 1; then | |
6555 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
6556 | fi | |
6557 | ||
6558 | if test "$wxUSE_ACCEL" = yes; then | |
e6cc62c6 VS |
6559 | echo "$as_me:$LINENO: result: yes" >&5 |
6560 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6561 | else |
e6cc62c6 VS |
6562 | echo "$as_me:$LINENO: result: no" >&5 |
6563 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6564 | fi |
e6cc62c6 | 6565 | |
10f2d63a | 6566 | |
5005acfe | 6567 | enablestring= |
e6cc62c6 VS |
6568 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5 |
6569 | echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6 | |
10f2d63a | 6570 | no_cache=0 |
1e6feb95 VZ |
6571 | # Check whether --enable-button or --disable-button was given. |
6572 | if test "${enable_button+set}" = set; then | |
6573 | enableval="$enable_button" | |
e6cc62c6 | 6574 | |
10f2d63a | 6575 | if test "$enableval" = yes; then |
1e6feb95 | 6576 | ac_cv_use_button='wxUSE_BUTTON=yes' |
10f2d63a | 6577 | else |
1e6feb95 | 6578 | ac_cv_use_button='wxUSE_BUTTON=no' |
10f2d63a | 6579 | fi |
e6cc62c6 | 6580 | |
10f2d63a | 6581 | else |
e6cc62c6 | 6582 | |
1e6feb95 | 6583 | LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` |
10f2d63a VZ |
6584 | if test "x$LINE" != x ; then |
6585 | eval "DEFAULT_$LINE" | |
6586 | else | |
6587 | no_cache=1 | |
6588 | fi | |
6589 | ||
1e6feb95 | 6590 | ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON |
10f2d63a | 6591 | |
e6cc62c6 | 6592 | fi; |
10f2d63a | 6593 | |
1e6feb95 | 6594 | eval "$ac_cv_use_button" |
10f2d63a | 6595 | if test "$no_cache" != 1; then |
1e6feb95 | 6596 | echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
6597 | fi |
6598 | ||
1e6feb95 | 6599 | if test "$wxUSE_BUTTON" = yes; then |
e6cc62c6 VS |
6600 | echo "$as_me:$LINENO: result: yes" >&5 |
6601 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6602 | else |
e6cc62c6 VS |
6603 | echo "$as_me:$LINENO: result: no" >&5 |
6604 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6605 | fi |
e6cc62c6 | 6606 | |
10f2d63a | 6607 | |
5005acfe | 6608 | enablestring= |
e6cc62c6 VS |
6609 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5 |
6610 | echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6 | |
10f2d63a VZ |
6611 | no_cache=0 |
6612 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
6613 | if test "${enable_bmpbutton+set}" = set; then | |
6614 | enableval="$enable_bmpbutton" | |
e6cc62c6 | 6615 | |
10f2d63a VZ |
6616 | if test "$enableval" = yes; then |
6617 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
6618 | else | |
6619 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
6620 | fi | |
e6cc62c6 | 6621 | |
10f2d63a | 6622 | else |
e6cc62c6 | 6623 | |
10f2d63a VZ |
6624 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` |
6625 | if test "x$LINE" != x ; then | |
6626 | eval "DEFAULT_$LINE" | |
6627 | else | |
6628 | no_cache=1 | |
6629 | fi | |
6630 | ||
6631 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
10f2d63a | 6632 | |
e6cc62c6 | 6633 | fi; |
10f2d63a VZ |
6634 | |
6635 | eval "$ac_cv_use_bmpbutton" | |
6636 | if test "$no_cache" != 1; then | |
6637 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
6638 | fi | |
6639 | ||
6640 | if test "$wxUSE_BMPBUTTON" = yes; then | |
e6cc62c6 VS |
6641 | echo "$as_me:$LINENO: result: yes" >&5 |
6642 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6643 | else |
e6cc62c6 VS |
6644 | echo "$as_me:$LINENO: result: no" >&5 |
6645 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6646 | fi |
e6cc62c6 | 6647 | |
10f2d63a | 6648 | |
5005acfe | 6649 | enablestring= |
e6cc62c6 VS |
6650 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5 |
6651 | echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6 | |
1e6feb95 VZ |
6652 | no_cache=0 |
6653 | # Check whether --enable-calendar or --disable-calendar was given. | |
6654 | if test "${enable_calendar+set}" = set; then | |
6655 | enableval="$enable_calendar" | |
e6cc62c6 | 6656 | |
1e6feb95 VZ |
6657 | if test "$enableval" = yes; then |
6658 | ac_cv_use_calendar='wxUSE_CALCTRL=yes' | |
6659 | else | |
6660 | ac_cv_use_calendar='wxUSE_CALCTRL=no' | |
6661 | fi | |
e6cc62c6 | 6662 | |
1e6feb95 | 6663 | else |
e6cc62c6 | 6664 | |
1e6feb95 VZ |
6665 | LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` |
6666 | if test "x$LINE" != x ; then | |
6667 | eval "DEFAULT_$LINE" | |
6668 | else | |
6669 | no_cache=1 | |
6670 | fi | |
6671 | ||
6672 | ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL | |
1e6feb95 | 6673 | |
e6cc62c6 | 6674 | fi; |
1e6feb95 VZ |
6675 | |
6676 | eval "$ac_cv_use_calendar" | |
6677 | if test "$no_cache" != 1; then | |
6678 | echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp | |
6679 | fi | |
6680 | ||
6681 | if test "$wxUSE_CALCTRL" = yes; then | |
e6cc62c6 VS |
6682 | echo "$as_me:$LINENO: result: yes" >&5 |
6683 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 6684 | else |
e6cc62c6 VS |
6685 | echo "$as_me:$LINENO: result: no" >&5 |
6686 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 6687 | fi |
e6cc62c6 | 6688 | |
1e6feb95 | 6689 | |
5005acfe | 6690 | enablestring= |
e6cc62c6 VS |
6691 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5 |
6692 | echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6 | |
1e6feb95 VZ |
6693 | no_cache=0 |
6694 | # Check whether --enable-caret or --disable-caret was given. | |
6695 | if test "${enable_caret+set}" = set; then | |
6696 | enableval="$enable_caret" | |
e6cc62c6 | 6697 | |
1e6feb95 VZ |
6698 | if test "$enableval" = yes; then |
6699 | ac_cv_use_caret='wxUSE_CARET=yes' | |
6700 | else | |
6701 | ac_cv_use_caret='wxUSE_CARET=no' | |
6702 | fi | |
e6cc62c6 | 6703 | |
1e6feb95 | 6704 | else |
e6cc62c6 | 6705 | |
1e6feb95 VZ |
6706 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` |
6707 | if test "x$LINE" != x ; then | |
6708 | eval "DEFAULT_$LINE" | |
6709 | else | |
6710 | no_cache=1 | |
6711 | fi | |
6712 | ||
6713 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
1e6feb95 | 6714 | |
e6cc62c6 | 6715 | fi; |
1e6feb95 VZ |
6716 | |
6717 | eval "$ac_cv_use_caret" | |
6718 | if test "$no_cache" != 1; then | |
6719 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
6720 | fi | |
6721 | ||
6722 | if test "$wxUSE_CARET" = yes; then | |
e6cc62c6 VS |
6723 | echo "$as_me:$LINENO: result: yes" >&5 |
6724 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 6725 | else |
e6cc62c6 VS |
6726 | echo "$as_me:$LINENO: result: no" >&5 |
6727 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 6728 | fi |
e6cc62c6 | 6729 | |
1e6feb95 | 6730 | |
5005acfe | 6731 | enablestring= |
e6cc62c6 VS |
6732 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5 |
6733 | echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6 | |
10f2d63a VZ |
6734 | no_cache=0 |
6735 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
6736 | if test "${enable_checkbox+set}" = set; then | |
6737 | enableval="$enable_checkbox" | |
e6cc62c6 | 6738 | |
10f2d63a VZ |
6739 | if test "$enableval" = yes; then |
6740 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
6741 | else | |
6742 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
6743 | fi | |
e6cc62c6 | 6744 | |
10f2d63a | 6745 | else |
e6cc62c6 | 6746 | |
10f2d63a VZ |
6747 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` |
6748 | if test "x$LINE" != x ; then | |
6749 | eval "DEFAULT_$LINE" | |
6750 | else | |
6751 | no_cache=1 | |
6752 | fi | |
6753 | ||
6754 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
10f2d63a | 6755 | |
e6cc62c6 | 6756 | fi; |
10f2d63a VZ |
6757 | |
6758 | eval "$ac_cv_use_checkbox" | |
6759 | if test "$no_cache" != 1; then | |
6760 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
6761 | fi | |
6762 | ||
6763 | if test "$wxUSE_CHECKBOX" = yes; then | |
e6cc62c6 VS |
6764 | echo "$as_me:$LINENO: result: yes" >&5 |
6765 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6766 | else |
e6cc62c6 VS |
6767 | echo "$as_me:$LINENO: result: no" >&5 |
6768 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6769 | fi |
e6cc62c6 | 6770 | |
10f2d63a | 6771 | |
5005acfe | 6772 | enablestring= |
e6cc62c6 VS |
6773 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5 |
6774 | echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6 | |
10f2d63a VZ |
6775 | no_cache=0 |
6776 | # Check whether --enable-checklst or --disable-checklst was given. | |
6777 | if test "${enable_checklst+set}" = set; then | |
6778 | enableval="$enable_checklst" | |
e6cc62c6 | 6779 | |
10f2d63a VZ |
6780 | if test "$enableval" = yes; then |
6781 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
6782 | else | |
6783 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
6784 | fi | |
e6cc62c6 | 6785 | |
10f2d63a | 6786 | else |
e6cc62c6 | 6787 | |
10f2d63a VZ |
6788 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` |
6789 | if test "x$LINE" != x ; then | |
6790 | eval "DEFAULT_$LINE" | |
6791 | else | |
6792 | no_cache=1 | |
6793 | fi | |
6794 | ||
6795 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
10f2d63a | 6796 | |
e6cc62c6 | 6797 | fi; |
10f2d63a VZ |
6798 | |
6799 | eval "$ac_cv_use_checklst" | |
6800 | if test "$no_cache" != 1; then | |
6801 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
6802 | fi | |
6803 | ||
6804 | if test "$wxUSE_CHECKLST" = yes; then | |
e6cc62c6 VS |
6805 | echo "$as_me:$LINENO: result: yes" >&5 |
6806 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6807 | else |
e6cc62c6 VS |
6808 | echo "$as_me:$LINENO: result: no" >&5 |
6809 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6810 | fi |
e6cc62c6 | 6811 | |
10f2d63a | 6812 | |
5005acfe | 6813 | enablestring= |
e6cc62c6 VS |
6814 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5 |
6815 | echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6 | |
10f2d63a VZ |
6816 | no_cache=0 |
6817 | # Check whether --enable-choice or --disable-choice was given. | |
6818 | if test "${enable_choice+set}" = set; then | |
6819 | enableval="$enable_choice" | |
e6cc62c6 | 6820 | |
10f2d63a VZ |
6821 | if test "$enableval" = yes; then |
6822 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
6823 | else | |
6824 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
6825 | fi | |
e6cc62c6 | 6826 | |
10f2d63a | 6827 | else |
e6cc62c6 | 6828 | |
10f2d63a VZ |
6829 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` |
6830 | if test "x$LINE" != x ; then | |
6831 | eval "DEFAULT_$LINE" | |
6832 | else | |
6833 | no_cache=1 | |
6834 | fi | |
6835 | ||
6836 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
10f2d63a | 6837 | |
e6cc62c6 | 6838 | fi; |
10f2d63a VZ |
6839 | |
6840 | eval "$ac_cv_use_choice" | |
6841 | if test "$no_cache" != 1; then | |
6842 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
6843 | fi | |
6844 | ||
6845 | if test "$wxUSE_CHOICE" = yes; then | |
e6cc62c6 VS |
6846 | echo "$as_me:$LINENO: result: yes" >&5 |
6847 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6848 | else |
e6cc62c6 VS |
6849 | echo "$as_me:$LINENO: result: no" >&5 |
6850 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6851 | fi |
e6cc62c6 | 6852 | |
10f2d63a | 6853 | |
5005acfe | 6854 | enablestring= |
e6cc62c6 VS |
6855 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5 |
6856 | echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6 | |
10f2d63a VZ |
6857 | no_cache=0 |
6858 | # Check whether --enable-combobox or --disable-combobox was given. | |
6859 | if test "${enable_combobox+set}" = set; then | |
6860 | enableval="$enable_combobox" | |
e6cc62c6 | 6861 | |
10f2d63a VZ |
6862 | if test "$enableval" = yes; then |
6863 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
6864 | else | |
6865 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
6866 | fi | |
e6cc62c6 | 6867 | |
10f2d63a | 6868 | else |
e6cc62c6 | 6869 | |
10f2d63a VZ |
6870 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` |
6871 | if test "x$LINE" != x ; then | |
6872 | eval "DEFAULT_$LINE" | |
6873 | else | |
6874 | no_cache=1 | |
6875 | fi | |
6876 | ||
6877 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
10f2d63a | 6878 | |
e6cc62c6 | 6879 | fi; |
10f2d63a VZ |
6880 | |
6881 | eval "$ac_cv_use_combobox" | |
6882 | if test "$no_cache" != 1; then | |
6883 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
6884 | fi | |
6885 | ||
6886 | if test "$wxUSE_COMBOBOX" = yes; then | |
e6cc62c6 VS |
6887 | echo "$as_me:$LINENO: result: yes" >&5 |
6888 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6889 | else |
e6cc62c6 VS |
6890 | echo "$as_me:$LINENO: result: no" >&5 |
6891 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6892 | fi |
e6cc62c6 | 6893 | |
10f2d63a | 6894 | |
da494b40 | 6895 | enablestring= |
e6cc62c6 VS |
6896 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5 |
6897 | echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6 | |
da494b40 MB |
6898 | no_cache=0 |
6899 | # Check whether --enable-display or --disable-display was given. | |
6900 | if test "${enable_display+set}" = set; then | |
6901 | enableval="$enable_display" | |
e6cc62c6 | 6902 | |
da494b40 MB |
6903 | if test "$enableval" = yes; then |
6904 | ac_cv_use_display='wxUSE_DISPLAY=yes' | |
6905 | else | |
6906 | ac_cv_use_display='wxUSE_DISPLAY=no' | |
6907 | fi | |
e6cc62c6 | 6908 | |
da494b40 | 6909 | else |
e6cc62c6 | 6910 | |
da494b40 MB |
6911 | LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}` |
6912 | if test "x$LINE" != x ; then | |
6913 | eval "DEFAULT_$LINE" | |
6914 | else | |
6915 | no_cache=1 | |
6916 | fi | |
6917 | ||
6918 | ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY | |
da494b40 | 6919 | |
e6cc62c6 | 6920 | fi; |
da494b40 MB |
6921 | |
6922 | eval "$ac_cv_use_display" | |
6923 | if test "$no_cache" != 1; then | |
6924 | echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp | |
6925 | fi | |
6926 | ||
6927 | if test "$wxUSE_DISPLAY" = yes; then | |
e6cc62c6 VS |
6928 | echo "$as_me:$LINENO: result: yes" >&5 |
6929 | echo "${ECHO_T}yes" >&6 | |
da494b40 | 6930 | else |
e6cc62c6 VS |
6931 | echo "$as_me:$LINENO: result: no" >&5 |
6932 | echo "${ECHO_T}no" >&6 | |
da494b40 | 6933 | fi |
e6cc62c6 | 6934 | |
da494b40 | 6935 | |
5005acfe | 6936 | enablestring= |
e6cc62c6 VS |
6937 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5 |
6938 | echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6 | |
10f2d63a VZ |
6939 | no_cache=0 |
6940 | # Check whether --enable-gauge or --disable-gauge was given. | |
6941 | if test "${enable_gauge+set}" = set; then | |
6942 | enableval="$enable_gauge" | |
e6cc62c6 | 6943 | |
10f2d63a VZ |
6944 | if test "$enableval" = yes; then |
6945 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
6946 | else | |
6947 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
6948 | fi | |
e6cc62c6 | 6949 | |
10f2d63a | 6950 | else |
e6cc62c6 | 6951 | |
10f2d63a VZ |
6952 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` |
6953 | if test "x$LINE" != x ; then | |
6954 | eval "DEFAULT_$LINE" | |
6955 | else | |
6956 | no_cache=1 | |
6957 | fi | |
6958 | ||
6959 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
10f2d63a | 6960 | |
e6cc62c6 | 6961 | fi; |
10f2d63a VZ |
6962 | |
6963 | eval "$ac_cv_use_gauge" | |
6964 | if test "$no_cache" != 1; then | |
6965 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
6966 | fi | |
6967 | ||
6968 | if test "$wxUSE_GAUGE" = yes; then | |
e6cc62c6 VS |
6969 | echo "$as_me:$LINENO: result: yes" >&5 |
6970 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 6971 | else |
e6cc62c6 VS |
6972 | echo "$as_me:$LINENO: result: no" >&5 |
6973 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 6974 | fi |
e6cc62c6 | 6975 | |
10f2d63a | 6976 | |
5005acfe | 6977 | enablestring= |
e6cc62c6 VS |
6978 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5 |
6979 | echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6 | |
10f2d63a VZ |
6980 | no_cache=0 |
6981 | # Check whether --enable-grid or --disable-grid was given. | |
6982 | if test "${enable_grid+set}" = set; then | |
6983 | enableval="$enable_grid" | |
e6cc62c6 | 6984 | |
10f2d63a VZ |
6985 | if test "$enableval" = yes; then |
6986 | ac_cv_use_grid='wxUSE_GRID=yes' | |
6987 | else | |
6988 | ac_cv_use_grid='wxUSE_GRID=no' | |
6989 | fi | |
e6cc62c6 | 6990 | |
10f2d63a | 6991 | else |
e6cc62c6 | 6992 | |
10f2d63a VZ |
6993 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` |
6994 | if test "x$LINE" != x ; then | |
6995 | eval "DEFAULT_$LINE" | |
6996 | else | |
6997 | no_cache=1 | |
6998 | fi | |
6999 | ||
7000 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
10f2d63a | 7001 | |
e6cc62c6 | 7002 | fi; |
10f2d63a VZ |
7003 | |
7004 | eval "$ac_cv_use_grid" | |
7005 | if test "$no_cache" != 1; then | |
7006 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
7007 | fi | |
7008 | ||
7009 | if test "$wxUSE_GRID" = yes; then | |
e6cc62c6 VS |
7010 | echo "$as_me:$LINENO: result: yes" >&5 |
7011 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7012 | else |
e6cc62c6 VS |
7013 | echo "$as_me:$LINENO: result: no" >&5 |
7014 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7015 | fi |
e6cc62c6 | 7016 | |
10f2d63a | 7017 | |
5005acfe | 7018 | enablestring= |
e6cc62c6 VS |
7019 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5 |
7020 | echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6 | |
10f2d63a VZ |
7021 | no_cache=0 |
7022 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
7023 | if test "${enable_imaglist+set}" = set; then | |
7024 | enableval="$enable_imaglist" | |
e6cc62c6 | 7025 | |
10f2d63a VZ |
7026 | if test "$enableval" = yes; then |
7027 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
7028 | else | |
7029 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
7030 | fi | |
e6cc62c6 | 7031 | |
10f2d63a | 7032 | else |
e6cc62c6 | 7033 | |
10f2d63a VZ |
7034 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` |
7035 | if test "x$LINE" != x ; then | |
7036 | eval "DEFAULT_$LINE" | |
7037 | else | |
7038 | no_cache=1 | |
7039 | fi | |
7040 | ||
7041 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
10f2d63a | 7042 | |
e6cc62c6 | 7043 | fi; |
10f2d63a VZ |
7044 | |
7045 | eval "$ac_cv_use_imaglist" | |
7046 | if test "$no_cache" != 1; then | |
7047 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
7048 | fi | |
7049 | ||
7050 | if test "$wxUSE_IMAGLIST" = yes; then | |
e6cc62c6 VS |
7051 | echo "$as_me:$LINENO: result: yes" >&5 |
7052 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7053 | else |
e6cc62c6 VS |
7054 | echo "$as_me:$LINENO: result: no" >&5 |
7055 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7056 | fi |
e6cc62c6 | 7057 | |
10f2d63a | 7058 | |
5005acfe | 7059 | enablestring= |
e6cc62c6 VS |
7060 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5 |
7061 | echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6 | |
10f2d63a VZ |
7062 | no_cache=0 |
7063 | # Check whether --enable-listbox or --disable-listbox was given. | |
7064 | if test "${enable_listbox+set}" = set; then | |
7065 | enableval="$enable_listbox" | |
e6cc62c6 | 7066 | |
10f2d63a VZ |
7067 | if test "$enableval" = yes; then |
7068 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
7069 | else | |
7070 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
7071 | fi | |
e6cc62c6 | 7072 | |
10f2d63a | 7073 | else |
e6cc62c6 | 7074 | |
10f2d63a VZ |
7075 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` |
7076 | if test "x$LINE" != x ; then | |
7077 | eval "DEFAULT_$LINE" | |
7078 | else | |
7079 | no_cache=1 | |
7080 | fi | |
7081 | ||
7082 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
10f2d63a | 7083 | |
e6cc62c6 | 7084 | fi; |
10f2d63a VZ |
7085 | |
7086 | eval "$ac_cv_use_listbox" | |
7087 | if test "$no_cache" != 1; then | |
7088 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
7089 | fi | |
7090 | ||
7091 | if test "$wxUSE_LISTBOX" = yes; then | |
e6cc62c6 VS |
7092 | echo "$as_me:$LINENO: result: yes" >&5 |
7093 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7094 | else |
e6cc62c6 VS |
7095 | echo "$as_me:$LINENO: result: no" >&5 |
7096 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7097 | fi |
e6cc62c6 | 7098 | |
10f2d63a | 7099 | |
5005acfe | 7100 | enablestring= |
e6cc62c6 VS |
7101 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5 |
7102 | echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6 | |
10f2d63a VZ |
7103 | no_cache=0 |
7104 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
7105 | if test "${enable_listctrl+set}" = set; then | |
7106 | enableval="$enable_listctrl" | |
e6cc62c6 | 7107 | |
10f2d63a VZ |
7108 | if test "$enableval" = yes; then |
7109 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
7110 | else | |
7111 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
7112 | fi | |
e6cc62c6 | 7113 | |
10f2d63a | 7114 | else |
e6cc62c6 | 7115 | |
10f2d63a VZ |
7116 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` |
7117 | if test "x$LINE" != x ; then | |
7118 | eval "DEFAULT_$LINE" | |
7119 | else | |
7120 | no_cache=1 | |
7121 | fi | |
7122 | ||
7123 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
10f2d63a | 7124 | |
e6cc62c6 | 7125 | fi; |
10f2d63a VZ |
7126 | |
7127 | eval "$ac_cv_use_listctrl" | |
7128 | if test "$no_cache" != 1; then | |
7129 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
7130 | fi | |
7131 | ||
7132 | if test "$wxUSE_LISTCTRL" = yes; then | |
e6cc62c6 VS |
7133 | echo "$as_me:$LINENO: result: yes" >&5 |
7134 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7135 | else |
e6cc62c6 VS |
7136 | echo "$as_me:$LINENO: result: no" >&5 |
7137 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7138 | fi |
e6cc62c6 | 7139 | |
10f2d63a | 7140 | |
5005acfe | 7141 | enablestring= |
e6cc62c6 VS |
7142 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5 |
7143 | echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6 | |
10f2d63a VZ |
7144 | no_cache=0 |
7145 | # Check whether --enable-notebook or --disable-notebook was given. | |
7146 | if test "${enable_notebook+set}" = set; then | |
7147 | enableval="$enable_notebook" | |
e6cc62c6 | 7148 | |
10f2d63a VZ |
7149 | if test "$enableval" = yes; then |
7150 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
7151 | else | |
7152 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
7153 | fi | |
e6cc62c6 | 7154 | |
10f2d63a | 7155 | else |
e6cc62c6 | 7156 | |
10f2d63a VZ |
7157 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` |
7158 | if test "x$LINE" != x ; then | |
7159 | eval "DEFAULT_$LINE" | |
7160 | else | |
7161 | no_cache=1 | |
7162 | fi | |
7163 | ||
7164 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
10f2d63a | 7165 | |
e6cc62c6 | 7166 | fi; |
10f2d63a VZ |
7167 | |
7168 | eval "$ac_cv_use_notebook" | |
7169 | if test "$no_cache" != 1; then | |
7170 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
7171 | fi | |
7172 | ||
7173 | if test "$wxUSE_NOTEBOOK" = yes; then | |
e6cc62c6 VS |
7174 | echo "$as_me:$LINENO: result: yes" >&5 |
7175 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7176 | else |
e6cc62c6 VS |
7177 | echo "$as_me:$LINENO: result: no" >&5 |
7178 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7179 | fi |
e6cc62c6 | 7180 | |
10f2d63a | 7181 | |
5005acfe | 7182 | enablestring= |
e6cc62c6 VS |
7183 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5 |
7184 | echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6 | |
10f2d63a VZ |
7185 | no_cache=0 |
7186 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
7187 | if test "${enable_radiobox+set}" = set; then | |
7188 | enableval="$enable_radiobox" | |
e6cc62c6 | 7189 | |
10f2d63a VZ |
7190 | if test "$enableval" = yes; then |
7191 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
7192 | else | |
7193 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
7194 | fi | |
e6cc62c6 | 7195 | |
10f2d63a | 7196 | else |
e6cc62c6 | 7197 | |
10f2d63a VZ |
7198 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` |
7199 | if test "x$LINE" != x ; then | |
7200 | eval "DEFAULT_$LINE" | |
7201 | else | |
7202 | no_cache=1 | |
7203 | fi | |
7204 | ||
7205 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
10f2d63a | 7206 | |
e6cc62c6 | 7207 | fi; |
10f2d63a VZ |
7208 | |
7209 | eval "$ac_cv_use_radiobox" | |
7210 | if test "$no_cache" != 1; then | |
7211 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
7212 | fi | |
7213 | ||
7214 | if test "$wxUSE_RADIOBOX" = yes; then | |
e6cc62c6 VS |
7215 | echo "$as_me:$LINENO: result: yes" >&5 |
7216 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7217 | else |
e6cc62c6 VS |
7218 | echo "$as_me:$LINENO: result: no" >&5 |
7219 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7220 | fi |
e6cc62c6 | 7221 | |
10f2d63a | 7222 | |
5005acfe | 7223 | enablestring= |
e6cc62c6 VS |
7224 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5 |
7225 | echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6 | |
10f2d63a VZ |
7226 | no_cache=0 |
7227 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
7228 | if test "${enable_radiobtn+set}" = set; then | |
7229 | enableval="$enable_radiobtn" | |
e6cc62c6 | 7230 | |
10f2d63a VZ |
7231 | if test "$enableval" = yes; then |
7232 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
7233 | else | |
7234 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
7235 | fi | |
e6cc62c6 | 7236 | |
10f2d63a | 7237 | else |
e6cc62c6 | 7238 | |
10f2d63a VZ |
7239 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` |
7240 | if test "x$LINE" != x ; then | |
7241 | eval "DEFAULT_$LINE" | |
7242 | else | |
7243 | no_cache=1 | |
7244 | fi | |
7245 | ||
7246 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
10f2d63a | 7247 | |
e6cc62c6 | 7248 | fi; |
10f2d63a VZ |
7249 | |
7250 | eval "$ac_cv_use_radiobtn" | |
7251 | if test "$no_cache" != 1; then | |
7252 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
7253 | fi | |
7254 | ||
7255 | if test "$wxUSE_RADIOBTN" = yes; then | |
e6cc62c6 VS |
7256 | echo "$as_me:$LINENO: result: yes" >&5 |
7257 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7258 | else |
e6cc62c6 VS |
7259 | echo "$as_me:$LINENO: result: no" >&5 |
7260 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7261 | fi |
e6cc62c6 | 7262 | |
10f2d63a | 7263 | |
5005acfe | 7264 | enablestring= |
e6cc62c6 VS |
7265 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5 |
7266 | echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6 | |
10f2d63a VZ |
7267 | no_cache=0 |
7268 | # Check whether --enable-sash or --disable-sash was given. | |
7269 | if test "${enable_sash+set}" = set; then | |
7270 | enableval="$enable_sash" | |
e6cc62c6 | 7271 | |
10f2d63a VZ |
7272 | if test "$enableval" = yes; then |
7273 | ac_cv_use_sash='wxUSE_SASH=yes' | |
7274 | else | |
7275 | ac_cv_use_sash='wxUSE_SASH=no' | |
7276 | fi | |
e6cc62c6 | 7277 | |
10f2d63a | 7278 | else |
e6cc62c6 | 7279 | |
10f2d63a VZ |
7280 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` |
7281 | if test "x$LINE" != x ; then | |
7282 | eval "DEFAULT_$LINE" | |
7283 | else | |
7284 | no_cache=1 | |
7285 | fi | |
7286 | ||
7287 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
10f2d63a | 7288 | |
e6cc62c6 | 7289 | fi; |
10f2d63a VZ |
7290 | |
7291 | eval "$ac_cv_use_sash" | |
7292 | if test "$no_cache" != 1; then | |
7293 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
7294 | fi | |
7295 | ||
7296 | if test "$wxUSE_SASH" = yes; then | |
e6cc62c6 VS |
7297 | echo "$as_me:$LINENO: result: yes" >&5 |
7298 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7299 | else |
e6cc62c6 VS |
7300 | echo "$as_me:$LINENO: result: no" >&5 |
7301 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7302 | fi |
e6cc62c6 | 7303 | |
10f2d63a | 7304 | |
5005acfe | 7305 | enablestring= |
e6cc62c6 VS |
7306 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5 |
7307 | echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6 | |
10f2d63a VZ |
7308 | no_cache=0 |
7309 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
7310 | if test "${enable_scrollbar+set}" = set; then | |
7311 | enableval="$enable_scrollbar" | |
e6cc62c6 | 7312 | |
10f2d63a VZ |
7313 | if test "$enableval" = yes; then |
7314 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
7315 | else | |
7316 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
7317 | fi | |
e6cc62c6 | 7318 | |
10f2d63a | 7319 | else |
e6cc62c6 | 7320 | |
10f2d63a VZ |
7321 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` |
7322 | if test "x$LINE" != x ; then | |
7323 | eval "DEFAULT_$LINE" | |
7324 | else | |
7325 | no_cache=1 | |
7326 | fi | |
7327 | ||
7328 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
10f2d63a | 7329 | |
e6cc62c6 | 7330 | fi; |
10f2d63a VZ |
7331 | |
7332 | eval "$ac_cv_use_scrollbar" | |
7333 | if test "$no_cache" != 1; then | |
7334 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
7335 | fi | |
7336 | ||
7337 | if test "$wxUSE_SCROLLBAR" = yes; then | |
e6cc62c6 VS |
7338 | echo "$as_me:$LINENO: result: yes" >&5 |
7339 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7340 | else |
e6cc62c6 VS |
7341 | echo "$as_me:$LINENO: result: no" >&5 |
7342 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7343 | fi |
e6cc62c6 | 7344 | |
10f2d63a | 7345 | |
5005acfe | 7346 | enablestring= |
e6cc62c6 VS |
7347 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5 |
7348 | echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6 | |
10f2d63a VZ |
7349 | no_cache=0 |
7350 | # Check whether --enable-slider or --disable-slider was given. | |
7351 | if test "${enable_slider+set}" = set; then | |
7352 | enableval="$enable_slider" | |
e6cc62c6 | 7353 | |
10f2d63a VZ |
7354 | if test "$enableval" = yes; then |
7355 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
7356 | else | |
7357 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
7358 | fi | |
e6cc62c6 | 7359 | |
10f2d63a | 7360 | else |
e6cc62c6 | 7361 | |
10f2d63a VZ |
7362 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` |
7363 | if test "x$LINE" != x ; then | |
7364 | eval "DEFAULT_$LINE" | |
7365 | else | |
7366 | no_cache=1 | |
7367 | fi | |
7368 | ||
7369 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
10f2d63a | 7370 | |
e6cc62c6 | 7371 | fi; |
10f2d63a VZ |
7372 | |
7373 | eval "$ac_cv_use_slider" | |
7374 | if test "$no_cache" != 1; then | |
7375 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
7376 | fi | |
7377 | ||
7378 | if test "$wxUSE_SLIDER" = yes; then | |
e6cc62c6 VS |
7379 | echo "$as_me:$LINENO: result: yes" >&5 |
7380 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7381 | else |
e6cc62c6 VS |
7382 | echo "$as_me:$LINENO: result: no" >&5 |
7383 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7384 | fi |
e6cc62c6 | 7385 | |
10f2d63a | 7386 | |
5005acfe | 7387 | enablestring= |
e6cc62c6 VS |
7388 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5 |
7389 | echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6 | |
10f2d63a VZ |
7390 | no_cache=0 |
7391 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
7392 | if test "${enable_spinbtn+set}" = set; then | |
7393 | enableval="$enable_spinbtn" | |
e6cc62c6 | 7394 | |
10f2d63a VZ |
7395 | if test "$enableval" = yes; then |
7396 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
7397 | else | |
7398 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
7399 | fi | |
e6cc62c6 | 7400 | |
10f2d63a | 7401 | else |
e6cc62c6 | 7402 | |
10f2d63a VZ |
7403 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` |
7404 | if test "x$LINE" != x ; then | |
7405 | eval "DEFAULT_$LINE" | |
7406 | else | |
7407 | no_cache=1 | |
7408 | fi | |
7409 | ||
7410 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
10f2d63a | 7411 | |
e6cc62c6 | 7412 | fi; |
10f2d63a VZ |
7413 | |
7414 | eval "$ac_cv_use_spinbtn" | |
7415 | if test "$no_cache" != 1; then | |
7416 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
7417 | fi | |
7418 | ||
7419 | if test "$wxUSE_SPINBTN" = yes; then | |
e6cc62c6 VS |
7420 | echo "$as_me:$LINENO: result: yes" >&5 |
7421 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7422 | else |
e6cc62c6 VS |
7423 | echo "$as_me:$LINENO: result: no" >&5 |
7424 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7425 | fi |
e6cc62c6 | 7426 | |
10f2d63a | 7427 | |
5005acfe | 7428 | enablestring= |
e6cc62c6 VS |
7429 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5 |
7430 | echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6 | |
56cfaa52 RR |
7431 | no_cache=0 |
7432 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
7433 | if test "${enable_spinctrl+set}" = set; then | |
7434 | enableval="$enable_spinctrl" | |
e6cc62c6 | 7435 | |
56cfaa52 RR |
7436 | if test "$enableval" = yes; then |
7437 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
7438 | else | |
7439 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
7440 | fi | |
e6cc62c6 | 7441 | |
56cfaa52 | 7442 | else |
e6cc62c6 | 7443 | |
56cfaa52 RR |
7444 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` |
7445 | if test "x$LINE" != x ; then | |
7446 | eval "DEFAULT_$LINE" | |
7447 | else | |
7448 | no_cache=1 | |
7449 | fi | |
7450 | ||
7451 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
56cfaa52 | 7452 | |
e6cc62c6 | 7453 | fi; |
56cfaa52 RR |
7454 | |
7455 | eval "$ac_cv_use_spinctrl" | |
7456 | if test "$no_cache" != 1; then | |
7457 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
7458 | fi | |
7459 | ||
7460 | if test "$wxUSE_SPINCTRL" = yes; then | |
e6cc62c6 VS |
7461 | echo "$as_me:$LINENO: result: yes" >&5 |
7462 | echo "${ECHO_T}yes" >&6 | |
56cfaa52 | 7463 | else |
e6cc62c6 VS |
7464 | echo "$as_me:$LINENO: result: no" >&5 |
7465 | echo "${ECHO_T}no" >&6 | |
56cfaa52 | 7466 | fi |
e6cc62c6 | 7467 | |
56cfaa52 | 7468 | |
5005acfe | 7469 | enablestring= |
e6cc62c6 VS |
7470 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5 |
7471 | echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6 | |
10f2d63a VZ |
7472 | no_cache=0 |
7473 | # Check whether --enable-splitter or --disable-splitter was given. | |
7474 | if test "${enable_splitter+set}" = set; then | |
7475 | enableval="$enable_splitter" | |
e6cc62c6 | 7476 | |
10f2d63a VZ |
7477 | if test "$enableval" = yes; then |
7478 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
7479 | else | |
7480 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
7481 | fi | |
e6cc62c6 | 7482 | |
10f2d63a | 7483 | else |
e6cc62c6 | 7484 | |
10f2d63a VZ |
7485 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` |
7486 | if test "x$LINE" != x ; then | |
7487 | eval "DEFAULT_$LINE" | |
7488 | else | |
7489 | no_cache=1 | |
7490 | fi | |
7491 | ||
7492 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
10f2d63a | 7493 | |
e6cc62c6 | 7494 | fi; |
10f2d63a VZ |
7495 | |
7496 | eval "$ac_cv_use_splitter" | |
7497 | if test "$no_cache" != 1; then | |
7498 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
7499 | fi | |
7500 | ||
7501 | if test "$wxUSE_SPLITTER" = yes; then | |
e6cc62c6 VS |
7502 | echo "$as_me:$LINENO: result: yes" >&5 |
7503 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7504 | else |
e6cc62c6 VS |
7505 | echo "$as_me:$LINENO: result: no" >&5 |
7506 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7507 | fi |
e6cc62c6 | 7508 | |
10f2d63a | 7509 | |
5005acfe | 7510 | enablestring= |
e6cc62c6 VS |
7511 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5 |
7512 | echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6 | |
10f2d63a VZ |
7513 | no_cache=0 |
7514 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
7515 | if test "${enable_statbmp+set}" = set; then | |
7516 | enableval="$enable_statbmp" | |
e6cc62c6 | 7517 | |
10f2d63a VZ |
7518 | if test "$enableval" = yes; then |
7519 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
7520 | else | |
7521 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
7522 | fi | |
e6cc62c6 | 7523 | |
10f2d63a | 7524 | else |
e6cc62c6 | 7525 | |
10f2d63a VZ |
7526 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` |
7527 | if test "x$LINE" != x ; then | |
7528 | eval "DEFAULT_$LINE" | |
7529 | else | |
7530 | no_cache=1 | |
7531 | fi | |
7532 | ||
7533 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
10f2d63a | 7534 | |
e6cc62c6 | 7535 | fi; |
10f2d63a VZ |
7536 | |
7537 | eval "$ac_cv_use_statbmp" | |
7538 | if test "$no_cache" != 1; then | |
7539 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
7540 | fi | |
7541 | ||
7542 | if test "$wxUSE_STATBMP" = yes; then | |
e6cc62c6 VS |
7543 | echo "$as_me:$LINENO: result: yes" >&5 |
7544 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7545 | else |
e6cc62c6 VS |
7546 | echo "$as_me:$LINENO: result: no" >&5 |
7547 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7548 | fi |
e6cc62c6 | 7549 | |
10f2d63a | 7550 | |
5005acfe | 7551 | enablestring= |
e6cc62c6 VS |
7552 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5 |
7553 | echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6 | |
10f2d63a VZ |
7554 | no_cache=0 |
7555 | # Check whether --enable-statbox or --disable-statbox was given. | |
7556 | if test "${enable_statbox+set}" = set; then | |
7557 | enableval="$enable_statbox" | |
e6cc62c6 | 7558 | |
10f2d63a VZ |
7559 | if test "$enableval" = yes; then |
7560 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
7561 | else | |
7562 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
7563 | fi | |
e6cc62c6 | 7564 | |
10f2d63a | 7565 | else |
e6cc62c6 | 7566 | |
10f2d63a VZ |
7567 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` |
7568 | if test "x$LINE" != x ; then | |
7569 | eval "DEFAULT_$LINE" | |
7570 | else | |
7571 | no_cache=1 | |
7572 | fi | |
7573 | ||
7574 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
10f2d63a | 7575 | |
e6cc62c6 | 7576 | fi; |
10f2d63a VZ |
7577 | |
7578 | eval "$ac_cv_use_statbox" | |
7579 | if test "$no_cache" != 1; then | |
7580 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
7581 | fi | |
7582 | ||
7583 | if test "$wxUSE_STATBOX" = yes; then | |
e6cc62c6 VS |
7584 | echo "$as_me:$LINENO: result: yes" >&5 |
7585 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7586 | else |
e6cc62c6 VS |
7587 | echo "$as_me:$LINENO: result: no" >&5 |
7588 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7589 | fi |
e6cc62c6 | 7590 | |
10f2d63a | 7591 | |
5005acfe | 7592 | enablestring= |
e6cc62c6 VS |
7593 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5 |
7594 | echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6 | |
10f2d63a VZ |
7595 | no_cache=0 |
7596 | # Check whether --enable-statline or --disable-statline was given. | |
7597 | if test "${enable_statline+set}" = set; then | |
7598 | enableval="$enable_statline" | |
e6cc62c6 | 7599 | |
10f2d63a VZ |
7600 | if test "$enableval" = yes; then |
7601 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
7602 | else | |
7603 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
7604 | fi | |
e6cc62c6 | 7605 | |
10f2d63a | 7606 | else |
e6cc62c6 | 7607 | |
10f2d63a VZ |
7608 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` |
7609 | if test "x$LINE" != x ; then | |
7610 | eval "DEFAULT_$LINE" | |
7611 | else | |
7612 | no_cache=1 | |
7613 | fi | |
7614 | ||
7615 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
10f2d63a | 7616 | |
e6cc62c6 | 7617 | fi; |
10f2d63a VZ |
7618 | |
7619 | eval "$ac_cv_use_statline" | |
7620 | if test "$no_cache" != 1; then | |
7621 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
7622 | fi | |
7623 | ||
7624 | if test "$wxUSE_STATLINE" = yes; then | |
e6cc62c6 VS |
7625 | echo "$as_me:$LINENO: result: yes" >&5 |
7626 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7627 | else |
e6cc62c6 VS |
7628 | echo "$as_me:$LINENO: result: no" >&5 |
7629 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7630 | fi |
e6cc62c6 | 7631 | |
10f2d63a | 7632 | |
5005acfe | 7633 | enablestring= |
e6cc62c6 VS |
7634 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5 |
7635 | echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6 | |
1e6feb95 VZ |
7636 | no_cache=0 |
7637 | # Check whether --enable-stattext or --disable-stattext was given. | |
7638 | if test "${enable_stattext+set}" = set; then | |
7639 | enableval="$enable_stattext" | |
e6cc62c6 | 7640 | |
1e6feb95 VZ |
7641 | if test "$enableval" = yes; then |
7642 | ac_cv_use_stattext='wxUSE_STATTEXT=yes' | |
7643 | else | |
7644 | ac_cv_use_stattext='wxUSE_STATTEXT=no' | |
7645 | fi | |
e6cc62c6 | 7646 | |
1e6feb95 | 7647 | else |
e6cc62c6 | 7648 | |
1e6feb95 VZ |
7649 | LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` |
7650 | if test "x$LINE" != x ; then | |
7651 | eval "DEFAULT_$LINE" | |
7652 | else | |
7653 | no_cache=1 | |
7654 | fi | |
7655 | ||
7656 | ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT | |
1e6feb95 | 7657 | |
e6cc62c6 | 7658 | fi; |
1e6feb95 VZ |
7659 | |
7660 | eval "$ac_cv_use_stattext" | |
7661 | if test "$no_cache" != 1; then | |
7662 | echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp | |
7663 | fi | |
7664 | ||
7665 | if test "$wxUSE_STATTEXT" = yes; then | |
e6cc62c6 VS |
7666 | echo "$as_me:$LINENO: result: yes" >&5 |
7667 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 7668 | else |
e6cc62c6 VS |
7669 | echo "$as_me:$LINENO: result: no" >&5 |
7670 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 7671 | fi |
e6cc62c6 | 7672 | |
1e6feb95 | 7673 | |
5005acfe | 7674 | enablestring= |
e6cc62c6 VS |
7675 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5 |
7676 | echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6 | |
10f2d63a VZ |
7677 | no_cache=0 |
7678 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
7679 | if test "${enable_statusbar+set}" = set; then | |
7680 | enableval="$enable_statusbar" | |
e6cc62c6 | 7681 | |
10f2d63a VZ |
7682 | if test "$enableval" = yes; then |
7683 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
7684 | else | |
7685 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
7686 | fi | |
e6cc62c6 | 7687 | |
10f2d63a | 7688 | else |
e6cc62c6 | 7689 | |
10f2d63a VZ |
7690 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` |
7691 | if test "x$LINE" != x ; then | |
7692 | eval "DEFAULT_$LINE" | |
7693 | else | |
7694 | no_cache=1 | |
7695 | fi | |
7696 | ||
7697 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
10f2d63a | 7698 | |
e6cc62c6 | 7699 | fi; |
10f2d63a VZ |
7700 | |
7701 | eval "$ac_cv_use_statusbar" | |
7702 | if test "$no_cache" != 1; then | |
7703 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
7704 | fi | |
7705 | ||
7706 | if test "$wxUSE_STATUSBAR" = yes; then | |
e6cc62c6 VS |
7707 | echo "$as_me:$LINENO: result: yes" >&5 |
7708 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7709 | else |
e6cc62c6 VS |
7710 | echo "$as_me:$LINENO: result: no" >&5 |
7711 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7712 | fi |
e6cc62c6 | 7713 | |
10f2d63a | 7714 | |
5005acfe | 7715 | enablestring= |
e6cc62c6 VS |
7716 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5 |
7717 | echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6 | |
10f2d63a VZ |
7718 | no_cache=0 |
7719 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
7720 | if test "${enable_tabdialog+set}" = set; then | |
7721 | enableval="$enable_tabdialog" | |
e6cc62c6 | 7722 | |
10f2d63a VZ |
7723 | if test "$enableval" = yes; then |
7724 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
7725 | else | |
7726 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
7727 | fi | |
e6cc62c6 | 7728 | |
10f2d63a | 7729 | else |
e6cc62c6 | 7730 | |
10f2d63a VZ |
7731 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` |
7732 | if test "x$LINE" != x ; then | |
7733 | eval "DEFAULT_$LINE" | |
7734 | else | |
7735 | no_cache=1 | |
7736 | fi | |
7737 | ||
7738 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
10f2d63a | 7739 | |
e6cc62c6 | 7740 | fi; |
10f2d63a VZ |
7741 | |
7742 | eval "$ac_cv_use_tabdialog" | |
7743 | if test "$no_cache" != 1; then | |
7744 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
7745 | fi | |
7746 | ||
7747 | if test "$wxUSE_TABDIALOG" = yes; then | |
e6cc62c6 VS |
7748 | echo "$as_me:$LINENO: result: yes" >&5 |
7749 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7750 | else |
e6cc62c6 VS |
7751 | echo "$as_me:$LINENO: result: no" >&5 |
7752 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7753 | fi |
e6cc62c6 | 7754 | |
10f2d63a | 7755 | |
5005acfe | 7756 | enablestring= |
e6cc62c6 VS |
7757 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5 |
7758 | echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6 | |
1e6feb95 VZ |
7759 | no_cache=0 |
7760 | # Check whether --enable-textctrl or --disable-textctrl was given. | |
7761 | if test "${enable_textctrl+set}" = set; then | |
7762 | enableval="$enable_textctrl" | |
e6cc62c6 | 7763 | |
1e6feb95 VZ |
7764 | if test "$enableval" = yes; then |
7765 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes' | |
7766 | else | |
7767 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=no' | |
7768 | fi | |
e6cc62c6 | 7769 | |
1e6feb95 | 7770 | else |
e6cc62c6 | 7771 | |
1e6feb95 VZ |
7772 | LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` |
7773 | if test "x$LINE" != x ; then | |
7774 | eval "DEFAULT_$LINE" | |
7775 | else | |
7776 | no_cache=1 | |
7777 | fi | |
7778 | ||
7779 | ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL | |
1e6feb95 | 7780 | |
e6cc62c6 | 7781 | fi; |
1e6feb95 VZ |
7782 | |
7783 | eval "$ac_cv_use_textctrl" | |
7784 | if test "$no_cache" != 1; then | |
7785 | echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp | |
7786 | fi | |
7787 | ||
7788 | if test "$wxUSE_TEXTCTRL" = yes; then | |
e6cc62c6 VS |
7789 | echo "$as_me:$LINENO: result: yes" >&5 |
7790 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 7791 | else |
e6cc62c6 VS |
7792 | echo "$as_me:$LINENO: result: no" >&5 |
7793 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 7794 | fi |
e6cc62c6 | 7795 | |
1e6feb95 | 7796 | |
5005acfe | 7797 | enablestring= |
e6cc62c6 VS |
7798 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5 |
7799 | echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6 | |
1db8dc4a VZ |
7800 | no_cache=0 |
7801 | # Check whether --enable-togglebtn or --disable-togglebtn was given. | |
7802 | if test "${enable_togglebtn+set}" = set; then | |
7803 | enableval="$enable_togglebtn" | |
e6cc62c6 | 7804 | |
1db8dc4a VZ |
7805 | if test "$enableval" = yes; then |
7806 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes' | |
7807 | else | |
7808 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no' | |
7809 | fi | |
e6cc62c6 | 7810 | |
1db8dc4a | 7811 | else |
e6cc62c6 | 7812 | |
1db8dc4a VZ |
7813 | LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` |
7814 | if test "x$LINE" != x ; then | |
7815 | eval "DEFAULT_$LINE" | |
7816 | else | |
7817 | no_cache=1 | |
7818 | fi | |
7819 | ||
7820 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN | |
1db8dc4a | 7821 | |
e6cc62c6 | 7822 | fi; |
1db8dc4a VZ |
7823 | |
7824 | eval "$ac_cv_use_togglebtn" | |
7825 | if test "$no_cache" != 1; then | |
7826 | echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp | |
7827 | fi | |
7828 | ||
7829 | if test "$wxUSE_TOGGLEBTN" = yes; then | |
e6cc62c6 VS |
7830 | echo "$as_me:$LINENO: result: yes" >&5 |
7831 | echo "${ECHO_T}yes" >&6 | |
1db8dc4a | 7832 | else |
e6cc62c6 VS |
7833 | echo "$as_me:$LINENO: result: no" >&5 |
7834 | echo "${ECHO_T}no" >&6 | |
1db8dc4a | 7835 | fi |
e6cc62c6 | 7836 | |
1db8dc4a | 7837 | |
5005acfe | 7838 | enablestring= |
e6cc62c6 VS |
7839 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5 |
7840 | echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6 | |
10f2d63a VZ |
7841 | no_cache=0 |
7842 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
7843 | if test "${enable_toolbar+set}" = set; then | |
7844 | enableval="$enable_toolbar" | |
e6cc62c6 | 7845 | |
10f2d63a VZ |
7846 | if test "$enableval" = yes; then |
7847 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
7848 | else | |
7849 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
7850 | fi | |
e6cc62c6 | 7851 | |
10f2d63a | 7852 | else |
e6cc62c6 | 7853 | |
10f2d63a VZ |
7854 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` |
7855 | if test "x$LINE" != x ; then | |
7856 | eval "DEFAULT_$LINE" | |
7857 | else | |
7858 | no_cache=1 | |
7859 | fi | |
7860 | ||
7861 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
10f2d63a | 7862 | |
e6cc62c6 | 7863 | fi; |
10f2d63a VZ |
7864 | |
7865 | eval "$ac_cv_use_toolbar" | |
7866 | if test "$no_cache" != 1; then | |
7867 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
7868 | fi | |
7869 | ||
7870 | if test "$wxUSE_TOOLBAR" = yes; then | |
e6cc62c6 VS |
7871 | echo "$as_me:$LINENO: result: yes" >&5 |
7872 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 7873 | else |
e6cc62c6 VS |
7874 | echo "$as_me:$LINENO: result: no" >&5 |
7875 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 7876 | fi |
e6cc62c6 | 7877 | |
10f2d63a | 7878 | |
5005acfe | 7879 | enablestring= |
e6cc62c6 VS |
7880 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5 |
7881 | echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6 | |
360d6699 VZ |
7882 | no_cache=0 |
7883 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
7884 | if test "${enable_tbarnative+set}" = set; then | |
7885 | enableval="$enable_tbarnative" | |
e6cc62c6 | 7886 | |
360d6699 VZ |
7887 | if test "$enableval" = yes; then |
7888 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
7889 | else | |
7890 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
7891 | fi | |
e6cc62c6 | 7892 | |
360d6699 | 7893 | else |
e6cc62c6 | 7894 | |
360d6699 VZ |
7895 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` |
7896 | if test "x$LINE" != x ; then | |
7897 | eval "DEFAULT_$LINE" | |
7898 | else | |
7899 | no_cache=1 | |
7900 | fi | |
7901 | ||
7902 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
360d6699 | 7903 | |
e6cc62c6 | 7904 | fi; |
360d6699 VZ |
7905 | |
7906 | eval "$ac_cv_use_tbarnative" | |
7907 | if test "$no_cache" != 1; then | |
7908 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
7909 | fi | |
7910 | ||
7911 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
e6cc62c6 VS |
7912 | echo "$as_me:$LINENO: result: yes" >&5 |
7913 | echo "${ECHO_T}yes" >&6 | |
360d6699 | 7914 | else |
e6cc62c6 VS |
7915 | echo "$as_me:$LINENO: result: no" >&5 |
7916 | echo "${ECHO_T}no" >&6 | |
360d6699 | 7917 | fi |
e6cc62c6 | 7918 | |
360d6699 | 7919 | |
5005acfe | 7920 | enablestring= |
e6cc62c6 VS |
7921 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5 |
7922 | echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6 | |
360d6699 VZ |
7923 | no_cache=0 |
7924 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
7925 | if test "${enable_tbarsmpl+set}" = set; then | |
7926 | enableval="$enable_tbarsmpl" | |
e6cc62c6 | 7927 | |
360d6699 VZ |
7928 | if test "$enableval" = yes; then |
7929 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
7930 | else | |
7931 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
7932 | fi | |
e6cc62c6 | 7933 | |
360d6699 | 7934 | else |
e6cc62c6 | 7935 | |
360d6699 VZ |
7936 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` |
7937 | if test "x$LINE" != x ; then | |
7938 | eval "DEFAULT_$LINE" | |
7939 | else | |
7940 | no_cache=1 | |
7941 | fi | |
7942 | ||
7943 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
360d6699 | 7944 | |
e6cc62c6 | 7945 | fi; |
360d6699 VZ |
7946 | |
7947 | eval "$ac_cv_use_tbarsmpl" | |
7948 | if test "$no_cache" != 1; then | |
7949 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
7950 | fi | |
7951 | ||
7952 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
e6cc62c6 VS |
7953 | echo "$as_me:$LINENO: result: yes" >&5 |
7954 | echo "${ECHO_T}yes" >&6 | |
360d6699 | 7955 | else |
e6cc62c6 VS |
7956 | echo "$as_me:$LINENO: result: no" >&5 |
7957 | echo "${ECHO_T}no" >&6 | |
360d6699 | 7958 | fi |
e6cc62c6 | 7959 | |
360d6699 | 7960 | |
5005acfe | 7961 | enablestring= |
e6cc62c6 VS |
7962 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5 |
7963 | echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6 | |
10f2d63a VZ |
7964 | no_cache=0 |
7965 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
7966 | if test "${enable_treectrl+set}" = set; then | |
7967 | enableval="$enable_treectrl" | |
e6cc62c6 | 7968 | |
10f2d63a VZ |
7969 | if test "$enableval" = yes; then |
7970 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
7971 | else | |
7972 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
7973 | fi | |
e6cc62c6 | 7974 | |
10f2d63a | 7975 | else |
e6cc62c6 | 7976 | |
10f2d63a VZ |
7977 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` |
7978 | if test "x$LINE" != x ; then | |
7979 | eval "DEFAULT_$LINE" | |
7980 | else | |
7981 | no_cache=1 | |
7982 | fi | |
7983 | ||
7984 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
10f2d63a | 7985 | |
e6cc62c6 | 7986 | fi; |
10f2d63a | 7987 | |
1e6feb95 VZ |
7988 | eval "$ac_cv_use_treectrl" |
7989 | if test "$no_cache" != 1; then | |
7990 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
7991 | fi | |
7992 | ||
7993 | if test "$wxUSE_TREECTRL" = yes; then | |
e6cc62c6 VS |
7994 | echo "$as_me:$LINENO: result: yes" >&5 |
7995 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 7996 | else |
e6cc62c6 VS |
7997 | echo "$as_me:$LINENO: result: no" >&5 |
7998 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 7999 | fi |
e6cc62c6 | 8000 | |
1e6feb95 | 8001 | |
5005acfe | 8002 | enablestring= |
e6cc62c6 VS |
8003 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5 |
8004 | echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6 | |
9926e4a4 VZ |
8005 | no_cache=0 |
8006 | # Check whether --enable-tipwindow or --disable-tipwindow was given. | |
8007 | if test "${enable_tipwindow+set}" = set; then | |
8008 | enableval="$enable_tipwindow" | |
e6cc62c6 | 8009 | |
9926e4a4 VZ |
8010 | if test "$enableval" = yes; then |
8011 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes' | |
8012 | else | |
8013 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no' | |
8014 | fi | |
e6cc62c6 | 8015 | |
9926e4a4 | 8016 | else |
e6cc62c6 | 8017 | |
9926e4a4 VZ |
8018 | LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}` |
8019 | if test "x$LINE" != x ; then | |
8020 | eval "DEFAULT_$LINE" | |
8021 | else | |
8022 | no_cache=1 | |
8023 | fi | |
8024 | ||
8025 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW | |
9926e4a4 | 8026 | |
e6cc62c6 | 8027 | fi; |
9926e4a4 VZ |
8028 | |
8029 | eval "$ac_cv_use_tipwindow" | |
8030 | if test "$no_cache" != 1; then | |
8031 | echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp | |
8032 | fi | |
8033 | ||
8034 | if test "$wxUSE_TIPWINDOW" = yes; then | |
e6cc62c6 VS |
8035 | echo "$as_me:$LINENO: result: yes" >&5 |
8036 | echo "${ECHO_T}yes" >&6 | |
9926e4a4 | 8037 | else |
e6cc62c6 VS |
8038 | echo "$as_me:$LINENO: result: no" >&5 |
8039 | echo "${ECHO_T}no" >&6 | |
9926e4a4 | 8040 | fi |
e6cc62c6 | 8041 | |
9926e4a4 | 8042 | |
5005acfe | 8043 | enablestring= |
e6cc62c6 VS |
8044 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5 |
8045 | echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6 | |
9f41d601 RR |
8046 | no_cache=0 |
8047 | # Check whether --enable-popupwin or --disable-popupwin was given. | |
8048 | if test "${enable_popupwin+set}" = set; then | |
8049 | enableval="$enable_popupwin" | |
e6cc62c6 | 8050 | |
9f41d601 RR |
8051 | if test "$enableval" = yes; then |
8052 | ac_cv_use_popupwin='wxUSE_POPUPWIN=yes' | |
8053 | else | |
8054 | ac_cv_use_popupwin='wxUSE_POPUPWIN=no' | |
8055 | fi | |
e6cc62c6 | 8056 | |
9f41d601 | 8057 | else |
e6cc62c6 | 8058 | |
9f41d601 RR |
8059 | LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` |
8060 | if test "x$LINE" != x ; then | |
8061 | eval "DEFAULT_$LINE" | |
8062 | else | |
8063 | no_cache=1 | |
8064 | fi | |
8065 | ||
8066 | ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN | |
9f41d601 | 8067 | |
e6cc62c6 | 8068 | fi; |
9f41d601 RR |
8069 | |
8070 | eval "$ac_cv_use_popupwin" | |
8071 | if test "$no_cache" != 1; then | |
8072 | echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp | |
8073 | fi | |
8074 | ||
8075 | if test "$wxUSE_POPUPWIN" = yes; then | |
e6cc62c6 VS |
8076 | echo "$as_me:$LINENO: result: yes" >&5 |
8077 | echo "${ECHO_T}yes" >&6 | |
9f41d601 | 8078 | else |
e6cc62c6 VS |
8079 | echo "$as_me:$LINENO: result: no" >&5 |
8080 | echo "${ECHO_T}no" >&6 | |
9f41d601 | 8081 | fi |
e6cc62c6 | 8082 | |
52127426 | 8083 | |
8284b0c5 MB |
8084 | |
8085 | ||
5005acfe | 8086 | enablestring= |
e6cc62c6 VS |
8087 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5 |
8088 | echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6 | |
1e6feb95 VZ |
8089 | no_cache=0 |
8090 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
8091 | if test "${enable_commondlg+set}" = set; then | |
8092 | enableval="$enable_commondlg" | |
e6cc62c6 | 8093 | |
1e6feb95 VZ |
8094 | if test "$enableval" = yes; then |
8095 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
8096 | else | |
8097 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
8098 | fi | |
e6cc62c6 | 8099 | |
1e6feb95 | 8100 | else |
e6cc62c6 | 8101 | |
1e6feb95 VZ |
8102 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` |
8103 | if test "x$LINE" != x ; then | |
8104 | eval "DEFAULT_$LINE" | |
8105 | else | |
8106 | no_cache=1 | |
8107 | fi | |
8108 | ||
8109 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
1e6feb95 | 8110 | |
e6cc62c6 | 8111 | fi; |
1e6feb95 VZ |
8112 | |
8113 | eval "$ac_cv_use_commondlg" | |
8114 | if test "$no_cache" != 1; then | |
8115 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
8116 | fi | |
8117 | ||
8118 | if test "$wxUSE_COMMONDLGS" = yes; then | |
e6cc62c6 VS |
8119 | echo "$as_me:$LINENO: result: yes" >&5 |
8120 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 8121 | else |
e6cc62c6 VS |
8122 | echo "$as_me:$LINENO: result: no" >&5 |
8123 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 8124 | fi |
e6cc62c6 | 8125 | |
1e6feb95 | 8126 | |
5005acfe | 8127 | enablestring= |
e6cc62c6 VS |
8128 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5 |
8129 | echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6 | |
1e6feb95 VZ |
8130 | no_cache=0 |
8131 | # Check whether --enable-choicedlg or --disable-choicedlg was given. | |
8132 | if test "${enable_choicedlg+set}" = set; then | |
8133 | enableval="$enable_choicedlg" | |
e6cc62c6 | 8134 | |
1e6feb95 VZ |
8135 | if test "$enableval" = yes; then |
8136 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes' | |
8137 | else | |
8138 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no' | |
8139 | fi | |
e6cc62c6 | 8140 | |
1e6feb95 | 8141 | else |
e6cc62c6 | 8142 | |
1e6feb95 VZ |
8143 | LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` |
8144 | if test "x$LINE" != x ; then | |
8145 | eval "DEFAULT_$LINE" | |
8146 | else | |
8147 | no_cache=1 | |
8148 | fi | |
8149 | ||
8150 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG | |
1e6feb95 | 8151 | |
e6cc62c6 | 8152 | fi; |
1e6feb95 VZ |
8153 | |
8154 | eval "$ac_cv_use_choicedlg" | |
8155 | if test "$no_cache" != 1; then | |
8156 | echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp | |
8157 | fi | |
8158 | ||
8159 | if test "$wxUSE_CHOICEDLG" = yes; then | |
e6cc62c6 VS |
8160 | echo "$as_me:$LINENO: result: yes" >&5 |
8161 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 8162 | else |
e6cc62c6 VS |
8163 | echo "$as_me:$LINENO: result: no" >&5 |
8164 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 8165 | fi |
e6cc62c6 | 8166 | |
1e6feb95 | 8167 | |
5005acfe | 8168 | enablestring= |
e6cc62c6 VS |
8169 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5 |
8170 | echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6 | |
1e6feb95 VZ |
8171 | no_cache=0 |
8172 | # Check whether --enable-coldlg or --disable-coldlg was given. | |
8173 | if test "${enable_coldlg+set}" = set; then | |
8174 | enableval="$enable_coldlg" | |
e6cc62c6 | 8175 | |
1e6feb95 VZ |
8176 | if test "$enableval" = yes; then |
8177 | ac_cv_use_coldlg='wxUSE_COLOURDLG=yes' | |
8178 | else | |
8179 | ac_cv_use_coldlg='wxUSE_COLOURDLG=no' | |
8180 | fi | |
e6cc62c6 | 8181 | |
1e6feb95 | 8182 | else |
e6cc62c6 | 8183 | |
1e6feb95 VZ |
8184 | LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` |
8185 | if test "x$LINE" != x ; then | |
8186 | eval "DEFAULT_$LINE" | |
8187 | else | |
8188 | no_cache=1 | |
8189 | fi | |
8190 | ||
8191 | ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG | |
1e6feb95 | 8192 | |
e6cc62c6 | 8193 | fi; |
1e6feb95 VZ |
8194 | |
8195 | eval "$ac_cv_use_coldlg" | |
8196 | if test "$no_cache" != 1; then | |
8197 | echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp | |
8198 | fi | |
8199 | ||
8200 | if test "$wxUSE_COLOURDLG" = yes; then | |
e6cc62c6 VS |
8201 | echo "$as_me:$LINENO: result: yes" >&5 |
8202 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 8203 | else |
e6cc62c6 VS |
8204 | echo "$as_me:$LINENO: result: no" >&5 |
8205 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 8206 | fi |
e6cc62c6 | 8207 | |
1e6feb95 | 8208 | |
5005acfe | 8209 | enablestring= |
e6cc62c6 VS |
8210 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5 |
8211 | echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6 | |
1e6feb95 VZ |
8212 | no_cache=0 |
8213 | # Check whether --enable-filedlg or --disable-filedlg was given. | |
8214 | if test "${enable_filedlg+set}" = set; then | |
8215 | enableval="$enable_filedlg" | |
e6cc62c6 | 8216 | |
1e6feb95 VZ |
8217 | if test "$enableval" = yes; then |
8218 | ac_cv_use_filedlg='wxUSE_FILEDLG=yes' | |
8219 | else | |
8220 | ac_cv_use_filedlg='wxUSE_FILEDLG=no' | |
8221 | fi | |
e6cc62c6 | 8222 | |
1e6feb95 | 8223 | else |
e6cc62c6 | 8224 | |
1e6feb95 VZ |
8225 | LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` |
8226 | if test "x$LINE" != x ; then | |
8227 | eval "DEFAULT_$LINE" | |
8228 | else | |
8229 | no_cache=1 | |
8230 | fi | |
8231 | ||
8232 | ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG | |
1e6feb95 | 8233 | |
e6cc62c6 | 8234 | fi; |
1e6feb95 VZ |
8235 | |
8236 | eval "$ac_cv_use_filedlg" | |
8237 | if test "$no_cache" != 1; then | |
8238 | echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp | |
8239 | fi | |
8240 | ||
8241 | if test "$wxUSE_FILEDLG" = yes; then | |
e6cc62c6 VS |
8242 | echo "$as_me:$LINENO: result: yes" >&5 |
8243 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 8244 | else |
e6cc62c6 VS |
8245 | echo "$as_me:$LINENO: result: no" >&5 |
8246 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 8247 | fi |
e6cc62c6 | 8248 | |
1e6feb95 | 8249 | |
5005acfe | 8250 | enablestring= |
e6cc62c6 VS |
8251 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5 |
8252 | echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6 | |
8db37e06 | 8253 | no_cache=0 |
69d27ff7 MB |
8254 | # Check whether --enable-finddlg or --disable-finddlg was given. |
8255 | if test "${enable_finddlg+set}" = set; then | |
8256 | enableval="$enable_finddlg" | |
e6cc62c6 | 8257 | |
8db37e06 | 8258 | if test "$enableval" = yes; then |
69d27ff7 | 8259 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes' |
8db37e06 | 8260 | else |
69d27ff7 | 8261 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no' |
8db37e06 | 8262 | fi |
e6cc62c6 | 8263 | |
8db37e06 | 8264 | else |
e6cc62c6 | 8265 | |
8db37e06 VZ |
8266 | LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}` |
8267 | if test "x$LINE" != x ; then | |
8268 | eval "DEFAULT_$LINE" | |
8269 | else | |
8270 | no_cache=1 | |
8271 | fi | |
8272 | ||
69d27ff7 | 8273 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG |
8db37e06 | 8274 | |
e6cc62c6 | 8275 | fi; |
8db37e06 | 8276 | |
69d27ff7 | 8277 | eval "$ac_cv_use_finddlg" |
8db37e06 | 8278 | if test "$no_cache" != 1; then |
69d27ff7 | 8279 | echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp |
8db37e06 VZ |
8280 | fi |
8281 | ||
8282 | if test "$wxUSE_FINDREPLDLG" = yes; then | |
e6cc62c6 VS |
8283 | echo "$as_me:$LINENO: result: yes" >&5 |
8284 | echo "${ECHO_T}yes" >&6 | |
8db37e06 | 8285 | else |
e6cc62c6 VS |
8286 | echo "$as_me:$LINENO: result: no" >&5 |
8287 | echo "${ECHO_T}no" >&6 | |
8db37e06 | 8288 | fi |
e6cc62c6 | 8289 | |
8db37e06 | 8290 | |
5005acfe | 8291 | enablestring= |
e6cc62c6 VS |
8292 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5 |
8293 | echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6 | |
1e6feb95 VZ |
8294 | no_cache=0 |
8295 | # Check whether --enable-fontdlg or --disable-fontdlg was given. | |
8296 | if test "${enable_fontdlg+set}" = set; then | |
8297 | enableval="$enable_fontdlg" | |
e6cc62c6 | 8298 | |
1e6feb95 VZ |
8299 | if test "$enableval" = yes; then |
8300 | ac_cv_use_fontdlg='wxUSE_FONTDLG=yes' | |
8301 | else | |
8302 | ac_cv_use_fontdlg='wxUSE_FONTDLG=no' | |
8303 | fi | |
e6cc62c6 | 8304 | |
1e6feb95 | 8305 | else |
e6cc62c6 | 8306 | |
1e6feb95 VZ |
8307 | LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` |
8308 | if test "x$LINE" != x ; then | |
8309 | eval "DEFAULT_$LINE" | |
8310 | else | |
8311 | no_cache=1 | |
8312 | fi | |
8313 | ||
8314 | ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG | |
1e6feb95 | 8315 | |
e6cc62c6 | 8316 | fi; |
1e6feb95 VZ |
8317 | |
8318 | eval "$ac_cv_use_fontdlg" | |
8319 | if test "$no_cache" != 1; then | |
8320 | echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp | |
8321 | fi | |
8322 | ||
8323 | if test "$wxUSE_FONTDLG" = yes; then | |
e6cc62c6 VS |
8324 | echo "$as_me:$LINENO: result: yes" >&5 |
8325 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 8326 | else |
e6cc62c6 VS |
8327 | echo "$as_me:$LINENO: result: no" >&5 |
8328 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 8329 | fi |
e6cc62c6 | 8330 | |
1e6feb95 | 8331 | |
5005acfe | 8332 | enablestring= |
e6cc62c6 VS |
8333 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5 |
8334 | echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6 | |
1e6feb95 VZ |
8335 | no_cache=0 |
8336 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
8337 | if test "${enable_dirdlg+set}" = set; then | |
8338 | enableval="$enable_dirdlg" | |
e6cc62c6 | 8339 | |
1e6feb95 VZ |
8340 | if test "$enableval" = yes; then |
8341 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
8342 | else | |
8343 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
8344 | fi | |
e6cc62c6 | 8345 | |
1e6feb95 | 8346 | else |
e6cc62c6 | 8347 | |
1e6feb95 VZ |
8348 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` |
8349 | if test "x$LINE" != x ; then | |
8350 | eval "DEFAULT_$LINE" | |
8351 | else | |
8352 | no_cache=1 | |
8353 | fi | |
8354 | ||
8355 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
1e6feb95 | 8356 | |
e6cc62c6 | 8357 | fi; |
1e6feb95 VZ |
8358 | |
8359 | eval "$ac_cv_use_dirdlg" | |
10f2d63a | 8360 | if test "$no_cache" != 1; then |
1e6feb95 | 8361 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
8362 | fi |
8363 | ||
1e6feb95 | 8364 | if test "$wxUSE_DIRDLG" = yes; then |
e6cc62c6 VS |
8365 | echo "$as_me:$LINENO: result: yes" >&5 |
8366 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8367 | else |
e6cc62c6 VS |
8368 | echo "$as_me:$LINENO: result: no" >&5 |
8369 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8370 | fi |
e6cc62c6 | 8371 | |
698dcdb6 | 8372 | |
5005acfe | 8373 | enablestring= |
e6cc62c6 VS |
8374 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5 |
8375 | echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6 | |
10f2d63a | 8376 | no_cache=0 |
1e6feb95 VZ |
8377 | # Check whether --enable-msgdlg or --disable-msgdlg was given. |
8378 | if test "${enable_msgdlg+set}" = set; then | |
8379 | enableval="$enable_msgdlg" | |
e6cc62c6 | 8380 | |
10f2d63a | 8381 | if test "$enableval" = yes; then |
1e6feb95 | 8382 | ac_cv_use_msgdlg='wxUSE_MSGDLG=yes' |
10f2d63a | 8383 | else |
1e6feb95 | 8384 | ac_cv_use_msgdlg='wxUSE_MSGDLG=no' |
10f2d63a | 8385 | fi |
e6cc62c6 | 8386 | |
10f2d63a | 8387 | else |
e6cc62c6 | 8388 | |
1e6feb95 | 8389 | LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
8390 | if test "x$LINE" != x ; then |
8391 | eval "DEFAULT_$LINE" | |
8392 | else | |
8393 | no_cache=1 | |
8394 | fi | |
8395 | ||
1e6feb95 | 8396 | ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG |
10f2d63a | 8397 | |
e6cc62c6 | 8398 | fi; |
10f2d63a | 8399 | |
1e6feb95 | 8400 | eval "$ac_cv_use_msgdlg" |
10f2d63a | 8401 | if test "$no_cache" != 1; then |
1e6feb95 | 8402 | echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
8403 | fi |
8404 | ||
1e6feb95 | 8405 | if test "$wxUSE_MSGDLG" = yes; then |
e6cc62c6 VS |
8406 | echo "$as_me:$LINENO: result: yes" >&5 |
8407 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8408 | else |
e6cc62c6 VS |
8409 | echo "$as_me:$LINENO: result: no" >&5 |
8410 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8411 | fi |
e6cc62c6 | 8412 | |
10f2d63a | 8413 | |
5005acfe | 8414 | enablestring= |
e6cc62c6 VS |
8415 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5 |
8416 | echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6 | |
10f2d63a | 8417 | no_cache=0 |
1e6feb95 VZ |
8418 | # Check whether --enable-numberdlg or --disable-numberdlg was given. |
8419 | if test "${enable_numberdlg+set}" = set; then | |
8420 | enableval="$enable_numberdlg" | |
e6cc62c6 | 8421 | |
10f2d63a | 8422 | if test "$enableval" = yes; then |
1e6feb95 | 8423 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes' |
10f2d63a | 8424 | else |
1e6feb95 | 8425 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no' |
10f2d63a | 8426 | fi |
e6cc62c6 | 8427 | |
10f2d63a | 8428 | else |
e6cc62c6 | 8429 | |
1e6feb95 | 8430 | LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
8431 | if test "x$LINE" != x ; then |
8432 | eval "DEFAULT_$LINE" | |
8433 | else | |
8434 | no_cache=1 | |
8435 | fi | |
8436 | ||
1e6feb95 | 8437 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG |
10f2d63a | 8438 | |
e6cc62c6 | 8439 | fi; |
10f2d63a | 8440 | |
1e6feb95 | 8441 | eval "$ac_cv_use_numberdlg" |
10f2d63a | 8442 | if test "$no_cache" != 1; then |
1e6feb95 | 8443 | echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
8444 | fi |
8445 | ||
1e6feb95 | 8446 | if test "$wxUSE_NUMBERDLG" = yes; then |
e6cc62c6 VS |
8447 | echo "$as_me:$LINENO: result: yes" >&5 |
8448 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8449 | else |
e6cc62c6 VS |
8450 | echo "$as_me:$LINENO: result: no" >&5 |
8451 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8452 | fi |
e6cc62c6 | 8453 | |
10f2d63a | 8454 | |
5005acfe | 8455 | enablestring= |
e6cc62c6 VS |
8456 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5 |
8457 | echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6 | |
cbca9943 VZ |
8458 | no_cache=0 |
8459 | # Check whether --enable-splash or --disable-splash was given. | |
8460 | if test "${enable_splash+set}" = set; then | |
8461 | enableval="$enable_splash" | |
e6cc62c6 | 8462 | |
cbca9943 VZ |
8463 | if test "$enableval" = yes; then |
8464 | ac_cv_use_splash='wxUSE_SPLASH=yes' | |
8465 | else | |
8466 | ac_cv_use_splash='wxUSE_SPLASH=no' | |
8467 | fi | |
e6cc62c6 | 8468 | |
cbca9943 | 8469 | else |
e6cc62c6 | 8470 | |
cbca9943 VZ |
8471 | LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}` |
8472 | if test "x$LINE" != x ; then | |
8473 | eval "DEFAULT_$LINE" | |
8474 | else | |
8475 | no_cache=1 | |
8476 | fi | |
8477 | ||
8478 | ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH | |
cbca9943 | 8479 | |
e6cc62c6 | 8480 | fi; |
cbca9943 VZ |
8481 | |
8482 | eval "$ac_cv_use_splash" | |
8483 | if test "$no_cache" != 1; then | |
8484 | echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp | |
8485 | fi | |
8486 | ||
8487 | if test "$wxUSE_SPLASH" = yes; then | |
e6cc62c6 VS |
8488 | echo "$as_me:$LINENO: result: yes" >&5 |
8489 | echo "${ECHO_T}yes" >&6 | |
cbca9943 | 8490 | else |
e6cc62c6 VS |
8491 | echo "$as_me:$LINENO: result: no" >&5 |
8492 | echo "${ECHO_T}no" >&6 | |
cbca9943 | 8493 | fi |
e6cc62c6 | 8494 | |
cbca9943 | 8495 | |
5005acfe | 8496 | enablestring= |
e6cc62c6 VS |
8497 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5 |
8498 | echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6 | |
10f2d63a VZ |
8499 | no_cache=0 |
8500 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
8501 | if test "${enable_textdlg+set}" = set; then | |
8502 | enableval="$enable_textdlg" | |
e6cc62c6 | 8503 | |
10f2d63a VZ |
8504 | if test "$enableval" = yes; then |
8505 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
8506 | else | |
8507 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
8508 | fi | |
e6cc62c6 | 8509 | |
10f2d63a | 8510 | else |
e6cc62c6 | 8511 | |
10f2d63a VZ |
8512 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` |
8513 | if test "x$LINE" != x ; then | |
8514 | eval "DEFAULT_$LINE" | |
8515 | else | |
8516 | no_cache=1 | |
8517 | fi | |
8518 | ||
8519 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
10f2d63a | 8520 | |
e6cc62c6 | 8521 | fi; |
10f2d63a VZ |
8522 | |
8523 | eval "$ac_cv_use_textdlg" | |
8524 | if test "$no_cache" != 1; then | |
8525 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
8526 | fi | |
8527 | ||
8528 | if test "$wxUSE_TEXTDLG" = yes; then | |
e6cc62c6 VS |
8529 | echo "$as_me:$LINENO: result: yes" >&5 |
8530 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8531 | else |
e6cc62c6 VS |
8532 | echo "$as_me:$LINENO: result: no" >&5 |
8533 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8534 | fi |
e6cc62c6 | 8535 | |
10f2d63a | 8536 | |
5005acfe | 8537 | enablestring= |
e6cc62c6 VS |
8538 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5 |
8539 | echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6 | |
10f2d63a VZ |
8540 | no_cache=0 |
8541 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
8542 | if test "${enable_tipdlg+set}" = set; then | |
8543 | enableval="$enable_tipdlg" | |
e6cc62c6 | 8544 | |
10f2d63a VZ |
8545 | if test "$enableval" = yes; then |
8546 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
8547 | else | |
8548 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
8549 | fi | |
e6cc62c6 | 8550 | |
10f2d63a | 8551 | else |
e6cc62c6 | 8552 | |
10f2d63a VZ |
8553 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` |
8554 | if test "x$LINE" != x ; then | |
8555 | eval "DEFAULT_$LINE" | |
8556 | else | |
8557 | no_cache=1 | |
8558 | fi | |
8559 | ||
8560 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
10f2d63a | 8561 | |
e6cc62c6 | 8562 | fi; |
10f2d63a VZ |
8563 | |
8564 | eval "$ac_cv_use_tipdlg" | |
8565 | if test "$no_cache" != 1; then | |
8566 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
8567 | fi | |
8568 | ||
8569 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
e6cc62c6 VS |
8570 | echo "$as_me:$LINENO: result: yes" >&5 |
8571 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8572 | else |
e6cc62c6 VS |
8573 | echo "$as_me:$LINENO: result: no" >&5 |
8574 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8575 | fi |
e6cc62c6 | 8576 | |
10f2d63a | 8577 | |
5005acfe | 8578 | enablestring= |
e6cc62c6 VS |
8579 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5 |
8580 | echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6 | |
10f2d63a VZ |
8581 | no_cache=0 |
8582 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
8583 | if test "${enable_progressdlg+set}" = set; then | |
8584 | enableval="$enable_progressdlg" | |
e6cc62c6 | 8585 | |
10f2d63a VZ |
8586 | if test "$enableval" = yes; then |
8587 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
8588 | else | |
8589 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
8590 | fi | |
e6cc62c6 | 8591 | |
10f2d63a | 8592 | else |
e6cc62c6 | 8593 | |
10f2d63a VZ |
8594 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` |
8595 | if test "x$LINE" != x ; then | |
8596 | eval "DEFAULT_$LINE" | |
8597 | else | |
8598 | no_cache=1 | |
8599 | fi | |
8600 | ||
8601 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
10f2d63a | 8602 | |
e6cc62c6 | 8603 | fi; |
10f2d63a VZ |
8604 | |
8605 | eval "$ac_cv_use_progressdlg" | |
8606 | if test "$no_cache" != 1; then | |
8607 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
8608 | fi | |
8609 | ||
8610 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
e6cc62c6 VS |
8611 | echo "$as_me:$LINENO: result: yes" >&5 |
8612 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8613 | else |
e6cc62c6 VS |
8614 | echo "$as_me:$LINENO: result: no" >&5 |
8615 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8616 | fi |
e6cc62c6 | 8617 | |
10f2d63a | 8618 | |
5005acfe | 8619 | enablestring= |
e6cc62c6 VS |
8620 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5 |
8621 | echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6 | |
b1f5d087 VZ |
8622 | no_cache=0 |
8623 | # Check whether --enable-wizarddlg or --disable-wizarddlg was given. | |
8624 | if test "${enable_wizarddlg+set}" = set; then | |
8625 | enableval="$enable_wizarddlg" | |
e6cc62c6 | 8626 | |
b1f5d087 VZ |
8627 | if test "$enableval" = yes; then |
8628 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes' | |
8629 | else | |
8630 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no' | |
8631 | fi | |
e6cc62c6 | 8632 | |
b1f5d087 | 8633 | else |
e6cc62c6 | 8634 | |
b1f5d087 VZ |
8635 | LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` |
8636 | if test "x$LINE" != x ; then | |
8637 | eval "DEFAULT_$LINE" | |
8638 | else | |
8639 | no_cache=1 | |
8640 | fi | |
8641 | ||
8642 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG | |
b1f5d087 | 8643 | |
e6cc62c6 | 8644 | fi; |
b1f5d087 VZ |
8645 | |
8646 | eval "$ac_cv_use_wizarddlg" | |
8647 | if test "$no_cache" != 1; then | |
8648 | echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp | |
8649 | fi | |
8650 | ||
8651 | if test "$wxUSE_WIZARDDLG" = yes; then | |
e6cc62c6 VS |
8652 | echo "$as_me:$LINENO: result: yes" >&5 |
8653 | echo "${ECHO_T}yes" >&6 | |
b1f5d087 | 8654 | else |
e6cc62c6 VS |
8655 | echo "$as_me:$LINENO: result: no" >&5 |
8656 | echo "${ECHO_T}no" >&6 | |
b1f5d087 | 8657 | fi |
e6cc62c6 | 8658 | |
8284b0c5 MB |
8659 | |
8660 | ||
52127426 | 8661 | |
5005acfe | 8662 | enablestring= |
e6cc62c6 VS |
8663 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5 |
8664 | echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6 | |
1e6feb95 VZ |
8665 | no_cache=0 |
8666 | # Check whether --enable-menus or --disable-menus was given. | |
8667 | if test "${enable_menus+set}" = set; then | |
8668 | enableval="$enable_menus" | |
e6cc62c6 | 8669 | |
1e6feb95 VZ |
8670 | if test "$enableval" = yes; then |
8671 | ac_cv_use_menus='wxUSE_MENUS=yes' | |
8672 | else | |
8673 | ac_cv_use_menus='wxUSE_MENUS=no' | |
8674 | fi | |
e6cc62c6 | 8675 | |
1e6feb95 | 8676 | else |
e6cc62c6 | 8677 | |
1e6feb95 VZ |
8678 | LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` |
8679 | if test "x$LINE" != x ; then | |
8680 | eval "DEFAULT_$LINE" | |
8681 | else | |
8682 | no_cache=1 | |
8683 | fi | |
8684 | ||
8685 | ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS | |
1e6feb95 | 8686 | |
e6cc62c6 | 8687 | fi; |
1e6feb95 VZ |
8688 | |
8689 | eval "$ac_cv_use_menus" | |
8690 | if test "$no_cache" != 1; then | |
8691 | echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp | |
8692 | fi | |
8693 | ||
8694 | if test "$wxUSE_MENUS" = yes; then | |
e6cc62c6 VS |
8695 | echo "$as_me:$LINENO: result: yes" >&5 |
8696 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 8697 | else |
e6cc62c6 VS |
8698 | echo "$as_me:$LINENO: result: no" >&5 |
8699 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 8700 | fi |
e6cc62c6 | 8701 | |
1e6feb95 | 8702 | |
5005acfe | 8703 | enablestring= |
e6cc62c6 VS |
8704 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5 |
8705 | echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6 | |
10f2d63a VZ |
8706 | no_cache=0 |
8707 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
8708 | if test "${enable_miniframe+set}" = set; then | |
8709 | enableval="$enable_miniframe" | |
e6cc62c6 | 8710 | |
10f2d63a VZ |
8711 | if test "$enableval" = yes; then |
8712 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
8713 | else | |
8714 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
8715 | fi | |
e6cc62c6 | 8716 | |
10f2d63a | 8717 | else |
e6cc62c6 | 8718 | |
10f2d63a VZ |
8719 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` |
8720 | if test "x$LINE" != x ; then | |
8721 | eval "DEFAULT_$LINE" | |
8722 | else | |
8723 | no_cache=1 | |
8724 | fi | |
8725 | ||
8726 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
10f2d63a | 8727 | |
e6cc62c6 | 8728 | fi; |
10f2d63a VZ |
8729 | |
8730 | eval "$ac_cv_use_miniframe" | |
8731 | if test "$no_cache" != 1; then | |
8732 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
8733 | fi | |
8734 | ||
8735 | if test "$wxUSE_MINIFRAME" = yes; then | |
e6cc62c6 VS |
8736 | echo "$as_me:$LINENO: result: yes" >&5 |
8737 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8738 | else |
e6cc62c6 VS |
8739 | echo "$as_me:$LINENO: result: no" >&5 |
8740 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8741 | fi |
e6cc62c6 | 8742 | |
10f2d63a | 8743 | |
5005acfe | 8744 | enablestring= |
e6cc62c6 VS |
8745 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5 |
8746 | echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6 | |
10f2d63a VZ |
8747 | no_cache=0 |
8748 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
8749 | if test "${enable_tooltips+set}" = set; then | |
8750 | enableval="$enable_tooltips" | |
e6cc62c6 | 8751 | |
10f2d63a VZ |
8752 | if test "$enableval" = yes; then |
8753 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
8754 | else | |
8755 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
8756 | fi | |
e6cc62c6 | 8757 | |
10f2d63a | 8758 | else |
e6cc62c6 | 8759 | |
10f2d63a VZ |
8760 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` |
8761 | if test "x$LINE" != x ; then | |
8762 | eval "DEFAULT_$LINE" | |
8763 | else | |
8764 | no_cache=1 | |
8765 | fi | |
8766 | ||
8767 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
10f2d63a | 8768 | |
e6cc62c6 | 8769 | fi; |
10f2d63a VZ |
8770 | |
8771 | eval "$ac_cv_use_tooltips" | |
8772 | if test "$no_cache" != 1; then | |
8773 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
8774 | fi | |
8775 | ||
8776 | if test "$wxUSE_TOOLTIPS" = yes; then | |
e6cc62c6 VS |
8777 | echo "$as_me:$LINENO: result: yes" >&5 |
8778 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8779 | else |
e6cc62c6 VS |
8780 | echo "$as_me:$LINENO: result: no" >&5 |
8781 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8782 | fi |
e6cc62c6 | 8783 | |
10f2d63a | 8784 | |
5005acfe | 8785 | enablestring= |
e6cc62c6 VS |
8786 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5 |
8787 | echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6 | |
10f2d63a VZ |
8788 | no_cache=0 |
8789 | # Check whether --enable-splines or --disable-splines was given. | |
8790 | if test "${enable_splines+set}" = set; then | |
8791 | enableval="$enable_splines" | |
e6cc62c6 | 8792 | |
10f2d63a VZ |
8793 | if test "$enableval" = yes; then |
8794 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
8795 | else | |
8796 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
8797 | fi | |
e6cc62c6 | 8798 | |
10f2d63a | 8799 | else |
e6cc62c6 | 8800 | |
10f2d63a VZ |
8801 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` |
8802 | if test "x$LINE" != x ; then | |
8803 | eval "DEFAULT_$LINE" | |
8804 | else | |
8805 | no_cache=1 | |
8806 | fi | |
8807 | ||
8808 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
10f2d63a | 8809 | |
e6cc62c6 | 8810 | fi; |
10f2d63a VZ |
8811 | |
8812 | eval "$ac_cv_use_splines" | |
8813 | if test "$no_cache" != 1; then | |
8814 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
8815 | fi | |
8816 | ||
8817 | if test "$wxUSE_SPLINES" = yes; then | |
e6cc62c6 VS |
8818 | echo "$as_me:$LINENO: result: yes" >&5 |
8819 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8820 | else |
e6cc62c6 VS |
8821 | echo "$as_me:$LINENO: result: no" >&5 |
8822 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8823 | fi |
e6cc62c6 | 8824 | |
10f2d63a | 8825 | |
5005acfe | 8826 | enablestring= |
e6cc62c6 VS |
8827 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5 |
8828 | echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6 | |
10f2d63a VZ |
8829 | no_cache=0 |
8830 | # Check whether --enable-validators or --disable-validators was given. | |
8831 | if test "${enable_validators+set}" = set; then | |
8832 | enableval="$enable_validators" | |
e6cc62c6 | 8833 | |
10f2d63a VZ |
8834 | if test "$enableval" = yes; then |
8835 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
8836 | else | |
8837 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
8838 | fi | |
e6cc62c6 | 8839 | |
10f2d63a | 8840 | else |
e6cc62c6 | 8841 | |
10f2d63a VZ |
8842 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` |
8843 | if test "x$LINE" != x ; then | |
8844 | eval "DEFAULT_$LINE" | |
8845 | else | |
8846 | no_cache=1 | |
8847 | fi | |
8848 | ||
8849 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
10f2d63a | 8850 | |
e6cc62c6 | 8851 | fi; |
10f2d63a VZ |
8852 | |
8853 | eval "$ac_cv_use_validators" | |
8854 | if test "$no_cache" != 1; then | |
8855 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
8856 | fi | |
8857 | ||
8858 | if test "$wxUSE_VALIDATORS" = yes; then | |
e6cc62c6 VS |
8859 | echo "$as_me:$LINENO: result: yes" >&5 |
8860 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8861 | else |
e6cc62c6 VS |
8862 | echo "$as_me:$LINENO: result: no" >&5 |
8863 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8864 | fi |
e6cc62c6 | 8865 | |
10f2d63a | 8866 | |
5005acfe | 8867 | enablestring= |
e6cc62c6 VS |
8868 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5 |
8869 | echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6 | |
10f2d63a VZ |
8870 | no_cache=0 |
8871 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
8872 | if test "${enable_busyinfo+set}" = set; then | |
8873 | enableval="$enable_busyinfo" | |
e6cc62c6 | 8874 | |
10f2d63a VZ |
8875 | if test "$enableval" = yes; then |
8876 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
8877 | else | |
8878 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
8879 | fi | |
e6cc62c6 | 8880 | |
10f2d63a | 8881 | else |
e6cc62c6 | 8882 | |
10f2d63a VZ |
8883 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` |
8884 | if test "x$LINE" != x ; then | |
8885 | eval "DEFAULT_$LINE" | |
8886 | else | |
8887 | no_cache=1 | |
8888 | fi | |
8889 | ||
8890 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
10f2d63a | 8891 | |
e6cc62c6 | 8892 | fi; |
10f2d63a VZ |
8893 | |
8894 | eval "$ac_cv_use_busyinfo" | |
8895 | if test "$no_cache" != 1; then | |
8896 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
8897 | fi | |
8898 | ||
8899 | if test "$wxUSE_BUSYINFO" = yes; then | |
e6cc62c6 VS |
8900 | echo "$as_me:$LINENO: result: yes" >&5 |
8901 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 8902 | else |
e6cc62c6 VS |
8903 | echo "$as_me:$LINENO: result: no" >&5 |
8904 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 8905 | fi |
e6cc62c6 | 8906 | |
10f2d63a | 8907 | |
5005acfe | 8908 | enablestring= |
e6cc62c6 VS |
8909 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5 |
8910 | echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6 | |
f6bcfd97 BP |
8911 | no_cache=0 |
8912 | # Check whether --enable-joystick or --disable-joystick was given. | |
8913 | if test "${enable_joystick+set}" = set; then | |
8914 | enableval="$enable_joystick" | |
e6cc62c6 | 8915 | |
f6bcfd97 BP |
8916 | if test "$enableval" = yes; then |
8917 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
8918 | else | |
8919 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
8920 | fi | |
e6cc62c6 | 8921 | |
f6bcfd97 | 8922 | else |
e6cc62c6 | 8923 | |
f6bcfd97 BP |
8924 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` |
8925 | if test "x$LINE" != x ; then | |
8926 | eval "DEFAULT_$LINE" | |
8927 | else | |
8928 | no_cache=1 | |
8929 | fi | |
8930 | ||
8931 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
f6bcfd97 | 8932 | |
e6cc62c6 | 8933 | fi; |
f6bcfd97 BP |
8934 | |
8935 | eval "$ac_cv_use_joystick" | |
8936 | if test "$no_cache" != 1; then | |
8937 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
8938 | fi | |
8939 | ||
8940 | if test "$wxUSE_JOYSTICK" = yes; then | |
e6cc62c6 VS |
8941 | echo "$as_me:$LINENO: result: yes" >&5 |
8942 | echo "${ECHO_T}yes" >&6 | |
f6bcfd97 | 8943 | else |
e6cc62c6 VS |
8944 | echo "$as_me:$LINENO: result: no" >&5 |
8945 | echo "${ECHO_T}no" >&6 | |
f6bcfd97 | 8946 | fi |
e6cc62c6 | 8947 | |
698dcdb6 | 8948 | |
5005acfe | 8949 | enablestring= |
e6cc62c6 VS |
8950 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5 |
8951 | echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6 | |
1e6feb95 VZ |
8952 | no_cache=0 |
8953 | # Check whether --enable-metafile or --disable-metafile was given. | |
8954 | if test "${enable_metafile+set}" = set; then | |
8955 | enableval="$enable_metafile" | |
e6cc62c6 | 8956 | |
1e6feb95 VZ |
8957 | if test "$enableval" = yes; then |
8958 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
8959 | else | |
8960 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
8961 | fi | |
e6cc62c6 | 8962 | |
1e6feb95 | 8963 | else |
e6cc62c6 | 8964 | |
1e6feb95 VZ |
8965 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` |
8966 | if test "x$LINE" != x ; then | |
8967 | eval "DEFAULT_$LINE" | |
8968 | else | |
8969 | no_cache=1 | |
8970 | fi | |
8971 | ||
8972 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
1e6feb95 | 8973 | |
e6cc62c6 | 8974 | fi; |
1e6feb95 VZ |
8975 | |
8976 | eval "$ac_cv_use_metafile" | |
8977 | if test "$no_cache" != 1; then | |
8978 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
8979 | fi | |
8980 | ||
8981 | if test "$wxUSE_METAFILE" = yes; then | |
e6cc62c6 VS |
8982 | echo "$as_me:$LINENO: result: yes" >&5 |
8983 | echo "${ECHO_T}yes" >&6 | |
1e6feb95 | 8984 | else |
e6cc62c6 VS |
8985 | echo "$as_me:$LINENO: result: no" >&5 |
8986 | echo "${ECHO_T}no" >&6 | |
1e6feb95 | 8987 | fi |
e6cc62c6 | 8988 | |
1e6feb95 | 8989 | |
5005acfe | 8990 | enablestring= |
e6cc62c6 VS |
8991 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5 |
8992 | echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6 | |
24fd6d87 VZ |
8993 | no_cache=0 |
8994 | # Check whether --enable-dragimage or --disable-dragimage was given. | |
8995 | if test "${enable_dragimage+set}" = set; then | |
8996 | enableval="$enable_dragimage" | |
e6cc62c6 | 8997 | |
24fd6d87 VZ |
8998 | if test "$enableval" = yes; then |
8999 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes' | |
9000 | else | |
9001 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no' | |
9002 | fi | |
e6cc62c6 | 9003 | |
24fd6d87 | 9004 | else |
e6cc62c6 | 9005 | |
24fd6d87 VZ |
9006 | LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` |
9007 | if test "x$LINE" != x ; then | |
9008 | eval "DEFAULT_$LINE" | |
9009 | else | |
9010 | no_cache=1 | |
9011 | fi | |
9012 | ||
9013 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE | |
24fd6d87 | 9014 | |
e6cc62c6 | 9015 | fi; |
24fd6d87 VZ |
9016 | |
9017 | eval "$ac_cv_use_dragimage" | |
9018 | if test "$no_cache" != 1; then | |
9019 | echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp | |
9020 | fi | |
9021 | ||
9022 | if test "$wxUSE_DRAGIMAGE" = yes; then | |
e6cc62c6 VS |
9023 | echo "$as_me:$LINENO: result: yes" >&5 |
9024 | echo "${ECHO_T}yes" >&6 | |
24fd6d87 | 9025 | else |
e6cc62c6 VS |
9026 | echo "$as_me:$LINENO: result: no" >&5 |
9027 | echo "${ECHO_T}no" >&6 | |
24fd6d87 | 9028 | fi |
e6cc62c6 | 9029 | |
52127426 | 9030 | |
7bb2947d | 9031 | enablestring= |
e6cc62c6 VS |
9032 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5 |
9033 | echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6 | |
7bb2947d MB |
9034 | no_cache=0 |
9035 | # Check whether --enable-accessibility or --disable-accessibility was given. | |
9036 | if test "${enable_accessibility+set}" = set; then | |
9037 | enableval="$enable_accessibility" | |
e6cc62c6 | 9038 | |
7bb2947d MB |
9039 | if test "$enableval" = yes; then |
9040 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes' | |
9041 | else | |
9042 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no' | |
9043 | fi | |
e6cc62c6 | 9044 | |
7bb2947d | 9045 | else |
e6cc62c6 | 9046 | |
7bb2947d MB |
9047 | LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}` |
9048 | if test "x$LINE" != x ; then | |
9049 | eval "DEFAULT_$LINE" | |
9050 | else | |
9051 | no_cache=1 | |
9052 | fi | |
9053 | ||
9054 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY | |
7bb2947d | 9055 | |
e6cc62c6 | 9056 | fi; |
7bb2947d MB |
9057 | |
9058 | eval "$ac_cv_use_accessibility" | |
9059 | if test "$no_cache" != 1; then | |
9060 | echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp | |
9061 | fi | |
9062 | ||
9063 | if test "$wxUSE_ACCESSIBILITY" = yes; then | |
e6cc62c6 VS |
9064 | echo "$as_me:$LINENO: result: yes" >&5 |
9065 | echo "${ECHO_T}yes" >&6 | |
7bb2947d | 9066 | else |
e6cc62c6 VS |
9067 | echo "$as_me:$LINENO: result: no" >&5 |
9068 | echo "${ECHO_T}no" >&6 | |
7bb2947d | 9069 | fi |
e6cc62c6 | 9070 | |
7bb2947d | 9071 | |
8284b0c5 MB |
9072 | |
9073 | ||
5005acfe | 9074 | enablestring= |
e6cc62c6 VS |
9075 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5 |
9076 | echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6 | |
edae8572 VZ |
9077 | no_cache=0 |
9078 | # Check whether --enable-palette or --disable-palette was given. | |
9079 | if test "${enable_palette+set}" = set; then | |
9080 | enableval="$enable_palette" | |
e6cc62c6 | 9081 | |
edae8572 VZ |
9082 | if test "$enableval" = yes; then |
9083 | ac_cv_use_palette='wxUSE_PALETTE=yes' | |
9084 | else | |
9085 | ac_cv_use_palette='wxUSE_PALETTE=no' | |
9086 | fi | |
e6cc62c6 | 9087 | |
edae8572 | 9088 | else |
e6cc62c6 | 9089 | |
edae8572 VZ |
9090 | LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}` |
9091 | if test "x$LINE" != x ; then | |
9092 | eval "DEFAULT_$LINE" | |
9093 | else | |
9094 | no_cache=1 | |
9095 | fi | |
9096 | ||
9097 | ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE | |
edae8572 | 9098 | |
e6cc62c6 | 9099 | fi; |
edae8572 VZ |
9100 | |
9101 | eval "$ac_cv_use_palette" | |
9102 | if test "$no_cache" != 1; then | |
9103 | echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp | |
9104 | fi | |
9105 | ||
9106 | if test "$wxUSE_PALETTE" = yes; then | |
e6cc62c6 VS |
9107 | echo "$as_me:$LINENO: result: yes" >&5 |
9108 | echo "${ECHO_T}yes" >&6 | |
edae8572 | 9109 | else |
e6cc62c6 VS |
9110 | echo "$as_me:$LINENO: result: no" >&5 |
9111 | echo "${ECHO_T}no" >&6 | |
edae8572 | 9112 | fi |
e6cc62c6 | 9113 | |
edae8572 | 9114 | |
5005acfe | 9115 | enablestring= |
e6cc62c6 VS |
9116 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5 |
9117 | echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6 | |
0046ff7c VS |
9118 | no_cache=0 |
9119 | # Check whether --enable-image or --disable-image was given. | |
9120 | if test "${enable_image+set}" = set; then | |
9121 | enableval="$enable_image" | |
e6cc62c6 | 9122 | |
0046ff7c VS |
9123 | if test "$enableval" = yes; then |
9124 | ac_cv_use_image='wxUSE_IMAGE=yes' | |
9125 | else | |
9126 | ac_cv_use_image='wxUSE_IMAGE=no' | |
9127 | fi | |
e6cc62c6 | 9128 | |
0046ff7c | 9129 | else |
e6cc62c6 | 9130 | |
0046ff7c VS |
9131 | LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` |
9132 | if test "x$LINE" != x ; then | |
9133 | eval "DEFAULT_$LINE" | |
9134 | else | |
9135 | no_cache=1 | |
9136 | fi | |
9137 | ||
9138 | ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE | |
0046ff7c | 9139 | |
e6cc62c6 | 9140 | fi; |
0046ff7c VS |
9141 | |
9142 | eval "$ac_cv_use_image" | |
9143 | if test "$no_cache" != 1; then | |
9144 | echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp | |
9145 | fi | |
9146 | ||
9147 | if test "$wxUSE_IMAGE" = yes; then | |
e6cc62c6 VS |
9148 | echo "$as_me:$LINENO: result: yes" >&5 |
9149 | echo "${ECHO_T}yes" >&6 | |
0046ff7c | 9150 | else |
e6cc62c6 VS |
9151 | echo "$as_me:$LINENO: result: no" >&5 |
9152 | echo "${ECHO_T}no" >&6 | |
0046ff7c | 9153 | fi |
e6cc62c6 | 9154 | |
0046ff7c | 9155 | |
5005acfe | 9156 | enablestring= |
e6cc62c6 VS |
9157 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5 |
9158 | echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6 | |
10f2d63a VZ |
9159 | no_cache=0 |
9160 | # Check whether --enable-gif or --disable-gif was given. | |
9161 | if test "${enable_gif+set}" = set; then | |
9162 | enableval="$enable_gif" | |
e6cc62c6 | 9163 | |
10f2d63a VZ |
9164 | if test "$enableval" = yes; then |
9165 | ac_cv_use_gif='wxUSE_GIF=yes' | |
9166 | else | |
9167 | ac_cv_use_gif='wxUSE_GIF=no' | |
9168 | fi | |
e6cc62c6 | 9169 | |
10f2d63a | 9170 | else |
e6cc62c6 | 9171 | |
10f2d63a VZ |
9172 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` |
9173 | if test "x$LINE" != x ; then | |
9174 | eval "DEFAULT_$LINE" | |
9175 | else | |
9176 | no_cache=1 | |
9177 | fi | |
9178 | ||
9179 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
10f2d63a | 9180 | |
e6cc62c6 | 9181 | fi; |
10f2d63a VZ |
9182 | |
9183 | eval "$ac_cv_use_gif" | |
9184 | if test "$no_cache" != 1; then | |
9185 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
9186 | fi | |
9187 | ||
9188 | if test "$wxUSE_GIF" = yes; then | |
e6cc62c6 VS |
9189 | echo "$as_me:$LINENO: result: yes" >&5 |
9190 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 9191 | else |
e6cc62c6 VS |
9192 | echo "$as_me:$LINENO: result: no" >&5 |
9193 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 9194 | fi |
e6cc62c6 | 9195 | |
10f2d63a | 9196 | |
5005acfe | 9197 | enablestring= |
e6cc62c6 VS |
9198 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5 |
9199 | echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6 | |
10f2d63a VZ |
9200 | no_cache=0 |
9201 | # Check whether --enable-pcx or --disable-pcx was given. | |
9202 | if test "${enable_pcx+set}" = set; then | |
9203 | enableval="$enable_pcx" | |
e6cc62c6 | 9204 | |
10f2d63a VZ |
9205 | if test "$enableval" = yes; then |
9206 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
9207 | else | |
9208 | ac_cv_use_pcx='wxUSE_PCX=no' | |
9209 | fi | |
e6cc62c6 | 9210 | |
10f2d63a | 9211 | else |
e6cc62c6 | 9212 | |
10f2d63a VZ |
9213 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` |
9214 | if test "x$LINE" != x ; then | |
9215 | eval "DEFAULT_$LINE" | |
9216 | else | |
9217 | no_cache=1 | |
9218 | fi | |
9219 | ||
9220 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
10f2d63a | 9221 | |
e6cc62c6 | 9222 | fi; |
10f2d63a VZ |
9223 | |
9224 | eval "$ac_cv_use_pcx" | |
9225 | if test "$no_cache" != 1; then | |
9226 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
9227 | fi | |
9228 | ||
9229 | if test "$wxUSE_PCX" = yes; then | |
e6cc62c6 VS |
9230 | echo "$as_me:$LINENO: result: yes" >&5 |
9231 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 9232 | else |
e6cc62c6 VS |
9233 | echo "$as_me:$LINENO: result: no" >&5 |
9234 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 9235 | fi |
e6cc62c6 | 9236 | |
10f2d63a | 9237 | |
5005acfe | 9238 | enablestring= |
e6cc62c6 VS |
9239 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5 |
9240 | echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6 | |
4b6b4dfc RR |
9241 | no_cache=0 |
9242 | # Check whether --enable-iff or --disable-iff was given. | |
9243 | if test "${enable_iff+set}" = set; then | |
9244 | enableval="$enable_iff" | |
e6cc62c6 | 9245 | |
4b6b4dfc RR |
9246 | if test "$enableval" = yes; then |
9247 | ac_cv_use_iff='wxUSE_IFF=yes' | |
9248 | else | |
9249 | ac_cv_use_iff='wxUSE_IFF=no' | |
9250 | fi | |
e6cc62c6 | 9251 | |
4b6b4dfc | 9252 | else |
e6cc62c6 | 9253 | |
4b6b4dfc RR |
9254 | LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}` |
9255 | if test "x$LINE" != x ; then | |
9256 | eval "DEFAULT_$LINE" | |
9257 | else | |
9258 | no_cache=1 | |
9259 | fi | |
9260 | ||
9261 | ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF | |
4b6b4dfc | 9262 | |
e6cc62c6 | 9263 | fi; |
4b6b4dfc RR |
9264 | |
9265 | eval "$ac_cv_use_iff" | |
9266 | if test "$no_cache" != 1; then | |
9267 | echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp | |
9268 | fi | |
9269 | ||
9270 | if test "$wxUSE_IFF" = yes; then | |
e6cc62c6 VS |
9271 | echo "$as_me:$LINENO: result: yes" >&5 |
9272 | echo "${ECHO_T}yes" >&6 | |
4b6b4dfc | 9273 | else |
e6cc62c6 VS |
9274 | echo "$as_me:$LINENO: result: no" >&5 |
9275 | echo "${ECHO_T}no" >&6 | |
4b6b4dfc | 9276 | fi |
e6cc62c6 | 9277 | |
4b6b4dfc | 9278 | |
5005acfe | 9279 | enablestring= |
e6cc62c6 VS |
9280 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5 |
9281 | echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6 | |
10f2d63a VZ |
9282 | no_cache=0 |
9283 | # Check whether --enable-pnm or --disable-pnm was given. | |
9284 | if test "${enable_pnm+set}" = set; then | |
9285 | enableval="$enable_pnm" | |
e6cc62c6 | 9286 | |
10f2d63a VZ |
9287 | if test "$enableval" = yes; then |
9288 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
9289 | else | |
9290 | ac_cv_use_pnm='wxUSE_PNM=no' | |
9291 | fi | |
e6cc62c6 | 9292 | |
10f2d63a | 9293 | else |
e6cc62c6 | 9294 | |
10f2d63a VZ |
9295 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` |
9296 | if test "x$LINE" != x ; then | |
9297 | eval "DEFAULT_$LINE" | |
9298 | else | |
9299 | no_cache=1 | |
9300 | fi | |
9301 | ||
9302 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
10f2d63a | 9303 | |
e6cc62c6 | 9304 | fi; |
10f2d63a VZ |
9305 | |
9306 | eval "$ac_cv_use_pnm" | |
9307 | if test "$no_cache" != 1; then | |
9308 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
9309 | fi | |
9310 | ||
9311 | if test "$wxUSE_PNM" = yes; then | |
e6cc62c6 VS |
9312 | echo "$as_me:$LINENO: result: yes" >&5 |
9313 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 9314 | else |
e6cc62c6 VS |
9315 | echo "$as_me:$LINENO: result: no" >&5 |
9316 | echo "${ECHO_T}no" >&6 | |
10f2d63a | 9317 | fi |
e6cc62c6 | 9318 | |
10f2d63a | 9319 | |
5005acfe | 9320 | enablestring= |
e6cc62c6 VS |
9321 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5 |
9322 | echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6 | |
0046ff7c | 9323 | no_cache=0 |
69d27ff7 MB |
9324 | # Check whether --enable-xpm or --disable-xpm was given. |
9325 | if test "${enable_xpm+set}" = set; then | |
9326 | enableval="$enable_xpm" | |
e6cc62c6 | 9327 | |
0046ff7c | 9328 | if test "$enableval" = yes; then |
69d27ff7 | 9329 | ac_cv_use_xpm='wxUSE_XPM=yes' |
0046ff7c | 9330 | else |
69d27ff7 | 9331 | ac_cv_use_xpm='wxUSE_XPM=no' |
0046ff7c | 9332 | fi |
e6cc62c6 | 9333 | |
0046ff7c | 9334 | else |
e6cc62c6 | 9335 | |
0046ff7c VS |
9336 | LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}` |
9337 | if test "x$LINE" != x ; then | |
9338 | eval "DEFAULT_$LINE" | |
9339 | else | |
9340 | no_cache=1 | |
9341 | fi | |
9342 | ||
69d27ff7 | 9343 | ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM |
0046ff7c | 9344 | |
e6cc62c6 | 9345 | fi; |
0046ff7c | 9346 | |
69d27ff7 | 9347 | eval "$ac_cv_use_xpm" |
0046ff7c | 9348 | if test "$no_cache" != 1; then |
69d27ff7 | 9349 | echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp |
0046ff7c VS |
9350 | fi |
9351 | ||
9352 | if test "$wxUSE_XPM" = yes; then | |
e6cc62c6 VS |
9353 | echo "$as_me:$LINENO: result: yes" >&5 |
9354 | echo "${ECHO_T}yes" >&6 | |
0046ff7c | 9355 | else |
e6cc62c6 VS |
9356 | echo "$as_me:$LINENO: result: no" >&5 |
9357 | echo "${ECHO_T}no" >&6 | |
0046ff7c | 9358 | fi |
e6cc62c6 | 9359 | |
0046ff7c | 9360 | |
5005acfe | 9361 | enablestring= |
e6cc62c6 VS |
9362 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5 |
9363 | echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6 | |
658974ae | 9364 | no_cache=0 |
c7206e64 VS |
9365 | # Check whether --enable-ico_cur or --disable-ico_cur was given. |
9366 | if test "${enable_ico_cur+set}" = set; then | |
9367 | enableval="$enable_ico_cur" | |
e6cc62c6 | 9368 | |
658974ae | 9369 | if test "$enableval" = yes; then |
c7206e64 | 9370 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes' |
658974ae | 9371 | else |
c7206e64 | 9372 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=no' |
658974ae | 9373 | fi |
e6cc62c6 | 9374 | |
658974ae | 9375 | else |
e6cc62c6 | 9376 | |
658974ae VS |
9377 | LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}` |
9378 | if test "x$LINE" != x ; then | |
9379 | eval "DEFAULT_$LINE" | |
9380 | else | |
9381 | no_cache=1 | |
9382 | fi | |
9383 | ||
c7206e64 | 9384 | ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR |
658974ae | 9385 | |
e6cc62c6 | 9386 | fi; |
658974ae | 9387 | |
c7206e64 | 9388 | eval "$ac_cv_use_ico_cur" |
658974ae | 9389 | if test "$no_cache" != 1; then |
c7206e64 | 9390 | echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp |
658974ae VS |
9391 | fi |
9392 | ||
9393 | if test "$wxUSE_ICO_CUR" = yes; then | |
e6cc62c6 VS |
9394 | echo "$as_me:$LINENO: result: yes" >&5 |
9395 | echo "${ECHO_T}yes" >&6 | |
658974ae | 9396 | else |
e6cc62c6 VS |
9397 | echo "$as_me:$LINENO: result: no" >&5 |
9398 | echo "${ECHO_T}no" >&6 | |
658974ae | 9399 | fi |
e6cc62c6 | 9400 | |
658974ae | 9401 | |
b12915c1 VZ |
9402 | fi |
9403 | ||
d558c907 VS |
9404 | case "${host}" in |
9405 | *-pc-os2_emx | *-pc-os2-emx ) | |
6969f178 MB |
9406 | PATH_IFS=';' |
9407 | LEX_STEM="lexyy" | |
d558c907 VS |
9408 | ;; |
9409 | *) | |
9410 | PATH_IFS=':' | |
9411 | LEX_STEM="lex.yy" | |
9412 | ;; | |
9413 | esac | |
9414 | ||
8284b0c5 MB |
9415 | |
9416 | ||
10f2d63a VZ |
9417 | echo "saving argument cache $wx_arg_cache_file" |
9418 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
52127426 | 9419 | |
8284b0c5 | 9420 | |
e6cc62c6 VS |
9421 | |
9422 | echo "$as_me:$LINENO: checking for toolkit" >&5 | |
9423 | echo $ECHO_N "checking for toolkit... $ECHO_C" >&6 | |
89e6bf6d VZ |
9424 | |
9425 | # In Wine, we need to default to MSW, not GTK or MOTIF | |
9426 | if test "$wxUSE_WINE" = "yes"; then | |
9427 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
9428 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 | |
9429 | DEFAULT_DEFAULT_wxUSE_MSW=1 | |
9430 | fi | |
10f2d63a VZ |
9431 | |
9432 | if test "$wxUSE_GUI" = "yes"; then | |
9433 | ||
3a922bb4 | 9434 | if test "$USE_BEOS" = 1; then |
e6cc62c6 VS |
9435 | { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5 |
9436 | echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;} | |
9437 | { (exit 1); exit 1; }; } | |
3a922bb4 | 9438 | fi |
b12915c1 | 9439 | |
3a922bb4 RL |
9440 | if test "$TOOLKIT_GIVEN" = 1; then |
9441 | for toolkit in `echo $ALL_TOOLKITS`; do | |
9442 | var=wxUSE_$toolkit | |
9443 | eval "value=\$${var}" | |
9444 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
9445 | done | |
10f2d63a | 9446 | else |
3a922bb4 RL |
9447 | for toolkit in `echo $ALL_TOOLKITS`; do |
9448 | if test "$has_toolkit_in_cache" != 1; then | |
9449 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
9450 | else | |
9451 | var=DEFAULT_wxUSE_$toolkit | |
9452 | fi | |
9453 | eval "wxUSE_$toolkit=\$${var}" | |
9454 | done | |
10f2d63a | 9455 | fi |
10f2d63a | 9456 | |
ac0c4cc3 DE |
9457 | NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \ |
9458 | + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \ | |
9459 | + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}` | |
10f2d63a | 9460 | |
d558c907 | 9461 | case "${host}" in |
6fa882bd | 9462 | *-pc-os2_emx | *-pc-os2-emx ) |
3a922bb4 | 9463 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` |
3a922bb4 | 9464 | esac |
10f2d63a | 9465 | |
3a922bb4 RL |
9466 | case "$NUM_TOOLKITS" in |
9467 | 1) | |
9468 | ;; | |
9469 | 0) | |
e6cc62c6 VS |
9470 | { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5 |
9471 | echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;} | |
9472 | { (exit 1); exit 1; }; } | |
3a922bb4 RL |
9473 | ;; |
9474 | *) | |
e6cc62c6 VS |
9475 | { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5 |
9476 | echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;} | |
9477 | { (exit 1); exit 1; }; } | |
3a922bb4 | 9478 | esac |
10f2d63a | 9479 | |
3a922bb4 RL |
9480 | for toolkit in `echo $ALL_TOOLKITS`; do |
9481 | var=wxUSE_$toolkit | |
9482 | eval "value=\$${var}" | |
9483 | if test "x$value" != x; then | |
9484 | cache_var=CACHE_$toolkit | |
9485 | eval "cache=\$${cache_var}" | |
9486 | if test "$cache" = 1; then | |
9487 | echo "$var=$value" >> ${wx_arg_cache_file} | |
9488 | fi | |
9489 | if test "$value" = 1; then | |
9490 | toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]` | |
e6cc62c6 VS |
9491 | echo "$as_me:$LINENO: result: $toolkit_echo" >&5 |
9492 | echo "${ECHO_T}$toolkit_echo" >&6 | |
3a922bb4 RL |
9493 | fi |
9494 | fi | |
9495 | done | |
10f2d63a | 9496 | else |
9de9b8f0 VZ |
9497 | if test "x$host_alias" != "x"; then |
9498 | echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5 | |
e6cc62c6 | 9499 | echo "${ECHO_T}base ($host_alias hosted) only" >&6 |
9de9b8f0 VZ |
9500 | else |
9501 | echo "$as_me:$LINENO: result: base only" >&5 | |
9502 | echo "${ECHO_T}base only" >&6 | |
9503 | fi | |
10f2d63a VZ |
9504 | fi |
9505 | ||
43d99b6d VS |
9506 | wants_win32=0 |
9507 | doesnt_want_win32=0 | |
17234b26 MB |
9508 | case "${host}" in |
9509 | *-*-cygwin*) | |
9510 | if test "$wxUSE_MSW" = 1 ; then | |
43d99b6d VS |
9511 | wants_win32=1 |
9512 | else | |
9513 | doesnt_want_win32=1 | |
17234b26 MB |
9514 | fi |
9515 | ;; | |
9516 | *-*-mingw*) | |
43d99b6d | 9517 | wants_win32=1 |
17234b26 MB |
9518 | ;; |
9519 | esac | |
9520 | ||
89e6bf6d VZ |
9521 | if test "$wxUSE_WINE" = "yes"; then |
9522 | wants_win32=1 | |
9523 | CC=winegcc | |
9524 | CXX=wineg++ | |
9525 | RESCOMP=wrc | |
9526 | fi | |
9527 | ||
43d99b6d | 9528 | if test "$wants_win32" = 1 ; then |
17234b26 MB |
9529 | USE_UNIX=0 |
9530 | USE_WIN32=1 | |
e6cc62c6 | 9531 | cat >>confdefs.h <<\_ACEOF |
17234b26 | 9532 | #define __WIN32__ 1 |
e6cc62c6 | 9533 | _ACEOF |
17234b26 | 9534 | |
e6cc62c6 | 9535 | cat >>confdefs.h <<\_ACEOF |
17234b26 | 9536 | #define __WIN95__ 1 |
e6cc62c6 | 9537 | _ACEOF |
17234b26 | 9538 | |
e6cc62c6 | 9539 | cat >>confdefs.h <<\_ACEOF |
17234b26 | 9540 | #define __WINDOWS__ 1 |
e6cc62c6 | 9541 | _ACEOF |
17234b26 | 9542 | |
e6cc62c6 | 9543 | cat >>confdefs.h <<\_ACEOF |
17234b26 | 9544 | #define __GNUWIN32__ 1 |
e6cc62c6 | 9545 | _ACEOF |
17234b26 | 9546 | |
e6cc62c6 | 9547 | cat >>confdefs.h <<\_ACEOF |
17234b26 | 9548 | #define STRICT 1 |
e6cc62c6 | 9549 | _ACEOF |
17234b26 | 9550 | |
e6cc62c6 | 9551 | cat >>confdefs.h <<\_ACEOF |
17234b26 | 9552 | #define WINVER 0x0400 |
e6cc62c6 | 9553 | _ACEOF |
17234b26 | 9554 | |
43d99b6d VS |
9555 | fi |
9556 | if test "$doesnt_want_win32" = 1 ; then | |
17234b26 MB |
9557 | USE_UNIX=1 |
9558 | USE_WIN32=0 | |
9559 | fi | |
9560 | ||
9561 | if test "$USE_UNIX" = 1 ; then | |
9562 | wxUSE_UNIX=yes | |
e6cc62c6 | 9563 | cat >>confdefs.h <<\_ACEOF |
17234b26 | 9564 | #define __UNIX__ 1 |
e6cc62c6 | 9565 | _ACEOF |
17234b26 MB |
9566 | |
9567 | fi | |
9568 | ||
8284b0c5 | 9569 | |
e6cc62c6 | 9570 | cat >confcache <<\_ACEOF |
10f2d63a VZ |
9571 | # This file is a shell script that caches the results of configure |
9572 | # tests run on this system so they can be shared between configure | |
e6cc62c6 VS |
9573 | # scripts and configure runs, see configure's option --config-cache. |
9574 | # It is not useful on other systems. If it contains results you don't | |
9575 | # want to keep, you may remove or edit it. | |
10f2d63a | 9576 | # |
e6cc62c6 VS |
9577 | # config.status only pays attention to the cache file if you give it |
9578 | # the --recheck option to rerun configure. | |
10f2d63a | 9579 | # |
e6cc62c6 VS |
9580 | # `ac_cv_env_foo' variables (set or unset) will be overridden when |
9581 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
9582 | # following values. | |
9583 | ||
9584 | _ACEOF | |
9585 | ||
10f2d63a VZ |
9586 | # The following way of writing the cache mishandles newlines in values, |
9587 | # but we know of no workaround that is simple, portable, and efficient. | |
9588 | # So, don't put newlines in cache variables' values. | |
9589 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
9590 | # and sets the high bit in the cache file unless we assign to the vars. | |
e6cc62c6 VS |
9591 | { |
9592 | (set) 2>&1 | | |
9593 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
9594 | *ac_space=\ *) | |
9595 | # `set' does not quote correctly, so add quotes (double-quote | |
9596 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
9597 | sed -n \ | |
9598 | "s/'/'\\\\''/g; | |
9599 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
9600 | ;; | |
9601 | *) | |
9602 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
9603 | sed -n \ | |
9604 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
9605 | ;; | |
9606 | esac; | |
9607 | } | | |
9608 | sed ' | |
9609 | t clear | |
9610 | : clear | |
9611 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
9612 | t end | |
9613 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
9614 | : end' >>confcache | |
9615 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
10f2d63a | 9616 | if test -w $cache_file; then |
e6cc62c6 VS |
9617 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
9618 | cat confcache >$cache_file | |
10f2d63a VZ |
9619 | else |
9620 | echo "not updating unwritable cache $cache_file" | |
9621 | fi | |
9622 | fi | |
9623 | rm -f confcache | |
9624 | ||
e59890c3 | 9625 | if test "$build" != "$host" ; then |
9d353d4a | 9626 | if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then |
3a922bb4 RL |
9627 | CC=$host_alias-gcc |
9628 | CXX=$host_alias-c++ | |
9629 | AR=$host_alias-ar | |
9630 | RANLIB=$host_alias-ranlib | |
9631 | DLLTOOL=$host_alias-dlltool | |
9632 | RESCOMP=$host_alias-windres | |
9633 | LD=$host_alias-ld | |
9634 | NM=$host_alias-nm | |
9635 | STRIP=$host_alias-strip | |
9636 | else | |
e6cc62c6 VS |
9637 | { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5 |
9638 | echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;} | |
9639 | { (exit 1); exit 1; }; } | |
3a922bb4 | 9640 | fi |
10f2d63a VZ |
9641 | fi |
9642 | ||
ec603395 | 9643 | CFLAGS=${CFLAGS:=} |
e6cc62c6 VS |
9644 | ac_ext=c |
9645 | ac_cpp='$CPP $CPPFLAGS' | |
9646 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
9647 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
9648 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
9649 | if test -n "$ac_tool_prefix"; then | |
9650 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
9651 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
9652 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
9653 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
9654 | if test "${ac_cv_prog_CC+set}" = set; then | |
9655 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9656 | else | |
9657 | if test -n "$CC"; then | |
9658 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
9659 | else | |
9660 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
9661 | for as_dir in $PATH | |
9662 | do | |
9663 | IFS=$as_save_IFS | |
9664 | test -z "$as_dir" && as_dir=. | |
9665 | for ac_exec_ext in '' $ac_executable_extensions; do | |
9666 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
9667 | ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
9668 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
9669 | break 2 | |
9670 | fi | |
9671 | done | |
9672 | done | |
9673 | ||
9674 | fi | |
9675 | fi | |
9676 | CC=$ac_cv_prog_CC | |
9677 | if test -n "$CC"; then | |
9678 | echo "$as_me:$LINENO: result: $CC" >&5 | |
9679 | echo "${ECHO_T}$CC" >&6 | |
9680 | else | |
9681 | echo "$as_me:$LINENO: result: no" >&5 | |
9682 | echo "${ECHO_T}no" >&6 | |
9683 | fi | |
9684 | ||
9685 | fi | |
9686 | if test -z "$ac_cv_prog_CC"; then | |
9687 | ac_ct_CC=$CC | |
9688 | # Extract the first word of "gcc", so it can be a program name with args. | |
8284b0c5 | 9689 | set dummy gcc; ac_word=$2 |
e6cc62c6 VS |
9690 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
9691 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
9692 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
9693 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9694 | else | |
9695 | if test -n "$ac_ct_CC"; then | |
9696 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
9697 | else | |
9698 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
9699 | for as_dir in $PATH | |
9700 | do | |
9701 | IFS=$as_save_IFS | |
9702 | test -z "$as_dir" && as_dir=. | |
9703 | for ac_exec_ext in '' $ac_executable_extensions; do | |
9704 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
9705 | ac_cv_prog_ac_ct_CC="gcc" | |
9706 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
9707 | break 2 | |
9708 | fi | |
9709 | done | |
9710 | done | |
9711 | ||
9712 | fi | |
9713 | fi | |
9714 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
9715 | if test -n "$ac_ct_CC"; then | |
9716 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
9717 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
9718 | else | |
9719 | echo "$as_me:$LINENO: result: no" >&5 | |
9720 | echo "${ECHO_T}no" >&6 | |
9721 | fi | |
9722 | ||
9723 | CC=$ac_ct_CC | |
9724 | else | |
9725 | CC="$ac_cv_prog_CC" | |
9726 | fi | |
9727 | ||
9728 | if test -z "$CC"; then | |
9729 | if test -n "$ac_tool_prefix"; then | |
9730 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
9731 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
9732 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
9733 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
9734 | if test "${ac_cv_prog_CC+set}" = set; then | |
9735 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
6232543b VS |
9736 | else |
9737 | if test -n "$CC"; then | |
9738 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10f2d63a | 9739 | else |
e6cc62c6 VS |
9740 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
9741 | for as_dir in $PATH | |
9742 | do | |
9743 | IFS=$as_save_IFS | |
9744 | test -z "$as_dir" && as_dir=. | |
9745 | for ac_exec_ext in '' $ac_executable_extensions; do | |
9746 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
9747 | ac_cv_prog_CC="${ac_tool_prefix}cc" | |
9748 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
9749 | break 2 | |
9750 | fi | |
9751 | done | |
9752 | done | |
9753 | ||
10f2d63a | 9754 | fi |
6232543b | 9755 | fi |
e6cc62c6 | 9756 | CC=$ac_cv_prog_CC |
6232543b | 9757 | if test -n "$CC"; then |
e6cc62c6 VS |
9758 | echo "$as_me:$LINENO: result: $CC" >&5 |
9759 | echo "${ECHO_T}$CC" >&6 | |
9760 | else | |
9761 | echo "$as_me:$LINENO: result: no" >&5 | |
9762 | echo "${ECHO_T}no" >&6 | |
9763 | fi | |
9764 | ||
9765 | fi | |
9766 | if test -z "$ac_cv_prog_CC"; then | |
9767 | ac_ct_CC=$CC | |
9768 | # Extract the first word of "cc", so it can be a program name with args. | |
9769 | set dummy cc; ac_word=$2 | |
9770 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
9771 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
9772 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
9773 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9774 | else | |
9775 | if test -n "$ac_ct_CC"; then | |
9776 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
9777 | else | |
9778 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
9779 | for as_dir in $PATH | |
9780 | do | |
9781 | IFS=$as_save_IFS | |
9782 | test -z "$as_dir" && as_dir=. | |
9783 | for ac_exec_ext in '' $ac_executable_extensions; do | |
9784 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
9785 | ac_cv_prog_ac_ct_CC="cc" | |
9786 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
9787 | break 2 | |
9788 | fi | |
9789 | done | |
9790 | done | |
9791 | ||
9792 | fi | |
9793 | fi | |
9794 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
9795 | if test -n "$ac_ct_CC"; then | |
9796 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
9797 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
9798 | else | |
9799 | echo "$as_me:$LINENO: result: no" >&5 | |
9800 | echo "${ECHO_T}no" >&6 | |
9801 | fi | |
9802 | ||
9803 | CC=$ac_ct_CC | |
247f5006 | 9804 | else |
e6cc62c6 | 9805 | CC="$ac_cv_prog_CC" |
247f5006 VZ |
9806 | fi |
9807 | ||
e6cc62c6 | 9808 | fi |
5c6fa7d2 RR |
9809 | if test -z "$CC"; then |
9810 | # Extract the first word of "cc", so it can be a program name with args. | |
9811 | set dummy cc; ac_word=$2 | |
e6cc62c6 VS |
9812 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
9813 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
9814 | if test "${ac_cv_prog_CC+set}" = set; then | |
9815 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5c6fa7d2 RR |
9816 | else |
9817 | if test -n "$CC"; then | |
9818 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
9819 | else | |
9820 | ac_prog_rejected=no | |
e6cc62c6 VS |
9821 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
9822 | for as_dir in $PATH | |
9823 | do | |
9824 | IFS=$as_save_IFS | |
9825 | test -z "$as_dir" && as_dir=. | |
9826 | for ac_exec_ext in '' $ac_executable_extensions; do | |
9827 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
9828 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | |
9829 | ac_prog_rejected=yes | |
9830 | continue | |
9831 | fi | |
9832 | ac_cv_prog_CC="cc" | |
9833 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
9834 | break 2 | |
9835 | fi | |
9836 | done | |
9837 | done | |
9838 | ||
328a083c RR |
9839 | if test $ac_prog_rejected = yes; then |
9840 | # We found a bogon in the path, so make sure we never use it. | |
9841 | set dummy $ac_cv_prog_CC | |
9842 | shift | |
e6cc62c6 | 9843 | if test $# != 0; then |
328a083c | 9844 | # We chose a different compiler from the bogus one. |
1e487827 VS |
9845 | # However, it has the same basename, so the bogon will be chosen |
9846 | # first if we set CC to just the basename; use the full file name. | |
9847 | shift | |
e6cc62c6 | 9848 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" |
703e0a69 | 9849 | fi |
1e487827 VS |
9850 | fi |
9851 | fi | |
9852 | fi | |
e6cc62c6 | 9853 | CC=$ac_cv_prog_CC |
1e487827 | 9854 | if test -n "$CC"; then |
e6cc62c6 VS |
9855 | echo "$as_me:$LINENO: result: $CC" >&5 |
9856 | echo "${ECHO_T}$CC" >&6 | |
703e0a69 | 9857 | else |
e6cc62c6 VS |
9858 | echo "$as_me:$LINENO: result: no" >&5 |
9859 | echo "${ECHO_T}no" >&6 | |
703e0a69 | 9860 | fi |
1e487827 | 9861 | |
e6cc62c6 VS |
9862 | fi |
9863 | if test -z "$CC"; then | |
9864 | if test -n "$ac_tool_prefix"; then | |
9865 | for ac_prog in cl | |
9866 | do | |
9867 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
9868 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
9869 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
9870 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
9871 | if test "${ac_cv_prog_CC+set}" = set; then | |
9872 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
f09359cf VS |
9873 | else |
9874 | if test -n "$CC"; then | |
9875 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
9876 | else | |
e6cc62c6 VS |
9877 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
9878 | for as_dir in $PATH | |
9879 | do | |
9880 | IFS=$as_save_IFS | |
9881 | test -z "$as_dir" && as_dir=. | |
9882 | for ac_exec_ext in '' $ac_executable_extensions; do | |
9883 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
9884 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | |
9885 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
9886 | break 2 | |
9887 | fi | |
9888 | done | |
9889 | done | |
9890 | ||
f09359cf VS |
9891 | fi |
9892 | fi | |
e6cc62c6 | 9893 | CC=$ac_cv_prog_CC |
f09359cf | 9894 | if test -n "$CC"; then |
e6cc62c6 VS |
9895 | echo "$as_me:$LINENO: result: $CC" >&5 |
9896 | echo "${ECHO_T}$CC" >&6 | |
f09359cf | 9897 | else |
e6cc62c6 VS |
9898 | echo "$as_me:$LINENO: result: no" >&5 |
9899 | echo "${ECHO_T}no" >&6 | |
5c6fa7d2 | 9900 | fi |
1e487827 | 9901 | |
e6cc62c6 VS |
9902 | test -n "$CC" && break |
9903 | done | |
9904 | fi | |
9905 | if test -z "$CC"; then | |
9906 | ac_ct_CC=$CC | |
9907 | for ac_prog in cl | |
9908 | do | |
9909 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
9910 | set dummy $ac_prog; ac_word=$2 | |
9911 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
9912 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
9913 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
9914 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
9915 | else | |
9916 | if test -n "$ac_ct_CC"; then | |
9917 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
9918 | else | |
9919 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
9920 | for as_dir in $PATH | |
9921 | do | |
9922 | IFS=$as_save_IFS | |
9923 | test -z "$as_dir" && as_dir=. | |
9924 | for ac_exec_ext in '' $ac_executable_extensions; do | |
9925 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
9926 | ac_cv_prog_ac_ct_CC="$ac_prog" | |
9927 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
9928 | break 2 | |
9929 | fi | |
9930 | done | |
9931 | done | |
f09359cf | 9932 | |
e6cc62c6 VS |
9933 | fi |
9934 | fi | |
9935 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
9936 | if test -n "$ac_ct_CC"; then | |
9937 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
9938 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
9939 | else | |
9940 | echo "$as_me:$LINENO: result: no" >&5 | |
9941 | echo "${ECHO_T}no" >&6 | |
9942 | fi | |
f09359cf | 9943 | |
e6cc62c6 VS |
9944 | test -n "$ac_ct_CC" && break |
9945 | done | |
247f5006 | 9946 | |
e6cc62c6 VS |
9947 | CC=$ac_ct_CC |
9948 | fi | |
9949 | ||
9950 | fi | |
9951 | ||
9952 | ||
9953 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH | |
9954 | See \`config.log' for more details." >&5 | |
9955 | echo "$as_me: error: no acceptable C compiler found in \$PATH | |
9956 | See \`config.log' for more details." >&2;} | |
9957 | { (exit 1); exit 1; }; } | |
9958 | ||
9959 | # Provide some information about the compiler. | |
9960 | echo "$as_me:$LINENO:" \ | |
9961 | "checking for C compiler version" >&5 | |
9962 | ac_compiler=`set X $ac_compile; echo $2` | |
9963 | { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | |
9964 | (eval $ac_compiler --version </dev/null >&5) 2>&5 | |
9965 | ac_status=$? | |
9966 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
9967 | (exit $ac_status); } | |
9968 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | |
9969 | (eval $ac_compiler -v </dev/null >&5) 2>&5 | |
9970 | ac_status=$? | |
9971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
9972 | (exit $ac_status); } | |
9973 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | |
9974 | (eval $ac_compiler -V </dev/null >&5) 2>&5 | |
9975 | ac_status=$? | |
9976 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
9977 | (exit $ac_status); } | |
9978 | ||
9979 | cat >conftest.$ac_ext <<_ACEOF | |
9980 | #line $LINENO "configure" | |
9981 | /* confdefs.h. */ | |
9982 | _ACEOF | |
9983 | cat confdefs.h >>conftest.$ac_ext | |
9984 | cat >>conftest.$ac_ext <<_ACEOF | |
9985 | /* end confdefs.h. */ | |
9986 | ||
9987 | int | |
9988 | main () | |
9989 | { | |
247f5006 | 9990 | |
e6cc62c6 VS |
9991 | ; |
9992 | return 0; | |
9993 | } | |
9994 | _ACEOF | |
9995 | ac_clean_files_save=$ac_clean_files | |
9996 | ac_clean_files="$ac_clean_files a.out a.exe b.out" | |
9997 | # Try to create an executable without -o first, disregard a.out. | |
9998 | # It will help us diagnose broken compilers, and finding out an intuition | |
9999 | # of exeext. | |
10000 | echo "$as_me:$LINENO: checking for C compiler default output" >&5 | |
10001 | echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 | |
10002 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
10003 | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | |
10004 | (eval $ac_link_default) 2>&5 | |
10005 | ac_status=$? | |
10006 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10007 | (exit $ac_status); }; then | |
10008 | # Find the output, starting from the most likely. This scheme is | |
10009 | # not robust to junk in `.', hence go to wildcards (a.*) only as a last | |
10010 | # resort. | |
10011 | ||
10012 | # Be careful to initialize this variable, since it used to be cached. | |
10013 | # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. | |
10014 | ac_cv_exeext= | |
10015 | # b.out is created by i960 compilers. | |
10016 | for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out | |
10017 | do | |
10018 | test -f "$ac_file" || continue | |
10019 | case $ac_file in | |
10020 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) | |
10021 | ;; | |
10022 | conftest.$ac_ext ) | |
10023 | # This is the source file. | |
10024 | ;; | |
10025 | [ab].out ) | |
10026 | # We found the default executable, but exeext='' is most | |
10027 | # certainly right. | |
10028 | break;; | |
10029 | *.* ) | |
10030 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
10031 | # FIXME: I believe we export ac_cv_exeext for Libtool, | |
10032 | # but it would be cool to find out if it's true. Does anybody | |
10033 | # maintain Libtool? --akim. | |
10034 | export ac_cv_exeext | |
10035 | break;; | |
10036 | * ) | |
10037 | break;; | |
10038 | esac | |
10039 | done | |
10040 | else | |
10041 | echo "$as_me: failed program was:" >&5 | |
10042 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10043 | ||
10044 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables | |
10045 | See \`config.log' for more details." >&5 | |
10046 | echo "$as_me: error: C compiler cannot create executables | |
10047 | See \`config.log' for more details." >&2;} | |
10048 | { (exit 77); exit 77; }; } | |
10049 | fi | |
10050 | ||
10051 | ac_exeext=$ac_cv_exeext | |
10052 | echo "$as_me:$LINENO: result: $ac_file" >&5 | |
10053 | echo "${ECHO_T}$ac_file" >&6 | |
10054 | ||
10055 | # Check the compiler produces executables we can run. If not, either | |
10056 | # the compiler is broken, or we cross compile. | |
10057 | echo "$as_me:$LINENO: checking whether the C compiler works" >&5 | |
10058 | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 | |
10059 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | |
10060 | # If not cross compiling, check that we can run a simple program. | |
10061 | if test "$cross_compiling" != yes; then | |
10062 | if { ac_try='./$ac_file' | |
10063 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10064 | (eval $ac_try) 2>&5 | |
10065 | ac_status=$? | |
10066 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10067 | (exit $ac_status); }; }; then | |
10068 | cross_compiling=no | |
698dcdb6 | 10069 | else |
e6cc62c6 VS |
10070 | if test "$cross_compiling" = maybe; then |
10071 | cross_compiling=yes | |
10072 | else | |
10073 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. | |
10074 | If you meant to cross compile, use \`--host'. | |
10075 | See \`config.log' for more details." >&5 | |
10076 | echo "$as_me: error: cannot run C compiled programs. | |
10077 | If you meant to cross compile, use \`--host'. | |
10078 | See \`config.log' for more details." >&2;} | |
10079 | { (exit 1); exit 1; }; } | |
10080 | fi | |
698dcdb6 | 10081 | fi |
52127426 | 10082 | fi |
e6cc62c6 VS |
10083 | echo "$as_me:$LINENO: result: yes" >&5 |
10084 | echo "${ECHO_T}yes" >&6 | |
10085 | ||
10086 | rm -f a.out a.exe conftest$ac_cv_exeext b.out | |
10087 | ac_clean_files=$ac_clean_files_save | |
10088 | # Check the compiler produces executables we can run. If not, either | |
10089 | # the compiler is broken, or we cross compile. | |
10090 | echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 | |
10091 | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 | |
10092 | echo "$as_me:$LINENO: result: $cross_compiling" >&5 | |
10093 | echo "${ECHO_T}$cross_compiling" >&6 | |
10094 | ||
10095 | echo "$as_me:$LINENO: checking for suffix of executables" >&5 | |
10096 | echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 | |
10097 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
10098 | (eval $ac_link) 2>&5 | |
10099 | ac_status=$? | |
10100 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10101 | (exit $ac_status); }; then | |
10102 | # If both `conftest.exe' and `conftest' are `present' (well, observable) | |
10103 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
10104 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
10105 | # `rm'. | |
10106 | for ac_file in conftest.exe conftest conftest.*; do | |
10107 | test -f "$ac_file" || continue | |
10108 | case $ac_file in | |
10109 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; | |
10110 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
10111 | export ac_cv_exeext | |
10112 | break;; | |
10113 | * ) break;; | |
10114 | esac | |
10115 | done | |
5c6fa7d2 | 10116 | else |
e6cc62c6 VS |
10117 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
10118 | See \`config.log' for more details." >&5 | |
10119 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | |
10120 | See \`config.log' for more details." >&2;} | |
10121 | { (exit 1); exit 1; }; } | |
10122 | fi | |
10123 | ||
10124 | rm -f conftest$ac_cv_exeext | |
10125 | echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 | |
10126 | echo "${ECHO_T}$ac_cv_exeext" >&6 | |
10127 | ||
10128 | rm -f conftest.$ac_ext | |
10129 | EXEEXT=$ac_cv_exeext | |
10130 | ac_exeext=$EXEEXT | |
10131 | echo "$as_me:$LINENO: checking for suffix of object files" >&5 | |
10132 | echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 | |
10133 | if test "${ac_cv_objext+set}" = set; then | |
10134 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10135 | else | |
10136 | cat >conftest.$ac_ext <<_ACEOF | |
10137 | #line $LINENO "configure" | |
10138 | /* confdefs.h. */ | |
10139 | _ACEOF | |
10140 | cat confdefs.h >>conftest.$ac_ext | |
10141 | cat >>conftest.$ac_ext <<_ACEOF | |
10142 | /* end confdefs.h. */ | |
10143 | ||
10144 | int | |
10145 | main () | |
10146 | { | |
f09359cf | 10147 | |
e6cc62c6 VS |
10148 | ; |
10149 | return 0; | |
10150 | } | |
10151 | _ACEOF | |
10152 | rm -f conftest.o conftest.obj | |
10153 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10154 | (eval $ac_compile) 2>&5 | |
10155 | ac_status=$? | |
10156 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10157 | (exit $ac_status); }; then | |
10158 | for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do | |
10159 | case $ac_file in | |
10160 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; | |
10161 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | |
10162 | break;; | |
10163 | esac | |
10164 | done | |
a0b9e27f | 10165 | else |
e6cc62c6 VS |
10166 | echo "$as_me: failed program was:" >&5 |
10167 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10168 | ||
10169 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile | |
10170 | See \`config.log' for more details." >&5 | |
10171 | echo "$as_me: error: cannot compute suffix of object files: cannot compile | |
10172 | See \`config.log' for more details." >&2;} | |
10173 | { (exit 1); exit 1; }; } | |
a0b9e27f | 10174 | fi |
247f5006 | 10175 | |
e6cc62c6 VS |
10176 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
10177 | fi | |
10178 | echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 | |
10179 | echo "${ECHO_T}$ac_cv_objext" >&6 | |
10180 | OBJEXT=$ac_cv_objext | |
10181 | ac_objext=$OBJEXT | |
10182 | echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 | |
10183 | echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 | |
10184 | if test "${ac_cv_c_compiler_gnu+set}" = set; then | |
10185 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 10186 | else |
e6cc62c6 VS |
10187 | cat >conftest.$ac_ext <<_ACEOF |
10188 | #line $LINENO "configure" | |
10189 | /* confdefs.h. */ | |
10190 | _ACEOF | |
10191 | cat confdefs.h >>conftest.$ac_ext | |
10192 | cat >>conftest.$ac_ext <<_ACEOF | |
10193 | /* end confdefs.h. */ | |
10194 | ||
10195 | int | |
10196 | main () | |
10197 | { | |
10198 | #ifndef __GNUC__ | |
10199 | choke me | |
10200 | #endif | |
10201 | ||
10202 | ; | |
10203 | return 0; | |
10204 | } | |
10205 | _ACEOF | |
10206 | rm -f conftest.$ac_objext | |
10207 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10208 | (eval $ac_compile) 2>&5 | |
10209 | ac_status=$? | |
10210 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10211 | (exit $ac_status); } && | |
10212 | { ac_try='test -s conftest.$ac_objext' | |
10213 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10214 | (eval $ac_try) 2>&5 | |
10215 | ac_status=$? | |
10216 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10217 | (exit $ac_status); }; }; then | |
10218 | ac_compiler_gnu=yes | |
10219 | else | |
10220 | echo "$as_me: failed program was:" >&5 | |
10221 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10222 | ||
10223 | ac_compiler_gnu=no | |
10224 | fi | |
10225 | rm -f conftest.$ac_objext conftest.$ac_ext | |
10226 | ac_cv_c_compiler_gnu=$ac_compiler_gnu | |
10227 | ||
10228 | fi | |
10229 | echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 | |
10230 | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 | |
10231 | GCC=`test $ac_compiler_gnu = yes && echo yes` | |
10232 | ac_test_CFLAGS=${CFLAGS+set} | |
10233 | ac_save_CFLAGS=$CFLAGS | |
10234 | CFLAGS="-g" | |
10235 | echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 | |
10236 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 | |
10237 | if test "${ac_cv_prog_cc_g+set}" = set; then | |
10238 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10239 | else | |
10240 | cat >conftest.$ac_ext <<_ACEOF | |
10241 | #line $LINENO "configure" | |
10242 | /* confdefs.h. */ | |
10243 | _ACEOF | |
10244 | cat confdefs.h >>conftest.$ac_ext | |
10245 | cat >>conftest.$ac_ext <<_ACEOF | |
10246 | /* end confdefs.h. */ | |
10247 | ||
10248 | int | |
10249 | main () | |
10250 | { | |
10251 | ||
10252 | ; | |
10253 | return 0; | |
10254 | } | |
10255 | _ACEOF | |
10256 | rm -f conftest.$ac_objext | |
10257 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10258 | (eval $ac_compile) 2>&5 | |
10259 | ac_status=$? | |
10260 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10261 | (exit $ac_status); } && | |
10262 | { ac_try='test -s conftest.$ac_objext' | |
10263 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10264 | (eval $ac_try) 2>&5 | |
10265 | ac_status=$? | |
10266 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10267 | (exit $ac_status); }; }; then | |
10f2d63a VZ |
10268 | ac_cv_prog_cc_g=yes |
10269 | else | |
e6cc62c6 VS |
10270 | echo "$as_me: failed program was:" >&5 |
10271 | sed 's/^/| /' conftest.$ac_ext >&5 | |
a0b9e27f | 10272 | |
e6cc62c6 | 10273 | ac_cv_prog_cc_g=no |
10f2d63a | 10274 | fi |
e6cc62c6 VS |
10275 | rm -f conftest.$ac_objext conftest.$ac_ext |
10276 | fi | |
10277 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | |
10278 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | |
f09359cf | 10279 | if test "$ac_test_CFLAGS" = set; then |
e6cc62c6 | 10280 | CFLAGS=$ac_save_CFLAGS |
f09359cf VS |
10281 | elif test $ac_cv_prog_cc_g = yes; then |
10282 | if test "$GCC" = yes; then | |
10f2d63a VZ |
10283 | CFLAGS="-g -O2" |
10284 | else | |
f09359cf | 10285 | CFLAGS="-g" |
10f2d63a | 10286 | fi |
5c0a20c3 | 10287 | else |
f09359cf VS |
10288 | if test "$GCC" = yes; then |
10289 | CFLAGS="-O2" | |
10290 | else | |
10291 | CFLAGS= | |
10292 | fi | |
10f2d63a | 10293 | fi |
e6cc62c6 VS |
10294 | echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 |
10295 | echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 | |
10296 | if test "${ac_cv_prog_cc_stdc+set}" = set; then | |
10297 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10298 | else | |
10299 | ac_cv_prog_cc_stdc=no | |
10300 | ac_save_CC=$CC | |
10301 | cat >conftest.$ac_ext <<_ACEOF | |
10302 | #line $LINENO "configure" | |
10303 | /* confdefs.h. */ | |
10304 | _ACEOF | |
10305 | cat confdefs.h >>conftest.$ac_ext | |
10306 | cat >>conftest.$ac_ext <<_ACEOF | |
10307 | /* end confdefs.h. */ | |
10308 | #include <stdarg.h> | |
10309 | #include <stdio.h> | |
10310 | #include <sys/types.h> | |
10311 | #include <sys/stat.h> | |
10312 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
10313 | struct buf { int x; }; | |
10314 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
10315 | static char *e (p, i) | |
10316 | char **p; | |
10317 | int i; | |
10318 | { | |
10319 | return p[i]; | |
10320 | } | |
10321 | static char *f (char * (*g) (char **, int), char **p, ...) | |
10322 | { | |
10323 | char *s; | |
10324 | va_list v; | |
10325 | va_start (v,p); | |
10326 | s = g (p, va_arg (v,int)); | |
10327 | va_end (v); | |
10328 | return s; | |
10329 | } | |
10330 | int test (int i, double x); | |
10331 | struct s1 {int (*f) (int a);}; | |
10332 | struct s2 {int (*f) (double a);}; | |
10333 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
10334 | int argc; | |
10335 | char **argv; | |
10336 | int | |
10337 | main () | |
10338 | { | |
10339 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
10340 | ; | |
10341 | return 0; | |
10342 | } | |
10343 | _ACEOF | |
10344 | # Don't try gcc -ansi; that turns off useful extensions and | |
10345 | # breaks some systems' header files. | |
10346 | # AIX -qlanglvl=ansi | |
10347 | # Ultrix and OSF/1 -std1 | |
10348 | # HP-UX 10.20 and later -Ae | |
10349 | # HP-UX older versions -Aa -D_HPUX_SOURCE | |
10350 | # SVR4 -Xc -D__EXTENSIONS__ | |
10351 | for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
10352 | do | |
10353 | CC="$ac_save_CC $ac_arg" | |
10354 | rm -f conftest.$ac_objext | |
10355 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10356 | (eval $ac_compile) 2>&5 | |
10357 | ac_status=$? | |
10358 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10359 | (exit $ac_status); } && | |
10360 | { ac_try='test -s conftest.$ac_objext' | |
10361 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10362 | (eval $ac_try) 2>&5 | |
10363 | ac_status=$? | |
10364 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10365 | (exit $ac_status); }; }; then | |
10366 | ac_cv_prog_cc_stdc=$ac_arg | |
10367 | break | |
10368 | else | |
10369 | echo "$as_me: failed program was:" >&5 | |
10370 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10371 | ||
10372 | fi | |
10373 | rm -f conftest.$ac_objext | |
10374 | done | |
10375 | rm -f conftest.$ac_ext conftest.$ac_objext | |
10376 | CC=$ac_save_CC | |
10377 | ||
10378 | fi | |
10379 | ||
10380 | case "x$ac_cv_prog_cc_stdc" in | |
10381 | x|xno) | |
10382 | echo "$as_me:$LINENO: result: none needed" >&5 | |
10383 | echo "${ECHO_T}none needed" >&6 ;; | |
10384 | *) | |
10385 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 | |
10386 | echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 | |
10387 | CC="$CC $ac_cv_prog_cc_stdc" ;; | |
10388 | esac | |
10389 | ||
10390 | # Some people use a C++ compiler to compile C. Since we use `exit', | |
10391 | # in C++ we need to declare it. In case someone uses the same compiler | |
10392 | # for both compiling C and C++ we need to have the C++ compiler decide | |
10393 | # the declaration of exit, since it's the most demanding environment. | |
10394 | cat >conftest.$ac_ext <<_ACEOF | |
10395 | #ifndef __cplusplus | |
10396 | choke me | |
10397 | #endif | |
10398 | _ACEOF | |
10399 | rm -f conftest.$ac_objext | |
10400 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10401 | (eval $ac_compile) 2>&5 | |
10402 | ac_status=$? | |
10403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10404 | (exit $ac_status); } && | |
10405 | { ac_try='test -s conftest.$ac_objext' | |
10406 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10407 | (eval $ac_try) 2>&5 | |
10408 | ac_status=$? | |
10409 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10410 | (exit $ac_status); }; }; then | |
10411 | for ac_declaration in \ | |
71e83a03 | 10412 | '' \ |
e6cc62c6 VS |
10413 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
10414 | 'extern "C" void std::exit (int); using std::exit;' \ | |
10415 | 'extern "C" void exit (int) throw ();' \ | |
10416 | 'extern "C" void exit (int);' \ | |
10417 | 'void exit (int);' | |
10418 | do | |
10419 | cat >conftest.$ac_ext <<_ACEOF | |
10420 | #line $LINENO "configure" | |
10421 | /* confdefs.h. */ | |
10422 | _ACEOF | |
10423 | cat confdefs.h >>conftest.$ac_ext | |
10424 | cat >>conftest.$ac_ext <<_ACEOF | |
10425 | /* end confdefs.h. */ | |
e6cc62c6 | 10426 | $ac_declaration |
71e83a03 | 10427 | #include <stdlib.h> |
e6cc62c6 VS |
10428 | int |
10429 | main () | |
10430 | { | |
10431 | exit (42); | |
10432 | ; | |
10433 | return 0; | |
10434 | } | |
10435 | _ACEOF | |
10436 | rm -f conftest.$ac_objext | |
10437 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10438 | (eval $ac_compile) 2>&5 | |
10439 | ac_status=$? | |
10440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10441 | (exit $ac_status); } && | |
10442 | { ac_try='test -s conftest.$ac_objext' | |
10443 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10444 | (eval $ac_try) 2>&5 | |
10445 | ac_status=$? | |
10446 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10447 | (exit $ac_status); }; }; then | |
10448 | : | |
10449 | else | |
10450 | echo "$as_me: failed program was:" >&5 | |
10451 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10452 | ||
10453 | continue | |
10454 | fi | |
10455 | rm -f conftest.$ac_objext conftest.$ac_ext | |
10456 | cat >conftest.$ac_ext <<_ACEOF | |
10457 | #line $LINENO "configure" | |
10458 | /* confdefs.h. */ | |
10459 | _ACEOF | |
10460 | cat confdefs.h >>conftest.$ac_ext | |
10461 | cat >>conftest.$ac_ext <<_ACEOF | |
10462 | /* end confdefs.h. */ | |
10463 | $ac_declaration | |
10464 | int | |
10465 | main () | |
10466 | { | |
10467 | exit (42); | |
10468 | ; | |
10469 | return 0; | |
10470 | } | |
10471 | _ACEOF | |
10472 | rm -f conftest.$ac_objext | |
10473 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10474 | (eval $ac_compile) 2>&5 | |
10475 | ac_status=$? | |
10476 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10477 | (exit $ac_status); } && | |
10478 | { ac_try='test -s conftest.$ac_objext' | |
10479 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10480 | (eval $ac_try) 2>&5 | |
10481 | ac_status=$? | |
10482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10483 | (exit $ac_status); }; }; then | |
10484 | break | |
10485 | else | |
10486 | echo "$as_me: failed program was:" >&5 | |
10487 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10488 | ||
10489 | fi | |
10490 | rm -f conftest.$ac_objext conftest.$ac_ext | |
10491 | done | |
10492 | rm -f conftest* | |
10493 | if test -n "$ac_declaration"; then | |
10494 | echo '#ifdef __cplusplus' >>confdefs.h | |
10495 | echo $ac_declaration >>confdefs.h | |
10496 | echo '#endif' >>confdefs.h | |
10497 | fi | |
10498 | ||
10499 | else | |
10500 | echo "$as_me: failed program was:" >&5 | |
10501 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10502 | ||
10503 | fi | |
10504 | rm -f conftest.$ac_objext conftest.$ac_ext | |
10505 | ac_ext=c | |
10506 | ac_cpp='$CPP $CPPFLAGS' | |
10507 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
10508 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
10509 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
10f2d63a VZ |
10510 | |
10511 | ||
e6cc62c6 VS |
10512 | |
10513 | ac_ext=c | |
10514 | ac_cpp='$CPP $CPPFLAGS' | |
10515 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
10516 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
10517 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
10518 | echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 | |
10519 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 | |
10f2d63a VZ |
10520 | # On Suns, sometimes $CPP names a directory. |
10521 | if test -n "$CPP" && test -d "$CPP"; then | |
10522 | CPP= | |
10523 | fi | |
10524 | if test -z "$CPP"; then | |
e6cc62c6 VS |
10525 | if test "${ac_cv_prog_CPP+set}" = set; then |
10526 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10527 | else | |
10528 | # Double quotes because CPP needs to be expanded | |
10529 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
10530 | do | |
10531 | ac_preproc_ok=false | |
10532 | for ac_c_preproc_warn_flag in '' yes | |
10533 | do | |
10534 | # Use a header file that comes with gcc, so configuring glibc | |
10535 | # with a fresh cross-compiler works. | |
10536 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
10537 | # <limits.h> exists even on freestanding compilers. | |
10f2d63a | 10538 | # On the NeXT, cc -E runs the code through the compiler's parser, |
e6cc62c6 VS |
10539 | # not just through cpp. "Syntax error" is here to catch this case. |
10540 | cat >conftest.$ac_ext <<_ACEOF | |
10541 | #line $LINENO "configure" | |
10542 | /* confdefs.h. */ | |
10543 | _ACEOF | |
10544 | cat confdefs.h >>conftest.$ac_ext | |
10545 | cat >>conftest.$ac_ext <<_ACEOF | |
10546 | /* end confdefs.h. */ | |
10547 | #ifdef __STDC__ | |
10548 | # include <limits.h> | |
10549 | #else | |
10550 | # include <assert.h> | |
10551 | #endif | |
10552 | Syntax error | |
10553 | _ACEOF | |
10554 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
10555 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
10556 | ac_status=$? | |
10557 | grep -v '^ *+' conftest.er1 >conftest.err | |
10558 | rm -f conftest.er1 | |
10559 | cat conftest.err >&5 | |
10560 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10561 | (exit $ac_status); } >/dev/null; then | |
10562 | if test -s conftest.err; then | |
10563 | ac_cpp_err=$ac_c_preproc_warn_flag | |
10564 | else | |
10565 | ac_cpp_err= | |
10566 | fi | |
10f2d63a | 10567 | else |
e6cc62c6 VS |
10568 | ac_cpp_err=yes |
10569 | fi | |
10570 | if test -z "$ac_cpp_err"; then | |
a0b9e27f | 10571 | : |
247f5006 | 10572 | else |
e6cc62c6 VS |
10573 | echo "$as_me: failed program was:" >&5 |
10574 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10575 | ||
10576 | # Broken: fails on valid input. | |
10577 | continue | |
10578 | fi | |
10579 | rm -f conftest.err conftest.$ac_ext | |
10580 | ||
10581 | # OK, works on sane cases. Now check whether non-existent headers | |
10582 | # can be detected and how. | |
10583 | cat >conftest.$ac_ext <<_ACEOF | |
10584 | #line $LINENO "configure" | |
10585 | /* confdefs.h. */ | |
10586 | _ACEOF | |
10587 | cat confdefs.h >>conftest.$ac_ext | |
10588 | cat >>conftest.$ac_ext <<_ACEOF | |
10589 | /* end confdefs.h. */ | |
10590 | #include <ac_nonexistent.h> | |
10591 | _ACEOF | |
10592 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
10593 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
10594 | ac_status=$? | |
10595 | grep -v '^ *+' conftest.er1 >conftest.err | |
10596 | rm -f conftest.er1 | |
10597 | cat conftest.err >&5 | |
10598 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10599 | (exit $ac_status); } >/dev/null; then | |
10600 | if test -s conftest.err; then | |
10601 | ac_cpp_err=$ac_c_preproc_warn_flag | |
10602 | else | |
10603 | ac_cpp_err= | |
10604 | fi | |
10f2d63a | 10605 | else |
e6cc62c6 | 10606 | ac_cpp_err=yes |
579d8138 | 10607 | fi |
e6cc62c6 VS |
10608 | if test -z "$ac_cpp_err"; then |
10609 | # Broken: success on invalid input. | |
10610 | continue | |
10611 | else | |
10612 | echo "$as_me: failed program was:" >&5 | |
10613 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10614 | ||
10615 | # Passes both tests. | |
10616 | ac_preproc_ok=: | |
10617 | break | |
52127426 | 10618 | fi |
e6cc62c6 VS |
10619 | rm -f conftest.err conftest.$ac_ext |
10620 | ||
10621 | done | |
10622 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
10623 | rm -f conftest.err conftest.$ac_ext | |
10624 | if $ac_preproc_ok; then | |
10625 | break | |
8284b0c5 | 10626 | fi |
e6cc62c6 VS |
10627 | |
10628 | done | |
10629 | ac_cv_prog_CPP=$CPP | |
10630 | ||
10631 | fi | |
10632 | CPP=$ac_cv_prog_CPP | |
10633 | else | |
10634 | ac_cv_prog_CPP=$CPP | |
10635 | fi | |
10636 | echo "$as_me:$LINENO: result: $CPP" >&5 | |
10637 | echo "${ECHO_T}$CPP" >&6 | |
10638 | ac_preproc_ok=false | |
10639 | for ac_c_preproc_warn_flag in '' yes | |
10640 | do | |
10641 | # Use a header file that comes with gcc, so configuring glibc | |
10642 | # with a fresh cross-compiler works. | |
10643 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
10644 | # <limits.h> exists even on freestanding compilers. | |
10645 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
10646 | # not just through cpp. "Syntax error" is here to catch this case. | |
10647 | cat >conftest.$ac_ext <<_ACEOF | |
10648 | #line $LINENO "configure" | |
10649 | /* confdefs.h. */ | |
10650 | _ACEOF | |
10651 | cat confdefs.h >>conftest.$ac_ext | |
10652 | cat >>conftest.$ac_ext <<_ACEOF | |
10653 | /* end confdefs.h. */ | |
10654 | #ifdef __STDC__ | |
10655 | # include <limits.h> | |
10656 | #else | |
10657 | # include <assert.h> | |
10658 | #endif | |
10659 | Syntax error | |
10660 | _ACEOF | |
10661 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
10662 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
10663 | ac_status=$? | |
10664 | grep -v '^ *+' conftest.er1 >conftest.err | |
10665 | rm -f conftest.er1 | |
10666 | cat conftest.err >&5 | |
10667 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10668 | (exit $ac_status); } >/dev/null; then | |
10669 | if test -s conftest.err; then | |
10670 | ac_cpp_err=$ac_c_preproc_warn_flag | |
10671 | else | |
10672 | ac_cpp_err= | |
10673 | fi | |
10674 | else | |
10675 | ac_cpp_err=yes | |
10676 | fi | |
10677 | if test -z "$ac_cpp_err"; then | |
10678 | : | |
10679 | else | |
10680 | echo "$as_me: failed program was:" >&5 | |
10681 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10682 | ||
10683 | # Broken: fails on valid input. | |
10684 | continue | |
10685 | fi | |
10686 | rm -f conftest.err conftest.$ac_ext | |
10687 | ||
10688 | # OK, works on sane cases. Now check whether non-existent headers | |
10689 | # can be detected and how. | |
10690 | cat >conftest.$ac_ext <<_ACEOF | |
10691 | #line $LINENO "configure" | |
10692 | /* confdefs.h. */ | |
10693 | _ACEOF | |
10694 | cat confdefs.h >>conftest.$ac_ext | |
10695 | cat >>conftest.$ac_ext <<_ACEOF | |
10696 | /* end confdefs.h. */ | |
10697 | #include <ac_nonexistent.h> | |
10698 | _ACEOF | |
10699 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
10700 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
10701 | ac_status=$? | |
10702 | grep -v '^ *+' conftest.er1 >conftest.err | |
10703 | rm -f conftest.er1 | |
10704 | cat conftest.err >&5 | |
10705 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10706 | (exit $ac_status); } >/dev/null; then | |
10707 | if test -s conftest.err; then | |
10708 | ac_cpp_err=$ac_c_preproc_warn_flag | |
10709 | else | |
10710 | ac_cpp_err= | |
10711 | fi | |
10712 | else | |
10713 | ac_cpp_err=yes | |
10714 | fi | |
10715 | if test -z "$ac_cpp_err"; then | |
10716 | # Broken: success on invalid input. | |
10717 | continue | |
10718 | else | |
10719 | echo "$as_me: failed program was:" >&5 | |
10720 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10721 | ||
10722 | # Passes both tests. | |
10723 | ac_preproc_ok=: | |
10724 | break | |
a0b9e27f | 10725 | fi |
e6cc62c6 VS |
10726 | rm -f conftest.err conftest.$ac_ext |
10727 | ||
10728 | done | |
10729 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
10730 | rm -f conftest.err conftest.$ac_ext | |
10731 | if $ac_preproc_ok; then | |
10732 | : | |
10733 | else | |
10734 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | |
10735 | See \`config.log' for more details." >&5 | |
10736 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | |
10737 | See \`config.log' for more details." >&2;} | |
10738 | { (exit 1); exit 1; }; } | |
10739 | fi | |
10740 | ||
10741 | ac_ext=c | |
10742 | ac_cpp='$CPP $CPPFLAGS' | |
10743 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
10744 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
10745 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
10746 | ||
10747 | ||
10748 | echo "$as_me:$LINENO: checking for egrep" >&5 | |
10749 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6 | |
10750 | if test "${ac_cv_prog_egrep+set}" = set; then | |
10751 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 10752 | else |
e6cc62c6 VS |
10753 | if echo a | (grep -E '(a|b)') >/dev/null 2>&1 |
10754 | then ac_cv_prog_egrep='grep -E' | |
10755 | else ac_cv_prog_egrep='egrep' | |
10756 | fi | |
10f2d63a | 10757 | fi |
e6cc62c6 VS |
10758 | echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 |
10759 | echo "${ECHO_T}$ac_cv_prog_egrep" >&6 | |
10760 | EGREP=$ac_cv_prog_egrep | |
10761 | ||
10f2d63a | 10762 | |
e6cc62c6 VS |
10763 | if test $ac_cv_c_compiler_gnu = yes; then |
10764 | echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 | |
10765 | echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 | |
10766 | if test "${ac_cv_prog_gcc_traditional+set}" = set; then | |
10767 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a VZ |
10768 | else |
10769 | ac_pattern="Autoconf.*'x'" | |
e6cc62c6 VS |
10770 | cat >conftest.$ac_ext <<_ACEOF |
10771 | #line $LINENO "configure" | |
10772 | /* confdefs.h. */ | |
10773 | _ACEOF | |
10774 | cat confdefs.h >>conftest.$ac_ext | |
10775 | cat >>conftest.$ac_ext <<_ACEOF | |
10776 | /* end confdefs.h. */ | |
10f2d63a VZ |
10777 | #include <sgtty.h> |
10778 | Autoconf TIOCGETP | |
e6cc62c6 | 10779 | _ACEOF |
10f2d63a | 10780 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
e6cc62c6 | 10781 | $EGREP "$ac_pattern" >/dev/null 2>&1; then |
10f2d63a VZ |
10782 | ac_cv_prog_gcc_traditional=yes |
10783 | else | |
10f2d63a VZ |
10784 | ac_cv_prog_gcc_traditional=no |
10785 | fi | |
10786 | rm -f conftest* | |
10787 | ||
8284b0c5 | 10788 | |
10f2d63a | 10789 | if test $ac_cv_prog_gcc_traditional = no; then |
e6cc62c6 VS |
10790 | cat >conftest.$ac_ext <<_ACEOF |
10791 | #line $LINENO "configure" | |
10792 | /* confdefs.h. */ | |
10793 | _ACEOF | |
10794 | cat confdefs.h >>conftest.$ac_ext | |
10795 | cat >>conftest.$ac_ext <<_ACEOF | |
10796 | /* end confdefs.h. */ | |
10f2d63a VZ |
10797 | #include <termio.h> |
10798 | Autoconf TCGETA | |
e6cc62c6 | 10799 | _ACEOF |
10f2d63a | 10800 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
e6cc62c6 | 10801 | $EGREP "$ac_pattern" >/dev/null 2>&1; then |
10f2d63a VZ |
10802 | ac_cv_prog_gcc_traditional=yes |
10803 | fi | |
10804 | rm -f conftest* | |
10805 | ||
10806 | fi | |
10807 | fi | |
e6cc62c6 VS |
10808 | echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 |
10809 | echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 | |
10f2d63a VZ |
10810 | if test $ac_cv_prog_gcc_traditional = yes; then |
10811 | CC="$CC -traditional" | |
10812 | fi | |
10813 | fi | |
10814 | ||
8284b0c5 MB |
10815 | |
10816 | ||
e6cc62c6 VS |
10817 | |
10818 | ac_ext=cc | |
1e487827 | 10819 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
10820 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
10821 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
10822 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
8284b0c5 | 10823 | |
698dcdb6 | 10824 | |
ec603395 | 10825 | CXXFLAGS=${CXXFLAGS:=} |
e6cc62c6 VS |
10826 | ac_ext=cc |
10827 | ac_cpp='$CXXCPP $CPPFLAGS' | |
10828 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
10829 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
10830 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
10831 | if test -n "$ac_tool_prefix"; then | |
10832 | for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | |
10833 | do | |
10834 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
10835 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
10836 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10837 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10838 | if test "${ac_cv_prog_CXX+set}" = set; then | |
10839 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a VZ |
10840 | else |
10841 | if test -n "$CXX"; then | |
10842 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
10843 | else | |
e6cc62c6 VS |
10844 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
10845 | for as_dir in $PATH | |
10846 | do | |
10847 | IFS=$as_save_IFS | |
10848 | test -z "$as_dir" && as_dir=. | |
10849 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10850 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10851 | ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" | |
10852 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10853 | break 2 | |
10854 | fi | |
10855 | done | |
10856 | done | |
10857 | ||
10f2d63a VZ |
10858 | fi |
10859 | fi | |
e6cc62c6 | 10860 | CXX=$ac_cv_prog_CXX |
10f2d63a | 10861 | if test -n "$CXX"; then |
e6cc62c6 VS |
10862 | echo "$as_me:$LINENO: result: $CXX" >&5 |
10863 | echo "${ECHO_T}$CXX" >&6 | |
10f2d63a | 10864 | else |
e6cc62c6 VS |
10865 | echo "$as_me:$LINENO: result: no" >&5 |
10866 | echo "${ECHO_T}no" >&6 | |
10f2d63a VZ |
10867 | fi |
10868 | ||
e6cc62c6 VS |
10869 | test -n "$CXX" && break |
10870 | done | |
10871 | fi | |
10872 | if test -z "$CXX"; then | |
10873 | ac_ct_CXX=$CXX | |
10874 | for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | |
10875 | do | |
10876 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
10877 | set dummy $ac_prog; ac_word=$2 | |
10878 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10879 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10880 | if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then | |
10881 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10882 | else | |
10883 | if test -n "$ac_ct_CXX"; then | |
10884 | ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. | |
10885 | else | |
10886 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10887 | for as_dir in $PATH | |
10888 | do | |
10889 | IFS=$as_save_IFS | |
10890 | test -z "$as_dir" && as_dir=. | |
10891 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10892 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10893 | ac_cv_prog_ac_ct_CXX="$ac_prog" | |
10894 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10895 | break 2 | |
10896 | fi | |
10897 | done | |
10f2d63a | 10898 | done |
a0b9e27f | 10899 | |
8284b0c5 | 10900 | fi |
a0b9e27f | 10901 | fi |
e6cc62c6 VS |
10902 | ac_ct_CXX=$ac_cv_prog_ac_ct_CXX |
10903 | if test -n "$ac_ct_CXX"; then | |
10904 | echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 | |
10905 | echo "${ECHO_T}$ac_ct_CXX" >&6 | |
10906 | else | |
10907 | echo "$as_me:$LINENO: result: no" >&5 | |
10908 | echo "${ECHO_T}no" >&6 | |
a0b9e27f | 10909 | fi |
10f2d63a | 10910 | |
e6cc62c6 VS |
10911 | test -n "$ac_ct_CXX" && break |
10912 | done | |
10913 | test -n "$ac_ct_CXX" || ac_ct_CXX="g++" | |
10914 | ||
10915 | CXX=$ac_ct_CXX | |
10916 | fi | |
10917 | ||
10918 | ||
10919 | # Provide some information about the compiler. | |
10920 | echo "$as_me:$LINENO:" \ | |
10921 | "checking for C++ compiler version" >&5 | |
10922 | ac_compiler=`set X $ac_compile; echo $2` | |
10923 | { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | |
10924 | (eval $ac_compiler --version </dev/null >&5) 2>&5 | |
10925 | ac_status=$? | |
10926 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10927 | (exit $ac_status); } | |
10928 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | |
10929 | (eval $ac_compiler -v </dev/null >&5) 2>&5 | |
10930 | ac_status=$? | |
10931 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10932 | (exit $ac_status); } | |
10933 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | |
10934 | (eval $ac_compiler -V </dev/null >&5) 2>&5 | |
10935 | ac_status=$? | |
10936 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10937 | (exit $ac_status); } | |
10938 | ||
10939 | echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 | |
10940 | echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 | |
10941 | if test "${ac_cv_cxx_compiler_gnu+set}" = set; then | |
10942 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10943 | else | |
10944 | cat >conftest.$ac_ext <<_ACEOF | |
10945 | #line $LINENO "configure" | |
10946 | /* confdefs.h. */ | |
10947 | _ACEOF | |
10948 | cat confdefs.h >>conftest.$ac_ext | |
10949 | cat >>conftest.$ac_ext <<_ACEOF | |
10950 | /* end confdefs.h. */ | |
10951 | ||
10952 | int | |
10953 | main () | |
10954 | { | |
10955 | #ifndef __GNUC__ | |
10956 | choke me | |
10957 | #endif | |
10f2d63a | 10958 | |
e6cc62c6 VS |
10959 | ; |
10960 | return 0; | |
10961 | } | |
10962 | _ACEOF | |
10963 | rm -f conftest.$ac_objext | |
10964 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
10965 | (eval $ac_compile) 2>&5 | |
10966 | ac_status=$? | |
10967 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10968 | (exit $ac_status); } && | |
10969 | { ac_try='test -s conftest.$ac_objext' | |
10970 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
10971 | (eval $ac_try) 2>&5 | |
10972 | ac_status=$? | |
10973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10974 | (exit $ac_status); }; }; then | |
10975 | ac_compiler_gnu=yes | |
10976 | else | |
10977 | echo "$as_me: failed program was:" >&5 | |
10978 | sed 's/^/| /' conftest.$ac_ext >&5 | |
10979 | ||
10980 | ac_compiler_gnu=no | |
10981 | fi | |
10982 | rm -f conftest.$ac_objext conftest.$ac_ext | |
10983 | ac_cv_cxx_compiler_gnu=$ac_compiler_gnu | |
10984 | ||
10985 | fi | |
10986 | echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 | |
10987 | echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 | |
10988 | GXX=`test $ac_compiler_gnu = yes && echo yes` | |
10989 | ac_test_CXXFLAGS=${CXXFLAGS+set} | |
10990 | ac_save_CXXFLAGS=$CXXFLAGS | |
10991 | CXXFLAGS="-g" | |
10992 | echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 | |
10993 | echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 | |
10994 | if test "${ac_cv_prog_cxx_g+set}" = set; then | |
10995 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10996 | else | |
10997 | cat >conftest.$ac_ext <<_ACEOF | |
10998 | #line $LINENO "configure" | |
10999 | /* confdefs.h. */ | |
11000 | _ACEOF | |
11001 | cat confdefs.h >>conftest.$ac_ext | |
11002 | cat >>conftest.$ac_ext <<_ACEOF | |
11003 | /* end confdefs.h. */ | |
11004 | ||
11005 | int | |
11006 | main () | |
11007 | { | |
f09359cf | 11008 | |
e6cc62c6 VS |
11009 | ; |
11010 | return 0; | |
11011 | } | |
11012 | _ACEOF | |
11013 | rm -f conftest.$ac_objext | |
11014 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11015 | (eval $ac_compile) 2>&5 | |
11016 | ac_status=$? | |
11017 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11018 | (exit $ac_status); } && | |
11019 | { ac_try='test -s conftest.$ac_objext' | |
11020 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11021 | (eval $ac_try) 2>&5 | |
11022 | ac_status=$? | |
11023 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11024 | (exit $ac_status); }; }; then | |
10f2d63a VZ |
11025 | ac_cv_prog_cxx_g=yes |
11026 | else | |
e6cc62c6 VS |
11027 | echo "$as_me: failed program was:" >&5 |
11028 | sed 's/^/| /' conftest.$ac_ext >&5 | |
a0b9e27f | 11029 | |
e6cc62c6 | 11030 | ac_cv_prog_cxx_g=no |
10f2d63a | 11031 | fi |
e6cc62c6 VS |
11032 | rm -f conftest.$ac_objext conftest.$ac_ext |
11033 | fi | |
11034 | echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 | |
11035 | echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 | |
f09359cf | 11036 | if test "$ac_test_CXXFLAGS" = set; then |
e6cc62c6 | 11037 | CXXFLAGS=$ac_save_CXXFLAGS |
f09359cf VS |
11038 | elif test $ac_cv_prog_cxx_g = yes; then |
11039 | if test "$GXX" = yes; then | |
10f2d63a VZ |
11040 | CXXFLAGS="-g -O2" |
11041 | else | |
f09359cf | 11042 | CXXFLAGS="-g" |
10f2d63a | 11043 | fi |
5c0a20c3 | 11044 | else |
f09359cf VS |
11045 | if test "$GXX" = yes; then |
11046 | CXXFLAGS="-O2" | |
11047 | else | |
11048 | CXXFLAGS= | |
11049 | fi | |
10f2d63a | 11050 | fi |
e6cc62c6 | 11051 | for ac_declaration in \ |
71e83a03 | 11052 | '' \ |
e6cc62c6 VS |
11053 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
11054 | 'extern "C" void std::exit (int); using std::exit;' \ | |
11055 | 'extern "C" void exit (int) throw ();' \ | |
11056 | 'extern "C" void exit (int);' \ | |
11057 | 'void exit (int);' | |
11058 | do | |
11059 | cat >conftest.$ac_ext <<_ACEOF | |
11060 | #line $LINENO "configure" | |
11061 | /* confdefs.h. */ | |
11062 | _ACEOF | |
11063 | cat confdefs.h >>conftest.$ac_ext | |
11064 | cat >>conftest.$ac_ext <<_ACEOF | |
11065 | /* end confdefs.h. */ | |
e6cc62c6 | 11066 | $ac_declaration |
71e83a03 | 11067 | #include <stdlib.h> |
e6cc62c6 VS |
11068 | int |
11069 | main () | |
11070 | { | |
11071 | exit (42); | |
11072 | ; | |
11073 | return 0; | |
11074 | } | |
11075 | _ACEOF | |
11076 | rm -f conftest.$ac_objext | |
11077 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11078 | (eval $ac_compile) 2>&5 | |
11079 | ac_status=$? | |
11080 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11081 | (exit $ac_status); } && | |
11082 | { ac_try='test -s conftest.$ac_objext' | |
11083 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11084 | (eval $ac_try) 2>&5 | |
11085 | ac_status=$? | |
11086 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11087 | (exit $ac_status); }; }; then | |
11088 | : | |
11089 | else | |
11090 | echo "$as_me: failed program was:" >&5 | |
11091 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11092 | ||
11093 | continue | |
11094 | fi | |
11095 | rm -f conftest.$ac_objext conftest.$ac_ext | |
11096 | cat >conftest.$ac_ext <<_ACEOF | |
11097 | #line $LINENO "configure" | |
11098 | /* confdefs.h. */ | |
11099 | _ACEOF | |
11100 | cat confdefs.h >>conftest.$ac_ext | |
11101 | cat >>conftest.$ac_ext <<_ACEOF | |
11102 | /* end confdefs.h. */ | |
11103 | $ac_declaration | |
11104 | int | |
11105 | main () | |
11106 | { | |
11107 | exit (42); | |
11108 | ; | |
11109 | return 0; | |
11110 | } | |
11111 | _ACEOF | |
11112 | rm -f conftest.$ac_objext | |
11113 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11114 | (eval $ac_compile) 2>&5 | |
11115 | ac_status=$? | |
11116 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11117 | (exit $ac_status); } && | |
11118 | { ac_try='test -s conftest.$ac_objext' | |
11119 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11120 | (eval $ac_try) 2>&5 | |
11121 | ac_status=$? | |
11122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11123 | (exit $ac_status); }; }; then | |
11124 | break | |
11125 | else | |
11126 | echo "$as_me: failed program was:" >&5 | |
11127 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11128 | ||
11129 | fi | |
11130 | rm -f conftest.$ac_objext conftest.$ac_ext | |
11131 | done | |
11132 | rm -f conftest* | |
11133 | if test -n "$ac_declaration"; then | |
11134 | echo '#ifdef __cplusplus' >>confdefs.h | |
11135 | echo $ac_declaration >>confdefs.h | |
11136 | echo '#endif' >>confdefs.h | |
11137 | fi | |
11138 | ||
11139 | ac_ext=cc | |
11140 | ac_cpp='$CXXCPP $CPPFLAGS' | |
11141 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11142 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11143 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
10f2d63a VZ |
11144 | |
11145 | ||
10f2d63a | 11146 | ac_ext=c |
10f2d63a | 11147 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
11148 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
11149 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11150 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
8284b0c5 MB |
11151 | |
11152 | ||
e6cc62c6 VS |
11153 | if test -n "$ac_tool_prefix"; then |
11154 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
11155 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
11156 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
11157 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
11158 | if test "${ac_cv_prog_RANLIB+set}" = set; then | |
11159 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a VZ |
11160 | else |
11161 | if test -n "$RANLIB"; then | |
11162 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
11163 | else | |
e6cc62c6 VS |
11164 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
11165 | for as_dir in $PATH | |
11166 | do | |
11167 | IFS=$as_save_IFS | |
11168 | test -z "$as_dir" && as_dir=. | |
11169 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11170 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
11171 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
11172 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
11173 | break 2 | |
11174 | fi | |
11175 | done | |
11176 | done | |
11177 | ||
10f2d63a VZ |
11178 | fi |
11179 | fi | |
e6cc62c6 | 11180 | RANLIB=$ac_cv_prog_RANLIB |
10f2d63a | 11181 | if test -n "$RANLIB"; then |
e6cc62c6 VS |
11182 | echo "$as_me:$LINENO: result: $RANLIB" >&5 |
11183 | echo "${ECHO_T}$RANLIB" >&6 | |
11184 | else | |
11185 | echo "$as_me:$LINENO: result: no" >&5 | |
11186 | echo "${ECHO_T}no" >&6 | |
11187 | fi | |
11188 | ||
11189 | fi | |
11190 | if test -z "$ac_cv_prog_RANLIB"; then | |
11191 | ac_ct_RANLIB=$RANLIB | |
11192 | # Extract the first word of "ranlib", so it can be a program name with args. | |
11193 | set dummy ranlib; ac_word=$2 | |
11194 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
11195 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
11196 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
11197 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
328a083c | 11198 | else |
e6cc62c6 VS |
11199 | if test -n "$ac_ct_RANLIB"; then |
11200 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
11201 | else | |
11202 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
11203 | for as_dir in $PATH | |
11204 | do | |
11205 | IFS=$as_save_IFS | |
11206 | test -z "$as_dir" && as_dir=. | |
11207 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11208 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
11209 | ac_cv_prog_ac_ct_RANLIB="ranlib" | |
11210 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
11211 | break 2 | |
11212 | fi | |
11213 | done | |
11214 | done | |
11215 | ||
11216 | test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
11217 | fi | |
11218 | fi | |
11219 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
11220 | if test -n "$ac_ct_RANLIB"; then | |
11221 | echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | |
11222 | echo "${ECHO_T}$ac_ct_RANLIB" >&6 | |
11223 | else | |
11224 | echo "$as_me:$LINENO: result: no" >&5 | |
11225 | echo "${ECHO_T}no" >&6 | |
11226 | fi | |
11227 | ||
11228 | RANLIB=$ac_ct_RANLIB | |
11229 | else | |
11230 | RANLIB="$ac_cv_prog_RANLIB" | |
328a083c RR |
11231 | fi |
11232 | ||
10f2d63a VZ |
11233 | |
11234 | # Extract the first word of "ar", so it can be a program name with args. | |
11235 | set dummy ar; ac_word=$2 | |
e6cc62c6 VS |
11236 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
11237 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
11238 | if test "${ac_cv_prog_AR+set}" = set; then | |
11239 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a VZ |
11240 | else |
11241 | if test -n "$AR"; then | |
11242 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
11243 | else | |
e6cc62c6 VS |
11244 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
11245 | for as_dir in $PATH | |
11246 | do | |
11247 | IFS=$as_save_IFS | |
11248 | test -z "$as_dir" && as_dir=. | |
11249 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11250 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
11251 | ac_cv_prog_AR="ar" | |
11252 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
11253 | break 2 | |
11254 | fi | |
11255 | done | |
11256 | done | |
11257 | ||
10f2d63a VZ |
11258 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" |
11259 | fi | |
11260 | fi | |
e6cc62c6 | 11261 | AR=$ac_cv_prog_AR |
10f2d63a | 11262 | if test -n "$AR"; then |
e6cc62c6 VS |
11263 | echo "$as_me:$LINENO: result: $AR" >&5 |
11264 | echo "${ECHO_T}$AR" >&6 | |
10f2d63a | 11265 | else |
e6cc62c6 VS |
11266 | echo "$as_me:$LINENO: result: no" >&5 |
11267 | echo "${ECHO_T}no" >&6 | |
10f2d63a VZ |
11268 | fi |
11269 | ||
8284b0c5 | 11270 | |
6054113a | 11271 | # Find a good install program. We prefer a C program (faster), |
10f2d63a VZ |
11272 | # so one script is as good as another. But avoid the broken or |
11273 | # incompatible versions: | |
11274 | # SysV /etc/install, /usr/sbin/install | |
11275 | # SunOS /usr/etc/install | |
11276 | # IRIX /sbin/install | |
11277 | # AIX /bin/install | |
e6cc62c6 | 11278 | # AmigaOS /C/install, which installs bootblocks on floppy discs |
f09359cf | 11279 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
10f2d63a VZ |
11280 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
11281 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
11282 | # ./install, which can be erroneously created by make from ./install.sh. | |
e6cc62c6 VS |
11283 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
11284 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | |
10f2d63a | 11285 | if test -z "$INSTALL"; then |
e6cc62c6 VS |
11286 | if test "${ac_cv_path_install+set}" = set; then |
11287 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11288 | else | |
11289 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
11290 | for as_dir in $PATH | |
11291 | do | |
11292 | IFS=$as_save_IFS | |
11293 | test -z "$as_dir" && as_dir=. | |
11294 | # Account for people who put trailing slashes in PATH elements. | |
11295 | case $as_dir/ in | |
11296 | ./ | .// | /cC/* | \ | |
11297 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
11298 | /usr/ucb/* ) ;; | |
11299 | *) | |
11300 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
11301 | # Don't use installbsd from OSF since it installs stuff as root | |
11302 | # by default. | |
11303 | for ac_prog in ginstall scoinst install; do | |
11304 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11305 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then | |
11306 | if test $ac_prog = install && | |
11307 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
11308 | # AIX install. It has an incompatible calling convention. | |
11309 | : | |
11310 | elif test $ac_prog = install && | |
11311 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
11312 | # program-specific install script used by HP pwplus--don't use. | |
11313 | : | |
11314 | else | |
11315 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
11316 | break 3 | |
11317 | fi | |
11318 | fi | |
10f2d63a | 11319 | done |
e6cc62c6 VS |
11320 | done |
11321 | ;; | |
11322 | esac | |
11323 | done | |
11324 | ||
10f2d63a VZ |
11325 | |
11326 | fi | |
11327 | if test "${ac_cv_path_install+set}" = set; then | |
e6cc62c6 | 11328 | INSTALL=$ac_cv_path_install |
10f2d63a VZ |
11329 | else |
11330 | # As a last resort, use the slow shell script. We don't cache a | |
11331 | # path for INSTALL within a source directory, because that will | |
11332 | # break other packages using the cache if that directory is | |
11333 | # removed, or if the path is relative. | |
e6cc62c6 | 11334 | INSTALL=$ac_install_sh |
10f2d63a VZ |
11335 | fi |
11336 | fi | |
e6cc62c6 VS |
11337 | echo "$as_me:$LINENO: result: $INSTALL" >&5 |
11338 | echo "${ECHO_T}$INSTALL" >&6 | |
10f2d63a VZ |
11339 | |
11340 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
11341 | # It thinks the first close brace ends the variable substitution. | |
11342 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
11343 | ||
e6cc62c6 | 11344 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
f09359cf | 11345 | |
10f2d63a VZ |
11346 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
11347 | ||
8284b0c5 | 11348 | |
1d1b75ac VZ |
11349 | case ${INSTALL} in |
11350 | /* ) # Absolute | |
11351 | ;; | |
4f5a7f74 VZ |
11352 | ?:* ) # Drive letter, considered as absolute. |
11353 | ;; | |
3bd8fb5f | 11354 | *) |
1d1b75ac VZ |
11355 | INSTALL=`pwd`/${INSTALL} ;; |
11356 | esac | |
11357 | ||
4f5a7f74 VZ |
11358 | case ${host} in |
11359 | *-hp-hpux* ) | |
11360 | INSTALL_DIR="mkdir" | |
11361 | ;; | |
11362 | ||
11363 | *) INSTALL_DIR="$INSTALL -d" | |
11364 | ;; | |
11365 | esac | |
11366 | ||
8284b0c5 | 11367 | |
6054113a GD |
11368 | case "${host}" in |
11369 | ||
b5853384 | 11370 | powerpc-*-darwin* ) |
eb99ae0b GD |
11371 | INSTALL_PROGRAM="cp -fp" |
11372 | INSTALL_DATA="cp -fp" | |
6054113a GD |
11373 | ;; |
11374 | *) | |
11375 | ;; | |
d6853540 | 11376 | esac |
698dcdb6 | 11377 | |
10f2d63a VZ |
11378 | # Extract the first word of "strip", so it can be a program name with args. |
11379 | set dummy strip; ac_word=$2 | |
e6cc62c6 VS |
11380 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
11381 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
11382 | if test "${ac_cv_prog_STRIP+set}" = set; then | |
11383 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a VZ |
11384 | else |
11385 | if test -n "$STRIP"; then | |
11386 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
11387 | else | |
e6cc62c6 VS |
11388 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
11389 | for as_dir in $PATH | |
11390 | do | |
11391 | IFS=$as_save_IFS | |
11392 | test -z "$as_dir" && as_dir=. | |
11393 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11394 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
11395 | ac_cv_prog_STRIP="strip" | |
11396 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
11397 | break 2 | |
11398 | fi | |
11399 | done | |
11400 | done | |
11401 | ||
10f2d63a VZ |
11402 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" |
11403 | fi | |
11404 | fi | |
e6cc62c6 | 11405 | STRIP=$ac_cv_prog_STRIP |
10f2d63a | 11406 | if test -n "$STRIP"; then |
e6cc62c6 VS |
11407 | echo "$as_me:$LINENO: result: $STRIP" >&5 |
11408 | echo "${ECHO_T}$STRIP" >&6 | |
10f2d63a | 11409 | else |
e6cc62c6 VS |
11410 | echo "$as_me:$LINENO: result: no" >&5 |
11411 | echo "${ECHO_T}no" >&6 | |
10f2d63a VZ |
11412 | fi |
11413 | ||
5c6fa7d2 | 11414 | |
e6cc62c6 VS |
11415 | echo "$as_me:$LINENO: checking if make is GNU make" >&5 |
11416 | echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6 | |
11417 | if test "${wx_cv_prog_makeisgnu+set}" = set; then | |
11418 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 11419 | else |
e6cc62c6 | 11420 | |
414eab6d | 11421 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | |
d558c907 | 11422 | egrep -s GNU > /dev/null); then |
414eab6d VZ |
11423 | wx_cv_prog_makeisgnu="yes" |
11424 | else | |
11425 | wx_cv_prog_makeisgnu="no" | |
11426 | fi | |
11427 | ||
11428 | fi | |
e6cc62c6 VS |
11429 | echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5 |
11430 | echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6 | |
414eab6d VZ |
11431 | |
11432 | if test "x$wx_cv_prog_makeisgnu" = "xyes"; then | |
11433 | IF_GNU_MAKE="" | |
11434 | else | |
11435 | IF_GNU_MAKE="#" | |
11436 | fi | |
11437 | ||
8284b0c5 MB |
11438 | |
11439 | ||
414eab6d | 11440 | if test "x$wx_cv_prog_makeisgnu" != "xyes"; then |
e6cc62c6 VS |
11441 | echo "$as_me:$LINENO: checking if make supports VPATH" >&5 |
11442 | echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6 | |
11443 | if test "${wx_cv_prog_makevpath+set}" = set; then | |
11444 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
04e7a216 | 11445 | else |
e6cc62c6 | 11446 | |
10f2d63a VZ |
11447 | cat - << EOF > confMake |
11448 | check : file | |
11449 | cp \$? \$@ | |
11450 | cp \$? final_file | |
11451 | EOF | |
11452 | ||
11453 | if test ! -d sub ; then | |
11454 | mkdir sub | |
11455 | fi | |
11456 | echo dummy > sub/file | |
f6bcfd97 | 11457 | ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null |
10f2d63a VZ |
11458 | RESULT=$? |
11459 | rm -f sub/file check final_file confMake | |
11460 | rmdir sub | |
11461 | if test "$RESULT" = 0; then | |
04e7a216 | 11462 | wx_cv_prog_makevpath="yes" |
10f2d63a | 11463 | else |
04e7a216 VZ |
11464 | wx_cv_prog_makevpath="no" |
11465 | fi | |
11466 | ||
11467 | fi | |
e6cc62c6 VS |
11468 | echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5 |
11469 | echo "${ECHO_T}$wx_cv_prog_makevpath" >&6 | |
04e7a216 VZ |
11470 | |
11471 | if test "x$wx_cv_prog_makevpath" != "xyes"; then | |
e6cc62c6 | 11472 | { { echo "$as_me:$LINENO: error: |
5c6fa7d2 RR |
11473 | You need a make-utility that is able to use the variable |
11474 | VPATH correctly. | |
11475 | If your version of make does not support VPATH correctly, | |
11476 | please install GNU-make (possibly as gmake), and start | |
11477 | configure with the following command: | |
11478 | export MAKE=gmake; ./configure for sh-type shells | |
11479 | setenv MAKE gmake; ./configure for csh-type shells | |
11480 | Also please do remember to use gmake in this case every time | |
11481 | you are trying to compile. | |
e6cc62c6 VS |
11482 | " >&5 |
11483 | echo "$as_me: error: | |
11484 | You need a make-utility that is able to use the variable | |
11485 | VPATH correctly. | |
11486 | If your version of make does not support VPATH correctly, | |
11487 | please install GNU-make (possibly as gmake), and start | |
11488 | configure with the following command: | |
11489 | export MAKE=gmake; ./configure for sh-type shells | |
11490 | setenv MAKE gmake; ./configure for csh-type shells | |
11491 | Also please do remember to use gmake in this case every time | |
11492 | you are trying to compile. | |
11493 | " >&2;} | |
11494 | { (exit 1); exit 1; }; } | |
11495 | fi fi | |
10f2d63a VZ |
11496 | for ac_prog in 'bison -y' byacc |
11497 | do | |
e6cc62c6 | 11498 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
10f2d63a | 11499 | set dummy $ac_prog; ac_word=$2 |
e6cc62c6 VS |
11500 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
11501 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
11502 | if test "${ac_cv_prog_YACC+set}" = set; then | |
11503 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a VZ |
11504 | else |
11505 | if test -n "$YACC"; then | |
11506 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
11507 | else | |
e6cc62c6 VS |
11508 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
11509 | for as_dir in $PATH | |
11510 | do | |
11511 | IFS=$as_save_IFS | |
11512 | test -z "$as_dir" && as_dir=. | |
11513 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11514 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
11515 | ac_cv_prog_YACC="$ac_prog" | |
11516 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
11517 | break 2 | |
11518 | fi | |
11519 | done | |
11520 | done | |
11521 | ||
10f2d63a VZ |
11522 | fi |
11523 | fi | |
e6cc62c6 | 11524 | YACC=$ac_cv_prog_YACC |
10f2d63a | 11525 | if test -n "$YACC"; then |
e6cc62c6 VS |
11526 | echo "$as_me:$LINENO: result: $YACC" >&5 |
11527 | echo "${ECHO_T}$YACC" >&6 | |
10f2d63a | 11528 | else |
e6cc62c6 VS |
11529 | echo "$as_me:$LINENO: result: no" >&5 |
11530 | echo "${ECHO_T}no" >&6 | |
10f2d63a VZ |
11531 | fi |
11532 | ||
e6cc62c6 | 11533 | test -n "$YACC" && break |
10f2d63a VZ |
11534 | done |
11535 | test -n "$YACC" || YACC="yacc" | |
11536 | ||
8284b0c5 | 11537 | |
e6cc62c6 VS |
11538 | for ac_prog in flex lex |
11539 | do | |
11540 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
11541 | set dummy $ac_prog; ac_word=$2 | |
11542 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
11543 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
11544 | if test "${ac_cv_prog_LEX+set}" = set; then | |
11545 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a VZ |
11546 | else |
11547 | if test -n "$LEX"; then | |
11548 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
11549 | else | |
e6cc62c6 VS |
11550 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
11551 | for as_dir in $PATH | |
11552 | do | |
11553 | IFS=$as_save_IFS | |
11554 | test -z "$as_dir" && as_dir=. | |
11555 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11556 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
11557 | ac_cv_prog_LEX="$ac_prog" | |
11558 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
11559 | break 2 | |
11560 | fi | |
11561 | done | |
11562 | done | |
11563 | ||
10f2d63a VZ |
11564 | fi |
11565 | fi | |
e6cc62c6 | 11566 | LEX=$ac_cv_prog_LEX |
10f2d63a | 11567 | if test -n "$LEX"; then |
e6cc62c6 VS |
11568 | echo "$as_me:$LINENO: result: $LEX" >&5 |
11569 | echo "${ECHO_T}$LEX" >&6 | |
10f2d63a | 11570 | else |
e6cc62c6 VS |
11571 | echo "$as_me:$LINENO: result: no" >&5 |
11572 | echo "${ECHO_T}no" >&6 | |
10f2d63a VZ |
11573 | fi |
11574 | ||
e6cc62c6 VS |
11575 | test -n "$LEX" && break |
11576 | done | |
11577 | test -n "$LEX" || LEX=":" | |
11578 | ||
10f2d63a VZ |
11579 | if test -z "$LEXLIB" |
11580 | then | |
e6cc62c6 VS |
11581 | echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 |
11582 | echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 | |
11583 | if test "${ac_cv_lib_fl_yywrap+set}" = set; then | |
11584 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11585 | else | |
11586 | ac_check_lib_save_LIBS=$LIBS | |
11587 | LIBS="-lfl $LIBS" | |
11588 | cat >conftest.$ac_ext <<_ACEOF | |
11589 | #line $LINENO "configure" | |
11590 | /* confdefs.h. */ | |
11591 | _ACEOF | |
11592 | cat confdefs.h >>conftest.$ac_ext | |
11593 | cat >>conftest.$ac_ext <<_ACEOF | |
11594 | /* end confdefs.h. */ | |
11595 | ||
11596 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11597 | #ifdef __cplusplus | |
11598 | extern "C" | |
11599 | #endif | |
11600 | /* We use char because int might match the return type of a gcc2 | |
11601 | builtin and then its argument prototype would still apply. */ | |
11602 | char yywrap (); | |
11603 | int | |
11604 | main () | |
11605 | { | |
11606 | yywrap (); | |
11607 | ; | |
11608 | return 0; | |
11609 | } | |
11610 | _ACEOF | |
11611 | rm -f conftest.$ac_objext conftest$ac_exeext | |
11612 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
11613 | (eval $ac_link) 2>&5 | |
11614 | ac_status=$? | |
11615 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11616 | (exit $ac_status); } && | |
11617 | { ac_try='test -s conftest$ac_exeext' | |
11618 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11619 | (eval $ac_try) 2>&5 | |
11620 | ac_status=$? | |
11621 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11622 | (exit $ac_status); }; }; then | |
11623 | ac_cv_lib_fl_yywrap=yes | |
11624 | else | |
11625 | echo "$as_me: failed program was:" >&5 | |
11626 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11627 | ||
11628 | ac_cv_lib_fl_yywrap=no | |
11629 | fi | |
11630 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11631 | LIBS=$ac_check_lib_save_LIBS | |
11632 | fi | |
11633 | echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 | |
11634 | echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 | |
11635 | if test $ac_cv_lib_fl_yywrap = yes; then | |
11636 | LEXLIB="-lfl" | |
11637 | else | |
11638 | echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 | |
11639 | echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 | |
11640 | if test "${ac_cv_lib_l_yywrap+set}" = set; then | |
11641 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11642 | else | |
11643 | ac_check_lib_save_LIBS=$LIBS | |
11644 | LIBS="-ll $LIBS" | |
11645 | cat >conftest.$ac_ext <<_ACEOF | |
11646 | #line $LINENO "configure" | |
11647 | /* confdefs.h. */ | |
11648 | _ACEOF | |
11649 | cat confdefs.h >>conftest.$ac_ext | |
11650 | cat >>conftest.$ac_ext <<_ACEOF | |
11651 | /* end confdefs.h. */ | |
11652 | ||
247f5006 | 11653 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
11654 | #ifdef __cplusplus |
11655 | extern "C" | |
11656 | #endif | |
247f5006 | 11657 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
11658 | builtin and then its argument prototype would still apply. */ |
11659 | char yywrap (); | |
11660 | int | |
11661 | main () | |
11662 | { | |
11663 | yywrap (); | |
11664 | ; | |
11665 | return 0; | |
11666 | } | |
11667 | _ACEOF | |
11668 | rm -f conftest.$ac_objext conftest$ac_exeext | |
11669 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
11670 | (eval $ac_link) 2>&5 | |
11671 | ac_status=$? | |
11672 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11673 | (exit $ac_status); } && | |
11674 | { ac_try='test -s conftest$ac_exeext' | |
11675 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11676 | (eval $ac_try) 2>&5 | |
11677 | ac_status=$? | |
11678 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11679 | (exit $ac_status); }; }; then | |
11680 | ac_cv_lib_l_yywrap=yes | |
11681 | else | |
11682 | echo "$as_me: failed program was:" >&5 | |
11683 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11684 | ||
11685 | ac_cv_lib_l_yywrap=no | |
11686 | fi | |
11687 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11688 | LIBS=$ac_check_lib_save_LIBS | |
11689 | fi | |
11690 | echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 | |
11691 | echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 | |
11692 | if test $ac_cv_lib_l_yywrap = yes; then | |
11693 | LEXLIB="-ll" | |
11694 | fi | |
10f2d63a | 11695 | |
10f2d63a | 11696 | fi |
8284b0c5 | 11697 | |
10f2d63a | 11698 | fi |
e6cc62c6 VS |
11699 | |
11700 | if test "x$LEX" != "x:"; then | |
11701 | echo "$as_me:$LINENO: checking lex output file root" >&5 | |
11702 | echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 | |
11703 | if test "${ac_cv_prog_lex_root+set}" = set; then | |
11704 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11705 | else | |
11706 | # The minimal lex program is just a single line: %%. But some broken lexes | |
11707 | # (Solaris, I think it was) want two %% lines, so accommodate them. | |
11708 | cat >conftest.l <<_ACEOF | |
11709 | %% | |
11710 | %% | |
11711 | _ACEOF | |
11712 | { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 | |
11713 | (eval $LEX conftest.l) 2>&5 | |
11714 | ac_status=$? | |
11715 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11716 | (exit $ac_status); } | |
11717 | if test -f lex.yy.c; then | |
11718 | ac_cv_prog_lex_root=lex.yy | |
11719 | elif test -f lexyy.c; then | |
11720 | ac_cv_prog_lex_root=lexyy | |
8284b0c5 | 11721 | else |
e6cc62c6 VS |
11722 | { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5 |
11723 | echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} | |
11724 | { (exit 1); exit 1; }; } | |
10f2d63a | 11725 | fi |
a0b9e27f | 11726 | fi |
e6cc62c6 VS |
11727 | echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 |
11728 | echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 | |
11729 | rm -f conftest.l | |
11730 | LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root | |
10f2d63a | 11731 | |
e6cc62c6 VS |
11732 | echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 |
11733 | echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 | |
11734 | if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then | |
11735 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 11736 | else |
e6cc62c6 VS |
11737 | # POSIX says lex can declare yytext either as a pointer or an array; the |
11738 | # default is implementation-dependent. Figure out which it is, since | |
11739 | # not all implementations provide the %pointer and %array declarations. | |
11740 | ac_cv_prog_lex_yytext_pointer=no | |
11741 | echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c | |
11742 | ac_save_LIBS=$LIBS | |
11743 | LIBS="$LIBS $LEXLIB" | |
11744 | cat >conftest.$ac_ext <<_ACEOF | |
11745 | `cat $LEX_OUTPUT_ROOT.c` | |
11746 | _ACEOF | |
11747 | rm -f conftest.$ac_objext conftest$ac_exeext | |
11748 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
11749 | (eval $ac_link) 2>&5 | |
11750 | ac_status=$? | |
11751 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11752 | (exit $ac_status); } && | |
11753 | { ac_try='test -s conftest$ac_exeext' | |
11754 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11755 | (eval $ac_try) 2>&5 | |
11756 | ac_status=$? | |
11757 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11758 | (exit $ac_status); }; }; then | |
11759 | ac_cv_prog_lex_yytext_pointer=yes | |
10f2d63a | 11760 | else |
e6cc62c6 VS |
11761 | echo "$as_me: failed program was:" >&5 |
11762 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11763 | ||
10f2d63a | 11764 | fi |
e6cc62c6 VS |
11765 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
11766 | LIBS=$ac_save_LIBS | |
11767 | rm -f "${LEX_OUTPUT_ROOT}.c" | |
11768 | ||
11769 | fi | |
11770 | echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 | |
11771 | echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 | |
11772 | if test $ac_cv_prog_lex_yytext_pointer = yes; then | |
11773 | ||
11774 | cat >>confdefs.h <<\_ACEOF | |
11775 | #define YYTEXT_POINTER 1 | |
11776 | _ACEOF | |
11777 | ||
a0b9e27f | 11778 | fi |
e6cc62c6 VS |
11779 | |
11780 | fi | |
11781 | ||
11782 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 | |
11783 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | |
11784 | LN_S=$as_ln_s | |
11785 | if test "$LN_S" = "ln -s"; then | |
11786 | echo "$as_me:$LINENO: result: yes" >&5 | |
11787 | echo "${ECHO_T}yes" >&6 | |
10f2d63a | 11788 | else |
e6cc62c6 VS |
11789 | echo "$as_me:$LINENO: result: no, using $LN_S" >&5 |
11790 | echo "${ECHO_T}no, using $LN_S" >&6 | |
5c6fa7d2 | 11791 | fi |
5c6fa7d2 | 11792 | |
247f5006 | 11793 | |
2b5f62a0 VZ |
11794 | case "${host}" in |
11795 | *-pc-os2_emx | *-pc-os2-emx ) | |
11796 | LIBS="$LIBS -lstdcpp" | |
11797 | if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then | |
e6cc62c6 VS |
11798 | echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5 |
11799 | echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6 | |
11800 | if test "${ac_cv_lib_cExt_drand48+set}" = set; then | |
11801 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2b5f62a0 | 11802 | else |
e6cc62c6 | 11803 | ac_check_lib_save_LIBS=$LIBS |
2b5f62a0 | 11804 | LIBS="-lcExt $LIBS" |
e6cc62c6 VS |
11805 | cat >conftest.$ac_ext <<_ACEOF |
11806 | #line $LINENO "configure" | |
11807 | /* confdefs.h. */ | |
11808 | _ACEOF | |
11809 | cat confdefs.h >>conftest.$ac_ext | |
11810 | cat >>conftest.$ac_ext <<_ACEOF | |
11811 | /* end confdefs.h. */ | |
11812 | ||
2b5f62a0 | 11813 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
11814 | #ifdef __cplusplus |
11815 | extern "C" | |
11816 | #endif | |
2b5f62a0 | 11817 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
11818 | builtin and then its argument prototype would still apply. */ |
11819 | char drand48 (); | |
11820 | int | |
11821 | main () | |
11822 | { | |
11823 | drand48 (); | |
11824 | ; | |
11825 | return 0; | |
11826 | } | |
11827 | _ACEOF | |
11828 | rm -f conftest.$ac_objext conftest$ac_exeext | |
11829 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
11830 | (eval $ac_link) 2>&5 | |
11831 | ac_status=$? | |
11832 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11833 | (exit $ac_status); } && | |
11834 | { ac_try='test -s conftest$ac_exeext' | |
11835 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11836 | (eval $ac_try) 2>&5 | |
11837 | ac_status=$? | |
11838 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11839 | (exit $ac_status); }; }; then | |
11840 | ac_cv_lib_cExt_drand48=yes | |
11841 | else | |
11842 | echo "$as_me: failed program was:" >&5 | |
11843 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11844 | ||
11845 | ac_cv_lib_cExt_drand48=no | |
11846 | fi | |
11847 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
11848 | LIBS=$ac_check_lib_save_LIBS | |
11849 | fi | |
11850 | echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5 | |
11851 | echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6 | |
11852 | if test $ac_cv_lib_cExt_drand48 = yes; then | |
2b5f62a0 | 11853 | LIBS="$LIBS -lcExt" |
2b5f62a0 VZ |
11854 | fi |
11855 | ||
11856 | else | |
11857 | RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res" | |
11858 | fi | |
11859 | ;; | |
11860 | esac | |
11861 | ||
a0b9e27f | 11862 | |
01aa5863 VS |
11863 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then |
11864 | echo "$as_me:$LINENO: checking for strings.h" >&5 | |
11865 | echo $ECHO_N "checking for strings.h... $ECHO_C" >&6 | |
11866 | if test "${ac_cv_header_strings_h+set}" = set; then | |
11867 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11868 | else | |
11869 | ac_cv_header_strings_h=no | |
11870 | fi | |
11871 | echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5 | |
11872 | echo "${ECHO_T}$ac_cv_header_strings_h" >&6 | |
11873 | if test "$ac_cv_header_strings_h" = "no"; then | |
11874 | echo "$as_me:$LINENO: result: forced no into cache" >&5 | |
11875 | echo "${ECHO_T}forced no into cache" >&6 | |
11876 | else | |
11877 | { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5 | |
11878 | echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;} | |
11879 | fi | |
11880 | fi | |
11881 | echo "$as_me:$LINENO: checking for ANSI C header files" >&5 | |
e6cc62c6 VS |
11882 | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
11883 | if test "${ac_cv_header_stdc+set}" = set; then | |
11884 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11885 | else | |
11886 | cat >conftest.$ac_ext <<_ACEOF | |
11887 | #line $LINENO "configure" | |
11888 | /* confdefs.h. */ | |
11889 | _ACEOF | |
11890 | cat confdefs.h >>conftest.$ac_ext | |
11891 | cat >>conftest.$ac_ext <<_ACEOF | |
11892 | /* end confdefs.h. */ | |
11893 | #include <stdlib.h> | |
11894 | #include <stdarg.h> | |
11895 | #include <string.h> | |
11896 | #include <float.h> | |
247f5006 | 11897 | |
e6cc62c6 VS |
11898 | int |
11899 | main () | |
11900 | { | |
90dd450c | 11901 | |
e6cc62c6 VS |
11902 | ; |
11903 | return 0; | |
11904 | } | |
11905 | _ACEOF | |
11906 | rm -f conftest.$ac_objext | |
11907 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11908 | (eval $ac_compile) 2>&5 | |
11909 | ac_status=$? | |
11910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11911 | (exit $ac_status); } && | |
11912 | { ac_try='test -s conftest.$ac_objext' | |
11913 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11914 | (eval $ac_try) 2>&5 | |
11915 | ac_status=$? | |
11916 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11917 | (exit $ac_status); }; }; then | |
11918 | ac_cv_header_stdc=yes | |
8284b0c5 | 11919 | else |
e6cc62c6 VS |
11920 | echo "$as_me: failed program was:" >&5 |
11921 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11922 | ||
11923 | ac_cv_header_stdc=no | |
21d1c967 | 11924 | fi |
e6cc62c6 | 11925 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 11926 | |
e6cc62c6 VS |
11927 | if test $ac_cv_header_stdc = yes; then |
11928 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
11929 | cat >conftest.$ac_ext <<_ACEOF | |
11930 | #line $LINENO "configure" | |
11931 | /* confdefs.h. */ | |
11932 | _ACEOF | |
11933 | cat confdefs.h >>conftest.$ac_ext | |
11934 | cat >>conftest.$ac_ext <<_ACEOF | |
11935 | /* end confdefs.h. */ | |
11936 | #include <string.h> | |
11937 | ||
11938 | _ACEOF | |
11939 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
11940 | $EGREP "memchr" >/dev/null 2>&1; then | |
11941 | : | |
11942 | else | |
11943 | ac_cv_header_stdc=no | |
3a922bb4 | 11944 | fi |
a0b9e27f | 11945 | rm -f conftest* |
e6cc62c6 | 11946 | |
90dd450c | 11947 | fi |
e6cc62c6 VS |
11948 | |
11949 | if test $ac_cv_header_stdc = yes; then | |
11950 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
11951 | cat >conftest.$ac_ext <<_ACEOF | |
11952 | #line $LINENO "configure" | |
11953 | /* confdefs.h. */ | |
11954 | _ACEOF | |
11955 | cat confdefs.h >>conftest.$ac_ext | |
11956 | cat >>conftest.$ac_ext <<_ACEOF | |
11957 | /* end confdefs.h. */ | |
11958 | #include <stdlib.h> | |
11959 | ||
11960 | _ACEOF | |
11961 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
11962 | $EGREP "free" >/dev/null 2>&1; then | |
11963 | : | |
a0b9e27f | 11964 | else |
e6cc62c6 | 11965 | ac_cv_header_stdc=no |
21d1c967 | 11966 | fi |
e6cc62c6 | 11967 | rm -f conftest* |
247f5006 VZ |
11968 | |
11969 | fi | |
e6cc62c6 VS |
11970 | |
11971 | if test $ac_cv_header_stdc = yes; then | |
11972 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
11973 | if test "$cross_compiling" = yes; then | |
11974 | : | |
11975 | else | |
11976 | cat >conftest.$ac_ext <<_ACEOF | |
11977 | #line $LINENO "configure" | |
11978 | /* confdefs.h. */ | |
11979 | _ACEOF | |
11980 | cat confdefs.h >>conftest.$ac_ext | |
11981 | cat >>conftest.$ac_ext <<_ACEOF | |
11982 | /* end confdefs.h. */ | |
11983 | #include <ctype.h> | |
11984 | #if ((' ' & 0x0FF) == 0x020) | |
11985 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
11986 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
11987 | #else | |
11988 | # define ISLOWER(c) \ | |
11989 | (('a' <= (c) && (c) <= 'i') \ | |
11990 | || ('j' <= (c) && (c) <= 'r') \ | |
11991 | || ('s' <= (c) && (c) <= 'z')) | |
11992 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
11993 | #endif | |
11994 | ||
11995 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
11996 | int | |
11997 | main () | |
11998 | { | |
11999 | int i; | |
12000 | for (i = 0; i < 256; i++) | |
12001 | if (XOR (islower (i), ISLOWER (i)) | |
12002 | || toupper (i) != TOUPPER (i)) | |
12003 | exit(2); | |
12004 | exit (0); | |
12005 | } | |
12006 | _ACEOF | |
12007 | rm -f conftest$ac_exeext | |
12008 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
12009 | (eval $ac_link) 2>&5 | |
12010 | ac_status=$? | |
12011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12012 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
12013 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12014 | (eval $ac_try) 2>&5 | |
12015 | ac_status=$? | |
12016 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12017 | (exit $ac_status); }; }; then | |
12018 | : | |
a0b9e27f | 12019 | else |
e6cc62c6 VS |
12020 | echo "$as_me: program exited with status $ac_status" >&5 |
12021 | echo "$as_me: failed program was:" >&5 | |
12022 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12023 | ||
12024 | ( exit $ac_status ) | |
12025 | ac_cv_header_stdc=no | |
12026 | fi | |
12027 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
12028 | fi | |
12029 | fi | |
12030 | fi | |
12031 | echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | |
12032 | echo "${ECHO_T}$ac_cv_header_stdc" >&6 | |
12033 | if test $ac_cv_header_stdc = yes; then | |
12034 | ||
12035 | cat >>confdefs.h <<\_ACEOF | |
12036 | #define STDC_HEADERS 1 | |
12037 | _ACEOF | |
12038 | ||
a0b9e27f | 12039 | fi |
e6cc62c6 VS |
12040 | |
12041 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. | |
12042 | ||
12043 | ||
12044 | ||
12045 | ||
12046 | ||
12047 | ||
12048 | ||
12049 | ||
12050 | ||
12051 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
12052 | inttypes.h stdint.h unistd.h | |
12053 | do | |
12054 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12055 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12056 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12057 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12058 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12059 | else | |
12060 | cat >conftest.$ac_ext <<_ACEOF | |
12061 | #line $LINENO "configure" | |
12062 | /* confdefs.h. */ | |
12063 | _ACEOF | |
12064 | cat confdefs.h >>conftest.$ac_ext | |
12065 | cat >>conftest.$ac_ext <<_ACEOF | |
12066 | /* end confdefs.h. */ | |
12067 | $ac_includes_default | |
12068 | ||
12069 | #include <$ac_header> | |
12070 | _ACEOF | |
12071 | rm -f conftest.$ac_objext | |
12072 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12073 | (eval $ac_compile) 2>&5 | |
12074 | ac_status=$? | |
12075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12076 | (exit $ac_status); } && | |
12077 | { ac_try='test -s conftest.$ac_objext' | |
12078 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12079 | (eval $ac_try) 2>&5 | |
12080 | ac_status=$? | |
12081 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12082 | (exit $ac_status); }; }; then | |
12083 | eval "$as_ac_Header=yes" | |
12084 | else | |
12085 | echo "$as_me: failed program was:" >&5 | |
12086 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12087 | ||
12088 | eval "$as_ac_Header=no" | |
12089 | fi | |
12090 | rm -f conftest.$ac_objext conftest.$ac_ext | |
12091 | fi | |
12092 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12093 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12094 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
12095 | cat >>confdefs.h <<_ACEOF | |
12096 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12097 | _ACEOF | |
12098 | ||
12099 | fi | |
12100 | ||
a0b9e27f | 12101 | done |
90dd450c | 12102 | |
e6cc62c6 VS |
12103 | |
12104 | ||
12105 | for ac_header in strings.h | |
21d1c967 | 12106 | do |
e6cc62c6 VS |
12107 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
12108 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12109 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12110 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12111 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12112 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12113 | fi | |
12114 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12115 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12116 | else | |
12117 | # Is the header compilable? | |
12118 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
12119 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
12120 | cat >conftest.$ac_ext <<_ACEOF | |
12121 | #line $LINENO "configure" | |
12122 | /* confdefs.h. */ | |
12123 | _ACEOF | |
12124 | cat confdefs.h >>conftest.$ac_ext | |
12125 | cat >>conftest.$ac_ext <<_ACEOF | |
12126 | /* end confdefs.h. */ | |
12127 | $ac_includes_default | |
12128 | #include <$ac_header> | |
12129 | _ACEOF | |
12130 | rm -f conftest.$ac_objext | |
12131 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12132 | (eval $ac_compile) 2>&5 | |
12133 | ac_status=$? | |
12134 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12135 | (exit $ac_status); } && | |
12136 | { ac_try='test -s conftest.$ac_objext' | |
12137 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12138 | (eval $ac_try) 2>&5 | |
12139 | ac_status=$? | |
12140 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12141 | (exit $ac_status); }; }; then | |
12142 | ac_header_compiler=yes | |
12143 | else | |
12144 | echo "$as_me: failed program was:" >&5 | |
12145 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12146 | ||
12147 | ac_header_compiler=no | |
12148 | fi | |
12149 | rm -f conftest.$ac_objext conftest.$ac_ext | |
12150 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
12151 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
12152 | ||
12153 | # Is the header present? | |
12154 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
12155 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
12156 | cat >conftest.$ac_ext <<_ACEOF | |
12157 | #line $LINENO "configure" | |
12158 | /* confdefs.h. */ | |
12159 | _ACEOF | |
12160 | cat confdefs.h >>conftest.$ac_ext | |
12161 | cat >>conftest.$ac_ext <<_ACEOF | |
12162 | /* end confdefs.h. */ | |
12163 | #include <$ac_header> | |
12164 | _ACEOF | |
12165 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12166 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12167 | ac_status=$? | |
12168 | grep -v '^ *+' conftest.er1 >conftest.err | |
12169 | rm -f conftest.er1 | |
12170 | cat conftest.err >&5 | |
12171 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12172 | (exit $ac_status); } >/dev/null; then | |
12173 | if test -s conftest.err; then | |
12174 | ac_cpp_err=$ac_c_preproc_warn_flag | |
12175 | else | |
12176 | ac_cpp_err= | |
12177 | fi | |
12178 | else | |
12179 | ac_cpp_err=yes | |
12180 | fi | |
12181 | if test -z "$ac_cpp_err"; then | |
12182 | ac_header_preproc=yes | |
12183 | else | |
12184 | echo "$as_me: failed program was:" >&5 | |
12185 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12186 | ||
12187 | ac_header_preproc=no | |
12188 | fi | |
12189 | rm -f conftest.err conftest.$ac_ext | |
12190 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
12191 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
12192 | ||
12193 | # So? What about this header? | |
12194 | case $ac_header_compiler:$ac_header_preproc in | |
12195 | yes:no ) | |
12196 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
12197 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
12198 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12199 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12200 | ( | |
12201 | cat <<\_ASBOX | |
12202 | ## ------------------------------------ ## | |
12203 | ## Report this to bug-autoconf@gnu.org. ## | |
12204 | ## ------------------------------------ ## | |
12205 | _ASBOX | |
12206 | ) | | |
12207 | sed "s/^/$as_me: WARNING: /" >&2 | |
12208 | ;; | |
12209 | no:yes ) | |
12210 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
12211 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
12212 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
12213 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
12214 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12215 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12216 | ( | |
12217 | cat <<\_ASBOX | |
12218 | ## ------------------------------------ ## | |
12219 | ## Report this to bug-autoconf@gnu.org. ## | |
12220 | ## ------------------------------------ ## | |
12221 | _ASBOX | |
12222 | ) | | |
12223 | sed "s/^/$as_me: WARNING: /" >&2 | |
12224 | ;; | |
12225 | esac | |
12226 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12227 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12228 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12229 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12230 | else | |
12231 | eval "$as_ac_Header=$ac_header_preproc" | |
a0b9e27f | 12232 | fi |
e6cc62c6 VS |
12233 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
12234 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12235 | ||
a0b9e27f | 12236 | fi |
e6cc62c6 VS |
12237 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
12238 | cat >>confdefs.h <<_ACEOF | |
12239 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12240 | _ACEOF | |
12241 | ||
12242 | fi | |
12243 | ||
12244 | done | |
12245 | ||
e6cc62c6 VS |
12246 | |
12247 | ||
12248 | for ac_header in stdlib.h | |
12249 | do | |
12250 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12251 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12252 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12253 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12254 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12255 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12256 | fi | |
12257 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12258 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12259 | else | |
12260 | # Is the header compilable? | |
12261 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
12262 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
12263 | cat >conftest.$ac_ext <<_ACEOF | |
12264 | #line $LINENO "configure" | |
12265 | /* confdefs.h. */ | |
12266 | _ACEOF | |
12267 | cat confdefs.h >>conftest.$ac_ext | |
12268 | cat >>conftest.$ac_ext <<_ACEOF | |
12269 | /* end confdefs.h. */ | |
12270 | $ac_includes_default | |
12271 | #include <$ac_header> | |
12272 | _ACEOF | |
12273 | rm -f conftest.$ac_objext | |
12274 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12275 | (eval $ac_compile) 2>&5 | |
12276 | ac_status=$? | |
12277 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12278 | (exit $ac_status); } && | |
12279 | { ac_try='test -s conftest.$ac_objext' | |
12280 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12281 | (eval $ac_try) 2>&5 | |
12282 | ac_status=$? | |
12283 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12284 | (exit $ac_status); }; }; then | |
12285 | ac_header_compiler=yes | |
12286 | else | |
12287 | echo "$as_me: failed program was:" >&5 | |
12288 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12289 | ||
12290 | ac_header_compiler=no | |
12291 | fi | |
12292 | rm -f conftest.$ac_objext conftest.$ac_ext | |
12293 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
12294 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
12295 | ||
12296 | # Is the header present? | |
12297 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
12298 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
12299 | cat >conftest.$ac_ext <<_ACEOF | |
12300 | #line $LINENO "configure" | |
12301 | /* confdefs.h. */ | |
12302 | _ACEOF | |
12303 | cat confdefs.h >>conftest.$ac_ext | |
12304 | cat >>conftest.$ac_ext <<_ACEOF | |
12305 | /* end confdefs.h. */ | |
12306 | #include <$ac_header> | |
12307 | _ACEOF | |
12308 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12309 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12310 | ac_status=$? | |
12311 | grep -v '^ *+' conftest.er1 >conftest.err | |
12312 | rm -f conftest.er1 | |
12313 | cat conftest.err >&5 | |
12314 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12315 | (exit $ac_status); } >/dev/null; then | |
12316 | if test -s conftest.err; then | |
12317 | ac_cpp_err=$ac_c_preproc_warn_flag | |
12318 | else | |
12319 | ac_cpp_err= | |
12320 | fi | |
12321 | else | |
12322 | ac_cpp_err=yes | |
12323 | fi | |
12324 | if test -z "$ac_cpp_err"; then | |
12325 | ac_header_preproc=yes | |
12326 | else | |
12327 | echo "$as_me: failed program was:" >&5 | |
12328 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12329 | ||
12330 | ac_header_preproc=no | |
12331 | fi | |
12332 | rm -f conftest.err conftest.$ac_ext | |
12333 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
12334 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
12335 | ||
12336 | # So? What about this header? | |
12337 | case $ac_header_compiler:$ac_header_preproc in | |
12338 | yes:no ) | |
12339 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
12340 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
12341 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12342 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12343 | ( | |
12344 | cat <<\_ASBOX | |
12345 | ## ------------------------------------ ## | |
12346 | ## Report this to bug-autoconf@gnu.org. ## | |
12347 | ## ------------------------------------ ## | |
12348 | _ASBOX | |
12349 | ) | | |
12350 | sed "s/^/$as_me: WARNING: /" >&2 | |
12351 | ;; | |
12352 | no:yes ) | |
12353 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
12354 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
12355 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
12356 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
12357 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12358 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12359 | ( | |
12360 | cat <<\_ASBOX | |
12361 | ## ------------------------------------ ## | |
12362 | ## Report this to bug-autoconf@gnu.org. ## | |
12363 | ## ------------------------------------ ## | |
12364 | _ASBOX | |
12365 | ) | | |
12366 | sed "s/^/$as_me: WARNING: /" >&2 | |
12367 | ;; | |
12368 | esac | |
12369 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12370 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12371 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12372 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 12373 | else |
e6cc62c6 VS |
12374 | eval "$as_ac_Header=$ac_header_preproc" |
12375 | fi | |
12376 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12377 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12378 | ||
21d1c967 | 12379 | fi |
e6cc62c6 VS |
12380 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
12381 | cat >>confdefs.h <<_ACEOF | |
12382 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12383 | _ACEOF | |
12384 | ||
12385 | fi | |
12386 | ||
21d1c967 | 12387 | done |
4f14bcd8 | 12388 | |
5c6fa7d2 | 12389 | |
e6cc62c6 | 12390 | for ac_header in malloc.h |
21d1c967 | 12391 | do |
e6cc62c6 VS |
12392 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
12393 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12394 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12395 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12396 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12397 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12398 | fi | |
12399 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12400 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12401 | else | |
12402 | # Is the header compilable? | |
12403 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
12404 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
12405 | cat >conftest.$ac_ext <<_ACEOF | |
12406 | #line $LINENO "configure" | |
12407 | /* confdefs.h. */ | |
12408 | _ACEOF | |
12409 | cat confdefs.h >>conftest.$ac_ext | |
12410 | cat >>conftest.$ac_ext <<_ACEOF | |
12411 | /* end confdefs.h. */ | |
12412 | $ac_includes_default | |
12413 | #include <$ac_header> | |
12414 | _ACEOF | |
12415 | rm -f conftest.$ac_objext | |
12416 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12417 | (eval $ac_compile) 2>&5 | |
12418 | ac_status=$? | |
12419 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12420 | (exit $ac_status); } && | |
12421 | { ac_try='test -s conftest.$ac_objext' | |
12422 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12423 | (eval $ac_try) 2>&5 | |
12424 | ac_status=$? | |
12425 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12426 | (exit $ac_status); }; }; then | |
12427 | ac_header_compiler=yes | |
12428 | else | |
12429 | echo "$as_me: failed program was:" >&5 | |
12430 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12431 | ||
12432 | ac_header_compiler=no | |
12433 | fi | |
12434 | rm -f conftest.$ac_objext conftest.$ac_ext | |
12435 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
12436 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
12437 | ||
12438 | # Is the header present? | |
12439 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
12440 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
12441 | cat >conftest.$ac_ext <<_ACEOF | |
12442 | #line $LINENO "configure" | |
12443 | /* confdefs.h. */ | |
12444 | _ACEOF | |
12445 | cat confdefs.h >>conftest.$ac_ext | |
12446 | cat >>conftest.$ac_ext <<_ACEOF | |
12447 | /* end confdefs.h. */ | |
12448 | #include <$ac_header> | |
12449 | _ACEOF | |
12450 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12451 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12452 | ac_status=$? | |
12453 | grep -v '^ *+' conftest.er1 >conftest.err | |
12454 | rm -f conftest.er1 | |
12455 | cat conftest.err >&5 | |
12456 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12457 | (exit $ac_status); } >/dev/null; then | |
12458 | if test -s conftest.err; then | |
12459 | ac_cpp_err=$ac_c_preproc_warn_flag | |
12460 | else | |
12461 | ac_cpp_err= | |
12462 | fi | |
12463 | else | |
12464 | ac_cpp_err=yes | |
12465 | fi | |
12466 | if test -z "$ac_cpp_err"; then | |
12467 | ac_header_preproc=yes | |
12468 | else | |
12469 | echo "$as_me: failed program was:" >&5 | |
12470 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12471 | ||
12472 | ac_header_preproc=no | |
12473 | fi | |
12474 | rm -f conftest.err conftest.$ac_ext | |
12475 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
12476 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
12477 | ||
12478 | # So? What about this header? | |
12479 | case $ac_header_compiler:$ac_header_preproc in | |
12480 | yes:no ) | |
12481 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
12482 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
12483 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12484 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12485 | ( | |
12486 | cat <<\_ASBOX | |
12487 | ## ------------------------------------ ## | |
12488 | ## Report this to bug-autoconf@gnu.org. ## | |
12489 | ## ------------------------------------ ## | |
12490 | _ASBOX | |
12491 | ) | | |
12492 | sed "s/^/$as_me: WARNING: /" >&2 | |
12493 | ;; | |
12494 | no:yes ) | |
12495 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
12496 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
12497 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
12498 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
12499 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12500 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12501 | ( | |
12502 | cat <<\_ASBOX | |
12503 | ## ------------------------------------ ## | |
12504 | ## Report this to bug-autoconf@gnu.org. ## | |
12505 | ## ------------------------------------ ## | |
12506 | _ASBOX | |
12507 | ) | | |
12508 | sed "s/^/$as_me: WARNING: /" >&2 | |
12509 | ;; | |
12510 | esac | |
12511 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12512 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12513 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12514 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12515 | else | |
12516 | eval "$as_ac_Header=$ac_header_preproc" | |
d4158b5d | 12517 | fi |
e6cc62c6 VS |
12518 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
12519 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12520 | ||
21d1c967 | 12521 | fi |
e6cc62c6 VS |
12522 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
12523 | cat >>confdefs.h <<_ACEOF | |
12524 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12525 | _ACEOF | |
12526 | ||
12527 | fi | |
12528 | ||
12529 | done | |
12530 | ||
12531 | ||
12532 | for ac_header in unistd.h | |
12533 | do | |
12534 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12535 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12536 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12537 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12538 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12539 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12540 | fi | |
12541 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12542 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12543 | else | |
12544 | # Is the header compilable? | |
12545 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
12546 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
12547 | cat >conftest.$ac_ext <<_ACEOF | |
12548 | #line $LINENO "configure" | |
12549 | /* confdefs.h. */ | |
12550 | _ACEOF | |
12551 | cat confdefs.h >>conftest.$ac_ext | |
12552 | cat >>conftest.$ac_ext <<_ACEOF | |
12553 | /* end confdefs.h. */ | |
12554 | $ac_includes_default | |
12555 | #include <$ac_header> | |
12556 | _ACEOF | |
12557 | rm -f conftest.$ac_objext | |
12558 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12559 | (eval $ac_compile) 2>&5 | |
12560 | ac_status=$? | |
12561 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12562 | (exit $ac_status); } && | |
12563 | { ac_try='test -s conftest.$ac_objext' | |
12564 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12565 | (eval $ac_try) 2>&5 | |
12566 | ac_status=$? | |
12567 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12568 | (exit $ac_status); }; }; then | |
12569 | ac_header_compiler=yes | |
12570 | else | |
12571 | echo "$as_me: failed program was:" >&5 | |
12572 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12573 | ||
12574 | ac_header_compiler=no | |
12575 | fi | |
12576 | rm -f conftest.$ac_objext conftest.$ac_ext | |
12577 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
12578 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
12579 | ||
12580 | # Is the header present? | |
12581 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
12582 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
12583 | cat >conftest.$ac_ext <<_ACEOF | |
12584 | #line $LINENO "configure" | |
12585 | /* confdefs.h. */ | |
12586 | _ACEOF | |
12587 | cat confdefs.h >>conftest.$ac_ext | |
12588 | cat >>conftest.$ac_ext <<_ACEOF | |
12589 | /* end confdefs.h. */ | |
12590 | #include <$ac_header> | |
12591 | _ACEOF | |
12592 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12593 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12594 | ac_status=$? | |
12595 | grep -v '^ *+' conftest.er1 >conftest.err | |
12596 | rm -f conftest.er1 | |
12597 | cat conftest.err >&5 | |
12598 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12599 | (exit $ac_status); } >/dev/null; then | |
12600 | if test -s conftest.err; then | |
12601 | ac_cpp_err=$ac_c_preproc_warn_flag | |
12602 | else | |
12603 | ac_cpp_err= | |
12604 | fi | |
a0b9e27f | 12605 | else |
e6cc62c6 VS |
12606 | ac_cpp_err=yes |
12607 | fi | |
12608 | if test -z "$ac_cpp_err"; then | |
12609 | ac_header_preproc=yes | |
12610 | else | |
12611 | echo "$as_me: failed program was:" >&5 | |
12612 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12613 | ||
12614 | ac_header_preproc=no | |
12615 | fi | |
12616 | rm -f conftest.err conftest.$ac_ext | |
12617 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
12618 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
12619 | ||
12620 | # So? What about this header? | |
12621 | case $ac_header_compiler:$ac_header_preproc in | |
12622 | yes:no ) | |
12623 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
12624 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
12625 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12626 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12627 | ( | |
12628 | cat <<\_ASBOX | |
12629 | ## ------------------------------------ ## | |
12630 | ## Report this to bug-autoconf@gnu.org. ## | |
12631 | ## ------------------------------------ ## | |
12632 | _ASBOX | |
12633 | ) | | |
12634 | sed "s/^/$as_me: WARNING: /" >&2 | |
12635 | ;; | |
12636 | no:yes ) | |
12637 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
12638 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
12639 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
12640 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
12641 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12642 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12643 | ( | |
12644 | cat <<\_ASBOX | |
12645 | ## ------------------------------------ ## | |
12646 | ## Report this to bug-autoconf@gnu.org. ## | |
12647 | ## ------------------------------------ ## | |
12648 | _ASBOX | |
12649 | ) | | |
12650 | sed "s/^/$as_me: WARNING: /" >&2 | |
12651 | ;; | |
12652 | esac | |
12653 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12654 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12655 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12656 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12657 | else | |
12658 | eval "$as_ac_Header=$ac_header_preproc" | |
12659 | fi | |
12660 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12661 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12662 | ||
12663 | fi | |
12664 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
12665 | cat >>confdefs.h <<_ACEOF | |
12666 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12667 | _ACEOF | |
12668 | ||
d4158b5d | 12669 | fi |
e6cc62c6 | 12670 | |
21d1c967 | 12671 | done |
f6bcfd97 | 12672 | |
e6cc62c6 VS |
12673 | |
12674 | for ac_header in wchar.h | |
12675 | do | |
12676 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12677 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12678 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12679 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12680 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12681 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12682 | fi | |
12683 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12684 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12685 | else | |
12686 | # Is the header compilable? | |
12687 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
12688 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
12689 | cat >conftest.$ac_ext <<_ACEOF | |
12690 | #line $LINENO "configure" | |
12691 | /* confdefs.h. */ | |
12692 | _ACEOF | |
12693 | cat confdefs.h >>conftest.$ac_ext | |
12694 | cat >>conftest.$ac_ext <<_ACEOF | |
12695 | /* end confdefs.h. */ | |
12696 | $ac_includes_default | |
12697 | #include <$ac_header> | |
12698 | _ACEOF | |
12699 | rm -f conftest.$ac_objext | |
12700 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12701 | (eval $ac_compile) 2>&5 | |
12702 | ac_status=$? | |
12703 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12704 | (exit $ac_status); } && | |
12705 | { ac_try='test -s conftest.$ac_objext' | |
12706 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12707 | (eval $ac_try) 2>&5 | |
12708 | ac_status=$? | |
12709 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12710 | (exit $ac_status); }; }; then | |
12711 | ac_header_compiler=yes | |
12712 | else | |
12713 | echo "$as_me: failed program was:" >&5 | |
12714 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12715 | ||
12716 | ac_header_compiler=no | |
12717 | fi | |
12718 | rm -f conftest.$ac_objext conftest.$ac_ext | |
12719 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
12720 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
12721 | ||
12722 | # Is the header present? | |
12723 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
12724 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
12725 | cat >conftest.$ac_ext <<_ACEOF | |
12726 | #line $LINENO "configure" | |
12727 | /* confdefs.h. */ | |
12728 | _ACEOF | |
12729 | cat confdefs.h >>conftest.$ac_ext | |
12730 | cat >>conftest.$ac_ext <<_ACEOF | |
12731 | /* end confdefs.h. */ | |
12732 | #include <$ac_header> | |
12733 | _ACEOF | |
12734 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12735 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12736 | ac_status=$? | |
12737 | grep -v '^ *+' conftest.er1 >conftest.err | |
12738 | rm -f conftest.er1 | |
12739 | cat conftest.err >&5 | |
12740 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12741 | (exit $ac_status); } >/dev/null; then | |
12742 | if test -s conftest.err; then | |
12743 | ac_cpp_err=$ac_c_preproc_warn_flag | |
12744 | else | |
12745 | ac_cpp_err= | |
12746 | fi | |
12747 | else | |
12748 | ac_cpp_err=yes | |
12749 | fi | |
12750 | if test -z "$ac_cpp_err"; then | |
12751 | ac_header_preproc=yes | |
12752 | else | |
12753 | echo "$as_me: failed program was:" >&5 | |
12754 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12755 | ||
12756 | ac_header_preproc=no | |
12757 | fi | |
12758 | rm -f conftest.err conftest.$ac_ext | |
12759 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
12760 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
12761 | ||
12762 | # So? What about this header? | |
12763 | case $ac_header_compiler:$ac_header_preproc in | |
12764 | yes:no ) | |
12765 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
12766 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
12767 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12768 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12769 | ( | |
12770 | cat <<\_ASBOX | |
12771 | ## ------------------------------------ ## | |
12772 | ## Report this to bug-autoconf@gnu.org. ## | |
12773 | ## ------------------------------------ ## | |
12774 | _ASBOX | |
12775 | ) | | |
12776 | sed "s/^/$as_me: WARNING: /" >&2 | |
12777 | ;; | |
12778 | no:yes ) | |
12779 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
12780 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
12781 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
12782 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
12783 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12784 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12785 | ( | |
12786 | cat <<\_ASBOX | |
12787 | ## ------------------------------------ ## | |
12788 | ## Report this to bug-autoconf@gnu.org. ## | |
12789 | ## ------------------------------------ ## | |
12790 | _ASBOX | |
12791 | ) | | |
12792 | sed "s/^/$as_me: WARNING: /" >&2 | |
12793 | ;; | |
12794 | esac | |
12795 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12796 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12797 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12798 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12799 | else | |
12800 | eval "$as_ac_Header=$ac_header_preproc" | |
12801 | fi | |
12802 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12803 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12804 | ||
90dd450c | 12805 | fi |
e6cc62c6 VS |
12806 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
12807 | cat >>confdefs.h <<_ACEOF | |
12808 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12809 | _ACEOF | |
12810 | ||
12811 | fi | |
12812 | ||
12813 | done | |
90dd450c | 12814 | |
e6cc62c6 VS |
12815 | |
12816 | if test "$ac_cv_header_wchar_h" != "yes"; then | |
12817 | ||
12818 | for ac_header in wcstr.h | |
21d1c967 | 12819 | do |
e6cc62c6 VS |
12820 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
12821 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12822 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12823 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12824 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12825 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12826 | fi | |
12827 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12828 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12829 | else | |
12830 | # Is the header compilable? | |
12831 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
12832 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
12833 | cat >conftest.$ac_ext <<_ACEOF | |
12834 | #line $LINENO "configure" | |
12835 | /* confdefs.h. */ | |
12836 | _ACEOF | |
12837 | cat confdefs.h >>conftest.$ac_ext | |
12838 | cat >>conftest.$ac_ext <<_ACEOF | |
12839 | /* end confdefs.h. */ | |
12840 | $ac_includes_default | |
12841 | #include <$ac_header> | |
12842 | _ACEOF | |
12843 | rm -f conftest.$ac_objext | |
12844 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12845 | (eval $ac_compile) 2>&5 | |
12846 | ac_status=$? | |
12847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12848 | (exit $ac_status); } && | |
12849 | { ac_try='test -s conftest.$ac_objext' | |
12850 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12851 | (eval $ac_try) 2>&5 | |
12852 | ac_status=$? | |
12853 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12854 | (exit $ac_status); }; }; then | |
12855 | ac_header_compiler=yes | |
12856 | else | |
12857 | echo "$as_me: failed program was:" >&5 | |
12858 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12859 | ||
12860 | ac_header_compiler=no | |
12861 | fi | |
12862 | rm -f conftest.$ac_objext conftest.$ac_ext | |
12863 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
12864 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
12865 | ||
12866 | # Is the header present? | |
12867 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
12868 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
12869 | cat >conftest.$ac_ext <<_ACEOF | |
12870 | #line $LINENO "configure" | |
12871 | /* confdefs.h. */ | |
12872 | _ACEOF | |
12873 | cat confdefs.h >>conftest.$ac_ext | |
12874 | cat >>conftest.$ac_ext <<_ACEOF | |
12875 | /* end confdefs.h. */ | |
12876 | #include <$ac_header> | |
12877 | _ACEOF | |
12878 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12879 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12880 | ac_status=$? | |
12881 | grep -v '^ *+' conftest.er1 >conftest.err | |
12882 | rm -f conftest.er1 | |
12883 | cat conftest.err >&5 | |
12884 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12885 | (exit $ac_status); } >/dev/null; then | |
12886 | if test -s conftest.err; then | |
12887 | ac_cpp_err=$ac_c_preproc_warn_flag | |
12888 | else | |
12889 | ac_cpp_err= | |
12890 | fi | |
12891 | else | |
12892 | ac_cpp_err=yes | |
12893 | fi | |
12894 | if test -z "$ac_cpp_err"; then | |
12895 | ac_header_preproc=yes | |
12896 | else | |
12897 | echo "$as_me: failed program was:" >&5 | |
12898 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12899 | ||
12900 | ac_header_preproc=no | |
12901 | fi | |
12902 | rm -f conftest.err conftest.$ac_ext | |
12903 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
12904 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
12905 | ||
12906 | # So? What about this header? | |
12907 | case $ac_header_compiler:$ac_header_preproc in | |
12908 | yes:no ) | |
12909 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
12910 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
12911 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12912 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12913 | ( | |
12914 | cat <<\_ASBOX | |
12915 | ## ------------------------------------ ## | |
12916 | ## Report this to bug-autoconf@gnu.org. ## | |
12917 | ## ------------------------------------ ## | |
12918 | _ASBOX | |
12919 | ) | | |
12920 | sed "s/^/$as_me: WARNING: /" >&2 | |
12921 | ;; | |
12922 | no:yes ) | |
12923 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
12924 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
12925 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
12926 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
12927 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
12928 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
12929 | ( | |
12930 | cat <<\_ASBOX | |
12931 | ## ------------------------------------ ## | |
12932 | ## Report this to bug-autoconf@gnu.org. ## | |
12933 | ## ------------------------------------ ## | |
12934 | _ASBOX | |
12935 | ) | | |
12936 | sed "s/^/$as_me: WARNING: /" >&2 | |
12937 | ;; | |
12938 | esac | |
12939 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12940 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12941 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12942 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12943 | else | |
12944 | eval "$as_ac_Header=$ac_header_preproc" | |
3a922bb4 | 12945 | fi |
e6cc62c6 VS |
12946 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
12947 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12948 | ||
4f14bcd8 | 12949 | fi |
e6cc62c6 VS |
12950 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
12951 | cat >>confdefs.h <<_ACEOF | |
12952 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12953 | _ACEOF | |
12954 | ||
12955 | fi | |
12956 | ||
12957 | done | |
12958 | ||
12959 | fi | |
12960 | ||
12961 | ||
12962 | for ac_header in fnmatch.h | |
12963 | do | |
12964 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12965 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12966 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
12967 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
12968 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
12969 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12970 | fi | |
12971 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
12972 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
12973 | else | |
12974 | # Is the header compilable? | |
12975 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
12976 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
12977 | cat >conftest.$ac_ext <<_ACEOF | |
12978 | #line $LINENO "configure" | |
12979 | /* confdefs.h. */ | |
12980 | _ACEOF | |
12981 | cat confdefs.h >>conftest.$ac_ext | |
12982 | cat >>conftest.$ac_ext <<_ACEOF | |
12983 | /* end confdefs.h. */ | |
12984 | $ac_includes_default | |
12985 | #include <$ac_header> | |
12986 | _ACEOF | |
12987 | rm -f conftest.$ac_objext | |
12988 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12989 | (eval $ac_compile) 2>&5 | |
12990 | ac_status=$? | |
12991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12992 | (exit $ac_status); } && | |
12993 | { ac_try='test -s conftest.$ac_objext' | |
12994 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12995 | (eval $ac_try) 2>&5 | |
12996 | ac_status=$? | |
12997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12998 | (exit $ac_status); }; }; then | |
12999 | ac_header_compiler=yes | |
13000 | else | |
13001 | echo "$as_me: failed program was:" >&5 | |
13002 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13003 | ||
13004 | ac_header_compiler=no | |
13005 | fi | |
13006 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13007 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
13008 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
13009 | ||
13010 | # Is the header present? | |
13011 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
13012 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
13013 | cat >conftest.$ac_ext <<_ACEOF | |
13014 | #line $LINENO "configure" | |
13015 | /* confdefs.h. */ | |
13016 | _ACEOF | |
13017 | cat confdefs.h >>conftest.$ac_ext | |
13018 | cat >>conftest.$ac_ext <<_ACEOF | |
13019 | /* end confdefs.h. */ | |
13020 | #include <$ac_header> | |
13021 | _ACEOF | |
13022 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
13023 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
13024 | ac_status=$? | |
13025 | grep -v '^ *+' conftest.er1 >conftest.err | |
13026 | rm -f conftest.er1 | |
13027 | cat conftest.err >&5 | |
13028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13029 | (exit $ac_status); } >/dev/null; then | |
13030 | if test -s conftest.err; then | |
13031 | ac_cpp_err=$ac_c_preproc_warn_flag | |
13032 | else | |
13033 | ac_cpp_err= | |
13034 | fi | |
13035 | else | |
13036 | ac_cpp_err=yes | |
13037 | fi | |
13038 | if test -z "$ac_cpp_err"; then | |
13039 | ac_header_preproc=yes | |
13040 | else | |
13041 | echo "$as_me: failed program was:" >&5 | |
13042 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13043 | ||
13044 | ac_header_preproc=no | |
13045 | fi | |
13046 | rm -f conftest.err conftest.$ac_ext | |
13047 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
13048 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
13049 | ||
13050 | # So? What about this header? | |
13051 | case $ac_header_compiler:$ac_header_preproc in | |
13052 | yes:no ) | |
13053 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
13054 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
13055 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
13056 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
13057 | ( | |
13058 | cat <<\_ASBOX | |
13059 | ## ------------------------------------ ## | |
13060 | ## Report this to bug-autoconf@gnu.org. ## | |
13061 | ## ------------------------------------ ## | |
13062 | _ASBOX | |
13063 | ) | | |
13064 | sed "s/^/$as_me: WARNING: /" >&2 | |
13065 | ;; | |
13066 | no:yes ) | |
13067 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
13068 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
13069 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
13070 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
13071 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
13072 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
13073 | ( | |
13074 | cat <<\_ASBOX | |
13075 | ## ------------------------------------ ## | |
13076 | ## Report this to bug-autoconf@gnu.org. ## | |
13077 | ## ------------------------------------ ## | |
13078 | _ASBOX | |
13079 | ) | | |
13080 | sed "s/^/$as_me: WARNING: /" >&2 | |
13081 | ;; | |
13082 | esac | |
13083 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13084 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13085 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13086 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 13087 | else |
e6cc62c6 VS |
13088 | eval "$as_ac_Header=$ac_header_preproc" |
13089 | fi | |
13090 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
13091 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13092 | ||
21d1c967 | 13093 | fi |
e6cc62c6 VS |
13094 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
13095 | cat >>confdefs.h <<_ACEOF | |
13096 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
13097 | _ACEOF | |
13098 | ||
13099 | fi | |
13100 | ||
21d1c967 | 13101 | done |
90dd450c | 13102 | |
5c6fa7d2 | 13103 | |
a0b9e27f | 13104 | if test "x$ac_cv_header_fnmatch_h" = "xyes"; then |
e6cc62c6 VS |
13105 | |
13106 | for ac_func in fnmatch | |
21d1c967 | 13107 | do |
e6cc62c6 VS |
13108 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13109 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
13110 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
13111 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
13112 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13113 | else | |
13114 | cat >conftest.$ac_ext <<_ACEOF | |
13115 | #line $LINENO "configure" | |
13116 | /* confdefs.h. */ | |
13117 | _ACEOF | |
13118 | cat confdefs.h >>conftest.$ac_ext | |
13119 | cat >>conftest.$ac_ext <<_ACEOF | |
13120 | /* end confdefs.h. */ | |
a0b9e27f | 13121 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
13122 | which can conflict with char $ac_func (); below. |
13123 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
13124 | <limits.h> exists even on freestanding compilers. */ | |
13125 | #ifdef __STDC__ | |
13126 | # include <limits.h> | |
13127 | #else | |
13128 | # include <assert.h> | |
13129 | #endif | |
a0b9e27f | 13130 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
13131 | #ifdef __cplusplus |
13132 | extern "C" | |
13133 | { | |
13134 | #endif | |
a0b9e27f | 13135 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
13136 | builtin and then its argument prototype would still apply. */ |
13137 | char $ac_func (); | |
a0b9e27f MB |
13138 | /* The GNU C library defines this for functions which it implements |
13139 | to always fail with ENOSYS. Some functions are actually named | |
13140 | something starting with __ and the normal name is an alias. */ | |
13141 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13142 | choke me | |
13143 | #else | |
e6cc62c6 VS |
13144 | char (*f) () = $ac_func; |
13145 | #endif | |
13146 | #ifdef __cplusplus | |
13147 | } | |
a0b9e27f MB |
13148 | #endif |
13149 | ||
e6cc62c6 VS |
13150 | int |
13151 | main () | |
13152 | { | |
13153 | return f != $ac_func; | |
13154 | ; | |
13155 | return 0; | |
13156 | } | |
13157 | _ACEOF | |
13158 | rm -f conftest.$ac_objext conftest$ac_exeext | |
13159 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
13160 | (eval $ac_link) 2>&5 | |
13161 | ac_status=$? | |
13162 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13163 | (exit $ac_status); } && | |
13164 | { ac_try='test -s conftest$ac_exeext' | |
13165 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13166 | (eval $ac_try) 2>&5 | |
13167 | ac_status=$? | |
13168 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13169 | (exit $ac_status); }; }; then | |
13170 | eval "$as_ac_var=yes" | |
13171 | else | |
13172 | echo "$as_me: failed program was:" >&5 | |
13173 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13174 | ||
13175 | eval "$as_ac_var=no" | |
13176 | fi | |
13177 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
13178 | fi | |
13179 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
13180 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
13181 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
13182 | cat >>confdefs.h <<_ACEOF | |
13183 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
13184 | _ACEOF | |
32832908 | 13185 | |
21d1c967 GD |
13186 | fi |
13187 | done | |
90dd450c | 13188 | |
a0b9e27f | 13189 | fi |
90dd450c | 13190 | |
e6cc62c6 VS |
13191 | |
13192 | for ac_header in langinfo.h | |
21d1c967 | 13193 | do |
e6cc62c6 VS |
13194 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
13195 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13196 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13197 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13198 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13199 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13200 | fi | |
13201 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
13202 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13203 | else | |
13204 | # Is the header compilable? | |
13205 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
13206 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
13207 | cat >conftest.$ac_ext <<_ACEOF | |
13208 | #line $LINENO "configure" | |
13209 | /* confdefs.h. */ | |
13210 | _ACEOF | |
13211 | cat confdefs.h >>conftest.$ac_ext | |
13212 | cat >>conftest.$ac_ext <<_ACEOF | |
13213 | /* end confdefs.h. */ | |
13214 | $ac_includes_default | |
13215 | #include <$ac_header> | |
13216 | _ACEOF | |
13217 | rm -f conftest.$ac_objext | |
13218 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13219 | (eval $ac_compile) 2>&5 | |
13220 | ac_status=$? | |
13221 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13222 | (exit $ac_status); } && | |
13223 | { ac_try='test -s conftest.$ac_objext' | |
13224 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13225 | (eval $ac_try) 2>&5 | |
13226 | ac_status=$? | |
13227 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13228 | (exit $ac_status); }; }; then | |
13229 | ac_header_compiler=yes | |
13230 | else | |
13231 | echo "$as_me: failed program was:" >&5 | |
13232 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13233 | ||
13234 | ac_header_compiler=no | |
13235 | fi | |
13236 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13237 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
13238 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
13239 | ||
13240 | # Is the header present? | |
13241 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
13242 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
13243 | cat >conftest.$ac_ext <<_ACEOF | |
13244 | #line $LINENO "configure" | |
13245 | /* confdefs.h. */ | |
13246 | _ACEOF | |
13247 | cat confdefs.h >>conftest.$ac_ext | |
13248 | cat >>conftest.$ac_ext <<_ACEOF | |
13249 | /* end confdefs.h. */ | |
13250 | #include <$ac_header> | |
13251 | _ACEOF | |
13252 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
13253 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
13254 | ac_status=$? | |
13255 | grep -v '^ *+' conftest.er1 >conftest.err | |
13256 | rm -f conftest.er1 | |
13257 | cat conftest.err >&5 | |
13258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13259 | (exit $ac_status); } >/dev/null; then | |
13260 | if test -s conftest.err; then | |
13261 | ac_cpp_err=$ac_c_preproc_warn_flag | |
13262 | else | |
13263 | ac_cpp_err= | |
13264 | fi | |
13265 | else | |
13266 | ac_cpp_err=yes | |
13267 | fi | |
13268 | if test -z "$ac_cpp_err"; then | |
13269 | ac_header_preproc=yes | |
13270 | else | |
13271 | echo "$as_me: failed program was:" >&5 | |
13272 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13273 | ||
13274 | ac_header_preproc=no | |
13275 | fi | |
13276 | rm -f conftest.err conftest.$ac_ext | |
13277 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
13278 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
13279 | ||
13280 | # So? What about this header? | |
13281 | case $ac_header_compiler:$ac_header_preproc in | |
13282 | yes:no ) | |
13283 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
13284 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
13285 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
13286 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
13287 | ( | |
13288 | cat <<\_ASBOX | |
13289 | ## ------------------------------------ ## | |
13290 | ## Report this to bug-autoconf@gnu.org. ## | |
13291 | ## ------------------------------------ ## | |
13292 | _ASBOX | |
13293 | ) | | |
13294 | sed "s/^/$as_me: WARNING: /" >&2 | |
13295 | ;; | |
13296 | no:yes ) | |
13297 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
13298 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
13299 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
13300 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
13301 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
13302 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
13303 | ( | |
13304 | cat <<\_ASBOX | |
13305 | ## ------------------------------------ ## | |
13306 | ## Report this to bug-autoconf@gnu.org. ## | |
13307 | ## ------------------------------------ ## | |
13308 | _ASBOX | |
13309 | ) | | |
13310 | sed "s/^/$as_me: WARNING: /" >&2 | |
13311 | ;; | |
13312 | esac | |
13313 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13314 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13315 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13316 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13317 | else | |
13318 | eval "$as_ac_Header=$ac_header_preproc" | |
90dd450c | 13319 | fi |
e6cc62c6 VS |
13320 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
13321 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13322 | ||
4f14bcd8 | 13323 | fi |
e6cc62c6 VS |
13324 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
13325 | cat >>confdefs.h <<_ACEOF | |
13326 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
13327 | _ACEOF | |
13328 | ||
21d1c967 | 13329 | fi |
e6cc62c6 | 13330 | |
21d1c967 | 13331 | done |
3a922bb4 | 13332 | |
8284b0c5 | 13333 | |
4f5a7f74 VZ |
13334 | case "${host}" in |
13335 | *-pc-os2_emx | *-pc-os2-emx ) | |
13336 | if test $ac_cv_header_langinfo_h = "yes"; then | |
13337 | LIBS="$LIBS -lintl" | |
13338 | fi | |
13339 | ;; | |
13340 | esac | |
1542ea39 | 13341 | |
a0b9e27f MB |
13342 | if test "$wxUSE_GUI" = "yes"; then |
13343 | if test "$wxUSE_UNIX" = "yes"; then | |
e6cc62c6 VS |
13344 | |
13345 | for ac_header in X11/XKBlib.h | |
21d1c967 | 13346 | do |
e6cc62c6 VS |
13347 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
13348 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13349 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13350 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13351 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13352 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13353 | fi | |
13354 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
13355 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13356 | else | |
13357 | # Is the header compilable? | |
13358 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
13359 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
13360 | cat >conftest.$ac_ext <<_ACEOF | |
13361 | #line $LINENO "configure" | |
13362 | /* confdefs.h. */ | |
13363 | _ACEOF | |
13364 | cat confdefs.h >>conftest.$ac_ext | |
13365 | cat >>conftest.$ac_ext <<_ACEOF | |
13366 | /* end confdefs.h. */ | |
13367 | $ac_includes_default | |
13368 | #include <$ac_header> | |
13369 | _ACEOF | |
13370 | rm -f conftest.$ac_objext | |
13371 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13372 | (eval $ac_compile) 2>&5 | |
13373 | ac_status=$? | |
13374 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13375 | (exit $ac_status); } && | |
13376 | { ac_try='test -s conftest.$ac_objext' | |
13377 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13378 | (eval $ac_try) 2>&5 | |
13379 | ac_status=$? | |
13380 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13381 | (exit $ac_status); }; }; then | |
13382 | ac_header_compiler=yes | |
13383 | else | |
13384 | echo "$as_me: failed program was:" >&5 | |
13385 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13386 | ||
13387 | ac_header_compiler=no | |
13388 | fi | |
13389 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13390 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
13391 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
13392 | ||
13393 | # Is the header present? | |
13394 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
13395 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
13396 | cat >conftest.$ac_ext <<_ACEOF | |
13397 | #line $LINENO "configure" | |
13398 | /* confdefs.h. */ | |
13399 | _ACEOF | |
13400 | cat confdefs.h >>conftest.$ac_ext | |
13401 | cat >>conftest.$ac_ext <<_ACEOF | |
13402 | /* end confdefs.h. */ | |
13403 | #include <$ac_header> | |
13404 | _ACEOF | |
13405 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
13406 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
13407 | ac_status=$? | |
13408 | grep -v '^ *+' conftest.er1 >conftest.err | |
13409 | rm -f conftest.er1 | |
13410 | cat conftest.err >&5 | |
13411 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13412 | (exit $ac_status); } >/dev/null; then | |
13413 | if test -s conftest.err; then | |
13414 | ac_cpp_err=$ac_c_preproc_warn_flag | |
13415 | else | |
13416 | ac_cpp_err= | |
13417 | fi | |
13418 | else | |
13419 | ac_cpp_err=yes | |
13420 | fi | |
13421 | if test -z "$ac_cpp_err"; then | |
13422 | ac_header_preproc=yes | |
13423 | else | |
13424 | echo "$as_me: failed program was:" >&5 | |
13425 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13426 | ||
13427 | ac_header_preproc=no | |
13428 | fi | |
13429 | rm -f conftest.err conftest.$ac_ext | |
13430 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
13431 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
13432 | ||
13433 | # So? What about this header? | |
13434 | case $ac_header_compiler:$ac_header_preproc in | |
13435 | yes:no ) | |
13436 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
13437 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
13438 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
13439 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
13440 | ( | |
13441 | cat <<\_ASBOX | |
13442 | ## ------------------------------------ ## | |
13443 | ## Report this to bug-autoconf@gnu.org. ## | |
13444 | ## ------------------------------------ ## | |
13445 | _ASBOX | |
13446 | ) | | |
13447 | sed "s/^/$as_me: WARNING: /" >&2 | |
13448 | ;; | |
13449 | no:yes ) | |
13450 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
13451 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
13452 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
13453 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
13454 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
13455 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
13456 | ( | |
13457 | cat <<\_ASBOX | |
13458 | ## ------------------------------------ ## | |
13459 | ## Report this to bug-autoconf@gnu.org. ## | |
13460 | ## ------------------------------------ ## | |
13461 | _ASBOX | |
13462 | ) | | |
13463 | sed "s/^/$as_me: WARNING: /" >&2 | |
13464 | ;; | |
13465 | esac | |
13466 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13467 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13468 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13469 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13470 | else | |
13471 | eval "$as_ac_Header=$ac_header_preproc" | |
3a922bb4 | 13472 | fi |
e6cc62c6 VS |
13473 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
13474 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13475 | ||
90dd450c | 13476 | fi |
e6cc62c6 VS |
13477 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
13478 | cat >>confdefs.h <<_ACEOF | |
13479 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
13480 | _ACEOF | |
13481 | ||
247f5006 | 13482 | fi |
e6cc62c6 | 13483 | |
247f5006 VZ |
13484 | done |
13485 | ||
a0b9e27f MB |
13486 | fi |
13487 | fi | |
247f5006 | 13488 | |
247f5006 | 13489 | |
e6cc62c6 VS |
13490 | echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 |
13491 | echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 | |
13492 | if test "${ac_cv_c_const+set}" = set; then | |
13493 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13494 | else | |
13495 | cat >conftest.$ac_ext <<_ACEOF | |
13496 | #line $LINENO "configure" | |
13497 | /* confdefs.h. */ | |
13498 | _ACEOF | |
13499 | cat confdefs.h >>conftest.$ac_ext | |
13500 | cat >>conftest.$ac_ext <<_ACEOF | |
13501 | /* end confdefs.h. */ | |
13502 | ||
13503 | int | |
13504 | main () | |
13505 | { | |
13506 | /* FIXME: Include the comments suggested by Paul. */ | |
13507 | #ifndef __cplusplus | |
13508 | /* Ultrix mips cc rejects this. */ | |
13509 | typedef int charset[2]; | |
13510 | const charset x; | |
13511 | /* SunOS 4.1.1 cc rejects this. */ | |
13512 | char const *const *ccp; | |
13513 | char **p; | |
13514 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
13515 | struct point {int x, y;}; | |
13516 | static struct point const zero = {0,0}; | |
13517 | /* AIX XL C 1.02.0.0 rejects this. | |
13518 | It does not let you subtract one const X* pointer from another in | |
13519 | an arm of an if-expression whose if-part is not a constant | |
13520 | expression */ | |
13521 | const char *g = "string"; | |
13522 | ccp = &g + (g ? g-g : 0); | |
13523 | /* HPUX 7.0 cc rejects these. */ | |
13524 | ++ccp; | |
13525 | p = (char**) ccp; | |
13526 | ccp = (char const *const *) p; | |
13527 | { /* SCO 3.2v4 cc rejects this. */ | |
13528 | char *t; | |
13529 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
13530 | ||
13531 | *t++ = 0; | |
13532 | } | |
13533 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
13534 | int x[] = {25, 17}; | |
13535 | const int *foo = &x[0]; | |
13536 | ++foo; | |
13537 | } | |
13538 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
13539 | typedef const int *iptr; | |
13540 | iptr p = 0; | |
13541 | ++p; | |
13542 | } | |
13543 | { /* AIX XL C 1.02.0.0 rejects this saying | |
13544 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
13545 | struct s { int j; const int *ap[3]; }; | |
13546 | struct s *b; b->j = 5; | |
13547 | } | |
13548 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
13549 | const int foo = 10; | |
13550 | } | |
13551 | #endif | |
13552 | ||
13553 | ; | |
13554 | return 0; | |
13555 | } | |
13556 | _ACEOF | |
13557 | rm -f conftest.$ac_objext | |
13558 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13559 | (eval $ac_compile) 2>&5 | |
13560 | ac_status=$? | |
13561 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13562 | (exit $ac_status); } && | |
13563 | { ac_try='test -s conftest.$ac_objext' | |
13564 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13565 | (eval $ac_try) 2>&5 | |
13566 | ac_status=$? | |
13567 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13568 | (exit $ac_status); }; }; then | |
a0b9e27f | 13569 | ac_cv_c_const=yes |
247f5006 | 13570 | else |
e6cc62c6 VS |
13571 | echo "$as_me: failed program was:" >&5 |
13572 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13573 | ||
13574 | ac_cv_c_const=no | |
247f5006 | 13575 | fi |
e6cc62c6 | 13576 | rm -f conftest.$ac_objext conftest.$ac_ext |
21d1c967 | 13577 | fi |
e6cc62c6 VS |
13578 | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 |
13579 | echo "${ECHO_T}$ac_cv_c_const" >&6 | |
a0b9e27f | 13580 | if test $ac_cv_c_const = no; then |
e6cc62c6 VS |
13581 | |
13582 | cat >>confdefs.h <<\_ACEOF | |
13583 | #define const | |
13584 | _ACEOF | |
10f2d63a | 13585 | |
90dd450c | 13586 | fi |
81809c07 | 13587 | |
e6cc62c6 VS |
13588 | echo "$as_me:$LINENO: checking for inline" >&5 |
13589 | echo $ECHO_N "checking for inline... $ECHO_C" >&6 | |
13590 | if test "${ac_cv_c_inline+set}" = set; then | |
13591 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8168de4c | 13592 | else |
a0b9e27f MB |
13593 | ac_cv_c_inline=no |
13594 | for ac_kw in inline __inline__ __inline; do | |
e6cc62c6 VS |
13595 | cat >conftest.$ac_ext <<_ACEOF |
13596 | #line $LINENO "configure" | |
13597 | /* confdefs.h. */ | |
13598 | _ACEOF | |
13599 | cat confdefs.h >>conftest.$ac_ext | |
13600 | cat >>conftest.$ac_ext <<_ACEOF | |
13601 | /* end confdefs.h. */ | |
13602 | #ifndef __cplusplus | |
13603 | typedef int foo_t; | |
13604 | static $ac_kw foo_t static_foo () {return 0; } | |
13605 | $ac_kw foo_t foo () {return 0; } | |
13606 | #endif | |
a0b9e27f | 13607 | |
e6cc62c6 VS |
13608 | _ACEOF |
13609 | rm -f conftest.$ac_objext | |
13610 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13611 | (eval $ac_compile) 2>&5 | |
13612 | ac_status=$? | |
13613 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13614 | (exit $ac_status); } && | |
13615 | { ac_try='test -s conftest.$ac_objext' | |
13616 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13617 | (eval $ac_try) 2>&5 | |
13618 | ac_status=$? | |
13619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13620 | (exit $ac_status); }; }; then | |
a0b9e27f | 13621 | ac_cv_c_inline=$ac_kw; break |
247f5006 | 13622 | else |
e6cc62c6 VS |
13623 | echo "$as_me: failed program was:" >&5 |
13624 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13625 | ||
247f5006 | 13626 | fi |
e6cc62c6 | 13627 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 13628 | done |
247f5006 VZ |
13629 | |
13630 | fi | |
e6cc62c6 VS |
13631 | echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 |
13632 | echo "${ECHO_T}$ac_cv_c_inline" >&6 | |
13633 | case $ac_cv_c_inline in | |
a0b9e27f | 13634 | inline | yes) ;; |
e6cc62c6 VS |
13635 | no) |
13636 | cat >>confdefs.h <<\_ACEOF | |
13637 | #define inline | |
13638 | _ACEOF | |
a0b9e27f | 13639 | ;; |
e6cc62c6 | 13640 | *) cat >>confdefs.h <<_ACEOF |
a0b9e27f | 13641 | #define inline $ac_cv_c_inline |
e6cc62c6 | 13642 | _ACEOF |
a0b9e27f MB |
13643 | ;; |
13644 | esac | |
247f5006 | 13645 | |
247f5006 | 13646 | |
e6cc62c6 VS |
13647 | echo "$as_me:$LINENO: checking for char" >&5 |
13648 | echo $ECHO_N "checking for char... $ECHO_C" >&6 | |
13649 | if test "${ac_cv_type_char+set}" = set; then | |
13650 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13651 | else | |
13652 | cat >conftest.$ac_ext <<_ACEOF | |
13653 | #line $LINENO "configure" | |
13654 | /* confdefs.h. */ | |
13655 | _ACEOF | |
13656 | cat confdefs.h >>conftest.$ac_ext | |
13657 | cat >>conftest.$ac_ext <<_ACEOF | |
13658 | /* end confdefs.h. */ | |
13659 | $ac_includes_default | |
13660 | int | |
13661 | main () | |
13662 | { | |
13663 | if ((char *) 0) | |
13664 | return 0; | |
13665 | if (sizeof (char)) | |
13666 | return 0; | |
13667 | ; | |
13668 | return 0; | |
13669 | } | |
13670 | _ACEOF | |
13671 | rm -f conftest.$ac_objext | |
13672 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13673 | (eval $ac_compile) 2>&5 | |
13674 | ac_status=$? | |
13675 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13676 | (exit $ac_status); } && | |
13677 | { ac_try='test -s conftest.$ac_objext' | |
13678 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13679 | (eval $ac_try) 2>&5 | |
13680 | ac_status=$? | |
13681 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13682 | (exit $ac_status); }; }; then | |
13683 | ac_cv_type_char=yes | |
13684 | else | |
13685 | echo "$as_me: failed program was:" >&5 | |
13686 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13687 | ||
13688 | ac_cv_type_char=no | |
13689 | fi | |
13690 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13691 | fi | |
13692 | echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 | |
13693 | echo "${ECHO_T}$ac_cv_type_char" >&6 | |
13694 | ||
13695 | echo "$as_me:$LINENO: checking size of char" >&5 | |
13696 | echo $ECHO_N "checking size of char... $ECHO_C" >&6 | |
13697 | if test "${ac_cv_sizeof_char+set}" = set; then | |
13698 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13699 | else | |
13700 | if test "$ac_cv_type_char" = yes; then | |
13701 | # The cast to unsigned long works around a bug in the HP C Compiler | |
13702 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13703 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13704 | # This bug is HP SR number 8606223364. | |
a0b9e27f | 13705 | if test "$cross_compiling" = yes; then |
e6cc62c6 VS |
13706 | # Depending upon the size, compute the lo and hi bounds. |
13707 | cat >conftest.$ac_ext <<_ACEOF | |
13708 | #line $LINENO "configure" | |
13709 | /* confdefs.h. */ | |
13710 | _ACEOF | |
13711 | cat confdefs.h >>conftest.$ac_ext | |
13712 | cat >>conftest.$ac_ext <<_ACEOF | |
13713 | /* end confdefs.h. */ | |
13714 | $ac_includes_default | |
13715 | int | |
13716 | main () | |
13717 | { | |
13718 | static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)]; | |
13719 | test_array [0] = 0 | |
13720 | ||
13721 | ; | |
13722 | return 0; | |
13723 | } | |
13724 | _ACEOF | |
13725 | rm -f conftest.$ac_objext | |
13726 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13727 | (eval $ac_compile) 2>&5 | |
13728 | ac_status=$? | |
13729 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13730 | (exit $ac_status); } && | |
13731 | { ac_try='test -s conftest.$ac_objext' | |
13732 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13733 | (eval $ac_try) 2>&5 | |
13734 | ac_status=$? | |
13735 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13736 | (exit $ac_status); }; }; then | |
13737 | ac_lo=0 ac_mid=0 | |
13738 | while :; do | |
13739 | cat >conftest.$ac_ext <<_ACEOF | |
13740 | #line $LINENO "configure" | |
13741 | /* confdefs.h. */ | |
13742 | _ACEOF | |
13743 | cat confdefs.h >>conftest.$ac_ext | |
13744 | cat >>conftest.$ac_ext <<_ACEOF | |
13745 | /* end confdefs.h. */ | |
13746 | $ac_includes_default | |
13747 | int | |
13748 | main () | |
13749 | { | |
13750 | static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; | |
13751 | test_array [0] = 0 | |
13752 | ||
13753 | ; | |
13754 | return 0; | |
13755 | } | |
13756 | _ACEOF | |
13757 | rm -f conftest.$ac_objext | |
13758 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13759 | (eval $ac_compile) 2>&5 | |
13760 | ac_status=$? | |
13761 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13762 | (exit $ac_status); } && | |
13763 | { ac_try='test -s conftest.$ac_objext' | |
13764 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13765 | (eval $ac_try) 2>&5 | |
13766 | ac_status=$? | |
13767 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13768 | (exit $ac_status); }; }; then | |
13769 | ac_hi=$ac_mid; break | |
13770 | else | |
13771 | echo "$as_me: failed program was:" >&5 | |
13772 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13773 | ||
13774 | ac_lo=`expr $ac_mid + 1` | |
13775 | if test $ac_lo -le $ac_mid; then | |
13776 | ac_lo= ac_hi= | |
13777 | break | |
13778 | fi | |
13779 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
13780 | fi | |
13781 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13782 | done | |
a0b9e27f | 13783 | else |
e6cc62c6 VS |
13784 | echo "$as_me: failed program was:" >&5 |
13785 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13786 | ||
13787 | cat >conftest.$ac_ext <<_ACEOF | |
13788 | #line $LINENO "configure" | |
13789 | /* confdefs.h. */ | |
13790 | _ACEOF | |
13791 | cat confdefs.h >>conftest.$ac_ext | |
13792 | cat >>conftest.$ac_ext <<_ACEOF | |
13793 | /* end confdefs.h. */ | |
13794 | $ac_includes_default | |
13795 | int | |
13796 | main () | |
13797 | { | |
13798 | static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)]; | |
13799 | test_array [0] = 0 | |
13800 | ||
13801 | ; | |
13802 | return 0; | |
13803 | } | |
13804 | _ACEOF | |
13805 | rm -f conftest.$ac_objext | |
13806 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13807 | (eval $ac_compile) 2>&5 | |
13808 | ac_status=$? | |
13809 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13810 | (exit $ac_status); } && | |
13811 | { ac_try='test -s conftest.$ac_objext' | |
13812 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13813 | (eval $ac_try) 2>&5 | |
13814 | ac_status=$? | |
13815 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13816 | (exit $ac_status); }; }; then | |
13817 | ac_hi=-1 ac_mid=-1 | |
13818 | while :; do | |
13819 | cat >conftest.$ac_ext <<_ACEOF | |
13820 | #line $LINENO "configure" | |
13821 | /* confdefs.h. */ | |
13822 | _ACEOF | |
13823 | cat confdefs.h >>conftest.$ac_ext | |
13824 | cat >>conftest.$ac_ext <<_ACEOF | |
13825 | /* end confdefs.h. */ | |
13826 | $ac_includes_default | |
13827 | int | |
13828 | main () | |
13829 | { | |
13830 | static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)]; | |
13831 | test_array [0] = 0 | |
13832 | ||
13833 | ; | |
13834 | return 0; | |
13835 | } | |
13836 | _ACEOF | |
13837 | rm -f conftest.$ac_objext | |
13838 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13839 | (eval $ac_compile) 2>&5 | |
13840 | ac_status=$? | |
13841 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13842 | (exit $ac_status); } && | |
13843 | { ac_try='test -s conftest.$ac_objext' | |
13844 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13845 | (eval $ac_try) 2>&5 | |
13846 | ac_status=$? | |
13847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13848 | (exit $ac_status); }; }; then | |
13849 | ac_lo=$ac_mid; break | |
13850 | else | |
13851 | echo "$as_me: failed program was:" >&5 | |
13852 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13853 | ||
13854 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
13855 | if test $ac_mid -le $ac_hi; then | |
13856 | ac_lo= ac_hi= | |
13857 | break | |
13858 | fi | |
13859 | ac_mid=`expr 2 '*' $ac_mid` | |
13860 | fi | |
13861 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13862 | done | |
13863 | else | |
13864 | echo "$as_me: failed program was:" >&5 | |
13865 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13866 | ||
13867 | ac_lo= ac_hi= | |
13868 | fi | |
13869 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13870 | fi | |
13871 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13872 | # Binary search between lo and hi bounds. | |
13873 | while test "x$ac_lo" != "x$ac_hi"; do | |
13874 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
13875 | cat >conftest.$ac_ext <<_ACEOF | |
13876 | #line $LINENO "configure" | |
13877 | /* confdefs.h. */ | |
13878 | _ACEOF | |
13879 | cat confdefs.h >>conftest.$ac_ext | |
13880 | cat >>conftest.$ac_ext <<_ACEOF | |
13881 | /* end confdefs.h. */ | |
13882 | $ac_includes_default | |
13883 | int | |
13884 | main () | |
13885 | { | |
13886 | static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; | |
13887 | test_array [0] = 0 | |
13888 | ||
13889 | ; | |
13890 | return 0; | |
13891 | } | |
13892 | _ACEOF | |
13893 | rm -f conftest.$ac_objext | |
13894 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13895 | (eval $ac_compile) 2>&5 | |
13896 | ac_status=$? | |
13897 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13898 | (exit $ac_status); } && | |
13899 | { ac_try='test -s conftest.$ac_objext' | |
13900 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13901 | (eval $ac_try) 2>&5 | |
13902 | ac_status=$? | |
13903 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13904 | (exit $ac_status); }; }; then | |
13905 | ac_hi=$ac_mid | |
13906 | else | |
13907 | echo "$as_me: failed program was:" >&5 | |
13908 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13909 | ||
13910 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
13911 | fi | |
13912 | rm -f conftest.$ac_objext conftest.$ac_ext | |
13913 | done | |
13914 | case $ac_lo in | |
13915 | ?*) ac_cv_sizeof_char=$ac_lo;; | |
13916 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 | |
13917 | See \`config.log' for more details." >&5 | |
13918 | echo "$as_me: error: cannot compute sizeof (char), 77 | |
13919 | See \`config.log' for more details." >&2;} | |
13920 | { (exit 1); exit 1; }; } ;; | |
13921 | esac | |
13922 | else | |
13923 | if test "$cross_compiling" = yes; then | |
13924 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
13925 | See \`config.log' for more details." >&5 | |
13926 | echo "$as_me: error: cannot run test program while cross compiling | |
13927 | See \`config.log' for more details." >&2;} | |
13928 | { (exit 1); exit 1; }; } | |
13929 | else | |
13930 | cat >conftest.$ac_ext <<_ACEOF | |
13931 | #line $LINENO "configure" | |
13932 | /* confdefs.h. */ | |
13933 | _ACEOF | |
13934 | cat confdefs.h >>conftest.$ac_ext | |
13935 | cat >>conftest.$ac_ext <<_ACEOF | |
13936 | /* end confdefs.h. */ | |
13937 | $ac_includes_default | |
13938 | long longval () { return (long) (sizeof (char)); } | |
13939 | unsigned long ulongval () { return (long) (sizeof (char)); } | |
a0b9e27f | 13940 | #include <stdio.h> |
e6cc62c6 VS |
13941 | #include <stdlib.h> |
13942 | int | |
13943 | main () | |
247f5006 | 13944 | { |
e6cc62c6 VS |
13945 | |
13946 | FILE *f = fopen ("conftest.val", "w"); | |
13947 | if (! f) | |
13948 | exit (1); | |
13949 | if (((long) (sizeof (char))) < 0) | |
13950 | { | |
13951 | long i = longval (); | |
13952 | if (i != ((long) (sizeof (char)))) | |
13953 | exit (1); | |
13954 | fprintf (f, "%ld\n", i); | |
13955 | } | |
13956 | else | |
13957 | { | |
13958 | unsigned long i = ulongval (); | |
13959 | if (i != ((long) (sizeof (char)))) | |
13960 | exit (1); | |
13961 | fprintf (f, "%lu\n", i); | |
13962 | } | |
13963 | exit (ferror (f) || fclose (f) != 0); | |
13964 | ||
13965 | ; | |
13966 | return 0; | |
52127426 | 13967 | } |
e6cc62c6 VS |
13968 | _ACEOF |
13969 | rm -f conftest$ac_exeext | |
13970 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
13971 | (eval $ac_link) 2>&5 | |
13972 | ac_status=$? | |
13973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13974 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
13975 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13976 | (eval $ac_try) 2>&5 | |
13977 | ac_status=$? | |
13978 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13979 | (exit $ac_status); }; }; then | |
13980 | ac_cv_sizeof_char=`cat conftest.val` | |
13981 | else | |
13982 | echo "$as_me: program exited with status $ac_status" >&5 | |
13983 | echo "$as_me: failed program was:" >&5 | |
13984 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13985 | ||
13986 | ( exit $ac_status ) | |
13987 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 | |
13988 | See \`config.log' for more details." >&5 | |
13989 | echo "$as_me: error: cannot compute sizeof (char), 77 | |
13990 | See \`config.log' for more details." >&2;} | |
13991 | { (exit 1); exit 1; }; } | |
13992 | fi | |
13993 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
13994 | fi | |
13995 | fi | |
13996 | rm -f conftest.val | |
247f5006 | 13997 | else |
a0b9e27f | 13998 | ac_cv_sizeof_char=0 |
247f5006 | 13999 | fi |
247f5006 | 14000 | fi |
e6cc62c6 VS |
14001 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 |
14002 | echo "${ECHO_T}$ac_cv_sizeof_char" >&6 | |
14003 | cat >>confdefs.h <<_ACEOF | |
14004 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
14005 | _ACEOF | |
14006 | ||
14007 | ||
14008 | echo "$as_me:$LINENO: checking for short" >&5 | |
14009 | echo $ECHO_N "checking for short... $ECHO_C" >&6 | |
14010 | if test "${ac_cv_type_short+set}" = set; then | |
14011 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14012 | else | |
14013 | cat >conftest.$ac_ext <<_ACEOF | |
14014 | #line $LINENO "configure" | |
14015 | /* confdefs.h. */ | |
14016 | _ACEOF | |
14017 | cat confdefs.h >>conftest.$ac_ext | |
14018 | cat >>conftest.$ac_ext <<_ACEOF | |
14019 | /* end confdefs.h. */ | |
14020 | $ac_includes_default | |
14021 | int | |
14022 | main () | |
14023 | { | |
14024 | if ((short *) 0) | |
14025 | return 0; | |
14026 | if (sizeof (short)) | |
14027 | return 0; | |
14028 | ; | |
14029 | return 0; | |
14030 | } | |
14031 | _ACEOF | |
14032 | rm -f conftest.$ac_objext | |
14033 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14034 | (eval $ac_compile) 2>&5 | |
14035 | ac_status=$? | |
14036 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14037 | (exit $ac_status); } && | |
14038 | { ac_try='test -s conftest.$ac_objext' | |
14039 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14040 | (eval $ac_try) 2>&5 | |
14041 | ac_status=$? | |
14042 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14043 | (exit $ac_status); }; }; then | |
14044 | ac_cv_type_short=yes | |
14045 | else | |
14046 | echo "$as_me: failed program was:" >&5 | |
14047 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14048 | ||
14049 | ac_cv_type_short=no | |
14050 | fi | |
14051 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14052 | fi | |
14053 | echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 | |
14054 | echo "${ECHO_T}$ac_cv_type_short" >&6 | |
14055 | ||
14056 | echo "$as_me:$LINENO: checking size of short" >&5 | |
14057 | echo $ECHO_N "checking size of short... $ECHO_C" >&6 | |
14058 | if test "${ac_cv_sizeof_short+set}" = set; then | |
14059 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14060 | else | |
14061 | if test "$ac_cv_type_short" = yes; then | |
14062 | # The cast to unsigned long works around a bug in the HP C Compiler | |
14063 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
14064 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
14065 | # This bug is HP SR number 8606223364. | |
14066 | if test "$cross_compiling" = yes; then | |
14067 | # Depending upon the size, compute the lo and hi bounds. | |
14068 | cat >conftest.$ac_ext <<_ACEOF | |
14069 | #line $LINENO "configure" | |
14070 | /* confdefs.h. */ | |
14071 | _ACEOF | |
14072 | cat confdefs.h >>conftest.$ac_ext | |
14073 | cat >>conftest.$ac_ext <<_ACEOF | |
14074 | /* end confdefs.h. */ | |
14075 | $ac_includes_default | |
14076 | int | |
14077 | main () | |
14078 | { | |
14079 | static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)]; | |
14080 | test_array [0] = 0 | |
247f5006 | 14081 | |
e6cc62c6 VS |
14082 | ; |
14083 | return 0; | |
14084 | } | |
14085 | _ACEOF | |
14086 | rm -f conftest.$ac_objext | |
14087 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14088 | (eval $ac_compile) 2>&5 | |
14089 | ac_status=$? | |
14090 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14091 | (exit $ac_status); } && | |
14092 | { ac_try='test -s conftest.$ac_objext' | |
14093 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14094 | (eval $ac_try) 2>&5 | |
14095 | ac_status=$? | |
14096 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14097 | (exit $ac_status); }; }; then | |
14098 | ac_lo=0 ac_mid=0 | |
14099 | while :; do | |
14100 | cat >conftest.$ac_ext <<_ACEOF | |
14101 | #line $LINENO "configure" | |
14102 | /* confdefs.h. */ | |
14103 | _ACEOF | |
14104 | cat confdefs.h >>conftest.$ac_ext | |
14105 | cat >>conftest.$ac_ext <<_ACEOF | |
14106 | /* end confdefs.h. */ | |
14107 | $ac_includes_default | |
14108 | int | |
14109 | main () | |
14110 | { | |
14111 | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; | |
14112 | test_array [0] = 0 | |
14113 | ||
14114 | ; | |
14115 | return 0; | |
14116 | } | |
14117 | _ACEOF | |
14118 | rm -f conftest.$ac_objext | |
14119 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14120 | (eval $ac_compile) 2>&5 | |
14121 | ac_status=$? | |
14122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14123 | (exit $ac_status); } && | |
14124 | { ac_try='test -s conftest.$ac_objext' | |
14125 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14126 | (eval $ac_try) 2>&5 | |
14127 | ac_status=$? | |
14128 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14129 | (exit $ac_status); }; }; then | |
14130 | ac_hi=$ac_mid; break | |
14131 | else | |
14132 | echo "$as_me: failed program was:" >&5 | |
14133 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14134 | ||
14135 | ac_lo=`expr $ac_mid + 1` | |
14136 | if test $ac_lo -le $ac_mid; then | |
14137 | ac_lo= ac_hi= | |
14138 | break | |
14139 | fi | |
14140 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
247f5006 | 14141 | fi |
e6cc62c6 VS |
14142 | rm -f conftest.$ac_objext conftest.$ac_ext |
14143 | done | |
14144 | else | |
14145 | echo "$as_me: failed program was:" >&5 | |
14146 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14147 | ||
14148 | cat >conftest.$ac_ext <<_ACEOF | |
14149 | #line $LINENO "configure" | |
14150 | /* confdefs.h. */ | |
14151 | _ACEOF | |
14152 | cat confdefs.h >>conftest.$ac_ext | |
14153 | cat >>conftest.$ac_ext <<_ACEOF | |
14154 | /* end confdefs.h. */ | |
14155 | $ac_includes_default | |
14156 | int | |
14157 | main () | |
14158 | { | |
14159 | static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)]; | |
14160 | test_array [0] = 0 | |
247f5006 | 14161 | |
e6cc62c6 VS |
14162 | ; |
14163 | return 0; | |
14164 | } | |
14165 | _ACEOF | |
14166 | rm -f conftest.$ac_objext | |
14167 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14168 | (eval $ac_compile) 2>&5 | |
14169 | ac_status=$? | |
14170 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14171 | (exit $ac_status); } && | |
14172 | { ac_try='test -s conftest.$ac_objext' | |
14173 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14174 | (eval $ac_try) 2>&5 | |
14175 | ac_status=$? | |
14176 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14177 | (exit $ac_status); }; }; then | |
14178 | ac_hi=-1 ac_mid=-1 | |
14179 | while :; do | |
14180 | cat >conftest.$ac_ext <<_ACEOF | |
14181 | #line $LINENO "configure" | |
14182 | /* confdefs.h. */ | |
14183 | _ACEOF | |
14184 | cat confdefs.h >>conftest.$ac_ext | |
14185 | cat >>conftest.$ac_ext <<_ACEOF | |
14186 | /* end confdefs.h. */ | |
14187 | $ac_includes_default | |
14188 | int | |
14189 | main () | |
14190 | { | |
14191 | static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)]; | |
14192 | test_array [0] = 0 | |
247f5006 | 14193 | |
e6cc62c6 VS |
14194 | ; |
14195 | return 0; | |
14196 | } | |
14197 | _ACEOF | |
14198 | rm -f conftest.$ac_objext | |
14199 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14200 | (eval $ac_compile) 2>&5 | |
14201 | ac_status=$? | |
14202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14203 | (exit $ac_status); } && | |
14204 | { ac_try='test -s conftest.$ac_objext' | |
14205 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14206 | (eval $ac_try) 2>&5 | |
14207 | ac_status=$? | |
14208 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14209 | (exit $ac_status); }; }; then | |
14210 | ac_lo=$ac_mid; break | |
14211 | else | |
14212 | echo "$as_me: failed program was:" >&5 | |
14213 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14214 | ||
14215 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
14216 | if test $ac_mid -le $ac_hi; then | |
14217 | ac_lo= ac_hi= | |
14218 | break | |
14219 | fi | |
14220 | ac_mid=`expr 2 '*' $ac_mid` | |
14221 | fi | |
14222 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14223 | done | |
247f5006 | 14224 | else |
e6cc62c6 VS |
14225 | echo "$as_me: failed program was:" >&5 |
14226 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14227 | ||
14228 | ac_lo= ac_hi= | |
14229 | fi | |
14230 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14231 | fi | |
14232 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14233 | # Binary search between lo and hi bounds. | |
14234 | while test "x$ac_lo" != "x$ac_hi"; do | |
14235 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
14236 | cat >conftest.$ac_ext <<_ACEOF | |
14237 | #line $LINENO "configure" | |
14238 | /* confdefs.h. */ | |
14239 | _ACEOF | |
14240 | cat confdefs.h >>conftest.$ac_ext | |
14241 | cat >>conftest.$ac_ext <<_ACEOF | |
14242 | /* end confdefs.h. */ | |
14243 | $ac_includes_default | |
14244 | int | |
14245 | main () | |
14246 | { | |
14247 | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; | |
14248 | test_array [0] = 0 | |
14249 | ||
14250 | ; | |
14251 | return 0; | |
14252 | } | |
14253 | _ACEOF | |
14254 | rm -f conftest.$ac_objext | |
14255 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14256 | (eval $ac_compile) 2>&5 | |
14257 | ac_status=$? | |
14258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14259 | (exit $ac_status); } && | |
14260 | { ac_try='test -s conftest.$ac_objext' | |
14261 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14262 | (eval $ac_try) 2>&5 | |
14263 | ac_status=$? | |
14264 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14265 | (exit $ac_status); }; }; then | |
14266 | ac_hi=$ac_mid | |
14267 | else | |
14268 | echo "$as_me: failed program was:" >&5 | |
14269 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14270 | ||
14271 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
14272 | fi | |
14273 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14274 | done | |
14275 | case $ac_lo in | |
14276 | ?*) ac_cv_sizeof_short=$ac_lo;; | |
14277 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 | |
14278 | See \`config.log' for more details." >&5 | |
14279 | echo "$as_me: error: cannot compute sizeof (short), 77 | |
14280 | See \`config.log' for more details." >&2;} | |
14281 | { (exit 1); exit 1; }; } ;; | |
14282 | esac | |
247f5006 | 14283 | else |
e6cc62c6 VS |
14284 | if test "$cross_compiling" = yes; then |
14285 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
14286 | See \`config.log' for more details." >&5 | |
14287 | echo "$as_me: error: cannot run test program while cross compiling | |
14288 | See \`config.log' for more details." >&2;} | |
14289 | { (exit 1); exit 1; }; } | |
14290 | else | |
14291 | cat >conftest.$ac_ext <<_ACEOF | |
14292 | #line $LINENO "configure" | |
14293 | /* confdefs.h. */ | |
14294 | _ACEOF | |
14295 | cat confdefs.h >>conftest.$ac_ext | |
14296 | cat >>conftest.$ac_ext <<_ACEOF | |
14297 | /* end confdefs.h. */ | |
14298 | $ac_includes_default | |
14299 | long longval () { return (long) (sizeof (short)); } | |
14300 | unsigned long ulongval () { return (long) (sizeof (short)); } | |
a0b9e27f | 14301 | #include <stdio.h> |
e6cc62c6 VS |
14302 | #include <stdlib.h> |
14303 | int | |
14304 | main () | |
a0b9e27f | 14305 | { |
e6cc62c6 VS |
14306 | |
14307 | FILE *f = fopen ("conftest.val", "w"); | |
14308 | if (! f) | |
14309 | exit (1); | |
14310 | if (((long) (sizeof (short))) < 0) | |
14311 | { | |
14312 | long i = longval (); | |
14313 | if (i != ((long) (sizeof (short)))) | |
14314 | exit (1); | |
14315 | fprintf (f, "%ld\n", i); | |
14316 | } | |
14317 | else | |
14318 | { | |
14319 | unsigned long i = ulongval (); | |
14320 | if (i != ((long) (sizeof (short)))) | |
14321 | exit (1); | |
14322 | fprintf (f, "%lu\n", i); | |
14323 | } | |
14324 | exit (ferror (f) || fclose (f) != 0); | |
14325 | ||
14326 | ; | |
14327 | return 0; | |
a0b9e27f | 14328 | } |
e6cc62c6 VS |
14329 | _ACEOF |
14330 | rm -f conftest$ac_exeext | |
14331 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
14332 | (eval $ac_link) 2>&5 | |
14333 | ac_status=$? | |
14334 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14335 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
14336 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14337 | (eval $ac_try) 2>&5 | |
14338 | ac_status=$? | |
14339 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14340 | (exit $ac_status); }; }; then | |
14341 | ac_cv_sizeof_short=`cat conftest.val` | |
14342 | else | |
14343 | echo "$as_me: program exited with status $ac_status" >&5 | |
14344 | echo "$as_me: failed program was:" >&5 | |
14345 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14346 | ||
14347 | ( exit $ac_status ) | |
14348 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 | |
14349 | See \`config.log' for more details." >&5 | |
14350 | echo "$as_me: error: cannot compute sizeof (short), 77 | |
14351 | See \`config.log' for more details." >&2;} | |
14352 | { (exit 1); exit 1; }; } | |
14353 | fi | |
14354 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
14355 | fi | |
14356 | fi | |
14357 | rm -f conftest.val | |
247f5006 | 14358 | else |
a0b9e27f | 14359 | ac_cv_sizeof_short=0 |
247f5006 | 14360 | fi |
247f5006 | 14361 | fi |
e6cc62c6 VS |
14362 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 |
14363 | echo "${ECHO_T}$ac_cv_sizeof_short" >&6 | |
14364 | cat >>confdefs.h <<_ACEOF | |
14365 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
14366 | _ACEOF | |
14367 | ||
14368 | ||
14369 | echo "$as_me:$LINENO: checking for void *" >&5 | |
14370 | echo $ECHO_N "checking for void *... $ECHO_C" >&6 | |
14371 | if test "${ac_cv_type_void_p+set}" = set; then | |
14372 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14373 | else | |
14374 | cat >conftest.$ac_ext <<_ACEOF | |
14375 | #line $LINENO "configure" | |
14376 | /* confdefs.h. */ | |
14377 | _ACEOF | |
14378 | cat confdefs.h >>conftest.$ac_ext | |
14379 | cat >>conftest.$ac_ext <<_ACEOF | |
14380 | /* end confdefs.h. */ | |
14381 | $ac_includes_default | |
14382 | int | |
14383 | main () | |
14384 | { | |
14385 | if ((void * *) 0) | |
14386 | return 0; | |
14387 | if (sizeof (void *)) | |
14388 | return 0; | |
14389 | ; | |
14390 | return 0; | |
14391 | } | |
14392 | _ACEOF | |
14393 | rm -f conftest.$ac_objext | |
14394 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14395 | (eval $ac_compile) 2>&5 | |
14396 | ac_status=$? | |
14397 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14398 | (exit $ac_status); } && | |
14399 | { ac_try='test -s conftest.$ac_objext' | |
14400 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14401 | (eval $ac_try) 2>&5 | |
14402 | ac_status=$? | |
14403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14404 | (exit $ac_status); }; }; then | |
14405 | ac_cv_type_void_p=yes | |
14406 | else | |
14407 | echo "$as_me: failed program was:" >&5 | |
14408 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14409 | ||
14410 | ac_cv_type_void_p=no | |
14411 | fi | |
14412 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14413 | fi | |
14414 | echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 | |
14415 | echo "${ECHO_T}$ac_cv_type_void_p" >&6 | |
14416 | ||
14417 | echo "$as_me:$LINENO: checking size of void *" >&5 | |
14418 | echo $ECHO_N "checking size of void *... $ECHO_C" >&6 | |
14419 | if test "${ac_cv_sizeof_void_p+set}" = set; then | |
14420 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14421 | else | |
14422 | if test "$ac_cv_type_void_p" = yes; then | |
14423 | # The cast to unsigned long works around a bug in the HP C Compiler | |
14424 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
14425 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
14426 | # This bug is HP SR number 8606223364. | |
14427 | if test "$cross_compiling" = yes; then | |
14428 | # Depending upon the size, compute the lo and hi bounds. | |
14429 | cat >conftest.$ac_ext <<_ACEOF | |
14430 | #line $LINENO "configure" | |
14431 | /* confdefs.h. */ | |
14432 | _ACEOF | |
14433 | cat confdefs.h >>conftest.$ac_ext | |
14434 | cat >>conftest.$ac_ext <<_ACEOF | |
14435 | /* end confdefs.h. */ | |
14436 | $ac_includes_default | |
14437 | int | |
14438 | main () | |
14439 | { | |
14440 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)]; | |
14441 | test_array [0] = 0 | |
14442 | ||
14443 | ; | |
14444 | return 0; | |
14445 | } | |
14446 | _ACEOF | |
14447 | rm -f conftest.$ac_objext | |
14448 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14449 | (eval $ac_compile) 2>&5 | |
14450 | ac_status=$? | |
14451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14452 | (exit $ac_status); } && | |
14453 | { ac_try='test -s conftest.$ac_objext' | |
14454 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14455 | (eval $ac_try) 2>&5 | |
14456 | ac_status=$? | |
14457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14458 | (exit $ac_status); }; }; then | |
14459 | ac_lo=0 ac_mid=0 | |
14460 | while :; do | |
14461 | cat >conftest.$ac_ext <<_ACEOF | |
14462 | #line $LINENO "configure" | |
14463 | /* confdefs.h. */ | |
14464 | _ACEOF | |
14465 | cat confdefs.h >>conftest.$ac_ext | |
14466 | cat >>conftest.$ac_ext <<_ACEOF | |
14467 | /* end confdefs.h. */ | |
14468 | $ac_includes_default | |
14469 | int | |
14470 | main () | |
14471 | { | |
14472 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; | |
14473 | test_array [0] = 0 | |
247f5006 | 14474 | |
e6cc62c6 VS |
14475 | ; |
14476 | return 0; | |
14477 | } | |
14478 | _ACEOF | |
14479 | rm -f conftest.$ac_objext | |
14480 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14481 | (eval $ac_compile) 2>&5 | |
14482 | ac_status=$? | |
14483 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14484 | (exit $ac_status); } && | |
14485 | { ac_try='test -s conftest.$ac_objext' | |
14486 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14487 | (eval $ac_try) 2>&5 | |
14488 | ac_status=$? | |
14489 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14490 | (exit $ac_status); }; }; then | |
14491 | ac_hi=$ac_mid; break | |
14492 | else | |
14493 | echo "$as_me: failed program was:" >&5 | |
14494 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14495 | ||
14496 | ac_lo=`expr $ac_mid + 1` | |
14497 | if test $ac_lo -le $ac_mid; then | |
14498 | ac_lo= ac_hi= | |
14499 | break | |
14500 | fi | |
14501 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
247f5006 | 14502 | fi |
e6cc62c6 VS |
14503 | rm -f conftest.$ac_objext conftest.$ac_ext |
14504 | done | |
14505 | else | |
14506 | echo "$as_me: failed program was:" >&5 | |
14507 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14508 | ||
14509 | cat >conftest.$ac_ext <<_ACEOF | |
14510 | #line $LINENO "configure" | |
14511 | /* confdefs.h. */ | |
14512 | _ACEOF | |
14513 | cat confdefs.h >>conftest.$ac_ext | |
14514 | cat >>conftest.$ac_ext <<_ACEOF | |
14515 | /* end confdefs.h. */ | |
14516 | $ac_includes_default | |
14517 | int | |
14518 | main () | |
14519 | { | |
14520 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)]; | |
14521 | test_array [0] = 0 | |
247f5006 | 14522 | |
e6cc62c6 VS |
14523 | ; |
14524 | return 0; | |
14525 | } | |
14526 | _ACEOF | |
14527 | rm -f conftest.$ac_objext | |
14528 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14529 | (eval $ac_compile) 2>&5 | |
14530 | ac_status=$? | |
14531 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14532 | (exit $ac_status); } && | |
14533 | { ac_try='test -s conftest.$ac_objext' | |
14534 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14535 | (eval $ac_try) 2>&5 | |
14536 | ac_status=$? | |
14537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14538 | (exit $ac_status); }; }; then | |
14539 | ac_hi=-1 ac_mid=-1 | |
14540 | while :; do | |
14541 | cat >conftest.$ac_ext <<_ACEOF | |
14542 | #line $LINENO "configure" | |
14543 | /* confdefs.h. */ | |
14544 | _ACEOF | |
14545 | cat confdefs.h >>conftest.$ac_ext | |
14546 | cat >>conftest.$ac_ext <<_ACEOF | |
14547 | /* end confdefs.h. */ | |
14548 | $ac_includes_default | |
14549 | int | |
14550 | main () | |
14551 | { | |
14552 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)]; | |
14553 | test_array [0] = 0 | |
247f5006 | 14554 | |
e6cc62c6 VS |
14555 | ; |
14556 | return 0; | |
14557 | } | |
14558 | _ACEOF | |
14559 | rm -f conftest.$ac_objext | |
14560 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14561 | (eval $ac_compile) 2>&5 | |
14562 | ac_status=$? | |
14563 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14564 | (exit $ac_status); } && | |
14565 | { ac_try='test -s conftest.$ac_objext' | |
14566 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14567 | (eval $ac_try) 2>&5 | |
14568 | ac_status=$? | |
14569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14570 | (exit $ac_status); }; }; then | |
14571 | ac_lo=$ac_mid; break | |
14572 | else | |
14573 | echo "$as_me: failed program was:" >&5 | |
14574 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14575 | ||
14576 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
14577 | if test $ac_mid -le $ac_hi; then | |
14578 | ac_lo= ac_hi= | |
14579 | break | |
14580 | fi | |
14581 | ac_mid=`expr 2 '*' $ac_mid` | |
14582 | fi | |
14583 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14584 | done | |
a0b9e27f | 14585 | else |
e6cc62c6 VS |
14586 | echo "$as_me: failed program was:" >&5 |
14587 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14588 | ||
14589 | ac_lo= ac_hi= | |
14590 | fi | |
14591 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14592 | fi | |
14593 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14594 | # Binary search between lo and hi bounds. | |
14595 | while test "x$ac_lo" != "x$ac_hi"; do | |
14596 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
14597 | cat >conftest.$ac_ext <<_ACEOF | |
14598 | #line $LINENO "configure" | |
14599 | /* confdefs.h. */ | |
14600 | _ACEOF | |
14601 | cat confdefs.h >>conftest.$ac_ext | |
14602 | cat >>conftest.$ac_ext <<_ACEOF | |
14603 | /* end confdefs.h. */ | |
14604 | $ac_includes_default | |
14605 | int | |
14606 | main () | |
14607 | { | |
14608 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; | |
14609 | test_array [0] = 0 | |
14610 | ||
14611 | ; | |
14612 | return 0; | |
14613 | } | |
14614 | _ACEOF | |
14615 | rm -f conftest.$ac_objext | |
14616 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14617 | (eval $ac_compile) 2>&5 | |
14618 | ac_status=$? | |
14619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14620 | (exit $ac_status); } && | |
14621 | { ac_try='test -s conftest.$ac_objext' | |
14622 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14623 | (eval $ac_try) 2>&5 | |
14624 | ac_status=$? | |
14625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14626 | (exit $ac_status); }; }; then | |
14627 | ac_hi=$ac_mid | |
14628 | else | |
14629 | echo "$as_me: failed program was:" >&5 | |
14630 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14631 | ||
14632 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
14633 | fi | |
14634 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14635 | done | |
14636 | case $ac_lo in | |
14637 | ?*) ac_cv_sizeof_void_p=$ac_lo;; | |
14638 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 | |
14639 | See \`config.log' for more details." >&5 | |
14640 | echo "$as_me: error: cannot compute sizeof (void *), 77 | |
14641 | See \`config.log' for more details." >&2;} | |
14642 | { (exit 1); exit 1; }; } ;; | |
14643 | esac | |
247f5006 | 14644 | else |
e6cc62c6 VS |
14645 | if test "$cross_compiling" = yes; then |
14646 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
14647 | See \`config.log' for more details." >&5 | |
14648 | echo "$as_me: error: cannot run test program while cross compiling | |
14649 | See \`config.log' for more details." >&2;} | |
14650 | { (exit 1); exit 1; }; } | |
14651 | else | |
14652 | cat >conftest.$ac_ext <<_ACEOF | |
14653 | #line $LINENO "configure" | |
14654 | /* confdefs.h. */ | |
14655 | _ACEOF | |
14656 | cat confdefs.h >>conftest.$ac_ext | |
14657 | cat >>conftest.$ac_ext <<_ACEOF | |
14658 | /* end confdefs.h. */ | |
14659 | $ac_includes_default | |
14660 | long longval () { return (long) (sizeof (void *)); } | |
14661 | unsigned long ulongval () { return (long) (sizeof (void *)); } | |
247f5006 | 14662 | #include <stdio.h> |
e6cc62c6 VS |
14663 | #include <stdlib.h> |
14664 | int | |
14665 | main () | |
247f5006 | 14666 | { |
e6cc62c6 VS |
14667 | |
14668 | FILE *f = fopen ("conftest.val", "w"); | |
14669 | if (! f) | |
14670 | exit (1); | |
14671 | if (((long) (sizeof (void *))) < 0) | |
14672 | { | |
14673 | long i = longval (); | |
14674 | if (i != ((long) (sizeof (void *)))) | |
14675 | exit (1); | |
14676 | fprintf (f, "%ld\n", i); | |
14677 | } | |
14678 | else | |
14679 | { | |
14680 | unsigned long i = ulongval (); | |
14681 | if (i != ((long) (sizeof (void *)))) | |
14682 | exit (1); | |
14683 | fprintf (f, "%lu\n", i); | |
14684 | } | |
14685 | exit (ferror (f) || fclose (f) != 0); | |
14686 | ||
14687 | ; | |
14688 | return 0; | |
5c6fa7d2 | 14689 | } |
e6cc62c6 VS |
14690 | _ACEOF |
14691 | rm -f conftest$ac_exeext | |
14692 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
14693 | (eval $ac_link) 2>&5 | |
14694 | ac_status=$? | |
14695 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14696 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
14697 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14698 | (eval $ac_try) 2>&5 | |
14699 | ac_status=$? | |
14700 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14701 | (exit $ac_status); }; }; then | |
14702 | ac_cv_sizeof_void_p=`cat conftest.val` | |
14703 | else | |
14704 | echo "$as_me: program exited with status $ac_status" >&5 | |
14705 | echo "$as_me: failed program was:" >&5 | |
14706 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14707 | ||
14708 | ( exit $ac_status ) | |
14709 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 | |
14710 | See \`config.log' for more details." >&5 | |
14711 | echo "$as_me: error: cannot compute sizeof (void *), 77 | |
14712 | See \`config.log' for more details." >&2;} | |
14713 | { (exit 1); exit 1; }; } | |
14714 | fi | |
14715 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
14716 | fi | |
14717 | fi | |
14718 | rm -f conftest.val | |
a0b9e27f | 14719 | else |
a0b9e27f MB |
14720 | ac_cv_sizeof_void_p=0 |
14721 | fi | |
a0b9e27f | 14722 | fi |
e6cc62c6 VS |
14723 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 |
14724 | echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6 | |
14725 | cat >>confdefs.h <<_ACEOF | |
14726 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p | |
14727 | _ACEOF | |
14728 | ||
14729 | ||
14730 | echo "$as_me:$LINENO: checking for int" >&5 | |
14731 | echo $ECHO_N "checking for int... $ECHO_C" >&6 | |
14732 | if test "${ac_cv_type_int+set}" = set; then | |
14733 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14734 | else | |
14735 | cat >conftest.$ac_ext <<_ACEOF | |
14736 | #line $LINENO "configure" | |
14737 | /* confdefs.h. */ | |
14738 | _ACEOF | |
14739 | cat confdefs.h >>conftest.$ac_ext | |
14740 | cat >>conftest.$ac_ext <<_ACEOF | |
14741 | /* end confdefs.h. */ | |
14742 | $ac_includes_default | |
14743 | int | |
14744 | main () | |
14745 | { | |
14746 | if ((int *) 0) | |
14747 | return 0; | |
14748 | if (sizeof (int)) | |
14749 | return 0; | |
14750 | ; | |
14751 | return 0; | |
14752 | } | |
14753 | _ACEOF | |
14754 | rm -f conftest.$ac_objext | |
14755 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14756 | (eval $ac_compile) 2>&5 | |
14757 | ac_status=$? | |
14758 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14759 | (exit $ac_status); } && | |
14760 | { ac_try='test -s conftest.$ac_objext' | |
14761 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14762 | (eval $ac_try) 2>&5 | |
14763 | ac_status=$? | |
14764 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14765 | (exit $ac_status); }; }; then | |
14766 | ac_cv_type_int=yes | |
14767 | else | |
14768 | echo "$as_me: failed program was:" >&5 | |
14769 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14770 | ||
14771 | ac_cv_type_int=no | |
14772 | fi | |
14773 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14774 | fi | |
14775 | echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 | |
14776 | echo "${ECHO_T}$ac_cv_type_int" >&6 | |
14777 | ||
14778 | echo "$as_me:$LINENO: checking size of int" >&5 | |
14779 | echo $ECHO_N "checking size of int... $ECHO_C" >&6 | |
14780 | if test "${ac_cv_sizeof_int+set}" = set; then | |
14781 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14782 | else | |
14783 | if test "$ac_cv_type_int" = yes; then | |
14784 | # The cast to unsigned long works around a bug in the HP C Compiler | |
14785 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
14786 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
14787 | # This bug is HP SR number 8606223364. | |
14788 | if test "$cross_compiling" = yes; then | |
14789 | # Depending upon the size, compute the lo and hi bounds. | |
14790 | cat >conftest.$ac_ext <<_ACEOF | |
14791 | #line $LINENO "configure" | |
14792 | /* confdefs.h. */ | |
14793 | _ACEOF | |
14794 | cat confdefs.h >>conftest.$ac_ext | |
14795 | cat >>conftest.$ac_ext <<_ACEOF | |
14796 | /* end confdefs.h. */ | |
14797 | $ac_includes_default | |
14798 | int | |
14799 | main () | |
14800 | { | |
14801 | static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)]; | |
14802 | test_array [0] = 0 | |
8284b0c5 | 14803 | |
e6cc62c6 VS |
14804 | ; |
14805 | return 0; | |
14806 | } | |
14807 | _ACEOF | |
14808 | rm -f conftest.$ac_objext | |
14809 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14810 | (eval $ac_compile) 2>&5 | |
14811 | ac_status=$? | |
14812 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14813 | (exit $ac_status); } && | |
14814 | { ac_try='test -s conftest.$ac_objext' | |
14815 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14816 | (eval $ac_try) 2>&5 | |
14817 | ac_status=$? | |
14818 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14819 | (exit $ac_status); }; }; then | |
14820 | ac_lo=0 ac_mid=0 | |
14821 | while :; do | |
14822 | cat >conftest.$ac_ext <<_ACEOF | |
14823 | #line $LINENO "configure" | |
14824 | /* confdefs.h. */ | |
14825 | _ACEOF | |
14826 | cat confdefs.h >>conftest.$ac_ext | |
14827 | cat >>conftest.$ac_ext <<_ACEOF | |
14828 | /* end confdefs.h. */ | |
14829 | $ac_includes_default | |
14830 | int | |
14831 | main () | |
14832 | { | |
14833 | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; | |
14834 | test_array [0] = 0 | |
14835 | ||
14836 | ; | |
14837 | return 0; | |
14838 | } | |
14839 | _ACEOF | |
14840 | rm -f conftest.$ac_objext | |
14841 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14842 | (eval $ac_compile) 2>&5 | |
14843 | ac_status=$? | |
14844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14845 | (exit $ac_status); } && | |
14846 | { ac_try='test -s conftest.$ac_objext' | |
14847 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14848 | (eval $ac_try) 2>&5 | |
14849 | ac_status=$? | |
14850 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14851 | (exit $ac_status); }; }; then | |
14852 | ac_hi=$ac_mid; break | |
14853 | else | |
14854 | echo "$as_me: failed program was:" >&5 | |
14855 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14856 | ||
14857 | ac_lo=`expr $ac_mid + 1` | |
14858 | if test $ac_lo -le $ac_mid; then | |
14859 | ac_lo= ac_hi= | |
14860 | break | |
14861 | fi | |
14862 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
247f5006 | 14863 | fi |
e6cc62c6 VS |
14864 | rm -f conftest.$ac_objext conftest.$ac_ext |
14865 | done | |
14866 | else | |
14867 | echo "$as_me: failed program was:" >&5 | |
14868 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14869 | ||
14870 | cat >conftest.$ac_ext <<_ACEOF | |
14871 | #line $LINENO "configure" | |
14872 | /* confdefs.h. */ | |
14873 | _ACEOF | |
14874 | cat confdefs.h >>conftest.$ac_ext | |
14875 | cat >>conftest.$ac_ext <<_ACEOF | |
14876 | /* end confdefs.h. */ | |
14877 | $ac_includes_default | |
14878 | int | |
14879 | main () | |
14880 | { | |
14881 | static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)]; | |
14882 | test_array [0] = 0 | |
247f5006 | 14883 | |
e6cc62c6 VS |
14884 | ; |
14885 | return 0; | |
14886 | } | |
14887 | _ACEOF | |
14888 | rm -f conftest.$ac_objext | |
14889 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14890 | (eval $ac_compile) 2>&5 | |
14891 | ac_status=$? | |
14892 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14893 | (exit $ac_status); } && | |
14894 | { ac_try='test -s conftest.$ac_objext' | |
14895 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14896 | (eval $ac_try) 2>&5 | |
14897 | ac_status=$? | |
14898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14899 | (exit $ac_status); }; }; then | |
14900 | ac_hi=-1 ac_mid=-1 | |
14901 | while :; do | |
14902 | cat >conftest.$ac_ext <<_ACEOF | |
14903 | #line $LINENO "configure" | |
14904 | /* confdefs.h. */ | |
14905 | _ACEOF | |
14906 | cat confdefs.h >>conftest.$ac_ext | |
14907 | cat >>conftest.$ac_ext <<_ACEOF | |
14908 | /* end confdefs.h. */ | |
14909 | $ac_includes_default | |
14910 | int | |
14911 | main () | |
14912 | { | |
14913 | static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)]; | |
14914 | test_array [0] = 0 | |
247f5006 | 14915 | |
e6cc62c6 VS |
14916 | ; |
14917 | return 0; | |
14918 | } | |
14919 | _ACEOF | |
14920 | rm -f conftest.$ac_objext | |
14921 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14922 | (eval $ac_compile) 2>&5 | |
14923 | ac_status=$? | |
14924 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14925 | (exit $ac_status); } && | |
14926 | { ac_try='test -s conftest.$ac_objext' | |
14927 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14928 | (eval $ac_try) 2>&5 | |
14929 | ac_status=$? | |
14930 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14931 | (exit $ac_status); }; }; then | |
14932 | ac_lo=$ac_mid; break | |
14933 | else | |
14934 | echo "$as_me: failed program was:" >&5 | |
14935 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14936 | ||
14937 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
14938 | if test $ac_mid -le $ac_hi; then | |
14939 | ac_lo= ac_hi= | |
14940 | break | |
14941 | fi | |
14942 | ac_mid=`expr 2 '*' $ac_mid` | |
14943 | fi | |
14944 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14945 | done | |
247f5006 | 14946 | else |
e6cc62c6 VS |
14947 | echo "$as_me: failed program was:" >&5 |
14948 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14949 | ||
14950 | ac_lo= ac_hi= | |
14951 | fi | |
14952 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14953 | fi | |
14954 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14955 | # Binary search between lo and hi bounds. | |
14956 | while test "x$ac_lo" != "x$ac_hi"; do | |
14957 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
14958 | cat >conftest.$ac_ext <<_ACEOF | |
14959 | #line $LINENO "configure" | |
14960 | /* confdefs.h. */ | |
14961 | _ACEOF | |
14962 | cat confdefs.h >>conftest.$ac_ext | |
14963 | cat >>conftest.$ac_ext <<_ACEOF | |
14964 | /* end confdefs.h. */ | |
14965 | $ac_includes_default | |
14966 | int | |
14967 | main () | |
14968 | { | |
14969 | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; | |
14970 | test_array [0] = 0 | |
14971 | ||
14972 | ; | |
14973 | return 0; | |
14974 | } | |
14975 | _ACEOF | |
14976 | rm -f conftest.$ac_objext | |
14977 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
14978 | (eval $ac_compile) 2>&5 | |
14979 | ac_status=$? | |
14980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14981 | (exit $ac_status); } && | |
14982 | { ac_try='test -s conftest.$ac_objext' | |
14983 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14984 | (eval $ac_try) 2>&5 | |
14985 | ac_status=$? | |
14986 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14987 | (exit $ac_status); }; }; then | |
14988 | ac_hi=$ac_mid | |
14989 | else | |
14990 | echo "$as_me: failed program was:" >&5 | |
14991 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14992 | ||
14993 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
14994 | fi | |
14995 | rm -f conftest.$ac_objext conftest.$ac_ext | |
14996 | done | |
14997 | case $ac_lo in | |
14998 | ?*) ac_cv_sizeof_int=$ac_lo;; | |
14999 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 | |
15000 | See \`config.log' for more details." >&5 | |
15001 | echo "$as_me: error: cannot compute sizeof (int), 77 | |
15002 | See \`config.log' for more details." >&2;} | |
15003 | { (exit 1); exit 1; }; } ;; | |
15004 | esac | |
a0b9e27f | 15005 | else |
e6cc62c6 VS |
15006 | if test "$cross_compiling" = yes; then |
15007 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
15008 | See \`config.log' for more details." >&5 | |
15009 | echo "$as_me: error: cannot run test program while cross compiling | |
15010 | See \`config.log' for more details." >&2;} | |
15011 | { (exit 1); exit 1; }; } | |
15012 | else | |
15013 | cat >conftest.$ac_ext <<_ACEOF | |
15014 | #line $LINENO "configure" | |
15015 | /* confdefs.h. */ | |
15016 | _ACEOF | |
15017 | cat confdefs.h >>conftest.$ac_ext | |
15018 | cat >>conftest.$ac_ext <<_ACEOF | |
15019 | /* end confdefs.h. */ | |
15020 | $ac_includes_default | |
15021 | long longval () { return (long) (sizeof (int)); } | |
15022 | unsigned long ulongval () { return (long) (sizeof (int)); } | |
a0b9e27f | 15023 | #include <stdio.h> |
e6cc62c6 VS |
15024 | #include <stdlib.h> |
15025 | int | |
15026 | main () | |
247f5006 | 15027 | { |
e6cc62c6 VS |
15028 | |
15029 | FILE *f = fopen ("conftest.val", "w"); | |
15030 | if (! f) | |
15031 | exit (1); | |
15032 | if (((long) (sizeof (int))) < 0) | |
15033 | { | |
15034 | long i = longval (); | |
15035 | if (i != ((long) (sizeof (int)))) | |
15036 | exit (1); | |
15037 | fprintf (f, "%ld\n", i); | |
15038 | } | |
15039 | else | |
15040 | { | |
15041 | unsigned long i = ulongval (); | |
15042 | if (i != ((long) (sizeof (int)))) | |
15043 | exit (1); | |
15044 | fprintf (f, "%lu\n", i); | |
15045 | } | |
15046 | exit (ferror (f) || fclose (f) != 0); | |
15047 | ||
15048 | ; | |
15049 | return 0; | |
247f5006 | 15050 | } |
e6cc62c6 VS |
15051 | _ACEOF |
15052 | rm -f conftest$ac_exeext | |
15053 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
15054 | (eval $ac_link) 2>&5 | |
15055 | ac_status=$? | |
15056 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15057 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
15058 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15059 | (eval $ac_try) 2>&5 | |
15060 | ac_status=$? | |
15061 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15062 | (exit $ac_status); }; }; then | |
15063 | ac_cv_sizeof_int=`cat conftest.val` | |
15064 | else | |
15065 | echo "$as_me: program exited with status $ac_status" >&5 | |
15066 | echo "$as_me: failed program was:" >&5 | |
15067 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15068 | ||
15069 | ( exit $ac_status ) | |
15070 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 | |
15071 | See \`config.log' for more details." >&5 | |
15072 | echo "$as_me: error: cannot compute sizeof (int), 77 | |
15073 | See \`config.log' for more details." >&2;} | |
15074 | { (exit 1); exit 1; }; } | |
15075 | fi | |
15076 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
15077 | fi | |
15078 | fi | |
15079 | rm -f conftest.val | |
6f72b082 | 15080 | else |
a0b9e27f | 15081 | ac_cv_sizeof_int=0 |
21d1c967 | 15082 | fi |
698dcdb6 | 15083 | fi |
e6cc62c6 VS |
15084 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 |
15085 | echo "${ECHO_T}$ac_cv_sizeof_int" >&6 | |
15086 | cat >>confdefs.h <<_ACEOF | |
15087 | #define SIZEOF_INT $ac_cv_sizeof_int | |
15088 | _ACEOF | |
15089 | ||
15090 | ||
15091 | echo "$as_me:$LINENO: checking for long" >&5 | |
15092 | echo $ECHO_N "checking for long... $ECHO_C" >&6 | |
15093 | if test "${ac_cv_type_long+set}" = set; then | |
15094 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15095 | else | |
15096 | cat >conftest.$ac_ext <<_ACEOF | |
15097 | #line $LINENO "configure" | |
15098 | /* confdefs.h. */ | |
15099 | _ACEOF | |
15100 | cat confdefs.h >>conftest.$ac_ext | |
15101 | cat >>conftest.$ac_ext <<_ACEOF | |
15102 | /* end confdefs.h. */ | |
15103 | $ac_includes_default | |
15104 | int | |
15105 | main () | |
15106 | { | |
15107 | if ((long *) 0) | |
15108 | return 0; | |
15109 | if (sizeof (long)) | |
15110 | return 0; | |
15111 | ; | |
15112 | return 0; | |
15113 | } | |
15114 | _ACEOF | |
15115 | rm -f conftest.$ac_objext | |
15116 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15117 | (eval $ac_compile) 2>&5 | |
15118 | ac_status=$? | |
15119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15120 | (exit $ac_status); } && | |
15121 | { ac_try='test -s conftest.$ac_objext' | |
15122 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15123 | (eval $ac_try) 2>&5 | |
15124 | ac_status=$? | |
15125 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15126 | (exit $ac_status); }; }; then | |
15127 | ac_cv_type_long=yes | |
15128 | else | |
15129 | echo "$as_me: failed program was:" >&5 | |
15130 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15131 | ||
15132 | ac_cv_type_long=no | |
15133 | fi | |
15134 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15135 | fi | |
15136 | echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 | |
15137 | echo "${ECHO_T}$ac_cv_type_long" >&6 | |
15138 | ||
15139 | echo "$as_me:$LINENO: checking size of long" >&5 | |
15140 | echo $ECHO_N "checking size of long... $ECHO_C" >&6 | |
15141 | if test "${ac_cv_sizeof_long+set}" = set; then | |
15142 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15143 | else | |
15144 | if test "$ac_cv_type_long" = yes; then | |
15145 | # The cast to unsigned long works around a bug in the HP C Compiler | |
15146 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
15147 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
15148 | # This bug is HP SR number 8606223364. | |
15149 | if test "$cross_compiling" = yes; then | |
15150 | # Depending upon the size, compute the lo and hi bounds. | |
15151 | cat >conftest.$ac_ext <<_ACEOF | |
15152 | #line $LINENO "configure" | |
15153 | /* confdefs.h. */ | |
15154 | _ACEOF | |
15155 | cat confdefs.h >>conftest.$ac_ext | |
15156 | cat >>conftest.$ac_ext <<_ACEOF | |
15157 | /* end confdefs.h. */ | |
15158 | $ac_includes_default | |
15159 | int | |
15160 | main () | |
15161 | { | |
15162 | static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)]; | |
15163 | test_array [0] = 0 | |
15164 | ||
15165 | ; | |
15166 | return 0; | |
15167 | } | |
15168 | _ACEOF | |
15169 | rm -f conftest.$ac_objext | |
15170 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15171 | (eval $ac_compile) 2>&5 | |
15172 | ac_status=$? | |
15173 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15174 | (exit $ac_status); } && | |
15175 | { ac_try='test -s conftest.$ac_objext' | |
15176 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15177 | (eval $ac_try) 2>&5 | |
15178 | ac_status=$? | |
15179 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15180 | (exit $ac_status); }; }; then | |
15181 | ac_lo=0 ac_mid=0 | |
15182 | while :; do | |
15183 | cat >conftest.$ac_ext <<_ACEOF | |
15184 | #line $LINENO "configure" | |
15185 | /* confdefs.h. */ | |
15186 | _ACEOF | |
15187 | cat confdefs.h >>conftest.$ac_ext | |
15188 | cat >>conftest.$ac_ext <<_ACEOF | |
15189 | /* end confdefs.h. */ | |
15190 | $ac_includes_default | |
15191 | int | |
15192 | main () | |
15193 | { | |
15194 | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | |
15195 | test_array [0] = 0 | |
4f14bcd8 | 15196 | |
e6cc62c6 VS |
15197 | ; |
15198 | return 0; | |
15199 | } | |
15200 | _ACEOF | |
15201 | rm -f conftest.$ac_objext | |
15202 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15203 | (eval $ac_compile) 2>&5 | |
15204 | ac_status=$? | |
15205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15206 | (exit $ac_status); } && | |
15207 | { ac_try='test -s conftest.$ac_objext' | |
15208 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15209 | (eval $ac_try) 2>&5 | |
15210 | ac_status=$? | |
15211 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15212 | (exit $ac_status); }; }; then | |
15213 | ac_hi=$ac_mid; break | |
15214 | else | |
15215 | echo "$as_me: failed program was:" >&5 | |
15216 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15217 | ||
15218 | ac_lo=`expr $ac_mid + 1` | |
15219 | if test $ac_lo -le $ac_mid; then | |
15220 | ac_lo= ac_hi= | |
15221 | break | |
15222 | fi | |
15223 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
21d1c967 | 15224 | fi |
e6cc62c6 VS |
15225 | rm -f conftest.$ac_objext conftest.$ac_ext |
15226 | done | |
15227 | else | |
15228 | echo "$as_me: failed program was:" >&5 | |
15229 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15230 | ||
15231 | cat >conftest.$ac_ext <<_ACEOF | |
15232 | #line $LINENO "configure" | |
15233 | /* confdefs.h. */ | |
15234 | _ACEOF | |
15235 | cat confdefs.h >>conftest.$ac_ext | |
15236 | cat >>conftest.$ac_ext <<_ACEOF | |
15237 | /* end confdefs.h. */ | |
15238 | $ac_includes_default | |
15239 | int | |
15240 | main () | |
15241 | { | |
15242 | static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)]; | |
15243 | test_array [0] = 0 | |
4f14bcd8 | 15244 | |
e6cc62c6 VS |
15245 | ; |
15246 | return 0; | |
15247 | } | |
15248 | _ACEOF | |
15249 | rm -f conftest.$ac_objext | |
15250 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15251 | (eval $ac_compile) 2>&5 | |
15252 | ac_status=$? | |
15253 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15254 | (exit $ac_status); } && | |
15255 | { ac_try='test -s conftest.$ac_objext' | |
15256 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15257 | (eval $ac_try) 2>&5 | |
15258 | ac_status=$? | |
15259 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15260 | (exit $ac_status); }; }; then | |
15261 | ac_hi=-1 ac_mid=-1 | |
15262 | while :; do | |
15263 | cat >conftest.$ac_ext <<_ACEOF | |
15264 | #line $LINENO "configure" | |
15265 | /* confdefs.h. */ | |
15266 | _ACEOF | |
15267 | cat confdefs.h >>conftest.$ac_ext | |
15268 | cat >>conftest.$ac_ext <<_ACEOF | |
15269 | /* end confdefs.h. */ | |
15270 | $ac_includes_default | |
15271 | int | |
15272 | main () | |
15273 | { | |
15274 | static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)]; | |
15275 | test_array [0] = 0 | |
5c6fa7d2 | 15276 | |
e6cc62c6 VS |
15277 | ; |
15278 | return 0; | |
15279 | } | |
15280 | _ACEOF | |
15281 | rm -f conftest.$ac_objext | |
15282 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15283 | (eval $ac_compile) 2>&5 | |
15284 | ac_status=$? | |
15285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15286 | (exit $ac_status); } && | |
15287 | { ac_try='test -s conftest.$ac_objext' | |
15288 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15289 | (eval $ac_try) 2>&5 | |
15290 | ac_status=$? | |
15291 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15292 | (exit $ac_status); }; }; then | |
15293 | ac_lo=$ac_mid; break | |
15294 | else | |
15295 | echo "$as_me: failed program was:" >&5 | |
15296 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15297 | ||
15298 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
15299 | if test $ac_mid -le $ac_hi; then | |
15300 | ac_lo= ac_hi= | |
15301 | break | |
15302 | fi | |
15303 | ac_mid=`expr 2 '*' $ac_mid` | |
15304 | fi | |
15305 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15306 | done | |
247f5006 | 15307 | else |
e6cc62c6 VS |
15308 | echo "$as_me: failed program was:" >&5 |
15309 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15310 | ||
15311 | ac_lo= ac_hi= | |
15312 | fi | |
15313 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15314 | fi | |
15315 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15316 | # Binary search between lo and hi bounds. | |
15317 | while test "x$ac_lo" != "x$ac_hi"; do | |
15318 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
15319 | cat >conftest.$ac_ext <<_ACEOF | |
15320 | #line $LINENO "configure" | |
15321 | /* confdefs.h. */ | |
15322 | _ACEOF | |
15323 | cat confdefs.h >>conftest.$ac_ext | |
15324 | cat >>conftest.$ac_ext <<_ACEOF | |
15325 | /* end confdefs.h. */ | |
15326 | $ac_includes_default | |
15327 | int | |
15328 | main () | |
15329 | { | |
15330 | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | |
15331 | test_array [0] = 0 | |
15332 | ||
15333 | ; | |
15334 | return 0; | |
15335 | } | |
15336 | _ACEOF | |
15337 | rm -f conftest.$ac_objext | |
15338 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15339 | (eval $ac_compile) 2>&5 | |
15340 | ac_status=$? | |
15341 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15342 | (exit $ac_status); } && | |
15343 | { ac_try='test -s conftest.$ac_objext' | |
15344 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15345 | (eval $ac_try) 2>&5 | |
15346 | ac_status=$? | |
15347 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15348 | (exit $ac_status); }; }; then | |
15349 | ac_hi=$ac_mid | |
15350 | else | |
15351 | echo "$as_me: failed program was:" >&5 | |
15352 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15353 | ||
15354 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
15355 | fi | |
15356 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15357 | done | |
15358 | case $ac_lo in | |
15359 | ?*) ac_cv_sizeof_long=$ac_lo;; | |
15360 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | |
15361 | See \`config.log' for more details." >&5 | |
15362 | echo "$as_me: error: cannot compute sizeof (long), 77 | |
15363 | See \`config.log' for more details." >&2;} | |
15364 | { (exit 1); exit 1; }; } ;; | |
15365 | esac | |
247f5006 | 15366 | else |
e6cc62c6 VS |
15367 | if test "$cross_compiling" = yes; then |
15368 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
15369 | See \`config.log' for more details." >&5 | |
15370 | echo "$as_me: error: cannot run test program while cross compiling | |
15371 | See \`config.log' for more details." >&2;} | |
15372 | { (exit 1); exit 1; }; } | |
15373 | else | |
15374 | cat >conftest.$ac_ext <<_ACEOF | |
15375 | #line $LINENO "configure" | |
15376 | /* confdefs.h. */ | |
15377 | _ACEOF | |
15378 | cat confdefs.h >>conftest.$ac_ext | |
15379 | cat >>conftest.$ac_ext <<_ACEOF | |
15380 | /* end confdefs.h. */ | |
15381 | $ac_includes_default | |
15382 | long longval () { return (long) (sizeof (long)); } | |
15383 | unsigned long ulongval () { return (long) (sizeof (long)); } | |
a0b9e27f | 15384 | #include <stdio.h> |
e6cc62c6 VS |
15385 | #include <stdlib.h> |
15386 | int | |
15387 | main () | |
247f5006 | 15388 | { |
e6cc62c6 VS |
15389 | |
15390 | FILE *f = fopen ("conftest.val", "w"); | |
15391 | if (! f) | |
15392 | exit (1); | |
15393 | if (((long) (sizeof (long))) < 0) | |
15394 | { | |
15395 | long i = longval (); | |
15396 | if (i != ((long) (sizeof (long)))) | |
15397 | exit (1); | |
15398 | fprintf (f, "%ld\n", i); | |
15399 | } | |
15400 | else | |
15401 | { | |
15402 | unsigned long i = ulongval (); | |
15403 | if (i != ((long) (sizeof (long)))) | |
15404 | exit (1); | |
15405 | fprintf (f, "%lu\n", i); | |
15406 | } | |
15407 | exit (ferror (f) || fclose (f) != 0); | |
15408 | ||
15409 | ; | |
15410 | return 0; | |
247f5006 | 15411 | } |
e6cc62c6 VS |
15412 | _ACEOF |
15413 | rm -f conftest$ac_exeext | |
15414 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
15415 | (eval $ac_link) 2>&5 | |
15416 | ac_status=$? | |
15417 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15418 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
15419 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15420 | (eval $ac_try) 2>&5 | |
15421 | ac_status=$? | |
15422 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15423 | (exit $ac_status); }; }; then | |
15424 | ac_cv_sizeof_long=`cat conftest.val` | |
15425 | else | |
15426 | echo "$as_me: program exited with status $ac_status" >&5 | |
15427 | echo "$as_me: failed program was:" >&5 | |
15428 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15429 | ||
15430 | ( exit $ac_status ) | |
15431 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | |
15432 | See \`config.log' for more details." >&5 | |
15433 | echo "$as_me: error: cannot compute sizeof (long), 77 | |
15434 | See \`config.log' for more details." >&2;} | |
15435 | { (exit 1); exit 1; }; } | |
15436 | fi | |
15437 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
15438 | fi | |
15439 | fi | |
15440 | rm -f conftest.val | |
247f5006 | 15441 | else |
a0b9e27f | 15442 | ac_cv_sizeof_long=0 |
247f5006 | 15443 | fi |
247f5006 | 15444 | fi |
e6cc62c6 VS |
15445 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 |
15446 | echo "${ECHO_T}$ac_cv_sizeof_long" >&6 | |
15447 | cat >>confdefs.h <<_ACEOF | |
a0b9e27f | 15448 | #define SIZEOF_LONG $ac_cv_sizeof_long |
e6cc62c6 | 15449 | _ACEOF |
247f5006 | 15450 | |
a0b9e27f MB |
15451 | |
15452 | ||
15453 | case "${host}" in | |
15454 | arm-*-linux* ) | |
e6cc62c6 VS |
15455 | echo "$as_me:$LINENO: checking for long long" >&5 |
15456 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
15457 | if test "${ac_cv_type_long_long+set}" = set; then | |
15458 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15459 | else | |
15460 | cat >conftest.$ac_ext <<_ACEOF | |
15461 | #line $LINENO "configure" | |
15462 | /* confdefs.h. */ | |
15463 | _ACEOF | |
15464 | cat confdefs.h >>conftest.$ac_ext | |
15465 | cat >>conftest.$ac_ext <<_ACEOF | |
15466 | /* end confdefs.h. */ | |
15467 | $ac_includes_default | |
15468 | int | |
15469 | main () | |
15470 | { | |
15471 | if ((long long *) 0) | |
15472 | return 0; | |
15473 | if (sizeof (long long)) | |
15474 | return 0; | |
15475 | ; | |
15476 | return 0; | |
15477 | } | |
15478 | _ACEOF | |
15479 | rm -f conftest.$ac_objext | |
15480 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15481 | (eval $ac_compile) 2>&5 | |
15482 | ac_status=$? | |
15483 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15484 | (exit $ac_status); } && | |
15485 | { ac_try='test -s conftest.$ac_objext' | |
15486 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15487 | (eval $ac_try) 2>&5 | |
15488 | ac_status=$? | |
15489 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15490 | (exit $ac_status); }; }; then | |
15491 | ac_cv_type_long_long=yes | |
15492 | else | |
15493 | echo "$as_me: failed program was:" >&5 | |
15494 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15495 | ||
15496 | ac_cv_type_long_long=no | |
15497 | fi | |
15498 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15499 | fi | |
15500 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
15501 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
15502 | ||
15503 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
15504 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
15505 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
15506 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15507 | else | |
15508 | if test "$ac_cv_type_long_long" = yes; then | |
15509 | # The cast to unsigned long works around a bug in the HP C Compiler | |
15510 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
15511 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
15512 | # This bug is HP SR number 8606223364. | |
a0b9e27f | 15513 | if test "$cross_compiling" = yes; then |
e6cc62c6 VS |
15514 | # Depending upon the size, compute the lo and hi bounds. |
15515 | cat >conftest.$ac_ext <<_ACEOF | |
15516 | #line $LINENO "configure" | |
15517 | /* confdefs.h. */ | |
15518 | _ACEOF | |
15519 | cat confdefs.h >>conftest.$ac_ext | |
15520 | cat >>conftest.$ac_ext <<_ACEOF | |
15521 | /* end confdefs.h. */ | |
15522 | $ac_includes_default | |
15523 | int | |
15524 | main () | |
15525 | { | |
15526 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
15527 | test_array [0] = 0 | |
15528 | ||
15529 | ; | |
15530 | return 0; | |
15531 | } | |
15532 | _ACEOF | |
15533 | rm -f conftest.$ac_objext | |
15534 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15535 | (eval $ac_compile) 2>&5 | |
15536 | ac_status=$? | |
15537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15538 | (exit $ac_status); } && | |
15539 | { ac_try='test -s conftest.$ac_objext' | |
15540 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15541 | (eval $ac_try) 2>&5 | |
15542 | ac_status=$? | |
15543 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15544 | (exit $ac_status); }; }; then | |
15545 | ac_lo=0 ac_mid=0 | |
15546 | while :; do | |
15547 | cat >conftest.$ac_ext <<_ACEOF | |
15548 | #line $LINENO "configure" | |
15549 | /* confdefs.h. */ | |
15550 | _ACEOF | |
15551 | cat confdefs.h >>conftest.$ac_ext | |
15552 | cat >>conftest.$ac_ext <<_ACEOF | |
15553 | /* end confdefs.h. */ | |
15554 | $ac_includes_default | |
15555 | int | |
15556 | main () | |
15557 | { | |
15558 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
15559 | test_array [0] = 0 | |
15560 | ||
15561 | ; | |
15562 | return 0; | |
15563 | } | |
15564 | _ACEOF | |
15565 | rm -f conftest.$ac_objext | |
15566 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15567 | (eval $ac_compile) 2>&5 | |
15568 | ac_status=$? | |
15569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15570 | (exit $ac_status); } && | |
15571 | { ac_try='test -s conftest.$ac_objext' | |
15572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15573 | (eval $ac_try) 2>&5 | |
15574 | ac_status=$? | |
15575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15576 | (exit $ac_status); }; }; then | |
15577 | ac_hi=$ac_mid; break | |
15578 | else | |
15579 | echo "$as_me: failed program was:" >&5 | |
15580 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15581 | ||
15582 | ac_lo=`expr $ac_mid + 1` | |
15583 | if test $ac_lo -le $ac_mid; then | |
15584 | ac_lo= ac_hi= | |
15585 | break | |
15586 | fi | |
15587 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
15588 | fi | |
15589 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15590 | done | |
15591 | else | |
15592 | echo "$as_me: failed program was:" >&5 | |
15593 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15594 | ||
15595 | cat >conftest.$ac_ext <<_ACEOF | |
15596 | #line $LINENO "configure" | |
15597 | /* confdefs.h. */ | |
15598 | _ACEOF | |
15599 | cat confdefs.h >>conftest.$ac_ext | |
15600 | cat >>conftest.$ac_ext <<_ACEOF | |
15601 | /* end confdefs.h. */ | |
15602 | $ac_includes_default | |
15603 | int | |
15604 | main () | |
15605 | { | |
15606 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
15607 | test_array [0] = 0 | |
15608 | ||
15609 | ; | |
15610 | return 0; | |
15611 | } | |
15612 | _ACEOF | |
15613 | rm -f conftest.$ac_objext | |
15614 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15615 | (eval $ac_compile) 2>&5 | |
15616 | ac_status=$? | |
15617 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15618 | (exit $ac_status); } && | |
15619 | { ac_try='test -s conftest.$ac_objext' | |
15620 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15621 | (eval $ac_try) 2>&5 | |
15622 | ac_status=$? | |
15623 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15624 | (exit $ac_status); }; }; then | |
15625 | ac_hi=-1 ac_mid=-1 | |
15626 | while :; do | |
15627 | cat >conftest.$ac_ext <<_ACEOF | |
15628 | #line $LINENO "configure" | |
15629 | /* confdefs.h. */ | |
15630 | _ACEOF | |
15631 | cat confdefs.h >>conftest.$ac_ext | |
15632 | cat >>conftest.$ac_ext <<_ACEOF | |
15633 | /* end confdefs.h. */ | |
15634 | $ac_includes_default | |
15635 | int | |
15636 | main () | |
15637 | { | |
15638 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
15639 | test_array [0] = 0 | |
15640 | ||
15641 | ; | |
15642 | return 0; | |
15643 | } | |
15644 | _ACEOF | |
15645 | rm -f conftest.$ac_objext | |
15646 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15647 | (eval $ac_compile) 2>&5 | |
15648 | ac_status=$? | |
15649 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15650 | (exit $ac_status); } && | |
15651 | { ac_try='test -s conftest.$ac_objext' | |
15652 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15653 | (eval $ac_try) 2>&5 | |
15654 | ac_status=$? | |
15655 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15656 | (exit $ac_status); }; }; then | |
15657 | ac_lo=$ac_mid; break | |
15658 | else | |
15659 | echo "$as_me: failed program was:" >&5 | |
15660 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15661 | ||
15662 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
15663 | if test $ac_mid -le $ac_hi; then | |
15664 | ac_lo= ac_hi= | |
15665 | break | |
15666 | fi | |
15667 | ac_mid=`expr 2 '*' $ac_mid` | |
15668 | fi | |
15669 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15670 | done | |
15671 | else | |
15672 | echo "$as_me: failed program was:" >&5 | |
15673 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15674 | ||
15675 | ac_lo= ac_hi= | |
15676 | fi | |
15677 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15678 | fi | |
15679 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15680 | # Binary search between lo and hi bounds. | |
15681 | while test "x$ac_lo" != "x$ac_hi"; do | |
15682 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
15683 | cat >conftest.$ac_ext <<_ACEOF | |
15684 | #line $LINENO "configure" | |
15685 | /* confdefs.h. */ | |
15686 | _ACEOF | |
15687 | cat confdefs.h >>conftest.$ac_ext | |
15688 | cat >>conftest.$ac_ext <<_ACEOF | |
15689 | /* end confdefs.h. */ | |
15690 | $ac_includes_default | |
15691 | int | |
15692 | main () | |
15693 | { | |
15694 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
15695 | test_array [0] = 0 | |
15696 | ||
15697 | ; | |
15698 | return 0; | |
15699 | } | |
15700 | _ACEOF | |
15701 | rm -f conftest.$ac_objext | |
15702 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15703 | (eval $ac_compile) 2>&5 | |
15704 | ac_status=$? | |
15705 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15706 | (exit $ac_status); } && | |
15707 | { ac_try='test -s conftest.$ac_objext' | |
15708 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15709 | (eval $ac_try) 2>&5 | |
15710 | ac_status=$? | |
15711 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15712 | (exit $ac_status); }; }; then | |
15713 | ac_hi=$ac_mid | |
15714 | else | |
15715 | echo "$as_me: failed program was:" >&5 | |
15716 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15717 | ||
15718 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
15719 | fi | |
15720 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15721 | done | |
15722 | case $ac_lo in | |
15723 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
15724 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
15725 | See \`config.log' for more details." >&5 | |
15726 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
15727 | See \`config.log' for more details." >&2;} | |
15728 | { (exit 1); exit 1; }; } ;; | |
15729 | esac | |
a0b9e27f | 15730 | else |
e6cc62c6 VS |
15731 | if test "$cross_compiling" = yes; then |
15732 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
15733 | See \`config.log' for more details." >&5 | |
15734 | echo "$as_me: error: cannot run test program while cross compiling | |
15735 | See \`config.log' for more details." >&2;} | |
15736 | { (exit 1); exit 1; }; } | |
15737 | else | |
15738 | cat >conftest.$ac_ext <<_ACEOF | |
15739 | #line $LINENO "configure" | |
15740 | /* confdefs.h. */ | |
15741 | _ACEOF | |
15742 | cat confdefs.h >>conftest.$ac_ext | |
15743 | cat >>conftest.$ac_ext <<_ACEOF | |
15744 | /* end confdefs.h. */ | |
15745 | $ac_includes_default | |
15746 | long longval () { return (long) (sizeof (long long)); } | |
15747 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
a0b9e27f | 15748 | #include <stdio.h> |
e6cc62c6 VS |
15749 | #include <stdlib.h> |
15750 | int | |
15751 | main () | |
247f5006 | 15752 | { |
e6cc62c6 VS |
15753 | |
15754 | FILE *f = fopen ("conftest.val", "w"); | |
15755 | if (! f) | |
15756 | exit (1); | |
15757 | if (((long) (sizeof (long long))) < 0) | |
15758 | { | |
15759 | long i = longval (); | |
15760 | if (i != ((long) (sizeof (long long)))) | |
15761 | exit (1); | |
15762 | fprintf (f, "%ld\n", i); | |
15763 | } | |
15764 | else | |
15765 | { | |
15766 | unsigned long i = ulongval (); | |
15767 | if (i != ((long) (sizeof (long long)))) | |
15768 | exit (1); | |
15769 | fprintf (f, "%lu\n", i); | |
15770 | } | |
15771 | exit (ferror (f) || fclose (f) != 0); | |
15772 | ||
15773 | ; | |
15774 | return 0; | |
247f5006 | 15775 | } |
e6cc62c6 VS |
15776 | _ACEOF |
15777 | rm -f conftest$ac_exeext | |
15778 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
15779 | (eval $ac_link) 2>&5 | |
15780 | ac_status=$? | |
15781 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15782 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
15783 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15784 | (eval $ac_try) 2>&5 | |
15785 | ac_status=$? | |
15786 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15787 | (exit $ac_status); }; }; then | |
15788 | ac_cv_sizeof_long_long=`cat conftest.val` | |
15789 | else | |
15790 | echo "$as_me: program exited with status $ac_status" >&5 | |
15791 | echo "$as_me: failed program was:" >&5 | |
15792 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15793 | ||
15794 | ( exit $ac_status ) | |
15795 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
15796 | See \`config.log' for more details." >&5 | |
15797 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
15798 | See \`config.log' for more details." >&2;} | |
15799 | { (exit 1); exit 1; }; } | |
15800 | fi | |
15801 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
15802 | fi | |
15803 | fi | |
15804 | rm -f conftest.val | |
7b4a847f | 15805 | else |
a0b9e27f | 15806 | ac_cv_sizeof_long_long=0 |
5c6fa7d2 RR |
15807 | fi |
15808 | fi | |
e6cc62c6 VS |
15809 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 |
15810 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
15811 | cat >>confdefs.h <<_ACEOF | |
15812 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
15813 | _ACEOF | |
15814 | ||
15815 | ||
15816 | ;; | |
15817 | *-hp-hpux* ) | |
15818 | echo "$as_me:$LINENO: checking for long long" >&5 | |
15819 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
15820 | if test "${ac_cv_type_long_long+set}" = set; then | |
15821 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15822 | else | |
15823 | cat >conftest.$ac_ext <<_ACEOF | |
15824 | #line $LINENO "configure" | |
15825 | /* confdefs.h. */ | |
15826 | _ACEOF | |
15827 | cat confdefs.h >>conftest.$ac_ext | |
15828 | cat >>conftest.$ac_ext <<_ACEOF | |
15829 | /* end confdefs.h. */ | |
15830 | $ac_includes_default | |
15831 | int | |
15832 | main () | |
15833 | { | |
15834 | if ((long long *) 0) | |
15835 | return 0; | |
15836 | if (sizeof (long long)) | |
15837 | return 0; | |
15838 | ; | |
15839 | return 0; | |
15840 | } | |
15841 | _ACEOF | |
15842 | rm -f conftest.$ac_objext | |
15843 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15844 | (eval $ac_compile) 2>&5 | |
15845 | ac_status=$? | |
15846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15847 | (exit $ac_status); } && | |
15848 | { ac_try='test -s conftest.$ac_objext' | |
15849 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15850 | (eval $ac_try) 2>&5 | |
15851 | ac_status=$? | |
15852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15853 | (exit $ac_status); }; }; then | |
15854 | ac_cv_type_long_long=yes | |
15855 | else | |
15856 | echo "$as_me: failed program was:" >&5 | |
15857 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15858 | ||
15859 | ac_cv_type_long_long=no | |
15860 | fi | |
15861 | rm -f conftest.$ac_objext conftest.$ac_ext | |
15862 | fi | |
15863 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
15864 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
15865 | ||
15866 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
15867 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
15868 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
15869 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15870 | else | |
15871 | if test "$ac_cv_type_long_long" = yes; then | |
15872 | # The cast to unsigned long works around a bug in the HP C Compiler | |
15873 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
15874 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
15875 | # This bug is HP SR number 8606223364. | |
15876 | if test "$cross_compiling" = yes; then | |
15877 | # Depending upon the size, compute the lo and hi bounds. | |
15878 | cat >conftest.$ac_ext <<_ACEOF | |
15879 | #line $LINENO "configure" | |
15880 | /* confdefs.h. */ | |
15881 | _ACEOF | |
15882 | cat confdefs.h >>conftest.$ac_ext | |
15883 | cat >>conftest.$ac_ext <<_ACEOF | |
15884 | /* end confdefs.h. */ | |
15885 | $ac_includes_default | |
15886 | int | |
15887 | main () | |
15888 | { | |
15889 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
15890 | test_array [0] = 0 | |
15891 | ||
15892 | ; | |
15893 | return 0; | |
15894 | } | |
15895 | _ACEOF | |
15896 | rm -f conftest.$ac_objext | |
15897 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15898 | (eval $ac_compile) 2>&5 | |
15899 | ac_status=$? | |
15900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15901 | (exit $ac_status); } && | |
15902 | { ac_try='test -s conftest.$ac_objext' | |
15903 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15904 | (eval $ac_try) 2>&5 | |
15905 | ac_status=$? | |
15906 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15907 | (exit $ac_status); }; }; then | |
15908 | ac_lo=0 ac_mid=0 | |
15909 | while :; do | |
15910 | cat >conftest.$ac_ext <<_ACEOF | |
15911 | #line $LINENO "configure" | |
15912 | /* confdefs.h. */ | |
15913 | _ACEOF | |
15914 | cat confdefs.h >>conftest.$ac_ext | |
15915 | cat >>conftest.$ac_ext <<_ACEOF | |
15916 | /* end confdefs.h. */ | |
15917 | $ac_includes_default | |
15918 | int | |
15919 | main () | |
15920 | { | |
15921 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
15922 | test_array [0] = 0 | |
8284b0c5 | 15923 | |
e6cc62c6 VS |
15924 | ; |
15925 | return 0; | |
15926 | } | |
15927 | _ACEOF | |
15928 | rm -f conftest.$ac_objext | |
15929 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15930 | (eval $ac_compile) 2>&5 | |
15931 | ac_status=$? | |
15932 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15933 | (exit $ac_status); } && | |
15934 | { ac_try='test -s conftest.$ac_objext' | |
15935 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15936 | (eval $ac_try) 2>&5 | |
15937 | ac_status=$? | |
15938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15939 | (exit $ac_status); }; }; then | |
15940 | ac_hi=$ac_mid; break | |
15941 | else | |
15942 | echo "$as_me: failed program was:" >&5 | |
15943 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15944 | ||
15945 | ac_lo=`expr $ac_mid + 1` | |
15946 | if test $ac_lo -le $ac_mid; then | |
15947 | ac_lo= ac_hi= | |
15948 | break | |
15949 | fi | |
15950 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a0b9e27f | 15951 | fi |
e6cc62c6 VS |
15952 | rm -f conftest.$ac_objext conftest.$ac_ext |
15953 | done | |
15954 | else | |
15955 | echo "$as_me: failed program was:" >&5 | |
15956 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15957 | ||
15958 | cat >conftest.$ac_ext <<_ACEOF | |
15959 | #line $LINENO "configure" | |
15960 | /* confdefs.h. */ | |
15961 | _ACEOF | |
15962 | cat confdefs.h >>conftest.$ac_ext | |
15963 | cat >>conftest.$ac_ext <<_ACEOF | |
15964 | /* end confdefs.h. */ | |
15965 | $ac_includes_default | |
15966 | int | |
15967 | main () | |
15968 | { | |
15969 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
15970 | test_array [0] = 0 | |
a0b9e27f | 15971 | |
e6cc62c6 VS |
15972 | ; |
15973 | return 0; | |
15974 | } | |
15975 | _ACEOF | |
15976 | rm -f conftest.$ac_objext | |
15977 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
15978 | (eval $ac_compile) 2>&5 | |
15979 | ac_status=$? | |
15980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15981 | (exit $ac_status); } && | |
15982 | { ac_try='test -s conftest.$ac_objext' | |
15983 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15984 | (eval $ac_try) 2>&5 | |
15985 | ac_status=$? | |
15986 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15987 | (exit $ac_status); }; }; then | |
15988 | ac_hi=-1 ac_mid=-1 | |
15989 | while :; do | |
15990 | cat >conftest.$ac_ext <<_ACEOF | |
15991 | #line $LINENO "configure" | |
15992 | /* confdefs.h. */ | |
15993 | _ACEOF | |
15994 | cat confdefs.h >>conftest.$ac_ext | |
15995 | cat >>conftest.$ac_ext <<_ACEOF | |
15996 | /* end confdefs.h. */ | |
15997 | $ac_includes_default | |
15998 | int | |
15999 | main () | |
16000 | { | |
16001 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
16002 | test_array [0] = 0 | |
a0b9e27f | 16003 | |
e6cc62c6 VS |
16004 | ; |
16005 | return 0; | |
16006 | } | |
16007 | _ACEOF | |
16008 | rm -f conftest.$ac_objext | |
16009 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16010 | (eval $ac_compile) 2>&5 | |
16011 | ac_status=$? | |
16012 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16013 | (exit $ac_status); } && | |
16014 | { ac_try='test -s conftest.$ac_objext' | |
16015 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16016 | (eval $ac_try) 2>&5 | |
16017 | ac_status=$? | |
16018 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16019 | (exit $ac_status); }; }; then | |
16020 | ac_lo=$ac_mid; break | |
16021 | else | |
16022 | echo "$as_me: failed program was:" >&5 | |
16023 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16024 | ||
16025 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
16026 | if test $ac_mid -le $ac_hi; then | |
16027 | ac_lo= ac_hi= | |
16028 | break | |
16029 | fi | |
16030 | ac_mid=`expr 2 '*' $ac_mid` | |
16031 | fi | |
16032 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16033 | done | |
8284b0c5 | 16034 | else |
e6cc62c6 VS |
16035 | echo "$as_me: failed program was:" >&5 |
16036 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16037 | ||
16038 | ac_lo= ac_hi= | |
16039 | fi | |
16040 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16041 | fi | |
16042 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16043 | # Binary search between lo and hi bounds. | |
16044 | while test "x$ac_lo" != "x$ac_hi"; do | |
16045 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
16046 | cat >conftest.$ac_ext <<_ACEOF | |
16047 | #line $LINENO "configure" | |
16048 | /* confdefs.h. */ | |
16049 | _ACEOF | |
16050 | cat confdefs.h >>conftest.$ac_ext | |
16051 | cat >>conftest.$ac_ext <<_ACEOF | |
16052 | /* end confdefs.h. */ | |
16053 | $ac_includes_default | |
16054 | int | |
16055 | main () | |
16056 | { | |
16057 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
16058 | test_array [0] = 0 | |
16059 | ||
16060 | ; | |
16061 | return 0; | |
16062 | } | |
16063 | _ACEOF | |
16064 | rm -f conftest.$ac_objext | |
16065 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16066 | (eval $ac_compile) 2>&5 | |
16067 | ac_status=$? | |
16068 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16069 | (exit $ac_status); } && | |
16070 | { ac_try='test -s conftest.$ac_objext' | |
16071 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16072 | (eval $ac_try) 2>&5 | |
16073 | ac_status=$? | |
16074 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16075 | (exit $ac_status); }; }; then | |
16076 | ac_hi=$ac_mid | |
16077 | else | |
16078 | echo "$as_me: failed program was:" >&5 | |
16079 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16080 | ||
16081 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
16082 | fi | |
16083 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16084 | done | |
16085 | case $ac_lo in | |
16086 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
16087 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
16088 | See \`config.log' for more details." >&5 | |
16089 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
16090 | See \`config.log' for more details." >&2;} | |
16091 | { (exit 1); exit 1; }; } ;; | |
16092 | esac | |
8284b0c5 | 16093 | else |
e6cc62c6 VS |
16094 | if test "$cross_compiling" = yes; then |
16095 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
16096 | See \`config.log' for more details." >&5 | |
16097 | echo "$as_me: error: cannot run test program while cross compiling | |
16098 | See \`config.log' for more details." >&2;} | |
16099 | { (exit 1); exit 1; }; } | |
16100 | else | |
16101 | cat >conftest.$ac_ext <<_ACEOF | |
16102 | #line $LINENO "configure" | |
16103 | /* confdefs.h. */ | |
16104 | _ACEOF | |
16105 | cat confdefs.h >>conftest.$ac_ext | |
16106 | cat >>conftest.$ac_ext <<_ACEOF | |
16107 | /* end confdefs.h. */ | |
16108 | $ac_includes_default | |
16109 | long longval () { return (long) (sizeof (long long)); } | |
16110 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
8284b0c5 | 16111 | #include <stdio.h> |
e6cc62c6 VS |
16112 | #include <stdlib.h> |
16113 | int | |
16114 | main () | |
8284b0c5 | 16115 | { |
e6cc62c6 VS |
16116 | |
16117 | FILE *f = fopen ("conftest.val", "w"); | |
16118 | if (! f) | |
16119 | exit (1); | |
16120 | if (((long) (sizeof (long long))) < 0) | |
16121 | { | |
16122 | long i = longval (); | |
16123 | if (i != ((long) (sizeof (long long)))) | |
16124 | exit (1); | |
16125 | fprintf (f, "%ld\n", i); | |
16126 | } | |
16127 | else | |
16128 | { | |
16129 | unsigned long i = ulongval (); | |
16130 | if (i != ((long) (sizeof (long long)))) | |
16131 | exit (1); | |
16132 | fprintf (f, "%lu\n", i); | |
16133 | } | |
16134 | exit (ferror (f) || fclose (f) != 0); | |
16135 | ||
16136 | ; | |
16137 | return 0; | |
8284b0c5 | 16138 | } |
e6cc62c6 VS |
16139 | _ACEOF |
16140 | rm -f conftest$ac_exeext | |
16141 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16142 | (eval $ac_link) 2>&5 | |
16143 | ac_status=$? | |
16144 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16145 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16146 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16147 | (eval $ac_try) 2>&5 | |
16148 | ac_status=$? | |
16149 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16150 | (exit $ac_status); }; }; then | |
16151 | ac_cv_sizeof_long_long=`cat conftest.val` | |
16152 | else | |
16153 | echo "$as_me: program exited with status $ac_status" >&5 | |
16154 | echo "$as_me: failed program was:" >&5 | |
16155 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16156 | ||
16157 | ( exit $ac_status ) | |
16158 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
16159 | See \`config.log' for more details." >&5 | |
16160 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
16161 | See \`config.log' for more details." >&2;} | |
16162 | { (exit 1); exit 1; }; } | |
16163 | fi | |
16164 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
16165 | fi | |
16166 | fi | |
16167 | rm -f conftest.val | |
5c6fa7d2 RR |
16168 | else |
16169 | ac_cv_sizeof_long_long=0 | |
52127426 | 16170 | fi |
4f57cf11 | 16171 | fi |
e6cc62c6 VS |
16172 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 |
16173 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
16174 | cat >>confdefs.h <<_ACEOF | |
4f57cf11 | 16175 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
e6cc62c6 | 16176 | _ACEOF |
4f57cf11 GD |
16177 | |
16178 | ||
16179 | if test "$ac_cv_sizeof_long_long" != "0"; then | |
16180 | CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG" | |
16181 | fi | |
16182 | ;; | |
16183 | * ) | |
e6cc62c6 VS |
16184 | echo "$as_me:$LINENO: checking for long long" >&5 |
16185 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
16186 | if test "${ac_cv_type_long_long+set}" = set; then | |
16187 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16188 | else | |
16189 | cat >conftest.$ac_ext <<_ACEOF | |
16190 | #line $LINENO "configure" | |
16191 | /* confdefs.h. */ | |
16192 | _ACEOF | |
16193 | cat confdefs.h >>conftest.$ac_ext | |
16194 | cat >>conftest.$ac_ext <<_ACEOF | |
16195 | /* end confdefs.h. */ | |
16196 | $ac_includes_default | |
16197 | int | |
16198 | main () | |
16199 | { | |
16200 | if ((long long *) 0) | |
16201 | return 0; | |
16202 | if (sizeof (long long)) | |
16203 | return 0; | |
16204 | ; | |
16205 | return 0; | |
16206 | } | |
16207 | _ACEOF | |
16208 | rm -f conftest.$ac_objext | |
16209 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16210 | (eval $ac_compile) 2>&5 | |
16211 | ac_status=$? | |
16212 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16213 | (exit $ac_status); } && | |
16214 | { ac_try='test -s conftest.$ac_objext' | |
16215 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16216 | (eval $ac_try) 2>&5 | |
16217 | ac_status=$? | |
16218 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16219 | (exit $ac_status); }; }; then | |
16220 | ac_cv_type_long_long=yes | |
16221 | else | |
16222 | echo "$as_me: failed program was:" >&5 | |
16223 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16224 | ||
16225 | ac_cv_type_long_long=no | |
16226 | fi | |
16227 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16228 | fi | |
16229 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
16230 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
16231 | ||
16232 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
16233 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
16234 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
16235 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16236 | else | |
16237 | if test "$ac_cv_type_long_long" = yes; then | |
16238 | # The cast to unsigned long works around a bug in the HP C Compiler | |
16239 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
16240 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
16241 | # This bug is HP SR number 8606223364. | |
4f57cf11 | 16242 | if test "$cross_compiling" = yes; then |
e6cc62c6 VS |
16243 | # Depending upon the size, compute the lo and hi bounds. |
16244 | cat >conftest.$ac_ext <<_ACEOF | |
16245 | #line $LINENO "configure" | |
16246 | /* confdefs.h. */ | |
16247 | _ACEOF | |
16248 | cat confdefs.h >>conftest.$ac_ext | |
16249 | cat >>conftest.$ac_ext <<_ACEOF | |
16250 | /* end confdefs.h. */ | |
16251 | $ac_includes_default | |
16252 | int | |
16253 | main () | |
16254 | { | |
16255 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
16256 | test_array [0] = 0 | |
16257 | ||
16258 | ; | |
16259 | return 0; | |
16260 | } | |
16261 | _ACEOF | |
16262 | rm -f conftest.$ac_objext | |
16263 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16264 | (eval $ac_compile) 2>&5 | |
16265 | ac_status=$? | |
16266 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16267 | (exit $ac_status); } && | |
16268 | { ac_try='test -s conftest.$ac_objext' | |
16269 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16270 | (eval $ac_try) 2>&5 | |
16271 | ac_status=$? | |
16272 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16273 | (exit $ac_status); }; }; then | |
16274 | ac_lo=0 ac_mid=0 | |
16275 | while :; do | |
16276 | cat >conftest.$ac_ext <<_ACEOF | |
16277 | #line $LINENO "configure" | |
16278 | /* confdefs.h. */ | |
16279 | _ACEOF | |
16280 | cat confdefs.h >>conftest.$ac_ext | |
16281 | cat >>conftest.$ac_ext <<_ACEOF | |
16282 | /* end confdefs.h. */ | |
16283 | $ac_includes_default | |
16284 | int | |
16285 | main () | |
16286 | { | |
16287 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
16288 | test_array [0] = 0 | |
16289 | ||
16290 | ; | |
16291 | return 0; | |
16292 | } | |
16293 | _ACEOF | |
16294 | rm -f conftest.$ac_objext | |
16295 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16296 | (eval $ac_compile) 2>&5 | |
16297 | ac_status=$? | |
16298 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16299 | (exit $ac_status); } && | |
16300 | { ac_try='test -s conftest.$ac_objext' | |
16301 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16302 | (eval $ac_try) 2>&5 | |
16303 | ac_status=$? | |
16304 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16305 | (exit $ac_status); }; }; then | |
16306 | ac_hi=$ac_mid; break | |
16307 | else | |
16308 | echo "$as_me: failed program was:" >&5 | |
16309 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16310 | ||
16311 | ac_lo=`expr $ac_mid + 1` | |
16312 | if test $ac_lo -le $ac_mid; then | |
16313 | ac_lo= ac_hi= | |
16314 | break | |
16315 | fi | |
16316 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
16317 | fi | |
16318 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16319 | done | |
16320 | else | |
16321 | echo "$as_me: failed program was:" >&5 | |
16322 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16323 | ||
16324 | cat >conftest.$ac_ext <<_ACEOF | |
16325 | #line $LINENO "configure" | |
16326 | /* confdefs.h. */ | |
16327 | _ACEOF | |
16328 | cat confdefs.h >>conftest.$ac_ext | |
16329 | cat >>conftest.$ac_ext <<_ACEOF | |
16330 | /* end confdefs.h. */ | |
16331 | $ac_includes_default | |
16332 | int | |
16333 | main () | |
16334 | { | |
16335 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
16336 | test_array [0] = 0 | |
16337 | ||
16338 | ; | |
16339 | return 0; | |
16340 | } | |
16341 | _ACEOF | |
16342 | rm -f conftest.$ac_objext | |
16343 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16344 | (eval $ac_compile) 2>&5 | |
16345 | ac_status=$? | |
16346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16347 | (exit $ac_status); } && | |
16348 | { ac_try='test -s conftest.$ac_objext' | |
16349 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16350 | (eval $ac_try) 2>&5 | |
16351 | ac_status=$? | |
16352 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16353 | (exit $ac_status); }; }; then | |
16354 | ac_hi=-1 ac_mid=-1 | |
16355 | while :; do | |
16356 | cat >conftest.$ac_ext <<_ACEOF | |
16357 | #line $LINENO "configure" | |
16358 | /* confdefs.h. */ | |
16359 | _ACEOF | |
16360 | cat confdefs.h >>conftest.$ac_ext | |
16361 | cat >>conftest.$ac_ext <<_ACEOF | |
16362 | /* end confdefs.h. */ | |
16363 | $ac_includes_default | |
16364 | int | |
16365 | main () | |
16366 | { | |
16367 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
16368 | test_array [0] = 0 | |
16369 | ||
16370 | ; | |
16371 | return 0; | |
16372 | } | |
16373 | _ACEOF | |
16374 | rm -f conftest.$ac_objext | |
16375 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16376 | (eval $ac_compile) 2>&5 | |
16377 | ac_status=$? | |
16378 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16379 | (exit $ac_status); } && | |
16380 | { ac_try='test -s conftest.$ac_objext' | |
16381 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16382 | (eval $ac_try) 2>&5 | |
16383 | ac_status=$? | |
16384 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16385 | (exit $ac_status); }; }; then | |
16386 | ac_lo=$ac_mid; break | |
16387 | else | |
16388 | echo "$as_me: failed program was:" >&5 | |
16389 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16390 | ||
16391 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
16392 | if test $ac_mid -le $ac_hi; then | |
16393 | ac_lo= ac_hi= | |
16394 | break | |
16395 | fi | |
16396 | ac_mid=`expr 2 '*' $ac_mid` | |
16397 | fi | |
16398 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16399 | done | |
4f57cf11 | 16400 | else |
e6cc62c6 VS |
16401 | echo "$as_me: failed program was:" >&5 |
16402 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16403 | ||
16404 | ac_lo= ac_hi= | |
16405 | fi | |
16406 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16407 | fi | |
16408 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16409 | # Binary search between lo and hi bounds. | |
16410 | while test "x$ac_lo" != "x$ac_hi"; do | |
16411 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
16412 | cat >conftest.$ac_ext <<_ACEOF | |
16413 | #line $LINENO "configure" | |
16414 | /* confdefs.h. */ | |
16415 | _ACEOF | |
16416 | cat confdefs.h >>conftest.$ac_ext | |
16417 | cat >>conftest.$ac_ext <<_ACEOF | |
16418 | /* end confdefs.h. */ | |
16419 | $ac_includes_default | |
16420 | int | |
16421 | main () | |
16422 | { | |
16423 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
16424 | test_array [0] = 0 | |
16425 | ||
16426 | ; | |
16427 | return 0; | |
16428 | } | |
16429 | _ACEOF | |
16430 | rm -f conftest.$ac_objext | |
16431 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16432 | (eval $ac_compile) 2>&5 | |
16433 | ac_status=$? | |
16434 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16435 | (exit $ac_status); } && | |
16436 | { ac_try='test -s conftest.$ac_objext' | |
16437 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16438 | (eval $ac_try) 2>&5 | |
16439 | ac_status=$? | |
16440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16441 | (exit $ac_status); }; }; then | |
16442 | ac_hi=$ac_mid | |
16443 | else | |
16444 | echo "$as_me: failed program was:" >&5 | |
16445 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16446 | ||
16447 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
16448 | fi | |
16449 | rm -f conftest.$ac_objext conftest.$ac_ext | |
16450 | done | |
16451 | case $ac_lo in | |
16452 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
16453 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
16454 | See \`config.log' for more details." >&5 | |
16455 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
16456 | See \`config.log' for more details." >&2;} | |
16457 | { (exit 1); exit 1; }; } ;; | |
16458 | esac | |
16459 | else | |
16460 | if test "$cross_compiling" = yes; then | |
16461 | { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling | |
16462 | See \`config.log' for more details." >&5 | |
16463 | echo "$as_me: error: cannot run test program while cross compiling | |
16464 | See \`config.log' for more details." >&2;} | |
16465 | { (exit 1); exit 1; }; } | |
16466 | else | |
16467 | cat >conftest.$ac_ext <<_ACEOF | |
16468 | #line $LINENO "configure" | |
16469 | /* confdefs.h. */ | |
16470 | _ACEOF | |
16471 | cat confdefs.h >>conftest.$ac_ext | |
16472 | cat >>conftest.$ac_ext <<_ACEOF | |
16473 | /* end confdefs.h. */ | |
16474 | $ac_includes_default | |
16475 | long longval () { return (long) (sizeof (long long)); } | |
16476 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
4f57cf11 | 16477 | #include <stdio.h> |
e6cc62c6 VS |
16478 | #include <stdlib.h> |
16479 | int | |
16480 | main () | |
4f57cf11 | 16481 | { |
e6cc62c6 VS |
16482 | |
16483 | FILE *f = fopen ("conftest.val", "w"); | |
16484 | if (! f) | |
16485 | exit (1); | |
16486 | if (((long) (sizeof (long long))) < 0) | |
16487 | { | |
16488 | long i = longval (); | |
16489 | if (i != ((long) (sizeof (long long)))) | |
16490 | exit (1); | |
16491 | fprintf (f, "%ld\n", i); | |
16492 | } | |
16493 | else | |
16494 | { | |
16495 | unsigned long i = ulongval (); | |
16496 | if (i != ((long) (sizeof (long long)))) | |
16497 | exit (1); | |
16498 | fprintf (f, "%lu\n", i); | |
16499 | } | |
16500 | exit (ferror (f) || fclose (f) != 0); | |
16501 | ||
16502 | ; | |
16503 | return 0; | |
4f57cf11 | 16504 | } |
e6cc62c6 VS |
16505 | _ACEOF |
16506 | rm -f conftest$ac_exeext | |
16507 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16508 | (eval $ac_link) 2>&5 | |
16509 | ac_status=$? | |
16510 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16511 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16512 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16513 | (eval $ac_try) 2>&5 | |
16514 | ac_status=$? | |
16515 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16516 | (exit $ac_status); }; }; then | |
16517 | ac_cv_sizeof_long_long=`cat conftest.val` | |
16518 | else | |
16519 | echo "$as_me: program exited with status $ac_status" >&5 | |
16520 | echo "$as_me: failed program was:" >&5 | |
16521 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16522 | ||
16523 | ( exit $ac_status ) | |
16524 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
16525 | See \`config.log' for more details." >&5 | |
16526 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
16527 | See \`config.log' for more details." >&2;} | |
16528 | { (exit 1); exit 1; }; } | |
16529 | fi | |
16530 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
16531 | fi | |
16532 | fi | |
16533 | rm -f conftest.val | |
4f57cf11 | 16534 | else |
4f57cf11 GD |
16535 | ac_cv_sizeof_long_long=0 |
16536 | fi | |
7b4a847f | 16537 | fi |
e6cc62c6 VS |
16538 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 |
16539 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
16540 | cat >>confdefs.h <<_ACEOF | |
21d1c967 | 16541 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
e6cc62c6 | 16542 | _ACEOF |
9e691f46 | 16543 | |
8284b0c5 | 16544 | |
21d1c967 GD |
16545 | esac |
16546 | ||
e6cc62c6 VS |
16547 | echo "$as_me:$LINENO: checking size of wchar_t" >&5 |
16548 | echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6 | |
16549 | if test "${wx_cv_sizeof_wchar_t+set}" = set; then | |
16550 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 16551 | else |
e6cc62c6 | 16552 | |
21d1c967 | 16553 | if test "$cross_compiling" = yes; then |
e6cc62c6 | 16554 | |
2b5f62a0 VZ |
16555 | case "${host}" in |
16556 | *-pc-msdosdjgpp ) | |
16557 | wx_cv_sizeof_wchar_t=0 | |
16558 | ;; | |
16559 | * ) | |
16560 | wx_cv_sizeof_wchar_t=4 | |
16561 | ;; | |
16562 | esac | |
e6cc62c6 VS |
16563 | |
16564 | ||
6f72b082 | 16565 | else |
e6cc62c6 VS |
16566 | cat >conftest.$ac_ext <<_ACEOF |
16567 | #line $LINENO "configure" | |
16568 | /* confdefs.h. */ | |
16569 | _ACEOF | |
16570 | cat confdefs.h >>conftest.$ac_ext | |
16571 | cat >>conftest.$ac_ext <<_ACEOF | |
16572 | /* end confdefs.h. */ | |
21d1c967 | 16573 | |
2b5f62a0 VZ |
16574 | /* DJGPP only has fake wchar_t: */ |
16575 | #ifdef __DJGPP__ | |
16576 | # error "fake wchar_t" | |
16577 | #endif | |
21d1c967 GD |
16578 | #ifdef HAVE_WCHAR_H |
16579 | # ifdef __CYGWIN__ | |
16580 | # include <stddef.h> | |
16581 | # endif | |
16582 | # include <wchar.h> | |
16583 | #endif | |
16584 | #ifdef HAVE_STDLIB_H | |
16585 | # include <stdlib.h> | |
16586 | #endif | |
16587 | #include <stdio.h> | |
16588 | int main() | |
16589 | { | |
16590 | FILE *f=fopen("conftestval", "w"); | |
16591 | if (!f) exit(1); | |
16592 | fprintf(f, "%i", sizeof(wchar_t)); | |
16593 | exit(0); | |
16594 | } | |
e6cc62c6 VS |
16595 | |
16596 | _ACEOF | |
16597 | rm -f conftest$ac_exeext | |
16598 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16599 | (eval $ac_link) 2>&5 | |
16600 | ac_status=$? | |
16601 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16602 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16603 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16604 | (eval $ac_try) 2>&5 | |
16605 | ac_status=$? | |
16606 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16607 | (exit $ac_status); }; }; then | |
21d1c967 | 16608 | wx_cv_sizeof_wchar_t=`cat conftestval` |
6f72b082 | 16609 | else |
e6cc62c6 VS |
16610 | echo "$as_me: program exited with status $ac_status" >&5 |
16611 | echo "$as_me: failed program was:" >&5 | |
16612 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16613 | ||
16614 | ( exit $ac_status ) | |
16615 | wx_cv_sizeof_wchar_t=0 | |
6f72b082 | 16616 | fi |
e6cc62c6 | 16617 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
6f72b082 | 16618 | fi |
6f72b082 | 16619 | |
3f345b47 | 16620 | fi |
e6cc62c6 VS |
16621 | echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5 |
16622 | echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6 | |
3f345b47 | 16623 | |
e6cc62c6 | 16624 | cat >>confdefs.h <<_ACEOF |
21d1c967 | 16625 | #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t |
e6cc62c6 | 16626 | _ACEOF |
90dd450c | 16627 | |
8284b0c5 | 16628 | |
21d1c967 GD |
16629 | # Check whether --enable-largefile or --disable-largefile was given. |
16630 | if test "${enable_largefile+set}" = set; then | |
16631 | enableval="$enable_largefile" | |
3f345b47 | 16632 | |
e6cc62c6 | 16633 | fi; |
21d1c967 GD |
16634 | if test "$enable_largefile" != no; then |
16635 | wx_largefile=no | |
e6cc62c6 VS |
16636 | |
16637 | echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | |
16638 | echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 | |
16639 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then | |
16640 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16641 | else | |
16642 | ||
16643 | cat >conftest.$ac_ext <<_ACEOF | |
16644 | #line $LINENO "configure" | |
16645 | /* confdefs.h. */ | |
16646 | _ACEOF | |
16647 | cat confdefs.h >>conftest.$ac_ext | |
16648 | cat >>conftest.$ac_ext <<_ACEOF | |
16649 | /* end confdefs.h. */ | |
21d1c967 GD |
16650 | #define _FILE_OFFSET_BITS 64 |
16651 | #include <sys/types.h> | |
e6cc62c6 VS |
16652 | int |
16653 | main () | |
16654 | { | |
21d1c967 GD |
16655 | typedef struct { |
16656 | unsigned int field: sizeof(off_t) == 8; | |
16657 | } wxlf; | |
16658 | ||
e6cc62c6 VS |
16659 | ; |
16660 | return 0; | |
16661 | } | |
16662 | _ACEOF | |
16663 | rm -f conftest.$ac_objext | |
16664 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16665 | (eval $ac_compile) 2>&5 | |
16666 | ac_status=$? | |
16667 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16668 | (exit $ac_status); } && | |
16669 | { ac_try='test -s conftest.$ac_objext' | |
16670 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16671 | (eval $ac_try) 2>&5 | |
16672 | ac_status=$? | |
16673 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16674 | (exit $ac_status); }; }; then | |
21d1c967 | 16675 | ac_cv_sys_file_offset_bits=64 |
f6bcfd97 | 16676 | else |
e6cc62c6 VS |
16677 | echo "$as_me: failed program was:" >&5 |
16678 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16679 | ||
16680 | ac_cv_sys_file_offset_bits=no | |
247f5006 | 16681 | fi |
e6cc62c6 VS |
16682 | rm -f conftest.$ac_objext conftest.$ac_ext |
16683 | ||
a0b9e27f | 16684 | |
e6cc62c6 VS |
16685 | fi |
16686 | echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 | |
16687 | echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 | |
21d1c967 GD |
16688 | |
16689 | if test "$ac_cv_sys_file_offset_bits" != no; then | |
16690 | wx_largefile=yes | |
e6cc62c6 | 16691 | cat >>confdefs.h <<_ACEOF |
21d1c967 | 16692 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits |
e6cc62c6 | 16693 | _ACEOF |
21d1c967 GD |
16694 | |
16695 | fi | |
16696 | ||
16697 | if test "x$wx_largefile" != "xyes"; then | |
e6cc62c6 VS |
16698 | |
16699 | echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 | |
16700 | echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 | |
16701 | if test "${ac_cv_sys_large_files+set}" = set; then | |
16702 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16703 | else | |
16704 | ||
16705 | cat >conftest.$ac_ext <<_ACEOF | |
16706 | #line $LINENO "configure" | |
16707 | /* confdefs.h. */ | |
16708 | _ACEOF | |
16709 | cat confdefs.h >>conftest.$ac_ext | |
16710 | cat >>conftest.$ac_ext <<_ACEOF | |
16711 | /* end confdefs.h. */ | |
21d1c967 GD |
16712 | #define _LARGE_FILES 1 |
16713 | #include <sys/types.h> | |
e6cc62c6 VS |
16714 | int |
16715 | main () | |
16716 | { | |
21d1c967 GD |
16717 | typedef struct { |
16718 | unsigned int field: sizeof(off_t) == 8; | |
16719 | } wxlf; | |
16720 | ||
e6cc62c6 VS |
16721 | ; |
16722 | return 0; | |
16723 | } | |
16724 | _ACEOF | |
16725 | rm -f conftest.$ac_objext | |
16726 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16727 | (eval $ac_compile) 2>&5 | |
16728 | ac_status=$? | |
16729 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16730 | (exit $ac_status); } && | |
16731 | { ac_try='test -s conftest.$ac_objext' | |
16732 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16733 | (eval $ac_try) 2>&5 | |
16734 | ac_status=$? | |
16735 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16736 | (exit $ac_status); }; }; then | |
21d1c967 | 16737 | ac_cv_sys_large_files=1 |
f6bcfd97 | 16738 | else |
e6cc62c6 VS |
16739 | echo "$as_me: failed program was:" >&5 |
16740 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16741 | ||
16742 | ac_cv_sys_large_files=no | |
247f5006 | 16743 | fi |
e6cc62c6 | 16744 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 16745 | |
e6cc62c6 VS |
16746 | |
16747 | fi | |
16748 | echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 | |
16749 | echo "${ECHO_T}$ac_cv_sys_large_files" >&6 | |
3f345b47 | 16750 | |
21d1c967 GD |
16751 | if test "$ac_cv_sys_large_files" != no; then |
16752 | wx_largefile=yes | |
e6cc62c6 | 16753 | cat >>confdefs.h <<_ACEOF |
21d1c967 | 16754 | #define _LARGE_FILES $ac_cv_sys_large_files |
e6cc62c6 | 16755 | _ACEOF |
90dd450c | 16756 | |
90dd450c VZ |
16757 | fi |
16758 | ||
90dd450c | 16759 | fi |
90dd450c | 16760 | |
e6cc62c6 VS |
16761 | echo "$as_me:$LINENO: checking if large file support is available" >&5 |
16762 | echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6 | |
21d1c967 | 16763 | if test "x$wx_largefile" = "xyes"; then |
e6cc62c6 | 16764 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 16765 | #define HAVE_LARGEFILE_SUPPORT 1 |
e6cc62c6 | 16766 | _ACEOF |
90dd450c | 16767 | |
90dd450c | 16768 | fi |
e6cc62c6 VS |
16769 | echo "$as_me:$LINENO: result: $wx_largefile" >&5 |
16770 | echo "${ECHO_T}$wx_largefile" >&6 | |
21d1c967 | 16771 | fi |
90dd450c | 16772 | |
8284b0c5 | 16773 | |
f02444d0 | 16774 | if test "x$wx_largefile" = "xyes"; then |
e26c13cf RD |
16775 | if test "x$ac_cv_sys_file_offset_bits" = "x64"; then |
16776 | WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES" | |
f02444d0 | 16777 | else |
e26c13cf | 16778 | WX_LARGEFILE_FLAGS="-D_LARGE_FILES" |
f02444d0 | 16779 | fi |
e26c13cf | 16780 | CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS" |
f02444d0 VZ |
16781 | fi |
16782 | ||
e6cc62c6 VS |
16783 | echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 |
16784 | echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 | |
16785 | if test "${ac_cv_c_bigendian+set}" = set; then | |
16786 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
90dd450c | 16787 | else |
21d1c967 GD |
16788 | ac_cv_c_bigendian=unknown |
16789 | # See if sys/param.h defines the BYTE_ORDER macro. | |
e6cc62c6 VS |
16790 | cat >conftest.$ac_ext <<_ACEOF |
16791 | #line $LINENO "configure" | |
16792 | /* confdefs.h. */ | |
16793 | _ACEOF | |
16794 | cat confdefs.h >>conftest.$ac_ext | |
16795 | cat >>conftest.$ac_ext <<_ACEOF | |
16796 | /* end confdefs.h. */ | |
21d1c967 GD |
16797 | #include <sys/types.h> |
16798 | #include <sys/param.h> | |
e6cc62c6 VS |
16799 | int |
16800 | main () | |
16801 | { | |
21d1c967 GD |
16802 | |
16803 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
16804 | bogus endian macros | |
16805 | #endif | |
e6cc62c6 VS |
16806 | ; |
16807 | return 0; | |
16808 | } | |
16809 | _ACEOF | |
16810 | rm -f conftest.$ac_objext | |
16811 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16812 | (eval $ac_compile) 2>&5 | |
16813 | ac_status=$? | |
16814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16815 | (exit $ac_status); } && | |
16816 | { ac_try='test -s conftest.$ac_objext' | |
16817 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16818 | (eval $ac_try) 2>&5 | |
16819 | ac_status=$? | |
16820 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16821 | (exit $ac_status); }; }; then | |
21d1c967 | 16822 | # It does; now see whether it defined to BIG_ENDIAN or not. |
e6cc62c6 VS |
16823 | cat >conftest.$ac_ext <<_ACEOF |
16824 | #line $LINENO "configure" | |
16825 | /* confdefs.h. */ | |
16826 | _ACEOF | |
16827 | cat confdefs.h >>conftest.$ac_ext | |
16828 | cat >>conftest.$ac_ext <<_ACEOF | |
16829 | /* end confdefs.h. */ | |
21d1c967 GD |
16830 | #include <sys/types.h> |
16831 | #include <sys/param.h> | |
e6cc62c6 VS |
16832 | int |
16833 | main () | |
16834 | { | |
21d1c967 GD |
16835 | |
16836 | #if BYTE_ORDER != BIG_ENDIAN | |
16837 | not big endian | |
16838 | #endif | |
e6cc62c6 VS |
16839 | ; |
16840 | return 0; | |
16841 | } | |
16842 | _ACEOF | |
16843 | rm -f conftest.$ac_objext | |
16844 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
16845 | (eval $ac_compile) 2>&5 | |
16846 | ac_status=$? | |
16847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16848 | (exit $ac_status); } && | |
16849 | { ac_try='test -s conftest.$ac_objext' | |
16850 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16851 | (eval $ac_try) 2>&5 | |
16852 | ac_status=$? | |
16853 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16854 | (exit $ac_status); }; }; then | |
21d1c967 | 16855 | ac_cv_c_bigendian=yes |
3f345b47 | 16856 | else |
e6cc62c6 VS |
16857 | echo "$as_me: failed program was:" >&5 |
16858 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16859 | ||
16860 | ac_cv_c_bigendian=no | |
3f345b47 | 16861 | fi |
e6cc62c6 | 16862 | rm -f conftest.$ac_objext conftest.$ac_ext |
3f345b47 | 16863 | else |
e6cc62c6 VS |
16864 | echo "$as_me: failed program was:" >&5 |
16865 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16866 | ||
3f345b47 | 16867 | fi |
e6cc62c6 | 16868 | rm -f conftest.$ac_objext conftest.$ac_ext |
21d1c967 GD |
16869 | if test $ac_cv_c_bigendian = unknown; then |
16870 | if test "$cross_compiling" = yes; then | |
16871 | ac_cv_c_bigendian=unknown | |
10f2d63a | 16872 | else |
e6cc62c6 VS |
16873 | cat >conftest.$ac_ext <<_ACEOF |
16874 | #line $LINENO "configure" | |
16875 | /* confdefs.h. */ | |
16876 | _ACEOF | |
16877 | cat confdefs.h >>conftest.$ac_ext | |
16878 | cat >>conftest.$ac_ext <<_ACEOF | |
16879 | /* end confdefs.h. */ | |
21d1c967 GD |
16880 | main () { |
16881 | /* Are we little or big endian? From Harbison&Steele. */ | |
16882 | union | |
16883 | { | |
16884 | long l; | |
16885 | char c[sizeof (long)]; | |
16886 | } u; | |
16887 | u.l = 1; | |
16888 | exit (u.c[sizeof (long) - 1] == 1); | |
16889 | } | |
e6cc62c6 VS |
16890 | _ACEOF |
16891 | rm -f conftest$ac_exeext | |
16892 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16893 | (eval $ac_link) 2>&5 | |
16894 | ac_status=$? | |
16895 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16896 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16897 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16898 | (eval $ac_try) 2>&5 | |
16899 | ac_status=$? | |
16900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16901 | (exit $ac_status); }; }; then | |
21d1c967 | 16902 | ac_cv_c_bigendian=no |
3f345b47 | 16903 | else |
e6cc62c6 VS |
16904 | echo "$as_me: program exited with status $ac_status" >&5 |
16905 | echo "$as_me: failed program was:" >&5 | |
16906 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16907 | ||
16908 | ( exit $ac_status ) | |
16909 | ac_cv_c_bigendian=yes | |
247f5006 | 16910 | fi |
e6cc62c6 | 16911 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
247f5006 | 16912 | fi |
3f345b47 | 16913 | fi |
8168de4c | 16914 | fi |
e6cc62c6 VS |
16915 | echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 |
16916 | echo "${ECHO_T}$ac_cv_c_bigendian" >&6 | |
247f5006 | 16917 | if test $ac_cv_c_bigendian = unknown; then |
e6cc62c6 VS |
16918 | { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5 |
16919 | echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;} | |
247f5006 VZ |
16920 | fi |
16921 | if test $ac_cv_c_bigendian = yes; then | |
e6cc62c6 | 16922 | cat >>confdefs.h <<\_ACEOF |
247f5006 | 16923 | #define WORDS_BIGENDIAN 1 |
e6cc62c6 | 16924 | _ACEOF |
247f5006 VZ |
16925 | |
16926 | fi | |
16927 | ||
16928 | ||
e6cc62c6 VS |
16929 | |
16930 | ac_ext=cc | |
16931 | ac_cpp='$CXXCPP $CPPFLAGS' | |
16932 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
16933 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
16934 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
16935 | echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 | |
16936 | echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 | |
247f5006 | 16937 | if test -z "$CXXCPP"; then |
e6cc62c6 VS |
16938 | if test "${ac_cv_prog_CXXCPP+set}" = set; then |
16939 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16940 | else | |
16941 | # Double quotes because CXXCPP needs to be expanded | |
16942 | for CXXCPP in "$CXX -E" "/lib/cpp" | |
16943 | do | |
16944 | ac_preproc_ok=false | |
16945 | for ac_cxx_preproc_warn_flag in '' yes | |
16946 | do | |
16947 | # Use a header file that comes with gcc, so configuring glibc | |
16948 | # with a fresh cross-compiler works. | |
16949 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
16950 | # <limits.h> exists even on freestanding compilers. | |
16951 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
16952 | # not just through cpp. "Syntax error" is here to catch this case. | |
16953 | cat >conftest.$ac_ext <<_ACEOF | |
16954 | #line $LINENO "configure" | |
16955 | /* confdefs.h. */ | |
16956 | _ACEOF | |
16957 | cat confdefs.h >>conftest.$ac_ext | |
16958 | cat >>conftest.$ac_ext <<_ACEOF | |
16959 | /* end confdefs.h. */ | |
16960 | #ifdef __STDC__ | |
16961 | # include <limits.h> | |
16962 | #else | |
16963 | # include <assert.h> | |
16964 | #endif | |
16965 | Syntax error | |
16966 | _ACEOF | |
16967 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
16968 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
16969 | ac_status=$? | |
16970 | grep -v '^ *+' conftest.er1 >conftest.err | |
16971 | rm -f conftest.er1 | |
16972 | cat conftest.err >&5 | |
16973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16974 | (exit $ac_status); } >/dev/null; then | |
16975 | if test -s conftest.err; then | |
16976 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
16977 | else | |
16978 | ac_cpp_err= | |
16979 | fi | |
247f5006 | 16980 | else |
e6cc62c6 VS |
16981 | ac_cpp_err=yes |
16982 | fi | |
16983 | if test -z "$ac_cpp_err"; then | |
16984 | : | |
16985 | else | |
16986 | echo "$as_me: failed program was:" >&5 | |
16987 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16988 | ||
16989 | # Broken: fails on valid input. | |
16990 | continue | |
16991 | fi | |
16992 | rm -f conftest.err conftest.$ac_ext | |
16993 | ||
16994 | # OK, works on sane cases. Now check whether non-existent headers | |
16995 | # can be detected and how. | |
16996 | cat >conftest.$ac_ext <<_ACEOF | |
16997 | #line $LINENO "configure" | |
16998 | /* confdefs.h. */ | |
16999 | _ACEOF | |
17000 | cat confdefs.h >>conftest.$ac_ext | |
17001 | cat >>conftest.$ac_ext <<_ACEOF | |
17002 | /* end confdefs.h. */ | |
17003 | #include <ac_nonexistent.h> | |
17004 | _ACEOF | |
17005 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
17006 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
17007 | ac_status=$? | |
17008 | grep -v '^ *+' conftest.er1 >conftest.err | |
17009 | rm -f conftest.er1 | |
17010 | cat conftest.err >&5 | |
17011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17012 | (exit $ac_status); } >/dev/null; then | |
17013 | if test -s conftest.err; then | |
17014 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
17015 | else | |
17016 | ac_cpp_err= | |
17017 | fi | |
17018 | else | |
17019 | ac_cpp_err=yes | |
17020 | fi | |
17021 | if test -z "$ac_cpp_err"; then | |
17022 | # Broken: success on invalid input. | |
17023 | continue | |
17024 | else | |
17025 | echo "$as_me: failed program was:" >&5 | |
17026 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17027 | ||
17028 | # Passes both tests. | |
17029 | ac_preproc_ok=: | |
17030 | break | |
17031 | fi | |
17032 | rm -f conftest.err conftest.$ac_ext | |
17033 | ||
17034 | done | |
17035 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
17036 | rm -f conftest.err conftest.$ac_ext | |
17037 | if $ac_preproc_ok; then | |
17038 | break | |
17039 | fi | |
17040 | ||
17041 | done | |
17042 | ac_cv_prog_CXXCPP=$CXXCPP | |
17043 | ||
17044 | fi | |
17045 | CXXCPP=$ac_cv_prog_CXXCPP | |
17046 | else | |
17047 | ac_cv_prog_CXXCPP=$CXXCPP | |
17048 | fi | |
17049 | echo "$as_me:$LINENO: result: $CXXCPP" >&5 | |
17050 | echo "${ECHO_T}$CXXCPP" >&6 | |
17051 | ac_preproc_ok=false | |
17052 | for ac_cxx_preproc_warn_flag in '' yes | |
17053 | do | |
17054 | # Use a header file that comes with gcc, so configuring glibc | |
17055 | # with a fresh cross-compiler works. | |
17056 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
17057 | # <limits.h> exists even on freestanding compilers. | |
17058 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
17059 | # not just through cpp. "Syntax error" is here to catch this case. | |
17060 | cat >conftest.$ac_ext <<_ACEOF | |
17061 | #line $LINENO "configure" | |
17062 | /* confdefs.h. */ | |
17063 | _ACEOF | |
17064 | cat confdefs.h >>conftest.$ac_ext | |
17065 | cat >>conftest.$ac_ext <<_ACEOF | |
17066 | /* end confdefs.h. */ | |
17067 | #ifdef __STDC__ | |
17068 | # include <limits.h> | |
17069 | #else | |
17070 | # include <assert.h> | |
17071 | #endif | |
17072 | Syntax error | |
17073 | _ACEOF | |
17074 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
17075 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
17076 | ac_status=$? | |
17077 | grep -v '^ *+' conftest.er1 >conftest.err | |
17078 | rm -f conftest.er1 | |
17079 | cat conftest.err >&5 | |
17080 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17081 | (exit $ac_status); } >/dev/null; then | |
17082 | if test -s conftest.err; then | |
17083 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
17084 | else | |
17085 | ac_cpp_err= | |
17086 | fi | |
17087 | else | |
17088 | ac_cpp_err=yes | |
17089 | fi | |
17090 | if test -z "$ac_cpp_err"; then | |
21d1c967 | 17091 | : |
698dcdb6 | 17092 | else |
e6cc62c6 VS |
17093 | echo "$as_me: failed program was:" >&5 |
17094 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17095 | ||
17096 | # Broken: fails on valid input. | |
17097 | continue | |
17098 | fi | |
17099 | rm -f conftest.err conftest.$ac_ext | |
17100 | ||
17101 | # OK, works on sane cases. Now check whether non-existent headers | |
17102 | # can be detected and how. | |
17103 | cat >conftest.$ac_ext <<_ACEOF | |
17104 | #line $LINENO "configure" | |
17105 | /* confdefs.h. */ | |
17106 | _ACEOF | |
17107 | cat confdefs.h >>conftest.$ac_ext | |
17108 | cat >>conftest.$ac_ext <<_ACEOF | |
17109 | /* end confdefs.h. */ | |
17110 | #include <ac_nonexistent.h> | |
17111 | _ACEOF | |
17112 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
17113 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
17114 | ac_status=$? | |
17115 | grep -v '^ *+' conftest.er1 >conftest.err | |
17116 | rm -f conftest.er1 | |
17117 | cat conftest.err >&5 | |
17118 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17119 | (exit $ac_status); } >/dev/null; then | |
17120 | if test -s conftest.err; then | |
17121 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
17122 | else | |
17123 | ac_cpp_err= | |
17124 | fi | |
17125 | else | |
17126 | ac_cpp_err=yes | |
247f5006 | 17127 | fi |
e6cc62c6 VS |
17128 | if test -z "$ac_cpp_err"; then |
17129 | # Broken: success on invalid input. | |
17130 | continue | |
17131 | else | |
17132 | echo "$as_me: failed program was:" >&5 | |
17133 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17134 | ||
17135 | # Passes both tests. | |
17136 | ac_preproc_ok=: | |
17137 | break | |
328a083c | 17138 | fi |
e6cc62c6 VS |
17139 | rm -f conftest.err conftest.$ac_ext |
17140 | ||
17141 | done | |
17142 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
17143 | rm -f conftest.err conftest.$ac_ext | |
17144 | if $ac_preproc_ok; then | |
17145 | : | |
17146 | else | |
17147 | { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check | |
17148 | See \`config.log' for more details." >&5 | |
17149 | echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check | |
17150 | See \`config.log' for more details." >&2;} | |
17151 | { (exit 1); exit 1; }; } | |
90dd450c | 17152 | fi |
e6cc62c6 VS |
17153 | |
17154 | ac_ext=cc | |
17155 | ac_cpp='$CXXCPP $CPPFLAGS' | |
17156 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
17157 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17158 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
17159 | ||
1e6feb95 | 17160 | |
1725144d | 17161 | |
21d1c967 | 17162 | if test "$cross_compiling" = "yes"; then |
e6cc62c6 | 17163 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 17164 | #define wxUSE_IOSTREAMH 1 |
e6cc62c6 | 17165 | _ACEOF |
ab9b9eab | 17166 | |
21d1c967 | 17167 | else |
e6cc62c6 VS |
17168 | |
17169 | ||
17170 | ac_ext=cc | |
5c6fa7d2 | 17171 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
17172 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
17173 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17174 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
17175 | ||
52127426 | 17176 | |
247f5006 | 17177 | |
e6cc62c6 | 17178 | for ac_header in iostream |
21d1c967 | 17179 | do |
e6cc62c6 VS |
17180 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
17181 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
17182 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
17183 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
17184 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
17185 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17186 | fi | |
17187 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
17188 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
17189 | else | |
17190 | # Is the header compilable? | |
17191 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
17192 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
17193 | cat >conftest.$ac_ext <<_ACEOF | |
17194 | #line $LINENO "configure" | |
17195 | /* confdefs.h. */ | |
17196 | _ACEOF | |
17197 | cat confdefs.h >>conftest.$ac_ext | |
17198 | cat >>conftest.$ac_ext <<_ACEOF | |
17199 | /* end confdefs.h. */ | |
17200 | $ac_includes_default | |
17201 | #include <$ac_header> | |
17202 | _ACEOF | |
17203 | rm -f conftest.$ac_objext | |
17204 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
17205 | (eval $ac_compile) 2>&5 | |
17206 | ac_status=$? | |
17207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17208 | (exit $ac_status); } && | |
17209 | { ac_try='test -s conftest.$ac_objext' | |
17210 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17211 | (eval $ac_try) 2>&5 | |
17212 | ac_status=$? | |
17213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17214 | (exit $ac_status); }; }; then | |
17215 | ac_header_compiler=yes | |
17216 | else | |
17217 | echo "$as_me: failed program was:" >&5 | |
17218 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17219 | ||
17220 | ac_header_compiler=no | |
17221 | fi | |
17222 | rm -f conftest.$ac_objext conftest.$ac_ext | |
17223 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
17224 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
17225 | ||
17226 | # Is the header present? | |
17227 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
17228 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
17229 | cat >conftest.$ac_ext <<_ACEOF | |
17230 | #line $LINENO "configure" | |
17231 | /* confdefs.h. */ | |
17232 | _ACEOF | |
17233 | cat confdefs.h >>conftest.$ac_ext | |
17234 | cat >>conftest.$ac_ext <<_ACEOF | |
17235 | /* end confdefs.h. */ | |
17236 | #include <$ac_header> | |
17237 | _ACEOF | |
17238 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
17239 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
17240 | ac_status=$? | |
17241 | grep -v '^ *+' conftest.er1 >conftest.err | |
17242 | rm -f conftest.er1 | |
17243 | cat conftest.err >&5 | |
17244 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17245 | (exit $ac_status); } >/dev/null; then | |
17246 | if test -s conftest.err; then | |
17247 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
17248 | else | |
17249 | ac_cpp_err= | |
17250 | fi | |
17251 | else | |
17252 | ac_cpp_err=yes | |
17253 | fi | |
17254 | if test -z "$ac_cpp_err"; then | |
17255 | ac_header_preproc=yes | |
17256 | else | |
17257 | echo "$as_me: failed program was:" >&5 | |
17258 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17259 | ||
17260 | ac_header_preproc=no | |
17261 | fi | |
17262 | rm -f conftest.err conftest.$ac_ext | |
17263 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
17264 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
17265 | ||
17266 | # So? What about this header? | |
17267 | case $ac_header_compiler:$ac_header_preproc in | |
17268 | yes:no ) | |
17269 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
17270 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
17271 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
17272 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
17273 | ( | |
17274 | cat <<\_ASBOX | |
17275 | ## ------------------------------------ ## | |
17276 | ## Report this to bug-autoconf@gnu.org. ## | |
17277 | ## ------------------------------------ ## | |
17278 | _ASBOX | |
17279 | ) | | |
17280 | sed "s/^/$as_me: WARNING: /" >&2 | |
17281 | ;; | |
17282 | no:yes ) | |
17283 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
17284 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
17285 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
17286 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
17287 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
17288 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
17289 | ( | |
17290 | cat <<\_ASBOX | |
17291 | ## ------------------------------------ ## | |
17292 | ## Report this to bug-autoconf@gnu.org. ## | |
17293 | ## ------------------------------------ ## | |
17294 | _ASBOX | |
17295 | ) | | |
17296 | sed "s/^/$as_me: WARNING: /" >&2 | |
17297 | ;; | |
17298 | esac | |
17299 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
17300 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
17301 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
17302 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17303 | else | |
17304 | eval "$as_ac_Header=$ac_header_preproc" | |
ab9b9eab | 17305 | fi |
e6cc62c6 VS |
17306 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
17307 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
17308 | ||
90dd450c | 17309 | fi |
e6cc62c6 VS |
17310 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
17311 | cat >>confdefs.h <<_ACEOF | |
17312 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
17313 | _ACEOF | |
17314 | ||
90dd450c | 17315 | fi |
e6cc62c6 | 17316 | |
21d1c967 | 17317 | done |
10f2d63a | 17318 | |
8284b0c5 | 17319 | |
21d1c967 GD |
17320 | if test "$ac_cv_header_iostream" = "yes" ; then |
17321 | : | |
17322 | else | |
e6cc62c6 | 17323 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 17324 | #define wxUSE_IOSTREAMH 1 |
e6cc62c6 | 17325 | _ACEOF |
788deba1 | 17326 | |
90dd450c | 17327 | fi |
ab9b9eab | 17328 | |
21d1c967 | 17329 | ac_ext=c |
21d1c967 | 17330 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
17331 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
17332 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17333 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
ab9b9eab | 17334 | |
21d1c967 | 17335 | fi |
ab9b9eab | 17336 | |
52127426 | 17337 | |
8284b0c5 | 17338 | |
e6cc62c6 VS |
17339 | echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5 |
17340 | echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6 | |
17341 | if test "${wx_cv_cpp_bool+set}" = set; then | |
17342 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 17343 | else |
e6cc62c6 VS |
17344 | |
17345 | ||
17346 | ||
17347 | ac_ext=cc | |
5c6fa7d2 | 17348 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
17349 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
17350 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17351 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21d1c967 | 17352 | |
8284b0c5 | 17353 | |
e6cc62c6 VS |
17354 | cat >conftest.$ac_ext <<_ACEOF |
17355 | #line $LINENO "configure" | |
17356 | /* confdefs.h. */ | |
17357 | _ACEOF | |
17358 | cat confdefs.h >>conftest.$ac_ext | |
17359 | cat >>conftest.$ac_ext <<_ACEOF | |
17360 | /* end confdefs.h. */ | |
21d1c967 | 17361 | |
e6cc62c6 VS |
17362 | |
17363 | int | |
17364 | main () | |
17365 | { | |
21d1c967 GD |
17366 | |
17367 | bool b = true; | |
17368 | ||
17369 | return 0; | |
e6cc62c6 VS |
17370 | |
17371 | ; | |
17372 | return 0; | |
17373 | } | |
17374 | _ACEOF | |
17375 | rm -f conftest.$ac_objext | |
17376 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
17377 | (eval $ac_compile) 2>&5 | |
17378 | ac_status=$? | |
17379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17380 | (exit $ac_status); } && | |
17381 | { ac_try='test -s conftest.$ac_objext' | |
17382 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17383 | (eval $ac_try) 2>&5 | |
17384 | ac_status=$? | |
17385 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17386 | (exit $ac_status); }; }; then | |
17387 | ||
21d1c967 | 17388 | wx_cv_cpp_bool=yes |
e6cc62c6 | 17389 | |
698dcdb6 | 17390 | else |
e6cc62c6 VS |
17391 | echo "$as_me: failed program was:" >&5 |
17392 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17393 | ||
17394 | ||
21d1c967 | 17395 | wx_cv_cpp_bool=no |
e6cc62c6 VS |
17396 | |
17397 | ||
698dcdb6 | 17398 | fi |
e6cc62c6 | 17399 | rm -f conftest.$ac_objext conftest.$ac_ext |
21d1c967 GD |
17400 | |
17401 | ac_ext=c | |
21d1c967 | 17402 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
17403 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
17404 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17405 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
8284b0c5 | 17406 | |
a0b9e27f | 17407 | |
e6cc62c6 VS |
17408 | fi |
17409 | echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5 | |
17410 | echo "${ECHO_T}$wx_cv_cpp_bool" >&6 | |
21d1c967 GD |
17411 | |
17412 | if test "$wx_cv_cpp_bool" = "yes"; then | |
e6cc62c6 | 17413 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 17414 | #define HAVE_BOOL 1 |
e6cc62c6 | 17415 | _ACEOF |
ab9b9eab | 17416 | |
21d1c967 GD |
17417 | fi |
17418 | ||
52127426 | 17419 | |
8284b0c5 | 17420 | |
e6cc62c6 VS |
17421 | echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5 |
17422 | echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6 | |
17423 | if test "${wx_cv_explicit+set}" = set; then | |
17424 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 17425 | else |
e6cc62c6 VS |
17426 | |
17427 | ||
17428 | ||
17429 | ac_ext=cc | |
5c6fa7d2 | 17430 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
17431 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
17432 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17433 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
986ecc86 | 17434 | |
8284b0c5 | 17435 | |
e6cc62c6 VS |
17436 | cat >conftest.$ac_ext <<_ACEOF |
17437 | #line $LINENO "configure" | |
17438 | /* confdefs.h. */ | |
17439 | _ACEOF | |
17440 | cat confdefs.h >>conftest.$ac_ext | |
17441 | cat >>conftest.$ac_ext <<_ACEOF | |
17442 | /* end confdefs.h. */ | |
986ecc86 VZ |
17443 | |
17444 | class Foo { public: explicit Foo(int) {} }; | |
e6cc62c6 VS |
17445 | |
17446 | int | |
17447 | main () | |
17448 | { | |
986ecc86 VZ |
17449 | |
17450 | return 0; | |
e6cc62c6 VS |
17451 | |
17452 | ; | |
17453 | return 0; | |
17454 | } | |
17455 | _ACEOF | |
17456 | rm -f conftest.$ac_objext | |
17457 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
17458 | (eval $ac_compile) 2>&5 | |
17459 | ac_status=$? | |
17460 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17461 | (exit $ac_status); } && | |
17462 | { ac_try='test -s conftest.$ac_objext' | |
17463 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17464 | (eval $ac_try) 2>&5 | |
17465 | ac_status=$? | |
17466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17467 | (exit $ac_status); }; }; then | |
17468 | ||
17469 | cat >conftest.$ac_ext <<_ACEOF | |
17470 | #line $LINENO "configure" | |
17471 | /* confdefs.h. */ | |
17472 | _ACEOF | |
17473 | cat confdefs.h >>conftest.$ac_ext | |
17474 | cat >>conftest.$ac_ext <<_ACEOF | |
17475 | /* end confdefs.h. */ | |
986ecc86 VZ |
17476 | |
17477 | class Foo { public: explicit Foo(int) {} }; | |
17478 | static void TakeFoo(const Foo& foo) { } | |
e6cc62c6 VS |
17479 | |
17480 | int | |
17481 | main () | |
17482 | { | |
986ecc86 VZ |
17483 | |
17484 | TakeFoo(17); | |
17485 | return 0; | |
e6cc62c6 VS |
17486 | |
17487 | ; | |
17488 | return 0; | |
17489 | } | |
17490 | _ACEOF | |
17491 | rm -f conftest.$ac_objext | |
17492 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
17493 | (eval $ac_compile) 2>&5 | |
17494 | ac_status=$? | |
17495 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17496 | (exit $ac_status); } && | |
17497 | { ac_try='test -s conftest.$ac_objext' | |
17498 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17499 | (eval $ac_try) 2>&5 | |
17500 | ac_status=$? | |
17501 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17502 | (exit $ac_status); }; }; then | |
986ecc86 VZ |
17503 | wx_cv_explicit=no |
17504 | else | |
e6cc62c6 VS |
17505 | echo "$as_me: failed program was:" >&5 |
17506 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17507 | ||
17508 | wx_cv_explicit=yes | |
17509 | ||
986ecc86 | 17510 | fi |
e6cc62c6 VS |
17511 | rm -f conftest.$ac_objext conftest.$ac_ext |
17512 | ||
986ecc86 | 17513 | else |
e6cc62c6 VS |
17514 | echo "$as_me: failed program was:" >&5 |
17515 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17516 | ||
17517 | wx_cv_explicit=no | |
17518 | ||
986ecc86 | 17519 | fi |
e6cc62c6 | 17520 | rm -f conftest.$ac_objext conftest.$ac_ext |
986ecc86 VZ |
17521 | |
17522 | ac_ext=c | |
986ecc86 | 17523 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
17524 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
17525 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17526 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
8284b0c5 | 17527 | |
a0b9e27f | 17528 | |
e6cc62c6 VS |
17529 | fi |
17530 | echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5 | |
17531 | echo "${ECHO_T}$wx_cv_explicit" >&6 | |
986ecc86 VZ |
17532 | |
17533 | if test "$wx_cv_explicit" = "yes"; then | |
e6cc62c6 | 17534 | cat >>confdefs.h <<\_ACEOF |
986ecc86 | 17535 | #define HAVE_EXPLICIT 1 |
e6cc62c6 | 17536 | _ACEOF |
986ecc86 VZ |
17537 | |
17538 | fi | |
17539 | ||
8284b0c5 | 17540 | |
e6cc62c6 VS |
17541 | echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5 |
17542 | echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6 | |
17543 | if test "${ac_cv_cxx_const_cast+set}" = set; then | |
17544 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
521196a2 | 17545 | else |
521196a2 | 17546 | |
521196a2 | 17547 | |
e6cc62c6 VS |
17548 | ac_ext=cc |
17549 | ac_cpp='$CXXCPP $CPPFLAGS' | |
17550 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
17551 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17552 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
17553 | ||
17554 | cat >conftest.$ac_ext <<_ACEOF | |
17555 | #line $LINENO "configure" | |
17556 | /* confdefs.h. */ | |
17557 | _ACEOF | |
17558 | cat confdefs.h >>conftest.$ac_ext | |
17559 | cat >>conftest.$ac_ext <<_ACEOF | |
17560 | /* end confdefs.h. */ | |
17561 | ||
17562 | int | |
17563 | main () | |
17564 | { | |
521196a2 | 17565 | int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z; |
e6cc62c6 VS |
17566 | ; |
17567 | return 0; | |
17568 | } | |
17569 | _ACEOF | |
17570 | rm -f conftest.$ac_objext | |
17571 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
17572 | (eval $ac_compile) 2>&5 | |
17573 | ac_status=$? | |
17574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17575 | (exit $ac_status); } && | |
17576 | { ac_try='test -s conftest.$ac_objext' | |
17577 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17578 | (eval $ac_try) 2>&5 | |
17579 | ac_status=$? | |
17580 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17581 | (exit $ac_status); }; }; then | |
521196a2 MB |
17582 | ac_cv_cxx_const_cast=yes |
17583 | else | |
e6cc62c6 VS |
17584 | echo "$as_me: failed program was:" >&5 |
17585 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17586 | ||
17587 | ac_cv_cxx_const_cast=no | |
521196a2 | 17588 | fi |
e6cc62c6 | 17589 | rm -f conftest.$ac_objext conftest.$ac_ext |
521196a2 | 17590 | ac_ext=c |
521196a2 | 17591 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
17592 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
17593 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
17594 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
521196a2 MB |
17595 | |
17596 | ||
17597 | fi | |
e6cc62c6 VS |
17598 | echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5 |
17599 | echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6 | |
521196a2 | 17600 | if test "$ac_cv_cxx_const_cast" = yes; then |
e6cc62c6 VS |
17601 | |
17602 | cat >>confdefs.h <<\_ACEOF | |
17603 | #define HAVE_CONST_CAST | |
17604 | _ACEOF | |
521196a2 MB |
17605 | |
17606 | fi | |
17607 | ||
17608 | ||
8284b0c5 | 17609 | |
21d1c967 GD |
17610 | SEARCH_INCLUDE="\ |
17611 | /usr/local/include \ | |
17612 | \ | |
17613 | /usr/Motif-1.2/include \ | |
17614 | /usr/Motif-2.1/include \ | |
17615 | \ | |
17616 | /usr/include/Motif1.2 \ | |
17617 | /opt/xpm/include/X11 \ | |
17618 | /opt/GBxpm/include/ \ | |
17619 | /opt/GBxpm/X11/include/ \ | |
17620 | \ | |
17621 | /usr/Motif1.2/include \ | |
17622 | /usr/dt/include \ | |
17623 | /usr/openwin/include \ | |
17624 | \ | |
17625 | /usr/include/Xm \ | |
17626 | \ | |
17627 | /usr/X11R6/include \ | |
17628 | /usr/X11R6.4/include \ | |
17629 | /usr/X11R5/include \ | |
17630 | /usr/X11R4/include \ | |
17631 | \ | |
17632 | /usr/include/X11R6 \ | |
17633 | /usr/include/X11R5 \ | |
17634 | /usr/include/X11R4 \ | |
17635 | \ | |
17636 | /usr/local/X11R6/include \ | |
17637 | /usr/local/X11R5/include \ | |
17638 | /usr/local/X11R4/include \ | |
17639 | \ | |
17640 | /usr/local/include/X11R6 \ | |
17641 | /usr/local/include/X11R5 \ | |
17642 | /usr/local/include/X11R4 \ | |
17643 | \ | |
17644 | /usr/X11/include \ | |
17645 | /usr/include/X11 \ | |
17646 | /usr/local/X11/include \ | |
17647 | /usr/local/include/X11 \ | |
17648 | \ | |
17649 | /usr/X386/include \ | |
17650 | /usr/x386/include \ | |
17651 | /usr/XFree86/include/X11 \ | |
17652 | \ | |
17653 | X:/XFree86/include \ | |
17654 | X:/XFree86/include/X11 \ | |
17655 | \ | |
17656 | /usr/include/gtk \ | |
17657 | /usr/local/include/gtk \ | |
17658 | /usr/include/glib \ | |
17659 | /usr/local/include/glib \ | |
17660 | \ | |
17661 | /usr/include/qt \ | |
17662 | /usr/local/include/qt \ | |
17663 | \ | |
17664 | /usr/include/windows \ | |
17665 | /usr/include/wine \ | |
17666 | /usr/local/include/wine \ | |
17667 | \ | |
17668 | /usr/unsupported/include \ | |
17669 | /usr/athena/include \ | |
17670 | /usr/local/x11r5/include \ | |
17671 | /usr/lpp/Xamples/include \ | |
17672 | \ | |
2b5f62a0 | 17673 | /usr/openwin/share/include" |
21d1c967 GD |
17674 | |
17675 | SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " | |
17676 | ||
8284b0c5 | 17677 | |
e6cc62c6 | 17678 | cat >confcache <<\_ACEOF |
21d1c967 GD |
17679 | # This file is a shell script that caches the results of configure |
17680 | # tests run on this system so they can be shared between configure | |
e6cc62c6 VS |
17681 | # scripts and configure runs, see configure's option --config-cache. |
17682 | # It is not useful on other systems. If it contains results you don't | |
17683 | # want to keep, you may remove or edit it. | |
21d1c967 | 17684 | # |
e6cc62c6 VS |
17685 | # config.status only pays attention to the cache file if you give it |
17686 | # the --recheck option to rerun configure. | |
21d1c967 | 17687 | # |
e6cc62c6 VS |
17688 | # `ac_cv_env_foo' variables (set or unset) will be overridden when |
17689 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
17690 | # following values. | |
17691 | ||
17692 | _ACEOF | |
17693 | ||
21d1c967 GD |
17694 | # The following way of writing the cache mishandles newlines in values, |
17695 | # but we know of no workaround that is simple, portable, and efficient. | |
17696 | # So, don't put newlines in cache variables' values. | |
17697 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
17698 | # and sets the high bit in the cache file unless we assign to the vars. | |
e6cc62c6 VS |
17699 | { |
17700 | (set) 2>&1 | | |
17701 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
17702 | *ac_space=\ *) | |
17703 | # `set' does not quote correctly, so add quotes (double-quote | |
17704 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
17705 | sed -n \ | |
17706 | "s/'/'\\\\''/g; | |
17707 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
17708 | ;; | |
17709 | *) | |
17710 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
17711 | sed -n \ | |
17712 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
17713 | ;; | |
17714 | esac; | |
17715 | } | | |
17716 | sed ' | |
17717 | t clear | |
17718 | : clear | |
17719 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
17720 | t end | |
17721 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
17722 | : end' >>confcache | |
17723 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
21d1c967 | 17724 | if test -w $cache_file; then |
e6cc62c6 VS |
17725 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
17726 | cat confcache >$cache_file | |
21d1c967 GD |
17727 | else |
17728 | echo "not updating unwritable cache $cache_file" | |
17729 | fi | |
ab9b9eab | 17730 | fi |
21d1c967 | 17731 | rm -f confcache |
ab9b9eab | 17732 | |
fe0895cf | 17733 | if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then |
e6cc62c6 VS |
17734 | echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5 |
17735 | echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6 | |
17736 | if test "${wx_cv_lib_glibc21+set}" = set; then | |
17737 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17738 | else | |
17739 | ||
17740 | cat >conftest.$ac_ext <<_ACEOF | |
17741 | #line $LINENO "configure" | |
17742 | /* confdefs.h. */ | |
17743 | _ACEOF | |
17744 | cat confdefs.h >>conftest.$ac_ext | |
17745 | cat >>conftest.$ac_ext <<_ACEOF | |
17746 | /* end confdefs.h. */ | |
21d1c967 | 17747 | #include <features.h> |
e6cc62c6 VS |
17748 | int |
17749 | main () | |
17750 | { | |
ab9b9eab | 17751 | |
21d1c967 GD |
17752 | #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1) |
17753 | #error not glibc2.1 | |
17754 | #endif | |
e6cc62c6 VS |
17755 | |
17756 | ; | |
17757 | return 0; | |
17758 | } | |
17759 | _ACEOF | |
17760 | rm -f conftest.$ac_objext | |
17761 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
17762 | (eval $ac_compile) 2>&5 | |
17763 | ac_status=$? | |
17764 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17765 | (exit $ac_status); } && | |
17766 | { ac_try='test -s conftest.$ac_objext' | |
17767 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17768 | (eval $ac_try) 2>&5 | |
17769 | ac_status=$? | |
17770 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17771 | (exit $ac_status); }; }; then | |
17772 | ||
21d1c967 | 17773 | wx_cv_lib_glibc21=yes |
e6cc62c6 | 17774 | |
698dcdb6 | 17775 | else |
e6cc62c6 VS |
17776 | echo "$as_me: failed program was:" >&5 |
17777 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17778 | ||
17779 | ||
21d1c967 | 17780 | wx_cv_lib_glibc21=no |
e6cc62c6 VS |
17781 | |
17782 | ||
247f5006 | 17783 | fi |
e6cc62c6 | 17784 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 17785 | |
e6cc62c6 VS |
17786 | fi |
17787 | echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5 | |
17788 | echo "${ECHO_T}$wx_cv_lib_glibc21" >&6 | |
21d1c967 | 17789 | if test "$wx_cv_lib_glibc21" = "yes"; then |
e6cc62c6 | 17790 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 17791 | #define wxHAVE_GLIBC2 1 |
e6cc62c6 | 17792 | _ACEOF |
1e487827 | 17793 | |
90dd450c | 17794 | fi |
ab9b9eab VZ |
17795 | fi |
17796 | ||
5c0a20c3 VZ |
17797 | if test "x$wx_cv_lib_glibc21" = "xyes"; then |
17798 | if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then | |
e6cc62c6 | 17799 | cat >>confdefs.h <<\_ACEOF |
5c0a20c3 | 17800 | #define _GNU_SOURCE 1 |
e6cc62c6 | 17801 | _ACEOF |
5c0a20c3 VZ |
17802 | |
17803 | fi | |
17804 | fi | |
17805 | ||
8284b0c5 MB |
17806 | |
17807 | ||
21d1c967 GD |
17808 | REGEX_INCLUDE= |
17809 | if test "$wxUSE_REGEX" != "no"; then | |
e6cc62c6 | 17810 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 17811 | #define wxUSE_REGEX 1 |
e6cc62c6 | 17812 | _ACEOF |
698dcdb6 | 17813 | |
8284b0c5 | 17814 | |
21d1c967 | 17815 | if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then |
e6cc62c6 VS |
17816 | if test "${ac_cv_header_regex_h+set}" = set; then |
17817 | echo "$as_me:$LINENO: checking for regex.h" >&5 | |
17818 | echo $ECHO_N "checking for regex.h... $ECHO_C" >&6 | |
17819 | if test "${ac_cv_header_regex_h+set}" = set; then | |
17820 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17821 | fi | |
17822 | echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5 | |
17823 | echo "${ECHO_T}$ac_cv_header_regex_h" >&6 | |
17824 | else | |
17825 | # Is the header compilable? | |
17826 | echo "$as_me:$LINENO: checking regex.h usability" >&5 | |
17827 | echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6 | |
17828 | cat >conftest.$ac_ext <<_ACEOF | |
17829 | #line $LINENO "configure" | |
17830 | /* confdefs.h. */ | |
17831 | _ACEOF | |
17832 | cat confdefs.h >>conftest.$ac_ext | |
17833 | cat >>conftest.$ac_ext <<_ACEOF | |
17834 | /* end confdefs.h. */ | |
17835 | $ac_includes_default | |
247f5006 | 17836 | #include <regex.h> |
e6cc62c6 VS |
17837 | _ACEOF |
17838 | rm -f conftest.$ac_objext | |
17839 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
17840 | (eval $ac_compile) 2>&5 | |
17841 | ac_status=$? | |
17842 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17843 | (exit $ac_status); } && | |
17844 | { ac_try='test -s conftest.$ac_objext' | |
17845 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17846 | (eval $ac_try) 2>&5 | |
17847 | ac_status=$? | |
17848 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17849 | (exit $ac_status); }; }; then | |
17850 | ac_header_compiler=yes | |
17851 | else | |
17852 | echo "$as_me: failed program was:" >&5 | |
17853 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17854 | ||
17855 | ac_header_compiler=no | |
17856 | fi | |
17857 | rm -f conftest.$ac_objext conftest.$ac_ext | |
17858 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
17859 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
17860 | ||
17861 | # Is the header present? | |
17862 | echo "$as_me:$LINENO: checking regex.h presence" >&5 | |
17863 | echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6 | |
17864 | cat >conftest.$ac_ext <<_ACEOF | |
17865 | #line $LINENO "configure" | |
17866 | /* confdefs.h. */ | |
17867 | _ACEOF | |
17868 | cat confdefs.h >>conftest.$ac_ext | |
17869 | cat >>conftest.$ac_ext <<_ACEOF | |
17870 | /* end confdefs.h. */ | |
17871 | #include <regex.h> | |
17872 | _ACEOF | |
17873 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
17874 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
17875 | ac_status=$? | |
17876 | grep -v '^ *+' conftest.er1 >conftest.err | |
17877 | rm -f conftest.er1 | |
17878 | cat conftest.err >&5 | |
17879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17880 | (exit $ac_status); } >/dev/null; then | |
17881 | if test -s conftest.err; then | |
17882 | ac_cpp_err=$ac_c_preproc_warn_flag | |
17883 | else | |
17884 | ac_cpp_err= | |
17885 | fi | |
17886 | else | |
17887 | ac_cpp_err=yes | |
17888 | fi | |
17889 | if test -z "$ac_cpp_err"; then | |
17890 | ac_header_preproc=yes | |
17891 | else | |
17892 | echo "$as_me: failed program was:" >&5 | |
17893 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17894 | ||
17895 | ac_header_preproc=no | |
17896 | fi | |
17897 | rm -f conftest.err conftest.$ac_ext | |
17898 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
17899 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
17900 | ||
17901 | # So? What about this header? | |
17902 | case $ac_header_compiler:$ac_header_preproc in | |
17903 | yes:no ) | |
17904 | { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
17905 | echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
17906 | { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5 | |
17907 | echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;} | |
17908 | ( | |
17909 | cat <<\_ASBOX | |
17910 | ## ------------------------------------ ## | |
17911 | ## Report this to bug-autoconf@gnu.org. ## | |
17912 | ## ------------------------------------ ## | |
17913 | _ASBOX | |
17914 | ) | | |
17915 | sed "s/^/$as_me: WARNING: /" >&2 | |
17916 | ;; | |
17917 | no:yes ) | |
17918 | { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5 | |
17919 | echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;} | |
17920 | { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5 | |
17921 | echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;} | |
17922 | { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5 | |
17923 | echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;} | |
17924 | ( | |
17925 | cat <<\_ASBOX | |
17926 | ## ------------------------------------ ## | |
17927 | ## Report this to bug-autoconf@gnu.org. ## | |
17928 | ## ------------------------------------ ## | |
17929 | _ASBOX | |
17930 | ) | | |
17931 | sed "s/^/$as_me: WARNING: /" >&2 | |
17932 | ;; | |
17933 | esac | |
17934 | echo "$as_me:$LINENO: checking for regex.h" >&5 | |
17935 | echo $ECHO_N "checking for regex.h... $ECHO_C" >&6 | |
17936 | if test "${ac_cv_header_regex_h+set}" = set; then | |
17937 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17938 | else | |
17939 | ac_cv_header_regex_h=$ac_header_preproc | |
21d1c967 | 17940 | fi |
e6cc62c6 VS |
17941 | echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5 |
17942 | echo "${ECHO_T}$ac_cv_header_regex_h" >&6 | |
17943 | ||
698dcdb6 | 17944 | fi |
e6cc62c6 VS |
17945 | if test $ac_cv_header_regex_h = yes; then |
17946 | ||
17947 | for ac_func in regcomp | |
21d1c967 | 17948 | do |
e6cc62c6 VS |
17949 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
17950 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
17951 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
17952 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
17953 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17954 | else | |
17955 | cat >conftest.$ac_ext <<_ACEOF | |
17956 | #line $LINENO "configure" | |
17957 | /* confdefs.h. */ | |
17958 | _ACEOF | |
17959 | cat confdefs.h >>conftest.$ac_ext | |
17960 | cat >>conftest.$ac_ext <<_ACEOF | |
17961 | /* end confdefs.h. */ | |
a0b9e27f | 17962 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
17963 | which can conflict with char $ac_func (); below. |
17964 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
17965 | <limits.h> exists even on freestanding compilers. */ | |
17966 | #ifdef __STDC__ | |
17967 | # include <limits.h> | |
17968 | #else | |
17969 | # include <assert.h> | |
17970 | #endif | |
21d1c967 | 17971 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
17972 | #ifdef __cplusplus |
17973 | extern "C" | |
17974 | { | |
17975 | #endif | |
21d1c967 | 17976 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
17977 | builtin and then its argument prototype would still apply. */ |
17978 | char $ac_func (); | |
21d1c967 GD |
17979 | /* The GNU C library defines this for functions which it implements |
17980 | to always fail with ENOSYS. Some functions are actually named | |
17981 | something starting with __ and the normal name is an alias. */ | |
17982 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17983 | choke me | |
17984 | #else | |
e6cc62c6 VS |
17985 | char (*f) () = $ac_func; |
17986 | #endif | |
17987 | #ifdef __cplusplus | |
17988 | } | |
21d1c967 | 17989 | #endif |
90dd450c | 17990 | |
e6cc62c6 VS |
17991 | int |
17992 | main () | |
17993 | { | |
17994 | return f != $ac_func; | |
17995 | ; | |
17996 | return 0; | |
17997 | } | |
17998 | _ACEOF | |
17999 | rm -f conftest.$ac_objext conftest$ac_exeext | |
18000 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18001 | (eval $ac_link) 2>&5 | |
18002 | ac_status=$? | |
18003 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18004 | (exit $ac_status); } && | |
18005 | { ac_try='test -s conftest$ac_exeext' | |
18006 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18007 | (eval $ac_try) 2>&5 | |
18008 | ac_status=$? | |
18009 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18010 | (exit $ac_status); }; }; then | |
18011 | eval "$as_ac_var=yes" | |
18012 | else | |
18013 | echo "$as_me: failed program was:" >&5 | |
18014 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18015 | ||
18016 | eval "$as_ac_var=no" | |
18017 | fi | |
18018 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
18019 | fi | |
18020 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
18021 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
18022 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
18023 | cat >>confdefs.h <<_ACEOF | |
18024 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
18025 | _ACEOF | |
5c6fa7d2 | 18026 | |
698dcdb6 | 18027 | fi |
21d1c967 GD |
18028 | done |
18029 | ||
ab9b9eab VZ |
18030 | fi |
18031 | ||
8284b0c5 | 18032 | |
e6cc62c6 | 18033 | |
21d1c967 GD |
18034 | if test "x$ac_cv_func_regcomp" != "xyes"; then |
18035 | if test "$wxUSE_REGEX" = "sys" ; then | |
e6cc62c6 VS |
18036 | { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5 |
18037 | echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;} | |
18038 | { (exit 1); exit 1; }; } | |
21d1c967 | 18039 | else |
e6cc62c6 VS |
18040 | { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5 |
18041 | echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;} | |
21d1c967 GD |
18042 | wxUSE_REGEX=builtin |
18043 | fi | |
18044 | else | |
18045 | wxUSE_REGEX=sys | |
18046 | fi | |
ab9b9eab | 18047 | fi |
90dd450c | 18048 | |
21d1c967 GD |
18049 | if test "$wxUSE_REGEX" = "builtin" ; then |
18050 | REGEX_INCLUDE="-I\${top_srcdir}/src/regex" | |
90dd450c | 18051 | fi |
21d1c967 | 18052 | fi |
90dd450c | 18053 | |
8284b0c5 | 18054 | |
21d1c967 GD |
18055 | ZLIB_INCLUDE= |
18056 | ZLIB_LINK= | |
18057 | if test "$wxUSE_ZLIB" != "no" ; then | |
e6cc62c6 | 18058 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 18059 | #define wxUSE_ZLIB 1 |
e6cc62c6 | 18060 | _ACEOF |
21d1c967 | 18061 | |
8284b0c5 | 18062 | |
21d1c967 | 18063 | if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then |
d775acfa VZ |
18064 | if test "$USE_DARWIN" = 1; then |
18065 | system_zlib_h_ok="yes" | |
18066 | else | |
e6cc62c6 VS |
18067 | echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5 |
18068 | echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6 | |
18069 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
18070 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
d643b80e VZ |
18071 | else |
18072 | if test "$cross_compiling" = yes; then | |
89e6bf6d | 18073 | unset ac_cv_header_zlib_h |
e6cc62c6 | 18074 | |
d643b80e | 18075 | else |
e6cc62c6 VS |
18076 | cat >conftest.$ac_ext <<_ACEOF |
18077 | #line $LINENO "configure" | |
18078 | /* confdefs.h. */ | |
18079 | _ACEOF | |
18080 | cat confdefs.h >>conftest.$ac_ext | |
18081 | cat >>conftest.$ac_ext <<_ACEOF | |
18082 | /* end confdefs.h. */ | |
18083 | ||
ef33c576 | 18084 | #include <zlib.h> |
d775acfa | 18085 | #include <stdio.h> |
d643b80e | 18086 | |
d775acfa VZ |
18087 | int main() |
18088 | { | |
18089 | FILE *f=fopen("conftestval", "w"); | |
18090 | if (!f) exit(1); | |
18091 | fprintf(f, "%s", | |
18092 | ZLIB_VERSION[0] == '1' && | |
18093 | (ZLIB_VERSION[2] > '1' || | |
18094 | (ZLIB_VERSION[2] == '1' && | |
18095 | ZLIB_VERSION[4] >= '4')) ? "yes" : "no"); | |
18096 | exit(0); | |
18097 | } | |
e6cc62c6 VS |
18098 | |
18099 | _ACEOF | |
18100 | rm -f conftest$ac_exeext | |
18101 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18102 | (eval $ac_link) 2>&5 | |
18103 | ac_status=$? | |
18104 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18105 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
18106 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18107 | (eval $ac_try) 2>&5 | |
18108 | ac_status=$? | |
18109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18110 | (exit $ac_status); }; }; then | |
d643b80e VZ |
18111 | ac_cv_header_zlib_h=`cat conftestval` |
18112 | else | |
e6cc62c6 VS |
18113 | echo "$as_me: program exited with status $ac_status" >&5 |
18114 | echo "$as_me: failed program was:" >&5 | |
18115 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18116 | ||
18117 | ( exit $ac_status ) | |
18118 | ac_cv_header_zlib_h=no | |
d643b80e | 18119 | fi |
e6cc62c6 | 18120 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
d643b80e VZ |
18121 | fi |
18122 | ||
d643b80e | 18123 | fi |
e6cc62c6 VS |
18124 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 |
18125 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
18126 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
18127 | echo "$as_me:$LINENO: checking for zlib.h" >&5 | |
18128 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 | |
18129 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
18130 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18131 | fi | |
18132 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
18133 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
89e6bf6d | 18134 | else |
e6cc62c6 VS |
18135 | # Is the header compilable? |
18136 | echo "$as_me:$LINENO: checking zlib.h usability" >&5 | |
18137 | echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6 | |
18138 | cat >conftest.$ac_ext <<_ACEOF | |
18139 | #line $LINENO "configure" | |
18140 | /* confdefs.h. */ | |
18141 | _ACEOF | |
18142 | cat confdefs.h >>conftest.$ac_ext | |
18143 | cat >>conftest.$ac_ext <<_ACEOF | |
18144 | /* end confdefs.h. */ | |
18145 | $ac_includes_default | |
89e6bf6d | 18146 | #include <zlib.h> |
e6cc62c6 VS |
18147 | _ACEOF |
18148 | rm -f conftest.$ac_objext | |
18149 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
18150 | (eval $ac_compile) 2>&5 | |
18151 | ac_status=$? | |
18152 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18153 | (exit $ac_status); } && | |
18154 | { ac_try='test -s conftest.$ac_objext' | |
18155 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18156 | (eval $ac_try) 2>&5 | |
18157 | ac_status=$? | |
18158 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18159 | (exit $ac_status); }; }; then | |
18160 | ac_header_compiler=yes | |
18161 | else | |
18162 | echo "$as_me: failed program was:" >&5 | |
18163 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18164 | ||
18165 | ac_header_compiler=no | |
18166 | fi | |
18167 | rm -f conftest.$ac_objext conftest.$ac_ext | |
18168 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
18169 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
18170 | ||
18171 | # Is the header present? | |
18172 | echo "$as_me:$LINENO: checking zlib.h presence" >&5 | |
18173 | echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6 | |
18174 | cat >conftest.$ac_ext <<_ACEOF | |
18175 | #line $LINENO "configure" | |
18176 | /* confdefs.h. */ | |
18177 | _ACEOF | |
18178 | cat confdefs.h >>conftest.$ac_ext | |
18179 | cat >>conftest.$ac_ext <<_ACEOF | |
18180 | /* end confdefs.h. */ | |
18181 | #include <zlib.h> | |
18182 | _ACEOF | |
18183 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
18184 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
18185 | ac_status=$? | |
18186 | grep -v '^ *+' conftest.er1 >conftest.err | |
18187 | rm -f conftest.er1 | |
18188 | cat conftest.err >&5 | |
18189 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18190 | (exit $ac_status); } >/dev/null; then | |
18191 | if test -s conftest.err; then | |
18192 | ac_cpp_err=$ac_c_preproc_warn_flag | |
18193 | else | |
18194 | ac_cpp_err= | |
18195 | fi | |
18196 | else | |
18197 | ac_cpp_err=yes | |
18198 | fi | |
18199 | if test -z "$ac_cpp_err"; then | |
18200 | ac_header_preproc=yes | |
18201 | else | |
18202 | echo "$as_me: failed program was:" >&5 | |
18203 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18204 | ||
18205 | ac_header_preproc=no | |
18206 | fi | |
18207 | rm -f conftest.err conftest.$ac_ext | |
18208 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
18209 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
18210 | ||
18211 | # So? What about this header? | |
18212 | case $ac_header_compiler:$ac_header_preproc in | |
18213 | yes:no ) | |
18214 | { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
18215 | echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
18216 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 | |
18217 | echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} | |
18218 | ( | |
18219 | cat <<\_ASBOX | |
18220 | ## ------------------------------------ ## | |
18221 | ## Report this to bug-autoconf@gnu.org. ## | |
18222 | ## ------------------------------------ ## | |
18223 | _ASBOX | |
18224 | ) | | |
18225 | sed "s/^/$as_me: WARNING: /" >&2 | |
18226 | ;; | |
18227 | no:yes ) | |
18228 | { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 | |
18229 | echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} | |
18230 | { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 | |
18231 | echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} | |
18232 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 | |
18233 | echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} | |
18234 | ( | |
18235 | cat <<\_ASBOX | |
18236 | ## ------------------------------------ ## | |
18237 | ## Report this to bug-autoconf@gnu.org. ## | |
18238 | ## ------------------------------------ ## | |
18239 | _ASBOX | |
18240 | ) | | |
18241 | sed "s/^/$as_me: WARNING: /" >&2 | |
18242 | ;; | |
18243 | esac | |
18244 | echo "$as_me:$LINENO: checking for zlib.h" >&5 | |
18245 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 | |
18246 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
18247 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
89e6bf6d | 18248 | else |
e6cc62c6 VS |
18249 | ac_cv_header_zlib_h=$ac_header_preproc |
18250 | fi | |
18251 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
18252 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
18253 | ||
89e6bf6d VZ |
18254 | fi |
18255 | ||
d643b80e | 18256 | |
e6cc62c6 | 18257 | |
d775acfa VZ |
18258 | system_zlib_h_ok=$ac_cv_header_zlib_h |
18259 | fi | |
18260 | ||
18261 | if test "$system_zlib_h_ok" = "yes"; then | |
e6cc62c6 VS |
18262 | echo "$as_me:$LINENO: checking for deflate in -lz" >&5 |
18263 | echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6 | |
18264 | if test "${ac_cv_lib_z_deflate+set}" = set; then | |
18265 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 18266 | else |
e6cc62c6 | 18267 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 18268 | LIBS="-lz $LIBS" |
e6cc62c6 VS |
18269 | cat >conftest.$ac_ext <<_ACEOF |
18270 | #line $LINENO "configure" | |
18271 | /* confdefs.h. */ | |
18272 | _ACEOF | |
18273 | cat confdefs.h >>conftest.$ac_ext | |
18274 | cat >>conftest.$ac_ext <<_ACEOF | |
18275 | /* end confdefs.h. */ | |
18276 | ||
21d1c967 | 18277 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
18278 | #ifdef __cplusplus |
18279 | extern "C" | |
18280 | #endif | |
21d1c967 | 18281 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
18282 | builtin and then its argument prototype would still apply. */ |
18283 | char deflate (); | |
18284 | int | |
18285 | main () | |
18286 | { | |
18287 | deflate (); | |
18288 | ; | |
18289 | return 0; | |
18290 | } | |
18291 | _ACEOF | |
18292 | rm -f conftest.$ac_objext conftest$ac_exeext | |
18293 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18294 | (eval $ac_link) 2>&5 | |
18295 | ac_status=$? | |
18296 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18297 | (exit $ac_status); } && | |
18298 | { ac_try='test -s conftest$ac_exeext' | |
18299 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18300 | (eval $ac_try) 2>&5 | |
18301 | ac_status=$? | |
18302 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18303 | (exit $ac_status); }; }; then | |
18304 | ac_cv_lib_z_deflate=yes | |
18305 | else | |
18306 | echo "$as_me: failed program was:" >&5 | |
18307 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18308 | ||
18309 | ac_cv_lib_z_deflate=no | |
18310 | fi | |
18311 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
18312 | LIBS=$ac_check_lib_save_LIBS | |
18313 | fi | |
18314 | echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 | |
18315 | echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6 | |
18316 | if test $ac_cv_lib_z_deflate = yes; then | |
a0b9e27f | 18317 | ZLIB_LINK=" -lz" |
a0b9e27f | 18318 | fi |
698dcdb6 | 18319 | |
d643b80e | 18320 | fi |
247f5006 | 18321 | |
21d1c967 GD |
18322 | if test "x$ZLIB_LINK" = "x" ; then |
18323 | if test "$wxUSE_ZLIB" = "sys" ; then | |
e6cc62c6 VS |
18324 | { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5 |
18325 | echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;} | |
18326 | { (exit 1); exit 1; }; } | |
21d1c967 | 18327 | else |
e6cc62c6 VS |
18328 | { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5 |
18329 | echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;} | |
21d1c967 GD |
18330 | wxUSE_ZLIB=builtin |
18331 | fi | |
18332 | else | |
18333 | wxUSE_ZLIB=sys | |
18334 | fi | |
18335 | fi | |
18336 | ||
18337 | if test "$wxUSE_ZLIB" = "builtin" ; then | |
18338 | ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib" | |
18339 | fi | |
ab9b9eab VZ |
18340 | fi |
18341 | ||
8284b0c5 | 18342 | |
21d1c967 GD |
18343 | PNG_INCLUDE= |
18344 | PNG_LINK= | |
18345 | if test "$wxUSE_LIBPNG" != "no" ; then | |
e6cc62c6 | 18346 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 18347 | #define wxUSE_LIBPNG 1 |
e6cc62c6 | 18348 | _ACEOF |
90dd450c | 18349 | |
8284b0c5 | 18350 | |
21d1c967 | 18351 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then |
e6cc62c6 VS |
18352 | { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5 |
18353 | echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;} | |
21d1c967 GD |
18354 | wxUSE_LIBPNG=sys |
18355 | fi | |
90dd450c | 18356 | |
21d1c967 | 18357 | if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then |
e6cc62c6 VS |
18358 | { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5 |
18359 | echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;} | |
21d1c967 GD |
18360 | wxUSE_LIBPNG=builtin |
18361 | fi | |
18362 | ||
18363 | if test "$wxUSE_MGL" != 1 ; then | |
18364 | if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then | |
e6cc62c6 VS |
18365 | echo "$as_me:$LINENO: checking for png.h > 0.90" >&5 |
18366 | echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6 | |
18367 | if test "${ac_cv_header_png_h+set}" = set; then | |
18368 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5d3f766d VZ |
18369 | else |
18370 | if test "$cross_compiling" = yes; then | |
89e6bf6d | 18371 | unset ac_cv_header_png_h |
e6cc62c6 | 18372 | |
5d3f766d | 18373 | else |
e6cc62c6 VS |
18374 | cat >conftest.$ac_ext <<_ACEOF |
18375 | #line $LINENO "configure" | |
18376 | /* confdefs.h. */ | |
18377 | _ACEOF | |
18378 | cat confdefs.h >>conftest.$ac_ext | |
18379 | cat >>conftest.$ac_ext <<_ACEOF | |
18380 | /* end confdefs.h. */ | |
18381 | ||
ef33c576 | 18382 | #include <png.h> |
5d3f766d VZ |
18383 | #include <stdio.h> |
18384 | ||
18385 | int main() | |
18386 | { | |
18387 | FILE *f=fopen("conftestval", "w"); | |
18388 | if (!f) exit(1); | |
18389 | fprintf(f, "%s", | |
18390 | PNG_LIBPNG_VER > 90 ? "yes" : "no"); | |
18391 | exit(0); | |
18392 | } | |
e6cc62c6 VS |
18393 | |
18394 | _ACEOF | |
18395 | rm -f conftest$ac_exeext | |
18396 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18397 | (eval $ac_link) 2>&5 | |
18398 | ac_status=$? | |
18399 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18400 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
18401 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18402 | (eval $ac_try) 2>&5 | |
18403 | ac_status=$? | |
18404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18405 | (exit $ac_status); }; }; then | |
5d3f766d VZ |
18406 | ac_cv_header_png_h=`cat conftestval` |
18407 | else | |
e6cc62c6 VS |
18408 | echo "$as_me: program exited with status $ac_status" >&5 |
18409 | echo "$as_me: failed program was:" >&5 | |
18410 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18411 | ||
18412 | ( exit $ac_status ) | |
18413 | ac_cv_header_png_h=no | |
5d3f766d | 18414 | fi |
e6cc62c6 | 18415 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5d3f766d VZ |
18416 | fi |
18417 | ||
5d3f766d | 18418 | fi |
e6cc62c6 VS |
18419 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 |
18420 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
18421 | if test "${ac_cv_header_png_h+set}" = set; then | |
18422 | echo "$as_me:$LINENO: checking for png.h" >&5 | |
18423 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 | |
18424 | if test "${ac_cv_header_png_h+set}" = set; then | |
18425 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18426 | fi | |
18427 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
18428 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
89e6bf6d | 18429 | else |
e6cc62c6 VS |
18430 | # Is the header compilable? |
18431 | echo "$as_me:$LINENO: checking png.h usability" >&5 | |
18432 | echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 | |
18433 | cat >conftest.$ac_ext <<_ACEOF | |
18434 | #line $LINENO "configure" | |
18435 | /* confdefs.h. */ | |
18436 | _ACEOF | |
18437 | cat confdefs.h >>conftest.$ac_ext | |
18438 | cat >>conftest.$ac_ext <<_ACEOF | |
18439 | /* end confdefs.h. */ | |
18440 | $ac_includes_default | |
89e6bf6d | 18441 | #include <png.h> |
e6cc62c6 VS |
18442 | _ACEOF |
18443 | rm -f conftest.$ac_objext | |
18444 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
18445 | (eval $ac_compile) 2>&5 | |
18446 | ac_status=$? | |
18447 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18448 | (exit $ac_status); } && | |
18449 | { ac_try='test -s conftest.$ac_objext' | |
18450 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18451 | (eval $ac_try) 2>&5 | |
18452 | ac_status=$? | |
18453 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18454 | (exit $ac_status); }; }; then | |
18455 | ac_header_compiler=yes | |
18456 | else | |
18457 | echo "$as_me: failed program was:" >&5 | |
18458 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18459 | ||
18460 | ac_header_compiler=no | |
18461 | fi | |
18462 | rm -f conftest.$ac_objext conftest.$ac_ext | |
18463 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
18464 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
18465 | ||
18466 | # Is the header present? | |
18467 | echo "$as_me:$LINENO: checking png.h presence" >&5 | |
18468 | echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 | |
18469 | cat >conftest.$ac_ext <<_ACEOF | |
18470 | #line $LINENO "configure" | |
18471 | /* confdefs.h. */ | |
18472 | _ACEOF | |
18473 | cat confdefs.h >>conftest.$ac_ext | |
18474 | cat >>conftest.$ac_ext <<_ACEOF | |
18475 | /* end confdefs.h. */ | |
18476 | #include <png.h> | |
18477 | _ACEOF | |
18478 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
18479 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
18480 | ac_status=$? | |
18481 | grep -v '^ *+' conftest.er1 >conftest.err | |
18482 | rm -f conftest.er1 | |
18483 | cat conftest.err >&5 | |
18484 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18485 | (exit $ac_status); } >/dev/null; then | |
18486 | if test -s conftest.err; then | |
18487 | ac_cpp_err=$ac_c_preproc_warn_flag | |
18488 | else | |
18489 | ac_cpp_err= | |
18490 | fi | |
18491 | else | |
18492 | ac_cpp_err=yes | |
18493 | fi | |
18494 | if test -z "$ac_cpp_err"; then | |
18495 | ac_header_preproc=yes | |
18496 | else | |
18497 | echo "$as_me: failed program was:" >&5 | |
18498 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18499 | ||
18500 | ac_header_preproc=no | |
18501 | fi | |
18502 | rm -f conftest.err conftest.$ac_ext | |
18503 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
18504 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
18505 | ||
18506 | # So? What about this header? | |
18507 | case $ac_header_compiler:$ac_header_preproc in | |
18508 | yes:no ) | |
18509 | { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
18510 | echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
18511 | { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 | |
18512 | echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;} | |
18513 | ( | |
18514 | cat <<\_ASBOX | |
18515 | ## ------------------------------------ ## | |
18516 | ## Report this to bug-autoconf@gnu.org. ## | |
18517 | ## ------------------------------------ ## | |
18518 | _ASBOX | |
18519 | ) | | |
18520 | sed "s/^/$as_me: WARNING: /" >&2 | |
18521 | ;; | |
18522 | no:yes ) | |
18523 | { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5 | |
18524 | echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} | |
18525 | { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5 | |
18526 | echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} | |
18527 | { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 | |
18528 | echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;} | |
18529 | ( | |
18530 | cat <<\_ASBOX | |
18531 | ## ------------------------------------ ## | |
18532 | ## Report this to bug-autoconf@gnu.org. ## | |
18533 | ## ------------------------------------ ## | |
18534 | _ASBOX | |
18535 | ) | | |
18536 | sed "s/^/$as_me: WARNING: /" >&2 | |
18537 | ;; | |
18538 | esac | |
18539 | echo "$as_me:$LINENO: checking for png.h" >&5 | |
18540 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 | |
18541 | if test "${ac_cv_header_png_h+set}" = set; then | |
18542 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
89e6bf6d | 18543 | else |
e6cc62c6 VS |
18544 | ac_cv_header_png_h=$ac_header_preproc |
18545 | fi | |
18546 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
18547 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
18548 | ||
89e6bf6d VZ |
18549 | fi |
18550 | ||
5d3f766d | 18551 | |
e6cc62c6 | 18552 | |
5d3f766d | 18553 | if test "$ac_cv_header_png_h" = "yes"; then |
e6cc62c6 VS |
18554 | echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5 |
18555 | echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6 | |
18556 | if test "${ac_cv_lib_png_png_check_sig+set}" = set; then | |
18557 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 18558 | else |
e6cc62c6 | 18559 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 18560 | LIBS="-lpng -lz -lm $LIBS" |
e6cc62c6 VS |
18561 | cat >conftest.$ac_ext <<_ACEOF |
18562 | #line $LINENO "configure" | |
18563 | /* confdefs.h. */ | |
18564 | _ACEOF | |
18565 | cat confdefs.h >>conftest.$ac_ext | |
18566 | cat >>conftest.$ac_ext <<_ACEOF | |
18567 | /* end confdefs.h. */ | |
18568 | ||
21d1c967 | 18569 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
18570 | #ifdef __cplusplus |
18571 | extern "C" | |
18572 | #endif | |
21d1c967 | 18573 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
18574 | builtin and then its argument prototype would still apply. */ |
18575 | char png_check_sig (); | |
18576 | int | |
18577 | main () | |
18578 | { | |
18579 | png_check_sig (); | |
18580 | ; | |
18581 | return 0; | |
18582 | } | |
18583 | _ACEOF | |
18584 | rm -f conftest.$ac_objext conftest$ac_exeext | |
18585 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18586 | (eval $ac_link) 2>&5 | |
18587 | ac_status=$? | |
18588 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18589 | (exit $ac_status); } && | |
18590 | { ac_try='test -s conftest$ac_exeext' | |
18591 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18592 | (eval $ac_try) 2>&5 | |
18593 | ac_status=$? | |
18594 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18595 | (exit $ac_status); }; }; then | |
18596 | ac_cv_lib_png_png_check_sig=yes | |
18597 | else | |
18598 | echo "$as_me: failed program was:" >&5 | |
18599 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18600 | ||
18601 | ac_cv_lib_png_png_check_sig=no | |
18602 | fi | |
18603 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
18604 | LIBS=$ac_check_lib_save_LIBS | |
18605 | fi | |
18606 | echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5 | |
18607 | echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6 | |
18608 | if test $ac_cv_lib_png_png_check_sig = yes; then | |
a0b9e27f | 18609 | PNG_LINK=" -lpng" |
a0b9e27f | 18610 | fi |
90dd450c | 18611 | |
5d3f766d | 18612 | fi |
247f5006 | 18613 | |
21d1c967 GD |
18614 | if test "x$PNG_LINK" = "x" ; then |
18615 | if test "$wxUSE_LIBPNG" = "sys" ; then | |
e6cc62c6 VS |
18616 | { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5 |
18617 | echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;} | |
18618 | { (exit 1); exit 1; }; } | |
21d1c967 | 18619 | else |
e6cc62c6 VS |
18620 | { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5 |
18621 | echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;} | |
21d1c967 GD |
18622 | wxUSE_LIBPNG=builtin |
18623 | fi | |
18624 | else | |
2b5f62a0 | 18625 | wxUSE_LIBPNG=sys |
21d1c967 GD |
18626 | fi |
18627 | fi | |
18628 | fi | |
90dd450c | 18629 | |
21d1c967 GD |
18630 | if test "$wxUSE_LIBPNG" = "builtin" ; then |
18631 | PNG_INCLUDE="-I\${top_srcdir}/src/png" | |
18632 | fi | |
90dd450c | 18633 | |
21d1c967 | 18634 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" |
90dd450c VZ |
18635 | fi |
18636 | ||
8284b0c5 | 18637 | |
21d1c967 GD |
18638 | JPEG_INCLUDE= |
18639 | JPEG_LINK= | |
18640 | if test "$wxUSE_LIBJPEG" != "no" ; then | |
e6cc62c6 | 18641 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 18642 | #define wxUSE_LIBJPEG 1 |
e6cc62c6 | 18643 | _ACEOF |
90dd450c | 18644 | |
8284b0c5 | 18645 | |
21d1c967 | 18646 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then |
e6cc62c6 VS |
18647 | { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5 |
18648 | echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;} | |
21d1c967 GD |
18649 | wxUSE_LIBJPEG=sys |
18650 | fi | |
90dd450c | 18651 | |
21d1c967 GD |
18652 | if test "$wxUSE_MGL" != 1 ; then |
18653 | if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then | |
e6cc62c6 VS |
18654 | echo "$as_me:$LINENO: checking for jpeglib.h" >&5 |
18655 | echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6 | |
18656 | if test "${ac_cv_header_jpeglib_h+set}" = set; then | |
18657 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18658 | else | |
18659 | cat >conftest.$ac_ext <<_ACEOF | |
18660 | #line $LINENO "configure" | |
18661 | /* confdefs.h. */ | |
18662 | _ACEOF | |
18663 | cat confdefs.h >>conftest.$ac_ext | |
18664 | cat >>conftest.$ac_ext <<_ACEOF | |
18665 | /* end confdefs.h. */ | |
90dd450c | 18666 | |
21d1c967 GD |
18667 | #undef HAVE_STDLIB_H |
18668 | #include <stdio.h> | |
18669 | #include <jpeglib.h> | |
90dd450c | 18670 | |
e6cc62c6 VS |
18671 | int |
18672 | main () | |
18673 | { | |
18674 | ||
18675 | ||
18676 | ; | |
18677 | return 0; | |
18678 | } | |
18679 | _ACEOF | |
18680 | rm -f conftest.$ac_objext | |
18681 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
18682 | (eval $ac_compile) 2>&5 | |
18683 | ac_status=$? | |
18684 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18685 | (exit $ac_status); } && | |
18686 | { ac_try='test -s conftest.$ac_objext' | |
18687 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18688 | (eval $ac_try) 2>&5 | |
18689 | ac_status=$? | |
18690 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18691 | (exit $ac_status); }; }; then | |
21d1c967 | 18692 | ac_cv_header_jpeglib_h=yes |
90dd450c | 18693 | else |
e6cc62c6 VS |
18694 | echo "$as_me: failed program was:" >&5 |
18695 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18696 | ||
18697 | ac_cv_header_jpeglib_h=no | |
18698 | ||
90dd450c | 18699 | fi |
e6cc62c6 VS |
18700 | rm -f conftest.$ac_objext conftest.$ac_ext |
18701 | ||
90dd450c VZ |
18702 | fi |
18703 | ||
e6cc62c6 VS |
18704 | echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5 |
18705 | echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6 | |
90dd450c | 18706 | |
21d1c967 | 18707 | if test "$ac_cv_header_jpeglib_h" = "yes"; then |
e6cc62c6 VS |
18708 | echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5 |
18709 | echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6 | |
18710 | if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then | |
18711 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 18712 | else |
e6cc62c6 | 18713 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 18714 | LIBS="-ljpeg $LIBS" |
e6cc62c6 VS |
18715 | cat >conftest.$ac_ext <<_ACEOF |
18716 | #line $LINENO "configure" | |
18717 | /* confdefs.h. */ | |
18718 | _ACEOF | |
18719 | cat confdefs.h >>conftest.$ac_ext | |
18720 | cat >>conftest.$ac_ext <<_ACEOF | |
18721 | /* end confdefs.h. */ | |
18722 | ||
21d1c967 | 18723 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
18724 | #ifdef __cplusplus |
18725 | extern "C" | |
18726 | #endif | |
21d1c967 | 18727 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
18728 | builtin and then its argument prototype would still apply. */ |
18729 | char jpeg_read_header (); | |
18730 | int | |
18731 | main () | |
18732 | { | |
18733 | jpeg_read_header (); | |
18734 | ; | |
18735 | return 0; | |
18736 | } | |
18737 | _ACEOF | |
18738 | rm -f conftest.$ac_objext conftest$ac_exeext | |
18739 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18740 | (eval $ac_link) 2>&5 | |
18741 | ac_status=$? | |
18742 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18743 | (exit $ac_status); } && | |
18744 | { ac_try='test -s conftest$ac_exeext' | |
18745 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18746 | (eval $ac_try) 2>&5 | |
18747 | ac_status=$? | |
18748 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18749 | (exit $ac_status); }; }; then | |
18750 | ac_cv_lib_jpeg_jpeg_read_header=yes | |
18751 | else | |
18752 | echo "$as_me: failed program was:" >&5 | |
18753 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18754 | ||
18755 | ac_cv_lib_jpeg_jpeg_read_header=no | |
18756 | fi | |
18757 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
18758 | LIBS=$ac_check_lib_save_LIBS | |
18759 | fi | |
18760 | echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5 | |
18761 | echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6 | |
18762 | if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then | |
21d1c967 | 18763 | JPEG_LINK=" -ljpeg" |
90dd450c VZ |
18764 | fi |
18765 | ||
21d1c967 | 18766 | fi |
90dd450c | 18767 | |
21d1c967 GD |
18768 | if test "x$JPEG_LINK" = "x" ; then |
18769 | if test "$wxUSE_LIBJPEG" = "sys" ; then | |
e6cc62c6 VS |
18770 | { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5 |
18771 | echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;} | |
18772 | { (exit 1); exit 1; }; } | |
21d1c967 | 18773 | else |
e6cc62c6 VS |
18774 | { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5 |
18775 | echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;} | |
21d1c967 GD |
18776 | wxUSE_LIBJPEG=builtin |
18777 | fi | |
18778 | else | |
18779 | wxUSE_LIBJPEG=sys | |
18780 | fi | |
18781 | fi | |
18782 | fi | |
90dd450c | 18783 | |
21d1c967 GD |
18784 | if test "$wxUSE_LIBJPEG" = "builtin" ; then |
18785 | JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg" | |
18786 | fi | |
18787 | fi | |
90dd450c | 18788 | |
8284b0c5 | 18789 | |
21d1c967 GD |
18790 | TIFF_INCLUDE= |
18791 | TIFF_LINK= | |
2b5f62a0 | 18792 | TIFF_PREREQ_LINKS=-lm |
21d1c967 | 18793 | if test "$wxUSE_LIBTIFF" != "no" ; then |
e6cc62c6 | 18794 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 18795 | #define wxUSE_LIBTIFF 1 |
e6cc62c6 | 18796 | _ACEOF |
21d1c967 | 18797 | |
8284b0c5 | 18798 | |
21d1c967 | 18799 | if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then |
2b5f62a0 VZ |
18800 | if test "$wxUSE_LIBJPEG" = "sys"; then |
18801 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK" | |
18802 | fi | |
18803 | if test "$wxUSE_ZLIB" = "sys"; then | |
18804 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK" | |
18805 | fi | |
e6cc62c6 VS |
18806 | if test "${ac_cv_header_tiffio_h+set}" = set; then |
18807 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | |
18808 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | |
18809 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
18810 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18811 | fi | |
18812 | echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 | |
18813 | echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 | |
18814 | else | |
18815 | # Is the header compilable? | |
18816 | echo "$as_me:$LINENO: checking tiffio.h usability" >&5 | |
18817 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 | |
18818 | cat >conftest.$ac_ext <<_ACEOF | |
18819 | #line $LINENO "configure" | |
18820 | /* confdefs.h. */ | |
18821 | _ACEOF | |
18822 | cat confdefs.h >>conftest.$ac_ext | |
18823 | cat >>conftest.$ac_ext <<_ACEOF | |
18824 | /* end confdefs.h. */ | |
18825 | $ac_includes_default | |
247f5006 | 18826 | #include <tiffio.h> |
e6cc62c6 VS |
18827 | _ACEOF |
18828 | rm -f conftest.$ac_objext | |
18829 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
18830 | (eval $ac_compile) 2>&5 | |
18831 | ac_status=$? | |
18832 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18833 | (exit $ac_status); } && | |
18834 | { ac_try='test -s conftest.$ac_objext' | |
18835 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18836 | (eval $ac_try) 2>&5 | |
18837 | ac_status=$? | |
18838 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18839 | (exit $ac_status); }; }; then | |
18840 | ac_header_compiler=yes | |
18841 | else | |
18842 | echo "$as_me: failed program was:" >&5 | |
18843 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18844 | ||
18845 | ac_header_compiler=no | |
18846 | fi | |
18847 | rm -f conftest.$ac_objext conftest.$ac_ext | |
18848 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
18849 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
18850 | ||
18851 | # Is the header present? | |
18852 | echo "$as_me:$LINENO: checking tiffio.h presence" >&5 | |
18853 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 | |
18854 | cat >conftest.$ac_ext <<_ACEOF | |
18855 | #line $LINENO "configure" | |
18856 | /* confdefs.h. */ | |
18857 | _ACEOF | |
18858 | cat confdefs.h >>conftest.$ac_ext | |
18859 | cat >>conftest.$ac_ext <<_ACEOF | |
18860 | /* end confdefs.h. */ | |
18861 | #include <tiffio.h> | |
18862 | _ACEOF | |
18863 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
18864 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
18865 | ac_status=$? | |
18866 | grep -v '^ *+' conftest.er1 >conftest.err | |
18867 | rm -f conftest.er1 | |
18868 | cat conftest.err >&5 | |
18869 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18870 | (exit $ac_status); } >/dev/null; then | |
18871 | if test -s conftest.err; then | |
18872 | ac_cpp_err=$ac_c_preproc_warn_flag | |
18873 | else | |
18874 | ac_cpp_err= | |
18875 | fi | |
18876 | else | |
18877 | ac_cpp_err=yes | |
18878 | fi | |
18879 | if test -z "$ac_cpp_err"; then | |
18880 | ac_header_preproc=yes | |
18881 | else | |
18882 | echo "$as_me: failed program was:" >&5 | |
18883 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18884 | ||
18885 | ac_header_preproc=no | |
18886 | fi | |
18887 | rm -f conftest.err conftest.$ac_ext | |
18888 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
18889 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
18890 | ||
18891 | # So? What about this header? | |
18892 | case $ac_header_compiler:$ac_header_preproc in | |
18893 | yes:no ) | |
18894 | { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
18895 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
18896 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 | |
18897 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} | |
18898 | ( | |
18899 | cat <<\_ASBOX | |
18900 | ## ------------------------------------ ## | |
18901 | ## Report this to bug-autoconf@gnu.org. ## | |
18902 | ## ------------------------------------ ## | |
18903 | _ASBOX | |
18904 | ) | | |
18905 | sed "s/^/$as_me: WARNING: /" >&2 | |
18906 | ;; | |
18907 | no:yes ) | |
18908 | { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 | |
18909 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} | |
18910 | { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 | |
18911 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} | |
18912 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 | |
18913 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} | |
18914 | ( | |
18915 | cat <<\_ASBOX | |
18916 | ## ------------------------------------ ## | |
18917 | ## Report this to bug-autoconf@gnu.org. ## | |
18918 | ## ------------------------------------ ## | |
18919 | _ASBOX | |
18920 | ) | | |
18921 | sed "s/^/$as_me: WARNING: /" >&2 | |
18922 | ;; | |
18923 | esac | |
18924 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | |
18925 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | |
18926 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
18927 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18928 | else | |
18929 | ac_cv_header_tiffio_h=$ac_header_preproc | |
21d1c967 | 18930 | fi |
e6cc62c6 VS |
18931 | echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 |
18932 | echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 | |
18933 | ||
21d1c967 | 18934 | fi |
e6cc62c6 VS |
18935 | if test $ac_cv_header_tiffio_h = yes; then |
18936 | echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5 | |
18937 | echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6 | |
18938 | if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then | |
18939 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
698dcdb6 | 18940 | else |
e6cc62c6 | 18941 | ac_check_lib_save_LIBS=$LIBS |
2b5f62a0 | 18942 | LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS" |
e6cc62c6 VS |
18943 | cat >conftest.$ac_ext <<_ACEOF |
18944 | #line $LINENO "configure" | |
18945 | /* confdefs.h. */ | |
18946 | _ACEOF | |
18947 | cat confdefs.h >>conftest.$ac_ext | |
18948 | cat >>conftest.$ac_ext <<_ACEOF | |
18949 | /* end confdefs.h. */ | |
18950 | ||
ab9b9eab | 18951 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
18952 | #ifdef __cplusplus |
18953 | extern "C" | |
18954 | #endif | |
ab9b9eab | 18955 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
18956 | builtin and then its argument prototype would still apply. */ |
18957 | char TIFFError (); | |
18958 | int | |
18959 | main () | |
18960 | { | |
18961 | TIFFError (); | |
18962 | ; | |
18963 | return 0; | |
18964 | } | |
18965 | _ACEOF | |
18966 | rm -f conftest.$ac_objext conftest$ac_exeext | |
18967 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18968 | (eval $ac_link) 2>&5 | |
18969 | ac_status=$? | |
18970 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18971 | (exit $ac_status); } && | |
18972 | { ac_try='test -s conftest$ac_exeext' | |
18973 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18974 | (eval $ac_try) 2>&5 | |
18975 | ac_status=$? | |
18976 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18977 | (exit $ac_status); }; }; then | |
18978 | ac_cv_lib_tiff_TIFFError=yes | |
18979 | else | |
18980 | echo "$as_me: failed program was:" >&5 | |
18981 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18982 | ||
18983 | ac_cv_lib_tiff_TIFFError=no | |
18984 | fi | |
18985 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
18986 | LIBS=$ac_check_lib_save_LIBS | |
18987 | fi | |
18988 | echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5 | |
18989 | echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6 | |
18990 | if test $ac_cv_lib_tiff_TIFFError = yes; then | |
a0b9e27f | 18991 | TIFF_LINK=" -ltiff" |
a0b9e27f | 18992 | fi |
cd6d6d5b | 18993 | |
e6cc62c6 | 18994 | |
a0b9e27f | 18995 | fi |
8284b0c5 | 18996 | |
247f5006 | 18997 | |
e6cc62c6 | 18998 | |
21d1c967 GD |
18999 | if test "x$TIFF_LINK" = "x" ; then |
19000 | if test "$wxUSE_LIBTIFF" = "sys" ; then | |
e6cc62c6 VS |
19001 | { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5 |
19002 | echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;} | |
19003 | { (exit 1); exit 1; }; } | |
90dd450c | 19004 | else |
e6cc62c6 VS |
19005 | { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5 |
19006 | echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;} | |
21d1c967 | 19007 | wxUSE_LIBTIFF=builtin |
d8356fa3 | 19008 | fi |
d8356fa3 | 19009 | else |
21d1c967 | 19010 | wxUSE_LIBTIFF=sys |
d8356fa3 | 19011 | fi |
21d1c967 | 19012 | fi |
d8356fa3 | 19013 | |
21d1c967 GD |
19014 | if test "$wxUSE_LIBTIFF" = "builtin" ; then |
19015 | TIFF_INCLUDE="-I\${top_srcdir}/src/tiff" | |
1e6feb95 | 19016 | fi |
21d1c967 | 19017 | fi |
10f2d63a | 19018 | |
8284b0c5 | 19019 | |
21d1c967 | 19020 | AFMINSTALL= |
2b5f62a0 | 19021 | WIN32INSTALL= |
90dd450c | 19022 | |
21d1c967 GD |
19023 | TOOLKIT= |
19024 | TOOLKIT_INCLUDE= | |
19025 | WIDGET_SET= | |
19026 | ||
19027 | if test "$USE_WIN32" = 1 ; then | |
e6cc62c6 VS |
19028 | |
19029 | for ac_header in w32api.h | |
21d1c967 | 19030 | do |
e6cc62c6 VS |
19031 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
19032 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
19033 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
19034 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
19035 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
19036 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19037 | fi | |
19038 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
19039 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
19040 | else | |
19041 | # Is the header compilable? | |
19042 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
19043 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
19044 | cat >conftest.$ac_ext <<_ACEOF | |
19045 | #line $LINENO "configure" | |
19046 | /* confdefs.h. */ | |
19047 | _ACEOF | |
19048 | cat confdefs.h >>conftest.$ac_ext | |
19049 | cat >>conftest.$ac_ext <<_ACEOF | |
19050 | /* end confdefs.h. */ | |
19051 | $ac_includes_default | |
19052 | #include <$ac_header> | |
19053 | _ACEOF | |
19054 | rm -f conftest.$ac_objext | |
19055 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19056 | (eval $ac_compile) 2>&5 | |
19057 | ac_status=$? | |
19058 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19059 | (exit $ac_status); } && | |
19060 | { ac_try='test -s conftest.$ac_objext' | |
19061 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19062 | (eval $ac_try) 2>&5 | |
19063 | ac_status=$? | |
19064 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19065 | (exit $ac_status); }; }; then | |
19066 | ac_header_compiler=yes | |
19067 | else | |
19068 | echo "$as_me: failed program was:" >&5 | |
19069 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19070 | ||
19071 | ac_header_compiler=no | |
19072 | fi | |
19073 | rm -f conftest.$ac_objext conftest.$ac_ext | |
19074 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
19075 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
19076 | ||
19077 | # Is the header present? | |
19078 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
19079 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
19080 | cat >conftest.$ac_ext <<_ACEOF | |
19081 | #line $LINENO "configure" | |
19082 | /* confdefs.h. */ | |
19083 | _ACEOF | |
19084 | cat confdefs.h >>conftest.$ac_ext | |
19085 | cat >>conftest.$ac_ext <<_ACEOF | |
19086 | /* end confdefs.h. */ | |
19087 | #include <$ac_header> | |
19088 | _ACEOF | |
19089 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
19090 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
19091 | ac_status=$? | |
19092 | grep -v '^ *+' conftest.er1 >conftest.err | |
19093 | rm -f conftest.er1 | |
19094 | cat conftest.err >&5 | |
19095 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19096 | (exit $ac_status); } >/dev/null; then | |
19097 | if test -s conftest.err; then | |
19098 | ac_cpp_err=$ac_c_preproc_warn_flag | |
19099 | else | |
19100 | ac_cpp_err= | |
19101 | fi | |
19102 | else | |
19103 | ac_cpp_err=yes | |
19104 | fi | |
19105 | if test -z "$ac_cpp_err"; then | |
19106 | ac_header_preproc=yes | |
19107 | else | |
19108 | echo "$as_me: failed program was:" >&5 | |
19109 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19110 | ||
19111 | ac_header_preproc=no | |
19112 | fi | |
19113 | rm -f conftest.err conftest.$ac_ext | |
19114 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
19115 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
19116 | ||
19117 | # So? What about this header? | |
19118 | case $ac_header_compiler:$ac_header_preproc in | |
19119 | yes:no ) | |
19120 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
19121 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
19122 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
19123 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
19124 | ( | |
19125 | cat <<\_ASBOX | |
19126 | ## ------------------------------------ ## | |
19127 | ## Report this to bug-autoconf@gnu.org. ## | |
19128 | ## ------------------------------------ ## | |
19129 | _ASBOX | |
19130 | ) | | |
19131 | sed "s/^/$as_me: WARNING: /" >&2 | |
19132 | ;; | |
19133 | no:yes ) | |
19134 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
19135 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
19136 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
19137 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
19138 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
19139 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
19140 | ( | |
19141 | cat <<\_ASBOX | |
19142 | ## ------------------------------------ ## | |
19143 | ## Report this to bug-autoconf@gnu.org. ## | |
19144 | ## ------------------------------------ ## | |
19145 | _ASBOX | |
19146 | ) | | |
19147 | sed "s/^/$as_me: WARNING: /" >&2 | |
19148 | ;; | |
19149 | esac | |
19150 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
19151 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
19152 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
19153 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19154 | else | |
19155 | eval "$as_ac_Header=$ac_header_preproc" | |
f79bd02d | 19156 | fi |
e6cc62c6 VS |
19157 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
19158 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
19159 | ||
21d1c967 | 19160 | fi |
e6cc62c6 VS |
19161 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
19162 | cat >>confdefs.h <<_ACEOF | |
19163 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
19164 | _ACEOF | |
19165 | ||
21d1c967 | 19166 | fi |
e6cc62c6 | 19167 | |
21d1c967 | 19168 | done |
f79bd02d | 19169 | |
e6cc62c6 VS |
19170 | if test "${ac_cv_header_windows_h+set}" = set; then |
19171 | echo "$as_me:$LINENO: checking for windows.h" >&5 | |
19172 | echo $ECHO_N "checking for windows.h... $ECHO_C" >&6 | |
19173 | if test "${ac_cv_header_windows_h+set}" = set; then | |
19174 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19175 | fi | |
19176 | echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5 | |
19177 | echo "${ECHO_T}$ac_cv_header_windows_h" >&6 | |
19178 | else | |
19179 | # Is the header compilable? | |
19180 | echo "$as_me:$LINENO: checking windows.h usability" >&5 | |
19181 | echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6 | |
19182 | cat >conftest.$ac_ext <<_ACEOF | |
19183 | #line $LINENO "configure" | |
19184 | /* confdefs.h. */ | |
19185 | _ACEOF | |
19186 | cat confdefs.h >>conftest.$ac_ext | |
19187 | cat >>conftest.$ac_ext <<_ACEOF | |
19188 | /* end confdefs.h. */ | |
19189 | $ac_includes_default | |
247f5006 | 19190 | #include <windows.h> |
e6cc62c6 VS |
19191 | _ACEOF |
19192 | rm -f conftest.$ac_objext | |
19193 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19194 | (eval $ac_compile) 2>&5 | |
19195 | ac_status=$? | |
19196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19197 | (exit $ac_status); } && | |
19198 | { ac_try='test -s conftest.$ac_objext' | |
19199 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19200 | (eval $ac_try) 2>&5 | |
19201 | ac_status=$? | |
19202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19203 | (exit $ac_status); }; }; then | |
19204 | ac_header_compiler=yes | |
19205 | else | |
19206 | echo "$as_me: failed program was:" >&5 | |
19207 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19208 | ||
19209 | ac_header_compiler=no | |
19210 | fi | |
19211 | rm -f conftest.$ac_objext conftest.$ac_ext | |
19212 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
19213 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
19214 | ||
19215 | # Is the header present? | |
19216 | echo "$as_me:$LINENO: checking windows.h presence" >&5 | |
19217 | echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6 | |
19218 | cat >conftest.$ac_ext <<_ACEOF | |
19219 | #line $LINENO "configure" | |
19220 | /* confdefs.h. */ | |
19221 | _ACEOF | |
19222 | cat confdefs.h >>conftest.$ac_ext | |
19223 | cat >>conftest.$ac_ext <<_ACEOF | |
19224 | /* end confdefs.h. */ | |
19225 | #include <windows.h> | |
19226 | _ACEOF | |
19227 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
19228 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
19229 | ac_status=$? | |
19230 | grep -v '^ *+' conftest.er1 >conftest.err | |
19231 | rm -f conftest.er1 | |
19232 | cat conftest.err >&5 | |
19233 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19234 | (exit $ac_status); } >/dev/null; then | |
19235 | if test -s conftest.err; then | |
19236 | ac_cpp_err=$ac_c_preproc_warn_flag | |
19237 | else | |
19238 | ac_cpp_err= | |
19239 | fi | |
19240 | else | |
19241 | ac_cpp_err=yes | |
19242 | fi | |
19243 | if test -z "$ac_cpp_err"; then | |
19244 | ac_header_preproc=yes | |
19245 | else | |
19246 | echo "$as_me: failed program was:" >&5 | |
19247 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19248 | ||
19249 | ac_header_preproc=no | |
19250 | fi | |
19251 | rm -f conftest.err conftest.$ac_ext | |
19252 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
19253 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
19254 | ||
19255 | # So? What about this header? | |
19256 | case $ac_header_compiler:$ac_header_preproc in | |
19257 | yes:no ) | |
19258 | { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
19259 | echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
19260 | { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5 | |
19261 | echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;} | |
19262 | ( | |
19263 | cat <<\_ASBOX | |
19264 | ## ------------------------------------ ## | |
19265 | ## Report this to bug-autoconf@gnu.org. ## | |
19266 | ## ------------------------------------ ## | |
19267 | _ASBOX | |
19268 | ) | | |
19269 | sed "s/^/$as_me: WARNING: /" >&2 | |
19270 | ;; | |
19271 | no:yes ) | |
19272 | { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5 | |
19273 | echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;} | |
19274 | { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5 | |
19275 | echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;} | |
19276 | { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5 | |
19277 | echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;} | |
19278 | ( | |
19279 | cat <<\_ASBOX | |
19280 | ## ------------------------------------ ## | |
19281 | ## Report this to bug-autoconf@gnu.org. ## | |
19282 | ## ------------------------------------ ## | |
19283 | _ASBOX | |
19284 | ) | | |
19285 | sed "s/^/$as_me: WARNING: /" >&2 | |
19286 | ;; | |
19287 | esac | |
19288 | echo "$as_me:$LINENO: checking for windows.h" >&5 | |
19289 | echo $ECHO_N "checking for windows.h... $ECHO_C" >&6 | |
19290 | if test "${ac_cv_header_windows_h+set}" = set; then | |
19291 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19292 | else | |
19293 | ac_cv_header_windows_h=$ac_header_preproc | |
90dd450c | 19294 | fi |
e6cc62c6 VS |
19295 | echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5 |
19296 | echo "${ECHO_T}$ac_cv_header_windows_h" >&6 | |
19297 | ||
90dd450c | 19298 | fi |
e6cc62c6 | 19299 | if test $ac_cv_header_windows_h = yes; then |
21d1c967 | 19300 | : |
90dd450c | 19301 | else |
21d1c967 | 19302 | |
e6cc62c6 VS |
19303 | { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5 |
19304 | echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;} | |
19305 | { (exit 1); exit 1; }; } | |
19306 | ||
5c6fa7d2 | 19307 | fi |
7b4a847f | 19308 | |
5c6fa7d2 | 19309 | |
e6cc62c6 VS |
19310 | |
19311 | echo "$as_me:$LINENO: checking if w32api has good enough MSIE support" >&5 | |
19312 | echo $ECHO_N "checking if w32api has good enough MSIE support... $ECHO_C" >&6 | |
19313 | if test "${wx_cv_w32api_win32_ie+set}" = set; then | |
19314 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 19315 | else |
e6cc62c6 VS |
19316 | |
19317 | cat >conftest.$ac_ext <<_ACEOF | |
19318 | #line $LINENO "configure" | |
19319 | /* confdefs.h. */ | |
19320 | _ACEOF | |
19321 | cat confdefs.h >>conftest.$ac_ext | |
19322 | cat >>conftest.$ac_ext <<_ACEOF | |
19323 | /* end confdefs.h. */ | |
21d1c967 | 19324 | #include <w32api.h> |
e6cc62c6 VS |
19325 | int |
19326 | main () | |
19327 | { | |
f79bd02d | 19328 | |
21d1c967 GD |
19329 | #define wxCHECK_W32API_VERSION( major, minor ) \ |
19330 | ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \ | |
19331 | && ( ( __W32API_MAJOR_VERSION > (major) ) \ | |
19332 | || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor)))) | |
19333 | ||
19334 | #if !wxCHECK_W32API_VERSION(1,1) | |
19335 | #error You need w32api 1.1 or newer | |
19336 | #endif | |
e6cc62c6 VS |
19337 | |
19338 | ; | |
19339 | return 0; | |
19340 | } | |
19341 | _ACEOF | |
19342 | rm -f conftest.$ac_objext | |
19343 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19344 | (eval $ac_compile) 2>&5 | |
19345 | ac_status=$? | |
19346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19347 | (exit $ac_status); } && | |
19348 | { ac_try='test -s conftest.$ac_objext' | |
19349 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19350 | (eval $ac_try) 2>&5 | |
19351 | ac_status=$? | |
19352 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19353 | (exit $ac_status); }; }; then | |
19354 | ||
21d1c967 | 19355 | wx_cv_w32api_win32_ie=yes |
e6cc62c6 | 19356 | |
f79bd02d | 19357 | else |
e6cc62c6 VS |
19358 | echo "$as_me: failed program was:" >&5 |
19359 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19360 | ||
19361 | ||
21d1c967 | 19362 | wx_cv_w32api_win32_ie=no |
e6cc62c6 | 19363 | |
247f5006 | 19364 | fi |
e6cc62c6 | 19365 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 19366 | |
e6cc62c6 VS |
19367 | fi |
19368 | echo "$as_me:$LINENO: result: $wx_cv_w32api_win32_ie" >&5 | |
19369 | echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6 | |
21d1c967 GD |
19370 | if test "$wx_cv_w32api_win32_ie" = "yes" ; then |
19371 | CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400" | |
19372 | fi | |
f79bd02d | 19373 | |
b3dfbbc9 | 19374 | LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32" |
21d1c967 | 19375 | |
7bb2947d MB |
19376 | if test "$wxUSE_ACCESSIBILITY" = "yes" ; then |
19377 | LIBS="$LIBS -loleacc" | |
19378 | fi | |
19379 | ||
21d1c967 GD |
19380 | case "${host}" in |
19381 | *-*-cygwin* ) | |
b3dfbbc9 | 19382 | LIBS="$LIBS -lkernel32 -luser32" |
21d1c967 | 19383 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__" |
f79bd02d | 19384 | esac |
f79bd02d | 19385 | |
8647bec6 RG |
19386 | if test "$wxUSE_ODBC" = "sys" ; then |
19387 | wxUSE_ODBC = "yes" | |
21d1c967 | 19388 | fi |
8647bec6 RG |
19389 | if test "$wxUSE_ODBC" = "yes" ; then |
19390 | LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS" | |
e6cc62c6 | 19391 | cat >>confdefs.h <<\_ACEOF |
8647bec6 | 19392 | #define wxUSE_ODBC 1 |
e6cc62c6 | 19393 | _ACEOF |
f79bd02d | 19394 | |
8647bec6 | 19395 | fi |
e6cc62c6 | 19396 | |
21d1c967 GD |
19397 | RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__" |
19398 | RESPROGRAMOBJ="\$(PROGRAM)_resources.o" | |
2b5f62a0 VZ |
19399 | |
19400 | WIN32INSTALL=win32install | |
f79bd02d | 19401 | fi |
f79bd02d | 19402 | |
b2fee376 | 19403 | if test "$USE_DARWIN" = 1; then |
50bcbd3d | 19404 | if test "$wxUSE_PRECOMP" = "yes"; then |
b2fee376 GD |
19405 | CPPFLAGS="$CPPFLAGS -cpp-precomp" |
19406 | else | |
19407 | CPPFLAGS="$CPPFLAGS -no-cpp-precomp" | |
19408 | fi | |
19409 | fi | |
19410 | ||
21d1c967 GD |
19411 | if test "$wxUSE_GUI" = "yes"; then |
19412 | USE_GUI=1 | |
f79bd02d | 19413 | |
21d1c967 | 19414 | GUI_TK_LIBRARY= |
f79bd02d | 19415 | |
21d1c967 GD |
19416 | WXGTK12= |
19417 | WXGTK127= | |
19418 | WXGTK20= | |
f79bd02d | 19419 | |
21d1c967 GD |
19420 | if test "$wxUSE_MSW" = 1 ; then |
19421 | TOOLKIT=MSW | |
19422 | GUIDIST=MSW_DIST | |
f79bd02d JS |
19423 | fi |
19424 | ||
21d1c967 | 19425 | if test "$wxUSE_GTK" = 1; then |
e6cc62c6 VS |
19426 | echo "$as_me:$LINENO: checking for GTK+ version" >&5 |
19427 | echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6 | |
21d1c967 GD |
19428 | |
19429 | gtk_version_cached=1 | |
e6cc62c6 VS |
19430 | if test "${wx_cv_lib_gtk+set}" = set; then |
19431 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
f79bd02d | 19432 | else |
e6cc62c6 | 19433 | |
21d1c967 | 19434 | gtk_version_cached=0 |
e6cc62c6 VS |
19435 | echo "$as_me:$LINENO: result: " >&5 |
19436 | echo "${ECHO_T}" >&6 | |
f79bd02d | 19437 | |
21d1c967 GD |
19438 | GTK_MODULES= |
19439 | if test "$wxUSE_THREADS" = "yes"; then | |
19440 | GTK_MODULES=gthread | |
19441 | fi | |
f79bd02d | 19442 | |
2b5f62a0 | 19443 | wx_cv_lib_gtk= |
21d1c967 GD |
19444 | if test "x$wxUSE_GTK2" = "xyes"; then |
19445 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
19446 | if test "${enable_gtktest+set}" = set; then | |
19447 | enableval="$enable_gtktest" | |
e6cc62c6 | 19448 | |
f79bd02d | 19449 | else |
21d1c967 | 19450 | enable_gtktest=yes |
e6cc62c6 | 19451 | fi; |
f79bd02d | 19452 | |
21d1c967 GD |
19453 | pkg_config_args=gtk+-2.0 |
19454 | for module in . $GTK_MODULES | |
19455 | do | |
19456 | case "$module" in | |
e6cc62c6 | 19457 | gthread) |
21d1c967 GD |
19458 | pkg_config_args="$pkg_config_args gthread-2.0" |
19459 | ;; | |
19460 | esac | |
19461 | done | |
19462 | ||
19463 | no_gtk="" | |
f79bd02d | 19464 | |
21d1c967 GD |
19465 | # Extract the first word of "pkg-config", so it can be a program name with args. |
19466 | set dummy pkg-config; ac_word=$2 | |
e6cc62c6 VS |
19467 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19468 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
19469 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
19470 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 19471 | else |
e6cc62c6 VS |
19472 | case $PKG_CONFIG in |
19473 | [\\/]* | ?:[\\/]*) | |
21d1c967 GD |
19474 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
19475 | ;; | |
21d1c967 | 19476 | *) |
e6cc62c6 VS |
19477 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
19478 | for as_dir in $PATH | |
19479 | do | |
19480 | IFS=$as_save_IFS | |
19481 | test -z "$as_dir" && as_dir=. | |
19482 | for ac_exec_ext in '' $ac_executable_extensions; do | |
19483 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
19484 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
19485 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
19486 | break 2 | |
19487 | fi | |
19488 | done | |
19489 | done | |
19490 | ||
21d1c967 GD |
19491 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
19492 | ;; | |
19493 | esac | |
f79bd02d | 19494 | fi |
e6cc62c6 VS |
19495 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG |
19496 | ||
21d1c967 | 19497 | if test -n "$PKG_CONFIG"; then |
e6cc62c6 VS |
19498 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 |
19499 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
f79bd02d | 19500 | else |
e6cc62c6 VS |
19501 | echo "$as_me:$LINENO: result: no" >&5 |
19502 | echo "${ECHO_T}no" >&6 | |
f79bd02d JS |
19503 | fi |
19504 | ||
8284b0c5 | 19505 | |
21d1c967 GD |
19506 | if test x$PKG_CONFIG != xno ; then |
19507 | if pkg-config --atleast-pkgconfig-version 0.7 ; then | |
19508 | : | |
19509 | else | |
19510 | echo *** pkg-config too old; version 0.7 or better required. | |
19511 | no_gtk=yes | |
19512 | PKG_CONFIG=no | |
19513 | fi | |
19514 | else | |
19515 | no_gtk=yes | |
19516 | fi | |
f79bd02d | 19517 | |
21d1c967 | 19518 | min_gtk_version=2.0.0 |
e6cc62c6 VS |
19519 | echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5 |
19520 | echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6 | |
f79bd02d | 19521 | |
21d1c967 GD |
19522 | if test x$PKG_CONFIG != xno ; then |
19523 | ## don't try to run the test against uninstalled libtool libs | |
19524 | if $PKG_CONFIG --uninstalled $pkg_config_args; then | |
19525 | echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" | |
19526 | enable_gtktest=no | |
19527 | fi | |
f79bd02d | 19528 | |
21d1c967 GD |
19529 | if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then |
19530 | : | |
19531 | else | |
19532 | no_gtk=yes | |
19533 | fi | |
19534 | fi | |
f79bd02d | 19535 | |
21d1c967 GD |
19536 | if test x"$no_gtk" = x ; then |
19537 | GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` | |
19538 | GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` | |
19539 | gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
19540 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
19541 | gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
19542 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
19543 | gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
19544 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
19545 | if test "x$enable_gtktest" = "xyes" ; then | |
19546 | ac_save_CFLAGS="$CFLAGS" | |
19547 | ac_save_LIBS="$LIBS" | |
19548 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
19549 | LIBS="$GTK_LIBS $LIBS" | |
19550 | rm -f conf.gtktest | |
19551 | if test "$cross_compiling" = yes; then | |
19552 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
f79bd02d | 19553 | else |
e6cc62c6 VS |
19554 | cat >conftest.$ac_ext <<_ACEOF |
19555 | #line $LINENO "configure" | |
19556 | /* confdefs.h. */ | |
19557 | _ACEOF | |
19558 | cat confdefs.h >>conftest.$ac_ext | |
19559 | cat >>conftest.$ac_ext <<_ACEOF | |
19560 | /* end confdefs.h. */ | |
f79bd02d | 19561 | |
21d1c967 GD |
19562 | #include <gtk/gtk.h> |
19563 | #include <stdio.h> | |
19564 | #include <stdlib.h> | |
f79bd02d | 19565 | |
e6cc62c6 | 19566 | int |
21d1c967 GD |
19567 | main () |
19568 | { | |
19569 | int major, minor, micro; | |
19570 | char *tmp_version; | |
f79bd02d | 19571 | |
21d1c967 | 19572 | system ("touch conf.gtktest"); |
f79bd02d | 19573 | |
21d1c967 GD |
19574 | /* HP/UX 9 (%@#!) writes to sscanf strings */ |
19575 | tmp_version = g_strdup("$min_gtk_version"); | |
19576 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
19577 | printf("%s, bad version string\n", "$min_gtk_version"); | |
19578 | exit(1); | |
19579 | } | |
f79bd02d | 19580 | |
21d1c967 GD |
19581 | if ((gtk_major_version != $gtk_config_major_version) || |
19582 | (gtk_minor_version != $gtk_config_minor_version) || | |
19583 | (gtk_micro_version != $gtk_config_micro_version)) | |
19584 | { | |
e6cc62c6 | 19585 | printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
19586 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
19587 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
19588 | printf ("*** was found! If pkg-config was correct, then it is best\n"); | |
19589 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
19590 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
19591 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
19592 | printf("*** required on your system.\n"); | |
19593 | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); | |
19594 | printf("*** to point to the correct configuration files\n"); | |
e6cc62c6 | 19595 | } |
21d1c967 GD |
19596 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || |
19597 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
19598 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
19599 | { | |
19600 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
19601 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
19602 | printf("*** library (version %d.%d.%d)\n", | |
19603 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
19604 | } | |
19605 | else | |
19606 | { | |
19607 | if ((gtk_major_version > major) || | |
19608 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
19609 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
19610 | { | |
19611 | return 0; | |
19612 | } | |
19613 | else | |
19614 | { | |
19615 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
19616 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
19617 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
19618 | major, minor, micro); | |
19619 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
19620 | printf("***\n"); | |
19621 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
19622 | printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); | |
19623 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
19624 | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); | |
19625 | printf("*** correct copy of pkg-config. (In this case, you will have to\n"); | |
19626 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
19627 | printf("*** so that the correct libraries are found at run-time))\n"); | |
19628 | } | |
19629 | } | |
19630 | return 1; | |
19631 | } | |
f79bd02d | 19632 | |
e6cc62c6 VS |
19633 | _ACEOF |
19634 | rm -f conftest$ac_exeext | |
19635 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19636 | (eval $ac_link) 2>&5 | |
19637 | ac_status=$? | |
19638 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19639 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19640 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19641 | (eval $ac_try) 2>&5 | |
19642 | ac_status=$? | |
19643 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19644 | (exit $ac_status); }; }; then | |
21d1c967 | 19645 | : |
f79bd02d | 19646 | else |
e6cc62c6 VS |
19647 | echo "$as_me: program exited with status $ac_status" >&5 |
19648 | echo "$as_me: failed program was:" >&5 | |
19649 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19650 | ||
19651 | ( exit $ac_status ) | |
19652 | no_gtk=yes | |
f79bd02d | 19653 | fi |
e6cc62c6 | 19654 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
f79bd02d | 19655 | fi |
21d1c967 GD |
19656 | CFLAGS="$ac_save_CFLAGS" |
19657 | LIBS="$ac_save_LIBS" | |
19658 | fi | |
19659 | fi | |
19660 | if test "x$no_gtk" = x ; then | |
e6cc62c6 VS |
19661 | echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 |
19662 | echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6 | |
19663 | wx_cv_lib_gtk=2.0 | |
21d1c967 | 19664 | else |
e6cc62c6 VS |
19665 | echo "$as_me:$LINENO: result: no" >&5 |
19666 | echo "${ECHO_T}no" >&6 | |
21d1c967 GD |
19667 | if test "$PKG_CONFIG" = "no" ; then |
19668 | echo "*** A new enough version of pkg-config was not found." | |
19669 | echo "*** See http://pkgconfig.sourceforge.net" | |
19670 | else | |
19671 | if test -f conf.gtktest ; then | |
19672 | : | |
19673 | else | |
19674 | echo "*** Could not run GTK+ test program, checking why..." | |
579d8138 VS |
19675 | ac_save_CFLAGS="$CFLAGS" |
19676 | ac_save_LIBS="$LIBS" | |
21d1c967 GD |
19677 | CFLAGS="$CFLAGS $GTK_CFLAGS" |
19678 | LIBS="$LIBS $GTK_LIBS" | |
e6cc62c6 VS |
19679 | cat >conftest.$ac_ext <<_ACEOF |
19680 | #line $LINENO "configure" | |
19681 | /* confdefs.h. */ | |
19682 | _ACEOF | |
19683 | cat confdefs.h >>conftest.$ac_ext | |
19684 | cat >>conftest.$ac_ext <<_ACEOF | |
19685 | /* end confdefs.h. */ | |
21d1c967 GD |
19686 | |
19687 | #include <gtk/gtk.h> | |
19688 | #include <stdio.h> | |
f79bd02d | 19689 | |
e6cc62c6 VS |
19690 | int |
19691 | main () | |
19692 | { | |
19693 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
19694 | ; | |
19695 | return 0; | |
19696 | } | |
19697 | _ACEOF | |
19698 | rm -f conftest.$ac_objext conftest$ac_exeext | |
19699 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19700 | (eval $ac_link) 2>&5 | |
19701 | ac_status=$? | |
19702 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19703 | (exit $ac_status); } && | |
19704 | { ac_try='test -s conftest$ac_exeext' | |
19705 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19706 | (eval $ac_try) 2>&5 | |
19707 | ac_status=$? | |
19708 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19709 | (exit $ac_status); }; }; then | |
21d1c967 GD |
19710 | echo "*** The test program compiled, but did not run. This usually means" |
19711 | echo "*** that the run-time linker is not finding GTK+ or finding the wrong" | |
19712 | echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" | |
19713 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
19714 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
19715 | echo "*** is required on your system" | |
19716 | echo "***" | |
19717 | echo "*** If you have an old version installed, it is best to remove it, although" | |
e6cc62c6 | 19718 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" |
f79bd02d | 19719 | else |
e6cc62c6 VS |
19720 | echo "$as_me: failed program was:" >&5 |
19721 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19722 | ||
19723 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
579d8138 | 19724 | echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." |
f79bd02d | 19725 | fi |
e6cc62c6 | 19726 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21d1c967 GD |
19727 | CFLAGS="$ac_save_CFLAGS" |
19728 | LIBS="$ac_save_LIBS" | |
19729 | fi | |
19730 | fi | |
19731 | GTK_CFLAGS="" | |
19732 | GTK_LIBS="" | |
19733 | : | |
19734 | fi | |
e6cc62c6 VS |
19735 | |
19736 | ||
21d1c967 | 19737 | rm -f conf.gtktest |
f79bd02d | 19738 | |
2b5f62a0 | 19739 | else |
e6cc62c6 VS |
19740 | |
19741 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
21d1c967 GD |
19742 | if test "${with_gtk_prefix+set}" = set; then |
19743 | withval="$with_gtk_prefix" | |
19744 | gtk_config_prefix="$withval" | |
19745 | else | |
19746 | gtk_config_prefix="" | |
e6cc62c6 | 19747 | fi; |
f79bd02d | 19748 | |
21d1c967 GD |
19749 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. |
19750 | if test "${with_gtk_exec_prefix+set}" = set; then | |
19751 | withval="$with_gtk_exec_prefix" | |
19752 | gtk_config_exec_prefix="$withval" | |
19753 | else | |
19754 | gtk_config_exec_prefix="" | |
e6cc62c6 | 19755 | fi; |
21d1c967 GD |
19756 | # Check whether --enable-gtktest or --disable-gtktest was given. |
19757 | if test "${enable_gtktest+set}" = set; then | |
19758 | enableval="$enable_gtktest" | |
e6cc62c6 | 19759 | |
21d1c967 GD |
19760 | else |
19761 | enable_gtktest=yes | |
e6cc62c6 | 19762 | fi; |
21d1c967 GD |
19763 | |
19764 | for module in . $GTK_MODULES | |
19765 | do | |
19766 | case "$module" in | |
e6cc62c6 | 19767 | gthread) |
21d1c967 GD |
19768 | gtk_config_args="$gtk_config_args gthread" |
19769 | ;; | |
19770 | esac | |
19771 | done | |
19772 | ||
19773 | if test x$gtk_config_exec_prefix != x ; then | |
19774 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
19775 | if test x${GTK_CONFIG+set} != xset ; then | |
19776 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
19777 | fi | |
19778 | fi | |
19779 | if test x$gtk_config_prefix != x ; then | |
19780 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
19781 | if test x${GTK_CONFIG+set} != xset ; then | |
19782 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
19783 | fi | |
19784 | fi | |
19785 | ||
19786 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
19787 | set dummy gtk-config; ac_word=$2 | |
e6cc62c6 VS |
19788 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
19789 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
19790 | if test "${ac_cv_path_GTK_CONFIG+set}" = set; then | |
19791 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 19792 | else |
e6cc62c6 VS |
19793 | case $GTK_CONFIG in |
19794 | [\\/]* | ?:[\\/]*) | |
21d1c967 GD |
19795 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
19796 | ;; | |
21d1c967 | 19797 | *) |
e6cc62c6 VS |
19798 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
19799 | for as_dir in $PATH | |
19800 | do | |
19801 | IFS=$as_save_IFS | |
19802 | test -z "$as_dir" && as_dir=. | |
19803 | for ac_exec_ext in '' $ac_executable_extensions; do | |
19804 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
19805 | ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
19806 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
19807 | break 2 | |
19808 | fi | |
19809 | done | |
19810 | done | |
19811 | ||
21d1c967 GD |
19812 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
19813 | ;; | |
19814 | esac | |
19815 | fi | |
e6cc62c6 VS |
19816 | GTK_CONFIG=$ac_cv_path_GTK_CONFIG |
19817 | ||
21d1c967 | 19818 | if test -n "$GTK_CONFIG"; then |
e6cc62c6 VS |
19819 | echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 |
19820 | echo "${ECHO_T}$GTK_CONFIG" >&6 | |
21d1c967 | 19821 | else |
e6cc62c6 VS |
19822 | echo "$as_me:$LINENO: result: no" >&5 |
19823 | echo "${ECHO_T}no" >&6 | |
21d1c967 GD |
19824 | fi |
19825 | ||
19826 | min_gtk_version=1.2.7 | |
e6cc62c6 VS |
19827 | echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 |
19828 | echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 | |
21d1c967 GD |
19829 | no_gtk="" |
19830 | if test "$GTK_CONFIG" = "no" ; then | |
19831 | no_gtk=yes | |
19832 | else | |
19833 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
19834 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
19835 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
19836 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
19837 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
19838 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
19839 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
19840 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
19841 | if test "x$enable_gtktest" = "xyes" ; then | |
19842 | ac_save_CFLAGS="$CFLAGS" | |
19843 | ac_save_LIBS="$LIBS" | |
19844 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
19845 | LIBS="$GTK_LIBS $LIBS" | |
19846 | rm -f conf.gtktest | |
19847 | if test "$cross_compiling" = yes; then | |
19848 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
f79bd02d | 19849 | else |
e6cc62c6 VS |
19850 | cat >conftest.$ac_ext <<_ACEOF |
19851 | #line $LINENO "configure" | |
19852 | /* confdefs.h. */ | |
19853 | _ACEOF | |
19854 | cat confdefs.h >>conftest.$ac_ext | |
19855 | cat >>conftest.$ac_ext <<_ACEOF | |
19856 | /* end confdefs.h. */ | |
f79bd02d | 19857 | |
21d1c967 GD |
19858 | #include <gtk/gtk.h> |
19859 | #include <stdio.h> | |
19860 | #include <stdlib.h> | |
f79bd02d | 19861 | |
e6cc62c6 | 19862 | int |
21d1c967 GD |
19863 | main () |
19864 | { | |
19865 | int major, minor, micro; | |
19866 | char *tmp_version; | |
19867 | ||
19868 | system ("touch conf.gtktest"); | |
19869 | ||
19870 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
19871 | tmp_version = g_strdup("$min_gtk_version"); | |
19872 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
19873 | printf("%s, bad version string\n", "$min_gtk_version"); | |
19874 | exit(1); | |
19875 | } | |
90dd450c | 19876 | |
21d1c967 GD |
19877 | if ((gtk_major_version != $gtk_config_major_version) || |
19878 | (gtk_minor_version != $gtk_config_minor_version) || | |
19879 | (gtk_micro_version != $gtk_config_micro_version)) | |
19880 | { | |
e6cc62c6 | 19881 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
19882 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
19883 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
19884 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
19885 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
19886 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
19887 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
19888 | printf("*** required on your system.\n"); | |
19889 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
19890 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
19891 | printf("*** before re-running configure\n"); | |
e6cc62c6 | 19892 | } |
21d1c967 GD |
19893 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) |
19894 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
19895 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
19896 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
19897 | { | |
19898 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
19899 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
19900 | printf("*** library (version %d.%d.%d)\n", | |
19901 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
19902 | } | |
19903 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
19904 | else | |
19905 | { | |
19906 | if ((gtk_major_version > major) || | |
19907 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
19908 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
19909 | { | |
19910 | return 0; | |
19911 | } | |
19912 | else | |
19913 | { | |
19914 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
19915 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
19916 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
19917 | major, minor, micro); | |
19918 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
19919 | printf("***\n"); | |
19920 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
19921 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
19922 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
19923 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
19924 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
19925 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
19926 | printf("*** so that the correct libraries are found at run-time))\n"); | |
19927 | } | |
19928 | } | |
19929 | return 1; | |
19930 | } | |
19931 | ||
e6cc62c6 VS |
19932 | _ACEOF |
19933 | rm -f conftest$ac_exeext | |
19934 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19935 | (eval $ac_link) 2>&5 | |
19936 | ac_status=$? | |
19937 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19938 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19939 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19940 | (eval $ac_try) 2>&5 | |
19941 | ac_status=$? | |
19942 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19943 | (exit $ac_status); }; }; then | |
21d1c967 GD |
19944 | : |
19945 | else | |
e6cc62c6 VS |
19946 | echo "$as_me: program exited with status $ac_status" >&5 |
19947 | echo "$as_me: failed program was:" >&5 | |
19948 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19949 | ||
19950 | ( exit $ac_status ) | |
19951 | no_gtk=yes | |
21d1c967 | 19952 | fi |
e6cc62c6 | 19953 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21d1c967 | 19954 | fi |
21d1c967 GD |
19955 | CFLAGS="$ac_save_CFLAGS" |
19956 | LIBS="$ac_save_LIBS" | |
19957 | fi | |
19958 | fi | |
19959 | if test "x$no_gtk" = x ; then | |
e6cc62c6 VS |
19960 | echo "$as_me:$LINENO: result: yes" >&5 |
19961 | echo "${ECHO_T}yes" >&6 | |
19962 | wx_cv_lib_gtk=1.2.7 | |
21d1c967 | 19963 | else |
e6cc62c6 VS |
19964 | echo "$as_me:$LINENO: result: no" >&5 |
19965 | echo "${ECHO_T}no" >&6 | |
21d1c967 GD |
19966 | if test "$GTK_CONFIG" = "no" ; then |
19967 | echo "*** The gtk-config script installed by GTK could not be found" | |
19968 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
19969 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
19970 | echo "*** full path to gtk-config." | |
19971 | else | |
19972 | if test -f conf.gtktest ; then | |
19973 | : | |
19974 | else | |
19975 | echo "*** Could not run GTK test program, checking why..." | |
19976 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
19977 | LIBS="$LIBS $GTK_LIBS" | |
e6cc62c6 VS |
19978 | cat >conftest.$ac_ext <<_ACEOF |
19979 | #line $LINENO "configure" | |
19980 | /* confdefs.h. */ | |
19981 | _ACEOF | |
19982 | cat confdefs.h >>conftest.$ac_ext | |
19983 | cat >>conftest.$ac_ext <<_ACEOF | |
19984 | /* end confdefs.h. */ | |
21d1c967 GD |
19985 | |
19986 | #include <gtk/gtk.h> | |
19987 | #include <stdio.h> | |
19988 | ||
e6cc62c6 VS |
19989 | int |
19990 | main () | |
19991 | { | |
19992 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
19993 | ; | |
19994 | return 0; | |
19995 | } | |
19996 | _ACEOF | |
19997 | rm -f conftest.$ac_objext conftest$ac_exeext | |
19998 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19999 | (eval $ac_link) 2>&5 | |
20000 | ac_status=$? | |
20001 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20002 | (exit $ac_status); } && | |
20003 | { ac_try='test -s conftest$ac_exeext' | |
20004 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20005 | (eval $ac_try) 2>&5 | |
20006 | ac_status=$? | |
20007 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20008 | (exit $ac_status); }; }; then | |
21d1c967 GD |
20009 | echo "*** The test program compiled, but did not run. This usually means" |
20010 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
20011 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
20012 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
20013 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
20014 | echo "*** is required on your system" | |
20015 | echo "***" | |
20016 | echo "*** If you have an old version installed, it is best to remove it, although" | |
20017 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
20018 | echo "***" | |
20019 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
20020 | echo "*** came with the system with the command" | |
20021 | echo "***" | |
e6cc62c6 | 20022 | echo "*** rpm --erase --nodeps gtk gtk-devel" |
f79bd02d | 20023 | else |
e6cc62c6 VS |
20024 | echo "$as_me: failed program was:" >&5 |
20025 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20026 | ||
20027 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
21d1c967 GD |
20028 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
20029 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
e6cc62c6 | 20030 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" |
f79bd02d | 20031 | fi |
e6cc62c6 | 20032 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21d1c967 GD |
20033 | CFLAGS="$ac_save_CFLAGS" |
20034 | LIBS="$ac_save_LIBS" | |
20035 | fi | |
20036 | fi | |
20037 | GTK_CFLAGS="" | |
20038 | GTK_LIBS="" | |
20039 | : | |
20040 | fi | |
e6cc62c6 VS |
20041 | |
20042 | ||
21d1c967 GD |
20043 | rm -f conf.gtktest |
20044 | ||
21d1c967 | 20045 | |
2b5f62a0 | 20046 | if test -z "$wx_cv_lib_gtk"; then |
e6cc62c6 VS |
20047 | |
20048 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
21d1c967 GD |
20049 | if test "${with_gtk_prefix+set}" = set; then |
20050 | withval="$with_gtk_prefix" | |
20051 | gtk_config_prefix="$withval" | |
20052 | else | |
20053 | gtk_config_prefix="" | |
e6cc62c6 | 20054 | fi; |
f79bd02d | 20055 | |
21d1c967 GD |
20056 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. |
20057 | if test "${with_gtk_exec_prefix+set}" = set; then | |
20058 | withval="$with_gtk_exec_prefix" | |
20059 | gtk_config_exec_prefix="$withval" | |
20060 | else | |
20061 | gtk_config_exec_prefix="" | |
e6cc62c6 | 20062 | fi; |
21d1c967 GD |
20063 | # Check whether --enable-gtktest or --disable-gtktest was given. |
20064 | if test "${enable_gtktest+set}" = set; then | |
20065 | enableval="$enable_gtktest" | |
e6cc62c6 | 20066 | |
90dd450c | 20067 | else |
21d1c967 | 20068 | enable_gtktest=yes |
e6cc62c6 | 20069 | fi; |
21d1c967 GD |
20070 | |
20071 | for module in . $GTK_MODULES | |
20072 | do | |
20073 | case "$module" in | |
e6cc62c6 | 20074 | gthread) |
21d1c967 GD |
20075 | gtk_config_args="$gtk_config_args gthread" |
20076 | ;; | |
20077 | esac | |
20078 | done | |
20079 | ||
20080 | if test x$gtk_config_exec_prefix != x ; then | |
20081 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
20082 | if test x${GTK_CONFIG+set} != xset ; then | |
20083 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
20084 | fi | |
20085 | fi | |
20086 | if test x$gtk_config_prefix != x ; then | |
20087 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
20088 | if test x${GTK_CONFIG+set} != xset ; then | |
20089 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
20090 | fi | |
20091 | fi | |
20092 | ||
20093 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
20094 | set dummy gtk-config; ac_word=$2 | |
e6cc62c6 VS |
20095 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
20096 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
20097 | if test "${ac_cv_path_GTK_CONFIG+set}" = set; then | |
20098 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
90dd450c | 20099 | else |
e6cc62c6 VS |
20100 | case $GTK_CONFIG in |
20101 | [\\/]* | ?:[\\/]*) | |
21d1c967 GD |
20102 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
20103 | ;; | |
21d1c967 | 20104 | *) |
e6cc62c6 VS |
20105 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
20106 | for as_dir in $PATH | |
20107 | do | |
20108 | IFS=$as_save_IFS | |
20109 | test -z "$as_dir" && as_dir=. | |
20110 | for ac_exec_ext in '' $ac_executable_extensions; do | |
20111 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
20112 | ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
20113 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
20114 | break 2 | |
20115 | fi | |
20116 | done | |
20117 | done | |
20118 | ||
21d1c967 GD |
20119 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
20120 | ;; | |
20121 | esac | |
20122 | fi | |
e6cc62c6 VS |
20123 | GTK_CONFIG=$ac_cv_path_GTK_CONFIG |
20124 | ||
21d1c967 | 20125 | if test -n "$GTK_CONFIG"; then |
e6cc62c6 VS |
20126 | echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 |
20127 | echo "${ECHO_T}$GTK_CONFIG" >&6 | |
21d1c967 | 20128 | else |
e6cc62c6 VS |
20129 | echo "$as_me:$LINENO: result: no" >&5 |
20130 | echo "${ECHO_T}no" >&6 | |
21d1c967 GD |
20131 | fi |
20132 | ||
20133 | min_gtk_version=1.2.3 | |
e6cc62c6 VS |
20134 | echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 |
20135 | echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 | |
21d1c967 GD |
20136 | no_gtk="" |
20137 | if test "$GTK_CONFIG" = "no" ; then | |
20138 | no_gtk=yes | |
20139 | else | |
20140 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
20141 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
20142 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
20143 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
20144 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
20145 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
20146 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
20147 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
20148 | if test "x$enable_gtktest" = "xyes" ; then | |
20149 | ac_save_CFLAGS="$CFLAGS" | |
20150 | ac_save_LIBS="$LIBS" | |
20151 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
20152 | LIBS="$GTK_LIBS $LIBS" | |
20153 | rm -f conf.gtktest | |
20154 | if test "$cross_compiling" = yes; then | |
20155 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
20156 | else | |
e6cc62c6 VS |
20157 | cat >conftest.$ac_ext <<_ACEOF |
20158 | #line $LINENO "configure" | |
20159 | /* confdefs.h. */ | |
20160 | _ACEOF | |
20161 | cat confdefs.h >>conftest.$ac_ext | |
20162 | cat >>conftest.$ac_ext <<_ACEOF | |
20163 | /* end confdefs.h. */ | |
21d1c967 GD |
20164 | |
20165 | #include <gtk/gtk.h> | |
20166 | #include <stdio.h> | |
20167 | #include <stdlib.h> | |
20168 | ||
e6cc62c6 | 20169 | int |
21d1c967 GD |
20170 | main () |
20171 | { | |
20172 | int major, minor, micro; | |
20173 | char *tmp_version; | |
20174 | ||
20175 | system ("touch conf.gtktest"); | |
20176 | ||
20177 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
20178 | tmp_version = g_strdup("$min_gtk_version"); | |
20179 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
20180 | printf("%s, bad version string\n", "$min_gtk_version"); | |
20181 | exit(1); | |
20182 | } | |
20183 | ||
20184 | if ((gtk_major_version != $gtk_config_major_version) || | |
20185 | (gtk_minor_version != $gtk_config_minor_version) || | |
20186 | (gtk_micro_version != $gtk_config_micro_version)) | |
20187 | { | |
e6cc62c6 | 20188 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
20189 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
20190 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
20191 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
20192 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
20193 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
20194 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
20195 | printf("*** required on your system.\n"); | |
20196 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
20197 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
20198 | printf("*** before re-running configure\n"); | |
e6cc62c6 | 20199 | } |
21d1c967 GD |
20200 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) |
20201 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
20202 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
20203 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
20204 | { | |
20205 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
20206 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
20207 | printf("*** library (version %d.%d.%d)\n", | |
20208 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
20209 | } | |
20210 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
20211 | else | |
20212 | { | |
20213 | if ((gtk_major_version > major) || | |
20214 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
20215 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
20216 | { | |
20217 | return 0; | |
20218 | } | |
20219 | else | |
20220 | { | |
20221 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
20222 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
20223 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
20224 | major, minor, micro); | |
20225 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
20226 | printf("***\n"); | |
20227 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
20228 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
20229 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
20230 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
20231 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
20232 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
20233 | printf("*** so that the correct libraries are found at run-time))\n"); | |
20234 | } | |
20235 | } | |
20236 | return 1; | |
20237 | } | |
20238 | ||
e6cc62c6 VS |
20239 | _ACEOF |
20240 | rm -f conftest$ac_exeext | |
20241 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20242 | (eval $ac_link) 2>&5 | |
20243 | ac_status=$? | |
20244 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20245 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
20246 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20247 | (eval $ac_try) 2>&5 | |
20248 | ac_status=$? | |
20249 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20250 | (exit $ac_status); }; }; then | |
21d1c967 GD |
20251 | : |
20252 | else | |
e6cc62c6 VS |
20253 | echo "$as_me: program exited with status $ac_status" >&5 |
20254 | echo "$as_me: failed program was:" >&5 | |
20255 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20256 | ||
20257 | ( exit $ac_status ) | |
20258 | no_gtk=yes | |
21d1c967 | 20259 | fi |
e6cc62c6 | 20260 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
21d1c967 | 20261 | fi |
21d1c967 GD |
20262 | CFLAGS="$ac_save_CFLAGS" |
20263 | LIBS="$ac_save_LIBS" | |
20264 | fi | |
20265 | fi | |
20266 | if test "x$no_gtk" = x ; then | |
e6cc62c6 VS |
20267 | echo "$as_me:$LINENO: result: yes" >&5 |
20268 | echo "${ECHO_T}yes" >&6 | |
20269 | wx_cv_lib_gtk=1.2.3 | |
21d1c967 | 20270 | else |
e6cc62c6 VS |
20271 | echo "$as_me:$LINENO: result: no" >&5 |
20272 | echo "${ECHO_T}no" >&6 | |
21d1c967 GD |
20273 | if test "$GTK_CONFIG" = "no" ; then |
20274 | echo "*** The gtk-config script installed by GTK could not be found" | |
20275 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
20276 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
20277 | echo "*** full path to gtk-config." | |
20278 | else | |
20279 | if test -f conf.gtktest ; then | |
20280 | : | |
20281 | else | |
20282 | echo "*** Could not run GTK test program, checking why..." | |
20283 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
20284 | LIBS="$LIBS $GTK_LIBS" | |
e6cc62c6 VS |
20285 | cat >conftest.$ac_ext <<_ACEOF |
20286 | #line $LINENO "configure" | |
20287 | /* confdefs.h. */ | |
20288 | _ACEOF | |
20289 | cat confdefs.h >>conftest.$ac_ext | |
20290 | cat >>conftest.$ac_ext <<_ACEOF | |
20291 | /* end confdefs.h. */ | |
21d1c967 GD |
20292 | |
20293 | #include <gtk/gtk.h> | |
20294 | #include <stdio.h> | |
f79bd02d | 20295 | |
e6cc62c6 VS |
20296 | int |
20297 | main () | |
20298 | { | |
20299 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
20300 | ; | |
20301 | return 0; | |
20302 | } | |
20303 | _ACEOF | |
20304 | rm -f conftest.$ac_objext conftest$ac_exeext | |
20305 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20306 | (eval $ac_link) 2>&5 | |
20307 | ac_status=$? | |
20308 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20309 | (exit $ac_status); } && | |
20310 | { ac_try='test -s conftest$ac_exeext' | |
20311 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20312 | (eval $ac_try) 2>&5 | |
20313 | ac_status=$? | |
20314 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20315 | (exit $ac_status); }; }; then | |
21d1c967 GD |
20316 | echo "*** The test program compiled, but did not run. This usually means" |
20317 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
20318 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
20319 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
20320 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
20321 | echo "*** is required on your system" | |
20322 | echo "***" | |
20323 | echo "*** If you have an old version installed, it is best to remove it, although" | |
20324 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
20325 | echo "***" | |
20326 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
20327 | echo "*** came with the system with the command" | |
20328 | echo "***" | |
e6cc62c6 | 20329 | echo "*** rpm --erase --nodeps gtk gtk-devel" |
f79bd02d | 20330 | else |
e6cc62c6 VS |
20331 | echo "$as_me: failed program was:" >&5 |
20332 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20333 | ||
20334 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
21d1c967 GD |
20335 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
20336 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
e6cc62c6 | 20337 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" |
f79bd02d | 20338 | fi |
e6cc62c6 | 20339 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21d1c967 GD |
20340 | CFLAGS="$ac_save_CFLAGS" |
20341 | LIBS="$ac_save_LIBS" | |
20342 | fi | |
20343 | fi | |
20344 | GTK_CFLAGS="" | |
20345 | GTK_LIBS="" | |
20346 | : | |
20347 | fi | |
e6cc62c6 VS |
20348 | |
20349 | ||
21d1c967 | 20350 | rm -f conf.gtktest |
f79bd02d | 20351 | |
2b5f62a0 | 20352 | fi |
21d1c967 GD |
20353 | fi |
20354 | ||
20355 | if test -z "$wx_cv_lib_gtk"; then | |
20356 | wx_cv_lib_gtk=none | |
20357 | else | |
20358 | wx_cv_cflags_gtk=$GTK_CFLAGS | |
20359 | wx_cv_libs_gtk=$GTK_LIBS | |
20360 | fi | |
e6cc62c6 VS |
20361 | |
20362 | ||
5c6fa7d2 | 20363 | fi |
52127426 | 20364 | |
8284b0c5 | 20365 | |
21d1c967 | 20366 | if test "$gtk_version_cached" = 1; then |
e6cc62c6 VS |
20367 | echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5 |
20368 | echo "${ECHO_T}$wx_cv_lib_gtk" >&6 | |
21d1c967 GD |
20369 | fi |
20370 | ||
20371 | case "$wx_cv_lib_gtk" in | |
20372 | 2.0) WXGTK20=1 | |
2b5f62a0 | 20373 | TOOLKIT_VERSION=2 |
21d1c967 GD |
20374 | ;; |
20375 | 1.2.7) WXGTK127=1 | |
20376 | WXGTK12=1 | |
20377 | ;; | |
20378 | 1.2.3) WXGTK12=1 | |
20379 | ;; | |
e6cc62c6 VS |
20380 | *) { { echo "$as_me:$LINENO: error: |
20381 | Please check that gtk-config is in path, the directory | |
20382 | where GTK+ libraries are installed (returned by | |
20383 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
20384 | equivalent variable and GTK+ is version 1.2.3 or above. | |
20385 | " >&5 | |
20386 | echo "$as_me: error: | |
247f5006 VZ |
20387 | Please check that gtk-config is in path, the directory |
20388 | where GTK+ libraries are installed (returned by | |
20389 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
20390 | equivalent variable and GTK+ is version 1.2.3 or above. | |
e6cc62c6 VS |
20391 | " >&2;} |
20392 | { (exit 1); exit 1; }; } | |
21d1c967 GD |
20393 | ;; |
20394 | esac | |
20395 | ||
b13cd66e VZ |
20396 | if test "$WXGTK20" = 1; then |
20397 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
e6cc62c6 | 20398 | |
f09359cf VS |
20399 | succeeded=no |
20400 | ||
20401 | if test -z "$PKG_CONFIG"; then | |
20402 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
20403 | set dummy pkg-config; ac_word=$2 | |
e6cc62c6 VS |
20404 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
20405 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
20406 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
20407 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
f09359cf | 20408 | else |
e6cc62c6 VS |
20409 | case $PKG_CONFIG in |
20410 | [\\/]* | ?:[\\/]*) | |
f09359cf VS |
20411 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
20412 | ;; | |
f09359cf | 20413 | *) |
e6cc62c6 VS |
20414 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
20415 | for as_dir in $PATH | |
20416 | do | |
20417 | IFS=$as_save_IFS | |
20418 | test -z "$as_dir" && as_dir=. | |
20419 | for ac_exec_ext in '' $ac_executable_extensions; do | |
20420 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
20421 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
20422 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
20423 | break 2 | |
20424 | fi | |
20425 | done | |
20426 | done | |
20427 | ||
f09359cf VS |
20428 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
20429 | ;; | |
20430 | esac | |
20431 | fi | |
e6cc62c6 VS |
20432 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG |
20433 | ||
f09359cf | 20434 | if test -n "$PKG_CONFIG"; then |
e6cc62c6 VS |
20435 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 |
20436 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
f09359cf | 20437 | else |
e6cc62c6 VS |
20438 | echo "$as_me:$LINENO: result: no" >&5 |
20439 | echo "${ECHO_T}no" >&6 | |
f09359cf VS |
20440 | fi |
20441 | ||
20442 | fi | |
20443 | ||
20444 | if test "$PKG_CONFIG" = "no" ; then | |
20445 | echo "*** The pkg-config script could not be found. Make sure it is" | |
20446 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
20447 | echo "*** to the full path to pkg-config." | |
20448 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
20449 | else | |
20450 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
20451 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
e6cc62c6 VS |
20452 | echo "$as_me:$LINENO: checking for pangoft2" >&5 |
20453 | echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6 | |
f09359cf VS |
20454 | |
20455 | if $PKG_CONFIG --exists "pangoft2" ; then | |
e6cc62c6 VS |
20456 | echo "$as_me:$LINENO: result: yes" >&5 |
20457 | echo "${ECHO_T}yes" >&6 | |
f09359cf VS |
20458 | succeeded=yes |
20459 | ||
e6cc62c6 VS |
20460 | echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5 |
20461 | echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6 | |
f09359cf | 20462 | PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"` |
e6cc62c6 VS |
20463 | echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5 |
20464 | echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6 | |
f09359cf | 20465 | |
e6cc62c6 VS |
20466 | echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5 |
20467 | echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6 | |
f09359cf | 20468 | PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"` |
e6cc62c6 VS |
20469 | echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5 |
20470 | echo "${ECHO_T}$PANGOFT2_LIBS" >&6 | |
f09359cf VS |
20471 | else |
20472 | PANGOFT2_CFLAGS="" | |
20473 | PANGOFT2_LIBS="" | |
e6cc62c6 | 20474 | ## If we have a custom action on failure, don't print errors, but |
f09359cf VS |
20475 | ## do set a variable so people can do so. |
20476 | PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"` | |
e6cc62c6 | 20477 | |
f09359cf VS |
20478 | fi |
20479 | ||
e6cc62c6 VS |
20480 | |
20481 | ||
f09359cf VS |
20482 | else |
20483 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
20484 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
20485 | fi | |
20486 | fi | |
20487 | ||
20488 | if test $succeeded = yes; then | |
e6cc62c6 | 20489 | |
b13cd66e VZ |
20490 | CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS" |
20491 | LIBS="$LIBS $PANGOFT2_LIBS" | |
e6cc62c6 | 20492 | |
f09359cf | 20493 | else |
e6cc62c6 VS |
20494 | |
20495 | { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5 | |
20496 | echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;} | |
b13cd66e | 20497 | wxUSE_PRINTING_ARCHITECTURE="no" |
e6cc62c6 VS |
20498 | |
20499 | ||
f09359cf VS |
20500 | fi |
20501 | ||
b13cd66e | 20502 | fi |
2b5f62a0 VZ |
20503 | else |
20504 | if test "$wxUSE_UNICODE" = "yes"; then | |
e6cc62c6 VS |
20505 | { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5 |
20506 | echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;} | |
2b5f62a0 VZ |
20507 | wxUSE_UNICODE=no |
20508 | fi | |
20509 | fi | |
20510 | ||
20511 | if test "$USE_DARWIN" != 1; then | |
e6cc62c6 VS |
20512 | |
20513 | for ac_func in poll | |
2b5f62a0 | 20514 | do |
e6cc62c6 VS |
20515 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
20516 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
20517 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
20518 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
20519 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20520 | else | |
20521 | cat >conftest.$ac_ext <<_ACEOF | |
20522 | #line $LINENO "configure" | |
20523 | /* confdefs.h. */ | |
20524 | _ACEOF | |
20525 | cat confdefs.h >>conftest.$ac_ext | |
20526 | cat >>conftest.$ac_ext <<_ACEOF | |
20527 | /* end confdefs.h. */ | |
2b5f62a0 | 20528 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
20529 | which can conflict with char $ac_func (); below. |
20530 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
20531 | <limits.h> exists even on freestanding compilers. */ | |
20532 | #ifdef __STDC__ | |
20533 | # include <limits.h> | |
20534 | #else | |
20535 | # include <assert.h> | |
20536 | #endif | |
2b5f62a0 | 20537 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
20538 | #ifdef __cplusplus |
20539 | extern "C" | |
20540 | { | |
20541 | #endif | |
2b5f62a0 | 20542 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
20543 | builtin and then its argument prototype would still apply. */ |
20544 | char $ac_func (); | |
2b5f62a0 VZ |
20545 | /* The GNU C library defines this for functions which it implements |
20546 | to always fail with ENOSYS. Some functions are actually named | |
20547 | something starting with __ and the normal name is an alias. */ | |
20548 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
20549 | choke me | |
20550 | #else | |
e6cc62c6 VS |
20551 | char (*f) () = $ac_func; |
20552 | #endif | |
20553 | #ifdef __cplusplus | |
20554 | } | |
2b5f62a0 VZ |
20555 | #endif |
20556 | ||
e6cc62c6 VS |
20557 | int |
20558 | main () | |
20559 | { | |
20560 | return f != $ac_func; | |
20561 | ; | |
20562 | return 0; | |
20563 | } | |
20564 | _ACEOF | |
20565 | rm -f conftest.$ac_objext conftest$ac_exeext | |
20566 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20567 | (eval $ac_link) 2>&5 | |
20568 | ac_status=$? | |
20569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20570 | (exit $ac_status); } && | |
20571 | { ac_try='test -s conftest$ac_exeext' | |
20572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20573 | (eval $ac_try) 2>&5 | |
20574 | ac_status=$? | |
20575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20576 | (exit $ac_status); }; }; then | |
20577 | eval "$as_ac_var=yes" | |
20578 | else | |
20579 | echo "$as_me: failed program was:" >&5 | |
20580 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20581 | ||
20582 | eval "$as_ac_var=no" | |
20583 | fi | |
20584 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
20585 | fi | |
20586 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
20587 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
20588 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
20589 | cat >>confdefs.h <<_ACEOF | |
20590 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
20591 | _ACEOF | |
2b5f62a0 | 20592 | |
2b5f62a0 VZ |
20593 | fi |
20594 | done | |
20595 | ||
f09359cf VS |
20596 | fi |
20597 | ||
21d1c967 GD |
20598 | TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" |
20599 | GUI_TK_LIBRARY="$wx_cv_libs_gtk" | |
20600 | ||
20601 | AFMINSTALL=afminstall | |
20602 | TOOLKIT=GTK | |
20603 | GUIDIST=GTK_DIST | |
20604 | ||
e6cc62c6 VS |
20605 | echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5 |
20606 | echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6 | |
20607 | if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then | |
20608 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
90dd450c | 20609 | else |
e6cc62c6 | 20610 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 20611 | LIBS="-lgdk $LIBS" |
e6cc62c6 VS |
20612 | cat >conftest.$ac_ext <<_ACEOF |
20613 | #line $LINENO "configure" | |
20614 | /* confdefs.h. */ | |
20615 | _ACEOF | |
20616 | cat confdefs.h >>conftest.$ac_ext | |
20617 | cat >>conftest.$ac_ext <<_ACEOF | |
20618 | /* end confdefs.h. */ | |
20619 | ||
5c6fa7d2 | 20620 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
20621 | #ifdef __cplusplus |
20622 | extern "C" | |
20623 | #endif | |
5c6fa7d2 | 20624 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
20625 | builtin and then its argument prototype would still apply. */ |
20626 | char gdk_im_open (); | |
20627 | int | |
20628 | main () | |
20629 | { | |
20630 | gdk_im_open (); | |
20631 | ; | |
20632 | return 0; | |
20633 | } | |
20634 | _ACEOF | |
20635 | rm -f conftest.$ac_objext conftest$ac_exeext | |
20636 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20637 | (eval $ac_link) 2>&5 | |
20638 | ac_status=$? | |
20639 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20640 | (exit $ac_status); } && | |
20641 | { ac_try='test -s conftest$ac_exeext' | |
20642 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20643 | (eval $ac_try) 2>&5 | |
20644 | ac_status=$? | |
20645 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20646 | (exit $ac_status); }; }; then | |
20647 | ac_cv_lib_gdk_gdk_im_open=yes | |
20648 | else | |
20649 | echo "$as_me: failed program was:" >&5 | |
20650 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20651 | ||
20652 | ac_cv_lib_gdk_gdk_im_open=no | |
20653 | fi | |
20654 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
20655 | LIBS=$ac_check_lib_save_LIBS | |
20656 | fi | |
20657 | echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5 | |
20658 | echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6 | |
20659 | if test $ac_cv_lib_gdk_gdk_im_open = yes; then | |
20660 | cat >>confdefs.h <<\_ACEOF | |
21d1c967 | 20661 | #define HAVE_XIM 1 |
e6cc62c6 | 20662 | _ACEOF |
21d1c967 | 20663 | |
90dd450c | 20664 | fi |
1e6feb95 | 20665 | |
21d1c967 | 20666 | fi |
1e6feb95 | 20667 | |
21d1c967 | 20668 | if test "$wxUSE_MGL" = 1; then |
e6cc62c6 VS |
20669 | echo "$as_me:$LINENO: checking for SciTech MGL library" >&5 |
20670 | echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6 | |
21d1c967 | 20671 | if test "x$MGL_ROOT" = x ; then |
e6cc62c6 VS |
20672 | echo "$as_me:$LINENO: result: not found" >&5 |
20673 | echo "${ECHO_T}not found" >&6 | |
20674 | { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5 | |
20675 | echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;} | |
20676 | { (exit 1); exit 1; }; } | |
21d1c967 | 20677 | else |
e6cc62c6 VS |
20678 | echo "$as_me:$LINENO: result: $MGL_ROOT" >&5 |
20679 | echo "${ECHO_T}$MGL_ROOT" >&6 | |
21d1c967 GD |
20680 | fi |
20681 | ||
e6cc62c6 VS |
20682 | echo "$as_me:$LINENO: checking for libmgl location" >&5 |
20683 | echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6 | |
21d1c967 GD |
20684 | case "${host}" in |
20685 | *-*-linux* ) | |
63a76696 VS |
20686 | if test "x$wxUSE_SHARED" = xyes ; then |
20687 | mgl_os_candidates="linux/gcc/glibc.so linux/gcc/glibc" | |
20688 | else | |
20689 | mgl_os_candidates="linux/gcc/glibc linux/gcc/glibc.so" | |
20690 | fi | |
21d1c967 GD |
20691 | ;; |
20692 | *-pc-msdosdjgpp ) | |
63a76696 | 20693 | mgl_os_candidates="dos32/dj2" |
21d1c967 GD |
20694 | ;; |
20695 | *) | |
e6cc62c6 VS |
20696 | { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5 |
20697 | echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;} | |
20698 | { (exit 1); exit 1; }; } | |
21d1c967 | 20699 | esac |
1e6feb95 | 20700 | |
21d1c967 | 20701 | mgl_lib_type="" |
63a76696 VS |
20702 | mgl_os="" |
20703 | ||
20704 | for mgl_os_i in $mgl_os_candidates ; do | |
20705 | if test "x$mgl_os" = x ; then | |
20706 | if test "$wxUSE_DEBUG_FLAG" = yes ; then | |
20707 | if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \ | |
20708 | -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then | |
20709 | mgl_lib_type=debug | |
20710 | mgl_os=$mgl_os_i | |
20711 | fi | |
20712 | fi | |
20713 | if test "x$mgl_lib_type" = x ; then | |
20714 | if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \ | |
20715 | -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then | |
20716 | mgl_lib_type=release | |
20717 | mgl_os=$mgl_os_i | |
20718 | fi | |
20719 | fi | |
21d1c967 | 20720 | fi |
63a76696 | 20721 | done |
2224580a | 20722 | |
63a76696 | 20723 | if test "x$mgl_os" = x ; then |
e6cc62c6 VS |
20724 | echo "$as_me:$LINENO: result: not found" >&5 |
20725 | echo "${ECHO_T}not found" >&6 | |
20726 | { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5 | |
20727 | echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;} | |
20728 | { (exit 1); exit 1; }; } | |
63a76696 | 20729 | fi |
e6cc62c6 VS |
20730 | echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5 |
20731 | echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6 | |
1542ea39 | 20732 | |
1d1b75ac VZ |
20733 | wxUSE_UNIVERSAL="yes" |
20734 | ||
21d1c967 GD |
20735 | TOOLKIT_INCLUDE="-I$MGL_ROOT/include" |
20736 | GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm" | |
20737 | ||
90dd450c | 20738 | AFMINSTALL=afminstall |
21d1c967 GD |
20739 | TOOLKIT=MGL |
20740 | GUIDIST=MGL_DIST | |
20741 | fi | |
dad6c0ea | 20742 | |
21d1c967 | 20743 | if test "$wxUSE_MICROWIN" = 1; then |
e6cc62c6 VS |
20744 | echo "$as_me:$LINENO: checking for MicroWindows" >&5 |
20745 | echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6 | |
21d1c967 | 20746 | if test "x$MICROWINDOWS" = x ; then |
e6cc62c6 VS |
20747 | echo "$as_me:$LINENO: result: not found" >&5 |
20748 | echo "${ECHO_T}not found" >&6 | |
20749 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5 | |
20750 | echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;} | |
20751 | { (exit 1); exit 1; }; } | |
21d1c967 | 20752 | else |
e6cc62c6 VS |
20753 | echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5 |
20754 | echo "${ECHO_T}$MICROWINDOWS" >&6 | |
21d1c967 | 20755 | fi |
f6bcfd97 | 20756 | |
21d1c967 | 20757 | if test -f $MICROWINDOWS/lib/libmwin.a; then |
e6cc62c6 VS |
20758 | echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5 |
20759 | echo "${ECHO_T}MicroWindows' libraries found." >&6 | |
21d1c967 | 20760 | else |
e6cc62c6 VS |
20761 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5 |
20762 | echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;} | |
20763 | { (exit 1); exit 1; }; } | |
90dd450c | 20764 | fi |
0b2effe9 | 20765 | |
21d1c967 GD |
20766 | TOOLKIT_INCLUDE="-I$MICROWINDOWS/include" |
20767 | GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib" | |
20768 | ||
1d1b75ac VZ |
20769 | wxUSE_UNIVERSAL="yes" |
20770 | ||
21d1c967 GD |
20771 | AFMINSTALL=afminstall |
20772 | TOOLKIT=MICROWIN | |
20773 | GUIDIST=MICROWIN_DIST | |
1d1b75ac VZ |
20774 | |
20775 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1" | |
21d1c967 | 20776 | fi |
f6bcfd97 | 20777 | |
21d1c967 | 20778 | if test "$wxUSE_X11" = 1; then |
e6cc62c6 VS |
20779 | echo "$as_me:$LINENO: checking for X" >&5 |
20780 | echo $ECHO_N "checking for X... $ECHO_C" >&6 | |
20781 | ||
d8356fa3 | 20782 | |
21d1c967 GD |
20783 | # Check whether --with-x or --without-x was given. |
20784 | if test "${with_x+set}" = set; then | |
20785 | withval="$with_x" | |
2224580a | 20786 | |
e6cc62c6 | 20787 | fi; |
21d1c967 GD |
20788 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
20789 | if test "x$with_x" = xno; then | |
20790 | # The user explicitly disabled X. | |
20791 | have_x=disabled | |
20792 | else | |
20793 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
20794 | # Both variables are already set. | |
20795 | have_x=yes | |
20796 | else | |
e6cc62c6 VS |
20797 | if test "${ac_cv_have_x+set}" = set; then |
20798 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 GD |
20799 | else |
20800 | # One or both of the vars are not set, and there is no cached value. | |
e6cc62c6 VS |
20801 | ac_x_includes=no ac_x_libraries=no |
20802 | rm -fr conftest.dir | |
20803 | if mkdir conftest.dir; then | |
20804 | cd conftest.dir | |
21d1c967 | 20805 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
e6cc62c6 | 20806 | cat >Imakefile <<'_ACEOF' |
21d1c967 GD |
20807 | acfindx: |
20808 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
e6cc62c6 | 20809 | _ACEOF |
21d1c967 GD |
20810 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then |
20811 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
20812 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
20813 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
20814 | for ac_extension in a so sl; do | |
20815 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
e6cc62c6 | 20816 | test -f $ac_im_libdir/libX11.$ac_extension; then |
21d1c967 GD |
20817 | ac_im_usrlibdir=$ac_im_libdir; break |
20818 | fi | |
20819 | done | |
20820 | # Screen out bogus values from the imake configuration. They are | |
20821 | # bogus both because they are the default anyway, and because | |
20822 | # using them would break gcc on systems where it needs fixed includes. | |
e6cc62c6 | 20823 | case $ac_im_incroot in |
21d1c967 | 20824 | /usr/include) ;; |
e6cc62c6 | 20825 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; |
21d1c967 | 20826 | esac |
e6cc62c6 | 20827 | case $ac_im_usrlibdir in |
21d1c967 | 20828 | /usr/lib | /lib) ;; |
e6cc62c6 | 20829 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; |
21d1c967 GD |
20830 | esac |
20831 | fi | |
20832 | cd .. | |
e6cc62c6 | 20833 | rm -fr conftest.dir |
21d1c967 | 20834 | fi |
10f2d63a | 20835 | |
e6cc62c6 VS |
20836 | # Standard set of common directories for X headers. |
20837 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
20838 | ac_x_header_dirs=' | |
20839 | /usr/X11/include | |
20840 | /usr/X11R6/include | |
20841 | /usr/X11R5/include | |
20842 | /usr/X11R4/include | |
20843 | ||
20844 | /usr/include/X11 | |
20845 | /usr/include/X11R6 | |
20846 | /usr/include/X11R5 | |
20847 | /usr/include/X11R4 | |
20848 | ||
20849 | /usr/local/X11/include | |
20850 | /usr/local/X11R6/include | |
20851 | /usr/local/X11R5/include | |
20852 | /usr/local/X11R4/include | |
20853 | ||
20854 | /usr/local/include/X11 | |
20855 | /usr/local/include/X11R6 | |
20856 | /usr/local/include/X11R5 | |
20857 | /usr/local/include/X11R4 | |
20858 | ||
20859 | /usr/X386/include | |
20860 | /usr/x386/include | |
20861 | /usr/XFree86/include/X11 | |
20862 | ||
20863 | /usr/include | |
20864 | /usr/local/include | |
20865 | /usr/unsupported/include | |
20866 | /usr/athena/include | |
20867 | /usr/local/x11r5/include | |
20868 | /usr/lpp/Xamples/include | |
20869 | ||
20870 | /usr/openwin/include | |
20871 | /usr/openwin/share/include' | |
20872 | ||
20873 | if test "$ac_x_includes" = no; then | |
20874 | # Guess where to find include files, by looking for Intrinsic.h. | |
21d1c967 | 20875 | # First, try using that file with no special directory specified. |
e6cc62c6 VS |
20876 | cat >conftest.$ac_ext <<_ACEOF |
20877 | #line $LINENO "configure" | |
20878 | /* confdefs.h. */ | |
20879 | _ACEOF | |
20880 | cat confdefs.h >>conftest.$ac_ext | |
20881 | cat >>conftest.$ac_ext <<_ACEOF | |
20882 | /* end confdefs.h. */ | |
20883 | #include <X11/Intrinsic.h> | |
20884 | _ACEOF | |
20885 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20886 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20887 | ac_status=$? | |
20888 | grep -v '^ *+' conftest.er1 >conftest.err | |
20889 | rm -f conftest.er1 | |
20890 | cat conftest.err >&5 | |
20891 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20892 | (exit $ac_status); } >/dev/null; then | |
20893 | if test -s conftest.err; then | |
20894 | ac_cpp_err=$ac_c_preproc_warn_flag | |
20895 | else | |
20896 | ac_cpp_err= | |
20897 | fi | |
20898 | else | |
20899 | ac_cpp_err=yes | |
20900 | fi | |
20901 | if test -z "$ac_cpp_err"; then | |
21d1c967 GD |
20902 | # We can compile using X headers with no special include directory. |
20903 | ac_x_includes= | |
90dd450c | 20904 | else |
e6cc62c6 VS |
20905 | echo "$as_me: failed program was:" >&5 |
20906 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20907 | ||
20908 | for ac_dir in $ac_x_header_dirs; do | |
20909 | if test -r "$ac_dir/X11/Intrinsic.h"; then | |
20910 | ac_x_includes=$ac_dir | |
20911 | break | |
20912 | fi | |
20913 | done | |
3a922bb4 | 20914 | fi |
e6cc62c6 VS |
20915 | rm -f conftest.err conftest.$ac_ext |
20916 | fi # $ac_x_includes = no | |
10f2d63a | 20917 | |
e6cc62c6 | 20918 | if test "$ac_x_libraries" = no; then |
21d1c967 | 20919 | # Check for the libraries. |
21d1c967 GD |
20920 | # See if we find them without any special options. |
20921 | # Don't add to $LIBS permanently. | |
e6cc62c6 VS |
20922 | ac_save_LIBS=$LIBS |
20923 | LIBS="-lXt $LIBS" | |
20924 | cat >conftest.$ac_ext <<_ACEOF | |
20925 | #line $LINENO "configure" | |
20926 | /* confdefs.h. */ | |
20927 | _ACEOF | |
20928 | cat confdefs.h >>conftest.$ac_ext | |
20929 | cat >>conftest.$ac_ext <<_ACEOF | |
20930 | /* end confdefs.h. */ | |
20931 | #include <X11/Intrinsic.h> | |
20932 | int | |
20933 | main () | |
20934 | { | |
20935 | XtMalloc (0) | |
20936 | ; | |
20937 | return 0; | |
20938 | } | |
20939 | _ACEOF | |
20940 | rm -f conftest.$ac_objext conftest$ac_exeext | |
20941 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20942 | (eval $ac_link) 2>&5 | |
20943 | ac_status=$? | |
20944 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20945 | (exit $ac_status); } && | |
20946 | { ac_try='test -s conftest$ac_exeext' | |
20947 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20948 | (eval $ac_try) 2>&5 | |
20949 | ac_status=$? | |
20950 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20951 | (exit $ac_status); }; }; then | |
20952 | LIBS=$ac_save_LIBS | |
21d1c967 GD |
20953 | # We can link X programs with no special library path. |
20954 | ac_x_libraries= | |
3a922bb4 | 20955 | else |
e6cc62c6 VS |
20956 | echo "$as_me: failed program was:" >&5 |
20957 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20958 | ||
20959 | LIBS=$ac_save_LIBS | |
20960 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | |
21d1c967 | 20961 | do |
e6cc62c6 | 20962 | # Don't even attempt the hair of trying to link an X program! |
21d1c967 | 20963 | for ac_extension in a so sl; do |
e6cc62c6 | 20964 | if test -r $ac_dir/libXt.$ac_extension; then |
21d1c967 GD |
20965 | ac_x_libraries=$ac_dir |
20966 | break 2 | |
20967 | fi | |
20968 | done | |
20969 | done | |
3a922bb4 | 20970 | fi |
e6cc62c6 VS |
20971 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
20972 | fi # $ac_x_libraries = no | |
90dd450c | 20973 | |
e6cc62c6 | 20974 | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then |
21d1c967 GD |
20975 | # Didn't find X anywhere. Cache the known absence of X. |
20976 | ac_cv_have_x="have_x=no" | |
20977 | else | |
20978 | # Record where we found X for the cache. | |
20979 | ac_cv_have_x="have_x=yes \ | |
20980 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
90dd450c | 20981 | fi |
21d1c967 | 20982 | fi |
e6cc62c6 | 20983 | |
21d1c967 GD |
20984 | fi |
20985 | eval "$ac_cv_have_x" | |
20986 | fi # $with_x != no | |
90dd450c | 20987 | |
21d1c967 | 20988 | if test "$have_x" != yes; then |
e6cc62c6 VS |
20989 | echo "$as_me:$LINENO: result: $have_x" >&5 |
20990 | echo "${ECHO_T}$have_x" >&6 | |
21d1c967 GD |
20991 | no_x=yes |
20992 | else | |
20993 | # If each of the values was on the command line, it overrides each guess. | |
20994 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
20995 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
20996 | # Update the cache value to reflect the command line values. | |
20997 | ac_cv_have_x="have_x=yes \ | |
20998 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
e6cc62c6 VS |
20999 | echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 |
21000 | echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 | |
21d1c967 | 21001 | fi |
90dd450c | 21002 | |
21d1c967 | 21003 | if test "$no_x" = yes; then |
90dd450c | 21004 | # Not all programs may use this symbol, but it does not hurt to define it. |
e6cc62c6 VS |
21005 | |
21006 | cat >>confdefs.h <<\_ACEOF | |
90dd450c | 21007 | #define X_DISPLAY_MISSING 1 |
e6cc62c6 | 21008 | _ACEOF |
90dd450c VZ |
21009 | |
21010 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
21011 | else | |
21012 | if test -n "$x_includes"; then | |
21013 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
62d0491b | 21014 | fi |
3a922bb4 | 21015 | |
90dd450c VZ |
21016 | # It would also be nice to do this for all -L options, not just this one. |
21017 | if test -n "$x_libraries"; then | |
21018 | X_LIBS="$X_LIBS -L$x_libraries" | |
21019 | # For Solaris; some versions of Sun CC require a space after -R and | |
21020 | # others require no space. Words are not sufficient . . . . | |
e6cc62c6 | 21021 | case `(uname -sr) 2>/dev/null` in |
90dd450c | 21022 | "SunOS 5"*) |
e6cc62c6 VS |
21023 | echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 |
21024 | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 | |
21025 | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" | |
21026 | cat >conftest.$ac_ext <<_ACEOF | |
21027 | #line $LINENO "configure" | |
21028 | /* confdefs.h. */ | |
21029 | _ACEOF | |
21030 | cat confdefs.h >>conftest.$ac_ext | |
21031 | cat >>conftest.$ac_ext <<_ACEOF | |
21032 | /* end confdefs.h. */ | |
21033 | ||
21034 | int | |
21035 | main () | |
21036 | { | |
90dd450c | 21037 | |
e6cc62c6 VS |
21038 | ; |
21039 | return 0; | |
21040 | } | |
21041 | _ACEOF | |
21042 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21043 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21044 | (eval $ac_link) 2>&5 | |
21045 | ac_status=$? | |
21046 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21047 | (exit $ac_status); } && | |
21048 | { ac_try='test -s conftest$ac_exeext' | |
21049 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21050 | (eval $ac_try) 2>&5 | |
21051 | ac_status=$? | |
21052 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21053 | (exit $ac_status); }; }; then | |
90dd450c | 21054 | ac_R_nospace=yes |
3a922bb4 | 21055 | else |
e6cc62c6 VS |
21056 | echo "$as_me: failed program was:" >&5 |
21057 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21058 | ||
21059 | ac_R_nospace=no | |
3a922bb4 | 21060 | fi |
e6cc62c6 | 21061 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
90dd450c | 21062 | if test $ac_R_nospace = yes; then |
e6cc62c6 VS |
21063 | echo "$as_me:$LINENO: result: no" >&5 |
21064 | echo "${ECHO_T}no" >&6 | |
90dd450c VZ |
21065 | X_LIBS="$X_LIBS -R$x_libraries" |
21066 | else | |
21067 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
e6cc62c6 VS |
21068 | cat >conftest.$ac_ext <<_ACEOF |
21069 | #line $LINENO "configure" | |
21070 | /* confdefs.h. */ | |
21071 | _ACEOF | |
21072 | cat confdefs.h >>conftest.$ac_ext | |
21073 | cat >>conftest.$ac_ext <<_ACEOF | |
21074 | /* end confdefs.h. */ | |
21075 | ||
21076 | int | |
21077 | main () | |
21078 | { | |
6f754473 | 21079 | |
e6cc62c6 VS |
21080 | ; |
21081 | return 0; | |
21082 | } | |
21083 | _ACEOF | |
21084 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21085 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21086 | (eval $ac_link) 2>&5 | |
21087 | ac_status=$? | |
21088 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21089 | (exit $ac_status); } && | |
21090 | { ac_try='test -s conftest$ac_exeext' | |
21091 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21092 | (eval $ac_try) 2>&5 | |
21093 | ac_status=$? | |
21094 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21095 | (exit $ac_status); }; }; then | |
90dd450c VZ |
21096 | ac_R_space=yes |
21097 | else | |
e6cc62c6 VS |
21098 | echo "$as_me: failed program was:" >&5 |
21099 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21100 | ||
21101 | ac_R_space=no | |
90dd450c | 21102 | fi |
e6cc62c6 | 21103 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
90dd450c | 21104 | if test $ac_R_space = yes; then |
e6cc62c6 VS |
21105 | echo "$as_me:$LINENO: result: yes" >&5 |
21106 | echo "${ECHO_T}yes" >&6 | |
90dd450c VZ |
21107 | X_LIBS="$X_LIBS -R $x_libraries" |
21108 | else | |
e6cc62c6 VS |
21109 | echo "$as_me:$LINENO: result: neither works" >&5 |
21110 | echo "${ECHO_T}neither works" >&6 | |
90dd450c VZ |
21111 | fi |
21112 | fi | |
e6cc62c6 | 21113 | LIBS=$ac_xsave_LIBS |
90dd450c VZ |
21114 | esac |
21115 | fi | |
21116 | ||
21117 | # Check for system-dependent libraries X programs must link with. | |
21118 | # Do this before checking for the system-independent R6 libraries | |
21119 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
6f754473 | 21120 | |
90dd450c VZ |
21121 | if test "$ISC" = yes; then |
21122 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
21123 | else | |
e6cc62c6 VS |
21124 | # Martyn Johnson says this is needed for Ultrix, if the X |
21125 | # libraries were built with DECnet support. And Karl Berry says | |
90dd450c | 21126 | # the Alpha needs dnet_stub (dnet does not exist). |
e6cc62c6 VS |
21127 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" |
21128 | cat >conftest.$ac_ext <<_ACEOF | |
21129 | #line $LINENO "configure" | |
21130 | /* confdefs.h. */ | |
21131 | _ACEOF | |
21132 | cat confdefs.h >>conftest.$ac_ext | |
21133 | cat >>conftest.$ac_ext <<_ACEOF | |
21134 | /* end confdefs.h. */ | |
21135 | ||
247f5006 | 21136 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21137 | #ifdef __cplusplus |
21138 | extern "C" | |
21139 | #endif | |
247f5006 | 21140 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21141 | builtin and then its argument prototype would still apply. */ |
21142 | char XOpenDisplay (); | |
21143 | int | |
21144 | main () | |
21145 | { | |
21146 | XOpenDisplay (); | |
21147 | ; | |
21148 | return 0; | |
21149 | } | |
21150 | _ACEOF | |
21151 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21152 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21153 | (eval $ac_link) 2>&5 | |
21154 | ac_status=$? | |
21155 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21156 | (exit $ac_status); } && | |
21157 | { ac_try='test -s conftest$ac_exeext' | |
21158 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21159 | (eval $ac_try) 2>&5 | |
21160 | ac_status=$? | |
21161 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21162 | (exit $ac_status); }; }; then | |
21163 | : | |
21164 | else | |
21165 | echo "$as_me: failed program was:" >&5 | |
21166 | sed 's/^/| /' conftest.$ac_ext >&5 | |
a0b9e27f | 21167 | |
e6cc62c6 VS |
21168 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 |
21169 | echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 | |
21170 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | |
21171 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 21172 | else |
e6cc62c6 VS |
21173 | ac_check_lib_save_LIBS=$LIBS |
21174 | LIBS="-ldnet $LIBS" | |
21175 | cat >conftest.$ac_ext <<_ACEOF | |
21176 | #line $LINENO "configure" | |
21177 | /* confdefs.h. */ | |
21178 | _ACEOF | |
21179 | cat confdefs.h >>conftest.$ac_ext | |
21180 | cat >>conftest.$ac_ext <<_ACEOF | |
21181 | /* end confdefs.h. */ | |
a0b9e27f | 21182 | |
e6cc62c6 VS |
21183 | /* Override any gcc2 internal prototype to avoid an error. */ |
21184 | #ifdef __cplusplus | |
21185 | extern "C" | |
21186 | #endif | |
21187 | /* We use char because int might match the return type of a gcc2 | |
21188 | builtin and then its argument prototype would still apply. */ | |
21189 | char dnet_ntoa (); | |
21190 | int | |
21191 | main () | |
21192 | { | |
21193 | dnet_ntoa (); | |
21194 | ; | |
21195 | return 0; | |
21196 | } | |
21197 | _ACEOF | |
21198 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21199 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21200 | (eval $ac_link) 2>&5 | |
21201 | ac_status=$? | |
21202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21203 | (exit $ac_status); } && | |
21204 | { ac_try='test -s conftest$ac_exeext' | |
21205 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21206 | (eval $ac_try) 2>&5 | |
21207 | ac_status=$? | |
21208 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21209 | (exit $ac_status); }; }; then | |
21210 | ac_cv_lib_dnet_dnet_ntoa=yes | |
21211 | else | |
21212 | echo "$as_me: failed program was:" >&5 | |
21213 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21214 | ||
21215 | ac_cv_lib_dnet_dnet_ntoa=no | |
21216 | fi | |
21217 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21218 | LIBS=$ac_check_lib_save_LIBS | |
21219 | fi | |
21220 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | |
21221 | echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 | |
21222 | if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | |
90dd450c | 21223 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
3a922bb4 RL |
21224 | fi |
21225 | ||
90dd450c | 21226 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
e6cc62c6 VS |
21227 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 |
21228 | echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 | |
21229 | if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then | |
21230 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
90dd450c | 21231 | else |
e6cc62c6 | 21232 | ac_check_lib_save_LIBS=$LIBS |
90dd450c | 21233 | LIBS="-ldnet_stub $LIBS" |
e6cc62c6 VS |
21234 | cat >conftest.$ac_ext <<_ACEOF |
21235 | #line $LINENO "configure" | |
21236 | /* confdefs.h. */ | |
21237 | _ACEOF | |
21238 | cat confdefs.h >>conftest.$ac_ext | |
21239 | cat >>conftest.$ac_ext <<_ACEOF | |
21240 | /* end confdefs.h. */ | |
21241 | ||
90dd450c | 21242 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21243 | #ifdef __cplusplus |
21244 | extern "C" | |
21245 | #endif | |
90dd450c | 21246 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21247 | builtin and then its argument prototype would still apply. */ |
21248 | char dnet_ntoa (); | |
21249 | int | |
21250 | main () | |
21251 | { | |
21252 | dnet_ntoa (); | |
21253 | ; | |
21254 | return 0; | |
21255 | } | |
21256 | _ACEOF | |
21257 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21258 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21259 | (eval $ac_link) 2>&5 | |
21260 | ac_status=$? | |
21261 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21262 | (exit $ac_status); } && | |
21263 | { ac_try='test -s conftest$ac_exeext' | |
21264 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21265 | (eval $ac_try) 2>&5 | |
21266 | ac_status=$? | |
21267 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21268 | (exit $ac_status); }; }; then | |
21269 | ac_cv_lib_dnet_stub_dnet_ntoa=yes | |
21270 | else | |
21271 | echo "$as_me: failed program was:" >&5 | |
21272 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21273 | ||
21274 | ac_cv_lib_dnet_stub_dnet_ntoa=no | |
21275 | fi | |
21276 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21277 | LIBS=$ac_check_lib_save_LIBS | |
21278 | fi | |
21279 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 | |
21280 | echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 | |
21281 | if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then | |
90dd450c | 21282 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
3a922bb4 RL |
21283 | fi |
21284 | ||
90dd450c | 21285 | fi |
e6cc62c6 VS |
21286 | fi |
21287 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21288 | LIBS="$ac_xsave_LIBS" | |
978f1259 | 21289 | |
90dd450c VZ |
21290 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
21291 | # to get the SysV transport functions. | |
e6cc62c6 | 21292 | # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) |
90dd450c VZ |
21293 | # needs -lnsl. |
21294 | # The nsl library prevents programs from opening the X display | |
e6cc62c6 VS |
21295 | # on Irix 5.2, according to T.E. Dickey. |
21296 | # The functions gethostbyname, getservbyname, and inet_addr are | |
21297 | # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. | |
21298 | echo "$as_me:$LINENO: checking for gethostbyname" >&5 | |
21299 | echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 | |
21300 | if test "${ac_cv_func_gethostbyname+set}" = set; then | |
21301 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21302 | else | |
21303 | cat >conftest.$ac_ext <<_ACEOF | |
21304 | #line $LINENO "configure" | |
21305 | /* confdefs.h. */ | |
21306 | _ACEOF | |
21307 | cat confdefs.h >>conftest.$ac_ext | |
21308 | cat >>conftest.$ac_ext <<_ACEOF | |
21309 | /* end confdefs.h. */ | |
90dd450c | 21310 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
21311 | which can conflict with char gethostbyname (); below. |
21312 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
21313 | <limits.h> exists even on freestanding compilers. */ | |
21314 | #ifdef __STDC__ | |
21315 | # include <limits.h> | |
21316 | #else | |
21317 | # include <assert.h> | |
21318 | #endif | |
90dd450c | 21319 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21320 | #ifdef __cplusplus |
21321 | extern "C" | |
21322 | { | |
21323 | #endif | |
90dd450c | 21324 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21325 | builtin and then its argument prototype would still apply. */ |
21326 | char gethostbyname (); | |
90dd450c VZ |
21327 | /* The GNU C library defines this for functions which it implements |
21328 | to always fail with ENOSYS. Some functions are actually named | |
21329 | something starting with __ and the normal name is an alias. */ | |
21330 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
21331 | choke me | |
21332 | #else | |
e6cc62c6 VS |
21333 | char (*f) () = gethostbyname; |
21334 | #endif | |
21335 | #ifdef __cplusplus | |
21336 | } | |
90dd450c | 21337 | #endif |
978f1259 | 21338 | |
e6cc62c6 VS |
21339 | int |
21340 | main () | |
21341 | { | |
21342 | return f != gethostbyname; | |
21343 | ; | |
21344 | return 0; | |
21345 | } | |
21346 | _ACEOF | |
21347 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21348 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21349 | (eval $ac_link) 2>&5 | |
21350 | ac_status=$? | |
21351 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21352 | (exit $ac_status); } && | |
21353 | { ac_try='test -s conftest$ac_exeext' | |
21354 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21355 | (eval $ac_try) 2>&5 | |
21356 | ac_status=$? | |
21357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21358 | (exit $ac_status); }; }; then | |
21359 | ac_cv_func_gethostbyname=yes | |
21360 | else | |
21361 | echo "$as_me: failed program was:" >&5 | |
21362 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21363 | ||
21364 | ac_cv_func_gethostbyname=no | |
21365 | fi | |
21366 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21367 | fi | |
21368 | echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 | |
21369 | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 | |
698dcdb6 | 21370 | |
90dd450c | 21371 | if test $ac_cv_func_gethostbyname = no; then |
e6cc62c6 VS |
21372 | echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 |
21373 | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 | |
21374 | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then | |
21375 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
90dd450c | 21376 | else |
e6cc62c6 | 21377 | ac_check_lib_save_LIBS=$LIBS |
90dd450c | 21378 | LIBS="-lnsl $LIBS" |
e6cc62c6 VS |
21379 | cat >conftest.$ac_ext <<_ACEOF |
21380 | #line $LINENO "configure" | |
21381 | /* confdefs.h. */ | |
21382 | _ACEOF | |
21383 | cat confdefs.h >>conftest.$ac_ext | |
21384 | cat >>conftest.$ac_ext <<_ACEOF | |
21385 | /* end confdefs.h. */ | |
21386 | ||
90dd450c | 21387 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21388 | #ifdef __cplusplus |
21389 | extern "C" | |
21390 | #endif | |
90dd450c | 21391 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21392 | builtin and then its argument prototype would still apply. */ |
21393 | char gethostbyname (); | |
21394 | int | |
21395 | main () | |
21396 | { | |
21397 | gethostbyname (); | |
21398 | ; | |
21399 | return 0; | |
21400 | } | |
21401 | _ACEOF | |
21402 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21403 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21404 | (eval $ac_link) 2>&5 | |
21405 | ac_status=$? | |
21406 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21407 | (exit $ac_status); } && | |
21408 | { ac_try='test -s conftest$ac_exeext' | |
21409 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21410 | (eval $ac_try) 2>&5 | |
21411 | ac_status=$? | |
21412 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21413 | (exit $ac_status); }; }; then | |
21414 | ac_cv_lib_nsl_gethostbyname=yes | |
21415 | else | |
21416 | echo "$as_me: failed program was:" >&5 | |
21417 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21418 | ||
21419 | ac_cv_lib_nsl_gethostbyname=no | |
21420 | fi | |
21421 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21422 | LIBS=$ac_check_lib_save_LIBS | |
21423 | fi | |
21424 | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 | |
21425 | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 | |
21426 | if test $ac_cv_lib_nsl_gethostbyname = yes; then | |
21427 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
a0b9e27f | 21428 | fi |
247f5006 | 21429 | |
e6cc62c6 VS |
21430 | if test $ac_cv_lib_nsl_gethostbyname = no; then |
21431 | echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 | |
21432 | echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 | |
21433 | if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then | |
21434 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 21435 | else |
e6cc62c6 VS |
21436 | ac_check_lib_save_LIBS=$LIBS |
21437 | LIBS="-lbsd $LIBS" | |
21438 | cat >conftest.$ac_ext <<_ACEOF | |
21439 | #line $LINENO "configure" | |
21440 | /* confdefs.h. */ | |
21441 | _ACEOF | |
21442 | cat confdefs.h >>conftest.$ac_ext | |
21443 | cat >>conftest.$ac_ext <<_ACEOF | |
21444 | /* end confdefs.h. */ | |
21445 | ||
21446 | /* Override any gcc2 internal prototype to avoid an error. */ | |
21447 | #ifdef __cplusplus | |
21448 | extern "C" | |
21449 | #endif | |
21450 | /* We use char because int might match the return type of a gcc2 | |
21451 | builtin and then its argument prototype would still apply. */ | |
21452 | char gethostbyname (); | |
21453 | int | |
21454 | main () | |
21455 | { | |
21456 | gethostbyname (); | |
21457 | ; | |
21458 | return 0; | |
21459 | } | |
21460 | _ACEOF | |
21461 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21462 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21463 | (eval $ac_link) 2>&5 | |
21464 | ac_status=$? | |
21465 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21466 | (exit $ac_status); } && | |
21467 | { ac_try='test -s conftest$ac_exeext' | |
21468 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21469 | (eval $ac_try) 2>&5 | |
21470 | ac_status=$? | |
21471 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21472 | (exit $ac_status); }; }; then | |
21473 | ac_cv_lib_bsd_gethostbyname=yes | |
21474 | else | |
21475 | echo "$as_me: failed program was:" >&5 | |
21476 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21477 | ||
21478 | ac_cv_lib_bsd_gethostbyname=no | |
21479 | fi | |
21480 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21481 | LIBS=$ac_check_lib_save_LIBS | |
21482 | fi | |
21483 | echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 | |
21484 | echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 | |
21485 | if test $ac_cv_lib_bsd_gethostbyname = yes; then | |
21486 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" | |
90dd450c | 21487 | fi |
b12915c1 | 21488 | |
e6cc62c6 | 21489 | fi |
90dd450c VZ |
21490 | fi |
21491 | ||
21492 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
21493 | # socket/setsockopt and other routines are undefined under SCO ODT | |
21494 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
e6cc62c6 VS |
21495 | # on later versions), says Simon Leinen: it contains gethostby* |
21496 | # variants that don't use the name server (or something). -lsocket | |
21497 | # must be given before -lnsl if both are needed. We assume that | |
21498 | # if connect needs -lnsl, so does gethostbyname. | |
21499 | echo "$as_me:$LINENO: checking for connect" >&5 | |
21500 | echo $ECHO_N "checking for connect... $ECHO_C" >&6 | |
21501 | if test "${ac_cv_func_connect+set}" = set; then | |
21502 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21503 | else | |
21504 | cat >conftest.$ac_ext <<_ACEOF | |
21505 | #line $LINENO "configure" | |
21506 | /* confdefs.h. */ | |
21507 | _ACEOF | |
21508 | cat confdefs.h >>conftest.$ac_ext | |
21509 | cat >>conftest.$ac_ext <<_ACEOF | |
21510 | /* end confdefs.h. */ | |
90dd450c | 21511 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
21512 | which can conflict with char connect (); below. |
21513 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
21514 | <limits.h> exists even on freestanding compilers. */ | |
21515 | #ifdef __STDC__ | |
21516 | # include <limits.h> | |
21517 | #else | |
21518 | # include <assert.h> | |
21519 | #endif | |
90dd450c | 21520 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21521 | #ifdef __cplusplus |
21522 | extern "C" | |
21523 | { | |
21524 | #endif | |
90dd450c | 21525 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21526 | builtin and then its argument prototype would still apply. */ |
21527 | char connect (); | |
90dd450c VZ |
21528 | /* The GNU C library defines this for functions which it implements |
21529 | to always fail with ENOSYS. Some functions are actually named | |
21530 | something starting with __ and the normal name is an alias. */ | |
21531 | #if defined (__stub_connect) || defined (__stub___connect) | |
21532 | choke me | |
21533 | #else | |
e6cc62c6 VS |
21534 | char (*f) () = connect; |
21535 | #endif | |
21536 | #ifdef __cplusplus | |
21537 | } | |
90dd450c VZ |
21538 | #endif |
21539 | ||
e6cc62c6 VS |
21540 | int |
21541 | main () | |
21542 | { | |
21543 | return f != connect; | |
21544 | ; | |
21545 | return 0; | |
21546 | } | |
21547 | _ACEOF | |
21548 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21549 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21550 | (eval $ac_link) 2>&5 | |
21551 | ac_status=$? | |
21552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21553 | (exit $ac_status); } && | |
21554 | { ac_try='test -s conftest$ac_exeext' | |
21555 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21556 | (eval $ac_try) 2>&5 | |
21557 | ac_status=$? | |
21558 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21559 | (exit $ac_status); }; }; then | |
21560 | ac_cv_func_connect=yes | |
21561 | else | |
21562 | echo "$as_me: failed program was:" >&5 | |
21563 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21564 | ||
21565 | ac_cv_func_connect=no | |
21566 | fi | |
21567 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21568 | fi | |
21569 | echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 | |
21570 | echo "${ECHO_T}$ac_cv_func_connect" >&6 | |
55e80573 | 21571 | |
90dd450c | 21572 | if test $ac_cv_func_connect = no; then |
e6cc62c6 VS |
21573 | echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 |
21574 | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 | |
21575 | if test "${ac_cv_lib_socket_connect+set}" = set; then | |
21576 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
90dd450c | 21577 | else |
e6cc62c6 | 21578 | ac_check_lib_save_LIBS=$LIBS |
90dd450c | 21579 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
e6cc62c6 VS |
21580 | cat >conftest.$ac_ext <<_ACEOF |
21581 | #line $LINENO "configure" | |
21582 | /* confdefs.h. */ | |
21583 | _ACEOF | |
21584 | cat confdefs.h >>conftest.$ac_ext | |
21585 | cat >>conftest.$ac_ext <<_ACEOF | |
21586 | /* end confdefs.h. */ | |
21587 | ||
90dd450c | 21588 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21589 | #ifdef __cplusplus |
21590 | extern "C" | |
21591 | #endif | |
90dd450c | 21592 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21593 | builtin and then its argument prototype would still apply. */ |
21594 | char connect (); | |
21595 | int | |
21596 | main () | |
21597 | { | |
21598 | connect (); | |
21599 | ; | |
21600 | return 0; | |
21601 | } | |
21602 | _ACEOF | |
21603 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21604 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21605 | (eval $ac_link) 2>&5 | |
21606 | ac_status=$? | |
21607 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21608 | (exit $ac_status); } && | |
21609 | { ac_try='test -s conftest$ac_exeext' | |
21610 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21611 | (eval $ac_try) 2>&5 | |
21612 | ac_status=$? | |
21613 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21614 | (exit $ac_status); }; }; then | |
21615 | ac_cv_lib_socket_connect=yes | |
21616 | else | |
21617 | echo "$as_me: failed program was:" >&5 | |
21618 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21619 | ||
21620 | ac_cv_lib_socket_connect=no | |
21621 | fi | |
21622 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21623 | LIBS=$ac_check_lib_save_LIBS | |
21624 | fi | |
21625 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 | |
21626 | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 | |
21627 | if test $ac_cv_lib_socket_connect = yes; then | |
90dd450c | 21628 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
90dd450c | 21629 | fi |
77e13408 | 21630 | |
90dd450c | 21631 | fi |
25d0687a | 21632 | |
e6cc62c6 VS |
21633 | # Guillermo Gomez says -lposix is necessary on A/UX. |
21634 | echo "$as_me:$LINENO: checking for remove" >&5 | |
21635 | echo $ECHO_N "checking for remove... $ECHO_C" >&6 | |
21636 | if test "${ac_cv_func_remove+set}" = set; then | |
21637 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21638 | else | |
21639 | cat >conftest.$ac_ext <<_ACEOF | |
21640 | #line $LINENO "configure" | |
21641 | /* confdefs.h. */ | |
21642 | _ACEOF | |
21643 | cat confdefs.h >>conftest.$ac_ext | |
21644 | cat >>conftest.$ac_ext <<_ACEOF | |
21645 | /* end confdefs.h. */ | |
90dd450c | 21646 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
21647 | which can conflict with char remove (); below. |
21648 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
21649 | <limits.h> exists even on freestanding compilers. */ | |
21650 | #ifdef __STDC__ | |
21651 | # include <limits.h> | |
21652 | #else | |
21653 | # include <assert.h> | |
21654 | #endif | |
90dd450c | 21655 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21656 | #ifdef __cplusplus |
21657 | extern "C" | |
21658 | { | |
21659 | #endif | |
90dd450c | 21660 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21661 | builtin and then its argument prototype would still apply. */ |
21662 | char remove (); | |
90dd450c VZ |
21663 | /* The GNU C library defines this for functions which it implements |
21664 | to always fail with ENOSYS. Some functions are actually named | |
21665 | something starting with __ and the normal name is an alias. */ | |
21666 | #if defined (__stub_remove) || defined (__stub___remove) | |
21667 | choke me | |
21668 | #else | |
e6cc62c6 VS |
21669 | char (*f) () = remove; |
21670 | #endif | |
21671 | #ifdef __cplusplus | |
21672 | } | |
90dd450c | 21673 | #endif |
55e80573 | 21674 | |
e6cc62c6 VS |
21675 | int |
21676 | main () | |
21677 | { | |
21678 | return f != remove; | |
21679 | ; | |
21680 | return 0; | |
21681 | } | |
21682 | _ACEOF | |
21683 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21684 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21685 | (eval $ac_link) 2>&5 | |
21686 | ac_status=$? | |
21687 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21688 | (exit $ac_status); } && | |
21689 | { ac_try='test -s conftest$ac_exeext' | |
21690 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21691 | (eval $ac_try) 2>&5 | |
21692 | ac_status=$? | |
21693 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21694 | (exit $ac_status); }; }; then | |
21695 | ac_cv_func_remove=yes | |
21696 | else | |
21697 | echo "$as_me: failed program was:" >&5 | |
21698 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21699 | ||
21700 | ac_cv_func_remove=no | |
21701 | fi | |
21702 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21703 | fi | |
21704 | echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 | |
21705 | echo "${ECHO_T}$ac_cv_func_remove" >&6 | |
10f2d63a | 21706 | |
90dd450c | 21707 | if test $ac_cv_func_remove = no; then |
e6cc62c6 VS |
21708 | echo "$as_me:$LINENO: checking for remove in -lposix" >&5 |
21709 | echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 | |
21710 | if test "${ac_cv_lib_posix_remove+set}" = set; then | |
21711 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
90dd450c | 21712 | else |
e6cc62c6 | 21713 | ac_check_lib_save_LIBS=$LIBS |
90dd450c | 21714 | LIBS="-lposix $LIBS" |
e6cc62c6 VS |
21715 | cat >conftest.$ac_ext <<_ACEOF |
21716 | #line $LINENO "configure" | |
21717 | /* confdefs.h. */ | |
21718 | _ACEOF | |
21719 | cat confdefs.h >>conftest.$ac_ext | |
21720 | cat >>conftest.$ac_ext <<_ACEOF | |
21721 | /* end confdefs.h. */ | |
21722 | ||
90dd450c | 21723 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21724 | #ifdef __cplusplus |
21725 | extern "C" | |
21726 | #endif | |
90dd450c | 21727 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21728 | builtin and then its argument prototype would still apply. */ |
21729 | char remove (); | |
21730 | int | |
21731 | main () | |
21732 | { | |
21733 | remove (); | |
21734 | ; | |
21735 | return 0; | |
21736 | } | |
21737 | _ACEOF | |
21738 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21739 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21740 | (eval $ac_link) 2>&5 | |
21741 | ac_status=$? | |
21742 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21743 | (exit $ac_status); } && | |
21744 | { ac_try='test -s conftest$ac_exeext' | |
21745 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21746 | (eval $ac_try) 2>&5 | |
21747 | ac_status=$? | |
21748 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21749 | (exit $ac_status); }; }; then | |
21750 | ac_cv_lib_posix_remove=yes | |
21751 | else | |
21752 | echo "$as_me: failed program was:" >&5 | |
21753 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21754 | ||
21755 | ac_cv_lib_posix_remove=no | |
21756 | fi | |
21757 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21758 | LIBS=$ac_check_lib_save_LIBS | |
21759 | fi | |
21760 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 | |
21761 | echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 | |
21762 | if test $ac_cv_lib_posix_remove = yes; then | |
90dd450c | 21763 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
90dd450c | 21764 | fi |
f6bcfd97 | 21765 | |
6fa882bd RR |
21766 | fi |
21767 | ||
90dd450c | 21768 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
e6cc62c6 VS |
21769 | echo "$as_me:$LINENO: checking for shmat" >&5 |
21770 | echo $ECHO_N "checking for shmat... $ECHO_C" >&6 | |
21771 | if test "${ac_cv_func_shmat+set}" = set; then | |
21772 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21773 | else | |
21774 | cat >conftest.$ac_ext <<_ACEOF | |
21775 | #line $LINENO "configure" | |
21776 | /* confdefs.h. */ | |
21777 | _ACEOF | |
21778 | cat confdefs.h >>conftest.$ac_ext | |
21779 | cat >>conftest.$ac_ext <<_ACEOF | |
21780 | /* end confdefs.h. */ | |
90dd450c | 21781 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
21782 | which can conflict with char shmat (); below. |
21783 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
21784 | <limits.h> exists even on freestanding compilers. */ | |
21785 | #ifdef __STDC__ | |
21786 | # include <limits.h> | |
21787 | #else | |
21788 | # include <assert.h> | |
21789 | #endif | |
90dd450c | 21790 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21791 | #ifdef __cplusplus |
21792 | extern "C" | |
21793 | { | |
21794 | #endif | |
90dd450c | 21795 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21796 | builtin and then its argument prototype would still apply. */ |
21797 | char shmat (); | |
90dd450c VZ |
21798 | /* The GNU C library defines this for functions which it implements |
21799 | to always fail with ENOSYS. Some functions are actually named | |
21800 | something starting with __ and the normal name is an alias. */ | |
21801 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
21802 | choke me | |
21803 | #else | |
e6cc62c6 VS |
21804 | char (*f) () = shmat; |
21805 | #endif | |
21806 | #ifdef __cplusplus | |
21807 | } | |
90dd450c | 21808 | #endif |
10f2d63a | 21809 | |
e6cc62c6 VS |
21810 | int |
21811 | main () | |
21812 | { | |
21813 | return f != shmat; | |
21814 | ; | |
21815 | return 0; | |
21816 | } | |
21817 | _ACEOF | |
21818 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21819 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21820 | (eval $ac_link) 2>&5 | |
21821 | ac_status=$? | |
21822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21823 | (exit $ac_status); } && | |
21824 | { ac_try='test -s conftest$ac_exeext' | |
21825 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21826 | (eval $ac_try) 2>&5 | |
21827 | ac_status=$? | |
21828 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21829 | (exit $ac_status); }; }; then | |
21830 | ac_cv_func_shmat=yes | |
21831 | else | |
21832 | echo "$as_me: failed program was:" >&5 | |
21833 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21834 | ||
21835 | ac_cv_func_shmat=no | |
21836 | fi | |
21837 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21838 | fi | |
21839 | echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 | |
21840 | echo "${ECHO_T}$ac_cv_func_shmat" >&6 | |
d08b457b | 21841 | |
90dd450c | 21842 | if test $ac_cv_func_shmat = no; then |
e6cc62c6 VS |
21843 | echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 |
21844 | echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 | |
21845 | if test "${ac_cv_lib_ipc_shmat+set}" = set; then | |
21846 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
d08b457b | 21847 | else |
e6cc62c6 | 21848 | ac_check_lib_save_LIBS=$LIBS |
90dd450c | 21849 | LIBS="-lipc $LIBS" |
e6cc62c6 VS |
21850 | cat >conftest.$ac_ext <<_ACEOF |
21851 | #line $LINENO "configure" | |
21852 | /* confdefs.h. */ | |
21853 | _ACEOF | |
21854 | cat confdefs.h >>conftest.$ac_ext | |
21855 | cat >>conftest.$ac_ext <<_ACEOF | |
21856 | /* end confdefs.h. */ | |
21857 | ||
8284b0c5 | 21858 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21859 | #ifdef __cplusplus |
21860 | extern "C" | |
21861 | #endif | |
90dd450c | 21862 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21863 | builtin and then its argument prototype would still apply. */ |
21864 | char shmat (); | |
21865 | int | |
21866 | main () | |
21867 | { | |
21868 | shmat (); | |
21869 | ; | |
21870 | return 0; | |
21871 | } | |
21872 | _ACEOF | |
21873 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21874 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21875 | (eval $ac_link) 2>&5 | |
21876 | ac_status=$? | |
21877 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21878 | (exit $ac_status); } && | |
21879 | { ac_try='test -s conftest$ac_exeext' | |
21880 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21881 | (eval $ac_try) 2>&5 | |
21882 | ac_status=$? | |
21883 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21884 | (exit $ac_status); }; }; then | |
21885 | ac_cv_lib_ipc_shmat=yes | |
21886 | else | |
21887 | echo "$as_me: failed program was:" >&5 | |
21888 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21889 | ||
21890 | ac_cv_lib_ipc_shmat=no | |
21891 | fi | |
21892 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21893 | LIBS=$ac_check_lib_save_LIBS | |
21894 | fi | |
21895 | echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 | |
21896 | echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 | |
21897 | if test $ac_cv_lib_ipc_shmat = yes; then | |
90dd450c | 21898 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
d08b457b GD |
21899 | fi |
21900 | ||
d558c907 | 21901 | fi |
90dd450c | 21902 | fi |
3a922bb4 | 21903 | |
90dd450c | 21904 | # Check for libraries that X11R6 Xt/Xaw programs need. |
e6cc62c6 | 21905 | ac_save_LDFLAGS=$LDFLAGS |
90dd450c VZ |
21906 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
21907 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
21908 | # check for ICE first), but we must link in the order -lSM -lICE or | |
21909 | # we get undefined symbols. So assume we have SM if we have ICE. | |
21910 | # These have to be linked with before -lX11, unlike the other | |
21911 | # libraries we check for below, so use a different variable. | |
e6cc62c6 VS |
21912 | # John Interrante, Karl Berry |
21913 | echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 | |
21914 | echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 | |
21915 | if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then | |
21916 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21917 | else | |
21918 | ac_check_lib_save_LIBS=$LIBS | |
f09359cf | 21919 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
e6cc62c6 VS |
21920 | cat >conftest.$ac_ext <<_ACEOF |
21921 | #line $LINENO "configure" | |
21922 | /* confdefs.h. */ | |
21923 | _ACEOF | |
21924 | cat confdefs.h >>conftest.$ac_ext | |
21925 | cat >>conftest.$ac_ext <<_ACEOF | |
21926 | /* end confdefs.h. */ | |
21927 | ||
90dd450c | 21928 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
21929 | #ifdef __cplusplus |
21930 | extern "C" | |
21931 | #endif | |
90dd450c | 21932 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
21933 | builtin and then its argument prototype would still apply. */ |
21934 | char IceConnectionNumber (); | |
21935 | int | |
21936 | main () | |
21937 | { | |
21938 | IceConnectionNumber (); | |
21939 | ; | |
21940 | return 0; | |
21941 | } | |
21942 | _ACEOF | |
21943 | rm -f conftest.$ac_objext conftest$ac_exeext | |
21944 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
21945 | (eval $ac_link) 2>&5 | |
21946 | ac_status=$? | |
21947 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21948 | (exit $ac_status); } && | |
21949 | { ac_try='test -s conftest$ac_exeext' | |
21950 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21951 | (eval $ac_try) 2>&5 | |
21952 | ac_status=$? | |
21953 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21954 | (exit $ac_status); }; }; then | |
21955 | ac_cv_lib_ICE_IceConnectionNumber=yes | |
21956 | else | |
21957 | echo "$as_me: failed program was:" >&5 | |
21958 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21959 | ||
21960 | ac_cv_lib_ICE_IceConnectionNumber=no | |
21961 | fi | |
21962 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
21963 | LIBS=$ac_check_lib_save_LIBS | |
21964 | fi | |
21965 | echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 | |
21966 | echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 | |
21967 | if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then | |
90dd450c | 21968 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
9cfadba2 | 21969 | fi |
10f2d63a | 21970 | |
e6cc62c6 | 21971 | LDFLAGS=$ac_save_LDFLAGS |
90dd450c VZ |
21972 | |
21973 | fi | |
21974 | ||
8284b0c5 | 21975 | |
90dd450c | 21976 | if test "$no_x" = "yes"; then |
e6cc62c6 VS |
21977 | { { echo "$as_me:$LINENO: error: X11 not found" >&5 |
21978 | echo "$as_me: error: X11 not found" >&2;} | |
21979 | { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; } | |
90dd450c VZ |
21980 | fi |
21981 | ||
21982 | GUI_TK_LIBRARY="$X_LIBS" | |
21983 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
21984 | AFMINSTALL=afminstall | |
21985 | COMPILED_X_PROGRAM=0 | |
21986 | ||
21d1c967 | 21987 | if test "$wxUSE_NANOX" = "yes"; then |
e6cc62c6 VS |
21988 | echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5 |
21989 | echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6 | |
21d1c967 | 21990 | if test "x$MICROWIN" = x ; then |
e6cc62c6 VS |
21991 | echo "$as_me:$LINENO: result: not found" >&5 |
21992 | echo "${ECHO_T}not found" >&6 | |
21993 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5 | |
21994 | echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;} | |
21995 | { (exit 1); exit 1; }; } | |
90dd450c | 21996 | else |
e6cc62c6 VS |
21997 | echo "$as_me:$LINENO: result: $MICROWIN" >&5 |
21998 | echo "${ECHO_T}$MICROWIN" >&6 | |
21999 | cat >>confdefs.h <<\_ACEOF | |
21d1c967 | 22000 | #define wxUSE_NANOX 1 |
e6cc62c6 | 22001 | _ACEOF |
21d1c967 | 22002 | |
90dd450c VZ |
22003 | fi |
22004 | fi | |
22005 | ||
22006 | xpm_link= | |
e6cc62c6 VS |
22007 | echo "$as_me:$LINENO: checking for Xpm library" >&5 |
22008 | echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6 | |
22009 | ||
90dd450c | 22010 | ac_find_libraries= |
2b5f62a0 | 22011 | for ac_dir in $SEARCH_LIB /usr/lib; |
90dd450c VZ |
22012 | do |
22013 | for ac_extension in a so sl dylib; do | |
22014 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
22015 | ac_find_libraries=$ac_dir | |
22016 | break 2 | |
22017 | fi | |
22018 | done | |
22019 | done | |
22020 | ||
22021 | if test "$ac_find_libraries" != "" ; then | |
e6cc62c6 | 22022 | |
90dd450c VZ |
22023 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
22024 | result=$? | |
22025 | if test $result = 0; then | |
22026 | ac_path_to_link="" | |
22027 | else | |
22028 | ac_path_to_link=" -L$ac_find_libraries" | |
21d1c967 | 22029 | fi |
90dd450c | 22030 | |
21d1c967 GD |
22031 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" |
22032 | xpm_link=" -lXpm" | |
e6cc62c6 | 22033 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 22034 | #define wxHAVE_LIB_XPM 1 |
e6cc62c6 | 22035 | _ACEOF |
90dd450c | 22036 | |
e6cc62c6 VS |
22037 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 |
22038 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
21d1c967 | 22039 | else |
e6cc62c6 VS |
22040 | cat >conftest.$ac_ext <<_ACEOF |
22041 | #line $LINENO "configure" | |
22042 | /* confdefs.h. */ | |
22043 | _ACEOF | |
22044 | cat confdefs.h >>conftest.$ac_ext | |
22045 | cat >>conftest.$ac_ext <<_ACEOF | |
22046 | /* end confdefs.h. */ | |
90dd450c | 22047 | |
21d1c967 | 22048 | #include <X11/xpm.h> |
e6cc62c6 VS |
22049 | |
22050 | int | |
22051 | main () | |
22052 | { | |
6f72b082 | 22053 | |
21d1c967 GD |
22054 | int version; |
22055 | version = XpmLibraryVersion(); | |
e6cc62c6 VS |
22056 | |
22057 | ; | |
22058 | return 0; | |
22059 | } | |
22060 | _ACEOF | |
22061 | rm -f conftest.$ac_objext | |
22062 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
22063 | (eval $ac_compile) 2>&5 | |
22064 | ac_status=$? | |
22065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22066 | (exit $ac_status); } && | |
22067 | { ac_try='test -s conftest.$ac_objext' | |
22068 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22069 | (eval $ac_try) 2>&5 | |
22070 | ac_status=$? | |
22071 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22072 | (exit $ac_status); }; }; then | |
22073 | ||
21d1c967 | 22074 | xpm_link=" -lXpm" |
e6cc62c6 | 22075 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 22076 | #define wxHAVE_LIB_XPM 1 |
e6cc62c6 | 22077 | _ACEOF |
90dd450c | 22078 | |
e6cc62c6 VS |
22079 | echo "$as_me:$LINENO: result: found in default search path" >&5 |
22080 | echo "${ECHO_T}found in default search path" >&6 | |
21d1c967 | 22081 | COMPILED_X_PROGRAM=0 |
e6cc62c6 | 22082 | |
21d1c967 | 22083 | else |
e6cc62c6 VS |
22084 | echo "$as_me: failed program was:" >&5 |
22085 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22086 | ||
22087 | ||
22088 | echo "$as_me:$LINENO: result: no" >&5 | |
22089 | echo "${ECHO_T}no" >&6 | |
22090 | { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5 | |
22091 | echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;} | |
22092 | ||
22093 | ||
6f72b082 | 22094 | fi |
e6cc62c6 | 22095 | rm -f conftest.$ac_objext conftest.$ac_ext |
21d1c967 | 22096 | fi |
90dd450c | 22097 | |
e6cc62c6 VS |
22098 | echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5 |
22099 | echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 | |
22100 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then | |
22101 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
f7f78039 | 22102 | else |
e6cc62c6 | 22103 | ac_check_lib_save_LIBS=$LIBS |
f7f78039 | 22104 | LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS" |
e6cc62c6 VS |
22105 | cat >conftest.$ac_ext <<_ACEOF |
22106 | #line $LINENO "configure" | |
22107 | /* confdefs.h. */ | |
22108 | _ACEOF | |
22109 | cat confdefs.h >>conftest.$ac_ext | |
22110 | cat >>conftest.$ac_ext <<_ACEOF | |
22111 | /* end confdefs.h. */ | |
22112 | ||
f7f78039 | 22113 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
22114 | #ifdef __cplusplus |
22115 | extern "C" | |
22116 | #endif | |
f7f78039 | 22117 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
22118 | builtin and then its argument prototype would still apply. */ |
22119 | char XShapeQueryExtension (); | |
22120 | int | |
22121 | main () | |
22122 | { | |
22123 | XShapeQueryExtension (); | |
22124 | ; | |
22125 | return 0; | |
22126 | } | |
22127 | _ACEOF | |
22128 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22129 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22130 | (eval $ac_link) 2>&5 | |
22131 | ac_status=$? | |
22132 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22133 | (exit $ac_status); } && | |
22134 | { ac_try='test -s conftest$ac_exeext' | |
22135 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22136 | (eval $ac_try) 2>&5 | |
22137 | ac_status=$? | |
22138 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22139 | (exit $ac_status); }; }; then | |
22140 | ac_cv_lib_Xext_XShapeQueryExtension=yes | |
22141 | else | |
22142 | echo "$as_me: failed program was:" >&5 | |
22143 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22144 | ||
22145 | ac_cv_lib_Xext_XShapeQueryExtension=no | |
22146 | fi | |
22147 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
22148 | LIBS=$ac_check_lib_save_LIBS | |
22149 | fi | |
22150 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | |
22151 | echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 | |
22152 | if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then | |
f7f78039 | 22153 | |
f7f78039 MB |
22154 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext" |
22155 | wxHAVE_XEXT_LIB=1 | |
e6cc62c6 | 22156 | |
f7f78039 MB |
22157 | fi |
22158 | ||
22159 | ||
2b5f62a0 | 22160 | if test "$wxUSE_UNICODE" = "yes"; then |
e6cc62c6 | 22161 | |
2b5f62a0 | 22162 | succeeded=no |
90dd450c | 22163 | |
2b5f62a0 VZ |
22164 | if test -z "$PKG_CONFIG"; then |
22165 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
22166 | set dummy pkg-config; ac_word=$2 | |
e6cc62c6 VS |
22167 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
22168 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
22169 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
22170 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 22171 | else |
e6cc62c6 VS |
22172 | case $PKG_CONFIG in |
22173 | [\\/]* | ?:[\\/]*) | |
2b5f62a0 VZ |
22174 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
22175 | ;; | |
2b5f62a0 | 22176 | *) |
e6cc62c6 VS |
22177 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
22178 | for as_dir in $PATH | |
22179 | do | |
22180 | IFS=$as_save_IFS | |
22181 | test -z "$as_dir" && as_dir=. | |
22182 | for ac_exec_ext in '' $ac_executable_extensions; do | |
22183 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
22184 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
22185 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
22186 | break 2 | |
22187 | fi | |
22188 | done | |
22189 | done | |
22190 | ||
2b5f62a0 VZ |
22191 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
22192 | ;; | |
22193 | esac | |
22194 | fi | |
e6cc62c6 VS |
22195 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG |
22196 | ||
2b5f62a0 | 22197 | if test -n "$PKG_CONFIG"; then |
e6cc62c6 VS |
22198 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 |
22199 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
2b5f62a0 | 22200 | else |
e6cc62c6 VS |
22201 | echo "$as_me:$LINENO: result: no" >&5 |
22202 | echo "${ECHO_T}no" >&6 | |
2b5f62a0 VZ |
22203 | fi |
22204 | ||
22205 | fi | |
22206 | ||
22207 | if test "$PKG_CONFIG" = "no" ; then | |
22208 | echo "*** The pkg-config script could not be found. Make sure it is" | |
22209 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
22210 | echo "*** to the full path to pkg-config." | |
22211 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
22212 | else | |
22213 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
22214 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
e6cc62c6 VS |
22215 | echo "$as_me:$LINENO: checking for pangox" >&5 |
22216 | echo $ECHO_N "checking for pangox... $ECHO_C" >&6 | |
2b5f62a0 VZ |
22217 | |
22218 | if $PKG_CONFIG --exists "pangox" ; then | |
e6cc62c6 VS |
22219 | echo "$as_me:$LINENO: result: yes" >&5 |
22220 | echo "${ECHO_T}yes" >&6 | |
2b5f62a0 VZ |
22221 | succeeded=yes |
22222 | ||
e6cc62c6 VS |
22223 | echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5 |
22224 | echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6 | |
2b5f62a0 | 22225 | PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"` |
e6cc62c6 VS |
22226 | echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5 |
22227 | echo "${ECHO_T}$PANGOX_CFLAGS" >&6 | |
2b5f62a0 | 22228 | |
e6cc62c6 VS |
22229 | echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5 |
22230 | echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6 | |
2b5f62a0 | 22231 | PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"` |
e6cc62c6 VS |
22232 | echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5 |
22233 | echo "${ECHO_T}$PANGOX_LIBS" >&6 | |
2b5f62a0 VZ |
22234 | else |
22235 | PANGOX_CFLAGS="" | |
22236 | PANGOX_LIBS="" | |
e6cc62c6 | 22237 | ## If we have a custom action on failure, don't print errors, but |
2b5f62a0 VZ |
22238 | ## do set a variable so people can do so. |
22239 | PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"` | |
e6cc62c6 | 22240 | |
2b5f62a0 VZ |
22241 | fi |
22242 | ||
e6cc62c6 VS |
22243 | |
22244 | ||
2b5f62a0 VZ |
22245 | else |
22246 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
22247 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
22248 | fi | |
22249 | fi | |
22250 | ||
22251 | if test $succeeded = yes; then | |
e6cc62c6 | 22252 | |
2b5f62a0 VZ |
22253 | CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS" |
22254 | LIBS="$LIBS $PANGOX_LIBS" | |
e6cc62c6 | 22255 | |
2b5f62a0 | 22256 | else |
e6cc62c6 VS |
22257 | |
22258 | { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5 | |
22259 | echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;} | |
22260 | { (exit 1); exit 1; }; } | |
22261 | ||
22262 | ||
2b5f62a0 VZ |
22263 | fi |
22264 | ||
e6cc62c6 | 22265 | |
2b5f62a0 VZ |
22266 | succeeded=no |
22267 | ||
22268 | if test -z "$PKG_CONFIG"; then | |
22269 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
22270 | set dummy pkg-config; ac_word=$2 | |
e6cc62c6 VS |
22271 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
22272 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
22273 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
22274 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2b5f62a0 | 22275 | else |
e6cc62c6 VS |
22276 | case $PKG_CONFIG in |
22277 | [\\/]* | ?:[\\/]*) | |
2b5f62a0 VZ |
22278 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
22279 | ;; | |
2b5f62a0 | 22280 | *) |
e6cc62c6 VS |
22281 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
22282 | for as_dir in $PATH | |
22283 | do | |
22284 | IFS=$as_save_IFS | |
22285 | test -z "$as_dir" && as_dir=. | |
22286 | for ac_exec_ext in '' $ac_executable_extensions; do | |
22287 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
22288 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
22289 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
22290 | break 2 | |
22291 | fi | |
22292 | done | |
22293 | done | |
22294 | ||
2b5f62a0 VZ |
22295 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
22296 | ;; | |
22297 | esac | |
22298 | fi | |
e6cc62c6 VS |
22299 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG |
22300 | ||
2b5f62a0 | 22301 | if test -n "$PKG_CONFIG"; then |
e6cc62c6 VS |
22302 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 |
22303 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
2b5f62a0 | 22304 | else |
e6cc62c6 VS |
22305 | echo "$as_me:$LINENO: result: no" >&5 |
22306 | echo "${ECHO_T}no" >&6 | |
2b5f62a0 VZ |
22307 | fi |
22308 | ||
22309 | fi | |
22310 | ||
22311 | if test "$PKG_CONFIG" = "no" ; then | |
22312 | echo "*** The pkg-config script could not be found. Make sure it is" | |
22313 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
22314 | echo "*** to the full path to pkg-config." | |
22315 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
22316 | else | |
22317 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
22318 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
e6cc62c6 VS |
22319 | echo "$as_me:$LINENO: checking for pangoft2" >&5 |
22320 | echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6 | |
2b5f62a0 VZ |
22321 | |
22322 | if $PKG_CONFIG --exists "pangoft2" ; then | |
e6cc62c6 VS |
22323 | echo "$as_me:$LINENO: result: yes" >&5 |
22324 | echo "${ECHO_T}yes" >&6 | |
2b5f62a0 VZ |
22325 | succeeded=yes |
22326 | ||
e6cc62c6 VS |
22327 | echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5 |
22328 | echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6 | |
2b5f62a0 | 22329 | PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"` |
e6cc62c6 VS |
22330 | echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5 |
22331 | echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6 | |
2b5f62a0 | 22332 | |
e6cc62c6 VS |
22333 | echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5 |
22334 | echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6 | |
2b5f62a0 | 22335 | PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"` |
e6cc62c6 VS |
22336 | echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5 |
22337 | echo "${ECHO_T}$PANGOFT2_LIBS" >&6 | |
2b5f62a0 VZ |
22338 | else |
22339 | PANGOFT2_CFLAGS="" | |
22340 | PANGOFT2_LIBS="" | |
e6cc62c6 | 22341 | ## If we have a custom action on failure, don't print errors, but |
2b5f62a0 VZ |
22342 | ## do set a variable so people can do so. |
22343 | PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"` | |
e6cc62c6 | 22344 | |
2b5f62a0 VZ |
22345 | fi |
22346 | ||
e6cc62c6 VS |
22347 | |
22348 | ||
2b5f62a0 VZ |
22349 | else |
22350 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
22351 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
22352 | fi | |
22353 | fi | |
22354 | ||
22355 | if test $succeeded = yes; then | |
e6cc62c6 | 22356 | |
2b5f62a0 VZ |
22357 | CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS" |
22358 | LIBS="$LIBS $PANGOFT2_LIBS" | |
e6cc62c6 | 22359 | |
2b5f62a0 | 22360 | else |
e6cc62c6 VS |
22361 | |
22362 | { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5 | |
22363 | echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;} | |
2b5f62a0 | 22364 | wxUSE_PRINTING_ARCHITECTURE="no" |
e6cc62c6 VS |
22365 | |
22366 | ||
2b5f62a0 VZ |
22367 | fi |
22368 | ||
e6cc62c6 | 22369 | |
2b5f62a0 VZ |
22370 | succeeded=no |
22371 | ||
22372 | if test -z "$PKG_CONFIG"; then | |
22373 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
22374 | set dummy pkg-config; ac_word=$2 | |
e6cc62c6 VS |
22375 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
22376 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
22377 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
22378 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2b5f62a0 | 22379 | else |
e6cc62c6 VS |
22380 | case $PKG_CONFIG in |
22381 | [\\/]* | ?:[\\/]*) | |
2b5f62a0 VZ |
22382 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
22383 | ;; | |
2b5f62a0 | 22384 | *) |
e6cc62c6 VS |
22385 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
22386 | for as_dir in $PATH | |
22387 | do | |
22388 | IFS=$as_save_IFS | |
22389 | test -z "$as_dir" && as_dir=. | |
22390 | for ac_exec_ext in '' $ac_executable_extensions; do | |
22391 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
22392 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
22393 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
22394 | break 2 | |
22395 | fi | |
22396 | done | |
22397 | done | |
22398 | ||
2b5f62a0 VZ |
22399 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
22400 | ;; | |
22401 | esac | |
22402 | fi | |
e6cc62c6 VS |
22403 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG |
22404 | ||
2b5f62a0 | 22405 | if test -n "$PKG_CONFIG"; then |
e6cc62c6 VS |
22406 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 |
22407 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
2b5f62a0 | 22408 | else |
e6cc62c6 VS |
22409 | echo "$as_me:$LINENO: result: no" >&5 |
22410 | echo "${ECHO_T}no" >&6 | |
2b5f62a0 VZ |
22411 | fi |
22412 | ||
22413 | fi | |
22414 | ||
22415 | if test "$PKG_CONFIG" = "no" ; then | |
22416 | echo "*** The pkg-config script could not be found. Make sure it is" | |
22417 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
22418 | echo "*** to the full path to pkg-config." | |
22419 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
22420 | else | |
22421 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
22422 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
e6cc62c6 VS |
22423 | echo "$as_me:$LINENO: checking for pangoxft" >&5 |
22424 | echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6 | |
2b5f62a0 VZ |
22425 | |
22426 | if $PKG_CONFIG --exists "pangoxft" ; then | |
e6cc62c6 VS |
22427 | echo "$as_me:$LINENO: result: yes" >&5 |
22428 | echo "${ECHO_T}yes" >&6 | |
2b5f62a0 VZ |
22429 | succeeded=yes |
22430 | ||
e6cc62c6 VS |
22431 | echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5 |
22432 | echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6 | |
2b5f62a0 | 22433 | PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"` |
e6cc62c6 VS |
22434 | echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5 |
22435 | echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6 | |
2b5f62a0 | 22436 | |
e6cc62c6 VS |
22437 | echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5 |
22438 | echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6 | |
2b5f62a0 | 22439 | PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"` |
e6cc62c6 VS |
22440 | echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5 |
22441 | echo "${ECHO_T}$PANGOXFT_LIBS" >&6 | |
2b5f62a0 VZ |
22442 | else |
22443 | PANGOXFT_CFLAGS="" | |
22444 | PANGOXFT_LIBS="" | |
e6cc62c6 | 22445 | ## If we have a custom action on failure, don't print errors, but |
2b5f62a0 VZ |
22446 | ## do set a variable so people can do so. |
22447 | PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"` | |
e6cc62c6 | 22448 | |
2b5f62a0 VZ |
22449 | fi |
22450 | ||
e6cc62c6 VS |
22451 | |
22452 | ||
2b5f62a0 VZ |
22453 | else |
22454 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
22455 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
22456 | fi | |
22457 | fi | |
22458 | ||
22459 | if test $succeeded = yes; then | |
e6cc62c6 | 22460 | |
2b5f62a0 VZ |
22461 | CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS" |
22462 | LIBS="$LIBS $PANGOXFT_LIBS" | |
e6cc62c6 | 22463 | |
2b5f62a0 | 22464 | else |
e6cc62c6 VS |
22465 | |
22466 | { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5 | |
22467 | echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;} | |
22468 | ||
22469 | ||
2b5f62a0 VZ |
22470 | fi |
22471 | ||
22472 | fi | |
22473 | ||
22474 | wxUSE_UNIVERSAL="yes" | |
22475 | ||
22476 | if test "$wxUSE_NANOX" = "yes"; then | |
22477 | TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE" | |
fe0895cf | 22478 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1" |
2b5f62a0 VZ |
22479 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a" |
22480 | else | |
22481 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link" | |
22482 | fi | |
22483 | ||
22484 | TOOLKIT_VPATH="\${top_srcdir}/src/x11" | |
22485 | TOOLKIT=X11 | |
22486 | GUIDIST=X11_DIST | |
22487 | fi | |
22488 | ||
21d1c967 GD |
22489 | if test "$wxUSE_MOTIF" = 1; then |
22490 | if test "$no_x" = yes; then | |
22491 | # Not all programs may use this symbol, but it does not hurt to define it. | |
e6cc62c6 VS |
22492 | |
22493 | cat >>confdefs.h <<\_ACEOF | |
21d1c967 | 22494 | #define X_DISPLAY_MISSING 1 |
e6cc62c6 | 22495 | _ACEOF |
21d1c967 GD |
22496 | |
22497 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
22498 | else | |
22499 | if test -n "$x_includes"; then | |
22500 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
90dd450c VZ |
22501 | fi |
22502 | ||
21d1c967 GD |
22503 | # It would also be nice to do this for all -L options, not just this one. |
22504 | if test -n "$x_libraries"; then | |
22505 | X_LIBS="$X_LIBS -L$x_libraries" | |
22506 | # For Solaris; some versions of Sun CC require a space after -R and | |
22507 | # others require no space. Words are not sufficient . . . . | |
e6cc62c6 | 22508 | case `(uname -sr) 2>/dev/null` in |
21d1c967 | 22509 | "SunOS 5"*) |
e6cc62c6 VS |
22510 | echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 |
22511 | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 | |
22512 | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" | |
22513 | cat >conftest.$ac_ext <<_ACEOF | |
22514 | #line $LINENO "configure" | |
22515 | /* confdefs.h. */ | |
22516 | _ACEOF | |
22517 | cat confdefs.h >>conftest.$ac_ext | |
22518 | cat >>conftest.$ac_ext <<_ACEOF | |
22519 | /* end confdefs.h. */ | |
22520 | ||
22521 | int | |
22522 | main () | |
22523 | { | |
21d1c967 | 22524 | |
e6cc62c6 VS |
22525 | ; |
22526 | return 0; | |
22527 | } | |
22528 | _ACEOF | |
22529 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22530 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22531 | (eval $ac_link) 2>&5 | |
22532 | ac_status=$? | |
22533 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22534 | (exit $ac_status); } && | |
22535 | { ac_try='test -s conftest$ac_exeext' | |
22536 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22537 | (eval $ac_try) 2>&5 | |
22538 | ac_status=$? | |
22539 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22540 | (exit $ac_status); }; }; then | |
21d1c967 | 22541 | ac_R_nospace=yes |
698dcdb6 | 22542 | else |
e6cc62c6 VS |
22543 | echo "$as_me: failed program was:" >&5 |
22544 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22545 | ||
22546 | ac_R_nospace=no | |
10f2d63a | 22547 | fi |
e6cc62c6 | 22548 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21d1c967 | 22549 | if test $ac_R_nospace = yes; then |
e6cc62c6 VS |
22550 | echo "$as_me:$LINENO: result: no" >&5 |
22551 | echo "${ECHO_T}no" >&6 | |
21d1c967 GD |
22552 | X_LIBS="$X_LIBS -R$x_libraries" |
22553 | else | |
22554 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
e6cc62c6 VS |
22555 | cat >conftest.$ac_ext <<_ACEOF |
22556 | #line $LINENO "configure" | |
22557 | /* confdefs.h. */ | |
22558 | _ACEOF | |
22559 | cat confdefs.h >>conftest.$ac_ext | |
22560 | cat >>conftest.$ac_ext <<_ACEOF | |
22561 | /* end confdefs.h. */ | |
22562 | ||
22563 | int | |
22564 | main () | |
22565 | { | |
f0c87536 | 22566 | |
e6cc62c6 VS |
22567 | ; |
22568 | return 0; | |
22569 | } | |
22570 | _ACEOF | |
22571 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22572 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22573 | (eval $ac_link) 2>&5 | |
22574 | ac_status=$? | |
22575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22576 | (exit $ac_status); } && | |
22577 | { ac_try='test -s conftest$ac_exeext' | |
22578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22579 | (eval $ac_try) 2>&5 | |
22580 | ac_status=$? | |
22581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22582 | (exit $ac_status); }; }; then | |
21d1c967 GD |
22583 | ac_R_space=yes |
22584 | else | |
e6cc62c6 VS |
22585 | echo "$as_me: failed program was:" >&5 |
22586 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22587 | ||
22588 | ac_R_space=no | |
21d1c967 | 22589 | fi |
e6cc62c6 | 22590 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
21d1c967 | 22591 | if test $ac_R_space = yes; then |
e6cc62c6 VS |
22592 | echo "$as_me:$LINENO: result: yes" >&5 |
22593 | echo "${ECHO_T}yes" >&6 | |
21d1c967 GD |
22594 | X_LIBS="$X_LIBS -R $x_libraries" |
22595 | else | |
e6cc62c6 VS |
22596 | echo "$as_me:$LINENO: result: neither works" >&5 |
22597 | echo "${ECHO_T}neither works" >&6 | |
21d1c967 GD |
22598 | fi |
22599 | fi | |
e6cc62c6 | 22600 | LIBS=$ac_xsave_LIBS |
21d1c967 GD |
22601 | esac |
22602 | fi | |
90dd450c | 22603 | |
21d1c967 GD |
22604 | # Check for system-dependent libraries X programs must link with. |
22605 | # Do this before checking for the system-independent R6 libraries | |
22606 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
22607 | ||
22608 | if test "$ISC" = yes; then | |
22609 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
22610 | else | |
e6cc62c6 VS |
22611 | # Martyn Johnson says this is needed for Ultrix, if the X |
22612 | # libraries were built with DECnet support. And Karl Berry says | |
21d1c967 | 22613 | # the Alpha needs dnet_stub (dnet does not exist). |
e6cc62c6 VS |
22614 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" |
22615 | cat >conftest.$ac_ext <<_ACEOF | |
22616 | #line $LINENO "configure" | |
22617 | /* confdefs.h. */ | |
22618 | _ACEOF | |
22619 | cat confdefs.h >>conftest.$ac_ext | |
22620 | cat >>conftest.$ac_ext <<_ACEOF | |
22621 | /* end confdefs.h. */ | |
22622 | ||
247f5006 | 22623 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
22624 | #ifdef __cplusplus |
22625 | extern "C" | |
22626 | #endif | |
247f5006 | 22627 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
22628 | builtin and then its argument prototype would still apply. */ |
22629 | char XOpenDisplay (); | |
22630 | int | |
22631 | main () | |
22632 | { | |
22633 | XOpenDisplay (); | |
22634 | ; | |
22635 | return 0; | |
22636 | } | |
22637 | _ACEOF | |
22638 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22639 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22640 | (eval $ac_link) 2>&5 | |
22641 | ac_status=$? | |
22642 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22643 | (exit $ac_status); } && | |
22644 | { ac_try='test -s conftest$ac_exeext' | |
22645 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22646 | (eval $ac_try) 2>&5 | |
22647 | ac_status=$? | |
22648 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22649 | (exit $ac_status); }; }; then | |
22650 | : | |
22651 | else | |
22652 | echo "$as_me: failed program was:" >&5 | |
22653 | sed 's/^/| /' conftest.$ac_ext >&5 | |
a0b9e27f | 22654 | |
e6cc62c6 VS |
22655 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 |
22656 | echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 | |
22657 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | |
22658 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 22659 | else |
e6cc62c6 VS |
22660 | ac_check_lib_save_LIBS=$LIBS |
22661 | LIBS="-ldnet $LIBS" | |
22662 | cat >conftest.$ac_ext <<_ACEOF | |
22663 | #line $LINENO "configure" | |
22664 | /* confdefs.h. */ | |
22665 | _ACEOF | |
22666 | cat confdefs.h >>conftest.$ac_ext | |
22667 | cat >>conftest.$ac_ext <<_ACEOF | |
22668 | /* end confdefs.h. */ | |
a0b9e27f | 22669 | |
e6cc62c6 VS |
22670 | /* Override any gcc2 internal prototype to avoid an error. */ |
22671 | #ifdef __cplusplus | |
22672 | extern "C" | |
22673 | #endif | |
22674 | /* We use char because int might match the return type of a gcc2 | |
22675 | builtin and then its argument prototype would still apply. */ | |
22676 | char dnet_ntoa (); | |
22677 | int | |
22678 | main () | |
22679 | { | |
22680 | dnet_ntoa (); | |
22681 | ; | |
22682 | return 0; | |
22683 | } | |
22684 | _ACEOF | |
22685 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22686 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22687 | (eval $ac_link) 2>&5 | |
22688 | ac_status=$? | |
22689 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22690 | (exit $ac_status); } && | |
22691 | { ac_try='test -s conftest$ac_exeext' | |
22692 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22693 | (eval $ac_try) 2>&5 | |
22694 | ac_status=$? | |
22695 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22696 | (exit $ac_status); }; }; then | |
22697 | ac_cv_lib_dnet_dnet_ntoa=yes | |
22698 | else | |
22699 | echo "$as_me: failed program was:" >&5 | |
22700 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22701 | ||
22702 | ac_cv_lib_dnet_dnet_ntoa=no | |
22703 | fi | |
22704 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
22705 | LIBS=$ac_check_lib_save_LIBS | |
22706 | fi | |
22707 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | |
22708 | echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 | |
22709 | if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | |
21d1c967 | 22710 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
0fb0dd83 | 22711 | fi |
0fb0dd83 | 22712 | |
21d1c967 | 22713 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
e6cc62c6 VS |
22714 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 |
22715 | echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 | |
22716 | if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then | |
22717 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 22718 | else |
e6cc62c6 | 22719 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 22720 | LIBS="-ldnet_stub $LIBS" |
e6cc62c6 VS |
22721 | cat >conftest.$ac_ext <<_ACEOF |
22722 | #line $LINENO "configure" | |
22723 | /* confdefs.h. */ | |
22724 | _ACEOF | |
22725 | cat confdefs.h >>conftest.$ac_ext | |
22726 | cat >>conftest.$ac_ext <<_ACEOF | |
22727 | /* end confdefs.h. */ | |
22728 | ||
21d1c967 | 22729 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
22730 | #ifdef __cplusplus |
22731 | extern "C" | |
22732 | #endif | |
21d1c967 | 22733 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
22734 | builtin and then its argument prototype would still apply. */ |
22735 | char dnet_ntoa (); | |
22736 | int | |
22737 | main () | |
22738 | { | |
22739 | dnet_ntoa (); | |
22740 | ; | |
22741 | return 0; | |
22742 | } | |
22743 | _ACEOF | |
22744 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22745 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22746 | (eval $ac_link) 2>&5 | |
22747 | ac_status=$? | |
22748 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22749 | (exit $ac_status); } && | |
22750 | { ac_try='test -s conftest$ac_exeext' | |
22751 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22752 | (eval $ac_try) 2>&5 | |
22753 | ac_status=$? | |
22754 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22755 | (exit $ac_status); }; }; then | |
22756 | ac_cv_lib_dnet_stub_dnet_ntoa=yes | |
22757 | else | |
22758 | echo "$as_me: failed program was:" >&5 | |
22759 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22760 | ||
22761 | ac_cv_lib_dnet_stub_dnet_ntoa=no | |
22762 | fi | |
22763 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
22764 | LIBS=$ac_check_lib_save_LIBS | |
22765 | fi | |
22766 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 | |
22767 | echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 | |
22768 | if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then | |
21d1c967 | 22769 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
90dd450c VZ |
22770 | fi |
22771 | ||
21d1c967 | 22772 | fi |
e6cc62c6 VS |
22773 | fi |
22774 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
22775 | LIBS="$ac_xsave_LIBS" | |
90dd450c | 22776 | |
21d1c967 GD |
22777 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
22778 | # to get the SysV transport functions. | |
e6cc62c6 | 22779 | # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) |
21d1c967 GD |
22780 | # needs -lnsl. |
22781 | # The nsl library prevents programs from opening the X display | |
e6cc62c6 VS |
22782 | # on Irix 5.2, according to T.E. Dickey. |
22783 | # The functions gethostbyname, getservbyname, and inet_addr are | |
22784 | # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. | |
22785 | echo "$as_me:$LINENO: checking for gethostbyname" >&5 | |
22786 | echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 | |
22787 | if test "${ac_cv_func_gethostbyname+set}" = set; then | |
22788 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22789 | else | |
22790 | cat >conftest.$ac_ext <<_ACEOF | |
22791 | #line $LINENO "configure" | |
22792 | /* confdefs.h. */ | |
22793 | _ACEOF | |
22794 | cat confdefs.h >>conftest.$ac_ext | |
22795 | cat >>conftest.$ac_ext <<_ACEOF | |
22796 | /* end confdefs.h. */ | |
21d1c967 | 22797 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
22798 | which can conflict with char gethostbyname (); below. |
22799 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
22800 | <limits.h> exists even on freestanding compilers. */ | |
22801 | #ifdef __STDC__ | |
22802 | # include <limits.h> | |
22803 | #else | |
22804 | # include <assert.h> | |
22805 | #endif | |
21d1c967 | 22806 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
22807 | #ifdef __cplusplus |
22808 | extern "C" | |
22809 | { | |
22810 | #endif | |
21d1c967 | 22811 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
22812 | builtin and then its argument prototype would still apply. */ |
22813 | char gethostbyname (); | |
21d1c967 GD |
22814 | /* The GNU C library defines this for functions which it implements |
22815 | to always fail with ENOSYS. Some functions are actually named | |
22816 | something starting with __ and the normal name is an alias. */ | |
22817 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
22818 | choke me | |
22819 | #else | |
e6cc62c6 VS |
22820 | char (*f) () = gethostbyname; |
22821 | #endif | |
22822 | #ifdef __cplusplus | |
22823 | } | |
21d1c967 | 22824 | #endif |
90dd450c | 22825 | |
e6cc62c6 VS |
22826 | int |
22827 | main () | |
22828 | { | |
22829 | return f != gethostbyname; | |
22830 | ; | |
22831 | return 0; | |
22832 | } | |
22833 | _ACEOF | |
22834 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22835 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22836 | (eval $ac_link) 2>&5 | |
22837 | ac_status=$? | |
22838 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22839 | (exit $ac_status); } && | |
22840 | { ac_try='test -s conftest$ac_exeext' | |
22841 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22842 | (eval $ac_try) 2>&5 | |
22843 | ac_status=$? | |
22844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22845 | (exit $ac_status); }; }; then | |
22846 | ac_cv_func_gethostbyname=yes | |
22847 | else | |
22848 | echo "$as_me: failed program was:" >&5 | |
22849 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22850 | ||
22851 | ac_cv_func_gethostbyname=no | |
22852 | fi | |
22853 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
22854 | fi | |
22855 | echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 | |
22856 | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 | |
90dd450c | 22857 | |
21d1c967 | 22858 | if test $ac_cv_func_gethostbyname = no; then |
e6cc62c6 VS |
22859 | echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 |
22860 | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 | |
22861 | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then | |
22862 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 22863 | else |
e6cc62c6 | 22864 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 22865 | LIBS="-lnsl $LIBS" |
e6cc62c6 VS |
22866 | cat >conftest.$ac_ext <<_ACEOF |
22867 | #line $LINENO "configure" | |
22868 | /* confdefs.h. */ | |
22869 | _ACEOF | |
22870 | cat confdefs.h >>conftest.$ac_ext | |
22871 | cat >>conftest.$ac_ext <<_ACEOF | |
22872 | /* end confdefs.h. */ | |
22873 | ||
21d1c967 | 22874 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
22875 | #ifdef __cplusplus |
22876 | extern "C" | |
22877 | #endif | |
21d1c967 | 22878 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
22879 | builtin and then its argument prototype would still apply. */ |
22880 | char gethostbyname (); | |
22881 | int | |
22882 | main () | |
22883 | { | |
22884 | gethostbyname (); | |
22885 | ; | |
22886 | return 0; | |
22887 | } | |
22888 | _ACEOF | |
22889 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22890 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22891 | (eval $ac_link) 2>&5 | |
22892 | ac_status=$? | |
22893 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22894 | (exit $ac_status); } && | |
22895 | { ac_try='test -s conftest$ac_exeext' | |
22896 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22897 | (eval $ac_try) 2>&5 | |
22898 | ac_status=$? | |
22899 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22900 | (exit $ac_status); }; }; then | |
22901 | ac_cv_lib_nsl_gethostbyname=yes | |
22902 | else | |
22903 | echo "$as_me: failed program was:" >&5 | |
22904 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22905 | ||
22906 | ac_cv_lib_nsl_gethostbyname=no | |
22907 | fi | |
22908 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
22909 | LIBS=$ac_check_lib_save_LIBS | |
22910 | fi | |
22911 | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 | |
22912 | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 | |
22913 | if test $ac_cv_lib_nsl_gethostbyname = yes; then | |
22914 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
a0b9e27f | 22915 | fi |
247f5006 | 22916 | |
e6cc62c6 VS |
22917 | if test $ac_cv_lib_nsl_gethostbyname = no; then |
22918 | echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 | |
22919 | echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 | |
22920 | if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then | |
22921 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 22922 | else |
e6cc62c6 VS |
22923 | ac_check_lib_save_LIBS=$LIBS |
22924 | LIBS="-lbsd $LIBS" | |
22925 | cat >conftest.$ac_ext <<_ACEOF | |
22926 | #line $LINENO "configure" | |
22927 | /* confdefs.h. */ | |
22928 | _ACEOF | |
22929 | cat confdefs.h >>conftest.$ac_ext | |
22930 | cat >>conftest.$ac_ext <<_ACEOF | |
22931 | /* end confdefs.h. */ | |
22932 | ||
22933 | /* Override any gcc2 internal prototype to avoid an error. */ | |
22934 | #ifdef __cplusplus | |
22935 | extern "C" | |
22936 | #endif | |
22937 | /* We use char because int might match the return type of a gcc2 | |
22938 | builtin and then its argument prototype would still apply. */ | |
22939 | char gethostbyname (); | |
22940 | int | |
22941 | main () | |
22942 | { | |
22943 | gethostbyname (); | |
22944 | ; | |
22945 | return 0; | |
22946 | } | |
22947 | _ACEOF | |
22948 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22949 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22950 | (eval $ac_link) 2>&5 | |
22951 | ac_status=$? | |
22952 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22953 | (exit $ac_status); } && | |
22954 | { ac_try='test -s conftest$ac_exeext' | |
22955 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22956 | (eval $ac_try) 2>&5 | |
22957 | ac_status=$? | |
22958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22959 | (exit $ac_status); }; }; then | |
22960 | ac_cv_lib_bsd_gethostbyname=yes | |
22961 | else | |
22962 | echo "$as_me: failed program was:" >&5 | |
22963 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22964 | ||
22965 | ac_cv_lib_bsd_gethostbyname=no | |
22966 | fi | |
22967 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
22968 | LIBS=$ac_check_lib_save_LIBS | |
22969 | fi | |
22970 | echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 | |
22971 | echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 | |
22972 | if test $ac_cv_lib_bsd_gethostbyname = yes; then | |
22973 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" | |
21d1c967 | 22974 | fi |
90dd450c | 22975 | |
e6cc62c6 | 22976 | fi |
90dd450c VZ |
22977 | fi |
22978 | ||
21d1c967 GD |
22979 | # lieder@skyler.mavd.honeywell.com says without -lsocket, |
22980 | # socket/setsockopt and other routines are undefined under SCO ODT | |
22981 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
e6cc62c6 VS |
22982 | # on later versions), says Simon Leinen: it contains gethostby* |
22983 | # variants that don't use the name server (or something). -lsocket | |
22984 | # must be given before -lnsl if both are needed. We assume that | |
22985 | # if connect needs -lnsl, so does gethostbyname. | |
22986 | echo "$as_me:$LINENO: checking for connect" >&5 | |
22987 | echo $ECHO_N "checking for connect... $ECHO_C" >&6 | |
22988 | if test "${ac_cv_func_connect+set}" = set; then | |
22989 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22990 | else | |
22991 | cat >conftest.$ac_ext <<_ACEOF | |
22992 | #line $LINENO "configure" | |
22993 | /* confdefs.h. */ | |
22994 | _ACEOF | |
22995 | cat confdefs.h >>conftest.$ac_ext | |
22996 | cat >>conftest.$ac_ext <<_ACEOF | |
22997 | /* end confdefs.h. */ | |
21d1c967 | 22998 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
22999 | which can conflict with char connect (); below. |
23000 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
23001 | <limits.h> exists even on freestanding compilers. */ | |
23002 | #ifdef __STDC__ | |
23003 | # include <limits.h> | |
23004 | #else | |
23005 | # include <assert.h> | |
23006 | #endif | |
21d1c967 | 23007 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
23008 | #ifdef __cplusplus |
23009 | extern "C" | |
23010 | { | |
23011 | #endif | |
21d1c967 | 23012 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
23013 | builtin and then its argument prototype would still apply. */ |
23014 | char connect (); | |
21d1c967 GD |
23015 | /* The GNU C library defines this for functions which it implements |
23016 | to always fail with ENOSYS. Some functions are actually named | |
23017 | something starting with __ and the normal name is an alias. */ | |
23018 | #if defined (__stub_connect) || defined (__stub___connect) | |
23019 | choke me | |
23020 | #else | |
e6cc62c6 VS |
23021 | char (*f) () = connect; |
23022 | #endif | |
23023 | #ifdef __cplusplus | |
23024 | } | |
21d1c967 | 23025 | #endif |
90dd450c | 23026 | |
e6cc62c6 VS |
23027 | int |
23028 | main () | |
23029 | { | |
23030 | return f != connect; | |
23031 | ; | |
23032 | return 0; | |
23033 | } | |
23034 | _ACEOF | |
23035 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23036 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23037 | (eval $ac_link) 2>&5 | |
23038 | ac_status=$? | |
23039 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23040 | (exit $ac_status); } && | |
23041 | { ac_try='test -s conftest$ac_exeext' | |
23042 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23043 | (eval $ac_try) 2>&5 | |
23044 | ac_status=$? | |
23045 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23046 | (exit $ac_status); }; }; then | |
23047 | ac_cv_func_connect=yes | |
23048 | else | |
23049 | echo "$as_me: failed program was:" >&5 | |
23050 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23051 | ||
23052 | ac_cv_func_connect=no | |
23053 | fi | |
23054 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
23055 | fi | |
23056 | echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 | |
23057 | echo "${ECHO_T}$ac_cv_func_connect" >&6 | |
1f8ae82f | 23058 | |
21d1c967 | 23059 | if test $ac_cv_func_connect = no; then |
e6cc62c6 VS |
23060 | echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 |
23061 | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 | |
23062 | if test "${ac_cv_lib_socket_connect+set}" = set; then | |
23063 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
0fbb762e | 23064 | else |
e6cc62c6 | 23065 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 23066 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
e6cc62c6 VS |
23067 | cat >conftest.$ac_ext <<_ACEOF |
23068 | #line $LINENO "configure" | |
23069 | /* confdefs.h. */ | |
23070 | _ACEOF | |
23071 | cat confdefs.h >>conftest.$ac_ext | |
23072 | cat >>conftest.$ac_ext <<_ACEOF | |
23073 | /* end confdefs.h. */ | |
23074 | ||
21d1c967 | 23075 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
23076 | #ifdef __cplusplus |
23077 | extern "C" | |
23078 | #endif | |
21d1c967 | 23079 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
23080 | builtin and then its argument prototype would still apply. */ |
23081 | char connect (); | |
23082 | int | |
23083 | main () | |
23084 | { | |
23085 | connect (); | |
23086 | ; | |
23087 | return 0; | |
23088 | } | |
23089 | _ACEOF | |
23090 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23091 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23092 | (eval $ac_link) 2>&5 | |
23093 | ac_status=$? | |
23094 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23095 | (exit $ac_status); } && | |
23096 | { ac_try='test -s conftest$ac_exeext' | |
23097 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23098 | (eval $ac_try) 2>&5 | |
23099 | ac_status=$? | |
23100 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23101 | (exit $ac_status); }; }; then | |
23102 | ac_cv_lib_socket_connect=yes | |
23103 | else | |
23104 | echo "$as_me: failed program was:" >&5 | |
23105 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23106 | ||
23107 | ac_cv_lib_socket_connect=no | |
23108 | fi | |
23109 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
23110 | LIBS=$ac_check_lib_save_LIBS | |
23111 | fi | |
23112 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 | |
23113 | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 | |
23114 | if test $ac_cv_lib_socket_connect = yes; then | |
21d1c967 | 23115 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
21d1c967 | 23116 | fi |
90dd450c | 23117 | |
21d1c967 | 23118 | fi |
90dd450c | 23119 | |
e6cc62c6 VS |
23120 | # Guillermo Gomez says -lposix is necessary on A/UX. |
23121 | echo "$as_me:$LINENO: checking for remove" >&5 | |
23122 | echo $ECHO_N "checking for remove... $ECHO_C" >&6 | |
23123 | if test "${ac_cv_func_remove+set}" = set; then | |
23124 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23125 | else | |
23126 | cat >conftest.$ac_ext <<_ACEOF | |
23127 | #line $LINENO "configure" | |
23128 | /* confdefs.h. */ | |
23129 | _ACEOF | |
23130 | cat confdefs.h >>conftest.$ac_ext | |
23131 | cat >>conftest.$ac_ext <<_ACEOF | |
23132 | /* end confdefs.h. */ | |
21d1c967 | 23133 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
23134 | which can conflict with char remove (); below. |
23135 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
23136 | <limits.h> exists even on freestanding compilers. */ | |
23137 | #ifdef __STDC__ | |
23138 | # include <limits.h> | |
23139 | #else | |
23140 | # include <assert.h> | |
23141 | #endif | |
21d1c967 | 23142 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
23143 | #ifdef __cplusplus |
23144 | extern "C" | |
23145 | { | |
23146 | #endif | |
21d1c967 | 23147 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
23148 | builtin and then its argument prototype would still apply. */ |
23149 | char remove (); | |
21d1c967 GD |
23150 | /* The GNU C library defines this for functions which it implements |
23151 | to always fail with ENOSYS. Some functions are actually named | |
23152 | something starting with __ and the normal name is an alias. */ | |
23153 | #if defined (__stub_remove) || defined (__stub___remove) | |
23154 | choke me | |
23155 | #else | |
e6cc62c6 VS |
23156 | char (*f) () = remove; |
23157 | #endif | |
23158 | #ifdef __cplusplus | |
23159 | } | |
21d1c967 | 23160 | #endif |
90dd450c | 23161 | |
e6cc62c6 VS |
23162 | int |
23163 | main () | |
23164 | { | |
23165 | return f != remove; | |
23166 | ; | |
23167 | return 0; | |
23168 | } | |
23169 | _ACEOF | |
23170 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23171 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23172 | (eval $ac_link) 2>&5 | |
23173 | ac_status=$? | |
23174 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23175 | (exit $ac_status); } && | |
23176 | { ac_try='test -s conftest$ac_exeext' | |
23177 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23178 | (eval $ac_try) 2>&5 | |
23179 | ac_status=$? | |
23180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23181 | (exit $ac_status); }; }; then | |
23182 | ac_cv_func_remove=yes | |
23183 | else | |
23184 | echo "$as_me: failed program was:" >&5 | |
23185 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23186 | ||
23187 | ac_cv_func_remove=no | |
23188 | fi | |
23189 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
23190 | fi | |
23191 | echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 | |
23192 | echo "${ECHO_T}$ac_cv_func_remove" >&6 | |
90dd450c | 23193 | |
21d1c967 | 23194 | if test $ac_cv_func_remove = no; then |
e6cc62c6 VS |
23195 | echo "$as_me:$LINENO: checking for remove in -lposix" >&5 |
23196 | echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 | |
23197 | if test "${ac_cv_lib_posix_remove+set}" = set; then | |
23198 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21d1c967 | 23199 | else |
e6cc62c6 | 23200 | ac_check_lib_save_LIBS=$LIBS |
21d1c967 | 23201 | LIBS="-lposix $LIBS" |
e6cc62c6 VS |
23202 | cat >conftest.$ac_ext <<_ACEOF |
23203 | #line $LINENO "configure" | |
23204 | /* confdefs.h. */ | |
23205 | _ACEOF | |
23206 | cat confdefs.h >>conftest.$ac_ext | |
23207 | cat >>conftest.$ac_ext <<_ACEOF | |
23208 | /* end confdefs.h. */ | |
23209 | ||
21d1c967 | 23210 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
23211 | #ifdef __cplusplus |
23212 | extern "C" | |
23213 | #endif | |
21d1c967 | 23214 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
23215 | builtin and then its argument prototype would still apply. */ |
23216 | char remove (); | |
23217 | int | |
23218 | main () | |
23219 | { | |
23220 | remove (); | |
23221 | ; | |
23222 | return 0; | |
23223 | } | |
23224 | _ACEOF | |
23225 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23226 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23227 | (eval $ac_link) 2>&5 | |
23228 | ac_status=$? | |
23229 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23230 | (exit $ac_status); } && | |
23231 | { ac_try='test -s conftest$ac_exeext' | |
23232 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23233 | (eval $ac_try) 2>&5 | |
23234 | ac_status=$? | |
23235 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23236 | (exit $ac_status); }; }; then | |
23237 | ac_cv_lib_posix_remove=yes | |
23238 | else | |
23239 | echo "$as_me: failed program was:" >&5 | |
23240 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23241 | ||
23242 | ac_cv_lib_posix_remove=no | |
23243 | fi | |
23244 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
23245 | LIBS=$ac_check_lib_save_LIBS | |
23246 | fi | |
23247 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 | |
23248 | echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 | |
23249 | if test $ac_cv_lib_posix_remove = yes; then | |
21d1c967 | 23250 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
21d1c967 | 23251 | fi |
19bc6aad | 23252 | |
90dd450c | 23253 | fi |
19bc6aad | 23254 | |
21d1c967 | 23255 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
e6cc62c6 VS |
23256 | echo "$as_me:$LINENO: checking for shmat" >&5 |
23257 | echo $ECHO_N "checking for shmat... $ECHO_C" >&6 | |
23258 | if test "${ac_cv_func_shmat+set}" = set; then | |
23259 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23260 | else | |
23261 | cat >conftest.$ac_ext <<_ACEOF | |
23262 | #line $LINENO "configure" | |
23263 | /* confdefs.h. */ | |
23264 | _ACEOF | |
23265 | cat confdefs.h >>conftest.$ac_ext | |
23266 | cat >>conftest.$ac_ext <<_ACEOF | |
23267 | /* end confdefs.h. */ | |
21d1c967 | 23268 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
23269 | which can conflict with char shmat (); below. |
23270 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
23271 | <limits.h> exists even on freestanding compilers. */ | |
23272 | #ifdef __STDC__ | |
23273 | # include <limits.h> | |
23274 | #else | |
23275 | # include <assert.h> | |
23276 | #endif | |
21d1c967 | 23277 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
23278 | #ifdef __cplusplus |
23279 | extern "C" | |
23280 | { | |
23281 | #endif | |
21d1c967 | 23282 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
23283 | builtin and then its argument prototype would still apply. */ |
23284 | char shmat (); | |
21d1c967 GD |
23285 | /* The GNU C library defines this for functions which it implements |
23286 | to always fail with ENOSYS. Some functions are actually named | |
23287 | something starting with __ and the normal name is an alias. */ | |
23288 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
23289 | choke me | |
23290 | #else | |
e6cc62c6 VS |
23291 | char (*f) () = shmat; |
23292 | #endif | |
23293 | #ifdef __cplusplus | |
23294 | } | |
21d1c967 | 23295 | #endif |
90dd450c | 23296 | |
e6cc62c6 VS |
23297 | int |
23298 | main () | |
23299 | { | |
23300 | return f != shmat; | |
23301 | ; | |
23302 | return 0; | |
23303 | } | |
23304 | _ACEOF | |
23305 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23306 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23307 | (eval $ac_link) 2>&5 | |
23308 | ac_status=$? | |
23309 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23310 | (exit $ac_status); } && | |
23311 | { ac_try='test -s conftest$ac_exeext' | |
23312 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23313 | (eval $ac_try) 2>&5 | |
23314 | ac_status=$? | |
23315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23316 | (exit $ac_status); }; }; then | |
23317 | ac_cv_func_shmat=yes | |
23318 | else | |
23319 | echo "$as_me: failed program was:" >&5 | |
23320 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23321 | ||
23322 | ac_cv_func_shmat=no | |
23323 | fi | |
23324 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
23325 | fi | |
23326 | echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 | |
23327 | echo "${ECHO_T}$ac_cv_func_shmat" >&6 | |
19bc6aad | 23328 | |
21d1c967 | 23329 | if test $ac_cv_func_shmat = no; then |
e6cc62c6 VS |
23330 | echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 |
23331 | echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 | |
23332 | if test "${ac_cv_lib_ipc_shmat+set}" = set; then | |
23333 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
5c6fa7d2 | 23334 | else |
e6cc62c6 | 23335 | ac_check_lib_save_LIBS=$LIBS |
5c6fa7d2 | 23336 | LIBS="-lipc $LIBS" |
e6cc62c6 VS |
23337 | cat >conftest.$ac_ext <<_ACEOF |
23338 | #line $LINENO "configure" | |
23339 | /* confdefs.h. */ | |
23340 | _ACEOF | |
23341 | cat confdefs.h >>conftest.$ac_ext | |
23342 | cat >>conftest.$ac_ext <<_ACEOF | |
23343 | /* end confdefs.h. */ | |
23344 | ||
5c6fa7d2 | 23345 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
23346 | #ifdef __cplusplus |
23347 | extern "C" | |
23348 | #endif | |
5c6fa7d2 | 23349 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
23350 | builtin and then its argument prototype would still apply. */ |
23351 | char shmat (); | |
23352 | int | |
23353 | main () | |
23354 | { | |
23355 | shmat (); | |
23356 | ; | |
23357 | return 0; | |
23358 | } | |
23359 | _ACEOF | |
23360 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23361 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23362 | (eval $ac_link) 2>&5 | |
23363 | ac_status=$? | |
23364 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23365 | (exit $ac_status); } && | |
23366 | { ac_try='test -s conftest$ac_exeext' | |
23367 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23368 | (eval $ac_try) 2>&5 | |
23369 | ac_status=$? | |
23370 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23371 | (exit $ac_status); }; }; then | |
23372 | ac_cv_lib_ipc_shmat=yes | |
23373 | else | |
23374 | echo "$as_me: failed program was:" >&5 | |
23375 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23376 | ||
23377 | ac_cv_lib_ipc_shmat=no | |
23378 | fi | |
23379 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
23380 | LIBS=$ac_check_lib_save_LIBS | |
23381 | fi | |
23382 | echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 | |
23383 | echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 | |
23384 | if test $ac_cv_lib_ipc_shmat = yes; then | |
21d1c967 | 23385 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
9f8148b1 | 23386 | fi |
90dd450c | 23387 | |
90dd450c | 23388 | fi |
21d1c967 | 23389 | fi |
10f2d63a | 23390 | |
21d1c967 | 23391 | # Check for libraries that X11R6 Xt/Xaw programs need. |
e6cc62c6 | 23392 | ac_save_LDFLAGS=$LDFLAGS |
21d1c967 GD |
23393 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
23394 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
23395 | # check for ICE first), but we must link in the order -lSM -lICE or | |
23396 | # we get undefined symbols. So assume we have SM if we have ICE. | |
23397 | # These have to be linked with before -lX11, unlike the other | |
23398 | # libraries we check for below, so use a different variable. | |
e6cc62c6 VS |
23399 | # John Interrante, Karl Berry |
23400 | echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 | |
23401 | echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 | |
23402 | if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then | |
23403 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23404 | else | |
23405 | ac_check_lib_save_LIBS=$LIBS | |
f09359cf | 23406 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
e6cc62c6 VS |
23407 | cat >conftest.$ac_ext <<_ACEOF |
23408 | #line $LINENO "configure" | |
23409 | /* confdefs.h. */ | |
23410 | _ACEOF | |
23411 | cat confdefs.h >>conftest.$ac_ext | |
23412 | cat >>conftest.$ac_ext <<_ACEOF | |
23413 | /* end confdefs.h. */ | |
23414 | ||
21d1c967 | 23415 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
23416 | #ifdef __cplusplus |
23417 | extern "C" | |
23418 | #endif | |
21d1c967 | 23419 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
23420 | builtin and then its argument prototype would still apply. */ |
23421 | char IceConnectionNumber (); | |
23422 | int | |
23423 | main () | |
23424 | { | |
23425 | IceConnectionNumber (); | |
23426 | ; | |
23427 | return 0; | |
23428 | } | |
23429 | _ACEOF | |
23430 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23431 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23432 | (eval $ac_link) 2>&5 | |
23433 | ac_status=$? | |
23434 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23435 | (exit $ac_status); } && | |
23436 | { ac_try='test -s conftest$ac_exeext' | |
23437 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23438 | (eval $ac_try) 2>&5 | |
23439 | ac_status=$? | |
23440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23441 | (exit $ac_status); }; }; then | |
23442 | ac_cv_lib_ICE_IceConnectionNumber=yes | |
23443 | else | |
23444 | echo "$as_me: failed program was:" >&5 | |
23445 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23446 | ||
23447 | ac_cv_lib_ICE_IceConnectionNumber=no | |
23448 | fi | |
23449 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
23450 | LIBS=$ac_check_lib_save_LIBS | |
23451 | fi | |
23452 | echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 | |
23453 | echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 | |
23454 | if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then | |
21d1c967 | 23455 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
29fd3c0c | 23456 | fi |
21d1c967 | 23457 | |
e6cc62c6 | 23458 | LDFLAGS=$ac_save_LDFLAGS |
29fd3c0c | 23459 | |
10f2d63a VZ |
23460 | fi |
23461 | ||
8284b0c5 | 23462 | |
21d1c967 | 23463 | if test "$no_x" = "yes"; then |
e6cc62c6 VS |
23464 | { { echo "$as_me:$LINENO: error: X11 not found" >&5 |
23465 | echo "$as_me: error: X11 not found" >&2;} | |
23466 | { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; } | |
21d1c967 GD |
23467 | fi |
23468 | ||
2b5f62a0 VZ |
23469 | GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//'` |
23470 | TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'` | |
21d1c967 GD |
23471 | AFMINSTALL=afminstall |
23472 | COMPILED_X_PROGRAM=0 | |
23473 | ||
e6cc62c6 VS |
23474 | echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5 |
23475 | echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6 | |
23476 | ||
21d1c967 | 23477 | ac_find_includes= |
2b5f62a0 | 23478 | for ac_dir in $SEARCH_INCLUDE /usr/include; |
21d1c967 GD |
23479 | do |
23480 | if test -f "$ac_dir/Xm/Xm.h"; then | |
23481 | ac_find_includes=$ac_dir | |
23482 | break | |
23483 | fi | |
23484 | done | |
23485 | ||
23486 | if test "$ac_find_includes" != "" ; then | |
e6cc62c6 VS |
23487 | echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5 |
23488 | echo "${ECHO_T}found in $ac_find_includes" >&6 | |
23489 | ||
2b5f62a0 | 23490 | if test "x$ac_find_includes" = "x/usr/include"; then |
dd0e4a90 VZ |
23491 | ac_path_to_include="" |
23492 | else | |
2b5f62a0 VZ |
23493 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null |
23494 | result=$? | |
23495 | if test $result = 0; then | |
23496 | ac_path_to_include="" | |
23497 | else | |
23498 | ac_path_to_include=" -I$ac_find_includes" | |
23499 | fi | |
dd0e4a90 VZ |
23500 | fi |
23501 | ||
23502 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include" | |
21d1c967 | 23503 | else |
e6cc62c6 VS |
23504 | cat >conftest.$ac_ext <<_ACEOF |
23505 | #line $LINENO "configure" | |
23506 | /* confdefs.h. */ | |
23507 | _ACEOF | |
23508 | cat confdefs.h >>conftest.$ac_ext | |
23509 | cat >>conftest.$ac_ext <<_ACEOF | |
23510 | /* end confdefs.h. */ | |
21d1c967 GD |
23511 | |
23512 | #include <Xm/Xm.h> | |
e6cc62c6 VS |
23513 | |
23514 | int | |
23515 | main () | |
23516 | { | |
21d1c967 GD |
23517 | |
23518 | int version; | |
23519 | version = xmUseVersion; | |
e6cc62c6 VS |
23520 | |
23521 | ; | |
23522 | return 0; | |
23523 | } | |
23524 | _ACEOF | |
23525 | rm -f conftest.$ac_objext | |
23526 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
23527 | (eval $ac_compile) 2>&5 | |
23528 | ac_status=$? | |
23529 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23530 | (exit $ac_status); } && | |
23531 | { ac_try='test -s conftest.$ac_objext' | |
23532 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23533 | (eval $ac_try) 2>&5 | |
23534 | ac_status=$? | |
23535 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23536 | (exit $ac_status); }; }; then | |
23537 | ||
23538 | echo "$as_me:$LINENO: result: found in default search path" >&5 | |
23539 | echo "${ECHO_T}found in default search path" >&6 | |
21d1c967 | 23540 | COMPILED_X_PROGRAM=1 |
e6cc62c6 | 23541 | |
10f2d63a | 23542 | else |
e6cc62c6 VS |
23543 | echo "$as_me: failed program was:" >&5 |
23544 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23545 | ||
23546 | ||
23547 | echo "$as_me:$LINENO: result: no" >&5 | |
23548 | echo "${ECHO_T}no" >&6 | |
23549 | { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5 | |
23550 | echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;} | |
23551 | { (exit 1); exit 1; }; } | |
23552 | ||
23553 | ||
10f2d63a | 23554 | fi |
e6cc62c6 | 23555 | rm -f conftest.$ac_objext conftest.$ac_ext |
21d1c967 | 23556 | fi |
10f2d63a | 23557 | |
21d1c967 | 23558 | if test "$COMPILED_X_PROGRAM" = 0; then |
e6cc62c6 VS |
23559 | echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5 |
23560 | echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6 | |
23561 | ||
21d1c967 | 23562 | ac_find_libraries= |
2b5f62a0 | 23563 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
23564 | do |
23565 | for ac_extension in a so sl dylib; do | |
23566 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
23567 | ac_find_libraries=$ac_dir | |
23568 | break 2 | |
23569 | fi | |
23570 | done | |
23571 | done | |
23572 | ||
23573 | if test "$ac_find_libraries" != "" ; then | |
e6cc62c6 VS |
23574 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 |
23575 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
23576 | ||
21d1c967 | 23577 | |
21d1c967 GD |
23578 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
23579 | result=$? | |
23580 | if test $result = 0; then | |
23581 | ac_path_to_link="" | |
23582 | else | |
23583 | ac_path_to_link=" -L$ac_find_libraries" | |
23584 | fi | |
23585 | ||
21d1c967 | 23586 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" |
21d1c967 | 23587 | else |
dd0e4a90 VZ |
23588 | save_CFLAGS=$CFLAGS |
23589 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
23590 | ||
e6cc62c6 VS |
23591 | cat >conftest.$ac_ext <<_ACEOF |
23592 | #line $LINENO "configure" | |
23593 | /* confdefs.h. */ | |
23594 | _ACEOF | |
23595 | cat confdefs.h >>conftest.$ac_ext | |
23596 | cat >>conftest.$ac_ext <<_ACEOF | |
23597 | /* end confdefs.h. */ | |
21d1c967 GD |
23598 | |
23599 | #include <Xm/Xm.h> | |
e6cc62c6 VS |
23600 | |
23601 | int | |
23602 | main () | |
23603 | { | |
21d1c967 GD |
23604 | |
23605 | int version; | |
23606 | version = xmUseVersion; | |
e6cc62c6 VS |
23607 | |
23608 | ; | |
23609 | return 0; | |
23610 | } | |
23611 | _ACEOF | |
23612 | rm -f conftest.$ac_objext | |
23613 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
23614 | (eval $ac_compile) 2>&5 | |
23615 | ac_status=$? | |
23616 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23617 | (exit $ac_status); } && | |
23618 | { ac_try='test -s conftest.$ac_objext' | |
23619 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23620 | (eval $ac_try) 2>&5 | |
23621 | ac_status=$? | |
23622 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23623 | (exit $ac_status); }; }; then | |
23624 | ||
23625 | echo "$as_me:$LINENO: result: found in default search path" >&5 | |
23626 | echo "${ECHO_T}found in default search path" >&6 | |
21d1c967 | 23627 | COMPILED_X_PROGRAM=1 |
e6cc62c6 | 23628 | |
d836ee96 | 23629 | else |
e6cc62c6 VS |
23630 | echo "$as_me: failed program was:" >&5 |
23631 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23632 | ||
23633 | ||
23634 | echo "$as_me:$LINENO: result: no" >&5 | |
23635 | echo "${ECHO_T}no" >&6 | |
23636 | { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5 | |
23637 | echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;} | |
23638 | { (exit 1); exit 1; }; } | |
23639 | ||
23640 | ||
d836ee96 | 23641 | fi |
e6cc62c6 | 23642 | rm -f conftest.$ac_objext conftest.$ac_ext |
dd0e4a90 VZ |
23643 | |
23644 | CFLAGS=$save_CFLAGS | |
21d1c967 GD |
23645 | fi |
23646 | fi | |
23647 | ||
23648 | xpm_link= | |
e6cc62c6 VS |
23649 | echo "$as_me:$LINENO: checking for Xpm library" >&5 |
23650 | echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6 | |
23651 | ||
21d1c967 | 23652 | ac_find_libraries= |
2b5f62a0 | 23653 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
23654 | do |
23655 | for ac_extension in a so sl dylib; do | |
23656 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
23657 | ac_find_libraries=$ac_dir | |
23658 | break 2 | |
23659 | fi | |
23660 | done | |
23661 | done | |
23662 | ||
23663 | if test "$ac_find_libraries" != "" ; then | |
e6cc62c6 | 23664 | |
21d1c967 GD |
23665 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
23666 | result=$? | |
23667 | if test $result = 0; then | |
23668 | ac_path_to_link="" | |
23669 | else | |
23670 | ac_path_to_link=" -L$ac_find_libraries" | |
23671 | fi | |
23672 | ||
23673 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
dd0e4a90 | 23674 | |
21d1c967 | 23675 | xpm_link=" -lXpm" |
e6cc62c6 | 23676 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 23677 | #define wxHAVE_LIB_XPM 1 |
e6cc62c6 | 23678 | _ACEOF |
90dd450c | 23679 | |
e6cc62c6 VS |
23680 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 |
23681 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
21d1c967 | 23682 | else |
dd0e4a90 VZ |
23683 | save_CFLAGS=$CFLAGS |
23684 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
23685 | ||
e6cc62c6 VS |
23686 | cat >conftest.$ac_ext <<_ACEOF |
23687 | #line $LINENO "configure" | |
23688 | /* confdefs.h. */ | |
23689 | _ACEOF | |
23690 | cat confdefs.h >>conftest.$ac_ext | |
23691 | cat >>conftest.$ac_ext <<_ACEOF | |
23692 | /* end confdefs.h. */ | |
21d1c967 GD |
23693 | |
23694 | #include <X11/xpm.h> | |
e6cc62c6 VS |
23695 | |
23696 | int | |
23697 | main () | |
23698 | { | |
21d1c967 GD |
23699 | |
23700 | int version; | |
23701 | version = XpmLibraryVersion(); | |
e6cc62c6 VS |
23702 | |
23703 | ; | |
23704 | return 0; | |
23705 | } | |
23706 | _ACEOF | |
23707 | rm -f conftest.$ac_objext | |
23708 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
23709 | (eval $ac_compile) 2>&5 | |
23710 | ac_status=$? | |
23711 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23712 | (exit $ac_status); } && | |
23713 | { ac_try='test -s conftest.$ac_objext' | |
23714 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23715 | (eval $ac_try) 2>&5 | |
23716 | ac_status=$? | |
23717 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23718 | (exit $ac_status); }; }; then | |
23719 | ||
21d1c967 | 23720 | xpm_link=" -lXpm" |
e6cc62c6 | 23721 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 23722 | #define wxHAVE_LIB_XPM 1 |
e6cc62c6 | 23723 | _ACEOF |
21d1c967 | 23724 | |
e6cc62c6 VS |
23725 | echo "$as_me:$LINENO: result: found in default search path" >&5 |
23726 | echo "${ECHO_T}found in default search path" >&6 | |
21d1c967 | 23727 | COMPILED_X_PROGRAM=0 |
e6cc62c6 | 23728 | |
d836ee96 | 23729 | else |
e6cc62c6 VS |
23730 | echo "$as_me: failed program was:" >&5 |
23731 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23732 | ||
23733 | ||
23734 | echo "$as_me:$LINENO: result: no" >&5 | |
23735 | echo "${ECHO_T}no" >&6 | |
23736 | { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5 | |
23737 | echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;} | |
23738 | ||
23739 | ||
d836ee96 | 23740 | fi |
e6cc62c6 | 23741 | rm -f conftest.$ac_objext conftest.$ac_ext |
dd0e4a90 VZ |
23742 | |
23743 | CFLAGS=$save_CFLAGS | |
21d1c967 GD |
23744 | fi |
23745 | ||
e6cc62c6 VS |
23746 | echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5 |
23747 | echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6 | |
6a30f1c8 MB |
23748 | libp_link="" |
23749 | libsm_ice_link="" | |
23750 | libs_found=0 | |
23751 | for libp in "" " -lXp"; do | |
23752 | if test "$libs_found" = "0"; then | |
23753 | for libsm_ice in " -lSM -lICE"; do | |
e26c13cf | 23754 | if test "$libs_found" = "0"; then |
6a30f1c8 MB |
23755 | save_LIBS="$LIBS" |
23756 | LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11" | |
dd0e4a90 VZ |
23757 | save_CFLAGS=$CFLAGS |
23758 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
23759 | ||
e6cc62c6 VS |
23760 | cat >conftest.$ac_ext <<_ACEOF |
23761 | #line $LINENO "configure" | |
23762 | /* confdefs.h. */ | |
23763 | _ACEOF | |
23764 | cat confdefs.h >>conftest.$ac_ext | |
23765 | cat >>conftest.$ac_ext <<_ACEOF | |
23766 | /* end confdefs.h. */ | |
17234b26 | 23767 | |
6a30f1c8 MB |
23768 | #include <Xm/Xm.h> |
23769 | #include <Xm/List.h> | |
e6cc62c6 VS |
23770 | |
23771 | int | |
23772 | main () | |
23773 | { | |
6a30f1c8 MB |
23774 | |
23775 | XmString string = NULL; | |
23776 | Widget w = NULL; | |
23777 | int position = 0; | |
23778 | XmListAddItem(w, string, position); | |
e6cc62c6 VS |
23779 | |
23780 | ; | |
23781 | return 0; | |
23782 | } | |
23783 | _ACEOF | |
23784 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23785 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23786 | (eval $ac_link) 2>&5 | |
23787 | ac_status=$? | |
23788 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23789 | (exit $ac_status); } && | |
23790 | { ac_try='test -s conftest$ac_exeext' | |
23791 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23792 | (eval $ac_try) 2>&5 | |
23793 | ac_status=$? | |
23794 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23795 | (exit $ac_status); }; }; then | |
23796 | ||
6a30f1c8 MB |
23797 | libp_link="$libp" |
23798 | libsm_ice_link="$libsm_ice" | |
e6cc62c6 VS |
23799 | echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5 |
23800 | echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6 | |
6a30f1c8 | 23801 | libs_found=1 |
e6cc62c6 | 23802 | |
6a30f1c8 | 23803 | else |
e6cc62c6 VS |
23804 | echo "$as_me: failed program was:" >&5 |
23805 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23806 | ||
23807 | ||
23808 | ||
6a30f1c8 | 23809 | fi |
e6cc62c6 | 23810 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
dd0e4a90 | 23811 | |
6a30f1c8 | 23812 | LIBS="$save_LIBS" |
dd0e4a90 | 23813 | CFLAGS=$save_CFLAGS |
6a30f1c8 MB |
23814 | fi |
23815 | done | |
23816 | fi | |
23817 | done | |
23818 | ||
23819 | if test "$libs_found" = "0"; then | |
e6cc62c6 VS |
23820 | echo "$as_me:$LINENO: result: can't find the right libraries" >&5 |
23821 | echo "${ECHO_T}can't find the right libraries" >&6 | |
23822 | { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5 | |
23823 | echo "$as_me: error: can't link a simple motif program" >&2;} | |
23824 | { (exit 1); exit 1; }; } | |
6a30f1c8 MB |
23825 | fi |
23826 | ||
da494b40 MB |
23827 | save_CFLAGS=$CFLAGS |
23828 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
e6cc62c6 VS |
23829 | echo "$as_me:$LINENO: checking for Motif 2" >&5 |
23830 | echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6 | |
23831 | cat >conftest.$ac_ext <<_ACEOF | |
23832 | #line $LINENO "configure" | |
23833 | /* confdefs.h. */ | |
23834 | _ACEOF | |
23835 | cat confdefs.h >>conftest.$ac_ext | |
23836 | cat >>conftest.$ac_ext <<_ACEOF | |
23837 | /* end confdefs.h. */ | |
da494b40 MB |
23838 | |
23839 | #include <Xm/Xm.h> | |
e6cc62c6 VS |
23840 | |
23841 | int | |
23842 | main () | |
23843 | { | |
da494b40 MB |
23844 | |
23845 | #if XmVersion < 2000 | |
23846 | #error "Not Motif 2" | |
23847 | #endif | |
e6cc62c6 VS |
23848 | |
23849 | ; | |
23850 | return 0; | |
23851 | } | |
23852 | _ACEOF | |
23853 | rm -f conftest.$ac_objext | |
23854 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
23855 | (eval $ac_compile) 2>&5 | |
23856 | ac_status=$? | |
23857 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23858 | (exit $ac_status); } && | |
23859 | { ac_try='test -s conftest.$ac_objext' | |
23860 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23861 | (eval $ac_try) 2>&5 | |
23862 | ac_status=$? | |
23863 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23864 | (exit $ac_status); }; }; then | |
23865 | ||
23866 | cat >>confdefs.h <<\_ACEOF | |
da494b40 | 23867 | #define __WXMOTIF20__ 1 |
e6cc62c6 VS |
23868 | _ACEOF |
23869 | ||
23870 | echo "$as_me:$LINENO: result: found" >&5 | |
23871 | echo "${ECHO_T}found" >&6 | |
da494b40 | 23872 | |
da494b40 | 23873 | else |
e6cc62c6 VS |
23874 | echo "$as_me: failed program was:" >&5 |
23875 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23876 | ||
23877 | ||
23878 | cat >>confdefs.h <<\_ACEOF | |
da494b40 | 23879 | #define __WXMOTIF20__ 0 |
e6cc62c6 VS |
23880 | _ACEOF |
23881 | ||
23882 | echo "$as_me:$LINENO: result: not found" >&5 | |
23883 | echo "${ECHO_T}not found" >&6 | |
da494b40 | 23884 | |
da494b40 | 23885 | fi |
e6cc62c6 | 23886 | rm -f conftest.$ac_objext conftest.$ac_ext |
da494b40 MB |
23887 | CFLAGS=$save_CFLAGS |
23888 | ||
6a30f1c8 | 23889 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11" |
69c44812 | 23890 | TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11" |
21d1c967 GD |
23891 | TOOLKIT=MOTIF |
23892 | GUIDIST=MOTIF_DIST | |
f7f78039 MB |
23893 | wxHAVE_XEXT_LIB=1 |
23894 | fi | |
23895 | ||
23896 | if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 && | |
23897 | test "$wxHAVE_XEXT_LIB" = 1; then | |
23898 | save_CFLAGS="$CFLAGS" | |
23899 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
23900 | ||
e6cc62c6 VS |
23901 | echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5 |
23902 | echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6 | |
23903 | cat >conftest.$ac_ext <<_ACEOF | |
23904 | #line $LINENO "configure" | |
23905 | /* confdefs.h. */ | |
23906 | _ACEOF | |
23907 | cat confdefs.h >>conftest.$ac_ext | |
23908 | cat >>conftest.$ac_ext <<_ACEOF | |
23909 | /* end confdefs.h. */ | |
23910 | ||
23911 | #include <X11/Xlib.h> | |
f7f78039 | 23912 | #include <X11/extensions/shape.h> |
e6cc62c6 VS |
23913 | |
23914 | int | |
23915 | main () | |
23916 | { | |
f7f78039 MB |
23917 | |
23918 | int dummy1, dummy2; | |
23919 | XShapeQueryExtension((Display*)NULL, | |
23920 | (int*)NULL, (int*)NULL); | |
e6cc62c6 VS |
23921 | |
23922 | ; | |
23923 | return 0; | |
23924 | } | |
23925 | _ACEOF | |
23926 | rm -f conftest.$ac_objext | |
23927 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
23928 | (eval $ac_compile) 2>&5 | |
23929 | ac_status=$? | |
23930 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23931 | (exit $ac_status); } && | |
23932 | { ac_try='test -s conftest.$ac_objext' | |
23933 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23934 | (eval $ac_try) 2>&5 | |
23935 | ac_status=$? | |
23936 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23937 | (exit $ac_status); }; }; then | |
23938 | ||
23939 | cat >>confdefs.h <<\_ACEOF | |
f7f78039 | 23940 | #define HAVE_XSHAPE 1 |
e6cc62c6 VS |
23941 | _ACEOF |
23942 | ||
23943 | echo "$as_me:$LINENO: result: found" >&5 | |
23944 | echo "${ECHO_T}found" >&6 | |
f7f78039 | 23945 | |
f7f78039 | 23946 | else |
e6cc62c6 VS |
23947 | echo "$as_me: failed program was:" >&5 |
23948 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23949 | ||
23950 | ||
23951 | echo "$as_me:$LINENO: result: not found" >&5 | |
23952 | echo "${ECHO_T}not found" >&6 | |
23953 | ||
f7f78039 | 23954 | fi |
e6cc62c6 | 23955 | rm -f conftest.$ac_objext conftest.$ac_ext |
f7f78039 | 23956 | CFLAGS="$save_CFLAGS" |
21d1c967 GD |
23957 | fi |
23958 | ||
23959 | if test "$wxUSE_MAC" = 1; then | |
0c98a14e | 23960 | CPPFLAGS="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon" |
21d1c967 | 23961 | |
0c98a14e | 23962 | TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex" |
21d1c967 GD |
23963 | TOOLKIT=MAC |
23964 | GUIDIST=MACX_DIST | |
23965 | fi | |
23966 | ||
ac0c4cc3 DE |
23967 | if test "$wxUSE_COCOA" = 1; then |
23968 | TOOLKIT_VPATH="\${top_srcdir}/src/cocoa" | |
23969 | TOOLKIT=COCOA | |
23970 | GUIDIST=COCOA_DIST | |
23971 | fi | |
23972 | ||
21d1c967 GD |
23973 | if test "$wxUSE_PM" = 1; then |
23974 | TOOLKIT=PM | |
23975 | GUIDIST=GTK_DIST | |
e6cc62c6 VS |
23976 | { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5 |
23977 | echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;} | |
f657dbe7 | 23978 | wxUSE_THREADS="no" |
21d1c967 GD |
23979 | fi |
23980 | ||
23981 | if test "$TOOLKIT" = "PM" ; then | |
23982 | TOOLKIT_DIR="os2" | |
23983 | else | |
23984 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` | |
23985 | fi | |
23986 | ||
23987 | PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst" | |
23988 | ||
23989 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
23990 | ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}" | |
23991 | ||
23992 | ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}" | |
23993 | ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}" | |
23994 | ||
23995 | PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst" | |
23996 | if test "$wxUSE_X11" = 1; then | |
23997 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes" | |
23998 | else | |
23999 | TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}" | |
24000 | fi | |
24001 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__" | |
24002 | WIDGET_SET=univ | |
24003 | else | |
24004 | ALL_OBJECTS="\$(GUIOBJS)" | |
24005 | ALL_SOURCES="\$(ALL_SOURCES)" | |
24006 | ALL_HEADERS="\$(ALL_HEADERS)" | |
24007 | fi | |
24008 | ||
24009 | ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)" | |
24010 | ||
24011 | if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then | |
24012 | ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)" | |
24013 | fi | |
24014 | ||
24015 | if test "$wxUSE_HTML" = "yes"; then | |
24016 | ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)" | |
24017 | fi | |
24018 | ||
24019 | if test "$wxUSE_LIBJPEG" = "builtin" ; then | |
24020 | ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)" | |
24021 | fi | |
24022 | if test "$wxUSE_LIBTIFF" = "builtin" ; then | |
24023 | ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)" | |
24024 | fi | |
24025 | if test "$wxUSE_LIBPNG" = "builtin" ; then | |
24026 | ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)" | |
24027 | fi | |
24028 | ||
24029 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
24030 | DISTDIR="wx\$(TOOLKIT)" | |
90dd450c | 24031 | else |
21d1c967 GD |
24032 | USE_GUI=0 |
24033 | ||
24034 | TOOLKIT_DIR="base" | |
24035 | ||
24036 | if test "$USE_WIN32" = 1 ; then | |
24037 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}" | |
24038 | TOOLKIT_VPATH="\${top_srcdir}/src/msw" | |
24039 | ||
24040 | TOOLKIT="MSW" | |
24041 | else | |
24042 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}" | |
24043 | TOOLKIT_VPATH="\${top_srcdir}/src/unix" | |
24044 | fi | |
24045 | ||
24046 | ALL_SOURCES="\$(ALL_SOURCES)" | |
24047 | ALL_HEADERS="\$(ALL_HEADERS)" | |
24048 | ||
24049 | PORT_FILES="\${top_srcdir}/src/files.lst" | |
24050 | ||
24051 | GUIDIST="BASE_DIST" | |
24052 | DISTDIR="wxBase" | |
d836ee96 VZ |
24053 | fi |
24054 | ||
8284b0c5 | 24055 | |
8647bec6 RG |
24056 | |
24057 | ||
24058 | IODBC_C_SRC="" | |
24059 | ||
24060 | ||
24061 | if test "$TOOLKIT" != "MSW" ; then | |
24062 | ||
24063 | if test "$wxUSE_ODBC" != "no" ; then | |
e6cc62c6 | 24064 | cat >>confdefs.h <<\_ACEOF |
8647bec6 | 24065 | #define wxUSE_ODBC 1 |
e6cc62c6 | 24066 | _ACEOF |
8647bec6 RG |
24067 | |
24068 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
e6cc62c6 | 24069 | |
8647bec6 RG |
24070 | WXODBCFLAG="-D_IODBC_" |
24071 | ||
24072 | ||
24073 | if test "$wxUSE_ODBC" = "sys" ; then | |
e6cc62c6 VS |
24074 | |
24075 | if test "${ac_cv_header_sql_h+set}" = set; then | |
24076 | echo "$as_me:$LINENO: checking for sql.h" >&5 | |
24077 | echo $ECHO_N "checking for sql.h... $ECHO_C" >&6 | |
24078 | if test "${ac_cv_header_sql_h+set}" = set; then | |
24079 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24080 | fi | |
24081 | echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 | |
24082 | echo "${ECHO_T}$ac_cv_header_sql_h" >&6 | |
24083 | else | |
24084 | # Is the header compilable? | |
24085 | echo "$as_me:$LINENO: checking sql.h usability" >&5 | |
24086 | echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6 | |
24087 | cat >conftest.$ac_ext <<_ACEOF | |
24088 | #line $LINENO "configure" | |
24089 | /* confdefs.h. */ | |
24090 | _ACEOF | |
24091 | cat confdefs.h >>conftest.$ac_ext | |
24092 | cat >>conftest.$ac_ext <<_ACEOF | |
24093 | /* end confdefs.h. */ | |
24094 | $ac_includes_default | |
8647bec6 | 24095 | #include <sql.h> |
e6cc62c6 VS |
24096 | _ACEOF |
24097 | rm -f conftest.$ac_objext | |
24098 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
24099 | (eval $ac_compile) 2>&5 | |
24100 | ac_status=$? | |
24101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24102 | (exit $ac_status); } && | |
24103 | { ac_try='test -s conftest.$ac_objext' | |
24104 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24105 | (eval $ac_try) 2>&5 | |
24106 | ac_status=$? | |
24107 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24108 | (exit $ac_status); }; }; then | |
24109 | ac_header_compiler=yes | |
24110 | else | |
24111 | echo "$as_me: failed program was:" >&5 | |
24112 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24113 | ||
24114 | ac_header_compiler=no | |
24115 | fi | |
24116 | rm -f conftest.$ac_objext conftest.$ac_ext | |
24117 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
24118 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
24119 | ||
24120 | # Is the header present? | |
24121 | echo "$as_me:$LINENO: checking sql.h presence" >&5 | |
24122 | echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6 | |
24123 | cat >conftest.$ac_ext <<_ACEOF | |
24124 | #line $LINENO "configure" | |
24125 | /* confdefs.h. */ | |
24126 | _ACEOF | |
24127 | cat confdefs.h >>conftest.$ac_ext | |
24128 | cat >>conftest.$ac_ext <<_ACEOF | |
24129 | /* end confdefs.h. */ | |
24130 | #include <sql.h> | |
24131 | _ACEOF | |
24132 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
24133 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
24134 | ac_status=$? | |
24135 | grep -v '^ *+' conftest.er1 >conftest.err | |
24136 | rm -f conftest.er1 | |
24137 | cat conftest.err >&5 | |
24138 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24139 | (exit $ac_status); } >/dev/null; then | |
24140 | if test -s conftest.err; then | |
24141 | ac_cpp_err=$ac_c_preproc_warn_flag | |
24142 | else | |
24143 | ac_cpp_err= | |
24144 | fi | |
24145 | else | |
24146 | ac_cpp_err=yes | |
24147 | fi | |
24148 | if test -z "$ac_cpp_err"; then | |
24149 | ac_header_preproc=yes | |
24150 | else | |
24151 | echo "$as_me: failed program was:" >&5 | |
24152 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24153 | ||
24154 | ac_header_preproc=no | |
24155 | fi | |
24156 | rm -f conftest.err conftest.$ac_ext | |
24157 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
24158 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
24159 | ||
24160 | # So? What about this header? | |
24161 | case $ac_header_compiler:$ac_header_preproc in | |
24162 | yes:no ) | |
24163 | { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
24164 | echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
24165 | { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5 | |
24166 | echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;} | |
24167 | ( | |
24168 | cat <<\_ASBOX | |
24169 | ## ------------------------------------ ## | |
24170 | ## Report this to bug-autoconf@gnu.org. ## | |
24171 | ## ------------------------------------ ## | |
24172 | _ASBOX | |
24173 | ) | | |
24174 | sed "s/^/$as_me: WARNING: /" >&2 | |
24175 | ;; | |
24176 | no:yes ) | |
24177 | { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5 | |
24178 | echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;} | |
24179 | { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5 | |
24180 | echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;} | |
24181 | { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5 | |
24182 | echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;} | |
24183 | ( | |
24184 | cat <<\_ASBOX | |
24185 | ## ------------------------------------ ## | |
24186 | ## Report this to bug-autoconf@gnu.org. ## | |
24187 | ## ------------------------------------ ## | |
24188 | _ASBOX | |
24189 | ) | | |
24190 | sed "s/^/$as_me: WARNING: /" >&2 | |
24191 | ;; | |
24192 | esac | |
24193 | echo "$as_me:$LINENO: checking for sql.h" >&5 | |
24194 | echo $ECHO_N "checking for sql.h... $ECHO_C" >&6 | |
24195 | if test "${ac_cv_header_sql_h+set}" = set; then | |
24196 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8647bec6 | 24197 | else |
e6cc62c6 VS |
24198 | ac_cv_header_sql_h=$ac_header_preproc |
24199 | fi | |
24200 | echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 | |
24201 | echo "${ECHO_T}$ac_cv_header_sql_h" >&6 | |
24202 | ||
8647bec6 RG |
24203 | fi |
24204 | ||
e6cc62c6 VS |
24205 | |
24206 | echo "$as_me:$LINENO: checking for library containing SQLAllocEnv" >&5 | |
24207 | echo $ECHO_N "checking for library containing SQLAllocEnv... $ECHO_C" >&6 | |
24208 | if test "${ac_cv_search_SQLAllocEnv+set}" = set; then | |
24209 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8647bec6 | 24210 | else |
e6cc62c6 VS |
24211 | ac_func_search_save_LIBS=$LIBS |
24212 | ac_cv_search_SQLAllocEnv=no | |
24213 | cat >conftest.$ac_ext <<_ACEOF | |
24214 | #line $LINENO "configure" | |
24215 | /* confdefs.h. */ | |
24216 | _ACEOF | |
24217 | cat confdefs.h >>conftest.$ac_ext | |
24218 | cat >>conftest.$ac_ext <<_ACEOF | |
24219 | /* end confdefs.h. */ | |
24220 | ||
8647bec6 | 24221 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
24222 | #ifdef __cplusplus |
24223 | extern "C" | |
24224 | #endif | |
8647bec6 | 24225 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
24226 | builtin and then its argument prototype would still apply. */ |
24227 | char SQLAllocEnv (); | |
24228 | int | |
24229 | main () | |
24230 | { | |
24231 | SQLAllocEnv (); | |
24232 | ; | |
24233 | return 0; | |
24234 | } | |
24235 | _ACEOF | |
24236 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24237 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24238 | (eval $ac_link) 2>&5 | |
24239 | ac_status=$? | |
24240 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24241 | (exit $ac_status); } && | |
24242 | { ac_try='test -s conftest$ac_exeext' | |
24243 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24244 | (eval $ac_try) 2>&5 | |
24245 | ac_status=$? | |
24246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24247 | (exit $ac_status); }; }; then | |
8647bec6 RG |
24248 | ac_cv_search_SQLAllocEnv="none required" |
24249 | else | |
e6cc62c6 VS |
24250 | echo "$as_me: failed program was:" >&5 |
24251 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24252 | ||
8647bec6 | 24253 | fi |
e6cc62c6 VS |
24254 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
24255 | if test "$ac_cv_search_SQLAllocEnv" = no; then | |
24256 | for ac_lib in iodbc unixodbc odbc ; do | |
24257 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
24258 | cat >conftest.$ac_ext <<_ACEOF | |
24259 | #line $LINENO "configure" | |
24260 | /* confdefs.h. */ | |
24261 | _ACEOF | |
24262 | cat confdefs.h >>conftest.$ac_ext | |
24263 | cat >>conftest.$ac_ext <<_ACEOF | |
24264 | /* end confdefs.h. */ | |
24265 | ||
8647bec6 | 24266 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
24267 | #ifdef __cplusplus |
24268 | extern "C" | |
24269 | #endif | |
8647bec6 | 24270 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
24271 | builtin and then its argument prototype would still apply. */ |
24272 | char SQLAllocEnv (); | |
24273 | int | |
24274 | main () | |
24275 | { | |
24276 | SQLAllocEnv (); | |
24277 | ; | |
24278 | return 0; | |
24279 | } | |
24280 | _ACEOF | |
24281 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24282 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24283 | (eval $ac_link) 2>&5 | |
24284 | ac_status=$? | |
24285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24286 | (exit $ac_status); } && | |
24287 | { ac_try='test -s conftest$ac_exeext' | |
24288 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24289 | (eval $ac_try) 2>&5 | |
24290 | ac_status=$? | |
24291 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24292 | (exit $ac_status); }; }; then | |
24293 | ac_cv_search_SQLAllocEnv="-l$ac_lib" | |
8647bec6 RG |
24294 | break |
24295 | else | |
e6cc62c6 VS |
24296 | echo "$as_me: failed program was:" >&5 |
24297 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24298 | ||
8647bec6 | 24299 | fi |
e6cc62c6 VS |
24300 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
24301 | done | |
8647bec6 | 24302 | fi |
e6cc62c6 VS |
24303 | LIBS=$ac_func_search_save_LIBS |
24304 | fi | |
24305 | echo "$as_me:$LINENO: result: $ac_cv_search_SQLAllocEnv" >&5 | |
24306 | echo "${ECHO_T}$ac_cv_search_SQLAllocEnv" >&6 | |
24307 | if test "$ac_cv_search_SQLAllocEnv" != no; then | |
8647bec6 | 24308 | test "$ac_cv_search_SQLAllocEnv" = "none required" || LIBS="$ac_cv_search_SQLAllocEnv $LIBS" |
e6cc62c6 VS |
24309 | |
24310 | else | |
24311 | ||
24312 | wxUSE_ODBC=builtin; | |
24313 | { echo "$as_me:$LINENO: WARNING: can't find system Odbc library falling back to builtin " >&5 | |
24314 | echo "$as_me: WARNING: can't find system Odbc library falling back to builtin " >&2;} | |
24315 | ||
8647bec6 | 24316 | fi |
e6cc62c6 | 24317 | |
fd3d7534 RG |
24318 | fi |
24319 | if test "$wxUSE_ODBC" != "sys" ; then | |
24320 | ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)" | |
8647bec6 RG |
24321 | fi |
24322 | ||
24323 | fi | |
e6cc62c6 | 24324 | |
6232543b | 24325 | fi |
21d1c967 GD |
24326 | |
24327 | if test "$wxUSE_REGEX" = "builtin" ; then | |
24328 | ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)" | |
1e487827 | 24329 | fi |
21d1c967 GD |
24330 | if test "$wxUSE_ZLIB" = "builtin" ; then |
24331 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
bd3277fe VZ |
24332 | fi |
24333 | ||
8284b0c5 | 24334 | |
21d1c967 | 24335 | if test "$wxUSE_OPENGL" = "yes"; then |
ac0c4cc3 | 24336 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then |
21d1c967 GD |
24337 | OPENGL_LIBS="-framework OpenGL -framework AGL" |
24338 | elif test "$wxUSE_MSW" = 1; then | |
24339 | OPENGL_LIBS="-lopengl32 -lglu32" | |
24340 | else | |
01aa5863 VS |
24341 | |
24342 | ||
24343 | ac_find_includes= | |
24344 | for ac_dir in $SEARCH_INCLUDE /usr/include; | |
24345 | do | |
24346 | if test -f "$ac_dir/GL/gl.h"; then | |
24347 | ac_find_includes=$ac_dir | |
24348 | break | |
24349 | fi | |
24350 | done | |
24351 | ||
24352 | if test "$ac_find_includes" != "" ; then | |
24353 | echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5 | |
24354 | echo "${ECHO_T}found in $ac_find_includes" >&6 | |
24355 | set -x | |
24356 | ||
24357 | if test "x$ac_find_includes" = "x/usr/include"; then | |
24358 | ac_path_to_include="" | |
24359 | else | |
24360 | echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null | |
24361 | result=$? | |
24362 | if test $result = 0; then | |
24363 | ac_path_to_include="" | |
24364 | else | |
24365 | ac_path_to_include=" -I$ac_find_includes" | |
24366 | fi | |
24367 | fi | |
24368 | ||
24369 | CPPFLAGS="$CPPFLAGS$ac_path_to_include" | |
24370 | set +x | |
24371 | fi | |
24372 | ||
e6cc62c6 VS |
24373 | if test "${ac_cv_header_GL_gl_h+set}" = set; then |
24374 | echo "$as_me:$LINENO: checking for GL/gl.h" >&5 | |
24375 | echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6 | |
24376 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
24377 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24378 | fi | |
24379 | echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5 | |
24380 | echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6 | |
24381 | else | |
24382 | # Is the header compilable? | |
24383 | echo "$as_me:$LINENO: checking GL/gl.h usability" >&5 | |
24384 | echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6 | |
24385 | cat >conftest.$ac_ext <<_ACEOF | |
24386 | #line $LINENO "configure" | |
24387 | /* confdefs.h. */ | |
24388 | _ACEOF | |
24389 | cat confdefs.h >>conftest.$ac_ext | |
24390 | cat >>conftest.$ac_ext <<_ACEOF | |
24391 | /* end confdefs.h. */ | |
24392 | $ac_includes_default | |
21d1c967 | 24393 | #include <GL/gl.h> |
e6cc62c6 VS |
24394 | _ACEOF |
24395 | rm -f conftest.$ac_objext | |
24396 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
24397 | (eval $ac_compile) 2>&5 | |
24398 | ac_status=$? | |
24399 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24400 | (exit $ac_status); } && | |
24401 | { ac_try='test -s conftest.$ac_objext' | |
24402 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24403 | (eval $ac_try) 2>&5 | |
24404 | ac_status=$? | |
24405 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24406 | (exit $ac_status); }; }; then | |
24407 | ac_header_compiler=yes | |
24408 | else | |
24409 | echo "$as_me: failed program was:" >&5 | |
24410 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24411 | ||
24412 | ac_header_compiler=no | |
24413 | fi | |
24414 | rm -f conftest.$ac_objext conftest.$ac_ext | |
24415 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
24416 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
24417 | ||
24418 | # Is the header present? | |
24419 | echo "$as_me:$LINENO: checking GL/gl.h presence" >&5 | |
24420 | echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6 | |
24421 | cat >conftest.$ac_ext <<_ACEOF | |
24422 | #line $LINENO "configure" | |
24423 | /* confdefs.h. */ | |
24424 | _ACEOF | |
24425 | cat confdefs.h >>conftest.$ac_ext | |
24426 | cat >>conftest.$ac_ext <<_ACEOF | |
24427 | /* end confdefs.h. */ | |
24428 | #include <GL/gl.h> | |
24429 | _ACEOF | |
24430 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
24431 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
24432 | ac_status=$? | |
24433 | grep -v '^ *+' conftest.er1 >conftest.err | |
24434 | rm -f conftest.er1 | |
24435 | cat conftest.err >&5 | |
24436 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24437 | (exit $ac_status); } >/dev/null; then | |
24438 | if test -s conftest.err; then | |
24439 | ac_cpp_err=$ac_c_preproc_warn_flag | |
24440 | else | |
24441 | ac_cpp_err= | |
24442 | fi | |
24443 | else | |
24444 | ac_cpp_err=yes | |
24445 | fi | |
24446 | if test -z "$ac_cpp_err"; then | |
24447 | ac_header_preproc=yes | |
24448 | else | |
24449 | echo "$as_me: failed program was:" >&5 | |
24450 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24451 | ||
24452 | ac_header_preproc=no | |
24453 | fi | |
24454 | rm -f conftest.err conftest.$ac_ext | |
24455 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
24456 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
24457 | ||
24458 | # So? What about this header? | |
24459 | case $ac_header_compiler:$ac_header_preproc in | |
24460 | yes:no ) | |
24461 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
24462 | echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
24463 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5 | |
24464 | echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;} | |
24465 | ( | |
24466 | cat <<\_ASBOX | |
24467 | ## ------------------------------------ ## | |
24468 | ## Report this to bug-autoconf@gnu.org. ## | |
24469 | ## ------------------------------------ ## | |
24470 | _ASBOX | |
24471 | ) | | |
24472 | sed "s/^/$as_me: WARNING: /" >&2 | |
24473 | ;; | |
24474 | no:yes ) | |
24475 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5 | |
24476 | echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;} | |
24477 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5 | |
24478 | echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;} | |
24479 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5 | |
24480 | echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;} | |
24481 | ( | |
24482 | cat <<\_ASBOX | |
24483 | ## ------------------------------------ ## | |
24484 | ## Report this to bug-autoconf@gnu.org. ## | |
24485 | ## ------------------------------------ ## | |
24486 | _ASBOX | |
24487 | ) | | |
24488 | sed "s/^/$as_me: WARNING: /" >&2 | |
24489 | ;; | |
24490 | esac | |
24491 | echo "$as_me:$LINENO: checking for GL/gl.h" >&5 | |
24492 | echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6 | |
24493 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
24494 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24495 | else | |
24496 | ac_cv_header_GL_gl_h=$ac_header_preproc | |
703e0a69 | 24497 | fi |
e6cc62c6 VS |
24498 | echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5 |
24499 | echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6 | |
24500 | ||
698dcdb6 | 24501 | fi |
e6cc62c6 VS |
24502 | if test $ac_cv_header_GL_gl_h = yes; then |
24503 | ||
89e3b3e4 VZ |
24504 | found_gl=0 |
24505 | ||
e6cc62c6 VS |
24506 | echo "$as_me:$LINENO: checking for -lGL" >&5 |
24507 | echo $ECHO_N "checking for -lGL... $ECHO_C" >&6 | |
24508 | ||
21d1c967 | 24509 | ac_find_libraries= |
2b5f62a0 | 24510 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
24511 | do |
24512 | for ac_extension in a so sl dylib; do | |
24513 | if test -f "$ac_dir/libGL.$ac_extension"; then | |
24514 | ac_find_libraries=$ac_dir | |
24515 | break 2 | |
24516 | fi | |
24517 | done | |
24518 | done | |
24519 | ||
24520 | if test "$ac_find_libraries" != "" ; then | |
e6cc62c6 | 24521 | |
21d1c967 GD |
24522 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null |
24523 | result=$? | |
24524 | if test $result = 0; then | |
24525 | ac_path_to_link="" | |
24526 | else | |
24527 | ac_path_to_link=" -L$ac_find_libraries" | |
24528 | fi | |
24529 | ||
89e3b3e4 VZ |
24530 | if test "$ac_path_to_link" != " -L/usr/lib" ; then |
24531 | LDFLAGS_GL="$ac_path_to_link" | |
21d1c967 | 24532 | fi |
89e3b3e4 | 24533 | |
e6cc62c6 | 24534 | |
89e3b3e4 VZ |
24535 | ac_find_libraries= |
24536 | for ac_dir in $SEARCH_LIB /usr/lib; | |
24537 | do | |
24538 | for ac_extension in a so sl dylib; do | |
24539 | if test -f "$ac_dir/libGLU.$ac_extension"; then | |
24540 | ac_find_libraries=$ac_dir | |
24541 | break 2 | |
24542 | fi | |
24543 | done | |
24544 | done | |
24545 | ||
24546 | if test "$ac_find_libraries" != "" ; then | |
e6cc62c6 | 24547 | |
89e3b3e4 VZ |
24548 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null |
24549 | result=$? | |
24550 | if test $result = 0; then | |
24551 | ac_path_to_link="" | |
24552 | else | |
24553 | ac_path_to_link=" -L$ac_find_libraries" | |
24554 | fi | |
24555 | ||
24556 | if test "$ac_path_to_link" != " -L/usr/lib" -a \ | |
24557 | "$ac_path_to_link" != "$LDFLAGS_GL"; then | |
24558 | LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link" | |
24559 | fi | |
24560 | ||
24561 | found_gl=1 | |
24562 | OPENGL_LIBS="-lGL -lGLU" | |
e6cc62c6 VS |
24563 | echo "$as_me:$LINENO: result: yes" >&5 |
24564 | echo "${ECHO_T}yes" >&6 | |
89e3b3e4 VZ |
24565 | fi |
24566 | fi | |
24567 | ||
24568 | if "$found_gl" != 1; then | |
e6cc62c6 VS |
24569 | echo "$as_me:$LINENO: result: no" >&5 |
24570 | echo "${ECHO_T}no" >&6 | |
24571 | echo "$as_me:$LINENO: checking for -lMesaGL" >&5 | |
24572 | echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6 | |
24573 | ||
21d1c967 | 24574 | ac_find_libraries= |
2b5f62a0 | 24575 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
24576 | do |
24577 | for ac_extension in a so sl dylib; do | |
24578 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
24579 | ac_find_libraries=$ac_dir | |
24580 | break 2 | |
24581 | fi | |
24582 | done | |
24583 | done | |
24584 | ||
24585 | if test "$ac_find_libraries" != "" ; then | |
e6cc62c6 | 24586 | |
21d1c967 GD |
24587 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null |
24588 | result=$? | |
24589 | if test $result = 0; then | |
24590 | ac_path_to_link="" | |
24591 | else | |
24592 | ac_path_to_link=" -L$ac_find_libraries" | |
24593 | fi | |
24594 | ||
24595 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
24596 | OPENGL_LIBS="-lMesaGL -lMesaGLU" | |
e6cc62c6 VS |
24597 | echo "$as_me:$LINENO: result: yes" >&5 |
24598 | echo "${ECHO_T}yes" >&6 | |
21d1c967 | 24599 | else |
e6cc62c6 VS |
24600 | echo "$as_me:$LINENO: result: no" >&5 |
24601 | echo "${ECHO_T}no" >&6 | |
21d1c967 GD |
24602 | fi |
24603 | fi | |
e6cc62c6 | 24604 | |
5c6fa7d2 | 24605 | fi |
52127426 | 24606 | |
8284b0c5 | 24607 | |
e6cc62c6 | 24608 | |
21d1c967 | 24609 | if test "x$OPENGL_LIBS" = "x"; then |
e6cc62c6 VS |
24610 | { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5 |
24611 | echo "$as_me: error: OpenGL libraries not available" >&2;} | |
24612 | { (exit 1); exit 1; }; } | |
21d1c967 GD |
24613 | fi |
24614 | fi | |
90dd450c | 24615 | |
21d1c967 | 24616 | if test "$wxUSE_OPENGL" = "yes"; then |
e6cc62c6 | 24617 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 24618 | #define wxUSE_OPENGL 1 |
e6cc62c6 | 24619 | _ACEOF |
21d1c967 | 24620 | |
e6cc62c6 | 24621 | cat >>confdefs.h <<\_ACEOF |
21d1c967 | 24622 | #define wxUSE_GLCANVAS 1 |
e6cc62c6 | 24623 | _ACEOF |
21d1c967 GD |
24624 | |
24625 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl" | |
24626 | fi | |
10f2d63a | 24627 | fi |
21d1c967 GD |
24628 | |
24629 | if test -z "$TOOLKIT_VPATH" ; then | |
24630 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}" | |
10f2d63a | 24631 | fi |
21d1c967 GD |
24632 | |
24633 | if test -n "$TOOLKIT" ; then | |
24634 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__" | |
24635 | fi | |
24636 | ||
fe0895cf | 24637 | UNICODE=0 |
21d1c967 GD |
24638 | lib_unicode_suffix= |
24639 | if test "$wxUSE_UNICODE" = "yes"; then | |
24640 | lib_unicode_suffix=u | |
fe0895cf | 24641 | UNICODE=1 |
90dd450c | 24642 | fi |
698dcdb6 | 24643 | |
21d1c967 | 24644 | lib_debug_suffix= |
fe0895cf | 24645 | BUILD=release |
21d1c967 GD |
24646 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then |
24647 | lib_debug_suffix=d | |
fe0895cf | 24648 | BUILD=debug |
21d1c967 | 24649 | fi |
698dcdb6 | 24650 | |
2b5f62a0 VZ |
24651 | WX_VERSION_TAG=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"` |
24652 | ||
24653 | TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}" | |
24654 | TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}" | |
21d1c967 GD |
24655 | |
24656 | if test "$cross_compiling" = "yes"; then | |
24657 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}" | |
24658 | TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}" | |
24659 | fi | |
24660 | ||
24661 | WX_LIBRARY="wx_${TOOLCHAIN_NAME}" | |
24662 | WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}" | |
2b5f62a0 | 24663 | WX_LIBRARY_BASENAME="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}" |
21d1c967 GD |
24664 | |
24665 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
24666 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
24667 | ||
24668 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" | |
24669 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
24670 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" | |
24671 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
24672 | ||
24673 | case "${host}" in | |
24674 | *-*-cygwin* | *-*-mingw32* ) | |
24675 | ||
e6cc62c6 VS |
24676 | |
24677 | ||
17234b26 | 24678 | if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then |
21d1c967 GD |
24679 | WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" |
24680 | WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" | |
24681 | WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}" | |
24682 | WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
24683 | else | |
24684 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
24685 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
24686 | fi | |
24687 | ;; | |
24688 | ||
24689 | *-*-darwin* ) | |
e6cc62c6 | 24690 | |
05159a27 GD |
24691 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}" |
24692 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}" | |
24693 | ||
24694 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}" | |
24695 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
24696 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}" | |
24697 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
24698 | ||
21d1c967 | 24699 | if test "$wxUSE_MAC" = 1; then |
f346733b GD |
24700 | WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.${WX_CURRENT}.r" |
24701 | WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc" | |
21d1c967 GD |
24702 | fi |
24703 | ;; | |
24704 | esac | |
24705 | ||
24706 | WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" | |
24707 | WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a" | |
24708 | ||
24709 | WXCONFIG_LIBS="-l${WX_LIBRARY}" | |
24710 | WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a" | |
24711 | ||
24712 | if test "$wxUSE_OPENGL" = "yes"; then | |
24713 | WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}" | |
24714 | WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}" | |
24715 | fi | |
24716 | ||
8284b0c5 MB |
24717 | |
24718 | ||
21d1c967 GD |
24719 | if test "$wxUSE_SHARED" = "yes"; then |
24720 | case "${host}" in | |
24721 | *-pc-os2_emx | *-pc-os2-emx | \ | |
24722 | *-pc-msdosdjgpp ) | |
24723 | wxUSE_SHARED=no | |
e6cc62c6 VS |
24724 | { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5 |
24725 | echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;} | |
21d1c967 GD |
24726 | ;; |
24727 | esac | |
24728 | fi | |
24729 | ||
fe0895cf | 24730 | SHARED=0 |
2b5f62a0 | 24731 | if test "$wxUSE_SHARED" = "yes"; then |
fe0895cf | 24732 | SHARED=1 |
2b5f62a0 VZ |
24733 | |
24734 | if test "$wxUSE_OPENGL" = "yes"; then | |
24735 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
24736 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}" | |
24737 | else | |
24738 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
24739 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}" | |
24740 | fi | |
24741 | ||
24742 | if test "$GCC" = "yes"; then | |
24743 | PIC_FLAG="-fPIC" | |
24744 | fi | |
24745 | ||
24746 | ||
e6cc62c6 | 24747 | |
2b5f62a0 VZ |
24748 | found_versioning=no |
24749 | ||
e6cc62c6 | 24750 | |
2b5f62a0 | 24751 | if test $found_versioning = no ; then |
e6cc62c6 VS |
24752 | echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5 |
24753 | echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6 | |
24754 | if test "${wx_cv_version_script+set}" = set; then | |
24755 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
2b5f62a0 | 24756 | else |
e6cc62c6 | 24757 | |
2b5f62a0 VZ |
24758 | echo "VER_1 { *; };" >conftest.sym |
24759 | echo "int main() { return 0; }" >conftest.cpp | |
e6cc62c6 | 24760 | |
2b5f62a0 VZ |
24761 | if { ac_try=' |
24762 | $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp | |
e6cc62c6 VS |
24763 | -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr' |
24764 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24765 | (eval $ac_try) 2>&5 | |
24766 | ac_status=$? | |
24767 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24768 | (exit $ac_status); }; } ; then | |
2b5f62a0 VZ |
24769 | if test -s conftest.stderr ; then |
24770 | wx_cv_version_script=no | |
24771 | else | |
24772 | wx_cv_version_script=yes | |
24773 | fi | |
24774 | else | |
24775 | wx_cv_version_script=no | |
24776 | fi | |
24777 | rm -f conftest.output conftest.stderr conftest.sym conftest.cpp | |
2b5f62a0 | 24778 | |
e6cc62c6 VS |
24779 | fi |
24780 | echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5 | |
24781 | echo "${ECHO_T}$wx_cv_version_script" >&6 | |
2b5f62a0 | 24782 | if test $wx_cv_version_script = yes ; then |
e6cc62c6 | 24783 | LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script" |
2b5f62a0 VZ |
24784 | fi |
24785 | fi | |
21d1c967 | 24786 | |
21d1c967 GD |
24787 | |
24788 | SHARED_LD="${CXX} -shared -o" | |
24789 | ||
24790 | case "${host}" in | |
24791 | *-hp-hpux* ) | |
ad2622f1 | 24792 | if test "$GCC" = "yes"; then |
85d5e282 | 24793 | SHARED_LD="${CXX} -shared ${PIC_FLAG} -o" |
21d1c967 GD |
24794 | else |
24795 | LDFLAGS="$LDFLAGS -L/usr/lib" | |
24796 | ||
24797 | SHARED_LD="${CXX} -b -o" | |
24798 | PIC_FLAG="+Z" | |
24799 | fi | |
24800 | ||
24801 | if test "$wxUSE_OPENGL" = "yes"; then | |
24802 | WX_ALL_INSTALLED="preinstall_gl" | |
24803 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" | |
24804 | else | |
24805 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" | |
24806 | fi | |
24807 | ;; | |
24808 | ||
fe0895cf | 24809 | *-*-linux* | *-*-gnu* ) |
21d1c967 | 24810 | if test "$GCC" != "yes"; then |
e6cc62c6 VS |
24811 | echo "$as_me:$LINENO: checking for Intel compiler" >&5 |
24812 | echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6 | |
24813 | if test "${wx_cv_prog_icc+set}" = set; then | |
24814 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 24815 | else |
90dd450c | 24816 | |
e6cc62c6 VS |
24817 | cat >conftest.$ac_ext <<_ACEOF |
24818 | #line $LINENO "configure" | |
24819 | /* confdefs.h. */ | |
24820 | _ACEOF | |
24821 | cat confdefs.h >>conftest.$ac_ext | |
24822 | cat >>conftest.$ac_ext <<_ACEOF | |
24823 | /* end confdefs.h. */ | |
24824 | ||
24825 | int | |
24826 | main () | |
24827 | { | |
90dd450c | 24828 | |
21d1c967 GD |
24829 | #ifndef __INTEL_COMPILER |
24830 | #error Not icc | |
24831 | #endif | |
e6cc62c6 VS |
24832 | |
24833 | ; | |
24834 | return 0; | |
24835 | } | |
24836 | _ACEOF | |
24837 | rm -f conftest.$ac_objext | |
24838 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
24839 | (eval $ac_compile) 2>&5 | |
24840 | ac_status=$? | |
24841 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24842 | (exit $ac_status); } && | |
24843 | { ac_try='test -s conftest.$ac_objext' | |
24844 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24845 | (eval $ac_try) 2>&5 | |
24846 | ac_status=$? | |
24847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24848 | (exit $ac_status); }; }; then | |
21d1c967 | 24849 | wx_cv_prog_icc=yes |
6232543b | 24850 | else |
e6cc62c6 VS |
24851 | echo "$as_me: failed program was:" >&5 |
24852 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24853 | ||
24854 | wx_cv_prog_icc=no | |
24855 | ||
247f5006 | 24856 | fi |
e6cc62c6 | 24857 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 24858 | |
e6cc62c6 VS |
24859 | fi |
24860 | echo "$as_me:$LINENO: result: $wx_cv_prog_icc" >&5 | |
24861 | echo "${ECHO_T}$wx_cv_prog_icc" >&6 | |
21d1c967 GD |
24862 | if test "$wx_cv_prog_icc" = "yes"; then |
24863 | PIC_FLAG="-KPIC" | |
24864 | fi | |
24865 | fi | |
24866 | ||
e6cc62c6 | 24867 | SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib" |
21d1c967 GD |
24868 | ;; |
24869 | ||
24870 | *-*-solaris2* ) | |
24871 | if test "$GCC" = yes ; then | |
24872 | CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include" | |
fe0895cf VS |
24873 | |
24874 | saveLdflags="$LDFLAGS" | |
24875 | LDFLAGS="$saveLdflags -Wl,-rpath,/" | |
e6cc62c6 VS |
24876 | echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5 |
24877 | echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6 | |
24878 | cat >conftest.$ac_ext <<_ACEOF | |
24879 | #line $LINENO "configure" | |
24880 | /* confdefs.h. */ | |
24881 | _ACEOF | |
24882 | cat confdefs.h >>conftest.$ac_ext | |
24883 | cat >>conftest.$ac_ext <<_ACEOF | |
24884 | /* end confdefs.h. */ | |
24885 | ||
24886 | int | |
24887 | main () | |
24888 | { | |
fe0895cf | 24889 | |
e6cc62c6 VS |
24890 | ; |
24891 | return 0; | |
24892 | } | |
24893 | _ACEOF | |
24894 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24895 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24896 | (eval $ac_link) 2>&5 | |
24897 | ac_status=$? | |
24898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24899 | (exit $ac_status); } && | |
24900 | { ac_try='test -s conftest$ac_exeext' | |
24901 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24902 | (eval $ac_try) 2>&5 | |
24903 | ac_status=$? | |
24904 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24905 | (exit $ac_status); }; }; then | |
24906 | ||
24907 | echo "$as_me:$LINENO: result: yes" >&5 | |
24908 | echo "${ECHO_T}yes" >&6 | |
24909 | SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib" | |
24910 | ||
24911 | else | |
24912 | echo "$as_me: failed program was:" >&5 | |
24913 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24914 | ||
24915 | ||
24916 | echo "$as_me:$LINENO: result: no" >&5 | |
24917 | echo "${ECHO_T}no" >&6 | |
24918 | echo "$as_me:$LINENO: checking if the linker accepts -R" >&5 | |
24919 | echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6 | |
fe0895cf | 24920 | LDFLAGS="$saveLdflags -Wl,-R,/" |
e6cc62c6 VS |
24921 | cat >conftest.$ac_ext <<_ACEOF |
24922 | #line $LINENO "configure" | |
24923 | /* confdefs.h. */ | |
24924 | _ACEOF | |
24925 | cat confdefs.h >>conftest.$ac_ext | |
24926 | cat >>conftest.$ac_ext <<_ACEOF | |
24927 | /* end confdefs.h. */ | |
24928 | ||
24929 | int | |
24930 | main () | |
24931 | { | |
24932 | ||
24933 | ; | |
24934 | return 0; | |
24935 | } | |
24936 | _ACEOF | |
24937 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24938 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24939 | (eval $ac_link) 2>&5 | |
24940 | ac_status=$? | |
24941 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24942 | (exit $ac_status); } && | |
24943 | { ac_try='test -s conftest$ac_exeext' | |
24944 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24945 | (eval $ac_try) 2>&5 | |
24946 | ac_status=$? | |
24947 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24948 | (exit $ac_status); }; }; then | |
24949 | ||
24950 | echo "$as_me:$LINENO: result: yes" >&5 | |
24951 | echo "${ECHO_T}yes" >&6 | |
24952 | SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib" | |
24953 | else | |
24954 | echo "$as_me: failed program was:" >&5 | |
24955 | sed 's/^/| /' conftest.$ac_ext >&5 | |
fe0895cf | 24956 | |
fe0895cf | 24957 | |
e6cc62c6 VS |
24958 | echo "$as_me:$LINENO: result: no" >&5 |
24959 | echo "${ECHO_T}no" >&6 | |
24960 | ||
fe0895cf | 24961 | fi |
e6cc62c6 VS |
24962 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
24963 | ||
24964 | fi | |
24965 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
fe0895cf | 24966 | LDFLAGS="$saveLdflags" |
21d1c967 GD |
24967 | else |
24968 | SHARED_LD="${CXX} -G -o" | |
24969 | PIC_FLAG="-KPIC" | |
e6cc62c6 | 24970 | SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib" |
21d1c967 GD |
24971 | fi |
24972 | ;; | |
24973 | ||
24974 | *-*-darwin* ) | |
b2fee376 GD |
24975 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXMAKINGDLL" |
24976 | CFLAGS="$CFLAGS -fno-common" | |
24977 | CXXFLAGS="$CXXFLAGS -fno-common" | |
21d1c967 GD |
24978 | SHARED_LD="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o" |
24979 | PIC_FLAG="-dynamic -fPIC" | |
21d1c967 GD |
24980 | ;; |
24981 | ||
24982 | *-*-aix* ) | |
2b5f62a0 VZ |
24983 | if test "$GCC" != "yes"; then |
24984 | # Extract the first word of "makeC++SharedLib", so it can be a program name with args. | |
321d2b14 | 24985 | set dummy makeC++SharedLib; ac_word=$2 |
e6cc62c6 VS |
24986 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
24987 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
24988 | if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then | |
24989 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
321d2b14 VZ |
24990 | else |
24991 | if test -n "$AIX_CXX_LD"; then | |
24992 | ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test. | |
24993 | else | |
e6cc62c6 VS |
24994 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
24995 | for as_dir in $PATH | |
24996 | do | |
24997 | IFS=$as_save_IFS | |
24998 | test -z "$as_dir" && as_dir=. | |
24999 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25000 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25001 | ac_cv_prog_AIX_CXX_LD="makeC++SharedLib" | |
25002 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25003 | break 2 | |
25004 | fi | |
25005 | done | |
25006 | done | |
25007 | ||
321d2b14 VZ |
25008 | test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib" |
25009 | fi | |
25010 | fi | |
e6cc62c6 | 25011 | AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD |
321d2b14 | 25012 | if test -n "$AIX_CXX_LD"; then |
e6cc62c6 VS |
25013 | echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5 |
25014 | echo "${ECHO_T}$AIX_CXX_LD" >&6 | |
321d2b14 | 25015 | else |
e6cc62c6 VS |
25016 | echo "$as_me:$LINENO: result: no" >&5 |
25017 | echo "${ECHO_T}no" >&6 | |
321d2b14 VZ |
25018 | fi |
25019 | ||
8284b0c5 | 25020 | |
2b5f62a0 VZ |
25021 | SHARED_LD="$(AIX_CXX_LD) -p 0 -o" |
25022 | fi | |
21d1c967 GD |
25023 | ;; |
25024 | ||
25025 | *-*-cygwin* | *-*-mingw32* ) | |
21d1c967 GD |
25026 | WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a" |
25027 | ||
25028 | SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o" | |
25029 | TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1" | |
25030 | ||
25031 | PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1" | |
25032 | ||
f657dbe7 MB |
25033 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" |
25034 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
25035 | ||
25036 | if test "$wxUSE_OPENGL" = "yes"; then | |
25037 | LIBS="${LIBS} ${OPENGL_LIBS}" | |
21d1c967 GD |
25038 | fi |
25039 | ;; | |
25040 | ||
25041 | *-*-beos* ) | |
25042 | SHARED_LD="${LD} -shared -o" | |
25043 | ;; | |
25044 | ||
2b5f62a0 VZ |
25045 | *-*-irix* ) |
25046 | if test "$GCC" != "yes"; then | |
25047 | PIC_FLAG="-KPIC" | |
25048 | fi | |
25049 | ;; | |
25050 | ||
21d1c967 GD |
25051 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ |
25052 | *-*-sunos4* | \ | |
21d1c967 GD |
25053 | *-*-osf* | \ |
25054 | *-*-dgux5* | \ | |
25055 | *-*-sysv5* ) | |
25056 | ;; | |
25057 | ||
25058 | *) | |
e6cc62c6 VS |
25059 | { { echo "$as_me:$LINENO: error: unknown system type $host." >&5 |
25060 | echo "$as_me: error: unknown system type $host." >&2;} | |
25061 | { (exit 1); exit 1; }; } | |
21d1c967 GD |
25062 | esac |
25063 | ||
25064 | if test "x$WX_TARGET_LIBRARY" = "x"; then | |
25065 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}" | |
25066 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}" | |
25067 | fi | |
25068 | ||
25069 | WX_TARGET_LIBRARY_TYPE="so" | |
25070 | INSTALL_LIBRARY='$(INSTALL_PROGRAM)' | |
90dd450c | 25071 | fi |
10f2d63a | 25072 | |
21d1c967 GD |
25073 | if test "$wxUSE_SHARED" = "no"; then |
25074 | ||
25075 | if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then | |
25076 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
25077 | fi | |
25078 | ||
ac0c4cc3 | 25079 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then |
21d1c967 GD |
25080 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" |
25081 | fi | |
25082 | ||
25083 | if test "$wxUSE_OPENGL" = "yes"; then | |
25084 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl" | |
25085 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}" | |
25086 | else | |
25087 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}" | |
25088 | fi | |
25089 | ||
25090 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
25091 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" | |
25092 | ||
25093 | WX_TARGET_LIBRARY_TYPE="a" | |
25094 | INSTALL_LIBRARY='$(INSTALL_DATA)' | |
2bffed64 VZ |
25095 | |
25096 | STATIC_FLAG="yes" | |
25097 | else | |
25098 | STATIC_FLAG="no" | |
90dd450c | 25099 | fi |
1e487827 | 25100 | |
93fac604 VZ |
25101 | MACRESCOMP="@#" |
25102 | MACSETFILE="@#" | |
36825681 | 25103 | MACRESWXCONFIG="#" |
21d1c967 | 25104 | if test "$wxUSE_MAC" = 1; then |
e6cc62c6 | 25105 | LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}" |
21d1c967 GD |
25106 | WX_ALL="${WX_ALL} ${LIBWXMACRES}" |
25107 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res" | |
25108 | # Extract the first word of "Rez", so it can be a program name with args. | |
25109 | set dummy Rez; ac_word=$2 | |
e6cc62c6 VS |
25110 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
25111 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
25112 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
25113 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
b93d0d08 | 25114 | else |
21d1c967 GD |
25115 | if test -n "$RESCOMP"; then |
25116 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
b93d0d08 | 25117 | else |
e6cc62c6 VS |
25118 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
25119 | for as_dir in $PATH | |
25120 | do | |
25121 | IFS=$as_save_IFS | |
25122 | test -z "$as_dir" && as_dir=. | |
25123 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25124 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25125 | ac_cv_prog_RESCOMP="Rez" | |
25126 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25127 | break 2 | |
25128 | fi | |
25129 | done | |
25130 | done | |
25131 | ||
21d1c967 | 25132 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" |
b93d0d08 | 25133 | fi |
b93d0d08 | 25134 | fi |
e6cc62c6 | 25135 | RESCOMP=$ac_cv_prog_RESCOMP |
21d1c967 | 25136 | if test -n "$RESCOMP"; then |
e6cc62c6 VS |
25137 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 |
25138 | echo "${ECHO_T}$RESCOMP" >&6 | |
90dd450c | 25139 | else |
e6cc62c6 VS |
25140 | echo "$as_me:$LINENO: result: no" >&5 |
25141 | echo "${ECHO_T}no" >&6 | |
90dd450c | 25142 | fi |
b93d0d08 | 25143 | |
21d1c967 GD |
25144 | # Extract the first word of "DeRez", so it can be a program name with args. |
25145 | set dummy DeRez; ac_word=$2 | |
e6cc62c6 VS |
25146 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
25147 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
25148 | if test "${ac_cv_prog_DEREZ+set}" = set; then | |
25149 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3a922bb4 | 25150 | else |
21d1c967 GD |
25151 | if test -n "$DEREZ"; then |
25152 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
4f14bcd8 | 25153 | else |
e6cc62c6 VS |
25154 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
25155 | for as_dir in $PATH | |
25156 | do | |
25157 | IFS=$as_save_IFS | |
25158 | test -z "$as_dir" && as_dir=. | |
25159 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25160 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25161 | ac_cv_prog_DEREZ="DeRez" | |
25162 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25163 | break 2 | |
25164 | fi | |
25165 | done | |
25166 | done | |
25167 | ||
21d1c967 | 25168 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez" |
3a922bb4 | 25169 | fi |
90dd450c | 25170 | fi |
e6cc62c6 | 25171 | DEREZ=$ac_cv_prog_DEREZ |
21d1c967 | 25172 | if test -n "$DEREZ"; then |
e6cc62c6 VS |
25173 | echo "$as_me:$LINENO: result: $DEREZ" >&5 |
25174 | echo "${ECHO_T}$DEREZ" >&6 | |
90dd450c | 25175 | else |
e6cc62c6 VS |
25176 | echo "$as_me:$LINENO: result: no" >&5 |
25177 | echo "${ECHO_T}no" >&6 | |
3a922bb4 | 25178 | fi |
698dcdb6 | 25179 | |
36825681 GD |
25180 | # Extract the first word of "SetFile", so it can be a program name with args. |
25181 | set dummy SetFile; ac_word=$2 | |
e6cc62c6 VS |
25182 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
25183 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
25184 | if test "${ac_cv_prog_SETFILE+set}" = set; then | |
25185 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36825681 GD |
25186 | else |
25187 | if test -n "$SETFILE"; then | |
25188 | ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. | |
25189 | else | |
e6cc62c6 VS |
25190 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
25191 | for as_dir in $PATH | |
25192 | do | |
25193 | IFS=$as_save_IFS | |
25194 | test -z "$as_dir" && as_dir=. | |
25195 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25196 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25197 | ac_cv_prog_SETFILE="SetFile" | |
25198 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25199 | break 2 | |
25200 | fi | |
25201 | done | |
25202 | done | |
25203 | ||
36825681 GD |
25204 | test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" |
25205 | fi | |
25206 | fi | |
e6cc62c6 | 25207 | SETFILE=$ac_cv_prog_SETFILE |
36825681 | 25208 | if test -n "$SETFILE"; then |
e6cc62c6 VS |
25209 | echo "$as_me:$LINENO: result: $SETFILE" >&5 |
25210 | echo "${ECHO_T}$SETFILE" >&6 | |
36825681 | 25211 | else |
e6cc62c6 VS |
25212 | echo "$as_me:$LINENO: result: no" >&5 |
25213 | echo "${ECHO_T}no" >&6 | |
36825681 GD |
25214 | fi |
25215 | ||
21d1c967 | 25216 | MACOSX_BUNDLE="bundle" |
36825681 GD |
25217 | MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o" |
25218 | MACSETFILE="\$(SETFILE)" | |
9711d31e | 25219 | MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o" |
64440d77 DE |
25220 | elif test "$wxUSE_COCOA" = 1; then |
25221 | # Extract the first word of "Rez", so it can be a program name with args. | |
25222 | set dummy Rez; ac_word=$2 | |
e6cc62c6 VS |
25223 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
25224 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
25225 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
25226 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
64440d77 DE |
25227 | else |
25228 | if test -n "$RESCOMP"; then | |
25229 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
25230 | else | |
e6cc62c6 VS |
25231 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
25232 | for as_dir in $PATH | |
25233 | do | |
25234 | IFS=$as_save_IFS | |
25235 | test -z "$as_dir" && as_dir=. | |
25236 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25237 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25238 | ac_cv_prog_RESCOMP="Rez" | |
25239 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25240 | break 2 | |
25241 | fi | |
25242 | done | |
25243 | done | |
25244 | ||
64440d77 DE |
25245 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" |
25246 | fi | |
25247 | fi | |
e6cc62c6 | 25248 | RESCOMP=$ac_cv_prog_RESCOMP |
64440d77 | 25249 | if test -n "$RESCOMP"; then |
e6cc62c6 VS |
25250 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 |
25251 | echo "${ECHO_T}$RESCOMP" >&6 | |
64440d77 | 25252 | else |
e6cc62c6 VS |
25253 | echo "$as_me:$LINENO: result: no" >&5 |
25254 | echo "${ECHO_T}no" >&6 | |
64440d77 DE |
25255 | fi |
25256 | ||
25257 | # Extract the first word of "DeRez", so it can be a program name with args. | |
25258 | set dummy DeRez; ac_word=$2 | |
e6cc62c6 VS |
25259 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
25260 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
25261 | if test "${ac_cv_prog_DEREZ+set}" = set; then | |
25262 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
64440d77 DE |
25263 | else |
25264 | if test -n "$DEREZ"; then | |
25265 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
25266 | else | |
e6cc62c6 VS |
25267 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
25268 | for as_dir in $PATH | |
25269 | do | |
25270 | IFS=$as_save_IFS | |
25271 | test -z "$as_dir" && as_dir=. | |
25272 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25273 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25274 | ac_cv_prog_DEREZ="DeRez" | |
25275 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25276 | break 2 | |
25277 | fi | |
25278 | done | |
25279 | done | |
25280 | ||
64440d77 DE |
25281 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez" |
25282 | fi | |
25283 | fi | |
e6cc62c6 | 25284 | DEREZ=$ac_cv_prog_DEREZ |
64440d77 | 25285 | if test -n "$DEREZ"; then |
e6cc62c6 VS |
25286 | echo "$as_me:$LINENO: result: $DEREZ" >&5 |
25287 | echo "${ECHO_T}$DEREZ" >&6 | |
64440d77 | 25288 | else |
e6cc62c6 VS |
25289 | echo "$as_me:$LINENO: result: no" >&5 |
25290 | echo "${ECHO_T}no" >&6 | |
64440d77 DE |
25291 | fi |
25292 | ||
25293 | # Extract the first word of "SetFile", so it can be a program name with args. | |
25294 | set dummy SetFile; ac_word=$2 | |
e6cc62c6 VS |
25295 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
25296 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
25297 | if test "${ac_cv_prog_SETFILE+set}" = set; then | |
25298 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
64440d77 DE |
25299 | else |
25300 | if test -n "$SETFILE"; then | |
25301 | ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. | |
25302 | else | |
e6cc62c6 VS |
25303 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
25304 | for as_dir in $PATH | |
25305 | do | |
25306 | IFS=$as_save_IFS | |
25307 | test -z "$as_dir" && as_dir=. | |
25308 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25309 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25310 | ac_cv_prog_SETFILE="SetFile" | |
25311 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25312 | break 2 | |
25313 | fi | |
25314 | done | |
25315 | done | |
25316 | ||
64440d77 DE |
25317 | test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" |
25318 | fi | |
25319 | fi | |
e6cc62c6 | 25320 | SETFILE=$ac_cv_prog_SETFILE |
64440d77 | 25321 | if test -n "$SETFILE"; then |
e6cc62c6 VS |
25322 | echo "$as_me:$LINENO: result: $SETFILE" >&5 |
25323 | echo "${ECHO_T}$SETFILE" >&6 | |
64440d77 | 25324 | else |
e6cc62c6 VS |
25325 | echo "$as_me:$LINENO: result: no" >&5 |
25326 | echo "${ECHO_T}no" >&6 | |
64440d77 DE |
25327 | fi |
25328 | ||
25329 | MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o" | |
25330 | MACSETFILE="\$(SETFILE)" | |
9711d31e | 25331 | MACRESWXCONFIG="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o" |
21d1c967 GD |
25332 | else |
25333 | if test "$wxUSE_PM" = 1; then | |
36825681 | 25334 | MACRESCOMP="emxbind -ep" |
90dd450c | 25335 | fi |
4f14bcd8 | 25336 | fi |
10f2d63a | 25337 | |
8284b0c5 | 25338 | |
e6cc62c6 VS |
25339 | echo "$as_me:$LINENO: checking for mode_t" >&5 |
25340 | echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 | |
25341 | if test "${ac_cv_type_mode_t+set}" = set; then | |
25342 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
52127426 | 25343 | else |
e6cc62c6 VS |
25344 | cat >conftest.$ac_ext <<_ACEOF |
25345 | #line $LINENO "configure" | |
25346 | /* confdefs.h. */ | |
25347 | _ACEOF | |
25348 | cat confdefs.h >>conftest.$ac_ext | |
25349 | cat >>conftest.$ac_ext <<_ACEOF | |
25350 | /* end confdefs.h. */ | |
25351 | $ac_includes_default | |
25352 | int | |
25353 | main () | |
25354 | { | |
25355 | if ((mode_t *) 0) | |
25356 | return 0; | |
25357 | if (sizeof (mode_t)) | |
25358 | return 0; | |
25359 | ; | |
25360 | return 0; | |
25361 | } | |
25362 | _ACEOF | |
25363 | rm -f conftest.$ac_objext | |
25364 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25365 | (eval $ac_compile) 2>&5 | |
25366 | ac_status=$? | |
25367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25368 | (exit $ac_status); } && | |
25369 | { ac_try='test -s conftest.$ac_objext' | |
25370 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25371 | (eval $ac_try) 2>&5 | |
25372 | ac_status=$? | |
25373 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25374 | (exit $ac_status); }; }; then | |
25375 | ac_cv_type_mode_t=yes | |
a0b9e27f | 25376 | else |
e6cc62c6 VS |
25377 | echo "$as_me: failed program was:" >&5 |
25378 | sed 's/^/| /' conftest.$ac_ext >&5 | |
a0b9e27f | 25379 | |
e6cc62c6 | 25380 | ac_cv_type_mode_t=no |
a0b9e27f | 25381 | fi |
e6cc62c6 | 25382 | rm -f conftest.$ac_objext conftest.$ac_ext |
52127426 | 25383 | fi |
e6cc62c6 VS |
25384 | echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 |
25385 | echo "${ECHO_T}$ac_cv_type_mode_t" >&6 | |
25386 | if test $ac_cv_type_mode_t = yes; then | |
247f5006 VZ |
25387 | : |
25388 | else | |
a0b9e27f | 25389 | |
e6cc62c6 VS |
25390 | cat >>confdefs.h <<_ACEOF |
25391 | #define mode_t int | |
25392 | _ACEOF | |
8284b0c5 MB |
25393 | |
25394 | fi | |
25395 | ||
e6cc62c6 VS |
25396 | echo "$as_me:$LINENO: checking for off_t" >&5 |
25397 | echo $ECHO_N "checking for off_t... $ECHO_C" >&6 | |
25398 | if test "${ac_cv_type_off_t+set}" = set; then | |
25399 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 25400 | else |
e6cc62c6 VS |
25401 | cat >conftest.$ac_ext <<_ACEOF |
25402 | #line $LINENO "configure" | |
25403 | /* confdefs.h. */ | |
25404 | _ACEOF | |
25405 | cat confdefs.h >>conftest.$ac_ext | |
25406 | cat >>conftest.$ac_ext <<_ACEOF | |
25407 | /* end confdefs.h. */ | |
25408 | $ac_includes_default | |
25409 | int | |
25410 | main () | |
25411 | { | |
25412 | if ((off_t *) 0) | |
25413 | return 0; | |
25414 | if (sizeof (off_t)) | |
25415 | return 0; | |
25416 | ; | |
25417 | return 0; | |
25418 | } | |
25419 | _ACEOF | |
25420 | rm -f conftest.$ac_objext | |
25421 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25422 | (eval $ac_compile) 2>&5 | |
25423 | ac_status=$? | |
25424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25425 | (exit $ac_status); } && | |
25426 | { ac_try='test -s conftest.$ac_objext' | |
25427 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25428 | (eval $ac_try) 2>&5 | |
25429 | ac_status=$? | |
25430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25431 | (exit $ac_status); }; }; then | |
25432 | ac_cv_type_off_t=yes | |
5c6fa7d2 | 25433 | else |
e6cc62c6 VS |
25434 | echo "$as_me: failed program was:" >&5 |
25435 | sed 's/^/| /' conftest.$ac_ext >&5 | |
a0b9e27f | 25436 | |
e6cc62c6 | 25437 | ac_cv_type_off_t=no |
8284b0c5 | 25438 | fi |
e6cc62c6 | 25439 | rm -f conftest.$ac_objext conftest.$ac_ext |
8284b0c5 | 25440 | fi |
e6cc62c6 VS |
25441 | echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 |
25442 | echo "${ECHO_T}$ac_cv_type_off_t" >&6 | |
25443 | if test $ac_cv_type_off_t = yes; then | |
25444 | : | |
247f5006 VZ |
25445 | else |
25446 | ||
e6cc62c6 | 25447 | cat >>confdefs.h <<_ACEOF |
90dd450c | 25448 | #define off_t long |
e6cc62c6 | 25449 | _ACEOF |
10f2d63a | 25450 | |
90dd450c | 25451 | fi |
10f2d63a | 25452 | |
e6cc62c6 VS |
25453 | echo "$as_me:$LINENO: checking for pid_t" >&5 |
25454 | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 | |
25455 | if test "${ac_cv_type_pid_t+set}" = set; then | |
25456 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4f14bcd8 | 25457 | else |
e6cc62c6 VS |
25458 | cat >conftest.$ac_ext <<_ACEOF |
25459 | #line $LINENO "configure" | |
25460 | /* confdefs.h. */ | |
25461 | _ACEOF | |
25462 | cat confdefs.h >>conftest.$ac_ext | |
25463 | cat >>conftest.$ac_ext <<_ACEOF | |
25464 | /* end confdefs.h. */ | |
25465 | $ac_includes_default | |
25466 | int | |
25467 | main () | |
25468 | { | |
25469 | if ((pid_t *) 0) | |
25470 | return 0; | |
25471 | if (sizeof (pid_t)) | |
25472 | return 0; | |
25473 | ; | |
25474 | return 0; | |
25475 | } | |
25476 | _ACEOF | |
25477 | rm -f conftest.$ac_objext | |
25478 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25479 | (eval $ac_compile) 2>&5 | |
25480 | ac_status=$? | |
25481 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25482 | (exit $ac_status); } && | |
25483 | { ac_try='test -s conftest.$ac_objext' | |
25484 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25485 | (eval $ac_try) 2>&5 | |
25486 | ac_status=$? | |
25487 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25488 | (exit $ac_status); }; }; then | |
90dd450c | 25489 | ac_cv_type_pid_t=yes |
698dcdb6 | 25490 | else |
e6cc62c6 VS |
25491 | echo "$as_me: failed program was:" >&5 |
25492 | sed 's/^/| /' conftest.$ac_ext >&5 | |
247f5006 | 25493 | |
e6cc62c6 VS |
25494 | ac_cv_type_pid_t=no |
25495 | fi | |
25496 | rm -f conftest.$ac_objext conftest.$ac_ext | |
a0b9e27f | 25497 | fi |
e6cc62c6 VS |
25498 | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 |
25499 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | |
25500 | if test $ac_cv_type_pid_t = yes; then | |
25501 | : | |
25502 | else | |
25503 | ||
25504 | cat >>confdefs.h <<_ACEOF | |
90dd450c | 25505 | #define pid_t int |
e6cc62c6 | 25506 | _ACEOF |
10f2d63a | 25507 | |
7b4a847f RR |
25508 | fi |
25509 | ||
e6cc62c6 VS |
25510 | echo "$as_me:$LINENO: checking for size_t" >&5 |
25511 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | |
25512 | if test "${ac_cv_type_size_t+set}" = set; then | |
25513 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
7b4a847f | 25514 | else |
e6cc62c6 VS |
25515 | cat >conftest.$ac_ext <<_ACEOF |
25516 | #line $LINENO "configure" | |
25517 | /* confdefs.h. */ | |
25518 | _ACEOF | |
25519 | cat confdefs.h >>conftest.$ac_ext | |
25520 | cat >>conftest.$ac_ext <<_ACEOF | |
25521 | /* end confdefs.h. */ | |
25522 | $ac_includes_default | |
25523 | int | |
25524 | main () | |
25525 | { | |
25526 | if ((size_t *) 0) | |
25527 | return 0; | |
25528 | if (sizeof (size_t)) | |
25529 | return 0; | |
25530 | ; | |
25531 | return 0; | |
25532 | } | |
25533 | _ACEOF | |
25534 | rm -f conftest.$ac_objext | |
25535 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25536 | (eval $ac_compile) 2>&5 | |
25537 | ac_status=$? | |
25538 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25539 | (exit $ac_status); } && | |
25540 | { ac_try='test -s conftest.$ac_objext' | |
25541 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25542 | (eval $ac_try) 2>&5 | |
25543 | ac_status=$? | |
25544 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25545 | (exit $ac_status); }; }; then | |
90dd450c | 25546 | ac_cv_type_size_t=yes |
18dbb1f6 | 25547 | else |
e6cc62c6 VS |
25548 | echo "$as_me: failed program was:" >&5 |
25549 | sed 's/^/| /' conftest.$ac_ext >&5 | |
247f5006 | 25550 | |
e6cc62c6 | 25551 | ac_cv_type_size_t=no |
a0b9e27f | 25552 | fi |
e6cc62c6 VS |
25553 | rm -f conftest.$ac_objext conftest.$ac_ext |
25554 | fi | |
25555 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | |
25556 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 | |
25557 | if test $ac_cv_type_size_t = yes; then | |
25558 | : | |
25559 | else | |
25560 | ||
25561 | cat >>confdefs.h <<_ACEOF | |
90dd450c | 25562 | #define size_t unsigned |
e6cc62c6 | 25563 | _ACEOF |
90dd450c VZ |
25564 | |
25565 | fi | |
25566 | ||
e6cc62c6 VS |
25567 | echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 |
25568 | echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 | |
25569 | if test "${ac_cv_type_uid_t+set}" = set; then | |
25570 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
b3e8d00a | 25571 | else |
e6cc62c6 VS |
25572 | cat >conftest.$ac_ext <<_ACEOF |
25573 | #line $LINENO "configure" | |
25574 | /* confdefs.h. */ | |
25575 | _ACEOF | |
25576 | cat confdefs.h >>conftest.$ac_ext | |
25577 | cat >>conftest.$ac_ext <<_ACEOF | |
25578 | /* end confdefs.h. */ | |
90dd450c | 25579 | #include <sys/types.h> |
e6cc62c6 VS |
25580 | |
25581 | _ACEOF | |
90dd450c | 25582 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
e6cc62c6 | 25583 | $EGREP "uid_t" >/dev/null 2>&1; then |
90dd450c | 25584 | ac_cv_type_uid_t=yes |
b3e8d00a | 25585 | else |
90dd450c | 25586 | ac_cv_type_uid_t=no |
b3e8d00a | 25587 | fi |
90dd450c | 25588 | rm -f conftest* |
b3e8d00a | 25589 | |
4f14bcd8 | 25590 | fi |
e6cc62c6 VS |
25591 | echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 |
25592 | echo "${ECHO_T}$ac_cv_type_uid_t" >&6 | |
a0b9e27f | 25593 | if test $ac_cv_type_uid_t = no; then |
e6cc62c6 VS |
25594 | |
25595 | cat >>confdefs.h <<\_ACEOF | |
90dd450c | 25596 | #define uid_t int |
e6cc62c6 | 25597 | _ACEOF |
247f5006 | 25598 | |
e6cc62c6 VS |
25599 | |
25600 | cat >>confdefs.h <<\_ACEOF | |
90dd450c | 25601 | #define gid_t int |
e6cc62c6 | 25602 | _ACEOF |
4f14bcd8 | 25603 | |
b3e8d00a | 25604 | fi |
b3e8d00a | 25605 | |
8284b0c5 MB |
25606 | |
25607 | ||
e6cc62c6 VS |
25608 | |
25609 | ac_ext=cc | |
4f14bcd8 | 25610 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
25611 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
25612 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
25613 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
25614 | ||
25615 | echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5 | |
25616 | echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6 | |
25617 | if test "${wx_cv_size_t_is_uint+set}" = set; then | |
25618 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25619 | else | |
25620 | ||
25621 | cat >conftest.$ac_ext <<_ACEOF | |
25622 | #line $LINENO "configure" | |
25623 | /* confdefs.h. */ | |
25624 | _ACEOF | |
25625 | cat confdefs.h >>conftest.$ac_ext | |
25626 | cat >>conftest.$ac_ext <<_ACEOF | |
25627 | /* end confdefs.h. */ | |
90dd450c | 25628 | #include <stddef.h> |
e6cc62c6 VS |
25629 | int |
25630 | main () | |
25631 | { | |
90dd450c VZ |
25632 | |
25633 | return 0; } | |
25634 | ||
25635 | struct Foo { void foo(size_t); void foo(unsigned int); }; | |
25636 | ||
25637 | int bar() { | |
e6cc62c6 VS |
25638 | |
25639 | ; | |
25640 | return 0; | |
25641 | } | |
25642 | _ACEOF | |
25643 | rm -f conftest.$ac_objext | |
25644 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25645 | (eval $ac_compile) 2>&5 | |
25646 | ac_status=$? | |
25647 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25648 | (exit $ac_status); } && | |
25649 | { ac_try='test -s conftest.$ac_objext' | |
25650 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25651 | (eval $ac_try) 2>&5 | |
25652 | ac_status=$? | |
25653 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25654 | (exit $ac_status); }; }; then | |
90dd450c | 25655 | wx_cv_size_t_is_uint=no |
698dcdb6 | 25656 | else |
e6cc62c6 VS |
25657 | echo "$as_me: failed program was:" >&5 |
25658 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25659 | ||
25660 | wx_cv_size_t_is_uint=yes | |
8284b0c5 | 25661 | |
247f5006 | 25662 | fi |
e6cc62c6 VS |
25663 | rm -f conftest.$ac_objext conftest.$ac_ext |
25664 | ||
a0b9e27f | 25665 | |
e6cc62c6 VS |
25666 | fi |
25667 | echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5 | |
25668 | echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6 | |
4f14bcd8 | 25669 | |
90dd450c | 25670 | if test "$wx_cv_size_t_is_uint" = "yes"; then |
e6cc62c6 | 25671 | cat >>confdefs.h <<\_ACEOF |
90dd450c | 25672 | #define wxSIZE_T_IS_UINT 1 |
e6cc62c6 | 25673 | _ACEOF |
698dcdb6 | 25674 | |
90dd450c | 25675 | else |
e6cc62c6 VS |
25676 | echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5 |
25677 | echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6 | |
25678 | if test "${wx_cv_size_t_is_ulong+set}" = set; then | |
25679 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
698dcdb6 | 25680 | else |
e6cc62c6 VS |
25681 | cat >conftest.$ac_ext <<_ACEOF |
25682 | #line $LINENO "configure" | |
25683 | /* confdefs.h. */ | |
25684 | _ACEOF | |
25685 | cat confdefs.h >>conftest.$ac_ext | |
25686 | cat >>conftest.$ac_ext <<_ACEOF | |
25687 | /* end confdefs.h. */ | |
90dd450c | 25688 | #include <stddef.h> |
e6cc62c6 VS |
25689 | int |
25690 | main () | |
25691 | { | |
90dd450c VZ |
25692 | |
25693 | return 0; } | |
25694 | ||
25695 | struct Foo { void foo(size_t); void foo(unsigned long); }; | |
25696 | ||
25697 | int bar() { | |
e6cc62c6 VS |
25698 | |
25699 | ; | |
25700 | return 0; | |
25701 | } | |
25702 | _ACEOF | |
25703 | rm -f conftest.$ac_objext | |
25704 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25705 | (eval $ac_compile) 2>&5 | |
25706 | ac_status=$? | |
25707 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25708 | (exit $ac_status); } && | |
25709 | { ac_try='test -s conftest.$ac_objext' | |
25710 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25711 | (eval $ac_try) 2>&5 | |
25712 | ac_status=$? | |
25713 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25714 | (exit $ac_status); }; }; then | |
90dd450c | 25715 | wx_cv_size_t_is_ulong=no |
698dcdb6 | 25716 | else |
e6cc62c6 VS |
25717 | echo "$as_me: failed program was:" >&5 |
25718 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25719 | ||
25720 | wx_cv_size_t_is_ulong=yes | |
25721 | ||
247f5006 | 25722 | fi |
e6cc62c6 | 25723 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 25724 | |
e6cc62c6 VS |
25725 | fi |
25726 | echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5 | |
25727 | echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6 | |
10f2d63a | 25728 | |
90dd450c | 25729 | if test "$wx_cv_size_t_is_ulong" = "yes"; then |
e6cc62c6 | 25730 | cat >>confdefs.h <<\_ACEOF |
90dd450c | 25731 | #define wxSIZE_T_IS_ULONG 1 |
e6cc62c6 | 25732 | _ACEOF |
4f14bcd8 GD |
25733 | |
25734 | fi | |
90dd450c | 25735 | fi |
1e487827 | 25736 | |
90dd450c | 25737 | ac_ext=c |
4f14bcd8 | 25738 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
25739 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
25740 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
25741 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
698dcdb6 | 25742 | |
5c6fa7d2 | 25743 | |
8284b0c5 | 25744 | |
e6cc62c6 VS |
25745 | echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5 |
25746 | echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6 | |
25747 | if test "${wx_cv_struct_pw_gecos+set}" = set; then | |
25748 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 25749 | else |
e6cc62c6 VS |
25750 | |
25751 | cat >conftest.$ac_ext <<_ACEOF | |
25752 | #line $LINENO "configure" | |
25753 | /* confdefs.h. */ | |
25754 | _ACEOF | |
25755 | cat confdefs.h >>conftest.$ac_ext | |
25756 | cat >>conftest.$ac_ext <<_ACEOF | |
25757 | /* end confdefs.h. */ | |
90dd450c | 25758 | #include <pwd.h> |
e6cc62c6 VS |
25759 | int |
25760 | main () | |
25761 | { | |
f6bcfd97 | 25762 | |
90dd450c VZ |
25763 | char *p; |
25764 | struct passwd *pw; | |
25765 | p = pw->pw_gecos; | |
e6cc62c6 VS |
25766 | |
25767 | ; | |
25768 | return 0; | |
25769 | } | |
25770 | _ACEOF | |
25771 | rm -f conftest.$ac_objext | |
25772 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25773 | (eval $ac_compile) 2>&5 | |
25774 | ac_status=$? | |
25775 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25776 | (exit $ac_status); } && | |
25777 | { ac_try='test -s conftest.$ac_objext' | |
25778 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25779 | (eval $ac_try) 2>&5 | |
25780 | ac_status=$? | |
25781 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25782 | (exit $ac_status); }; }; then | |
25783 | ||
90dd450c | 25784 | wx_cv_struct_pw_gecos=yes |
e6cc62c6 | 25785 | |
10f2d63a | 25786 | else |
e6cc62c6 VS |
25787 | echo "$as_me: failed program was:" >&5 |
25788 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25789 | ||
25790 | ||
90dd450c | 25791 | wx_cv_struct_pw_gecos=no |
e6cc62c6 | 25792 | |
247f5006 VZ |
25793 | |
25794 | fi | |
e6cc62c6 | 25795 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 25796 | |
e6cc62c6 VS |
25797 | |
25798 | fi | |
25799 | echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5 | |
25800 | echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6 | |
c521c494 | 25801 | |
90dd450c | 25802 | if test "$wx_cv_struct_pw_gecos" = "yes"; then |
e6cc62c6 | 25803 | cat >>confdefs.h <<\_ACEOF |
90dd450c | 25804 | #define HAVE_PW_GECOS 1 |
e6cc62c6 | 25805 | _ACEOF |
c521c494 | 25806 | |
90dd450c | 25807 | fi |
4f14bcd8 | 25808 | |
8284b0c5 | 25809 | |
d29b553b | 25810 | if test "$wx_cv_sizeof_wchar_t" != "0"; then |
e6cc62c6 | 25811 | cat >>confdefs.h <<\_ACEOF |
d74f4b5a | 25812 | #define wxUSE_WCHAR_T 1 |
e6cc62c6 | 25813 | _ACEOF |
d74f4b5a | 25814 | |
8284b0c5 | 25815 | |
d74f4b5a VZ |
25816 | WCSLEN_FOUND=0 |
25817 | WCHAR_LINK= | |
e6cc62c6 VS |
25818 | |
25819 | for ac_func in wcslen | |
7a30264c | 25820 | do |
e6cc62c6 VS |
25821 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
25822 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
25823 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
25824 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
25825 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25826 | else | |
25827 | cat >conftest.$ac_ext <<_ACEOF | |
25828 | #line $LINENO "configure" | |
25829 | /* confdefs.h. */ | |
25830 | _ACEOF | |
25831 | cat confdefs.h >>conftest.$ac_ext | |
25832 | cat >>conftest.$ac_ext <<_ACEOF | |
25833 | /* end confdefs.h. */ | |
7a30264c | 25834 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
25835 | which can conflict with char $ac_func (); below. |
25836 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
25837 | <limits.h> exists even on freestanding compilers. */ | |
25838 | #ifdef __STDC__ | |
25839 | # include <limits.h> | |
25840 | #else | |
25841 | # include <assert.h> | |
25842 | #endif | |
4f14bcd8 | 25843 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
25844 | #ifdef __cplusplus |
25845 | extern "C" | |
25846 | { | |
25847 | #endif | |
4f14bcd8 | 25848 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
25849 | builtin and then its argument prototype would still apply. */ |
25850 | char $ac_func (); | |
7a30264c VZ |
25851 | /* The GNU C library defines this for functions which it implements |
25852 | to always fail with ENOSYS. Some functions are actually named | |
25853 | something starting with __ and the normal name is an alias. */ | |
25854 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
25855 | choke me | |
25856 | #else | |
e6cc62c6 VS |
25857 | char (*f) () = $ac_func; |
25858 | #endif | |
25859 | #ifdef __cplusplus | |
25860 | } | |
7a30264c VZ |
25861 | #endif |
25862 | ||
e6cc62c6 VS |
25863 | int |
25864 | main () | |
25865 | { | |
25866 | return f != $ac_func; | |
25867 | ; | |
25868 | return 0; | |
25869 | } | |
25870 | _ACEOF | |
25871 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25872 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
25873 | (eval $ac_link) 2>&5 | |
25874 | ac_status=$? | |
25875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25876 | (exit $ac_status); } && | |
25877 | { ac_try='test -s conftest$ac_exeext' | |
25878 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25879 | (eval $ac_try) 2>&5 | |
25880 | ac_status=$? | |
25881 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25882 | (exit $ac_status); }; }; then | |
25883 | eval "$as_ac_var=yes" | |
25884 | else | |
25885 | echo "$as_me: failed program was:" >&5 | |
25886 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25887 | ||
25888 | eval "$as_ac_var=no" | |
25889 | fi | |
25890 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25891 | fi | |
25892 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
25893 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
25894 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
25895 | cat >>confdefs.h <<_ACEOF | |
25896 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
25897 | _ACEOF | |
d74f4b5a | 25898 | WCSLEN_FOUND=1 |
7a30264c VZ |
25899 | fi |
25900 | done | |
9d8deca0 | 25901 | |
8284b0c5 | 25902 | |
d74f4b5a | 25903 | if test "$WCSLEN_FOUND" = 0; then |
7a30264c | 25904 | if test "$TOOLKIT" = "MSW"; then |
e6cc62c6 VS |
25905 | echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5 |
25906 | echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6 | |
25907 | if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then | |
25908 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 25909 | else |
e6cc62c6 | 25910 | ac_check_lib_save_LIBS=$LIBS |
7a30264c | 25911 | LIBS="-lmsvcrt $LIBS" |
e6cc62c6 VS |
25912 | cat >conftest.$ac_ext <<_ACEOF |
25913 | #line $LINENO "configure" | |
25914 | /* confdefs.h. */ | |
25915 | _ACEOF | |
25916 | cat confdefs.h >>conftest.$ac_ext | |
25917 | cat >>conftest.$ac_ext <<_ACEOF | |
25918 | /* end confdefs.h. */ | |
25919 | ||
4f14bcd8 | 25920 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
25921 | #ifdef __cplusplus |
25922 | extern "C" | |
25923 | #endif | |
4f14bcd8 | 25924 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
25925 | builtin and then its argument prototype would still apply. */ |
25926 | char wcslen (); | |
25927 | int | |
25928 | main () | |
25929 | { | |
25930 | wcslen (); | |
25931 | ; | |
25932 | return 0; | |
25933 | } | |
25934 | _ACEOF | |
25935 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25936 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
25937 | (eval $ac_link) 2>&5 | |
25938 | ac_status=$? | |
25939 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25940 | (exit $ac_status); } && | |
25941 | { ac_try='test -s conftest$ac_exeext' | |
25942 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25943 | (eval $ac_try) 2>&5 | |
25944 | ac_status=$? | |
25945 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25946 | (exit $ac_status); }; }; then | |
25947 | ac_cv_lib_msvcrt_wcslen=yes | |
25948 | else | |
25949 | echo "$as_me: failed program was:" >&5 | |
25950 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25951 | ||
25952 | ac_cv_lib_msvcrt_wcslen=no | |
25953 | fi | |
25954 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
25955 | LIBS=$ac_check_lib_save_LIBS | |
25956 | fi | |
25957 | echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5 | |
25958 | echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6 | |
25959 | if test $ac_cv_lib_msvcrt_wcslen = yes; then | |
d74f4b5a | 25960 | WCHAR_OK=1 |
d29b553b | 25961 | fi |
698dcdb6 | 25962 | |
7a30264c | 25963 | else |
e6cc62c6 VS |
25964 | echo "$as_me:$LINENO: checking for wcslen in -lw" >&5 |
25965 | echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6 | |
25966 | if test "${ac_cv_lib_w_wcslen+set}" = set; then | |
25967 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
698dcdb6 | 25968 | else |
e6cc62c6 | 25969 | ac_check_lib_save_LIBS=$LIBS |
7a30264c | 25970 | LIBS="-lw $LIBS" |
e6cc62c6 VS |
25971 | cat >conftest.$ac_ext <<_ACEOF |
25972 | #line $LINENO "configure" | |
25973 | /* confdefs.h. */ | |
25974 | _ACEOF | |
25975 | cat confdefs.h >>conftest.$ac_ext | |
25976 | cat >>conftest.$ac_ext <<_ACEOF | |
25977 | /* end confdefs.h. */ | |
25978 | ||
4f14bcd8 | 25979 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
25980 | #ifdef __cplusplus |
25981 | extern "C" | |
25982 | #endif | |
4f14bcd8 | 25983 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
25984 | builtin and then its argument prototype would still apply. */ |
25985 | char wcslen (); | |
25986 | int | |
25987 | main () | |
25988 | { | |
25989 | wcslen (); | |
25990 | ; | |
25991 | return 0; | |
25992 | } | |
25993 | _ACEOF | |
25994 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25995 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
25996 | (eval $ac_link) 2>&5 | |
25997 | ac_status=$? | |
25998 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25999 | (exit $ac_status); } && | |
26000 | { ac_try='test -s conftest$ac_exeext' | |
26001 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26002 | (eval $ac_try) 2>&5 | |
26003 | ac_status=$? | |
26004 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26005 | (exit $ac_status); }; }; then | |
26006 | ac_cv_lib_w_wcslen=yes | |
26007 | else | |
26008 | echo "$as_me: failed program was:" >&5 | |
26009 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26010 | ||
26011 | ac_cv_lib_w_wcslen=no | |
26012 | fi | |
26013 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
26014 | LIBS=$ac_check_lib_save_LIBS | |
26015 | fi | |
26016 | echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5 | |
26017 | echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6 | |
26018 | if test $ac_cv_lib_w_wcslen = yes; then | |
a0b9e27f | 26019 | |
7a30264c | 26020 | WCHAR_LINK=" -lw" |
d74f4b5a | 26021 | WCSLEN_FOUND=1 |
e6cc62c6 | 26022 | |
4f14bcd8 | 26023 | fi |
10f2d63a | 26024 | |
7a30264c | 26025 | fi |
d29b553b | 26026 | fi |
95c8801c | 26027 | |
d74f4b5a | 26028 | if test "$WCSLEN_FOUND" = 1; then |
e6cc62c6 | 26029 | cat >>confdefs.h <<\_ACEOF |
d74f4b5a | 26030 | #define HAVE_WCSLEN 1 |
e6cc62c6 | 26031 | _ACEOF |
10f2d63a | 26032 | |
d74f4b5a | 26033 | fi |
52127426 | 26034 | |
e6cc62c6 VS |
26035 | |
26036 | for ac_func in wcsrtombs | |
eb4efbdc | 26037 | do |
e6cc62c6 VS |
26038 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26039 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
26040 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
26041 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
26042 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26043 | else | |
26044 | cat >conftest.$ac_ext <<_ACEOF | |
26045 | #line $LINENO "configure" | |
26046 | /* confdefs.h. */ | |
26047 | _ACEOF | |
26048 | cat confdefs.h >>conftest.$ac_ext | |
26049 | cat >>conftest.$ac_ext <<_ACEOF | |
26050 | /* end confdefs.h. */ | |
eb4efbdc | 26051 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
26052 | which can conflict with char $ac_func (); below. |
26053 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26054 | <limits.h> exists even on freestanding compilers. */ | |
26055 | #ifdef __STDC__ | |
26056 | # include <limits.h> | |
26057 | #else | |
26058 | # include <assert.h> | |
26059 | #endif | |
eb4efbdc | 26060 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
26061 | #ifdef __cplusplus |
26062 | extern "C" | |
26063 | { | |
26064 | #endif | |
4f14bcd8 | 26065 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
26066 | builtin and then its argument prototype would still apply. */ |
26067 | char $ac_func (); | |
10f2d63a VZ |
26068 | /* The GNU C library defines this for functions which it implements |
26069 | to always fail with ENOSYS. Some functions are actually named | |
26070 | something starting with __ and the normal name is an alias. */ | |
247f5006 | 26071 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
10f2d63a VZ |
26072 | choke me |
26073 | #else | |
e6cc62c6 VS |
26074 | char (*f) () = $ac_func; |
26075 | #endif | |
26076 | #ifdef __cplusplus | |
26077 | } | |
10f2d63a VZ |
26078 | #endif |
26079 | ||
e6cc62c6 VS |
26080 | int |
26081 | main () | |
26082 | { | |
26083 | return f != $ac_func; | |
26084 | ; | |
26085 | return 0; | |
26086 | } | |
26087 | _ACEOF | |
26088 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26089 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26090 | (eval $ac_link) 2>&5 | |
26091 | ac_status=$? | |
26092 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26093 | (exit $ac_status); } && | |
26094 | { ac_try='test -s conftest$ac_exeext' | |
26095 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26096 | (eval $ac_try) 2>&5 | |
26097 | ac_status=$? | |
26098 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26099 | (exit $ac_status); }; }; then | |
26100 | eval "$as_ac_var=yes" | |
26101 | else | |
26102 | echo "$as_me: failed program was:" >&5 | |
26103 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26104 | ||
26105 | eval "$as_ac_var=no" | |
26106 | fi | |
26107 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
26108 | fi | |
26109 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
26110 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
26111 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
26112 | cat >>confdefs.h <<_ACEOF | |
26113 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
26114 | _ACEOF | |
270a909e | 26115 | |
4f14bcd8 | 26116 | fi |
247f5006 | 26117 | done |
1e487827 | 26118 | |
af15babd | 26119 | else |
e6cc62c6 VS |
26120 | { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5 |
26121 | echo "$as_me: WARNING: Wide character support is unavailable" >&2;} | |
7b4a847f | 26122 | fi |
52127426 | 26123 | |
8284b0c5 | 26124 | |
e6cc62c6 VS |
26125 | |
26126 | ac_ext=cc | |
247f5006 | 26127 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
26128 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
26129 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
26130 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
26131 | ||
af15babd | 26132 | |
247f5006 VZ |
26133 | |
26134 | for ac_func in vsnprintf | |
26135 | do | |
e6cc62c6 VS |
26136 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26137 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
26138 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
26139 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
26140 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26141 | else | |
26142 | cat >conftest.$ac_ext <<_ACEOF | |
26143 | #line $LINENO "configure" | |
26144 | /* confdefs.h. */ | |
26145 | _ACEOF | |
26146 | cat confdefs.h >>conftest.$ac_ext | |
26147 | cat >>conftest.$ac_ext <<_ACEOF | |
26148 | /* end confdefs.h. */ | |
247f5006 | 26149 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
26150 | which can conflict with char $ac_func (); below. |
26151 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26152 | <limits.h> exists even on freestanding compilers. */ | |
26153 | #ifdef __STDC__ | |
26154 | # include <limits.h> | |
26155 | #else | |
26156 | # include <assert.h> | |
26157 | #endif | |
247f5006 VZ |
26158 | /* Override any gcc2 internal prototype to avoid an error. */ |
26159 | #ifdef __cplusplus | |
26160 | extern "C" | |
e6cc62c6 | 26161 | { |
247f5006 VZ |
26162 | #endif |
26163 | /* We use char because int might match the return type of a gcc2 | |
e6cc62c6 VS |
26164 | builtin and then its argument prototype would still apply. */ |
26165 | char $ac_func (); | |
247f5006 VZ |
26166 | /* The GNU C library defines this for functions which it implements |
26167 | to always fail with ENOSYS. Some functions are actually named | |
26168 | something starting with __ and the normal name is an alias. */ | |
26169 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
26170 | choke me | |
26171 | #else | |
e6cc62c6 VS |
26172 | char (*f) () = $ac_func; |
26173 | #endif | |
26174 | #ifdef __cplusplus | |
26175 | } | |
247f5006 | 26176 | #endif |
af15babd | 26177 | |
e6cc62c6 VS |
26178 | int |
26179 | main () | |
26180 | { | |
26181 | return f != $ac_func; | |
26182 | ; | |
26183 | return 0; | |
26184 | } | |
26185 | _ACEOF | |
26186 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26187 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26188 | (eval $ac_link) 2>&5 | |
26189 | ac_status=$? | |
26190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26191 | (exit $ac_status); } && | |
26192 | { ac_try='test -s conftest$ac_exeext' | |
26193 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26194 | (eval $ac_try) 2>&5 | |
26195 | ac_status=$? | |
26196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26197 | (exit $ac_status); }; }; then | |
26198 | eval "$as_ac_var=yes" | |
26199 | else | |
26200 | echo "$as_me: failed program was:" >&5 | |
26201 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26202 | ||
26203 | eval "$as_ac_var=no" | |
26204 | fi | |
26205 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
26206 | fi | |
26207 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
26208 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
26209 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
26210 | cat >>confdefs.h <<_ACEOF | |
26211 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
26212 | _ACEOF | |
52127426 | 26213 | |
5c6fa7d2 | 26214 | fi |
247f5006 | 26215 | done |
8284b0c5 | 26216 | |
4f14bcd8 | 26217 | |
8d90d2f2 | 26218 | if test "$ac_cv_func_vsnprintf" = "yes"; then |
e6cc62c6 VS |
26219 | echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5 |
26220 | echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6 | |
26221 | if test "${wx_cv_func_vsnprintf_decl+set}" = set; then | |
26222 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8d90d2f2 | 26223 | else |
e6cc62c6 VS |
26224 | |
26225 | cat >conftest.$ac_ext <<_ACEOF | |
26226 | #line $LINENO "configure" | |
26227 | /* confdefs.h. */ | |
26228 | _ACEOF | |
26229 | cat confdefs.h >>conftest.$ac_ext | |
26230 | cat >>conftest.$ac_ext <<_ACEOF | |
26231 | /* end confdefs.h. */ | |
8d90d2f2 VZ |
26232 | |
26233 | #include <stdio.h> | |
26234 | #include <stdarg.h> | |
e6cc62c6 VS |
26235 | |
26236 | int | |
26237 | main () | |
26238 | { | |
8d90d2f2 VZ |
26239 | |
26240 | char *buf; | |
26241 | va_list ap; | |
26242 | vsnprintf(buf, 10u, "%s", ap); | |
e6cc62c6 VS |
26243 | |
26244 | ; | |
26245 | return 0; | |
26246 | } | |
26247 | _ACEOF | |
26248 | rm -f conftest.$ac_objext | |
26249 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
26250 | (eval $ac_compile) 2>&5 | |
26251 | ac_status=$? | |
26252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26253 | (exit $ac_status); } && | |
26254 | { ac_try='test -s conftest.$ac_objext' | |
26255 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26256 | (eval $ac_try) 2>&5 | |
26257 | ac_status=$? | |
26258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26259 | (exit $ac_status); }; }; then | |
8d90d2f2 VZ |
26260 | wx_cv_func_vsnprintf_decl=yes |
26261 | else | |
e6cc62c6 VS |
26262 | echo "$as_me: failed program was:" >&5 |
26263 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26264 | ||
26265 | wx_cv_func_vsnprintf_decl=no | |
26266 | ||
8d90d2f2 | 26267 | fi |
e6cc62c6 VS |
26268 | rm -f conftest.$ac_objext conftest.$ac_ext |
26269 | ||
8d90d2f2 | 26270 | |
e6cc62c6 VS |
26271 | fi |
26272 | echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5 | |
26273 | echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6 | |
8d90d2f2 VZ |
26274 | |
26275 | if test "$wx_cv_func_vsnprintf_decl" = "yes"; then | |
e6cc62c6 | 26276 | cat >>confdefs.h <<\_ACEOF |
8d90d2f2 | 26277 | #define HAVE_VSNPRINTF_DECL 1 |
e6cc62c6 | 26278 | _ACEOF |
8d90d2f2 VZ |
26279 | |
26280 | fi | |
26281 | fi | |
26282 | ||
247f5006 | 26283 | if test "$wxUSE_UNICODE" = yes; then |
e6cc62c6 VS |
26284 | |
26285 | ||
26286 | ||
26287 | for ac_func in fputwc wprintf vswprintf | |
d74f4b5a | 26288 | do |
e6cc62c6 VS |
26289 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26290 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
26291 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
26292 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
26293 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26294 | else | |
26295 | cat >conftest.$ac_ext <<_ACEOF | |
26296 | #line $LINENO "configure" | |
26297 | /* confdefs.h. */ | |
26298 | _ACEOF | |
26299 | cat confdefs.h >>conftest.$ac_ext | |
26300 | cat >>conftest.$ac_ext <<_ACEOF | |
26301 | /* end confdefs.h. */ | |
d74f4b5a | 26302 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
26303 | which can conflict with char $ac_func (); below. |
26304 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26305 | <limits.h> exists even on freestanding compilers. */ | |
26306 | #ifdef __STDC__ | |
26307 | # include <limits.h> | |
26308 | #else | |
26309 | # include <assert.h> | |
26310 | #endif | |
d74f4b5a | 26311 | /* Override any gcc2 internal prototype to avoid an error. */ |
247f5006 VZ |
26312 | #ifdef __cplusplus |
26313 | extern "C" | |
e6cc62c6 | 26314 | { |
247f5006 | 26315 | #endif |
d74f4b5a | 26316 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
26317 | builtin and then its argument prototype would still apply. */ |
26318 | char $ac_func (); | |
d74f4b5a VZ |
26319 | /* The GNU C library defines this for functions which it implements |
26320 | to always fail with ENOSYS. Some functions are actually named | |
26321 | something starting with __ and the normal name is an alias. */ | |
26322 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
26323 | choke me | |
26324 | #else | |
e6cc62c6 VS |
26325 | char (*f) () = $ac_func; |
26326 | #endif | |
26327 | #ifdef __cplusplus | |
26328 | } | |
d74f4b5a VZ |
26329 | #endif |
26330 | ||
e6cc62c6 VS |
26331 | int |
26332 | main () | |
26333 | { | |
26334 | return f != $ac_func; | |
26335 | ; | |
26336 | return 0; | |
26337 | } | |
26338 | _ACEOF | |
26339 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26340 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26341 | (eval $ac_link) 2>&5 | |
26342 | ac_status=$? | |
26343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26344 | (exit $ac_status); } && | |
26345 | { ac_try='test -s conftest$ac_exeext' | |
26346 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26347 | (eval $ac_try) 2>&5 | |
26348 | ac_status=$? | |
26349 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26350 | (exit $ac_status); }; }; then | |
26351 | eval "$as_ac_var=yes" | |
26352 | else | |
26353 | echo "$as_me: failed program was:" >&5 | |
26354 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26355 | ||
26356 | eval "$as_ac_var=no" | |
26357 | fi | |
26358 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
26359 | fi | |
26360 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
26361 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
26362 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
26363 | cat >>confdefs.h <<_ACEOF | |
26364 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
26365 | _ACEOF | |
d74f4b5a | 26366 | |
d74f4b5a VZ |
26367 | fi |
26368 | done | |
26369 | ||
8d90d2f2 | 26370 | |
e6cc62c6 VS |
26371 | echo "$as_me:$LINENO: checking for _vsnwprintf" >&5 |
26372 | echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6 | |
26373 | cat >conftest.$ac_ext <<_ACEOF | |
26374 | #line $LINENO "configure" | |
26375 | /* confdefs.h. */ | |
26376 | _ACEOF | |
26377 | cat confdefs.h >>conftest.$ac_ext | |
26378 | cat >>conftest.$ac_ext <<_ACEOF | |
26379 | /* end confdefs.h. */ | |
79668cae | 26380 | #include <wchar.h> |
e6cc62c6 VS |
26381 | int |
26382 | main () | |
26383 | { | |
79668cae | 26384 | &_vsnwprintf; |
e6cc62c6 VS |
26385 | ; |
26386 | return 0; | |
26387 | } | |
26388 | _ACEOF | |
26389 | rm -f conftest.$ac_objext | |
26390 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
26391 | (eval $ac_compile) 2>&5 | |
26392 | ac_status=$? | |
26393 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26394 | (exit $ac_status); } && | |
26395 | { ac_try='test -s conftest.$ac_objext' | |
26396 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26397 | (eval $ac_try) 2>&5 | |
26398 | ac_status=$? | |
26399 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26400 | (exit $ac_status); }; }; then | |
26401 | echo "$as_me:$LINENO: result: yes" >&5 | |
26402 | echo "${ECHO_T}yes" >&6 | |
26403 | cat >>confdefs.h <<\_ACEOF | |
79668cae | 26404 | #define HAVE__VSNWPRINTF 1 |
e6cc62c6 | 26405 | _ACEOF |
79668cae MB |
26406 | |
26407 | else | |
e6cc62c6 VS |
26408 | echo "$as_me: failed program was:" >&5 |
26409 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26410 | ||
26411 | echo "$as_me:$LINENO: result: no" >&5 | |
26412 | echo "${ECHO_T}no" >&6 | |
79668cae | 26413 | fi |
e6cc62c6 | 26414 | rm -f conftest.$ac_objext conftest.$ac_ext; |
d74f4b5a VZ |
26415 | fi |
26416 | ||
247f5006 VZ |
26417 | ac_ext=c |
26418 | ac_cpp='$CPP $CPPFLAGS' | |
e6cc62c6 VS |
26419 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
26420 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
26421 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
247f5006 VZ |
26422 | |
26423 | ||
26424 | ||
26425 | ||
4f14bcd8 | 26426 | if test "$TOOLKIT" != "MSW"; then |
af15babd | 26427 | |
8284b0c5 MB |
26428 | |
26429 | ||
e6cc62c6 VS |
26430 | |
26431 | ac_ext=cc | |
4f14bcd8 | 26432 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
26433 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
26434 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
26435 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
8284b0c5 | 26436 | |
52127426 | 26437 | |
e6cc62c6 VS |
26438 | |
26439 | ||
26440 | # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. | |
b040e242 VS |
26441 | if test "${with_libiconv_prefix+set}" = set; then |
26442 | withval="$with_libiconv_prefix" | |
e6cc62c6 | 26443 | |
b040e242 VS |
26444 | for dir in `echo "$withval" | tr : ' '`; do |
26445 | if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi | |
26446 | if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi | |
26447 | done | |
b040e242 | 26448 | |
e6cc62c6 | 26449 | fi; |
b040e242 | 26450 | |
e6cc62c6 VS |
26451 | echo "$as_me:$LINENO: checking for iconv" >&5 |
26452 | echo $ECHO_N "checking for iconv... $ECHO_C" >&6 | |
26453 | if test "${am_cv_func_iconv+set}" = set; then | |
26454 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
af15babd | 26455 | else |
e6cc62c6 | 26456 | |
b040e242 VS |
26457 | am_cv_func_iconv="no, consider installing GNU libiconv" |
26458 | am_cv_lib_iconv=no | |
e6cc62c6 VS |
26459 | cat >conftest.$ac_ext <<_ACEOF |
26460 | #line $LINENO "configure" | |
26461 | /* confdefs.h. */ | |
26462 | _ACEOF | |
26463 | cat confdefs.h >>conftest.$ac_ext | |
26464 | cat >>conftest.$ac_ext <<_ACEOF | |
26465 | /* end confdefs.h. */ | |
b040e242 | 26466 | #include <stdlib.h> |
4f14bcd8 | 26467 | #include <iconv.h> |
e6cc62c6 VS |
26468 | int |
26469 | main () | |
26470 | { | |
b040e242 VS |
26471 | iconv_t cd = iconv_open("",""); |
26472 | iconv(cd,NULL,NULL,NULL,NULL); | |
26473 | iconv_close(cd); | |
e6cc62c6 VS |
26474 | ; |
26475 | return 0; | |
26476 | } | |
26477 | _ACEOF | |
26478 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26479 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26480 | (eval $ac_link) 2>&5 | |
26481 | ac_status=$? | |
26482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26483 | (exit $ac_status); } && | |
26484 | { ac_try='test -s conftest$ac_exeext' | |
26485 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26486 | (eval $ac_try) 2>&5 | |
26487 | ac_status=$? | |
26488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26489 | (exit $ac_status); }; }; then | |
b040e242 | 26490 | am_cv_func_iconv=yes |
af15babd | 26491 | else |
e6cc62c6 VS |
26492 | echo "$as_me: failed program was:" >&5 |
26493 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26494 | ||
b040e242 | 26495 | fi |
e6cc62c6 | 26496 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
b040e242 VS |
26497 | if test "$am_cv_func_iconv" != yes; then |
26498 | am_save_LIBS="$LIBS" | |
26499 | LIBS="$LIBS -liconv" | |
e6cc62c6 VS |
26500 | cat >conftest.$ac_ext <<_ACEOF |
26501 | #line $LINENO "configure" | |
26502 | /* confdefs.h. */ | |
26503 | _ACEOF | |
26504 | cat confdefs.h >>conftest.$ac_ext | |
26505 | cat >>conftest.$ac_ext <<_ACEOF | |
26506 | /* end confdefs.h. */ | |
b040e242 VS |
26507 | #include <stdlib.h> |
26508 | #include <iconv.h> | |
e6cc62c6 VS |
26509 | int |
26510 | main () | |
26511 | { | |
b040e242 VS |
26512 | iconv_t cd = iconv_open("",""); |
26513 | iconv(cd,NULL,NULL,NULL,NULL); | |
26514 | iconv_close(cd); | |
e6cc62c6 VS |
26515 | ; |
26516 | return 0; | |
26517 | } | |
26518 | _ACEOF | |
26519 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26520 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26521 | (eval $ac_link) 2>&5 | |
26522 | ac_status=$? | |
26523 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26524 | (exit $ac_status); } && | |
26525 | { ac_try='test -s conftest$ac_exeext' | |
26526 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26527 | (eval $ac_try) 2>&5 | |
26528 | ac_status=$? | |
26529 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26530 | (exit $ac_status); }; }; then | |
b040e242 VS |
26531 | am_cv_lib_iconv=yes |
26532 | am_cv_func_iconv=yes | |
26533 | else | |
e6cc62c6 VS |
26534 | echo "$as_me: failed program was:" >&5 |
26535 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26536 | ||
af15babd | 26537 | fi |
e6cc62c6 | 26538 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
b040e242 VS |
26539 | LIBS="$am_save_LIBS" |
26540 | fi | |
247f5006 | 26541 | |
e6cc62c6 VS |
26542 | fi |
26543 | echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 | |
26544 | echo "${ECHO_T}$am_cv_func_iconv" >&6 | |
a0b9e27f | 26545 | if test "$am_cv_func_iconv" = yes; then |
e6cc62c6 VS |
26546 | |
26547 | cat >>confdefs.h <<\_ACEOF | |
b040e242 | 26548 | #define HAVE_ICONV 1 |
e6cc62c6 | 26549 | _ACEOF |
b040e242 | 26550 | |
e6cc62c6 VS |
26551 | echo "$as_me:$LINENO: checking if iconv needs const" >&5 |
26552 | echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6 | |
26553 | if test "${wx_cv_func_iconv_const+set}" = set; then | |
26554 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
b040e242 | 26555 | else |
e6cc62c6 VS |
26556 | cat >conftest.$ac_ext <<_ACEOF |
26557 | #line $LINENO "configure" | |
26558 | /* confdefs.h. */ | |
26559 | _ACEOF | |
26560 | cat confdefs.h >>conftest.$ac_ext | |
26561 | cat >>conftest.$ac_ext <<_ACEOF | |
26562 | /* end confdefs.h. */ | |
b040e242 VS |
26563 | |
26564 | #include <stdlib.h> | |
26565 | #include <iconv.h> | |
26566 | extern | |
26567 | #ifdef __cplusplus | |
26568 | "C" | |
26569 | #endif | |
26570 | #if defined(__STDC__) || defined(__cplusplus) | |
26571 | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
26572 | #else | |
26573 | size_t iconv(); | |
26574 | #endif | |
af15babd | 26575 | |
e6cc62c6 VS |
26576 | int |
26577 | main () | |
26578 | { | |
26579 | ||
26580 | ; | |
26581 | return 0; | |
26582 | } | |
26583 | _ACEOF | |
26584 | rm -f conftest.$ac_objext | |
26585 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
26586 | (eval $ac_compile) 2>&5 | |
26587 | ac_status=$? | |
26588 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26589 | (exit $ac_status); } && | |
26590 | { ac_try='test -s conftest.$ac_objext' | |
26591 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26592 | (eval $ac_try) 2>&5 | |
26593 | ac_status=$? | |
26594 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26595 | (exit $ac_status); }; }; then | |
b7043674 | 26596 | wx_cv_func_iconv_const="no" |
b040e242 | 26597 | else |
e6cc62c6 VS |
26598 | echo "$as_me: failed program was:" >&5 |
26599 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26600 | ||
26601 | wx_cv_func_iconv_const="yes" | |
26602 | ||
247f5006 | 26603 | fi |
e6cc62c6 | 26604 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 26605 | |
e6cc62c6 VS |
26606 | fi |
26607 | echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5 | |
26608 | echo "${ECHO_T}$wx_cv_func_iconv_const" >&6 | |
b7043674 VZ |
26609 | |
26610 | iconv_const= | |
1c405bb5 | 26611 | if test "x$wx_cv_func_iconv_const" = "xyes"; then |
b7043674 VZ |
26612 | iconv_const="const" |
26613 | fi | |
26614 | ||
e6cc62c6 VS |
26615 | |
26616 | cat >>confdefs.h <<_ACEOF | |
f09359cf | 26617 | #define ICONV_CONST $iconv_const |
e6cc62c6 | 26618 | _ACEOF |
b040e242 VS |
26619 | |
26620 | fi | |
26621 | LIBICONV= | |
26622 | if test "$am_cv_lib_iconv" = yes; then | |
26623 | LIBICONV="-liconv" | |
26624 | fi | |
e6cc62c6 | 26625 | |
b040e242 VS |
26626 | |
26627 | LIBS="$LIBICONV $LIBS" | |
4f14bcd8 | 26628 | ac_ext=c |
4f14bcd8 | 26629 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
26630 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
26631 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
26632 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
7b4a847f | 26633 | |
5c6fa7d2 | 26634 | |
8284b0c5 | 26635 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then |
e6cc62c6 VS |
26636 | |
26637 | for ac_func in sigaction | |
af15babd | 26638 | do |
e6cc62c6 VS |
26639 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26640 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
26641 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
26642 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
26643 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26644 | else | |
26645 | cat >conftest.$ac_ext <<_ACEOF | |
26646 | #line $LINENO "configure" | |
26647 | /* confdefs.h. */ | |
26648 | _ACEOF | |
26649 | cat confdefs.h >>conftest.$ac_ext | |
26650 | cat >>conftest.$ac_ext <<_ACEOF | |
26651 | /* end confdefs.h. */ | |
af15babd | 26652 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
26653 | which can conflict with char $ac_func (); below. |
26654 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26655 | <limits.h> exists even on freestanding compilers. */ | |
26656 | #ifdef __STDC__ | |
26657 | # include <limits.h> | |
26658 | #else | |
26659 | # include <assert.h> | |
26660 | #endif | |
af15babd | 26661 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
26662 | #ifdef __cplusplus |
26663 | extern "C" | |
26664 | { | |
26665 | #endif | |
af15babd | 26666 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
26667 | builtin and then its argument prototype would still apply. */ |
26668 | char $ac_func (); | |
af15babd VZ |
26669 | /* The GNU C library defines this for functions which it implements |
26670 | to always fail with ENOSYS. Some functions are actually named | |
26671 | something starting with __ and the normal name is an alias. */ | |
26672 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
26673 | choke me | |
26674 | #else | |
e6cc62c6 VS |
26675 | char (*f) () = $ac_func; |
26676 | #endif | |
26677 | #ifdef __cplusplus | |
26678 | } | |
af15babd VZ |
26679 | #endif |
26680 | ||
e6cc62c6 VS |
26681 | int |
26682 | main () | |
26683 | { | |
26684 | return f != $ac_func; | |
26685 | ; | |
26686 | return 0; | |
26687 | } | |
26688 | _ACEOF | |
26689 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26690 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26691 | (eval $ac_link) 2>&5 | |
26692 | ac_status=$? | |
26693 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26694 | (exit $ac_status); } && | |
26695 | { ac_try='test -s conftest$ac_exeext' | |
26696 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26697 | (eval $ac_try) 2>&5 | |
26698 | ac_status=$? | |
26699 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26700 | (exit $ac_status); }; }; then | |
26701 | eval "$as_ac_var=yes" | |
26702 | else | |
26703 | echo "$as_me: failed program was:" >&5 | |
26704 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26705 | ||
26706 | eval "$as_ac_var=no" | |
26707 | fi | |
26708 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
26709 | fi | |
26710 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
26711 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
26712 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
26713 | cat >>confdefs.h <<_ACEOF | |
26714 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
26715 | _ACEOF | |
7b4a847f | 26716 | |
4f14bcd8 GD |
26717 | fi |
26718 | done | |
26719 | ||
8284b0c5 | 26720 | |
4f14bcd8 | 26721 | if test "$ac_cv_func_sigaction" = "no"; then |
e6cc62c6 VS |
26722 | { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5 |
26723 | echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;} | |
4f14bcd8 GD |
26724 | wxUSE_ON_FATAL_EXCEPTION=no |
26725 | fi | |
26726 | ||
26727 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
e6cc62c6 VS |
26728 | |
26729 | ||
26730 | ac_ext=cc | |
5c6fa7d2 | 26731 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
26732 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
26733 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
26734 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
7b4a847f | 26735 | |
5c6fa7d2 | 26736 | |
e6cc62c6 VS |
26737 | echo "$as_me:$LINENO: checking for sa_handler type" >&5 |
26738 | echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6 | |
26739 | if test "${wx_cv_type_sa_handler+set}" = set; then | |
26740 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 26741 | else |
e6cc62c6 VS |
26742 | |
26743 | cat >conftest.$ac_ext <<_ACEOF | |
26744 | #line $LINENO "configure" | |
26745 | /* confdefs.h. */ | |
26746 | _ACEOF | |
26747 | cat confdefs.h >>conftest.$ac_ext | |
26748 | cat >>conftest.$ac_ext <<_ACEOF | |
26749 | /* end confdefs.h. */ | |
4f14bcd8 | 26750 | #include <signal.h> |
e6cc62c6 VS |
26751 | int |
26752 | main () | |
26753 | { | |
4f14bcd8 GD |
26754 | |
26755 | extern void testSigHandler(int); | |
26756 | ||
26757 | struct sigaction sa; | |
26758 | sa.sa_handler = testSigHandler; | |
e6cc62c6 VS |
26759 | |
26760 | ; | |
26761 | return 0; | |
26762 | } | |
26763 | _ACEOF | |
26764 | rm -f conftest.$ac_objext | |
26765 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
26766 | (eval $ac_compile) 2>&5 | |
26767 | ac_status=$? | |
26768 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26769 | (exit $ac_status); } && | |
26770 | { ac_try='test -s conftest.$ac_objext' | |
26771 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26772 | (eval $ac_try) 2>&5 | |
26773 | ac_status=$? | |
26774 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26775 | (exit $ac_status); }; }; then | |
26776 | ||
4f14bcd8 | 26777 | wx_cv_type_sa_handler=int |
e6cc62c6 | 26778 | |
af15babd | 26779 | else |
e6cc62c6 VS |
26780 | echo "$as_me: failed program was:" >&5 |
26781 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26782 | ||
26783 | ||
4f14bcd8 | 26784 | wx_cv_type_sa_handler=void |
e6cc62c6 | 26785 | |
247f5006 | 26786 | fi |
e6cc62c6 | 26787 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 26788 | |
e6cc62c6 VS |
26789 | fi |
26790 | echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5 | |
26791 | echo "${ECHO_T}$wx_cv_type_sa_handler" >&6 | |
4f14bcd8 GD |
26792 | |
26793 | ac_ext=c | |
4f14bcd8 | 26794 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
26795 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
26796 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
26797 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
579d8138 | 26798 | |
8284b0c5 | 26799 | |
e6cc62c6 | 26800 | cat >>confdefs.h <<_ACEOF |
4f14bcd8 | 26801 | #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler |
e6cc62c6 | 26802 | _ACEOF |
af15babd | 26803 | |
4f14bcd8 GD |
26804 | fi |
26805 | fi | |
af15babd | 26806 | |
e6cc62c6 VS |
26807 | |
26808 | ||
a1d22ad7 | 26809 | for ac_func in mkstemp mktemp |
af15babd | 26810 | do |
e6cc62c6 VS |
26811 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26812 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
26813 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
26814 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
26815 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26816 | else | |
26817 | cat >conftest.$ac_ext <<_ACEOF | |
26818 | #line $LINENO "configure" | |
26819 | /* confdefs.h. */ | |
26820 | _ACEOF | |
26821 | cat confdefs.h >>conftest.$ac_ext | |
26822 | cat >>conftest.$ac_ext <<_ACEOF | |
26823 | /* end confdefs.h. */ | |
af15babd | 26824 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
26825 | which can conflict with char $ac_func (); below. |
26826 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26827 | <limits.h> exists even on freestanding compilers. */ | |
26828 | #ifdef __STDC__ | |
26829 | # include <limits.h> | |
26830 | #else | |
26831 | # include <assert.h> | |
26832 | #endif | |
af15babd | 26833 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
26834 | #ifdef __cplusplus |
26835 | extern "C" | |
26836 | { | |
26837 | #endif | |
af15babd | 26838 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
26839 | builtin and then its argument prototype would still apply. */ |
26840 | char $ac_func (); | |
af15babd VZ |
26841 | /* The GNU C library defines this for functions which it implements |
26842 | to always fail with ENOSYS. Some functions are actually named | |
26843 | something starting with __ and the normal name is an alias. */ | |
26844 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
26845 | choke me | |
26846 | #else | |
e6cc62c6 VS |
26847 | char (*f) () = $ac_func; |
26848 | #endif | |
26849 | #ifdef __cplusplus | |
26850 | } | |
af15babd VZ |
26851 | #endif |
26852 | ||
e6cc62c6 VS |
26853 | int |
26854 | main () | |
26855 | { | |
26856 | return f != $ac_func; | |
26857 | ; | |
26858 | return 0; | |
26859 | } | |
26860 | _ACEOF | |
26861 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26862 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26863 | (eval $ac_link) 2>&5 | |
26864 | ac_status=$? | |
26865 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26866 | (exit $ac_status); } && | |
26867 | { ac_try='test -s conftest$ac_exeext' | |
26868 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26869 | (eval $ac_try) 2>&5 | |
26870 | ac_status=$? | |
26871 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26872 | (exit $ac_status); }; }; then | |
26873 | eval "$as_ac_var=yes" | |
26874 | else | |
26875 | echo "$as_me: failed program was:" >&5 | |
26876 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26877 | ||
26878 | eval "$as_ac_var=no" | |
26879 | fi | |
26880 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
26881 | fi | |
26882 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
26883 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
26884 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
26885 | cat >>confdefs.h <<_ACEOF | |
26886 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
26887 | _ACEOF | |
ade35f11 | 26888 | break |
ade35f11 VZ |
26889 | fi |
26890 | done | |
26891 | ||
8284b0c5 | 26892 | |
e6cc62c6 VS |
26893 | echo "$as_me:$LINENO: checking for statfs" >&5 |
26894 | echo $ECHO_N "checking for statfs... $ECHO_C" >&6 | |
26895 | if test "${wx_cv_func_statfs+set}" = set; then | |
26896 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4f14bcd8 | 26897 | else |
e6cc62c6 VS |
26898 | cat >conftest.$ac_ext <<_ACEOF |
26899 | #line $LINENO "configure" | |
26900 | /* confdefs.h. */ | |
26901 | _ACEOF | |
26902 | cat confdefs.h >>conftest.$ac_ext | |
26903 | cat >>conftest.$ac_ext <<_ACEOF | |
26904 | /* end confdefs.h. */ | |
4f14bcd8 GD |
26905 | |
26906 | #if defined(__BSD__) | |
26907 | #include <sys/param.h> | |
26908 | #include <sys/mount.h> | |
26909 | #else | |
26910 | #include <sys/vfs.h> | |
26911 | #endif | |
e6cc62c6 VS |
26912 | |
26913 | int | |
26914 | main () | |
26915 | { | |
4f14bcd8 GD |
26916 | |
26917 | long l; | |
26918 | struct statfs fs; | |
26919 | statfs("/", &fs); | |
26920 | l = fs.f_bsize; | |
26921 | l += fs.f_blocks; | |
26922 | l += fs.f_bavail; | |
e6cc62c6 VS |
26923 | |
26924 | ; | |
26925 | return 0; | |
26926 | } | |
26927 | _ACEOF | |
26928 | rm -f conftest.$ac_objext | |
26929 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
26930 | (eval $ac_compile) 2>&5 | |
26931 | ac_status=$? | |
26932 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26933 | (exit $ac_status); } && | |
26934 | { ac_try='test -s conftest.$ac_objext' | |
26935 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26936 | (eval $ac_try) 2>&5 | |
26937 | ac_status=$? | |
26938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26939 | (exit $ac_status); }; }; then | |
26940 | ||
4f14bcd8 | 26941 | wx_cv_func_statfs=yes |
e6cc62c6 | 26942 | |
4f14bcd8 | 26943 | else |
e6cc62c6 VS |
26944 | echo "$as_me: failed program was:" >&5 |
26945 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26946 | ||
26947 | ||
4f14bcd8 | 26948 | wx_cv_func_statfs=no |
e6cc62c6 | 26949 | |
8284b0c5 | 26950 | |
247f5006 | 26951 | fi |
e6cc62c6 | 26952 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 26953 | |
e6cc62c6 VS |
26954 | fi |
26955 | echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5 | |
26956 | echo "${ECHO_T}$wx_cv_func_statfs" >&6 | |
4f14bcd8 GD |
26957 | |
26958 | if test "$wx_cv_func_statfs" = "yes"; then | |
54ab82b3 | 26959 | wx_cv_type_statvfs_t="struct statfs" |
e6cc62c6 | 26960 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 26961 | #define HAVE_STATFS 1 |
e6cc62c6 | 26962 | _ACEOF |
4f14bcd8 GD |
26963 | |
26964 | else | |
e6cc62c6 VS |
26965 | echo "$as_me:$LINENO: checking for statvfs" >&5 |
26966 | echo $ECHO_N "checking for statvfs... $ECHO_C" >&6 | |
26967 | if test "${wx_cv_func_statvfs+set}" = set; then | |
26968 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
af15babd | 26969 | else |
e6cc62c6 VS |
26970 | cat >conftest.$ac_ext <<_ACEOF |
26971 | #line $LINENO "configure" | |
26972 | /* confdefs.h. */ | |
26973 | _ACEOF | |
26974 | cat confdefs.h >>conftest.$ac_ext | |
26975 | cat >>conftest.$ac_ext <<_ACEOF | |
26976 | /* end confdefs.h. */ | |
af15babd | 26977 | |
54ab82b3 VZ |
26978 | #include <stddef.h> |
26979 | #include <sys/statvfs.h> | |
e6cc62c6 VS |
26980 | |
26981 | int | |
26982 | main () | |
26983 | { | |
af15babd | 26984 | |
54ab82b3 | 26985 | statvfs("/", NULL); |
e6cc62c6 VS |
26986 | |
26987 | ; | |
26988 | return 0; | |
26989 | } | |
26990 | _ACEOF | |
26991 | rm -f conftest.$ac_objext | |
26992 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
26993 | (eval $ac_compile) 2>&5 | |
26994 | ac_status=$? | |
26995 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26996 | (exit $ac_status); } && | |
26997 | { ac_try='test -s conftest.$ac_objext' | |
26998 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26999 | (eval $ac_try) 2>&5 | |
27000 | ac_status=$? | |
27001 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27002 | (exit $ac_status); }; }; then | |
54ab82b3 | 27003 | wx_cv_func_statvfs=yes |
af15babd | 27004 | else |
e6cc62c6 VS |
27005 | echo "$as_me: failed program was:" >&5 |
27006 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27007 | ||
27008 | wx_cv_func_statvfs=no | |
27009 | ||
247f5006 | 27010 | fi |
e6cc62c6 | 27011 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 27012 | |
e6cc62c6 VS |
27013 | fi |
27014 | echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5 | |
27015 | echo "${ECHO_T}$wx_cv_func_statvfs" >&6 | |
af15babd | 27016 | |
4f14bcd8 | 27017 | if test "$wx_cv_func_statvfs" = "yes"; then |
e6cc62c6 VS |
27018 | |
27019 | ||
27020 | ac_ext=cc | |
54ab82b3 | 27021 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
27022 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
27023 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
27024 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
54ab82b3 VZ |
27025 | |
27026 | ||
e6cc62c6 VS |
27027 | echo "$as_me:$LINENO: checking for statvfs argument type" >&5 |
27028 | echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6 | |
27029 | if test "${wx_cv_type_statvfs_t+set}" = set; then | |
27030 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
54ab82b3 | 27031 | else |
e6cc62c6 VS |
27032 | cat >conftest.$ac_ext <<_ACEOF |
27033 | #line $LINENO "configure" | |
27034 | /* confdefs.h. */ | |
27035 | _ACEOF | |
27036 | cat confdefs.h >>conftest.$ac_ext | |
27037 | cat >>conftest.$ac_ext <<_ACEOF | |
27038 | /* end confdefs.h. */ | |
54ab82b3 VZ |
27039 | |
27040 | #include <sys/statvfs.h> | |
e6cc62c6 VS |
27041 | |
27042 | int | |
27043 | main () | |
27044 | { | |
54ab82b3 VZ |
27045 | |
27046 | long l; | |
27047 | statvfs_t fs; | |
27048 | statvfs("/", &fs); | |
27049 | l = fs.f_bsize; | |
27050 | l += fs.f_blocks; | |
27051 | l += fs.f_bavail; | |
e6cc62c6 VS |
27052 | |
27053 | ; | |
27054 | return 0; | |
27055 | } | |
27056 | _ACEOF | |
27057 | rm -f conftest.$ac_objext | |
27058 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
27059 | (eval $ac_compile) 2>&5 | |
27060 | ac_status=$? | |
27061 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27062 | (exit $ac_status); } && | |
27063 | { ac_try='test -s conftest.$ac_objext' | |
27064 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27065 | (eval $ac_try) 2>&5 | |
27066 | ac_status=$? | |
27067 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27068 | (exit $ac_status); }; }; then | |
54ab82b3 VZ |
27069 | wx_cv_type_statvfs_t=statvfs_t |
27070 | else | |
e6cc62c6 VS |
27071 | echo "$as_me: failed program was:" >&5 |
27072 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27073 | ||
27074 | ||
27075 | cat >conftest.$ac_ext <<_ACEOF | |
27076 | #line $LINENO "configure" | |
27077 | /* confdefs.h. */ | |
27078 | _ACEOF | |
27079 | cat confdefs.h >>conftest.$ac_ext | |
27080 | cat >>conftest.$ac_ext <<_ACEOF | |
27081 | /* end confdefs.h. */ | |
54ab82b3 VZ |
27082 | |
27083 | #include <sys/statvfs.h> | |
e6cc62c6 VS |
27084 | |
27085 | int | |
27086 | main () | |
27087 | { | |
54ab82b3 VZ |
27088 | |
27089 | long l; | |
65d8ef1e | 27090 | struct statvfs fs; |
54ab82b3 VZ |
27091 | statvfs("/", &fs); |
27092 | l = fs.f_bsize; | |
27093 | l += fs.f_blocks; | |
27094 | l += fs.f_bavail; | |
e6cc62c6 VS |
27095 | |
27096 | ; | |
27097 | return 0; | |
27098 | } | |
27099 | _ACEOF | |
27100 | rm -f conftest.$ac_objext | |
27101 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
27102 | (eval $ac_compile) 2>&5 | |
27103 | ac_status=$? | |
27104 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27105 | (exit $ac_status); } && | |
27106 | { ac_try='test -s conftest.$ac_objext' | |
27107 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27108 | (eval $ac_try) 2>&5 | |
27109 | ac_status=$? | |
27110 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27111 | (exit $ac_status); }; }; then | |
54ab82b3 VZ |
27112 | wx_cv_type_statvfs_t="struct statvfs" |
27113 | else | |
e6cc62c6 VS |
27114 | echo "$as_me: failed program was:" >&5 |
27115 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27116 | ||
27117 | wx_cv_type_statvfs_t="unknown" | |
27118 | ||
54ab82b3 | 27119 | fi |
e6cc62c6 VS |
27120 | rm -f conftest.$ac_objext conftest.$ac_ext |
27121 | ||
27122 | ||
54ab82b3 | 27123 | fi |
e6cc62c6 | 27124 | rm -f conftest.$ac_objext conftest.$ac_ext |
54ab82b3 | 27125 | |
e6cc62c6 VS |
27126 | fi |
27127 | echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5 | |
27128 | echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6 | |
54ab82b3 VZ |
27129 | |
27130 | ac_ext=c | |
54ab82b3 | 27131 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
27132 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
27133 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
27134 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
54ab82b3 VZ |
27135 | |
27136 | ||
27137 | if test "$wx_cv_type_statvfs_t" != "unknown"; then | |
e6cc62c6 | 27138 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 27139 | #define HAVE_STATVFS 1 |
e6cc62c6 | 27140 | _ACEOF |
af15babd | 27141 | |
54ab82b3 | 27142 | fi |
4f14bcd8 | 27143 | else |
54ab82b3 | 27144 | wx_cv_type_statvfs_t="unknown" |
4f14bcd8 GD |
27145 | fi |
27146 | fi | |
af15babd | 27147 | |
54ab82b3 | 27148 | if test "$wx_cv_type_statvfs_t" != "unknown"; then |
e6cc62c6 | 27149 | cat >>confdefs.h <<_ACEOF |
54ab82b3 | 27150 | #define WX_STATFS_T $wx_cv_type_statvfs_t |
e6cc62c6 | 27151 | _ACEOF |
54ab82b3 VZ |
27152 | |
27153 | else | |
e6cc62c6 VS |
27154 | { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5 |
27155 | echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;} | |
54ab82b3 VZ |
27156 | fi |
27157 | ||
4f14bcd8 | 27158 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
e6cc62c6 VS |
27159 | |
27160 | ||
27161 | for ac_func in fcntl flock | |
af15babd | 27162 | do |
e6cc62c6 VS |
27163 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27164 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27165 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27166 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27167 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27168 | else | |
27169 | cat >conftest.$ac_ext <<_ACEOF | |
27170 | #line $LINENO "configure" | |
27171 | /* confdefs.h. */ | |
27172 | _ACEOF | |
27173 | cat confdefs.h >>conftest.$ac_ext | |
27174 | cat >>conftest.$ac_ext <<_ACEOF | |
27175 | /* end confdefs.h. */ | |
af15babd | 27176 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27177 | which can conflict with char $ac_func (); below. |
27178 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27179 | <limits.h> exists even on freestanding compilers. */ | |
27180 | #ifdef __STDC__ | |
27181 | # include <limits.h> | |
27182 | #else | |
27183 | # include <assert.h> | |
27184 | #endif | |
af15babd | 27185 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27186 | #ifdef __cplusplus |
27187 | extern "C" | |
27188 | { | |
27189 | #endif | |
af15babd | 27190 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27191 | builtin and then its argument prototype would still apply. */ |
27192 | char $ac_func (); | |
af15babd VZ |
27193 | /* The GNU C library defines this for functions which it implements |
27194 | to always fail with ENOSYS. Some functions are actually named | |
27195 | something starting with __ and the normal name is an alias. */ | |
27196 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27197 | choke me | |
27198 | #else | |
e6cc62c6 VS |
27199 | char (*f) () = $ac_func; |
27200 | #endif | |
27201 | #ifdef __cplusplus | |
27202 | } | |
af15babd VZ |
27203 | #endif |
27204 | ||
e6cc62c6 VS |
27205 | int |
27206 | main () | |
27207 | { | |
27208 | return f != $ac_func; | |
27209 | ; | |
27210 | return 0; | |
27211 | } | |
27212 | _ACEOF | |
27213 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27214 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27215 | (eval $ac_link) 2>&5 | |
27216 | ac_status=$? | |
27217 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27218 | (exit $ac_status); } && | |
27219 | { ac_try='test -s conftest$ac_exeext' | |
27220 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27221 | (eval $ac_try) 2>&5 | |
27222 | ac_status=$? | |
27223 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27224 | (exit $ac_status); }; }; then | |
27225 | eval "$as_ac_var=yes" | |
27226 | else | |
27227 | echo "$as_me: failed program was:" >&5 | |
27228 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27229 | ||
27230 | eval "$as_ac_var=no" | |
27231 | fi | |
27232 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27233 | fi | |
27234 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27235 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27236 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27237 | cat >>confdefs.h <<_ACEOF | |
27238 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27239 | _ACEOF | |
4f14bcd8 | 27240 | break |
af15babd VZ |
27241 | fi |
27242 | done | |
27243 | ||
8284b0c5 | 27244 | |
4f14bcd8 | 27245 | if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then |
e6cc62c6 VS |
27246 | { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5 |
27247 | echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;} | |
4f14bcd8 GD |
27248 | wxUSE_SNGLINST_CHECKER=no |
27249 | fi | |
27250 | fi | |
af15babd | 27251 | |
e6cc62c6 | 27252 | |
4f14bcd8 | 27253 | for ac_func in timegm |
af15babd | 27254 | do |
e6cc62c6 VS |
27255 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27256 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27257 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27258 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27259 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27260 | else | |
27261 | cat >conftest.$ac_ext <<_ACEOF | |
27262 | #line $LINENO "configure" | |
27263 | /* confdefs.h. */ | |
27264 | _ACEOF | |
27265 | cat confdefs.h >>conftest.$ac_ext | |
27266 | cat >>conftest.$ac_ext <<_ACEOF | |
27267 | /* end confdefs.h. */ | |
af15babd | 27268 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27269 | which can conflict with char $ac_func (); below. |
27270 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27271 | <limits.h> exists even on freestanding compilers. */ | |
27272 | #ifdef __STDC__ | |
27273 | # include <limits.h> | |
27274 | #else | |
27275 | # include <assert.h> | |
27276 | #endif | |
af15babd | 27277 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27278 | #ifdef __cplusplus |
27279 | extern "C" | |
27280 | { | |
27281 | #endif | |
af15babd | 27282 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27283 | builtin and then its argument prototype would still apply. */ |
27284 | char $ac_func (); | |
af15babd VZ |
27285 | /* The GNU C library defines this for functions which it implements |
27286 | to always fail with ENOSYS. Some functions are actually named | |
27287 | something starting with __ and the normal name is an alias. */ | |
247f5006 VZ |
27288 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
27289 | choke me | |
27290 | #else | |
e6cc62c6 VS |
27291 | char (*f) () = $ac_func; |
27292 | #endif | |
27293 | #ifdef __cplusplus | |
27294 | } | |
247f5006 VZ |
27295 | #endif |
27296 | ||
e6cc62c6 VS |
27297 | int |
27298 | main () | |
27299 | { | |
27300 | return f != $ac_func; | |
27301 | ; | |
27302 | return 0; | |
27303 | } | |
27304 | _ACEOF | |
27305 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27306 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27307 | (eval $ac_link) 2>&5 | |
27308 | ac_status=$? | |
27309 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27310 | (exit $ac_status); } && | |
27311 | { ac_try='test -s conftest$ac_exeext' | |
27312 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27313 | (eval $ac_try) 2>&5 | |
27314 | ac_status=$? | |
27315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27316 | (exit $ac_status); }; }; then | |
27317 | eval "$as_ac_var=yes" | |
27318 | else | |
27319 | echo "$as_me: failed program was:" >&5 | |
27320 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27321 | ||
27322 | eval "$as_ac_var=no" | |
27323 | fi | |
27324 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27325 | fi | |
27326 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27327 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27328 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27329 | cat >>confdefs.h <<_ACEOF | |
27330 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27331 | _ACEOF | |
703e0a69 | 27332 | |
af15babd VZ |
27333 | fi |
27334 | done | |
27335 | ||
8284b0c5 | 27336 | |
e6cc62c6 VS |
27337 | |
27338 | ||
4f14bcd8 | 27339 | for ac_func in putenv setenv |
10f2d63a | 27340 | do |
e6cc62c6 VS |
27341 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27342 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27343 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27344 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27345 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27346 | else | |
27347 | cat >conftest.$ac_ext <<_ACEOF | |
27348 | #line $LINENO "configure" | |
27349 | /* confdefs.h. */ | |
27350 | _ACEOF | |
27351 | cat confdefs.h >>conftest.$ac_ext | |
27352 | cat >>conftest.$ac_ext <<_ACEOF | |
27353 | /* end confdefs.h. */ | |
af15babd | 27354 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27355 | which can conflict with char $ac_func (); below. |
27356 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27357 | <limits.h> exists even on freestanding compilers. */ | |
27358 | #ifdef __STDC__ | |
27359 | # include <limits.h> | |
27360 | #else | |
27361 | # include <assert.h> | |
27362 | #endif | |
af15babd | 27363 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27364 | #ifdef __cplusplus |
27365 | extern "C" | |
27366 | { | |
27367 | #endif | |
af15babd | 27368 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27369 | builtin and then its argument prototype would still apply. */ |
27370 | char $ac_func (); | |
af15babd VZ |
27371 | /* The GNU C library defines this for functions which it implements |
27372 | to always fail with ENOSYS. Some functions are actually named | |
27373 | something starting with __ and the normal name is an alias. */ | |
27374 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27375 | choke me | |
27376 | #else | |
e6cc62c6 VS |
27377 | char (*f) () = $ac_func; |
27378 | #endif | |
27379 | #ifdef __cplusplus | |
27380 | } | |
af15babd VZ |
27381 | #endif |
27382 | ||
e6cc62c6 VS |
27383 | int |
27384 | main () | |
27385 | { | |
27386 | return f != $ac_func; | |
27387 | ; | |
27388 | return 0; | |
27389 | } | |
27390 | _ACEOF | |
27391 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27392 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27393 | (eval $ac_link) 2>&5 | |
27394 | ac_status=$? | |
27395 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27396 | (exit $ac_status); } && | |
27397 | { ac_try='test -s conftest$ac_exeext' | |
27398 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27399 | (eval $ac_try) 2>&5 | |
27400 | ac_status=$? | |
27401 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27402 | (exit $ac_status); }; }; then | |
27403 | eval "$as_ac_var=yes" | |
27404 | else | |
27405 | echo "$as_me: failed program was:" >&5 | |
27406 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27407 | ||
27408 | eval "$as_ac_var=no" | |
27409 | fi | |
27410 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27411 | fi | |
27412 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27413 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27414 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27415 | cat >>confdefs.h <<_ACEOF | |
27416 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27417 | _ACEOF | |
4f14bcd8 | 27418 | break |
af15babd | 27419 | fi |
af15babd VZ |
27420 | done |
27421 | ||
8284b0c5 | 27422 | |
4f14bcd8 GD |
27423 | HAVE_SOME_SLEEP_FUNC=0 |
27424 | if test "$USE_BEOS" = 1; then | |
e6cc62c6 | 27425 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 27426 | #define HAVE_SLEEP 1 |
e6cc62c6 | 27427 | _ACEOF |
af15babd | 27428 | |
4f14bcd8 | 27429 | HAVE_SOME_SLEEP_FUNC=1 |
10f2d63a VZ |
27430 | fi |
27431 | ||
4f14bcd8 | 27432 | if test "$USE_DARWIN" = 1; then |
e6cc62c6 | 27433 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 27434 | #define HAVE_USLEEP 1 |
e6cc62c6 | 27435 | _ACEOF |
10f2d63a | 27436 | |
4f14bcd8 | 27437 | HAVE_SOME_SLEEP_FUNC=1 |
10f2d63a VZ |
27438 | fi |
27439 | ||
4f14bcd8 GD |
27440 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then |
27441 | POSIX4_LINK= | |
e6cc62c6 VS |
27442 | |
27443 | for ac_func in nanosleep | |
4f14bcd8 | 27444 | do |
e6cc62c6 VS |
27445 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27446 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27447 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27448 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27449 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27450 | else | |
27451 | cat >conftest.$ac_ext <<_ACEOF | |
27452 | #line $LINENO "configure" | |
27453 | /* confdefs.h. */ | |
27454 | _ACEOF | |
27455 | cat confdefs.h >>conftest.$ac_ext | |
27456 | cat >>conftest.$ac_ext <<_ACEOF | |
27457 | /* end confdefs.h. */ | |
4f14bcd8 | 27458 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27459 | which can conflict with char $ac_func (); below. |
27460 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27461 | <limits.h> exists even on freestanding compilers. */ | |
27462 | #ifdef __STDC__ | |
27463 | # include <limits.h> | |
27464 | #else | |
27465 | # include <assert.h> | |
27466 | #endif | |
10f2d63a | 27467 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27468 | #ifdef __cplusplus |
27469 | extern "C" | |
27470 | { | |
27471 | #endif | |
10f2d63a | 27472 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27473 | builtin and then its argument prototype would still apply. */ |
27474 | char $ac_func (); | |
4f14bcd8 GD |
27475 | /* The GNU C library defines this for functions which it implements |
27476 | to always fail with ENOSYS. Some functions are actually named | |
27477 | something starting with __ and the normal name is an alias. */ | |
27478 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27479 | choke me | |
27480 | #else | |
e6cc62c6 VS |
27481 | char (*f) () = $ac_func; |
27482 | #endif | |
27483 | #ifdef __cplusplus | |
27484 | } | |
4f14bcd8 GD |
27485 | #endif |
27486 | ||
e6cc62c6 VS |
27487 | int |
27488 | main () | |
27489 | { | |
27490 | return f != $ac_func; | |
27491 | ; | |
27492 | return 0; | |
27493 | } | |
27494 | _ACEOF | |
27495 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27496 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27497 | (eval $ac_link) 2>&5 | |
27498 | ac_status=$? | |
27499 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27500 | (exit $ac_status); } && | |
27501 | { ac_try='test -s conftest$ac_exeext' | |
27502 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27503 | (eval $ac_try) 2>&5 | |
27504 | ac_status=$? | |
27505 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27506 | (exit $ac_status); }; }; then | |
27507 | eval "$as_ac_var=yes" | |
27508 | else | |
27509 | echo "$as_me: failed program was:" >&5 | |
27510 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27511 | ||
27512 | eval "$as_ac_var=no" | |
27513 | fi | |
27514 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27515 | fi | |
27516 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27517 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27518 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27519 | cat >>confdefs.h <<_ACEOF | |
27520 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27521 | _ACEOF | |
27522 | cat >>confdefs.h <<\_ACEOF | |
4f14bcd8 | 27523 | #define HAVE_NANOSLEEP 1 |
e6cc62c6 | 27524 | _ACEOF |
4f14bcd8 | 27525 | |
10f2d63a | 27526 | else |
e6cc62c6 VS |
27527 | |
27528 | echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5 | |
27529 | echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6 | |
27530 | if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then | |
27531 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 27532 | else |
e6cc62c6 | 27533 | ac_check_lib_save_LIBS=$LIBS |
4f14bcd8 | 27534 | LIBS="-lposix4 $LIBS" |
e6cc62c6 VS |
27535 | cat >conftest.$ac_ext <<_ACEOF |
27536 | #line $LINENO "configure" | |
27537 | /* confdefs.h. */ | |
27538 | _ACEOF | |
27539 | cat confdefs.h >>conftest.$ac_ext | |
27540 | cat >>conftest.$ac_ext <<_ACEOF | |
27541 | /* end confdefs.h. */ | |
27542 | ||
10f2d63a | 27543 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27544 | #ifdef __cplusplus |
27545 | extern "C" | |
27546 | #endif | |
10f2d63a | 27547 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27548 | builtin and then its argument prototype would still apply. */ |
27549 | char nanosleep (); | |
27550 | int | |
27551 | main () | |
27552 | { | |
27553 | nanosleep (); | |
27554 | ; | |
27555 | return 0; | |
27556 | } | |
27557 | _ACEOF | |
27558 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27559 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27560 | (eval $ac_link) 2>&5 | |
27561 | ac_status=$? | |
27562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27563 | (exit $ac_status); } && | |
27564 | { ac_try='test -s conftest$ac_exeext' | |
27565 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27566 | (eval $ac_try) 2>&5 | |
27567 | ac_status=$? | |
27568 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27569 | (exit $ac_status); }; }; then | |
27570 | ac_cv_lib_posix4_nanosleep=yes | |
27571 | else | |
27572 | echo "$as_me: failed program was:" >&5 | |
27573 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27574 | ||
27575 | ac_cv_lib_posix4_nanosleep=no | |
27576 | fi | |
27577 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27578 | LIBS=$ac_check_lib_save_LIBS | |
27579 | fi | |
27580 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5 | |
27581 | echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6 | |
27582 | if test $ac_cv_lib_posix4_nanosleep = yes; then | |
27583 | ||
27584 | cat >>confdefs.h <<\_ACEOF | |
4f14bcd8 | 27585 | #define HAVE_NANOSLEEP 1 |
e6cc62c6 | 27586 | _ACEOF |
4f14bcd8 | 27587 | |
3d63bc3a | 27588 | POSIX4_LINK=" -lposix4" |
e6cc62c6 | 27589 | |
10f2d63a | 27590 | else |
10f2d63a | 27591 | |
e6cc62c6 VS |
27592 | |
27593 | for ac_func in usleep | |
4f14bcd8 | 27594 | do |
e6cc62c6 VS |
27595 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27596 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27597 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27598 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27599 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27600 | else | |
27601 | cat >conftest.$ac_ext <<_ACEOF | |
27602 | #line $LINENO "configure" | |
27603 | /* confdefs.h. */ | |
27604 | _ACEOF | |
27605 | cat confdefs.h >>conftest.$ac_ext | |
27606 | cat >>conftest.$ac_ext <<_ACEOF | |
27607 | /* end confdefs.h. */ | |
4f14bcd8 | 27608 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27609 | which can conflict with char $ac_func (); below. |
27610 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27611 | <limits.h> exists even on freestanding compilers. */ | |
27612 | #ifdef __STDC__ | |
27613 | # include <limits.h> | |
27614 | #else | |
27615 | # include <assert.h> | |
27616 | #endif | |
4f14bcd8 | 27617 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27618 | #ifdef __cplusplus |
27619 | extern "C" | |
27620 | { | |
27621 | #endif | |
4f14bcd8 | 27622 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27623 | builtin and then its argument prototype would still apply. */ |
27624 | char $ac_func (); | |
4f14bcd8 GD |
27625 | /* The GNU C library defines this for functions which it implements |
27626 | to always fail with ENOSYS. Some functions are actually named | |
27627 | something starting with __ and the normal name is an alias. */ | |
27628 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27629 | choke me | |
27630 | #else | |
e6cc62c6 VS |
27631 | char (*f) () = $ac_func; |
27632 | #endif | |
27633 | #ifdef __cplusplus | |
27634 | } | |
4f14bcd8 GD |
27635 | #endif |
27636 | ||
e6cc62c6 VS |
27637 | int |
27638 | main () | |
27639 | { | |
27640 | return f != $ac_func; | |
27641 | ; | |
27642 | return 0; | |
27643 | } | |
27644 | _ACEOF | |
27645 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27646 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27647 | (eval $ac_link) 2>&5 | |
27648 | ac_status=$? | |
27649 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27650 | (exit $ac_status); } && | |
27651 | { ac_try='test -s conftest$ac_exeext' | |
27652 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27653 | (eval $ac_try) 2>&5 | |
27654 | ac_status=$? | |
27655 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27656 | (exit $ac_status); }; }; then | |
27657 | eval "$as_ac_var=yes" | |
27658 | else | |
27659 | echo "$as_me: failed program was:" >&5 | |
27660 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27661 | ||
27662 | eval "$as_ac_var=no" | |
27663 | fi | |
27664 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27665 | fi | |
27666 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27667 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27668 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27669 | cat >>confdefs.h <<_ACEOF | |
27670 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27671 | _ACEOF | |
27672 | cat >>confdefs.h <<\_ACEOF | |
4f14bcd8 | 27673 | #define HAVE_USLEEP 1 |
e6cc62c6 | 27674 | _ACEOF |
4f14bcd8 | 27675 | |
698dcdb6 | 27676 | else |
e6cc62c6 VS |
27677 | { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5 |
27678 | echo "$as_me: WARNING: wxSleep() function will not work" >&2;} | |
27679 | ||
10f2d63a | 27680 | fi |
4f14bcd8 | 27681 | done |
10f2d63a | 27682 | |
e6cc62c6 VS |
27683 | |
27684 | ||
6232543b | 27685 | fi |
10f2d63a | 27686 | |
e6cc62c6 VS |
27687 | |
27688 | ||
1e487827 | 27689 | fi |
4f14bcd8 | 27690 | done |
703e0a69 | 27691 | |
10f2d63a VZ |
27692 | fi |
27693 | ||
e6cc62c6 VS |
27694 | |
27695 | ||
4f14bcd8 | 27696 | for ac_func in uname gethostname |
70846f0a | 27697 | do |
e6cc62c6 VS |
27698 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27699 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27700 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27701 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27702 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27703 | else | |
27704 | cat >conftest.$ac_ext <<_ACEOF | |
27705 | #line $LINENO "configure" | |
27706 | /* confdefs.h. */ | |
27707 | _ACEOF | |
27708 | cat confdefs.h >>conftest.$ac_ext | |
27709 | cat >>conftest.$ac_ext <<_ACEOF | |
27710 | /* end confdefs.h. */ | |
70846f0a | 27711 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27712 | which can conflict with char $ac_func (); below. |
27713 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27714 | <limits.h> exists even on freestanding compilers. */ | |
27715 | #ifdef __STDC__ | |
27716 | # include <limits.h> | |
27717 | #else | |
27718 | # include <assert.h> | |
27719 | #endif | |
70846f0a | 27720 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27721 | #ifdef __cplusplus |
27722 | extern "C" | |
27723 | { | |
27724 | #endif | |
70846f0a | 27725 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27726 | builtin and then its argument prototype would still apply. */ |
27727 | char $ac_func (); | |
70846f0a VZ |
27728 | /* The GNU C library defines this for functions which it implements |
27729 | to always fail with ENOSYS. Some functions are actually named | |
27730 | something starting with __ and the normal name is an alias. */ | |
27731 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27732 | choke me | |
27733 | #else | |
e6cc62c6 VS |
27734 | char (*f) () = $ac_func; |
27735 | #endif | |
27736 | #ifdef __cplusplus | |
27737 | } | |
70846f0a VZ |
27738 | #endif |
27739 | ||
e6cc62c6 VS |
27740 | int |
27741 | main () | |
27742 | { | |
27743 | return f != $ac_func; | |
27744 | ; | |
27745 | return 0; | |
27746 | } | |
27747 | _ACEOF | |
27748 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27749 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27750 | (eval $ac_link) 2>&5 | |
27751 | ac_status=$? | |
27752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27753 | (exit $ac_status); } && | |
27754 | { ac_try='test -s conftest$ac_exeext' | |
27755 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27756 | (eval $ac_try) 2>&5 | |
27757 | ac_status=$? | |
27758 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27759 | (exit $ac_status); }; }; then | |
27760 | eval "$as_ac_var=yes" | |
27761 | else | |
27762 | echo "$as_me: failed program was:" >&5 | |
27763 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27764 | ||
27765 | eval "$as_ac_var=no" | |
27766 | fi | |
27767 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27768 | fi | |
27769 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27770 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27771 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27772 | cat >>confdefs.h <<_ACEOF | |
27773 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27774 | _ACEOF | |
4f14bcd8 | 27775 | break |
70846f0a VZ |
27776 | fi |
27777 | done | |
27778 | ||
8284b0c5 MB |
27779 | |
27780 | ||
e6cc62c6 VS |
27781 | |
27782 | ac_ext=cc | |
4f14bcd8 | 27783 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
27784 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
27785 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
27786 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
27787 | ||
8284b0c5 | 27788 | |
4f14bcd8 GD |
27789 | |
27790 | for ac_func in strtok_r | |
10f2d63a | 27791 | do |
e6cc62c6 VS |
27792 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27793 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27794 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27795 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27796 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27797 | else | |
27798 | cat >conftest.$ac_ext <<_ACEOF | |
27799 | #line $LINENO "configure" | |
27800 | /* confdefs.h. */ | |
27801 | _ACEOF | |
27802 | cat confdefs.h >>conftest.$ac_ext | |
27803 | cat >>conftest.$ac_ext <<_ACEOF | |
27804 | /* end confdefs.h. */ | |
4f14bcd8 | 27805 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27806 | which can conflict with char $ac_func (); below. |
27807 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27808 | <limits.h> exists even on freestanding compilers. */ | |
27809 | #ifdef __STDC__ | |
27810 | # include <limits.h> | |
27811 | #else | |
27812 | # include <assert.h> | |
27813 | #endif | |
4f14bcd8 GD |
27814 | /* Override any gcc2 internal prototype to avoid an error. */ |
27815 | #ifdef __cplusplus | |
27816 | extern "C" | |
e6cc62c6 | 27817 | { |
4f14bcd8 GD |
27818 | #endif |
27819 | /* We use char because int might match the return type of a gcc2 | |
e6cc62c6 VS |
27820 | builtin and then its argument prototype would still apply. */ |
27821 | char $ac_func (); | |
4f14bcd8 GD |
27822 | /* The GNU C library defines this for functions which it implements |
27823 | to always fail with ENOSYS. Some functions are actually named | |
27824 | something starting with __ and the normal name is an alias. */ | |
27825 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27826 | choke me | |
27827 | #else | |
e6cc62c6 VS |
27828 | char (*f) () = $ac_func; |
27829 | #endif | |
27830 | #ifdef __cplusplus | |
27831 | } | |
4f14bcd8 GD |
27832 | #endif |
27833 | ||
e6cc62c6 VS |
27834 | int |
27835 | main () | |
27836 | { | |
27837 | return f != $ac_func; | |
27838 | ; | |
27839 | return 0; | |
27840 | } | |
27841 | _ACEOF | |
27842 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27843 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27844 | (eval $ac_link) 2>&5 | |
27845 | ac_status=$? | |
27846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27847 | (exit $ac_status); } && | |
27848 | { ac_try='test -s conftest$ac_exeext' | |
27849 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27850 | (eval $ac_try) 2>&5 | |
27851 | ac_status=$? | |
27852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27853 | (exit $ac_status); }; }; then | |
27854 | eval "$as_ac_var=yes" | |
27855 | else | |
27856 | echo "$as_me: failed program was:" >&5 | |
27857 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27858 | ||
27859 | eval "$as_ac_var=no" | |
27860 | fi | |
27861 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27862 | fi | |
27863 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27864 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27865 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27866 | cat >>confdefs.h <<_ACEOF | |
27867 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27868 | _ACEOF | |
4f14bcd8 | 27869 | |
10f2d63a VZ |
27870 | fi |
27871 | done | |
27872 | ||
8284b0c5 | 27873 | |
4f14bcd8 | 27874 | ac_ext=c |
4f14bcd8 | 27875 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
27876 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
27877 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
27878 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
7b4a847f | 27879 | |
5c6fa7d2 | 27880 | |
8284b0c5 | 27881 | INET_LINK= |
e6cc62c6 | 27882 | |
4f14bcd8 GD |
27883 | for ac_func in inet_addr |
27884 | do | |
e6cc62c6 VS |
27885 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
27886 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27887 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27888 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27889 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27890 | else | |
27891 | cat >conftest.$ac_ext <<_ACEOF | |
27892 | #line $LINENO "configure" | |
27893 | /* confdefs.h. */ | |
27894 | _ACEOF | |
27895 | cat confdefs.h >>conftest.$ac_ext | |
27896 | cat >>conftest.$ac_ext <<_ACEOF | |
27897 | /* end confdefs.h. */ | |
4f14bcd8 | 27898 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
27899 | which can conflict with char $ac_func (); below. |
27900 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27901 | <limits.h> exists even on freestanding compilers. */ | |
27902 | #ifdef __STDC__ | |
27903 | # include <limits.h> | |
27904 | #else | |
27905 | # include <assert.h> | |
27906 | #endif | |
10f2d63a | 27907 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27908 | #ifdef __cplusplus |
27909 | extern "C" | |
27910 | { | |
27911 | #endif | |
10f2d63a | 27912 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27913 | builtin and then its argument prototype would still apply. */ |
27914 | char $ac_func (); | |
4f14bcd8 GD |
27915 | /* The GNU C library defines this for functions which it implements |
27916 | to always fail with ENOSYS. Some functions are actually named | |
27917 | something starting with __ and the normal name is an alias. */ | |
27918 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27919 | choke me | |
27920 | #else | |
e6cc62c6 VS |
27921 | char (*f) () = $ac_func; |
27922 | #endif | |
27923 | #ifdef __cplusplus | |
27924 | } | |
4f14bcd8 GD |
27925 | #endif |
27926 | ||
e6cc62c6 VS |
27927 | int |
27928 | main () | |
27929 | { | |
27930 | return f != $ac_func; | |
27931 | ; | |
27932 | return 0; | |
27933 | } | |
27934 | _ACEOF | |
27935 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27936 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27937 | (eval $ac_link) 2>&5 | |
27938 | ac_status=$? | |
27939 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27940 | (exit $ac_status); } && | |
27941 | { ac_try='test -s conftest$ac_exeext' | |
27942 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27943 | (eval $ac_try) 2>&5 | |
27944 | ac_status=$? | |
27945 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27946 | (exit $ac_status); }; }; then | |
27947 | eval "$as_ac_var=yes" | |
27948 | else | |
27949 | echo "$as_me: failed program was:" >&5 | |
27950 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27951 | ||
27952 | eval "$as_ac_var=no" | |
27953 | fi | |
27954 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
27955 | fi | |
27956 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27957 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27958 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27959 | cat >>confdefs.h <<_ACEOF | |
27960 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27961 | _ACEOF | |
27962 | cat >>confdefs.h <<\_ACEOF | |
4f14bcd8 | 27963 | #define HAVE_INET_ADDR 1 |
e6cc62c6 | 27964 | _ACEOF |
10f2d63a VZ |
27965 | |
27966 | else | |
e6cc62c6 VS |
27967 | |
27968 | echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5 | |
27969 | echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6 | |
27970 | if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then | |
27971 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 27972 | else |
e6cc62c6 | 27973 | ac_check_lib_save_LIBS=$LIBS |
4f14bcd8 | 27974 | LIBS="-lnsl $LIBS" |
e6cc62c6 VS |
27975 | cat >conftest.$ac_ext <<_ACEOF |
27976 | #line $LINENO "configure" | |
27977 | /* confdefs.h. */ | |
27978 | _ACEOF | |
27979 | cat confdefs.h >>conftest.$ac_ext | |
27980 | cat >>conftest.$ac_ext <<_ACEOF | |
27981 | /* end confdefs.h. */ | |
27982 | ||
10f2d63a | 27983 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
27984 | #ifdef __cplusplus |
27985 | extern "C" | |
27986 | #endif | |
10f2d63a | 27987 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
27988 | builtin and then its argument prototype would still apply. */ |
27989 | char inet_addr (); | |
27990 | int | |
27991 | main () | |
27992 | { | |
27993 | inet_addr (); | |
27994 | ; | |
27995 | return 0; | |
27996 | } | |
27997 | _ACEOF | |
27998 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27999 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28000 | (eval $ac_link) 2>&5 | |
28001 | ac_status=$? | |
28002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28003 | (exit $ac_status); } && | |
28004 | { ac_try='test -s conftest$ac_exeext' | |
28005 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28006 | (eval $ac_try) 2>&5 | |
28007 | ac_status=$? | |
28008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28009 | (exit $ac_status); }; }; then | |
28010 | ac_cv_lib_nsl_inet_addr=yes | |
28011 | else | |
28012 | echo "$as_me: failed program was:" >&5 | |
28013 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28014 | ||
28015 | ac_cv_lib_nsl_inet_addr=no | |
28016 | fi | |
28017 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
28018 | LIBS=$ac_check_lib_save_LIBS | |
28019 | fi | |
28020 | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5 | |
28021 | echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6 | |
28022 | if test $ac_cv_lib_nsl_inet_addr = yes; then | |
4f14bcd8 | 28023 | INET_LINK="nsl" |
10f2d63a | 28024 | else |
e6cc62c6 VS |
28025 | echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5 |
28026 | echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6 | |
28027 | if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then | |
28028 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 28029 | else |
e6cc62c6 | 28030 | ac_check_lib_save_LIBS=$LIBS |
4f14bcd8 | 28031 | LIBS="-lresolv $LIBS" |
e6cc62c6 VS |
28032 | cat >conftest.$ac_ext <<_ACEOF |
28033 | #line $LINENO "configure" | |
28034 | /* confdefs.h. */ | |
28035 | _ACEOF | |
28036 | cat confdefs.h >>conftest.$ac_ext | |
28037 | cat >>conftest.$ac_ext <<_ACEOF | |
28038 | /* end confdefs.h. */ | |
28039 | ||
5c6fa7d2 | 28040 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
28041 | #ifdef __cplusplus |
28042 | extern "C" | |
28043 | #endif | |
5c6fa7d2 | 28044 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
28045 | builtin and then its argument prototype would still apply. */ |
28046 | char inet_addr (); | |
28047 | int | |
28048 | main () | |
28049 | { | |
28050 | inet_addr (); | |
28051 | ; | |
28052 | return 0; | |
28053 | } | |
28054 | _ACEOF | |
28055 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28056 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28057 | (eval $ac_link) 2>&5 | |
28058 | ac_status=$? | |
28059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28060 | (exit $ac_status); } && | |
28061 | { ac_try='test -s conftest$ac_exeext' | |
28062 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28063 | (eval $ac_try) 2>&5 | |
28064 | ac_status=$? | |
28065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28066 | (exit $ac_status); }; }; then | |
28067 | ac_cv_lib_resolv_inet_addr=yes | |
28068 | else | |
28069 | echo "$as_me: failed program was:" >&5 | |
28070 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28071 | ||
28072 | ac_cv_lib_resolv_inet_addr=no | |
28073 | fi | |
28074 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
28075 | LIBS=$ac_check_lib_save_LIBS | |
28076 | fi | |
28077 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5 | |
28078 | echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6 | |
28079 | if test $ac_cv_lib_resolv_inet_addr = yes; then | |
4f14bcd8 | 28080 | INET_LINK="resolv" |
698dcdb6 | 28081 | else |
e6cc62c6 VS |
28082 | echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5 |
28083 | echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6 | |
28084 | if test "${ac_cv_lib_socket_inet_addr+set}" = set; then | |
28085 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
3c011993 | 28086 | else |
e6cc62c6 | 28087 | ac_check_lib_save_LIBS=$LIBS |
3c011993 | 28088 | LIBS="-lsocket $LIBS" |
e6cc62c6 VS |
28089 | cat >conftest.$ac_ext <<_ACEOF |
28090 | #line $LINENO "configure" | |
28091 | /* confdefs.h. */ | |
28092 | _ACEOF | |
28093 | cat confdefs.h >>conftest.$ac_ext | |
28094 | cat >>conftest.$ac_ext <<_ACEOF | |
28095 | /* end confdefs.h. */ | |
28096 | ||
3c011993 | 28097 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
28098 | #ifdef __cplusplus |
28099 | extern "C" | |
28100 | #endif | |
3c011993 | 28101 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
28102 | builtin and then its argument prototype would still apply. */ |
28103 | char inet_addr (); | |
28104 | int | |
28105 | main () | |
28106 | { | |
28107 | inet_addr (); | |
28108 | ; | |
28109 | return 0; | |
28110 | } | |
28111 | _ACEOF | |
28112 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28113 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28114 | (eval $ac_link) 2>&5 | |
28115 | ac_status=$? | |
28116 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28117 | (exit $ac_status); } && | |
28118 | { ac_try='test -s conftest$ac_exeext' | |
28119 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28120 | (eval $ac_try) 2>&5 | |
28121 | ac_status=$? | |
28122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28123 | (exit $ac_status); }; }; then | |
28124 | ac_cv_lib_socket_inet_addr=yes | |
28125 | else | |
28126 | echo "$as_me: failed program was:" >&5 | |
28127 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28128 | ||
28129 | ac_cv_lib_socket_inet_addr=no | |
28130 | fi | |
28131 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
28132 | LIBS=$ac_check_lib_save_LIBS | |
28133 | fi | |
28134 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5 | |
28135 | echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6 | |
28136 | if test $ac_cv_lib_socket_inet_addr = yes; then | |
28137 | INET_LINK="socket" | |
4f14bcd8 | 28138 | |
8284b0c5 | 28139 | fi |
e6cc62c6 | 28140 | |
698dcdb6 | 28141 | |
7b4a847f | 28142 | fi |
e6cc62c6 VS |
28143 | |
28144 | ||
a0b9e27f | 28145 | fi |
579d8138 | 28146 | |
e6cc62c6 VS |
28147 | |
28148 | ||
5c6fa7d2 | 28149 | fi |
e6cc62c6 VS |
28150 | done |
28151 | ||
28152 | ||
28153 | ||
28154 | for ac_func in inet_aton | |
28155 | do | |
28156 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
28157 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
28158 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
28159 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
28160 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28161 | else | |
28162 | cat >conftest.$ac_ext <<_ACEOF | |
28163 | #line $LINENO "configure" | |
28164 | /* confdefs.h. */ | |
28165 | _ACEOF | |
28166 | cat confdefs.h >>conftest.$ac_ext | |
28167 | cat >>conftest.$ac_ext <<_ACEOF | |
28168 | /* end confdefs.h. */ | |
28169 | /* System header to define __stub macros and hopefully few prototypes, | |
28170 | which can conflict with char $ac_func (); below. | |
28171 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
28172 | <limits.h> exists even on freestanding compilers. */ | |
28173 | #ifdef __STDC__ | |
28174 | # include <limits.h> | |
28175 | #else | |
28176 | # include <assert.h> | |
28177 | #endif | |
28178 | /* Override any gcc2 internal prototype to avoid an error. */ | |
28179 | #ifdef __cplusplus | |
28180 | extern "C" | |
28181 | { | |
28182 | #endif | |
28183 | /* We use char because int might match the return type of a gcc2 | |
28184 | builtin and then its argument prototype would still apply. */ | |
28185 | char $ac_func (); | |
28186 | /* The GNU C library defines this for functions which it implements | |
28187 | to always fail with ENOSYS. Some functions are actually named | |
28188 | something starting with __ and the normal name is an alias. */ | |
28189 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
28190 | choke me | |
28191 | #else | |
28192 | char (*f) () = $ac_func; | |
28193 | #endif | |
28194 | #ifdef __cplusplus | |
28195 | } | |
28196 | #endif | |
28197 | ||
28198 | int | |
28199 | main () | |
28200 | { | |
28201 | return f != $ac_func; | |
28202 | ; | |
28203 | return 0; | |
28204 | } | |
28205 | _ACEOF | |
28206 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28207 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28208 | (eval $ac_link) 2>&5 | |
28209 | ac_status=$? | |
28210 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28211 | (exit $ac_status); } && | |
28212 | { ac_try='test -s conftest$ac_exeext' | |
28213 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28214 | (eval $ac_try) 2>&5 | |
28215 | ac_status=$? | |
28216 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28217 | (exit $ac_status); }; }; then | |
28218 | eval "$as_ac_var=yes" | |
28219 | else | |
28220 | echo "$as_me: failed program was:" >&5 | |
28221 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28222 | ||
28223 | eval "$as_ac_var=no" | |
28224 | fi | |
28225 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
28226 | fi | |
28227 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
28228 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
28229 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
28230 | cat >>confdefs.h <<_ACEOF | |
28231 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
28232 | _ACEOF | |
28233 | cat >>confdefs.h <<\_ACEOF | |
28234 | #define HAVE_INET_ATON 1 | |
28235 | _ACEOF | |
28236 | ||
28237 | else | |
28238 | ||
28239 | as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh` | |
28240 | echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5 | |
28241 | echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6 | |
28242 | if eval "test \"\${$as_ac_Lib+set}\" = set"; then | |
28243 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28244 | else | |
28245 | ac_check_lib_save_LIBS=$LIBS | |
28246 | LIBS="-l$INET_LINK $LIBS" | |
28247 | cat >conftest.$ac_ext <<_ACEOF | |
28248 | #line $LINENO "configure" | |
28249 | /* confdefs.h. */ | |
28250 | _ACEOF | |
28251 | cat confdefs.h >>conftest.$ac_ext | |
28252 | cat >>conftest.$ac_ext <<_ACEOF | |
28253 | /* end confdefs.h. */ | |
28254 | ||
28255 | /* Override any gcc2 internal prototype to avoid an error. */ | |
28256 | #ifdef __cplusplus | |
28257 | extern "C" | |
28258 | #endif | |
28259 | /* We use char because int might match the return type of a gcc2 | |
28260 | builtin and then its argument prototype would still apply. */ | |
28261 | char inet_aton (); | |
28262 | int | |
28263 | main () | |
28264 | { | |
28265 | inet_aton (); | |
28266 | ; | |
28267 | return 0; | |
28268 | } | |
28269 | _ACEOF | |
28270 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28271 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28272 | (eval $ac_link) 2>&5 | |
28273 | ac_status=$? | |
28274 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28275 | (exit $ac_status); } && | |
28276 | { ac_try='test -s conftest$ac_exeext' | |
28277 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28278 | (eval $ac_try) 2>&5 | |
28279 | ac_status=$? | |
28280 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28281 | (exit $ac_status); }; }; then | |
28282 | eval "$as_ac_Lib=yes" | |
28283 | else | |
28284 | echo "$as_me: failed program was:" >&5 | |
28285 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28286 | ||
28287 | eval "$as_ac_Lib=no" | |
28288 | fi | |
28289 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
28290 | LIBS=$ac_check_lib_save_LIBS | |
28291 | fi | |
28292 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 | |
28293 | echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 | |
28294 | if test `eval echo '${'$as_ac_Lib'}'` = yes; then | |
28295 | cat >>confdefs.h <<\_ACEOF | |
28296 | #define HAVE_INET_ATON 1 | |
28297 | _ACEOF | |
52127426 | 28298 | |
a0b9e27f | 28299 | fi |
247f5006 | 28300 | |
8284b0c5 | 28301 | |
698dcdb6 | 28302 | fi |
4f14bcd8 GD |
28303 | done |
28304 | ||
8284b0c5 | 28305 | |
e6cc62c6 VS |
28306 | if test "x$INET_LINK" != "x"; then |
28307 | cat >>confdefs.h <<\_ACEOF | |
28308 | #define HAVE_INET_ADDR 1 | |
28309 | _ACEOF | |
28310 | ||
28311 | INET_LINK=" -l$INET_LINK" | |
28312 | fi | |
28313 | ||
28314 | fi | |
a0b9e27f | 28315 | |
a0b9e27f | 28316 | |
4f14bcd8 | 28317 | |
e6cc62c6 VS |
28318 | ESD_LINK= |
28319 | if test "${ac_cv_header_esd_h+set}" = set; then | |
28320 | echo "$as_me:$LINENO: checking for esd.h" >&5 | |
28321 | echo $ECHO_N "checking for esd.h... $ECHO_C" >&6 | |
28322 | if test "${ac_cv_header_esd_h+set}" = set; then | |
28323 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28324 | fi | |
28325 | echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5 | |
28326 | echo "${ECHO_T}$ac_cv_header_esd_h" >&6 | |
28327 | else | |
28328 | # Is the header compilable? | |
28329 | echo "$as_me:$LINENO: checking esd.h usability" >&5 | |
28330 | echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6 | |
28331 | cat >conftest.$ac_ext <<_ACEOF | |
28332 | #line $LINENO "configure" | |
28333 | /* confdefs.h. */ | |
28334 | _ACEOF | |
28335 | cat confdefs.h >>conftest.$ac_ext | |
28336 | cat >>conftest.$ac_ext <<_ACEOF | |
28337 | /* end confdefs.h. */ | |
28338 | $ac_includes_default | |
28339 | #include <esd.h> | |
28340 | _ACEOF | |
28341 | rm -f conftest.$ac_objext | |
28342 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
28343 | (eval $ac_compile) 2>&5 | |
28344 | ac_status=$? | |
28345 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28346 | (exit $ac_status); } && | |
28347 | { ac_try='test -s conftest.$ac_objext' | |
28348 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28349 | (eval $ac_try) 2>&5 | |
28350 | ac_status=$? | |
28351 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28352 | (exit $ac_status); }; }; then | |
28353 | ac_header_compiler=yes | |
28354 | else | |
28355 | echo "$as_me: failed program was:" >&5 | |
28356 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28357 | ||
28358 | ac_header_compiler=no | |
28359 | fi | |
28360 | rm -f conftest.$ac_objext conftest.$ac_ext | |
28361 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
28362 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
28363 | ||
28364 | # Is the header present? | |
28365 | echo "$as_me:$LINENO: checking esd.h presence" >&5 | |
28366 | echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6 | |
28367 | cat >conftest.$ac_ext <<_ACEOF | |
28368 | #line $LINENO "configure" | |
28369 | /* confdefs.h. */ | |
28370 | _ACEOF | |
28371 | cat confdefs.h >>conftest.$ac_ext | |
28372 | cat >>conftest.$ac_ext <<_ACEOF | |
28373 | /* end confdefs.h. */ | |
28374 | #include <esd.h> | |
28375 | _ACEOF | |
28376 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
28377 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
28378 | ac_status=$? | |
28379 | grep -v '^ *+' conftest.er1 >conftest.err | |
28380 | rm -f conftest.er1 | |
28381 | cat conftest.err >&5 | |
28382 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28383 | (exit $ac_status); } >/dev/null; then | |
28384 | if test -s conftest.err; then | |
28385 | ac_cpp_err=$ac_c_preproc_warn_flag | |
28386 | else | |
28387 | ac_cpp_err= | |
28388 | fi | |
a0b9e27f | 28389 | else |
e6cc62c6 VS |
28390 | ac_cpp_err=yes |
28391 | fi | |
28392 | if test -z "$ac_cpp_err"; then | |
28393 | ac_header_preproc=yes | |
28394 | else | |
28395 | echo "$as_me: failed program was:" >&5 | |
28396 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28397 | ||
28398 | ac_header_preproc=no | |
28399 | fi | |
28400 | rm -f conftest.err conftest.$ac_ext | |
28401 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
28402 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
28403 | ||
28404 | # So? What about this header? | |
28405 | case $ac_header_compiler:$ac_header_preproc in | |
28406 | yes:no ) | |
28407 | { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5 | |
28408 | echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
28409 | { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5 | |
28410 | echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;} | |
28411 | ( | |
28412 | cat <<\_ASBOX | |
28413 | ## ------------------------------------ ## | |
28414 | ## Report this to bug-autoconf@gnu.org. ## | |
28415 | ## ------------------------------------ ## | |
28416 | _ASBOX | |
28417 | ) | | |
28418 | sed "s/^/$as_me: WARNING: /" >&2 | |
28419 | ;; | |
28420 | no:yes ) | |
28421 | { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5 | |
28422 | echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;} | |
28423 | { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5 | |
28424 | echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;} | |
28425 | { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5 | |
28426 | echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;} | |
28427 | ( | |
28428 | cat <<\_ASBOX | |
28429 | ## ------------------------------------ ## | |
28430 | ## Report this to bug-autoconf@gnu.org. ## | |
28431 | ## ------------------------------------ ## | |
28432 | _ASBOX | |
28433 | ) | | |
28434 | sed "s/^/$as_me: WARNING: /" >&2 | |
28435 | ;; | |
28436 | esac | |
28437 | echo "$as_me:$LINENO: checking for esd.h" >&5 | |
28438 | echo $ECHO_N "checking for esd.h... $ECHO_C" >&6 | |
28439 | if test "${ac_cv_header_esd_h+set}" = set; then | |
28440 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28441 | else | |
28442 | ac_cv_header_esd_h=$ac_header_preproc | |
a0b9e27f | 28443 | fi |
e6cc62c6 VS |
28444 | echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5 |
28445 | echo "${ECHO_T}$ac_cv_header_esd_h" >&6 | |
a0b9e27f | 28446 | |
e6cc62c6 VS |
28447 | fi |
28448 | if test $ac_cv_header_esd_h = yes; then | |
4f14bcd8 | 28449 | |
e6cc62c6 VS |
28450 | echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5 |
28451 | echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6 | |
28452 | if test "${ac_cv_lib_esd_esd_close+set}" = set; then | |
28453 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 28454 | else |
e6cc62c6 VS |
28455 | ac_check_lib_save_LIBS=$LIBS |
28456 | LIBS="-lesd $LIBS" | |
28457 | cat >conftest.$ac_ext <<_ACEOF | |
28458 | #line $LINENO "configure" | |
28459 | /* confdefs.h. */ | |
28460 | _ACEOF | |
28461 | cat confdefs.h >>conftest.$ac_ext | |
28462 | cat >>conftest.$ac_ext <<_ACEOF | |
28463 | /* end confdefs.h. */ | |
28464 | ||
6232543b | 28465 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
28466 | #ifdef __cplusplus |
28467 | extern "C" | |
28468 | #endif | |
6232543b | 28469 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
28470 | builtin and then its argument prototype would still apply. */ |
28471 | char esd_close (); | |
28472 | int | |
28473 | main () | |
28474 | { | |
28475 | esd_close (); | |
28476 | ; | |
28477 | return 0; | |
28478 | } | |
28479 | _ACEOF | |
28480 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28481 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28482 | (eval $ac_link) 2>&5 | |
28483 | ac_status=$? | |
28484 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28485 | (exit $ac_status); } && | |
28486 | { ac_try='test -s conftest$ac_exeext' | |
28487 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28488 | (eval $ac_try) 2>&5 | |
28489 | ac_status=$? | |
28490 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28491 | (exit $ac_status); }; }; then | |
28492 | ac_cv_lib_esd_esd_close=yes | |
a0b9e27f | 28493 | else |
e6cc62c6 VS |
28494 | echo "$as_me: failed program was:" >&5 |
28495 | sed 's/^/| /' conftest.$ac_ext >&5 | |
4f14bcd8 | 28496 | |
e6cc62c6 | 28497 | ac_cv_lib_esd_esd_close=no |
10f2d63a | 28498 | fi |
e6cc62c6 VS |
28499 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
28500 | LIBS=$ac_check_lib_save_LIBS | |
a0b9e27f | 28501 | fi |
e6cc62c6 VS |
28502 | echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5 |
28503 | echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6 | |
28504 | if test $ac_cv_lib_esd_esd_close = yes; then | |
247f5006 | 28505 | |
e6cc62c6 | 28506 | ESD_LINK="-lesd" |
10f2d63a | 28507 | |
e6cc62c6 | 28508 | fi |
8284b0c5 | 28509 | |
4f14bcd8 | 28510 | |
6232543b | 28511 | fi |
10f2d63a | 28512 | |
703e0a69 | 28513 | |
8284b0c5 | 28514 | |
e6cc62c6 VS |
28515 | |
28516 | ||
28517 | cat >confcache <<\_ACEOF | |
4f14bcd8 GD |
28518 | # This file is a shell script that caches the results of configure |
28519 | # tests run on this system so they can be shared between configure | |
e6cc62c6 VS |
28520 | # scripts and configure runs, see configure's option --config-cache. |
28521 | # It is not useful on other systems. If it contains results you don't | |
28522 | # want to keep, you may remove or edit it. | |
4f14bcd8 | 28523 | # |
e6cc62c6 VS |
28524 | # config.status only pays attention to the cache file if you give it |
28525 | # the --recheck option to rerun configure. | |
4f14bcd8 | 28526 | # |
e6cc62c6 VS |
28527 | # `ac_cv_env_foo' variables (set or unset) will be overridden when |
28528 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
28529 | # following values. | |
28530 | ||
28531 | _ACEOF | |
28532 | ||
4f14bcd8 GD |
28533 | # The following way of writing the cache mishandles newlines in values, |
28534 | # but we know of no workaround that is simple, portable, and efficient. | |
28535 | # So, don't put newlines in cache variables' values. | |
28536 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
28537 | # and sets the high bit in the cache file unless we assign to the vars. | |
e6cc62c6 VS |
28538 | { |
28539 | (set) 2>&1 | | |
28540 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
28541 | *ac_space=\ *) | |
28542 | # `set' does not quote correctly, so add quotes (double-quote | |
28543 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
28544 | sed -n \ | |
28545 | "s/'/'\\\\''/g; | |
28546 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
28547 | ;; | |
28548 | *) | |
28549 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
28550 | sed -n \ | |
28551 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
28552 | ;; | |
28553 | esac; | |
28554 | } | | |
28555 | sed ' | |
28556 | t clear | |
28557 | : clear | |
28558 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
28559 | t end | |
28560 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
28561 | : end' >>confcache | |
28562 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
4f14bcd8 | 28563 | if test -w $cache_file; then |
e6cc62c6 VS |
28564 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
28565 | cat confcache >$cache_file | |
f6bcfd97 | 28566 | else |
4f14bcd8 | 28567 | echo "not updating unwritable cache $cache_file" |
f6bcfd97 | 28568 | fi |
4f14bcd8 GD |
28569 | fi |
28570 | rm -f confcache | |
f6bcfd97 | 28571 | |
8284b0c5 | 28572 | |
009fead0 | 28573 | CPP_MT_FLAG= |
4f14bcd8 GD |
28574 | if test "$TOOLKIT" != "MSW"; then |
28575 | ||
e6cc62c6 | 28576 | |
7274f1c7 | 28577 | THREADS_LINK= |
009fead0 | 28578 | THREADS_CFLAGS= |
7274f1c7 RL |
28579 | |
28580 | if test "$wxUSE_THREADS" = "yes" ; then | |
89e6bf6d | 28581 | if test "$USE_BEOS" = 1; then |
e6cc62c6 VS |
28582 | { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5 |
28583 | echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;} | |
7274f1c7 RL |
28584 | wxUSE_THREADS="no" |
28585 | fi | |
4f14bcd8 | 28586 | fi |
4f14bcd8 | 28587 | |
7274f1c7 | 28588 | if test "$wxUSE_THREADS" = "yes" ; then |
e6cc62c6 VS |
28589 | |
28590 | ||
009fead0 VZ |
28591 | THREAD_OPTS="-pthread" |
28592 | case "${host}" in | |
28593 | *-*-solaris2* | *-*-sunos4* ) | |
28594 | if test "x$GCC" = "xyes"; then | |
126be6b4 | 28595 | THREAD_OPTS="-pthreads $THREAD_OPTS" |
009fead0 VZ |
28596 | else |
28597 | THREAD_OPTS="-mt $THREAD_OPTS" | |
28598 | fi | |
28599 | ;; | |
28600 | *-*-freebsd*) | |
28601 | THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" | |
28602 | ;; | |
17234b26 MB |
28603 | *-*-darwin* | *-*-cygwin* ) |
28604 | THREAD_OPTS="" | |
4101db81 | 28605 | ;; |
8f4a9a10 | 28606 | *-*-aix*) |
009fead0 VZ |
28607 | THREAD_OPTS="pthreads" |
28608 | ;; | |
4f5a7f74 VZ |
28609 | *-hp-hpux* ) |
28610 | if test "x$GCC" != "xyes"; then | |
28611 | THREAD_OPTS="" | |
28612 | fi | |
89e3b3e4 VZ |
28613 | ;; |
28614 | ||
28615 | *-*-irix* ) | |
28616 | if test "x$GCC" = "xyes"; then | |
28617 | THREAD_OPTS="" | |
28618 | fi | |
28619 | ;; | |
28620 | ||
28621 | *-*-*UnixWare*) | |
28622 | if test "x$GCC" != "xyes"; then | |
28623 | THREAD_OPTS="-Ethread" | |
28624 | fi | |
28625 | ;; | |
009fead0 | 28626 | esac |
4f14bcd8 | 28627 | |
02a1dfba | 28628 | THREAD_OPTS="$THREAD_OPTS pthread none" |
595e0e44 | 28629 | |
009fead0 VZ |
28630 | THREADS_OK=no |
28631 | for flag in $THREAD_OPTS; do | |
28632 | case $flag in | |
28633 | none) | |
e6cc62c6 VS |
28634 | echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 |
28635 | echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6 | |
009fead0 | 28636 | ;; |
698dcdb6 | 28637 | |
009fead0 | 28638 | -*) |
e6cc62c6 VS |
28639 | echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 |
28640 | echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6 | |
009fead0 VZ |
28641 | THREADS_CFLAGS="$flag" |
28642 | ;; | |
698dcdb6 | 28643 | |
009fead0 | 28644 | *) |
e6cc62c6 VS |
28645 | echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 |
28646 | echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6 | |
009fead0 VZ |
28647 | THREADS_LINK="-l$flag" |
28648 | ;; | |
28649 | esac | |
10f2d63a | 28650 | |
009fead0 VZ |
28651 | save_LIBS="$LIBS" |
28652 | save_CFLAGS="$CFLAGS" | |
28653 | LIBS="$THREADS_LINK $LIBS" | |
04727afd | 28654 | CFLAGS="$THREADS_CFLAGS $CFLAGS" |
10f2d63a | 28655 | |
e6cc62c6 VS |
28656 | cat >conftest.$ac_ext <<_ACEOF |
28657 | #line $LINENO "configure" | |
28658 | /* confdefs.h. */ | |
28659 | _ACEOF | |
28660 | cat confdefs.h >>conftest.$ac_ext | |
28661 | cat >>conftest.$ac_ext <<_ACEOF | |
28662 | /* end confdefs.h. */ | |
009fead0 | 28663 | #include <pthread.h> |
e6cc62c6 VS |
28664 | int |
28665 | main () | |
28666 | { | |
009fead0 | 28667 | pthread_create(0,0,0,0); |
e6cc62c6 VS |
28668 | ; |
28669 | return 0; | |
28670 | } | |
28671 | _ACEOF | |
28672 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28673 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28674 | (eval $ac_link) 2>&5 | |
28675 | ac_status=$? | |
28676 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28677 | (exit $ac_status); } && | |
28678 | { ac_try='test -s conftest$ac_exeext' | |
28679 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28680 | (eval $ac_try) 2>&5 | |
28681 | ac_status=$? | |
28682 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28683 | (exit $ac_status); }; }; then | |
009fead0 | 28684 | THREADS_OK=yes |
10f2d63a | 28685 | else |
e6cc62c6 VS |
28686 | echo "$as_me: failed program was:" >&5 |
28687 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28688 | ||
6232543b | 28689 | fi |
e6cc62c6 | 28690 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
698dcdb6 | 28691 | |
009fead0 VZ |
28692 | LIBS="$save_LIBS" |
28693 | CFLAGS="$save_CFLAGS" | |
d9b9876f | 28694 | |
e6cc62c6 VS |
28695 | echo "$as_me:$LINENO: result: $THREADS_OK" >&5 |
28696 | echo "${ECHO_T}$THREADS_OK" >&6 | |
009fead0 VZ |
28697 | if test "x$THREADS_OK" = "xyes"; then |
28698 | break; | |
28699 | fi | |
d9b9876f | 28700 | |
009fead0 VZ |
28701 | THREADS_LINK="" |
28702 | THREADS_CFLAGS="" | |
28703 | done | |
4f14bcd8 | 28704 | |
009fead0 VZ |
28705 | if test "x$THREADS_OK" != "xyes"; then |
28706 | wxUSE_THREADS=no | |
e6cc62c6 VS |
28707 | { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5 |
28708 | echo "$as_me: WARNING: No thread support on this system... disabled" >&2;} | |
009fead0 | 28709 | else |
db82f09e VZ |
28710 | LDFLAGS="$THREADS_CFLAGS $LDFLAGS" |
28711 | LIBS="$THREADS_LINK $LIBS" | |
fe5a9cab | 28712 | |
e6cc62c6 VS |
28713 | echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 |
28714 | echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6 | |
009fead0 VZ |
28715 | flag=no |
28716 | case "${host}" in | |
2b5f62a0 VZ |
28717 | *-aix*) |
28718 | LDFLAGS="-L/usr/lib/threads $LDFLAGS" | |
28719 | flag="-D_THREAD_SAFE" | |
28720 | ;; | |
28721 | *-freebsd*) | |
009fead0 VZ |
28722 | flag="-D_THREAD_SAFE" |
28723 | ;; | |
06313569 GD |
28724 | *-hp-hpux* ) |
28725 | flag="-D_REENTRANT" | |
4f5a7f74 VZ |
28726 | if test "x$GCC" != "xyes"; then |
28727 | flag="$flag -D_RWSTD_MULTI_THREAD" | |
28728 | fi | |
06313569 | 28729 | ;; |
009fead0 VZ |
28730 | *solaris* | alpha*-osf*) |
28731 | flag="-D_REENTRANT" | |
28732 | ;; | |
28733 | esac | |
e6cc62c6 VS |
28734 | echo "$as_me:$LINENO: result: ${flag}" >&5 |
28735 | echo "${ECHO_T}${flag}" >&6 | |
009fead0 | 28736 | if test "x$flag" != xno; then |
04727afd | 28737 | THREADS_CFLAGS="$THREADS_CFLAGS $flag" |
009fead0 VZ |
28738 | fi |
28739 | ||
009fead0 | 28740 | if test "x$THREADS_CFLAGS" != "x"; then |
04727afd | 28741 | CFLAGS="$CFLAGS $THREADS_CFLAGS" |
009fead0 VZ |
28742 | CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS" |
28743 | fi | |
28744 | fi | |
4f14bcd8 | 28745 | fi |
4f14bcd8 | 28746 | |
7274f1c7 | 28747 | if test "$wxUSE_THREADS" = "yes" ; then |
e6cc62c6 VS |
28748 | |
28749 | for ac_func in thr_setconcurrency | |
4f14bcd8 | 28750 | do |
e6cc62c6 VS |
28751 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
28752 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
28753 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
28754 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
28755 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28756 | else | |
28757 | cat >conftest.$ac_ext <<_ACEOF | |
28758 | #line $LINENO "configure" | |
28759 | /* confdefs.h. */ | |
28760 | _ACEOF | |
28761 | cat confdefs.h >>conftest.$ac_ext | |
28762 | cat >>conftest.$ac_ext <<_ACEOF | |
28763 | /* end confdefs.h. */ | |
4f14bcd8 | 28764 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
28765 | which can conflict with char $ac_func (); below. |
28766 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
28767 | <limits.h> exists even on freestanding compilers. */ | |
28768 | #ifdef __STDC__ | |
28769 | # include <limits.h> | |
28770 | #else | |
28771 | # include <assert.h> | |
28772 | #endif | |
4f14bcd8 | 28773 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
28774 | #ifdef __cplusplus |
28775 | extern "C" | |
28776 | { | |
28777 | #endif | |
4f14bcd8 | 28778 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
28779 | builtin and then its argument prototype would still apply. */ |
28780 | char $ac_func (); | |
4f14bcd8 GD |
28781 | /* The GNU C library defines this for functions which it implements |
28782 | to always fail with ENOSYS. Some functions are actually named | |
28783 | something starting with __ and the normal name is an alias. */ | |
28784 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
28785 | choke me | |
28786 | #else | |
e6cc62c6 VS |
28787 | char (*f) () = $ac_func; |
28788 | #endif | |
28789 | #ifdef __cplusplus | |
28790 | } | |
4f14bcd8 GD |
28791 | #endif |
28792 | ||
e6cc62c6 VS |
28793 | int |
28794 | main () | |
28795 | { | |
28796 | return f != $ac_func; | |
28797 | ; | |
28798 | return 0; | |
28799 | } | |
28800 | _ACEOF | |
28801 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28802 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
28803 | (eval $ac_link) 2>&5 | |
28804 | ac_status=$? | |
28805 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28806 | (exit $ac_status); } && | |
28807 | { ac_try='test -s conftest$ac_exeext' | |
28808 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28809 | (eval $ac_try) 2>&5 | |
28810 | ac_status=$? | |
28811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28812 | (exit $ac_status); }; }; then | |
28813 | eval "$as_ac_var=yes" | |
28814 | else | |
28815 | echo "$as_me: failed program was:" >&5 | |
28816 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28817 | ||
28818 | eval "$as_ac_var=no" | |
28819 | fi | |
28820 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
28821 | fi | |
28822 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
28823 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
28824 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
28825 | cat >>confdefs.h <<_ACEOF | |
28826 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
28827 | _ACEOF | |
698dcdb6 | 28828 | |
10f2d63a | 28829 | fi |
4f14bcd8 | 28830 | done |
10f2d63a | 28831 | |
8284b0c5 | 28832 | |
e6cc62c6 VS |
28833 | |
28834 | for ac_header in sched.h | |
4f14bcd8 | 28835 | do |
e6cc62c6 VS |
28836 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
28837 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
28838 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
28839 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
28840 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
28841 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28842 | fi | |
28843 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
28844 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
28845 | else | |
28846 | # Is the header compilable? | |
28847 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
28848 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
28849 | cat >conftest.$ac_ext <<_ACEOF | |
28850 | #line $LINENO "configure" | |
28851 | /* confdefs.h. */ | |
28852 | _ACEOF | |
28853 | cat confdefs.h >>conftest.$ac_ext | |
28854 | cat >>conftest.$ac_ext <<_ACEOF | |
28855 | /* end confdefs.h. */ | |
28856 | $ac_includes_default | |
28857 | #include <$ac_header> | |
28858 | _ACEOF | |
28859 | rm -f conftest.$ac_objext | |
28860 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
28861 | (eval $ac_compile) 2>&5 | |
28862 | ac_status=$? | |
28863 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28864 | (exit $ac_status); } && | |
28865 | { ac_try='test -s conftest.$ac_objext' | |
28866 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28867 | (eval $ac_try) 2>&5 | |
28868 | ac_status=$? | |
28869 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28870 | (exit $ac_status); }; }; then | |
28871 | ac_header_compiler=yes | |
28872 | else | |
28873 | echo "$as_me: failed program was:" >&5 | |
28874 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28875 | ||
28876 | ac_header_compiler=no | |
28877 | fi | |
28878 | rm -f conftest.$ac_objext conftest.$ac_ext | |
28879 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
28880 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
28881 | ||
28882 | # Is the header present? | |
28883 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
28884 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
28885 | cat >conftest.$ac_ext <<_ACEOF | |
28886 | #line $LINENO "configure" | |
28887 | /* confdefs.h. */ | |
28888 | _ACEOF | |
28889 | cat confdefs.h >>conftest.$ac_ext | |
28890 | cat >>conftest.$ac_ext <<_ACEOF | |
28891 | /* end confdefs.h. */ | |
28892 | #include <$ac_header> | |
28893 | _ACEOF | |
28894 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
28895 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
28896 | ac_status=$? | |
28897 | grep -v '^ *+' conftest.er1 >conftest.err | |
28898 | rm -f conftest.er1 | |
28899 | cat conftest.err >&5 | |
28900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28901 | (exit $ac_status); } >/dev/null; then | |
28902 | if test -s conftest.err; then | |
28903 | ac_cpp_err=$ac_c_preproc_warn_flag | |
28904 | else | |
28905 | ac_cpp_err= | |
28906 | fi | |
28907 | else | |
28908 | ac_cpp_err=yes | |
28909 | fi | |
28910 | if test -z "$ac_cpp_err"; then | |
28911 | ac_header_preproc=yes | |
28912 | else | |
28913 | echo "$as_me: failed program was:" >&5 | |
28914 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28915 | ||
28916 | ac_header_preproc=no | |
28917 | fi | |
28918 | rm -f conftest.err conftest.$ac_ext | |
28919 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
28920 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
28921 | ||
28922 | # So? What about this header? | |
28923 | case $ac_header_compiler:$ac_header_preproc in | |
28924 | yes:no ) | |
28925 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
28926 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
28927 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
28928 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
28929 | ( | |
28930 | cat <<\_ASBOX | |
28931 | ## ------------------------------------ ## | |
28932 | ## Report this to bug-autoconf@gnu.org. ## | |
28933 | ## ------------------------------------ ## | |
28934 | _ASBOX | |
28935 | ) | | |
28936 | sed "s/^/$as_me: WARNING: /" >&2 | |
28937 | ;; | |
28938 | no:yes ) | |
28939 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
28940 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
28941 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
28942 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
28943 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
28944 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
28945 | ( | |
28946 | cat <<\_ASBOX | |
28947 | ## ------------------------------------ ## | |
28948 | ## Report this to bug-autoconf@gnu.org. ## | |
28949 | ## ------------------------------------ ## | |
28950 | _ASBOX | |
28951 | ) | | |
28952 | sed "s/^/$as_me: WARNING: /" >&2 | |
28953 | ;; | |
28954 | esac | |
28955 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
28956 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
28957 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
28958 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28959 | else | |
28960 | eval "$as_ac_Header=$ac_header_preproc" | |
13111b2a | 28961 | fi |
e6cc62c6 VS |
28962 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
28963 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
28964 | ||
10f2d63a | 28965 | fi |
e6cc62c6 VS |
28966 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
28967 | cat >>confdefs.h <<_ACEOF | |
28968 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
28969 | _ACEOF | |
28970 | ||
f6bcfd97 | 28971 | fi |
e6cc62c6 | 28972 | |
4f14bcd8 | 28973 | done |
f6bcfd97 | 28974 | |
009fead0 | 28975 | if test "$ac_cv_header_sched_h" = "yes"; then |
e6cc62c6 VS |
28976 | echo "$as_me:$LINENO: checking for sched_yield" >&5 |
28977 | echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6 | |
28978 | if test "${ac_cv_func_sched_yield+set}" = set; then | |
28979 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28980 | else | |
28981 | cat >conftest.$ac_ext <<_ACEOF | |
28982 | #line $LINENO "configure" | |
28983 | /* confdefs.h. */ | |
28984 | _ACEOF | |
28985 | cat confdefs.h >>conftest.$ac_ext | |
28986 | cat >>conftest.$ac_ext <<_ACEOF | |
28987 | /* end confdefs.h. */ | |
009fead0 | 28988 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
28989 | which can conflict with char sched_yield (); below. |
28990 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
28991 | <limits.h> exists even on freestanding compilers. */ | |
28992 | #ifdef __STDC__ | |
28993 | # include <limits.h> | |
28994 | #else | |
28995 | # include <assert.h> | |
28996 | #endif | |
4f14bcd8 | 28997 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
28998 | #ifdef __cplusplus |
28999 | extern "C" | |
29000 | { | |
29001 | #endif | |
4f14bcd8 | 29002 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
29003 | builtin and then its argument prototype would still apply. */ |
29004 | char sched_yield (); | |
009fead0 VZ |
29005 | /* The GNU C library defines this for functions which it implements |
29006 | to always fail with ENOSYS. Some functions are actually named | |
29007 | something starting with __ and the normal name is an alias. */ | |
29008 | #if defined (__stub_sched_yield) || defined (__stub___sched_yield) | |
29009 | choke me | |
29010 | #else | |
e6cc62c6 VS |
29011 | char (*f) () = sched_yield; |
29012 | #endif | |
29013 | #ifdef __cplusplus | |
29014 | } | |
009fead0 VZ |
29015 | #endif |
29016 | ||
e6cc62c6 VS |
29017 | int |
29018 | main () | |
29019 | { | |
29020 | return f != sched_yield; | |
29021 | ; | |
29022 | return 0; | |
29023 | } | |
29024 | _ACEOF | |
29025 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29026 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
29027 | (eval $ac_link) 2>&5 | |
29028 | ac_status=$? | |
29029 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29030 | (exit $ac_status); } && | |
29031 | { ac_try='test -s conftest$ac_exeext' | |
29032 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29033 | (eval $ac_try) 2>&5 | |
29034 | ac_status=$? | |
29035 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29036 | (exit $ac_status); }; }; then | |
29037 | ac_cv_func_sched_yield=yes | |
29038 | else | |
29039 | echo "$as_me: failed program was:" >&5 | |
29040 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29041 | ||
29042 | ac_cv_func_sched_yield=no | |
29043 | fi | |
29044 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
29045 | fi | |
29046 | echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5 | |
29047 | echo "${ECHO_T}$ac_cv_func_sched_yield" >&6 | |
29048 | if test $ac_cv_func_sched_yield = yes; then | |
29049 | cat >>confdefs.h <<\_ACEOF | |
4f14bcd8 | 29050 | #define HAVE_SCHED_YIELD 1 |
e6cc62c6 | 29051 | _ACEOF |
10f2d63a | 29052 | |
4f14bcd8 | 29053 | else |
009fead0 | 29054 | |
e6cc62c6 VS |
29055 | echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5 |
29056 | echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6 | |
29057 | if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then | |
29058 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
4f14bcd8 | 29059 | else |
e6cc62c6 | 29060 | ac_check_lib_save_LIBS=$LIBS |
4f14bcd8 | 29061 | LIBS="-lposix4 $LIBS" |
e6cc62c6 VS |
29062 | cat >conftest.$ac_ext <<_ACEOF |
29063 | #line $LINENO "configure" | |
29064 | /* confdefs.h. */ | |
29065 | _ACEOF | |
29066 | cat confdefs.h >>conftest.$ac_ext | |
29067 | cat >>conftest.$ac_ext <<_ACEOF | |
29068 | /* end confdefs.h. */ | |
29069 | ||
4f14bcd8 | 29070 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
29071 | #ifdef __cplusplus |
29072 | extern "C" | |
29073 | #endif | |
4f14bcd8 | 29074 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
29075 | builtin and then its argument prototype would still apply. */ |
29076 | char sched_yield (); | |
29077 | int | |
29078 | main () | |
29079 | { | |
29080 | sched_yield (); | |
29081 | ; | |
29082 | return 0; | |
29083 | } | |
29084 | _ACEOF | |
29085 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29086 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
29087 | (eval $ac_link) 2>&5 | |
29088 | ac_status=$? | |
29089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29090 | (exit $ac_status); } && | |
29091 | { ac_try='test -s conftest$ac_exeext' | |
29092 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29093 | (eval $ac_try) 2>&5 | |
29094 | ac_status=$? | |
29095 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29096 | (exit $ac_status); }; }; then | |
29097 | ac_cv_lib_posix4_sched_yield=yes | |
29098 | else | |
29099 | echo "$as_me: failed program was:" >&5 | |
29100 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29101 | ||
29102 | ac_cv_lib_posix4_sched_yield=no | |
29103 | fi | |
29104 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
29105 | LIBS=$ac_check_lib_save_LIBS | |
29106 | fi | |
29107 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5 | |
29108 | echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6 | |
29109 | if test $ac_cv_lib_posix4_sched_yield = yes; then | |
29110 | cat >>confdefs.h <<\_ACEOF | |
4f14bcd8 | 29111 | #define HAVE_SCHED_YIELD 1 |
e6cc62c6 | 29112 | _ACEOF |
3d63bc3a | 29113 | POSIX4_LINK=" -lposix4" |
4f14bcd8 | 29114 | else |
e6cc62c6 VS |
29115 | { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5 |
29116 | echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;} | |
29117 | ||
54276ccf VZ |
29118 | fi |
29119 | ||
e6cc62c6 VS |
29120 | |
29121 | ||
4f14bcd8 | 29122 | fi |
698dcdb6 | 29123 | |
009fead0 | 29124 | fi |
10f2d63a | 29125 | |
7274f1c7 | 29126 | HAVE_PRIOR_FUNCS=0 |
e6cc62c6 VS |
29127 | echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5 |
29128 | echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6 | |
29129 | if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then | |
29130 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29131 | else | |
29132 | cat >conftest.$ac_ext <<_ACEOF | |
29133 | #line $LINENO "configure" | |
29134 | /* confdefs.h. */ | |
29135 | _ACEOF | |
29136 | cat confdefs.h >>conftest.$ac_ext | |
29137 | cat >>conftest.$ac_ext <<_ACEOF | |
29138 | /* end confdefs.h. */ | |
009fead0 | 29139 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
29140 | which can conflict with char pthread_attr_getschedpolicy (); below. |
29141 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
29142 | <limits.h> exists even on freestanding compilers. */ | |
29143 | #ifdef __STDC__ | |
29144 | # include <limits.h> | |
29145 | #else | |
29146 | # include <assert.h> | |
29147 | #endif | |
4f14bcd8 | 29148 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
29149 | #ifdef __cplusplus |
29150 | extern "C" | |
29151 | { | |
29152 | #endif | |
4f14bcd8 | 29153 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
29154 | builtin and then its argument prototype would still apply. */ |
29155 | char pthread_attr_getschedpolicy (); | |
009fead0 VZ |
29156 | /* The GNU C library defines this for functions which it implements |
29157 | to always fail with ENOSYS. Some functions are actually named | |
29158 | something starting with __ and the normal name is an alias. */ | |
29159 | #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy) | |
29160 | choke me | |
29161 | #else | |
e6cc62c6 VS |
29162 | char (*f) () = pthread_attr_getschedpolicy; |
29163 | #endif | |
29164 | #ifdef __cplusplus | |
29165 | } | |
009fead0 VZ |
29166 | #endif |
29167 | ||
e6cc62c6 VS |
29168 | int |
29169 | main () | |
29170 | { | |
29171 | return f != pthread_attr_getschedpolicy; | |
29172 | ; | |
29173 | return 0; | |
29174 | } | |
29175 | _ACEOF | |
29176 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29177 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
29178 | (eval $ac_link) 2>&5 | |
29179 | ac_status=$? | |
29180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29181 | (exit $ac_status); } && | |
29182 | { ac_try='test -s conftest$ac_exeext' | |
29183 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29184 | (eval $ac_try) 2>&5 | |
29185 | ac_status=$? | |
29186 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29187 | (exit $ac_status); }; }; then | |
29188 | ac_cv_func_pthread_attr_getschedpolicy=yes | |
29189 | else | |
29190 | echo "$as_me: failed program was:" >&5 | |
29191 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29192 | ||
29193 | ac_cv_func_pthread_attr_getschedpolicy=no | |
29194 | fi | |
29195 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
29196 | fi | |
29197 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5 | |
29198 | echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6 | |
29199 | if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then | |
29200 | echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5 | |
29201 | echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6 | |
29202 | if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then | |
29203 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29204 | else | |
29205 | cat >conftest.$ac_ext <<_ACEOF | |
29206 | #line $LINENO "configure" | |
29207 | /* confdefs.h. */ | |
29208 | _ACEOF | |
29209 | cat confdefs.h >>conftest.$ac_ext | |
29210 | cat >>conftest.$ac_ext <<_ACEOF | |
29211 | /* end confdefs.h. */ | |
a0b9e27f | 29212 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
29213 | which can conflict with char pthread_attr_setschedparam (); below. |
29214 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
29215 | <limits.h> exists even on freestanding compilers. */ | |
29216 | #ifdef __STDC__ | |
29217 | # include <limits.h> | |
29218 | #else | |
29219 | # include <assert.h> | |
29220 | #endif | |
422107f9 | 29221 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
29222 | #ifdef __cplusplus |
29223 | extern "C" | |
29224 | { | |
29225 | #endif | |
422107f9 | 29226 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
29227 | builtin and then its argument prototype would still apply. */ |
29228 | char pthread_attr_setschedparam (); | |
009fead0 VZ |
29229 | /* The GNU C library defines this for functions which it implements |
29230 | to always fail with ENOSYS. Some functions are actually named | |
29231 | something starting with __ and the normal name is an alias. */ | |
29232 | #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam) | |
29233 | choke me | |
29234 | #else | |
e6cc62c6 VS |
29235 | char (*f) () = pthread_attr_setschedparam; |
29236 | #endif | |
29237 | #ifdef __cplusplus | |
29238 | } | |
009fead0 VZ |
29239 | #endif |
29240 | ||
e6cc62c6 VS |
29241 | int |
29242 | main () | |
29243 | { | |
29244 | return f != pthread_attr_setschedparam; | |
29245 | ; | |
29246 | return 0; | |
29247 | } | |
29248 | _ACEOF | |
29249 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29250 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
29251 | (eval $ac_link) 2>&5 | |
29252 | ac_status=$? | |
29253 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29254 | (exit $ac_status); } && | |
29255 | { ac_try='test -s conftest$ac_exeext' | |
29256 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29257 | (eval $ac_try) 2>&5 | |
29258 | ac_status=$? | |
29259 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29260 | (exit $ac_status); }; }; then | |
29261 | ac_cv_func_pthread_attr_setschedparam=yes | |
29262 | else | |
29263 | echo "$as_me: failed program was:" >&5 | |
29264 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29265 | ||
29266 | ac_cv_func_pthread_attr_setschedparam=no | |
29267 | fi | |
29268 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
29269 | fi | |
29270 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5 | |
29271 | echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6 | |
29272 | if test $ac_cv_func_pthread_attr_setschedparam = yes; then | |
29273 | echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5 | |
29274 | echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6 | |
29275 | if test "${ac_cv_func_sched_get_priority_max+set}" = set; then | |
29276 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29277 | else | |
29278 | cat >conftest.$ac_ext <<_ACEOF | |
29279 | #line $LINENO "configure" | |
29280 | /* confdefs.h. */ | |
29281 | _ACEOF | |
29282 | cat confdefs.h >>conftest.$ac_ext | |
29283 | cat >>conftest.$ac_ext <<_ACEOF | |
29284 | /* end confdefs.h. */ | |
ef33c576 | 29285 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
29286 | which can conflict with char sched_get_priority_max (); below. |
29287 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
29288 | <limits.h> exists even on freestanding compilers. */ | |
29289 | #ifdef __STDC__ | |
29290 | # include <limits.h> | |
29291 | #else | |
29292 | # include <assert.h> | |
29293 | #endif | |
4f14bcd8 | 29294 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
29295 | #ifdef __cplusplus |
29296 | extern "C" | |
29297 | { | |
29298 | #endif | |
4f14bcd8 | 29299 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
29300 | builtin and then its argument prototype would still apply. */ |
29301 | char sched_get_priority_max (); | |
009fead0 VZ |
29302 | /* The GNU C library defines this for functions which it implements |
29303 | to always fail with ENOSYS. Some functions are actually named | |
29304 | something starting with __ and the normal name is an alias. */ | |
29305 | #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max) | |
29306 | choke me | |
29307 | #else | |
e6cc62c6 VS |
29308 | char (*f) () = sched_get_priority_max; |
29309 | #endif | |
29310 | #ifdef __cplusplus | |
29311 | } | |
009fead0 VZ |
29312 | #endif |
29313 | ||
e6cc62c6 VS |
29314 | int |
29315 | main () | |
29316 | { | |
29317 | return f != sched_get_priority_max; | |
29318 | ; | |
29319 | return 0; | |
29320 | } | |
29321 | _ACEOF | |
29322 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29323 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
29324 | (eval $ac_link) 2>&5 | |
29325 | ac_status=$? | |
29326 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29327 | (exit $ac_status); } && | |
29328 | { ac_try='test -s conftest$ac_exeext' | |
29329 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29330 | (eval $ac_try) 2>&5 | |
29331 | ac_status=$? | |
29332 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29333 | (exit $ac_status); }; }; then | |
29334 | ac_cv_func_sched_get_priority_max=yes | |
29335 | else | |
29336 | echo "$as_me: failed program was:" >&5 | |
29337 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29338 | ||
29339 | ac_cv_func_sched_get_priority_max=no | |
29340 | fi | |
29341 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
29342 | fi | |
29343 | echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5 | |
29344 | echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6 | |
29345 | if test $ac_cv_func_sched_get_priority_max = yes; then | |
4f14bcd8 GD |
29346 | HAVE_PRIOR_FUNCS=1 |
29347 | else | |
e6cc62c6 VS |
29348 | echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5 |
29349 | echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6 | |
29350 | if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then | |
29351 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
422107f9 | 29352 | else |
e6cc62c6 | 29353 | ac_check_lib_save_LIBS=$LIBS |
4f14bcd8 | 29354 | LIBS="-lposix4 $LIBS" |
e6cc62c6 VS |
29355 | cat >conftest.$ac_ext <<_ACEOF |
29356 | #line $LINENO "configure" | |
29357 | /* confdefs.h. */ | |
29358 | _ACEOF | |
29359 | cat confdefs.h >>conftest.$ac_ext | |
29360 | cat >>conftest.$ac_ext <<_ACEOF | |
29361 | /* end confdefs.h. */ | |
29362 | ||
422107f9 | 29363 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
29364 | #ifdef __cplusplus |
29365 | extern "C" | |
29366 | #endif | |
422107f9 | 29367 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
29368 | builtin and then its argument prototype would still apply. */ |
29369 | char sched_get_priority_max (); | |
29370 | int | |
29371 | main () | |
29372 | { | |
29373 | sched_get_priority_max (); | |
29374 | ; | |
29375 | return 0; | |
29376 | } | |
29377 | _ACEOF | |
29378 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29379 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
29380 | (eval $ac_link) 2>&5 | |
29381 | ac_status=$? | |
29382 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29383 | (exit $ac_status); } && | |
29384 | { ac_try='test -s conftest$ac_exeext' | |
29385 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29386 | (eval $ac_try) 2>&5 | |
29387 | ac_status=$? | |
29388 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29389 | (exit $ac_status); }; }; then | |
29390 | ac_cv_lib_posix4_sched_get_priority_max=yes | |
29391 | else | |
29392 | echo "$as_me: failed program was:" >&5 | |
29393 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29394 | ||
29395 | ac_cv_lib_posix4_sched_get_priority_max=no | |
29396 | fi | |
29397 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
29398 | LIBS=$ac_check_lib_save_LIBS | |
29399 | fi | |
29400 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5 | |
29401 | echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6 | |
29402 | if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then | |
698dcdb6 | 29403 | |
7274f1c7 RL |
29404 | HAVE_PRIOR_FUNCS=1 |
29405 | POSIX4_LINK=" -lposix4" | |
e6cc62c6 | 29406 | |
4f14bcd8 | 29407 | fi |
463abc64 | 29408 | |
e6cc62c6 | 29409 | |
328a083c | 29410 | fi |
463abc64 | 29411 | |
e6cc62c6 | 29412 | |
7b4a847f | 29413 | fi |
579d8138 | 29414 | |
e6cc62c6 | 29415 | |
5c6fa7d2 | 29416 | fi |
52127426 | 29417 | |
8284b0c5 | 29418 | |
7274f1c7 | 29419 | if test "$HAVE_PRIOR_FUNCS" = 1; then |
e6cc62c6 | 29420 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29421 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 |
e6cc62c6 | 29422 | _ACEOF |
463abc64 | 29423 | |
7274f1c7 | 29424 | else |
e6cc62c6 VS |
29425 | { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5 |
29426 | echo "$as_me: WARNING: Setting thread priority will not work" >&2;} | |
7274f1c7 | 29427 | fi |
463abc64 | 29428 | |
e6cc62c6 VS |
29429 | echo "$as_me:$LINENO: checking for pthread_cancel" >&5 |
29430 | echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6 | |
29431 | if test "${ac_cv_func_pthread_cancel+set}" = set; then | |
29432 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29433 | else | |
29434 | cat >conftest.$ac_ext <<_ACEOF | |
29435 | #line $LINENO "configure" | |
29436 | /* confdefs.h. */ | |
29437 | _ACEOF | |
29438 | cat confdefs.h >>conftest.$ac_ext | |
29439 | cat >>conftest.$ac_ext <<_ACEOF | |
29440 | /* end confdefs.h. */ | |
009fead0 | 29441 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
29442 | which can conflict with char pthread_cancel (); below. |
29443 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
29444 | <limits.h> exists even on freestanding compilers. */ | |
29445 | #ifdef __STDC__ | |
29446 | # include <limits.h> | |
29447 | #else | |
29448 | # include <assert.h> | |
29449 | #endif | |
422107f9 | 29450 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
29451 | #ifdef __cplusplus |
29452 | extern "C" | |
29453 | { | |
29454 | #endif | |
422107f9 | 29455 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
29456 | builtin and then its argument prototype would still apply. */ |
29457 | char pthread_cancel (); | |
009fead0 VZ |
29458 | /* The GNU C library defines this for functions which it implements |
29459 | to always fail with ENOSYS. Some functions are actually named | |
29460 | something starting with __ and the normal name is an alias. */ | |
29461 | #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel) | |
29462 | choke me | |
29463 | #else | |
e6cc62c6 VS |
29464 | char (*f) () = pthread_cancel; |
29465 | #endif | |
29466 | #ifdef __cplusplus | |
29467 | } | |
009fead0 VZ |
29468 | #endif |
29469 | ||
e6cc62c6 VS |
29470 | int |
29471 | main () | |
29472 | { | |
29473 | return f != pthread_cancel; | |
29474 | ; | |
29475 | return 0; | |
29476 | } | |
29477 | _ACEOF | |
29478 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29479 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
29480 | (eval $ac_link) 2>&5 | |
29481 | ac_status=$? | |
29482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29483 | (exit $ac_status); } && | |
29484 | { ac_try='test -s conftest$ac_exeext' | |
29485 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29486 | (eval $ac_try) 2>&5 | |
29487 | ac_status=$? | |
29488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29489 | (exit $ac_status); }; }; then | |
29490 | ac_cv_func_pthread_cancel=yes | |
29491 | else | |
29492 | echo "$as_me: failed program was:" >&5 | |
29493 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29494 | ||
29495 | ac_cv_func_pthread_cancel=no | |
29496 | fi | |
29497 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
29498 | fi | |
29499 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5 | |
29500 | echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6 | |
29501 | if test $ac_cv_func_pthread_cancel = yes; then | |
29502 | cat >>confdefs.h <<\_ACEOF | |
4f14bcd8 | 29503 | #define HAVE_PTHREAD_CANCEL 1 |
e6cc62c6 | 29504 | _ACEOF |
4f14bcd8 | 29505 | |
698dcdb6 | 29506 | else |
e6cc62c6 VS |
29507 | { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5 |
29508 | echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;} | |
422107f9 VZ |
29509 | fi |
29510 | ||
5c6fa7d2 | 29511 | |
e6cc62c6 VS |
29512 | echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5 |
29513 | echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6 | |
29514 | if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then | |
29515 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 29516 | else |
e6cc62c6 VS |
29517 | |
29518 | cat >conftest.$ac_ext <<_ACEOF | |
29519 | #line $LINENO "configure" | |
29520 | /* confdefs.h. */ | |
29521 | _ACEOF | |
29522 | cat confdefs.h >>conftest.$ac_ext | |
29523 | cat >>conftest.$ac_ext <<_ACEOF | |
29524 | /* end confdefs.h. */ | |
4f14bcd8 | 29525 | #include <pthread.h> |
e6cc62c6 VS |
29526 | int |
29527 | main () | |
29528 | { | |
4f14bcd8 | 29529 | |
7274f1c7 RL |
29530 | pthread_cleanup_push(NULL, NULL); |
29531 | pthread_cleanup_pop(0); | |
e6cc62c6 VS |
29532 | |
29533 | ; | |
29534 | return 0; | |
29535 | } | |
29536 | _ACEOF | |
29537 | rm -f conftest.$ac_objext | |
29538 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
29539 | (eval $ac_compile) 2>&5 | |
29540 | ac_status=$? | |
29541 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29542 | (exit $ac_status); } && | |
29543 | { ac_try='test -s conftest.$ac_objext' | |
29544 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29545 | (eval $ac_try) 2>&5 | |
29546 | ac_status=$? | |
29547 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29548 | (exit $ac_status); }; }; then | |
29549 | ||
7274f1c7 | 29550 | wx_cv_func_pthread_cleanup_push=yes |
e6cc62c6 | 29551 | |
4f14bcd8 | 29552 | else |
e6cc62c6 VS |
29553 | echo "$as_me: failed program was:" >&5 |
29554 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29555 | ||
29556 | ||
7274f1c7 | 29557 | wx_cv_func_pthread_cleanup_push=no |
e6cc62c6 | 29558 | |
247f5006 | 29559 | fi |
e6cc62c6 | 29560 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 29561 | |
e6cc62c6 VS |
29562 | fi |
29563 | echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5 | |
29564 | echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6 | |
4f14bcd8 | 29565 | |
7274f1c7 | 29566 | if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then |
e6cc62c6 | 29567 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29568 | #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 |
e6cc62c6 | 29569 | _ACEOF |
c7a2bf27 | 29570 | |
7274f1c7 | 29571 | fi |
4f14bcd8 | 29572 | |
e6cc62c6 VS |
29573 | |
29574 | echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5 | |
29575 | echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6 | |
29576 | if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then | |
29577 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
698dcdb6 | 29578 | else |
e6cc62c6 VS |
29579 | |
29580 | cat >conftest.$ac_ext <<_ACEOF | |
29581 | #line $LINENO "configure" | |
29582 | /* confdefs.h. */ | |
29583 | _ACEOF | |
29584 | cat confdefs.h >>conftest.$ac_ext | |
29585 | cat >>conftest.$ac_ext <<_ACEOF | |
29586 | /* end confdefs.h. */ | |
4f14bcd8 | 29587 | #include <pthread.h> |
e6cc62c6 VS |
29588 | int |
29589 | main () | |
29590 | { | |
4f14bcd8 | 29591 | |
7274f1c7 RL |
29592 | pthread_mutexattr_t attr; |
29593 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); | |
e6cc62c6 VS |
29594 | |
29595 | ; | |
29596 | return 0; | |
29597 | } | |
29598 | _ACEOF | |
29599 | rm -f conftest.$ac_objext | |
29600 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
29601 | (eval $ac_compile) 2>&5 | |
29602 | ac_status=$? | |
29603 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29604 | (exit $ac_status); } && | |
29605 | { ac_try='test -s conftest.$ac_objext' | |
29606 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29607 | (eval $ac_try) 2>&5 | |
29608 | ac_status=$? | |
29609 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29610 | (exit $ac_status); }; }; then | |
29611 | ||
7274f1c7 | 29612 | wx_cv_type_pthread_mutexattr_t=yes |
e6cc62c6 | 29613 | |
3fed1840 | 29614 | else |
e6cc62c6 VS |
29615 | echo "$as_me: failed program was:" >&5 |
29616 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29617 | ||
29618 | ||
7274f1c7 | 29619 | wx_cv_type_pthread_mutexattr_t=no |
e6cc62c6 VS |
29620 | |
29621 | ||
247f5006 | 29622 | fi |
e6cc62c6 | 29623 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 29624 | |
e6cc62c6 VS |
29625 | fi |
29626 | echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5 | |
29627 | echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6 | |
4f14bcd8 | 29628 | |
7274f1c7 | 29629 | if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then |
e6cc62c6 | 29630 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29631 | #define HAVE_PTHREAD_MUTEXATTR_T 1 |
e6cc62c6 | 29632 | _ACEOF |
4f14bcd8 | 29633 | |
7274f1c7 | 29634 | else |
e6cc62c6 VS |
29635 | echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 |
29636 | echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6 | |
29637 | if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then | |
29638 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29639 | else | |
29640 | ||
29641 | cat >conftest.$ac_ext <<_ACEOF | |
29642 | #line $LINENO "configure" | |
29643 | /* confdefs.h. */ | |
29644 | _ACEOF | |
29645 | cat confdefs.h >>conftest.$ac_ext | |
29646 | cat >>conftest.$ac_ext <<_ACEOF | |
29647 | /* end confdefs.h. */ | |
4f14bcd8 | 29648 | #include <pthread.h> |
e6cc62c6 VS |
29649 | int |
29650 | main () | |
29651 | { | |
4f14bcd8 | 29652 | |
7274f1c7 | 29653 | pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; |
e6cc62c6 VS |
29654 | |
29655 | ; | |
29656 | return 0; | |
29657 | } | |
29658 | _ACEOF | |
29659 | rm -f conftest.$ac_objext | |
29660 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
29661 | (eval $ac_compile) 2>&5 | |
29662 | ac_status=$? | |
29663 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29664 | (exit $ac_status); } && | |
29665 | { ac_try='test -s conftest.$ac_objext' | |
29666 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29667 | (eval $ac_try) 2>&5 | |
29668 | ac_status=$? | |
29669 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29670 | (exit $ac_status); }; }; then | |
29671 | ||
7274f1c7 | 29672 | wx_cv_type_pthread_rec_mutex_init=yes |
e6cc62c6 | 29673 | |
698dcdb6 | 29674 | else |
e6cc62c6 VS |
29675 | echo "$as_me: failed program was:" >&5 |
29676 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29677 | ||
29678 | ||
7274f1c7 | 29679 | wx_cv_type_pthread_rec_mutex_init=no |
e6cc62c6 VS |
29680 | |
29681 | ||
247f5006 | 29682 | fi |
e6cc62c6 | 29683 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 29684 | |
e6cc62c6 VS |
29685 | fi |
29686 | echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5 | |
29687 | echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6 | |
7274f1c7 | 29688 | if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then |
e6cc62c6 | 29689 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29690 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 |
e6cc62c6 | 29691 | _ACEOF |
3fed1840 | 29692 | |
7274f1c7 | 29693 | else |
e6cc62c6 VS |
29694 | { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5 |
29695 | echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;} | |
7274f1c7 RL |
29696 | fi |
29697 | fi | |
7274f1c7 | 29698 | fi |
3fed1840 | 29699 | |
a0b9e27f MB |
29700 | else |
29701 | if test "$wxUSE_THREADS" = "yes" ; then | |
29702 | case "${host}" in | |
29703 | *-*-mingw32* ) | |
e6cc62c6 VS |
29704 | echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5 |
29705 | echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6 | |
29706 | if test "${wx_cv_cflags_mthread+set}" = set; then | |
29707 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
ca8e52b3 | 29708 | else |
e6cc62c6 | 29709 | |
ca8e52b3 VZ |
29710 | CFLAGS_OLD="$CFLAGS" |
29711 | CFLAGS="$CFLAGS -mthreads" | |
e6cc62c6 VS |
29712 | cat >conftest.$ac_ext <<_ACEOF |
29713 | #line $LINENO "configure" | |
29714 | /* confdefs.h. */ | |
29715 | _ACEOF | |
29716 | cat confdefs.h >>conftest.$ac_ext | |
29717 | cat >>conftest.$ac_ext <<_ACEOF | |
29718 | /* end confdefs.h. */ | |
29719 | ||
29720 | int | |
29721 | main () | |
29722 | { | |
ca8e52b3 | 29723 | |
e6cc62c6 VS |
29724 | ; |
29725 | return 0; | |
29726 | } | |
29727 | _ACEOF | |
29728 | rm -f conftest.$ac_objext | |
29729 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
29730 | (eval $ac_compile) 2>&5 | |
29731 | ac_status=$? | |
29732 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29733 | (exit $ac_status); } && | |
29734 | { ac_try='test -s conftest.$ac_objext' | |
29735 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29736 | (eval $ac_try) 2>&5 | |
29737 | ac_status=$? | |
29738 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29739 | (exit $ac_status); }; }; then | |
ca8e52b3 VZ |
29740 | wx_cv_cflags_mthread=yes |
29741 | else | |
e6cc62c6 VS |
29742 | echo "$as_me: failed program was:" >&5 |
29743 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29744 | ||
29745 | wx_cv_cflags_mthread=no | |
29746 | ||
ca8e52b3 | 29747 | fi |
e6cc62c6 VS |
29748 | rm -f conftest.$ac_objext conftest.$ac_ext |
29749 | ||
ca8e52b3 | 29750 | |
e6cc62c6 VS |
29751 | fi |
29752 | echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5 | |
29753 | echo "${ECHO_T}$wx_cv_cflags_mthread" >&6 | |
ca8e52b3 VZ |
29754 | |
29755 | if test "$wx_cv_cflags_mthread" = "yes"; then | |
29756 | CXXFLAGS="$CXXFLAGS -mthreads" | |
29757 | TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads" | |
29758 | LDFLAGS="$LDFLAGS -mthreads" | |
29759 | else | |
29760 | CFLAGS="$CFLAGS_OLD" | |
29761 | fi | |
a0b9e27f MB |
29762 | ;; |
29763 | esac | |
29764 | fi | |
4f14bcd8 GD |
29765 | fi |
29766 | ||
29767 | if test "$wxUSE_THREADS" = "yes"; then | |
e6cc62c6 | 29768 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29769 | #define wxUSE_THREADS 1 |
e6cc62c6 | 29770 | _ACEOF |
7b6058cd | 29771 | |
8284b0c5 | 29772 | |
4f14bcd8 | 29773 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" |
698dcdb6 | 29774 | else |
4f14bcd8 | 29775 | if test "$ac_cv_func_strtok_r" = "yes"; then |
e6cc62c6 VS |
29776 | echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5 |
29777 | echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6 | |
4f14bcd8 GD |
29778 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then |
29779 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT" | |
e6cc62c6 VS |
29780 | echo "$as_me:$LINENO: result: yes" >&5 |
29781 | echo "${ECHO_T}yes" >&6 | |
4f14bcd8 | 29782 | else |
e6cc62c6 VS |
29783 | echo "$as_me:$LINENO: result: no" >&5 |
29784 | echo "${ECHO_T}no" >&6 | |
4f14bcd8 GD |
29785 | fi |
29786 | fi | |
29787 | fi | |
29788 | ||
29789 | if test "$WXGTK20" = 1 ; then | |
e6cc62c6 | 29790 | cat >>confdefs.h <<_ACEOF |
4f14bcd8 | 29791 | #define __WXGTK20__ $WXGTK20 |
e6cc62c6 | 29792 | _ACEOF |
4f14bcd8 GD |
29793 | |
29794 | WXGTK12=1 | |
10f2d63a | 29795 | fi |
4f14bcd8 GD |
29796 | |
29797 | if test "$WXGTK12" = 1 ; then | |
e6cc62c6 | 29798 | cat >>confdefs.h <<_ACEOF |
4f14bcd8 | 29799 | #define __WXGTK12__ $WXGTK12 |
e6cc62c6 | 29800 | _ACEOF |
4f14bcd8 | 29801 | |
10f2d63a | 29802 | fi |
698dcdb6 | 29803 | |
4f14bcd8 | 29804 | if test "$WXGTK127" = 1 ; then |
e6cc62c6 | 29805 | cat >>confdefs.h <<_ACEOF |
4f14bcd8 | 29806 | #define __WXGTK127__ $WXGTK127 |
e6cc62c6 | 29807 | _ACEOF |
4f14bcd8 | 29808 | |
698dcdb6 | 29809 | fi |
10f2d63a | 29810 | |
4f14bcd8 GD |
29811 | WXDEBUG= |
29812 | ||
29813 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
29814 | WXDEBUG="-g" | |
29815 | wxUSE_OPTIMISE=no | |
698dcdb6 | 29816 | fi |
4f14bcd8 GD |
29817 | |
29818 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
29819 | wxUSE_DEBUG_INFO=yes | |
29820 | WXDEBUG="-ggdb" | |
10f2d63a VZ |
29821 | fi |
29822 | ||
4f14bcd8 | 29823 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then |
e6cc62c6 | 29824 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29825 | #define WXDEBUG 1 |
e6cc62c6 | 29826 | _ACEOF |
4f14bcd8 GD |
29827 | |
29828 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
10f2d63a | 29829 | else |
4f14bcd8 GD |
29830 | if test "$wxUSE_GTK" = 1 ; then |
29831 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
29832 | fi | |
29833 | fi | |
29834 | ||
29835 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
e6cc62c6 | 29836 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29837 | #define wxUSE_MEMORY_TRACING 1 |
e6cc62c6 | 29838 | _ACEOF |
4f14bcd8 | 29839 | |
e6cc62c6 | 29840 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29841 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 |
e6cc62c6 | 29842 | _ACEOF |
4f14bcd8 | 29843 | |
e6cc62c6 | 29844 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29845 | #define wxUSE_DEBUG_NEW_ALWAYS 1 |
e6cc62c6 | 29846 | _ACEOF |
4f14bcd8 GD |
29847 | |
29848 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
29849 | fi | |
29850 | ||
29851 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
3d63bc3a | 29852 | DMALLOC_LIBS="-ldmalloc" |
4f14bcd8 GD |
29853 | fi |
29854 | ||
29855 | PROFILE= | |
29856 | if test "$wxUSE_PROFILE" = "yes" ; then | |
3d63bc3a | 29857 | PROFILE=" -pg" |
10f2d63a VZ |
29858 | fi |
29859 | ||
009fead0 VZ |
29860 | CODE_GEN_FLAGS= |
29861 | CODE_GEN_FLAGS_CXX= | |
88e30f2b | 29862 | if test "$GCC" = "yes" ; then |
4f14bcd8 GD |
29863 | if test "$wxUSE_NO_RTTI" = "yes" ; then |
29864 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti" | |
3a922bb4 | 29865 | fi |
4f14bcd8 GD |
29866 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then |
29867 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions" | |
29868 | fi | |
29869 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
29870 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" | |
29871 | fi | |
4f14bcd8 GD |
29872 | if test "$USE_WIN32" = 1 ; then |
29873 | # I'm not even really sure what this was ever added to solve, | |
29874 | # but someone added it for mingw native builds, so I guess | |
29875 | # they had a reason, right?? | |
29876 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return" | |
29877 | fi | |
1d1b75ac | 29878 | |
2b5f62a0 | 29879 | case "${host}" in |
1d1b75ac VZ |
29880 | powerpc*-*-aix* ) |
29881 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc" | |
29882 | ;; | |
2b5f62a0 VZ |
29883 | *-hppa* ) |
29884 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections" | |
29885 | ;; | |
1d1b75ac | 29886 | esac |
4f14bcd8 GD |
29887 | fi |
29888 | ||
af7b5345 | 29889 | OPTIMISE= |
4f14bcd8 | 29890 | if test "$wxUSE_OPTIMISE" = "no" ; then |
af7b5345 VZ |
29891 | if test "$GCC" = yes ; then |
29892 | OPTIMISE="-O0" | |
29893 | fi | |
4f14bcd8 GD |
29894 | else |
29895 | if test "$GCC" = yes ; then | |
29896 | OPTIMISE="-O2" | |
af7b5345 VZ |
29897 | |
29898 | case "${host}" in | |
4f14bcd8 GD |
29899 | i586-*-*|i686-*-* ) |
29900 | OPTIMISE="${OPTIMISE} " | |
29901 | ;; | |
29902 | esac | |
29903 | else | |
29904 | OPTIMISE="-O" | |
29905 | fi | |
29906 | fi | |
29907 | ||
8d90d2f2 | 29908 | |
4f14bcd8 | 29909 | if test "$WXWIN_COMPATIBILITY_2" = "yes"; then |
e6cc62c6 | 29910 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29911 | #define WXWIN_COMPATIBILITY_2 1 |
e6cc62c6 | 29912 | _ACEOF |
4f14bcd8 | 29913 | |
8284b0c5 | 29914 | |
4f14bcd8 GD |
29915 | WXWIN_COMPATIBILITY_2_2="yes" |
29916 | fi | |
29917 | ||
65d8ef1e | 29918 | if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then |
e6cc62c6 | 29919 | cat >>confdefs.h <<\_ACEOF |
4f14bcd8 | 29920 | #define WXWIN_COMPATIBILITY_2_2 1 |
e6cc62c6 | 29921 | _ACEOF |
4f14bcd8 | 29922 | |
8d90d2f2 VZ |
29923 | |
29924 | WXWIN_COMPATIBILITY_2_4="yes" | |
10f2d63a VZ |
29925 | fi |
29926 | ||
65d8ef1e | 29927 | if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then |
e6cc62c6 | 29928 | cat >>confdefs.h <<\_ACEOF |
65d8ef1e | 29929 | #define WXWIN_COMPATIBILITY_2_4 1 |
e6cc62c6 | 29930 | _ACEOF |
65d8ef1e VS |
29931 | |
29932 | fi | |
29933 | ||
8284b0c5 | 29934 | |
10f2d63a | 29935 | if test "$wxUSE_GUI" = "yes"; then |
e6cc62c6 | 29936 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 29937 | #define wxUSE_GUI 1 |
e6cc62c6 | 29938 | _ACEOF |
10f2d63a | 29939 | |
8284b0c5 | 29940 | |
10f2d63a | 29941 | else |
e6cc62c6 | 29942 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 29943 | #define wxUSE_NOGUI 1 |
e6cc62c6 | 29944 | _ACEOF |
10f2d63a VZ |
29945 | |
29946 | fi | |
29947 | ||
8284b0c5 | 29948 | |
10f2d63a | 29949 | if test "$wxUSE_UNIX" = "yes"; then |
e6cc62c6 | 29950 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 29951 | #define wxUSE_UNIX 1 |
e6cc62c6 | 29952 | _ACEOF |
10f2d63a VZ |
29953 | |
29954 | fi | |
29955 | ||
8284b0c5 | 29956 | |
10f2d63a | 29957 | if test "$wxUSE_APPLE_IEEE" = "yes"; then |
e6cc62c6 | 29958 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 29959 | #define wxUSE_APPLE_IEEE 1 |
e6cc62c6 | 29960 | _ACEOF |
10f2d63a VZ |
29961 | |
29962 | fi | |
29963 | ||
1e6feb95 | 29964 | if test "$wxUSE_TIMER" = "yes"; then |
e6cc62c6 | 29965 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 29966 | #define wxUSE_TIMER 1 |
e6cc62c6 | 29967 | _ACEOF |
1e6feb95 VZ |
29968 | |
29969 | fi | |
29970 | ||
10f2d63a | 29971 | if test "$wxUSE_WAVE" = "yes"; then |
e6cc62c6 | 29972 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 29973 | #define wxUSE_WAVE 1 |
e6cc62c6 | 29974 | _ACEOF |
10f2d63a VZ |
29975 | |
29976 | fi | |
29977 | ||
1e6feb95 | 29978 | if test "$wxUSE_CMDLINE_PARSER" = "yes"; then |
e6cc62c6 | 29979 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 29980 | #define wxUSE_CMDLINE_PARSER 1 |
e6cc62c6 | 29981 | _ACEOF |
1e6feb95 VZ |
29982 | |
29983 | fi | |
29984 | ||
29985 | if test "$wxUSE_STOPWATCH" = "yes"; then | |
e6cc62c6 | 29986 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 29987 | #define wxUSE_STOPWATCH 1 |
e6cc62c6 | 29988 | _ACEOF |
1e6feb95 VZ |
29989 | |
29990 | fi | |
29991 | ||
29992 | if test "$wxUSE_DATETIME" = "yes"; then | |
e6cc62c6 | 29993 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 29994 | #define wxUSE_DATETIME 1 |
e6cc62c6 | 29995 | _ACEOF |
1e6feb95 VZ |
29996 | |
29997 | fi | |
29998 | ||
10f2d63a | 29999 | if test "$wxUSE_FILE" = "yes"; then |
e6cc62c6 | 30000 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30001 | #define wxUSE_FILE 1 |
e6cc62c6 | 30002 | _ACEOF |
10f2d63a VZ |
30003 | |
30004 | fi | |
30005 | ||
1e6feb95 | 30006 | if test "$wxUSE_FFILE" = "yes"; then |
e6cc62c6 | 30007 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 30008 | #define wxUSE_FFILE 1 |
e6cc62c6 | 30009 | _ACEOF |
1e6feb95 VZ |
30010 | |
30011 | fi | |
30012 | ||
24528b0c | 30013 | if test "$wxUSE_FILESYSTEM" = "yes"; then |
e6cc62c6 | 30014 | cat >>confdefs.h <<\_ACEOF |
24528b0c | 30015 | #define wxUSE_FILESYSTEM 1 |
e6cc62c6 | 30016 | _ACEOF |
24528b0c VS |
30017 | |
30018 | fi | |
30019 | ||
10f2d63a | 30020 | if test "$wxUSE_FS_INET" = "yes"; then |
e6cc62c6 | 30021 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30022 | #define wxUSE_FS_INET 1 |
e6cc62c6 | 30023 | _ACEOF |
10f2d63a VZ |
30024 | |
30025 | fi | |
30026 | ||
30027 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
e6cc62c6 | 30028 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30029 | #define wxUSE_FS_ZIP 1 |
e6cc62c6 | 30030 | _ACEOF |
10f2d63a VZ |
30031 | |
30032 | fi | |
30033 | ||
30034 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
e6cc62c6 | 30035 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30036 | #define wxUSE_ZIPSTREAM 1 |
e6cc62c6 | 30037 | _ACEOF |
10f2d63a VZ |
30038 | |
30039 | fi | |
30040 | ||
eb4efbdc | 30041 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then |
e6cc62c6 | 30042 | cat >>confdefs.h <<\_ACEOF |
eb4efbdc | 30043 | #define wxUSE_ON_FATAL_EXCEPTION 1 |
e6cc62c6 | 30044 | _ACEOF |
eb4efbdc VZ |
30045 | |
30046 | fi | |
30047 | ||
4f3c5f06 | 30048 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
e6cc62c6 | 30049 | cat >>confdefs.h <<\_ACEOF |
4f3c5f06 | 30050 | #define wxUSE_SNGLINST_CHECKER 1 |
e6cc62c6 | 30051 | _ACEOF |
4f3c5f06 VZ |
30052 | |
30053 | fi | |
30054 | ||
10f2d63a | 30055 | if test "$wxUSE_BUSYINFO" = "yes"; then |
e6cc62c6 | 30056 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30057 | #define wxUSE_BUSYINFO 1 |
e6cc62c6 | 30058 | _ACEOF |
10f2d63a VZ |
30059 | |
30060 | fi | |
30061 | ||
30062 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
e6cc62c6 | 30063 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30064 | #define wxUSE_STD_IOSTREAM 1 |
e6cc62c6 | 30065 | _ACEOF |
10f2d63a VZ |
30066 | |
30067 | fi | |
30068 | ||
a3a584a7 | 30069 | if test "$wxUSE_TEXTBUFFER" = "yes"; then |
e6cc62c6 | 30070 | cat >>confdefs.h <<\_ACEOF |
a3a584a7 | 30071 | #define wxUSE_TEXTBUFFER 1 |
e6cc62c6 | 30072 | _ACEOF |
a3a584a7 VZ |
30073 | |
30074 | fi | |
30075 | ||
10f2d63a | 30076 | if test "$wxUSE_TEXTFILE" = "yes"; then |
a3a584a7 | 30077 | if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then |
e6cc62c6 VS |
30078 | { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5 |
30079 | echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;} | |
10f2d63a | 30080 | else |
e6cc62c6 | 30081 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30082 | #define wxUSE_TEXTFILE 1 |
e6cc62c6 | 30083 | _ACEOF |
10f2d63a VZ |
30084 | |
30085 | fi | |
30086 | fi | |
30087 | ||
30088 | if test "$wxUSE_CONFIG" = "yes" ; then | |
30089 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
e6cc62c6 VS |
30090 | { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5 |
30091 | echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;} | |
10f2d63a | 30092 | else |
e6cc62c6 | 30093 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30094 | #define wxUSE_CONFIG 1 |
e6cc62c6 | 30095 | _ACEOF |
10f2d63a VZ |
30096 | |
30097 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
30098 | fi | |
30099 | fi | |
30100 | ||
30101 | if test "$wxUSE_INTL" = "yes" ; then | |
30102 | if test "$wxUSE_FILE" != "yes"; then | |
e6cc62c6 VS |
30103 | { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5 |
30104 | echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;} | |
10f2d63a | 30105 | else |
e6cc62c6 | 30106 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30107 | #define wxUSE_INTL 1 |
e6cc62c6 | 30108 | _ACEOF |
10f2d63a VZ |
30109 | |
30110 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
f6bcfd97 | 30111 | GUIDIST="$GUIDIST INTL_DIST" |
10f2d63a VZ |
30112 | fi |
30113 | fi | |
30114 | ||
30115 | if test "$wxUSE_LOG" = "yes"; then | |
e6cc62c6 | 30116 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30117 | #define wxUSE_LOG 1 |
e6cc62c6 | 30118 | _ACEOF |
10f2d63a | 30119 | |
8284b0c5 | 30120 | |
d73be714 | 30121 | if test "$wxUSE_LOGGUI" = "yes"; then |
e6cc62c6 | 30122 | cat >>confdefs.h <<\_ACEOF |
d73be714 | 30123 | #define wxUSE_LOGGUI 1 |
e6cc62c6 | 30124 | _ACEOF |
d73be714 VZ |
30125 | |
30126 | fi | |
30127 | ||
30128 | if test "$wxUSE_LOGWINDOW" = "yes"; then | |
e6cc62c6 | 30129 | cat >>confdefs.h <<\_ACEOF |
d73be714 | 30130 | #define wxUSE_LOGWINDOW 1 |
e6cc62c6 | 30131 | _ACEOF |
69d27ff7 MB |
30132 | |
30133 | fi | |
30134 | ||
30135 | if test "$wxUSE_LOGDIALOG" = "yes"; then | |
e6cc62c6 | 30136 | cat >>confdefs.h <<\_ACEOF |
69d27ff7 | 30137 | #define wxUSE_LOG_DIALOG 1 |
e6cc62c6 | 30138 | _ACEOF |
d73be714 VZ |
30139 | |
30140 | fi | |
10f2d63a VZ |
30141 | fi |
30142 | ||
30143 | if test "$wxUSE_LONGLONG" = "yes"; then | |
e6cc62c6 | 30144 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30145 | #define wxUSE_LONGLONG 1 |
e6cc62c6 | 30146 | _ACEOF |
10f2d63a VZ |
30147 | |
30148 | fi | |
30149 | ||
e8f65ba6 | 30150 | if test "$wxUSE_GEOMETRY" = "yes"; then |
e6cc62c6 | 30151 | cat >>confdefs.h <<\_ACEOF |
e8f65ba6 | 30152 | #define wxUSE_GEOMETRY 1 |
e6cc62c6 | 30153 | _ACEOF |
e8f65ba6 RR |
30154 | |
30155 | fi | |
30156 | ||
10f2d63a | 30157 | if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then |
e6cc62c6 | 30158 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30159 | #define wxUSE_DIALUP_MANAGER 1 |
e6cc62c6 | 30160 | _ACEOF |
10f2d63a | 30161 | |
70f7a477 | 30162 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" |
10f2d63a VZ |
30163 | fi |
30164 | ||
30165 | if test "$wxUSE_STREAMS" = "yes" ; then | |
e6cc62c6 | 30166 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 30167 | #define wxUSE_STREAMS 1 |
e6cc62c6 | 30168 | _ACEOF |
10f2d63a VZ |
30169 | |
30170 | fi | |
30171 | ||
5c6fa7d2 | 30172 | |
8284b0c5 | 30173 | if test "$wxUSE_DATETIME" = "yes"; then |
e6cc62c6 VS |
30174 | |
30175 | for ac_func in strptime | |
83307f33 | 30176 | do |
e6cc62c6 VS |
30177 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
30178 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30179 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30180 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30181 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30182 | else | |
30183 | cat >conftest.$ac_ext <<_ACEOF | |
30184 | #line $LINENO "configure" | |
30185 | /* confdefs.h. */ | |
30186 | _ACEOF | |
30187 | cat confdefs.h >>conftest.$ac_ext | |
30188 | cat >>conftest.$ac_ext <<_ACEOF | |
30189 | /* end confdefs.h. */ | |
83307f33 | 30190 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
30191 | which can conflict with char $ac_func (); below. |
30192 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30193 | <limits.h> exists even on freestanding compilers. */ | |
30194 | #ifdef __STDC__ | |
30195 | # include <limits.h> | |
30196 | #else | |
30197 | # include <assert.h> | |
30198 | #endif | |
83307f33 | 30199 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
30200 | #ifdef __cplusplus |
30201 | extern "C" | |
30202 | { | |
30203 | #endif | |
83307f33 | 30204 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
30205 | builtin and then its argument prototype would still apply. */ |
30206 | char $ac_func (); | |
83307f33 VZ |
30207 | /* The GNU C library defines this for functions which it implements |
30208 | to always fail with ENOSYS. Some functions are actually named | |
30209 | something starting with __ and the normal name is an alias. */ | |
30210 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30211 | choke me | |
30212 | #else | |
e6cc62c6 VS |
30213 | char (*f) () = $ac_func; |
30214 | #endif | |
30215 | #ifdef __cplusplus | |
30216 | } | |
83307f33 VZ |
30217 | #endif |
30218 | ||
e6cc62c6 VS |
30219 | int |
30220 | main () | |
30221 | { | |
30222 | return f != $ac_func; | |
30223 | ; | |
30224 | return 0; | |
30225 | } | |
30226 | _ACEOF | |
30227 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30228 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
30229 | (eval $ac_link) 2>&5 | |
30230 | ac_status=$? | |
30231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30232 | (exit $ac_status); } && | |
30233 | { ac_try='test -s conftest$ac_exeext' | |
30234 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30235 | (eval $ac_try) 2>&5 | |
30236 | ac_status=$? | |
30237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30238 | (exit $ac_status); }; }; then | |
30239 | eval "$as_ac_var=yes" | |
30240 | else | |
30241 | echo "$as_me: failed program was:" >&5 | |
30242 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30243 | ||
30244 | eval "$as_ac_var=no" | |
30245 | fi | |
30246 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
30247 | fi | |
30248 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
30249 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
30250 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
30251 | cat >>confdefs.h <<_ACEOF | |
30252 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
30253 | _ACEOF | |
83307f33 | 30254 | |
83307f33 VZ |
30255 | fi |
30256 | done | |
30257 | ||
5c6fa7d2 | 30258 | |
e6cc62c6 VS |
30259 | echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5 |
30260 | echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6 | |
30261 | if test "${wx_cv_var_timezone+set}" = set; then | |
30262 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
8284b0c5 | 30263 | else |
e6cc62c6 VS |
30264 | |
30265 | cat >conftest.$ac_ext <<_ACEOF | |
30266 | #line $LINENO "configure" | |
30267 | /* confdefs.h. */ | |
30268 | _ACEOF | |
30269 | cat confdefs.h >>conftest.$ac_ext | |
30270 | cat >>conftest.$ac_ext <<_ACEOF | |
30271 | /* end confdefs.h. */ | |
360d6699 | 30272 | |
b4085ce6 | 30273 | #include <time.h> |
e6cc62c6 VS |
30274 | |
30275 | int | |
30276 | main () | |
30277 | { | |
360d6699 VZ |
30278 | |
30279 | int tz; | |
4f11a343 | 30280 | tz = timezone; |
e6cc62c6 VS |
30281 | |
30282 | ; | |
30283 | return 0; | |
30284 | } | |
30285 | _ACEOF | |
30286 | rm -f conftest.$ac_objext | |
30287 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30288 | (eval $ac_compile) 2>&5 | |
30289 | ac_status=$? | |
30290 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30291 | (exit $ac_status); } && | |
30292 | { ac_try='test -s conftest.$ac_objext' | |
30293 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30294 | (eval $ac_try) 2>&5 | |
30295 | ac_status=$? | |
30296 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30297 | (exit $ac_status); }; }; then | |
30298 | ||
4f11a343 | 30299 | wx_cv_var_timezone=timezone |
e6cc62c6 | 30300 | |
360d6699 | 30301 | else |
e6cc62c6 VS |
30302 | echo "$as_me: failed program was:" >&5 |
30303 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30304 | ||
30305 | ||
30306 | cat >conftest.$ac_ext <<_ACEOF | |
30307 | #line $LINENO "configure" | |
30308 | /* confdefs.h. */ | |
30309 | _ACEOF | |
30310 | cat confdefs.h >>conftest.$ac_ext | |
30311 | cat >>conftest.$ac_ext <<_ACEOF | |
30312 | /* end confdefs.h. */ | |
360d6699 | 30313 | |
b4085ce6 | 30314 | #include <time.h> |
e6cc62c6 VS |
30315 | |
30316 | int | |
30317 | main () | |
30318 | { | |
360d6699 VZ |
30319 | |
30320 | int tz; | |
30321 | tz = _timezone; | |
e6cc62c6 VS |
30322 | |
30323 | ; | |
30324 | return 0; | |
30325 | } | |
30326 | _ACEOF | |
30327 | rm -f conftest.$ac_objext | |
30328 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30329 | (eval $ac_compile) 2>&5 | |
30330 | ac_status=$? | |
30331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30332 | (exit $ac_status); } && | |
30333 | { ac_try='test -s conftest.$ac_objext' | |
30334 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30335 | (eval $ac_try) 2>&5 | |
30336 | ac_status=$? | |
30337 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30338 | (exit $ac_status); }; }; then | |
30339 | ||
360d6699 | 30340 | wx_cv_var_timezone=_timezone |
e6cc62c6 | 30341 | |
5357c8e8 | 30342 | else |
e6cc62c6 VS |
30343 | echo "$as_me: failed program was:" >&5 |
30344 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30345 | ||
30346 | ||
30347 | cat >conftest.$ac_ext <<_ACEOF | |
30348 | #line $LINENO "configure" | |
30349 | /* confdefs.h. */ | |
30350 | _ACEOF | |
30351 | cat confdefs.h >>conftest.$ac_ext | |
30352 | cat >>conftest.$ac_ext <<_ACEOF | |
30353 | /* end confdefs.h. */ | |
5357c8e8 | 30354 | |
b4085ce6 | 30355 | #include <time.h> |
e6cc62c6 VS |
30356 | |
30357 | int | |
30358 | main () | |
30359 | { | |
5357c8e8 VZ |
30360 | |
30361 | int tz; | |
4f11a343 | 30362 | tz = __timezone; |
e6cc62c6 VS |
30363 | |
30364 | ; | |
30365 | return 0; | |
30366 | } | |
30367 | _ACEOF | |
30368 | rm -f conftest.$ac_objext | |
30369 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30370 | (eval $ac_compile) 2>&5 | |
30371 | ac_status=$? | |
30372 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30373 | (exit $ac_status); } && | |
30374 | { ac_try='test -s conftest.$ac_objext' | |
30375 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30376 | (eval $ac_try) 2>&5 | |
30377 | ac_status=$? | |
30378 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30379 | (exit $ac_status); }; }; then | |
30380 | ||
4f11a343 | 30381 | wx_cv_var_timezone=__timezone |
e6cc62c6 | 30382 | |
360d6699 | 30383 | else |
e6cc62c6 VS |
30384 | echo "$as_me: failed program was:" >&5 |
30385 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30386 | ||
30387 | ||
f9bc1684 | 30388 | if test "$USE_DOS" = 0 ; then |
e6cc62c6 VS |
30389 | { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5 |
30390 | echo "$as_me: WARNING: no timezone variable" >&2;} | |
f9bc1684 | 30391 | fi |
e6cc62c6 VS |
30392 | |
30393 | ||
7b4a847f | 30394 | fi |
e6cc62c6 VS |
30395 | rm -f conftest.$ac_objext conftest.$ac_ext |
30396 | ||
30397 | ||
5c6fa7d2 | 30398 | fi |
e6cc62c6 VS |
30399 | rm -f conftest.$ac_objext conftest.$ac_ext |
30400 | ||
30401 | ||
247f5006 | 30402 | fi |
e6cc62c6 | 30403 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 30404 | |
e6cc62c6 VS |
30405 | |
30406 | fi | |
30407 | echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5 | |
30408 | echo "${ECHO_T}$wx_cv_var_timezone" >&6 | |
698dcdb6 | 30409 | |
f9bc1684 | 30410 | if test "x$wx_cv_var_timezone" != x ; then |
e6cc62c6 | 30411 | cat >>confdefs.h <<_ACEOF |
360d6699 | 30412 | #define WX_TIMEZONE $wx_cv_var_timezone |
e6cc62c6 | 30413 | _ACEOF |
360d6699 | 30414 | |
f9bc1684 | 30415 | fi |
698dcdb6 | 30416 | |
e6cc62c6 VS |
30417 | |
30418 | for ac_func in localtime | |
afc31813 | 30419 | do |
e6cc62c6 VS |
30420 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
30421 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30422 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30423 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30424 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30425 | else | |
30426 | cat >conftest.$ac_ext <<_ACEOF | |
30427 | #line $LINENO "configure" | |
30428 | /* confdefs.h. */ | |
30429 | _ACEOF | |
30430 | cat confdefs.h >>conftest.$ac_ext | |
30431 | cat >>conftest.$ac_ext <<_ACEOF | |
30432 | /* end confdefs.h. */ | |
afc31813 | 30433 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
30434 | which can conflict with char $ac_func (); below. |
30435 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30436 | <limits.h> exists even on freestanding compilers. */ | |
30437 | #ifdef __STDC__ | |
30438 | # include <limits.h> | |
30439 | #else | |
30440 | # include <assert.h> | |
30441 | #endif | |
afc31813 | 30442 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
30443 | #ifdef __cplusplus |
30444 | extern "C" | |
30445 | { | |
30446 | #endif | |
afc31813 | 30447 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
30448 | builtin and then its argument prototype would still apply. */ |
30449 | char $ac_func (); | |
afc31813 VZ |
30450 | /* The GNU C library defines this for functions which it implements |
30451 | to always fail with ENOSYS. Some functions are actually named | |
30452 | something starting with __ and the normal name is an alias. */ | |
30453 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30454 | choke me | |
30455 | #else | |
e6cc62c6 VS |
30456 | char (*f) () = $ac_func; |
30457 | #endif | |
30458 | #ifdef __cplusplus | |
30459 | } | |
afc31813 VZ |
30460 | #endif |
30461 | ||
e6cc62c6 VS |
30462 | int |
30463 | main () | |
30464 | { | |
30465 | return f != $ac_func; | |
30466 | ; | |
30467 | return 0; | |
30468 | } | |
30469 | _ACEOF | |
30470 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30471 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
30472 | (eval $ac_link) 2>&5 | |
30473 | ac_status=$? | |
30474 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30475 | (exit $ac_status); } && | |
30476 | { ac_try='test -s conftest$ac_exeext' | |
30477 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30478 | (eval $ac_try) 2>&5 | |
30479 | ac_status=$? | |
30480 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30481 | (exit $ac_status); }; }; then | |
30482 | eval "$as_ac_var=yes" | |
30483 | else | |
30484 | echo "$as_me: failed program was:" >&5 | |
30485 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30486 | ||
30487 | eval "$as_ac_var=no" | |
30488 | fi | |
30489 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
30490 | fi | |
30491 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
30492 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
30493 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
30494 | cat >>confdefs.h <<_ACEOF | |
30495 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
30496 | _ACEOF | |
afc31813 | 30497 | |
afc31813 VZ |
30498 | fi |
30499 | done | |
30500 | ||
5c6fa7d2 | 30501 | |
8284b0c5 | 30502 | if test "$ac_cv_func_localtime" = "yes"; then |
e6cc62c6 VS |
30503 | echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5 |
30504 | echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 | |
30505 | if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then | |
30506 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 30507 | else |
e6cc62c6 VS |
30508 | |
30509 | cat >conftest.$ac_ext <<_ACEOF | |
30510 | #line $LINENO "configure" | |
30511 | /* confdefs.h. */ | |
30512 | _ACEOF | |
30513 | cat confdefs.h >>conftest.$ac_ext | |
30514 | cat >>conftest.$ac_ext <<_ACEOF | |
30515 | /* end confdefs.h. */ | |
0470b1e6 | 30516 | |
b4085ce6 | 30517 | #include <time.h> |
e6cc62c6 VS |
30518 | |
30519 | int | |
30520 | main () | |
30521 | { | |
0470b1e6 VZ |
30522 | |
30523 | struct tm tm; | |
30524 | tm.tm_gmtoff++; | |
e6cc62c6 VS |
30525 | |
30526 | ; | |
30527 | return 0; | |
30528 | } | |
30529 | _ACEOF | |
30530 | rm -f conftest.$ac_objext | |
30531 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30532 | (eval $ac_compile) 2>&5 | |
30533 | ac_status=$? | |
30534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30535 | (exit $ac_status); } && | |
30536 | { ac_try='test -s conftest.$ac_objext' | |
30537 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30538 | (eval $ac_try) 2>&5 | |
30539 | ac_status=$? | |
30540 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30541 | (exit $ac_status); }; }; then | |
30542 | ||
f03a98d8 | 30543 | wx_cv_struct_tm_has_gmtoff=yes |
e6cc62c6 | 30544 | |
0470b1e6 | 30545 | else |
e6cc62c6 VS |
30546 | echo "$as_me: failed program was:" >&5 |
30547 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30548 | ||
30549 | wx_cv_struct_tm_has_gmtoff=no | |
30550 | ||
247f5006 | 30551 | fi |
e6cc62c6 | 30552 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 30553 | |
e6cc62c6 VS |
30554 | fi |
30555 | echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5 | |
30556 | echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6 | |
6232543b VS |
30557 | fi |
30558 | ||
30559 | if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then | |
e6cc62c6 | 30560 | cat >>confdefs.h <<\_ACEOF |
6232543b | 30561 | #define WX_GMTOFF_IN_TM 1 |
e6cc62c6 | 30562 | _ACEOF |
0470b1e6 | 30563 | |
3fcdd07b VZ |
30564 | fi |
30565 | ||
e6cc62c6 VS |
30566 | |
30567 | ||
30568 | for ac_func in gettimeofday ftime | |
3fcdd07b | 30569 | do |
e6cc62c6 VS |
30570 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
30571 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30572 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30573 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30574 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30575 | else | |
30576 | cat >conftest.$ac_ext <<_ACEOF | |
30577 | #line $LINENO "configure" | |
30578 | /* confdefs.h. */ | |
30579 | _ACEOF | |
30580 | cat confdefs.h >>conftest.$ac_ext | |
30581 | cat >>conftest.$ac_ext <<_ACEOF | |
30582 | /* end confdefs.h. */ | |
3fcdd07b | 30583 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
30584 | which can conflict with char $ac_func (); below. |
30585 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30586 | <limits.h> exists even on freestanding compilers. */ | |
30587 | #ifdef __STDC__ | |
30588 | # include <limits.h> | |
30589 | #else | |
30590 | # include <assert.h> | |
30591 | #endif | |
3fcdd07b | 30592 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
30593 | #ifdef __cplusplus |
30594 | extern "C" | |
30595 | { | |
30596 | #endif | |
3fcdd07b | 30597 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
30598 | builtin and then its argument prototype would still apply. */ |
30599 | char $ac_func (); | |
3fcdd07b VZ |
30600 | /* The GNU C library defines this for functions which it implements |
30601 | to always fail with ENOSYS. Some functions are actually named | |
30602 | something starting with __ and the normal name is an alias. */ | |
30603 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30604 | choke me | |
30605 | #else | |
e6cc62c6 VS |
30606 | char (*f) () = $ac_func; |
30607 | #endif | |
30608 | #ifdef __cplusplus | |
30609 | } | |
3fcdd07b VZ |
30610 | #endif |
30611 | ||
e6cc62c6 VS |
30612 | int |
30613 | main () | |
30614 | { | |
30615 | return f != $ac_func; | |
30616 | ; | |
30617 | return 0; | |
30618 | } | |
30619 | _ACEOF | |
30620 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30621 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
30622 | (eval $ac_link) 2>&5 | |
30623 | ac_status=$? | |
30624 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30625 | (exit $ac_status); } && | |
30626 | { ac_try='test -s conftest$ac_exeext' | |
30627 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30628 | (eval $ac_try) 2>&5 | |
30629 | ac_status=$? | |
30630 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30631 | (exit $ac_status); }; }; then | |
30632 | eval "$as_ac_var=yes" | |
30633 | else | |
30634 | echo "$as_me: failed program was:" >&5 | |
30635 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30636 | ||
30637 | eval "$as_ac_var=no" | |
30638 | fi | |
30639 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
30640 | fi | |
30641 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
30642 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
30643 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
30644 | cat >>confdefs.h <<_ACEOF | |
30645 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
30646 | _ACEOF | |
3fcdd07b | 30647 | break |
3fcdd07b VZ |
30648 | fi |
30649 | done | |
30650 | ||
698dcdb6 | 30651 | |
8284b0c5 | 30652 | if test "$ac_cv_func_gettimeofday" = "yes"; then |
e6cc62c6 VS |
30653 | echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5 |
30654 | echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6 | |
30655 | if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then | |
30656 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30657 | else | |
30658 | ||
30659 | ||
30660 | ||
30661 | ac_ext=cc | |
5c6fa7d2 | 30662 | ac_cpp='$CXXCPP $CPPFLAGS' |
e6cc62c6 VS |
30663 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
30664 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30665 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
52127426 | 30666 | |
8284b0c5 | 30667 | |
e6cc62c6 VS |
30668 | cat >conftest.$ac_ext <<_ACEOF |
30669 | #line $LINENO "configure" | |
30670 | /* confdefs.h. */ | |
30671 | _ACEOF | |
30672 | cat confdefs.h >>conftest.$ac_ext | |
30673 | cat >>conftest.$ac_ext <<_ACEOF | |
30674 | /* end confdefs.h. */ | |
afc31813 VZ |
30675 | |
30676 | #include <sys/time.h> | |
30677 | #include <unistd.h> | |
e6cc62c6 VS |
30678 | |
30679 | int | |
30680 | main () | |
30681 | { | |
afc31813 VZ |
30682 | |
30683 | struct timeval tv; | |
776862b4 | 30684 | gettimeofday(&tv, NULL); |
e6cc62c6 VS |
30685 | |
30686 | ; | |
30687 | return 0; | |
30688 | } | |
30689 | _ACEOF | |
30690 | rm -f conftest.$ac_objext | |
30691 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30692 | (eval $ac_compile) 2>&5 | |
30693 | ac_status=$? | |
30694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30695 | (exit $ac_status); } && | |
30696 | { ac_try='test -s conftest.$ac_objext' | |
30697 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30698 | (eval $ac_try) 2>&5 | |
30699 | ac_status=$? | |
30700 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30701 | (exit $ac_status); }; }; then | |
afc31813 | 30702 | wx_cv_func_gettimeofday_has_2_args=yes |
10f2d63a | 30703 | else |
e6cc62c6 VS |
30704 | echo "$as_me: failed program was:" >&5 |
30705 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30706 | ||
30707 | cat >conftest.$ac_ext <<_ACEOF | |
30708 | #line $LINENO "configure" | |
30709 | /* confdefs.h. */ | |
30710 | _ACEOF | |
30711 | cat confdefs.h >>conftest.$ac_ext | |
30712 | cat >>conftest.$ac_ext <<_ACEOF | |
30713 | /* end confdefs.h. */ | |
afc31813 VZ |
30714 | |
30715 | #include <sys/time.h> | |
30716 | #include <unistd.h> | |
e6cc62c6 VS |
30717 | |
30718 | int | |
30719 | main () | |
30720 | { | |
afc31813 VZ |
30721 | |
30722 | struct timeval tv; | |
30723 | gettimeofday(&tv); | |
e6cc62c6 VS |
30724 | |
30725 | ; | |
30726 | return 0; | |
30727 | } | |
30728 | _ACEOF | |
30729 | rm -f conftest.$ac_objext | |
30730 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30731 | (eval $ac_compile) 2>&5 | |
30732 | ac_status=$? | |
30733 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30734 | (exit $ac_status); } && | |
30735 | { ac_try='test -s conftest.$ac_objext' | |
30736 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30737 | (eval $ac_try) 2>&5 | |
30738 | ac_status=$? | |
30739 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30740 | (exit $ac_status); }; }; then | |
afc31813 | 30741 | wx_cv_func_gettimeofday_has_2_args=no |
10f2d63a | 30742 | else |
e6cc62c6 VS |
30743 | echo "$as_me: failed program was:" >&5 |
30744 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30745 | ||
30746 | ||
30747 | { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5 | |
30748 | echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;} | |
776862b4 | 30749 | wx_cv_func_gettimeofday_has_2_args=unknown |
e6cc62c6 VS |
30750 | |
30751 | ||
10f2d63a | 30752 | fi |
e6cc62c6 VS |
30753 | rm -f conftest.$ac_objext conftest.$ac_ext |
30754 | ||
10f2d63a | 30755 | fi |
e6cc62c6 | 30756 | rm -f conftest.$ac_objext conftest.$ac_ext |
afc31813 | 30757 | ac_ext=c |
10f2d63a | 30758 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
30759 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
30760 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30761 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
8284b0c5 | 30762 | |
a0b9e27f | 30763 | |
e6cc62c6 VS |
30764 | fi |
30765 | echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5 | |
30766 | echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6 | |
c63c7106 | 30767 | |
afc31813 | 30768 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then |
e6cc62c6 | 30769 | cat >>confdefs.h <<\_ACEOF |
afc31813 | 30770 | #define WX_GETTIMEOFDAY_NO_TZ 1 |
e6cc62c6 | 30771 | _ACEOF |
afc31813 VZ |
30772 | |
30773 | fi | |
30774 | fi | |
30775 | ||
afc31813 VZ |
30776 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" |
30777 | fi | |
30778 | ||
8284b0c5 | 30779 | |
52127426 | 30780 | if test "$wxUSE_SOCKETS" = "yes"; then |
6c657b52 | 30781 | if test "$wxUSE_MGL" = "1"; then |
e6cc62c6 VS |
30782 | { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5 |
30783 | echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;} | |
6c657b52 VS |
30784 | wxUSE_SOCKETS="no" |
30785 | fi | |
0feee163 | 30786 | fi |
b089607b | 30787 | |
0feee163 VZ |
30788 | if test "$wxUSE_SOCKETS" = "yes"; then |
30789 | if test "$TOOLKIT" != "MSW"; then | |
e6cc62c6 VS |
30790 | echo "$as_me:$LINENO: checking for socket" >&5 |
30791 | echo $ECHO_N "checking for socket... $ECHO_C" >&6 | |
30792 | if test "${ac_cv_func_socket+set}" = set; then | |
30793 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30794 | else | |
30795 | cat >conftest.$ac_ext <<_ACEOF | |
30796 | #line $LINENO "configure" | |
30797 | /* confdefs.h. */ | |
30798 | _ACEOF | |
30799 | cat confdefs.h >>conftest.$ac_ext | |
30800 | cat >>conftest.$ac_ext <<_ACEOF | |
30801 | /* end confdefs.h. */ | |
c63c7106 | 30802 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
30803 | which can conflict with char socket (); below. |
30804 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30805 | <limits.h> exists even on freestanding compilers. */ | |
30806 | #ifdef __STDC__ | |
30807 | # include <limits.h> | |
30808 | #else | |
30809 | # include <assert.h> | |
30810 | #endif | |
c63c7106 | 30811 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
30812 | #ifdef __cplusplus |
30813 | extern "C" | |
30814 | { | |
30815 | #endif | |
c63c7106 | 30816 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
30817 | builtin and then its argument prototype would still apply. */ |
30818 | char socket (); | |
c63c7106 VZ |
30819 | /* The GNU C library defines this for functions which it implements |
30820 | to always fail with ENOSYS. Some functions are actually named | |
30821 | something starting with __ and the normal name is an alias. */ | |
30822 | #if defined (__stub_socket) || defined (__stub___socket) | |
30823 | choke me | |
30824 | #else | |
e6cc62c6 VS |
30825 | char (*f) () = socket; |
30826 | #endif | |
30827 | #ifdef __cplusplus | |
30828 | } | |
c63c7106 VZ |
30829 | #endif |
30830 | ||
e6cc62c6 VS |
30831 | int |
30832 | main () | |
30833 | { | |
30834 | return f != socket; | |
30835 | ; | |
30836 | return 0; | |
30837 | } | |
30838 | _ACEOF | |
30839 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30840 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
30841 | (eval $ac_link) 2>&5 | |
30842 | ac_status=$? | |
30843 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30844 | (exit $ac_status); } && | |
30845 | { ac_try='test -s conftest$ac_exeext' | |
30846 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30847 | (eval $ac_try) 2>&5 | |
30848 | ac_status=$? | |
30849 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30850 | (exit $ac_status); }; }; then | |
30851 | ac_cv_func_socket=yes | |
30852 | else | |
30853 | echo "$as_me: failed program was:" >&5 | |
30854 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30855 | ||
30856 | ac_cv_func_socket=no | |
30857 | fi | |
30858 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
30859 | fi | |
30860 | echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 | |
30861 | echo "${ECHO_T}$ac_cv_func_socket" >&6 | |
30862 | if test $ac_cv_func_socket = yes; then | |
c63c7106 VZ |
30863 | : |
30864 | else | |
e6cc62c6 VS |
30865 | echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 |
30866 | echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 | |
30867 | if test "${ac_cv_lib_socket_socket+set}" = set; then | |
30868 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
c63c7106 | 30869 | else |
e6cc62c6 | 30870 | ac_check_lib_save_LIBS=$LIBS |
c63c7106 | 30871 | LIBS="-lsocket $LIBS" |
e6cc62c6 VS |
30872 | cat >conftest.$ac_ext <<_ACEOF |
30873 | #line $LINENO "configure" | |
30874 | /* confdefs.h. */ | |
30875 | _ACEOF | |
30876 | cat confdefs.h >>conftest.$ac_ext | |
30877 | cat >>conftest.$ac_ext <<_ACEOF | |
30878 | /* end confdefs.h. */ | |
30879 | ||
c63c7106 | 30880 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
30881 | #ifdef __cplusplus |
30882 | extern "C" | |
30883 | #endif | |
c63c7106 | 30884 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
30885 | builtin and then its argument prototype would still apply. */ |
30886 | char socket (); | |
30887 | int | |
30888 | main () | |
30889 | { | |
30890 | socket (); | |
30891 | ; | |
30892 | return 0; | |
30893 | } | |
30894 | _ACEOF | |
30895 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30896 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
30897 | (eval $ac_link) 2>&5 | |
30898 | ac_status=$? | |
30899 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30900 | (exit $ac_status); } && | |
30901 | { ac_try='test -s conftest$ac_exeext' | |
30902 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30903 | (eval $ac_try) 2>&5 | |
30904 | ac_status=$? | |
30905 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30906 | (exit $ac_status); }; }; then | |
30907 | ac_cv_lib_socket_socket=yes | |
30908 | else | |
30909 | echo "$as_me: failed program was:" >&5 | |
30910 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30911 | ||
30912 | ac_cv_lib_socket_socket=no | |
30913 | fi | |
30914 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
30915 | LIBS=$ac_check_lib_save_LIBS | |
30916 | fi | |
30917 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 | |
30918 | echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 | |
30919 | if test $ac_cv_lib_socket_socket = yes; then | |
d558c907 VS |
30920 | if test "$INET_LINK" != " -lsocket"; then |
30921 | INET_LINK="$INET_LINK -lsocket" | |
30922 | fi | |
c63c7106 | 30923 | else |
afc31813 | 30924 | |
e6cc62c6 VS |
30925 | { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5 |
30926 | echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;} | |
3a922bb4 | 30927 | wxUSE_SOCKETS=no |
e6cc62c6 VS |
30928 | |
30929 | ||
6232543b | 30930 | fi |
b089607b | 30931 | |
e6cc62c6 | 30932 | |
1e487827 | 30933 | fi |
afc31813 | 30934 | |
3a922bb4 | 30935 | fi |
0feee163 | 30936 | fi |
51a9faba | 30937 | |
0feee163 VZ |
30938 | if test "$wxUSE_SOCKETS" = "yes" ; then |
30939 | if test "$TOOLKIT" != "MSW"; then | |
e6cc62c6 VS |
30940 | echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5 |
30941 | echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6 | |
30942 | if test "${wx_cv_type_getsockname3+set}" = set; then | |
30943 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a0b9e27f | 30944 | else |
e6cc62c6 VS |
30945 | |
30946 | cat >conftest.$ac_ext <<_ACEOF | |
30947 | #line $LINENO "configure" | |
30948 | /* confdefs.h. */ | |
30949 | _ACEOF | |
30950 | cat confdefs.h >>conftest.$ac_ext | |
30951 | cat >>conftest.$ac_ext <<_ACEOF | |
30952 | /* end confdefs.h. */ | |
51a9faba | 30953 | |
3a922bb4 RL |
30954 | #include <sys/types.h> |
30955 | #include <sys/socket.h> | |
e6cc62c6 VS |
30956 | |
30957 | int | |
30958 | main () | |
30959 | { | |
51a9faba | 30960 | |
3a922bb4 RL |
30961 | socklen_t len; |
30962 | getsockname(0, 0, &len); | |
e6cc62c6 VS |
30963 | |
30964 | ; | |
30965 | return 0; | |
30966 | } | |
30967 | _ACEOF | |
30968 | rm -f conftest.$ac_objext | |
30969 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30970 | (eval $ac_compile) 2>&5 | |
30971 | ac_status=$? | |
30972 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30973 | (exit $ac_status); } && | |
30974 | { ac_try='test -s conftest.$ac_objext' | |
30975 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30976 | (eval $ac_try) 2>&5 | |
30977 | ac_status=$? | |
30978 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30979 | (exit $ac_status); }; }; then | |
51a9faba | 30980 | wx_cv_type_getsockname3=socklen_t |
afc31813 | 30981 | else |
e6cc62c6 VS |
30982 | echo "$as_me: failed program was:" >&5 |
30983 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30984 | ||
30985 | ||
9711d31e GD |
30986 | CFLAGS_OLD="$CFLAGS" |
30987 | if test "$GCC" = yes ; then | |
30988 | CFLAGS="$CFLAGS -Werror" | |
30989 | fi | |
30990 | ||
e6cc62c6 VS |
30991 | cat >conftest.$ac_ext <<_ACEOF |
30992 | #line $LINENO "configure" | |
30993 | /* confdefs.h. */ | |
30994 | _ACEOF | |
30995 | cat confdefs.h >>conftest.$ac_ext | |
30996 | cat >>conftest.$ac_ext <<_ACEOF | |
30997 | /* end confdefs.h. */ | |
51a9faba | 30998 | |
9711d31e GD |
30999 | #include <sys/types.h> |
31000 | #include <sys/socket.h> | |
e6cc62c6 VS |
31001 | |
31002 | int | |
31003 | main () | |
31004 | { | |
51a9faba | 31005 | |
9711d31e GD |
31006 | size_t len; |
31007 | getsockname(0, 0, &len); | |
e6cc62c6 VS |
31008 | |
31009 | ; | |
31010 | return 0; | |
31011 | } | |
31012 | _ACEOF | |
31013 | rm -f conftest.$ac_objext | |
31014 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
31015 | (eval $ac_compile) 2>&5 | |
31016 | ac_status=$? | |
31017 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31018 | (exit $ac_status); } && | |
31019 | { ac_try='test -s conftest.$ac_objext' | |
31020 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31021 | (eval $ac_try) 2>&5 | |
31022 | ac_status=$? | |
31023 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31024 | (exit $ac_status); }; }; then | |
51a9faba | 31025 | wx_cv_type_getsockname3=size_t |
afc31813 | 31026 | else |
e6cc62c6 VS |
31027 | echo "$as_me: failed program was:" >&5 |
31028 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31029 | ||
31030 | cat >conftest.$ac_ext <<_ACEOF | |
31031 | #line $LINENO "configure" | |
31032 | /* confdefs.h. */ | |
31033 | _ACEOF | |
31034 | cat confdefs.h >>conftest.$ac_ext | |
31035 | cat >>conftest.$ac_ext <<_ACEOF | |
31036 | /* end confdefs.h. */ | |
51a9faba | 31037 | |
9711d31e GD |
31038 | #include <sys/types.h> |
31039 | #include <sys/socket.h> | |
e6cc62c6 VS |
31040 | |
31041 | int | |
31042 | main () | |
31043 | { | |
51a9faba | 31044 | |
9711d31e GD |
31045 | int len; |
31046 | getsockname(0, 0, &len); | |
e6cc62c6 VS |
31047 | |
31048 | ; | |
31049 | return 0; | |
31050 | } | |
31051 | _ACEOF | |
31052 | rm -f conftest.$ac_objext | |
31053 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
31054 | (eval $ac_compile) 2>&5 | |
31055 | ac_status=$? | |
31056 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31057 | (exit $ac_status); } && | |
31058 | { ac_try='test -s conftest.$ac_objext' | |
31059 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31060 | (eval $ac_try) 2>&5 | |
31061 | ac_status=$? | |
31062 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31063 | (exit $ac_status); }; }; then | |
51a9faba | 31064 | wx_cv_type_getsockname3=int |
afc31813 | 31065 | else |
e6cc62c6 VS |
31066 | echo "$as_me: failed program was:" >&5 |
31067 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31068 | ||
31069 | wx_cv_type_getsockname3=unknown | |
31070 | ||
afc31813 | 31071 | fi |
e6cc62c6 VS |
31072 | rm -f conftest.$ac_objext conftest.$ac_ext |
31073 | ||
afc31813 | 31074 | fi |
e6cc62c6 | 31075 | rm -f conftest.$ac_objext conftest.$ac_ext |
9711d31e GD |
31076 | |
31077 | CFLAGS="$CFLAGS_OLD" | |
e6cc62c6 VS |
31078 | |
31079 | ||
247f5006 | 31080 | fi |
e6cc62c6 | 31081 | rm -f conftest.$ac_objext conftest.$ac_ext |
a0b9e27f | 31082 | |
e6cc62c6 VS |
31083 | fi |
31084 | echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5 | |
31085 | echo "${ECHO_T}$wx_cv_type_getsockname3" >&6 | |
51a9faba | 31086 | |
3a922bb4 RL |
31087 | if test "$wx_cv_type_getsockname3" = "unknown"; then |
31088 | wxUSE_SOCKETS=no | |
e6cc62c6 VS |
31089 | { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5 |
31090 | echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;} | |
3a922bb4 | 31091 | else |
e6cc62c6 | 31092 | cat >>confdefs.h <<_ACEOF |
51a9faba | 31093 | #define SOCKLEN_T $wx_cv_type_getsockname3 |
e6cc62c6 | 31094 | _ACEOF |
51a9faba | 31095 | |
3a922bb4 | 31096 | fi |
51a9faba VZ |
31097 | fi |
31098 | fi | |
afc31813 | 31099 | |
51a9faba | 31100 | if test "$wxUSE_SOCKETS" = "yes" ; then |
e6cc62c6 | 31101 | cat >>confdefs.h <<\_ACEOF |
afc31813 | 31102 | #define wxUSE_SOCKETS 1 |
e6cc62c6 | 31103 | _ACEOF |
afc31813 | 31104 | |
70f7a477 | 31105 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" |
afc31813 VZ |
31106 | fi |
31107 | ||
8284b0c5 | 31108 | |
dc3d889d VZ |
31109 | if test "$wxUSE_GUI" = "yes"; then |
31110 | ||
ac0c4cc3 | 31111 | if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then |
e6cc62c6 VS |
31112 | { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5 |
31113 | echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;} | |
156b2523 GD |
31114 | wxUSE_JOYSTICK=no |
31115 | fi | |
31116 | if test "$TOOLKIT" = "MOTIF"; then | |
e6cc62c6 VS |
31117 | { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Motif... disabled" >&5 |
31118 | echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;} | |
156b2523 | 31119 | wxUSE_JOYSTICK=no |
f79bd02d JS |
31120 | fi |
31121 | if test "$TOOLKIT" = "X11"; then | |
e6cc62c6 VS |
31122 | { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under X11... disabled" >&5 |
31123 | echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;} | |
f79bd02d | 31124 | wxUSE_JOYSTICK=no |
156b2523 GD |
31125 | fi |
31126 | ||
3a922bb4 RL |
31127 | if test "$TOOLKIT" != "MSW"; then |
31128 | if test "$wxUSE_JOYSTICK" = "yes"; then | |
e6cc62c6 VS |
31129 | |
31130 | for ac_header in linux/joystick.h | |
10f2d63a | 31131 | do |
e6cc62c6 VS |
31132 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
31133 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
31134 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
31135 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
31136 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
31137 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31138 | fi | |
31139 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
31140 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
31141 | else | |
31142 | # Is the header compilable? | |
31143 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
31144 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
31145 | cat >conftest.$ac_ext <<_ACEOF | |
31146 | #line $LINENO "configure" | |
31147 | /* confdefs.h. */ | |
31148 | _ACEOF | |
31149 | cat confdefs.h >>conftest.$ac_ext | |
31150 | cat >>conftest.$ac_ext <<_ACEOF | |
31151 | /* end confdefs.h. */ | |
31152 | $ac_includes_default | |
31153 | #include <$ac_header> | |
31154 | _ACEOF | |
31155 | rm -f conftest.$ac_objext | |
31156 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
31157 | (eval $ac_compile) 2>&5 | |
31158 | ac_status=$? | |
31159 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31160 | (exit $ac_status); } && | |
31161 | { ac_try='test -s conftest.$ac_objext' | |
31162 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31163 | (eval $ac_try) 2>&5 | |
31164 | ac_status=$? | |
31165 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31166 | (exit $ac_status); }; }; then | |
31167 | ac_header_compiler=yes | |
31168 | else | |
31169 | echo "$as_me: failed program was:" >&5 | |
31170 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31171 | ||
31172 | ac_header_compiler=no | |
31173 | fi | |
31174 | rm -f conftest.$ac_objext conftest.$ac_ext | |
31175 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
31176 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
31177 | ||
31178 | # Is the header present? | |
31179 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
31180 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
31181 | cat >conftest.$ac_ext <<_ACEOF | |
31182 | #line $LINENO "configure" | |
31183 | /* confdefs.h. */ | |
31184 | _ACEOF | |
31185 | cat confdefs.h >>conftest.$ac_ext | |
31186 | cat >>conftest.$ac_ext <<_ACEOF | |
31187 | /* end confdefs.h. */ | |
31188 | #include <$ac_header> | |
31189 | _ACEOF | |
31190 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
31191 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
31192 | ac_status=$? | |
31193 | grep -v '^ *+' conftest.er1 >conftest.err | |
31194 | rm -f conftest.er1 | |
31195 | cat conftest.err >&5 | |
31196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31197 | (exit $ac_status); } >/dev/null; then | |
31198 | if test -s conftest.err; then | |
31199 | ac_cpp_err=$ac_c_preproc_warn_flag | |
31200 | else | |
31201 | ac_cpp_err= | |
31202 | fi | |
31203 | else | |
31204 | ac_cpp_err=yes | |
31205 | fi | |
31206 | if test -z "$ac_cpp_err"; then | |
31207 | ac_header_preproc=yes | |
31208 | else | |
31209 | echo "$as_me: failed program was:" >&5 | |
31210 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31211 | ||
31212 | ac_header_preproc=no | |
31213 | fi | |
31214 | rm -f conftest.err conftest.$ac_ext | |
31215 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
31216 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
31217 | ||
31218 | # So? What about this header? | |
31219 | case $ac_header_compiler:$ac_header_preproc in | |
31220 | yes:no ) | |
31221 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
31222 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
31223 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
31224 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
31225 | ( | |
31226 | cat <<\_ASBOX | |
31227 | ## ------------------------------------ ## | |
31228 | ## Report this to bug-autoconf@gnu.org. ## | |
31229 | ## ------------------------------------ ## | |
31230 | _ASBOX | |
31231 | ) | | |
31232 | sed "s/^/$as_me: WARNING: /" >&2 | |
31233 | ;; | |
31234 | no:yes ) | |
31235 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
31236 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
31237 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
31238 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
31239 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
31240 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
31241 | ( | |
31242 | cat <<\_ASBOX | |
31243 | ## ------------------------------------ ## | |
31244 | ## Report this to bug-autoconf@gnu.org. ## | |
31245 | ## ------------------------------------ ## | |
31246 | _ASBOX | |
31247 | ) | | |
31248 | sed "s/^/$as_me: WARNING: /" >&2 | |
31249 | ;; | |
31250 | esac | |
31251 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
31252 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
31253 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
31254 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31255 | else | |
31256 | eval "$as_ac_Header=$ac_header_preproc" | |
247f5006 | 31257 | fi |
e6cc62c6 VS |
31258 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
31259 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
31260 | ||
10f2d63a | 31261 | fi |
e6cc62c6 VS |
31262 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
31263 | cat >>confdefs.h <<_ACEOF | |
31264 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
31265 | _ACEOF | |
31266 | ||
247f5006 | 31267 | fi |
e6cc62c6 | 31268 | |
10f2d63a VZ |
31269 | done |
31270 | ||
3a922bb4 RL |
31271 | if test "$ac_cv_header_linux_joystick_h" != "yes"; then |
31272 | wxUSE_JOYSTICK=no | |
e6cc62c6 VS |
31273 | { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5 |
31274 | echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;} | |
3a922bb4 RL |
31275 | fi |
31276 | fi | |
31277 | fi | |
b089607b | 31278 | |
3a922bb4 | 31279 | if test "$wxUSE_JOYSTICK" = "yes"; then |
e6cc62c6 | 31280 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31281 | #define wxUSE_JOYSTICK 1 |
e6cc62c6 | 31282 | _ACEOF |
10f2d63a | 31283 | |
3a922bb4 RL |
31284 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" |
31285 | fi | |
dc3d889d VZ |
31286 | fi |
31287 | ||
8284b0c5 | 31288 | |
b089607b VZ |
31289 | if test "$TOOLKIT" != "MSW"; then |
31290 | ||
3a922bb4 RL |
31291 | HAVE_DL_FUNCS=0 |
31292 | HAVE_SHL_FUNCS=0 | |
0b9ab0bd | 31293 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then |
3a922bb4 RL |
31294 | if test "$USE_DARWIN" = 1; then |
31295 | HAVE_DL_FUNCS=1 | |
31296 | else | |
e6cc62c6 VS |
31297 | |
31298 | for ac_func in dlopen | |
10f2d63a | 31299 | do |
e6cc62c6 VS |
31300 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
31301 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31302 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31303 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31304 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31305 | else | |
31306 | cat >conftest.$ac_ext <<_ACEOF | |
31307 | #line $LINENO "configure" | |
31308 | /* confdefs.h. */ | |
31309 | _ACEOF | |
31310 | cat confdefs.h >>conftest.$ac_ext | |
31311 | cat >>conftest.$ac_ext <<_ACEOF | |
31312 | /* end confdefs.h. */ | |
10f2d63a | 31313 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
31314 | which can conflict with char $ac_func (); below. |
31315 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31316 | <limits.h> exists even on freestanding compilers. */ | |
31317 | #ifdef __STDC__ | |
31318 | # include <limits.h> | |
31319 | #else | |
31320 | # include <assert.h> | |
31321 | #endif | |
10f2d63a | 31322 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
31323 | #ifdef __cplusplus |
31324 | extern "C" | |
31325 | { | |
31326 | #endif | |
10f2d63a | 31327 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
31328 | builtin and then its argument prototype would still apply. */ |
31329 | char $ac_func (); | |
10f2d63a VZ |
31330 | /* The GNU C library defines this for functions which it implements |
31331 | to always fail with ENOSYS. Some functions are actually named | |
31332 | something starting with __ and the normal name is an alias. */ | |
31333 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31334 | choke me | |
31335 | #else | |
e6cc62c6 VS |
31336 | char (*f) () = $ac_func; |
31337 | #endif | |
31338 | #ifdef __cplusplus | |
31339 | } | |
10f2d63a VZ |
31340 | #endif |
31341 | ||
e6cc62c6 VS |
31342 | int |
31343 | main () | |
31344 | { | |
31345 | return f != $ac_func; | |
31346 | ; | |
31347 | return 0; | |
31348 | } | |
31349 | _ACEOF | |
31350 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31351 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31352 | (eval $ac_link) 2>&5 | |
31353 | ac_status=$? | |
31354 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31355 | (exit $ac_status); } && | |
31356 | { ac_try='test -s conftest$ac_exeext' | |
31357 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31358 | (eval $ac_try) 2>&5 | |
31359 | ac_status=$? | |
31360 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31361 | (exit $ac_status); }; }; then | |
31362 | eval "$as_ac_var=yes" | |
31363 | else | |
31364 | echo "$as_me: failed program was:" >&5 | |
31365 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31366 | ||
31367 | eval "$as_ac_var=no" | |
31368 | fi | |
31369 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
31370 | fi | |
31371 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31372 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31373 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31374 | cat >>confdefs.h <<_ACEOF | |
31375 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31376 | _ACEOF | |
31377 | ||
31378 | cat >>confdefs.h <<\_ACEOF | |
10f2d63a | 31379 | #define HAVE_DLOPEN 1 |
e6cc62c6 | 31380 | _ACEOF |
10f2d63a | 31381 | |
3a922bb4 | 31382 | HAVE_DL_FUNCS=1 |
e6cc62c6 | 31383 | |
10f2d63a | 31384 | else |
e6cc62c6 VS |
31385 | |
31386 | echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | |
31387 | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 | |
31388 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then | |
31389 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 31390 | else |
e6cc62c6 | 31391 | ac_check_lib_save_LIBS=$LIBS |
10f2d63a | 31392 | LIBS="-ldl $LIBS" |
e6cc62c6 VS |
31393 | cat >conftest.$ac_ext <<_ACEOF |
31394 | #line $LINENO "configure" | |
31395 | /* confdefs.h. */ | |
31396 | _ACEOF | |
31397 | cat confdefs.h >>conftest.$ac_ext | |
31398 | cat >>conftest.$ac_ext <<_ACEOF | |
31399 | /* end confdefs.h. */ | |
31400 | ||
10f2d63a | 31401 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
31402 | #ifdef __cplusplus |
31403 | extern "C" | |
31404 | #endif | |
10f2d63a | 31405 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
31406 | builtin and then its argument prototype would still apply. */ |
31407 | char dlopen (); | |
31408 | int | |
31409 | main () | |
31410 | { | |
31411 | dlopen (); | |
31412 | ; | |
31413 | return 0; | |
31414 | } | |
31415 | _ACEOF | |
31416 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31417 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31418 | (eval $ac_link) 2>&5 | |
31419 | ac_status=$? | |
31420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31421 | (exit $ac_status); } && | |
31422 | { ac_try='test -s conftest$ac_exeext' | |
31423 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31424 | (eval $ac_try) 2>&5 | |
31425 | ac_status=$? | |
31426 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31427 | (exit $ac_status); }; }; then | |
31428 | ac_cv_lib_dl_dlopen=yes | |
31429 | else | |
31430 | echo "$as_me: failed program was:" >&5 | |
31431 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31432 | ||
31433 | ac_cv_lib_dl_dlopen=no | |
31434 | fi | |
31435 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
31436 | LIBS=$ac_check_lib_save_LIBS | |
31437 | fi | |
31438 | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | |
31439 | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 | |
31440 | if test $ac_cv_lib_dl_dlopen = yes; then | |
31441 | ||
31442 | cat >>confdefs.h <<\_ACEOF | |
10f2d63a | 31443 | #define HAVE_DLOPEN 1 |
e6cc62c6 | 31444 | _ACEOF |
10f2d63a | 31445 | |
3a922bb4 | 31446 | HAVE_DL_FUNCS=1 |
3d63bc3a | 31447 | DL_LINK=" -ldl$DL_LINK" |
e6cc62c6 | 31448 | |
10f2d63a | 31449 | else |
10f2d63a | 31450 | |
e6cc62c6 VS |
31451 | |
31452 | for ac_func in shl_load | |
10f2d63a | 31453 | do |
e6cc62c6 VS |
31454 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
31455 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31456 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31457 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31458 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31459 | else | |
31460 | cat >conftest.$ac_ext <<_ACEOF | |
31461 | #line $LINENO "configure" | |
31462 | /* confdefs.h. */ | |
31463 | _ACEOF | |
31464 | cat confdefs.h >>conftest.$ac_ext | |
31465 | cat >>conftest.$ac_ext <<_ACEOF | |
31466 | /* end confdefs.h. */ | |
10f2d63a | 31467 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
31468 | which can conflict with char $ac_func (); below. |
31469 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31470 | <limits.h> exists even on freestanding compilers. */ | |
31471 | #ifdef __STDC__ | |
31472 | # include <limits.h> | |
31473 | #else | |
31474 | # include <assert.h> | |
31475 | #endif | |
10f2d63a | 31476 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
31477 | #ifdef __cplusplus |
31478 | extern "C" | |
31479 | { | |
31480 | #endif | |
10f2d63a | 31481 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
31482 | builtin and then its argument prototype would still apply. */ |
31483 | char $ac_func (); | |
10f2d63a VZ |
31484 | /* The GNU C library defines this for functions which it implements |
31485 | to always fail with ENOSYS. Some functions are actually named | |
31486 | something starting with __ and the normal name is an alias. */ | |
31487 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31488 | choke me | |
31489 | #else | |
e6cc62c6 VS |
31490 | char (*f) () = $ac_func; |
31491 | #endif | |
31492 | #ifdef __cplusplus | |
31493 | } | |
10f2d63a VZ |
31494 | #endif |
31495 | ||
e6cc62c6 VS |
31496 | int |
31497 | main () | |
31498 | { | |
31499 | return f != $ac_func; | |
31500 | ; | |
31501 | return 0; | |
31502 | } | |
31503 | _ACEOF | |
31504 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31505 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31506 | (eval $ac_link) 2>&5 | |
31507 | ac_status=$? | |
31508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31509 | (exit $ac_status); } && | |
31510 | { ac_try='test -s conftest$ac_exeext' | |
31511 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31512 | (eval $ac_try) 2>&5 | |
31513 | ac_status=$? | |
31514 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31515 | (exit $ac_status); }; }; then | |
31516 | eval "$as_ac_var=yes" | |
31517 | else | |
31518 | echo "$as_me: failed program was:" >&5 | |
31519 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31520 | ||
31521 | eval "$as_ac_var=no" | |
31522 | fi | |
31523 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
31524 | fi | |
31525 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31526 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31527 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31528 | cat >>confdefs.h <<_ACEOF | |
31529 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31530 | _ACEOF | |
31531 | ||
31532 | cat >>confdefs.h <<\_ACEOF | |
10f2d63a | 31533 | #define HAVE_SHL_LOAD 1 |
e6cc62c6 | 31534 | _ACEOF |
10f2d63a | 31535 | |
3a922bb4 | 31536 | HAVE_SHL_FUNCS=1 |
e6cc62c6 | 31537 | |
10f2d63a | 31538 | else |
e6cc62c6 VS |
31539 | |
31540 | echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5 | |
31541 | echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6 | |
31542 | if test "${ac_cv_lib_shl_load_dld+set}" = set; then | |
31543 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
f6bcfd97 | 31544 | else |
e6cc62c6 | 31545 | ac_check_lib_save_LIBS=$LIBS |
f6bcfd97 | 31546 | LIBS="-lshl_load $LIBS" |
e6cc62c6 VS |
31547 | cat >conftest.$ac_ext <<_ACEOF |
31548 | #line $LINENO "configure" | |
31549 | /* confdefs.h. */ | |
31550 | _ACEOF | |
31551 | cat confdefs.h >>conftest.$ac_ext | |
31552 | cat >>conftest.$ac_ext <<_ACEOF | |
31553 | /* end confdefs.h. */ | |
31554 | ||
8284b0c5 | 31555 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
31556 | #ifdef __cplusplus |
31557 | extern "C" | |
31558 | #endif | |
f6bcfd97 | 31559 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
31560 | builtin and then its argument prototype would still apply. */ |
31561 | char dld (); | |
31562 | int | |
31563 | main () | |
31564 | { | |
31565 | dld (); | |
31566 | ; | |
31567 | return 0; | |
31568 | } | |
31569 | _ACEOF | |
31570 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31571 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31572 | (eval $ac_link) 2>&5 | |
31573 | ac_status=$? | |
31574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31575 | (exit $ac_status); } && | |
31576 | { ac_try='test -s conftest$ac_exeext' | |
31577 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31578 | (eval $ac_try) 2>&5 | |
31579 | ac_status=$? | |
31580 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31581 | (exit $ac_status); }; }; then | |
31582 | ac_cv_lib_shl_load_dld=yes | |
31583 | else | |
31584 | echo "$as_me: failed program was:" >&5 | |
31585 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31586 | ||
31587 | ac_cv_lib_shl_load_dld=no | |
31588 | fi | |
31589 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
31590 | LIBS=$ac_check_lib_save_LIBS | |
31591 | fi | |
31592 | echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5 | |
31593 | echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6 | |
31594 | if test $ac_cv_lib_shl_load_dld = yes; then | |
f6bcfd97 | 31595 | |
3a922bb4 | 31596 | HAVE_SHL_FUNCS=1 |
3d63bc3a | 31597 | DL_LINK=" -ldld$DL_LINK" |
e6cc62c6 | 31598 | |
f6bcfd97 BP |
31599 | fi |
31600 | ||
e6cc62c6 | 31601 | |
10f2d63a VZ |
31602 | fi |
31603 | done | |
31604 | ||
e6cc62c6 | 31605 | |
10f2d63a VZ |
31606 | fi |
31607 | ||
e6cc62c6 | 31608 | |
10f2d63a VZ |
31609 | fi |
31610 | done | |
31611 | ||
5c6fa7d2 | 31612 | |
8284b0c5 | 31613 | if test "$HAVE_DL_FUNCS" = 1; then |
e6cc62c6 VS |
31614 | |
31615 | for ac_func in dlerror | |
f6bcfd97 | 31616 | do |
e6cc62c6 VS |
31617 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
31618 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31619 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31620 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31621 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31622 | else | |
31623 | cat >conftest.$ac_ext <<_ACEOF | |
31624 | #line $LINENO "configure" | |
31625 | /* confdefs.h. */ | |
31626 | _ACEOF | |
31627 | cat confdefs.h >>conftest.$ac_ext | |
31628 | cat >>conftest.$ac_ext <<_ACEOF | |
31629 | /* end confdefs.h. */ | |
f6bcfd97 | 31630 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
31631 | which can conflict with char $ac_func (); below. |
31632 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31633 | <limits.h> exists even on freestanding compilers. */ | |
31634 | #ifdef __STDC__ | |
31635 | # include <limits.h> | |
31636 | #else | |
31637 | # include <assert.h> | |
31638 | #endif | |
f6bcfd97 | 31639 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
31640 | #ifdef __cplusplus |
31641 | extern "C" | |
31642 | { | |
31643 | #endif | |
f6bcfd97 | 31644 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
31645 | builtin and then its argument prototype would still apply. */ |
31646 | char $ac_func (); | |
f6bcfd97 BP |
31647 | /* The GNU C library defines this for functions which it implements |
31648 | to always fail with ENOSYS. Some functions are actually named | |
31649 | something starting with __ and the normal name is an alias. */ | |
31650 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31651 | choke me | |
31652 | #else | |
e6cc62c6 VS |
31653 | char (*f) () = $ac_func; |
31654 | #endif | |
31655 | #ifdef __cplusplus | |
31656 | } | |
f6bcfd97 BP |
31657 | #endif |
31658 | ||
e6cc62c6 VS |
31659 | int |
31660 | main () | |
31661 | { | |
31662 | return f != $ac_func; | |
31663 | ; | |
31664 | return 0; | |
31665 | } | |
31666 | _ACEOF | |
31667 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31668 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31669 | (eval $ac_link) 2>&5 | |
31670 | ac_status=$? | |
31671 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31672 | (exit $ac_status); } && | |
31673 | { ac_try='test -s conftest$ac_exeext' | |
31674 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31675 | (eval $ac_try) 2>&5 | |
31676 | ac_status=$? | |
31677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31678 | (exit $ac_status); }; }; then | |
31679 | eval "$as_ac_var=yes" | |
31680 | else | |
31681 | echo "$as_me: failed program was:" >&5 | |
31682 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31683 | ||
31684 | eval "$as_ac_var=no" | |
31685 | fi | |
31686 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
31687 | fi | |
31688 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31689 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31690 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31691 | cat >>confdefs.h <<_ACEOF | |
31692 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31693 | _ACEOF | |
31694 | cat >>confdefs.h <<\_ACEOF | |
f6bcfd97 | 31695 | #define HAVE_DLERROR 1 |
e6cc62c6 | 31696 | _ACEOF |
f6bcfd97 BP |
31697 | |
31698 | else | |
e6cc62c6 VS |
31699 | echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5 |
31700 | echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6 | |
31701 | if test "${ac_cv_lib_dl_dlerror+set}" = set; then | |
31702 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
f6bcfd97 | 31703 | else |
e6cc62c6 | 31704 | ac_check_lib_save_LIBS=$LIBS |
f6bcfd97 | 31705 | LIBS="-ldl $LIBS" |
e6cc62c6 VS |
31706 | cat >conftest.$ac_ext <<_ACEOF |
31707 | #line $LINENO "configure" | |
31708 | /* confdefs.h. */ | |
31709 | _ACEOF | |
31710 | cat confdefs.h >>conftest.$ac_ext | |
31711 | cat >>conftest.$ac_ext <<_ACEOF | |
31712 | /* end confdefs.h. */ | |
31713 | ||
f6bcfd97 | 31714 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
31715 | #ifdef __cplusplus |
31716 | extern "C" | |
31717 | #endif | |
f6bcfd97 | 31718 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
31719 | builtin and then its argument prototype would still apply. */ |
31720 | char dlerror (); | |
31721 | int | |
31722 | main () | |
31723 | { | |
31724 | dlerror (); | |
31725 | ; | |
31726 | return 0; | |
31727 | } | |
31728 | _ACEOF | |
31729 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31730 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31731 | (eval $ac_link) 2>&5 | |
31732 | ac_status=$? | |
31733 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31734 | (exit $ac_status); } && | |
31735 | { ac_try='test -s conftest$ac_exeext' | |
31736 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31737 | (eval $ac_try) 2>&5 | |
31738 | ac_status=$? | |
31739 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31740 | (exit $ac_status); }; }; then | |
31741 | ac_cv_lib_dl_dlerror=yes | |
31742 | else | |
31743 | echo "$as_me: failed program was:" >&5 | |
31744 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31745 | ||
31746 | ac_cv_lib_dl_dlerror=no | |
31747 | fi | |
31748 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
31749 | LIBS=$ac_check_lib_save_LIBS | |
31750 | fi | |
31751 | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5 | |
31752 | echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6 | |
31753 | if test $ac_cv_lib_dl_dlerror = yes; then | |
31754 | cat >>confdefs.h <<\_ACEOF | |
f6bcfd97 | 31755 | #define HAVE_DLERROR 1 |
e6cc62c6 | 31756 | _ACEOF |
f6bcfd97 | 31757 | |
f6bcfd97 BP |
31758 | fi |
31759 | ||
31760 | fi | |
31761 | done | |
31762 | ||
3a922bb4 RL |
31763 | fi |
31764 | fi | |
f6bcfd97 | 31765 | |
3a922bb4 RL |
31766 | if test "$HAVE_DL_FUNCS" = 0; then |
31767 | if test "$HAVE_SHL_FUNCS" = 0; then | |
31768 | if test "$USE_UNIX" = 1; then | |
e6cc62c6 VS |
31769 | { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5 |
31770 | echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;} | |
0b9ab0bd | 31771 | wxUSE_DYNAMIC_LOADER=no |
3a922bb4 RL |
31772 | wxUSE_DYNLIB_CLASS=no |
31773 | else | |
e6cc62c6 VS |
31774 | { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5 |
31775 | echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;} | |
3a922bb4 RL |
31776 | fi |
31777 | fi | |
10f2d63a VZ |
31778 | fi |
31779 | fi | |
31780 | fi | |
31781 | ||
0b9ab0bd | 31782 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then |
e6cc62c6 | 31783 | cat >>confdefs.h <<\_ACEOF |
0b9ab0bd | 31784 | #define wxUSE_DYNAMIC_LOADER 1 |
e6cc62c6 | 31785 | _ACEOF |
0b9ab0bd RL |
31786 | |
31787 | elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
e6cc62c6 | 31788 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31789 | #define wxUSE_DYNLIB_CLASS 1 |
e6cc62c6 | 31790 | _ACEOF |
10f2d63a VZ |
31791 | |
31792 | fi | |
31793 | ||
8284b0c5 | 31794 | |
1e6feb95 | 31795 | if test "$wxUSE_FONTMAP" = "yes" ; then |
e6cc62c6 | 31796 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 31797 | #define wxUSE_FONTMAP 1 |
e6cc62c6 | 31798 | _ACEOF |
1e6feb95 VZ |
31799 | |
31800 | fi | |
31801 | ||
10f2d63a | 31802 | if test "$wxUSE_UNICODE" = "yes" ; then |
e6cc62c6 | 31803 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31804 | #define wxUSE_UNICODE 1 |
e6cc62c6 | 31805 | _ACEOF |
10f2d63a | 31806 | |
8284b0c5 | 31807 | |
bbc3925a VS |
31808 | if test "$wxUSE_MSW" != 1; then |
31809 | wxUSE_UNICODE_MSLU=no | |
31810 | fi | |
a72a4bfa VS |
31811 | |
31812 | if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then | |
e6cc62c6 VS |
31813 | echo "$as_me:$LINENO: checking for main in -lunicows" >&5 |
31814 | echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6 | |
31815 | if test "${ac_cv_lib_unicows_main+set}" = set; then | |
31816 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
a72a4bfa | 31817 | else |
e6cc62c6 | 31818 | ac_check_lib_save_LIBS=$LIBS |
a72a4bfa | 31819 | LIBS="-lunicows $LIBS" |
e6cc62c6 VS |
31820 | cat >conftest.$ac_ext <<_ACEOF |
31821 | #line $LINENO "configure" | |
31822 | /* confdefs.h. */ | |
31823 | _ACEOF | |
31824 | cat confdefs.h >>conftest.$ac_ext | |
31825 | cat >>conftest.$ac_ext <<_ACEOF | |
31826 | /* end confdefs.h. */ | |
a72a4bfa | 31827 | |
8284b0c5 | 31828 | |
e6cc62c6 VS |
31829 | int |
31830 | main () | |
31831 | { | |
31832 | main (); | |
31833 | ; | |
31834 | return 0; | |
31835 | } | |
31836 | _ACEOF | |
31837 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31838 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31839 | (eval $ac_link) 2>&5 | |
31840 | ac_status=$? | |
31841 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31842 | (exit $ac_status); } && | |
31843 | { ac_try='test -s conftest$ac_exeext' | |
31844 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31845 | (eval $ac_try) 2>&5 | |
31846 | ac_status=$? | |
31847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31848 | (exit $ac_status); }; }; then | |
31849 | ac_cv_lib_unicows_main=yes | |
31850 | else | |
31851 | echo "$as_me: failed program was:" >&5 | |
31852 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31853 | ||
31854 | ac_cv_lib_unicows_main=no | |
31855 | fi | |
31856 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
31857 | LIBS=$ac_check_lib_save_LIBS | |
31858 | fi | |
31859 | echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5 | |
31860 | echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6 | |
31861 | if test $ac_cv_lib_unicows_main = yes; then | |
31862 | ||
31863 | cat >>confdefs.h <<\_ACEOF | |
a72a4bfa | 31864 | #define wxUSE_UNICODE_MSLU 1 |
e6cc62c6 VS |
31865 | _ACEOF |
31866 | ||
a72a4bfa | 31867 | |
a72a4bfa | 31868 | else |
a72a4bfa | 31869 | |
e6cc62c6 VS |
31870 | { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled. |
31871 | Applications will only run on Windows NT/2000/XP!" >&5 | |
31872 | echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled. | |
31873 | Applications will only run on Windows NT/2000/XP!" >&2;} | |
a72a4bfa | 31874 | wxUSE_UNICODE_MSLU=no |
e6cc62c6 | 31875 | |
a72a4bfa VS |
31876 | fi |
31877 | ||
31878 | fi | |
10f2d63a VZ |
31879 | fi |
31880 | ||
10f2d63a | 31881 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then |
e6cc62c6 | 31882 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31883 | #define wxUSE_EXPERIMENTAL_PRINTF 1 |
e6cc62c6 | 31884 | _ACEOF |
10f2d63a VZ |
31885 | |
31886 | fi | |
31887 | ||
8284b0c5 | 31888 | |
10f2d63a | 31889 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then |
e6cc62c6 | 31890 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31891 | #define wxUSE_POSTSCRIPT 1 |
e6cc62c6 | 31892 | _ACEOF |
10f2d63a VZ |
31893 | |
31894 | fi | |
31895 | ||
e6cc62c6 | 31896 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31897 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 |
e6cc62c6 | 31898 | _ACEOF |
10f2d63a | 31899 | |
8284b0c5 | 31900 | |
e6cc62c6 | 31901 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31902 | #define wxUSE_NORMALIZED_PS_FONTS 1 |
e6cc62c6 | 31903 | _ACEOF |
10f2d63a | 31904 | |
8284b0c5 MB |
31905 | |
31906 | ||
10f2d63a | 31907 | if test "$wxUSE_CONSTRAINTS" = "yes"; then |
e6cc62c6 | 31908 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31909 | #define wxUSE_CONSTRAINTS 1 |
e6cc62c6 | 31910 | _ACEOF |
10f2d63a VZ |
31911 | |
31912 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
31913 | fi | |
31914 | ||
31915 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
fc26f4ab | 31916 | |
8284b0c5 | 31917 | |
bb811f17 | 31918 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then |
e6cc62c6 | 31919 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31920 | #define wxUSE_MDI_ARCHITECTURE 1 |
e6cc62c6 | 31921 | _ACEOF |
10f2d63a | 31922 | |
bb811f17 JS |
31923 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" |
31924 | fi | |
10f2d63a VZ |
31925 | fi |
31926 | ||
31927 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
e6cc62c6 | 31928 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31929 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 |
e6cc62c6 | 31930 | _ACEOF |
10f2d63a VZ |
31931 | |
31932 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
31933 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
31934 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
31935 | fi | |
31936 | fi | |
31937 | ||
31938 | if test "$wxUSE_HELP" = "yes"; then | |
e6cc62c6 | 31939 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31940 | #define wxUSE_HELP 1 |
e6cc62c6 | 31941 | _ACEOF |
10f2d63a VZ |
31942 | |
31943 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
3379ed37 | 31944 | |
77e13408 | 31945 | if test "$wxUSE_MSW" = 1; then |
031d8228 | 31946 | if test "$wxUSE_MS_HTML_HELP" = "yes"; then |
e6cc62c6 | 31947 | cat >>confdefs.h <<\_ACEOF |
29fd3c0c | 31948 | #define wxUSE_MS_HTML_HELP 1 |
e6cc62c6 | 31949 | _ACEOF |
29fd3c0c | 31950 | |
3e44f09d | 31951 | fi |
3379ed37 | 31952 | fi |
031d8228 VS |
31953 | |
31954 | if test "$wxUSE_WXHTML_HELP" = "yes"; then | |
31955 | if test "$wxUSE_HTML" = "yes"; then | |
e6cc62c6 | 31956 | cat >>confdefs.h <<\_ACEOF |
031d8228 | 31957 | #define wxUSE_WXHTML_HELP 1 |
e6cc62c6 | 31958 | _ACEOF |
031d8228 VS |
31959 | |
31960 | else | |
e6cc62c6 VS |
31961 | { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5 |
31962 | echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;} | |
031d8228 VS |
31963 | wxUSE_WXHTML_HELP=no |
31964 | fi | |
31965 | fi | |
10f2d63a VZ |
31966 | fi |
31967 | ||
31968 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
31969 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
e6cc62c6 VS |
31970 | { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5 |
31971 | echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;} | |
10f2d63a | 31972 | else |
e6cc62c6 | 31973 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 31974 | #define wxUSE_PRINTING_ARCHITECTURE 1 |
e6cc62c6 | 31975 | _ACEOF |
10f2d63a VZ |
31976 | |
31977 | fi | |
31978 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
31979 | fi | |
31980 | ||
e6cc62c6 VS |
31981 | if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then |
31982 | { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5 | |
31983 | echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;} | |
31984 | { (exit 1); exit 1; }; } | |
31985 | fi | |
31986 | ||
31987 | ||
31988 | if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ | |
31989 | -o "$wxUSE_CLIPBOARD" = "yes" \ | |
31990 | -o "$wxUSE_OLE" = "yes" \ | |
31991 | -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then | |
31992 | ||
31993 | for ac_header in ole2.h | |
31994 | do | |
31995 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
31996 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
31997 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
31998 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
31999 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
32000 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32001 | fi | |
32002 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
32003 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
32004 | else | |
32005 | # Is the header compilable? | |
32006 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
32007 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
32008 | cat >conftest.$ac_ext <<_ACEOF | |
32009 | #line $LINENO "configure" | |
32010 | /* confdefs.h. */ | |
32011 | _ACEOF | |
32012 | cat confdefs.h >>conftest.$ac_ext | |
32013 | cat >>conftest.$ac_ext <<_ACEOF | |
32014 | /* end confdefs.h. */ | |
32015 | $ac_includes_default | |
32016 | #include <$ac_header> | |
32017 | _ACEOF | |
32018 | rm -f conftest.$ac_objext | |
32019 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
32020 | (eval $ac_compile) 2>&5 | |
32021 | ac_status=$? | |
32022 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32023 | (exit $ac_status); } && | |
32024 | { ac_try='test -s conftest.$ac_objext' | |
32025 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
32026 | (eval $ac_try) 2>&5 | |
32027 | ac_status=$? | |
32028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32029 | (exit $ac_status); }; }; then | |
32030 | ac_header_compiler=yes | |
32031 | else | |
32032 | echo "$as_me: failed program was:" >&5 | |
32033 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32034 | ||
32035 | ac_header_compiler=no | |
32036 | fi | |
32037 | rm -f conftest.$ac_objext conftest.$ac_ext | |
32038 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | |
32039 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
32040 | ||
32041 | # Is the header present? | |
32042 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
32043 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
32044 | cat >conftest.$ac_ext <<_ACEOF | |
32045 | #line $LINENO "configure" | |
32046 | /* confdefs.h. */ | |
32047 | _ACEOF | |
32048 | cat confdefs.h >>conftest.$ac_ext | |
32049 | cat >>conftest.$ac_ext <<_ACEOF | |
32050 | /* end confdefs.h. */ | |
32051 | #include <$ac_header> | |
32052 | _ACEOF | |
32053 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
32054 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
32055 | ac_status=$? | |
32056 | grep -v '^ *+' conftest.er1 >conftest.err | |
32057 | rm -f conftest.er1 | |
32058 | cat conftest.err >&5 | |
32059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32060 | (exit $ac_status); } >/dev/null; then | |
32061 | if test -s conftest.err; then | |
32062 | ac_cpp_err=$ac_c_preproc_warn_flag | |
32063 | else | |
32064 | ac_cpp_err= | |
32065 | fi | |
32066 | else | |
32067 | ac_cpp_err=yes | |
32068 | fi | |
32069 | if test -z "$ac_cpp_err"; then | |
32070 | ac_header_preproc=yes | |
32071 | else | |
32072 | echo "$as_me: failed program was:" >&5 | |
32073 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32074 | ||
32075 | ac_header_preproc=no | |
32076 | fi | |
32077 | rm -f conftest.err conftest.$ac_ext | |
32078 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
32079 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
32080 | ||
32081 | # So? What about this header? | |
32082 | case $ac_header_compiler:$ac_header_preproc in | |
32083 | yes:no ) | |
32084 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | |
32085 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
32086 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
32087 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
32088 | ( | |
32089 | cat <<\_ASBOX | |
32090 | ## ------------------------------------ ## | |
32091 | ## Report this to bug-autoconf@gnu.org. ## | |
32092 | ## ------------------------------------ ## | |
32093 | _ASBOX | |
32094 | ) | | |
32095 | sed "s/^/$as_me: WARNING: /" >&2 | |
32096 | ;; | |
32097 | no:yes ) | |
32098 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | |
32099 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
32100 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | |
32101 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
32102 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | |
32103 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
32104 | ( | |
32105 | cat <<\_ASBOX | |
32106 | ## ------------------------------------ ## | |
32107 | ## Report this to bug-autoconf@gnu.org. ## | |
32108 | ## ------------------------------------ ## | |
32109 | _ASBOX | |
32110 | ) | | |
32111 | sed "s/^/$as_me: WARNING: /" >&2 | |
32112 | ;; | |
32113 | esac | |
32114 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
32115 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
32116 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
32117 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32118 | else | |
32119 | eval "$as_ac_Header=$ac_header_preproc" | |
32120 | fi | |
32121 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
32122 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
32123 | ||
10f2d63a | 32124 | fi |
e6cc62c6 VS |
32125 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
32126 | cat >>confdefs.h <<_ACEOF | |
32127 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
32128 | _ACEOF | |
10f2d63a | 32129 | |
10f2d63a | 32130 | fi |
e6cc62c6 | 32131 | |
10f2d63a VZ |
32132 | done |
32133 | ||
8284b0c5 | 32134 | |
2b9bdf71 VZ |
32135 | if test "$ac_cv_header_ole2_h" = "yes" ; then |
32136 | if test "$GCC" = yes ; then | |
8284b0c5 MB |
32137 | |
32138 | ||
e6cc62c6 VS |
32139 | ac_ext=cc |
32140 | ac_cpp='$CXXCPP $CPPFLAGS' | |
32141 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32142 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32143 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
32144 | ||
32145 | ||
32146 | echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5 | |
32147 | echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6 | |
32148 | cat >conftest.$ac_ext <<_ACEOF | |
32149 | #line $LINENO "configure" | |
32150 | /* confdefs.h. */ | |
32151 | _ACEOF | |
32152 | cat confdefs.h >>conftest.$ac_ext | |
32153 | cat >>conftest.$ac_ext <<_ACEOF | |
32154 | /* end confdefs.h. */ | |
8284b0c5 MB |
32155 | #include <windows.h> |
32156 | #include <ole2.h> | |
e6cc62c6 VS |
32157 | int |
32158 | main () | |
32159 | { | |
8284b0c5 | 32160 | |
e6cc62c6 VS |
32161 | ; |
32162 | return 0; | |
32163 | } | |
32164 | _ACEOF | |
32165 | rm -f conftest.$ac_objext | |
32166 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
32167 | (eval $ac_compile) 2>&5 | |
32168 | ac_status=$? | |
32169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32170 | (exit $ac_status); } && | |
32171 | { ac_try='test -s conftest.$ac_objext' | |
32172 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
32173 | (eval $ac_try) 2>&5 | |
32174 | ac_status=$? | |
32175 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32176 | (exit $ac_status); }; }; then | |
32177 | echo "$as_me:$LINENO: result: no" >&5 | |
32178 | echo "${ECHO_T}no" >&6 | |
32179 | else | |
32180 | echo "$as_me: failed program was:" >&5 | |
32181 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32182 | ||
32183 | echo "$as_me:$LINENO: result: yes" >&5 | |
32184 | echo "${ECHO_T}yes" >&6 | |
8284b0c5 MB |
32185 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" |
32186 | fi | |
e6cc62c6 | 32187 | rm -f conftest.$ac_objext conftest.$ac_ext |
8284b0c5 | 32188 | ac_ext=c |
8284b0c5 | 32189 | ac_cpp='$CPP $CPPFLAGS' |
e6cc62c6 VS |
32190 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
32191 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32192 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
8284b0c5 | 32193 | |
2b9bdf71 | 32194 | ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)" |
3d63bc3a | 32195 | LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS" |
e6cc62c6 | 32196 | cat >>confdefs.h <<\_ACEOF |
4f11a343 | 32197 | #define wxUSE_OLE 1 |
e6cc62c6 | 32198 | _ACEOF |
4f11a343 | 32199 | |
8284b0c5 | 32200 | |
2b9bdf71 VZ |
32201 | fi |
32202 | ||
e6cc62c6 | 32203 | cat >>confdefs.h <<\_ACEOF |
2b9bdf71 | 32204 | #define wxUSE_DATAOBJ 1 |
e6cc62c6 | 32205 | _ACEOF |
2b9bdf71 VZ |
32206 | |
32207 | else | |
e6cc62c6 VS |
32208 | { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5 |
32209 | echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;} | |
2b9bdf71 VZ |
32210 | |
32211 | wxUSE_CLIPBOARD=no | |
32212 | wxUSE_DRAG_AND_DROP=no | |
32213 | wxUSE_DATAOBJ=no | |
3bce6687 JS |
32214 | wxUSE_OLE=no |
32215 | fi | |
32216 | ||
32217 | if test "$wxUSE_METAFILE" = "yes"; then | |
e6cc62c6 | 32218 | cat >>confdefs.h <<\_ACEOF |
3bce6687 | 32219 | #define wxUSE_METAFILE 1 |
e6cc62c6 | 32220 | _ACEOF |
3bce6687 JS |
32221 | |
32222 | ||
e6cc62c6 | 32223 | cat >>confdefs.h <<\_ACEOF |
3bce6687 | 32224 | #define wxUSE_ENH_METAFILE 1 |
e6cc62c6 | 32225 | _ACEOF |
3bce6687 JS |
32226 | |
32227 | fi | |
32228 | fi | |
32229 | ||
2b9bdf71 VZ |
32230 | if test "$wxUSE_IPC" = "yes"; then |
32231 | if test "$wxUSE_SOCKETS" != "yes"; then | |
e6cc62c6 VS |
32232 | { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5 |
32233 | echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;} | |
2b9bdf71 VZ |
32234 | fi |
32235 | ||
e6cc62c6 | 32236 | cat >>confdefs.h <<\_ACEOF |
2b9bdf71 | 32237 | #define wxUSE_IPC 1 |
e6cc62c6 | 32238 | _ACEOF |
2b9bdf71 VZ |
32239 | |
32240 | fi | |
32241 | ||
32242 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
6c657b52 | 32243 | if test "$wxUSE_MGL" = 1; then |
e6cc62c6 VS |
32244 | { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5 |
32245 | echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;} | |
6c657b52 VS |
32246 | wxUSE_CLIPBOARD=no |
32247 | fi | |
32248 | ||
32249 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
e6cc62c6 | 32250 | cat >>confdefs.h <<\_ACEOF |
2b9bdf71 | 32251 | #define wxUSE_CLIPBOARD 1 |
e6cc62c6 | 32252 | _ACEOF |
2b9bdf71 | 32253 | |
8284b0c5 | 32254 | |
e6cc62c6 | 32255 | cat >>confdefs.h <<\_ACEOF |
673f4220 | 32256 | #define wxUSE_DATAOBJ 1 |
e6cc62c6 | 32257 | _ACEOF |
673f4220 | 32258 | |
6c657b52 | 32259 | fi |
2b9bdf71 VZ |
32260 | fi |
32261 | ||
32262 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
32263 | if test "$wxUSE_GTK" = 1; then | |
32264 | if test "$WXGTK12" != 1; then | |
e6cc62c6 VS |
32265 | { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5 |
32266 | echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;} | |
10f2d63a VZ |
32267 | wxUSE_DRAG_AND_DROP=no |
32268 | fi | |
32269 | fi | |
32270 | ||
2b9bdf71 | 32271 | if test "$wxUSE_MOTIF" = 1; then |
e6cc62c6 VS |
32272 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5 |
32273 | echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;} | |
2b9bdf71 VZ |
32274 | wxUSE_DRAG_AND_DROP=no |
32275 | fi | |
32276 | ||
f79bd02d | 32277 | if test "$wxUSE_X11" = 1; then |
e6cc62c6 VS |
32278 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5 |
32279 | echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;} | |
f79bd02d JS |
32280 | wxUSE_DRAG_AND_DROP=no |
32281 | fi | |
32282 | ||
6c657b52 | 32283 | if test "$wxUSE_MGL" = 1; then |
e6cc62c6 VS |
32284 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5 |
32285 | echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;} | |
6c657b52 VS |
32286 | wxUSE_DRAG_AND_DROP=no |
32287 | fi | |
32288 | ||
10f2d63a | 32289 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then |
e6cc62c6 | 32290 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32291 | #define wxUSE_DRAG_AND_DROP 1 |
e6cc62c6 | 32292 | _ACEOF |
10f2d63a VZ |
32293 | |
32294 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
32295 | fi | |
32296 | ||
32297 | fi | |
32298 | ||
32299 | if test "$wxUSE_SPLINES" = "yes" ; then | |
e6cc62c6 | 32300 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32301 | #define wxUSE_SPLINES 1 |
e6cc62c6 | 32302 | _ACEOF |
10f2d63a VZ |
32303 | |
32304 | fi | |
32305 | ||
8284b0c5 | 32306 | |
1e6feb95 VZ |
32307 | USES_CONTROLS=0 |
32308 | if test "$wxUSE_CONTROLS" = "yes"; then | |
32309 | USES_CONTROLS=1 | |
32310 | fi | |
32311 | ||
10f2d63a | 32312 | if test "$wxUSE_ACCEL" = "yes"; then |
e6cc62c6 | 32313 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32314 | #define wxUSE_ACCEL 1 |
e6cc62c6 | 32315 | _ACEOF |
10f2d63a | 32316 | |
1e6feb95 VZ |
32317 | USES_CONTROLS=1 |
32318 | fi | |
32319 | ||
32320 | if test "$wxUSE_BUTTON" = "yes"; then | |
e6cc62c6 | 32321 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32322 | #define wxUSE_BUTTON 1 |
e6cc62c6 | 32323 | _ACEOF |
1e6feb95 VZ |
32324 | |
32325 | USES_CONTROLS=1 | |
32326 | fi | |
32327 | ||
32328 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
e6cc62c6 | 32329 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32330 | #define wxUSE_BMPBUTTON 1 |
e6cc62c6 | 32331 | _ACEOF |
1e6feb95 VZ |
32332 | |
32333 | USES_CONTROLS=1 | |
32334 | fi | |
32335 | ||
32336 | if test "$wxUSE_CALCTRL" = "yes"; then | |
e6cc62c6 | 32337 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32338 | #define wxUSE_CALENDARCTRL 1 |
e6cc62c6 | 32339 | _ACEOF |
1e6feb95 VZ |
32340 | |
32341 | USES_CONTROLS=1 | |
32342 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar" | |
10f2d63a VZ |
32343 | fi |
32344 | ||
32345 | if test "$wxUSE_CARET" = "yes"; then | |
e6cc62c6 | 32346 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32347 | #define wxUSE_CARET 1 |
e6cc62c6 | 32348 | _ACEOF |
10f2d63a | 32349 | |
1e6feb95 | 32350 | USES_CONTROLS=1 |
10f2d63a VZ |
32351 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" |
32352 | fi | |
32353 | ||
32354 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
e6cc62c6 | 32355 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32356 | #define wxUSE_COMBOBOX 1 |
e6cc62c6 | 32357 | _ACEOF |
10f2d63a | 32358 | |
1e6feb95 | 32359 | USES_CONTROLS=1 |
10f2d63a VZ |
32360 | fi |
32361 | ||
32362 | if test "$wxUSE_CHOICE" = "yes"; then | |
e6cc62c6 | 32363 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32364 | #define wxUSE_CHOICE 1 |
e6cc62c6 | 32365 | _ACEOF |
10f2d63a | 32366 | |
1e6feb95 | 32367 | USES_CONTROLS=1 |
10f2d63a VZ |
32368 | fi |
32369 | ||
32370 | if test "$wxUSE_CHECKBOX" = "yes"; then | |
e6cc62c6 | 32371 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32372 | #define wxUSE_CHECKBOX 1 |
e6cc62c6 | 32373 | _ACEOF |
10f2d63a | 32374 | |
1e6feb95 | 32375 | USES_CONTROLS=1 |
10f2d63a VZ |
32376 | fi |
32377 | ||
32378 | if test "$wxUSE_CHECKLST" = "yes"; then | |
e6cc62c6 | 32379 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32380 | #define wxUSE_CHECKLISTBOX 1 |
e6cc62c6 | 32381 | _ACEOF |
10f2d63a | 32382 | |
1e6feb95 | 32383 | USES_CONTROLS=1 |
10f2d63a VZ |
32384 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" |
32385 | fi | |
32386 | ||
da494b40 | 32387 | if test "$wxUSE_DISPLAY" = "yes"; then |
e6cc62c6 | 32388 | cat >>confdefs.h <<\_ACEOF |
da494b40 | 32389 | #define wxUSE_DISPLAY 1 |
e6cc62c6 | 32390 | _ACEOF |
da494b40 MB |
32391 | |
32392 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display" | |
32393 | fi | |
32394 | ||
10f2d63a | 32395 | if test "$wxUSE_GAUGE" = "yes"; then |
e6cc62c6 | 32396 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32397 | #define wxUSE_GAUGE 1 |
e6cc62c6 | 32398 | _ACEOF |
10f2d63a | 32399 | |
1e6feb95 | 32400 | USES_CONTROLS=1 |
10f2d63a VZ |
32401 | fi |
32402 | ||
d6a55c4b | 32403 | if test "$wxUSE_GRID" = "yes"; then |
e6cc62c6 | 32404 | cat >>confdefs.h <<\_ACEOF |
d6a55c4b | 32405 | #define wxUSE_GRID 1 |
e6cc62c6 | 32406 | _ACEOF |
10f2d63a | 32407 | |
1e6feb95 | 32408 | USES_CONTROLS=1 |
d6a55c4b | 32409 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" |
10f2d63a VZ |
32410 | fi |
32411 | ||
32412 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
e6cc62c6 | 32413 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32414 | #define wxUSE_IMAGLIST 1 |
e6cc62c6 | 32415 | _ACEOF |
10f2d63a VZ |
32416 | |
32417 | fi | |
32418 | ||
32419 | if test "$wxUSE_LISTBOX" = "yes"; then | |
e6cc62c6 | 32420 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32421 | #define wxUSE_LISTBOX 1 |
e6cc62c6 | 32422 | _ACEOF |
10f2d63a | 32423 | |
1e6feb95 | 32424 | USES_CONTROLS=1 |
10f2d63a VZ |
32425 | fi |
32426 | ||
32427 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
32428 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
e6cc62c6 | 32429 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32430 | #define wxUSE_LISTCTRL 1 |
e6cc62c6 | 32431 | _ACEOF |
10f2d63a | 32432 | |
1e6feb95 | 32433 | USES_CONTROLS=1 |
10f2d63a VZ |
32434 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" |
32435 | else | |
e6cc62c6 VS |
32436 | { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5 |
32437 | echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;} | |
10f2d63a VZ |
32438 | fi |
32439 | fi | |
32440 | ||
32441 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
e6cc62c6 | 32442 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32443 | #define wxUSE_NOTEBOOK 1 |
e6cc62c6 | 32444 | _ACEOF |
10f2d63a | 32445 | |
1e6feb95 | 32446 | USES_CONTROLS=1 |
10f2d63a VZ |
32447 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" |
32448 | fi | |
32449 | ||
24176f2c | 32450 | |
10f2d63a | 32451 | if test "$wxUSE_RADIOBOX" = "yes"; then |
e6cc62c6 | 32452 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32453 | #define wxUSE_RADIOBOX 1 |
e6cc62c6 | 32454 | _ACEOF |
10f2d63a | 32455 | |
1e6feb95 | 32456 | USES_CONTROLS=1 |
10f2d63a VZ |
32457 | fi |
32458 | ||
32459 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
e6cc62c6 | 32460 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32461 | #define wxUSE_RADIOBTN 1 |
e6cc62c6 | 32462 | _ACEOF |
10f2d63a | 32463 | |
1e6feb95 | 32464 | USES_CONTROLS=1 |
10f2d63a VZ |
32465 | fi |
32466 | ||
32467 | if test "$wxUSE_SASH" = "yes"; then | |
e6cc62c6 | 32468 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32469 | #define wxUSE_SASH 1 |
e6cc62c6 | 32470 | _ACEOF |
10f2d63a VZ |
32471 | |
32472 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
32473 | fi | |
32474 | ||
32475 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
e6cc62c6 | 32476 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32477 | #define wxUSE_SCROLLBAR 1 |
e6cc62c6 | 32478 | _ACEOF |
10f2d63a | 32479 | |
1e6feb95 | 32480 | USES_CONTROLS=1 |
741a9306 | 32481 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" |
10f2d63a VZ |
32482 | fi |
32483 | ||
32484 | if test "$wxUSE_SLIDER" = "yes"; then | |
e6cc62c6 | 32485 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32486 | #define wxUSE_SLIDER 1 |
e6cc62c6 | 32487 | _ACEOF |
10f2d63a | 32488 | |
1e6feb95 | 32489 | USES_CONTROLS=1 |
10f2d63a VZ |
32490 | fi |
32491 | ||
32492 | if test "$wxUSE_SPINBTN" = "yes"; then | |
e6cc62c6 | 32493 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32494 | #define wxUSE_SPINBTN 1 |
e6cc62c6 | 32495 | _ACEOF |
10f2d63a | 32496 | |
1e6feb95 | 32497 | USES_CONTROLS=1 |
10f2d63a VZ |
32498 | fi |
32499 | ||
56cfaa52 | 32500 | if test "$wxUSE_SPINCTRL" = "yes"; then |
e6cc62c6 | 32501 | cat >>confdefs.h <<\_ACEOF |
56cfaa52 | 32502 | #define wxUSE_SPINCTRL 1 |
e6cc62c6 | 32503 | _ACEOF |
56cfaa52 | 32504 | |
1e6feb95 | 32505 | USES_CONTROLS=1 |
56cfaa52 RR |
32506 | fi |
32507 | ||
10f2d63a | 32508 | if test "$wxUSE_SPLITTER" = "yes"; then |
e6cc62c6 | 32509 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32510 | #define wxUSE_SPLITTER 1 |
e6cc62c6 | 32511 | _ACEOF |
10f2d63a VZ |
32512 | |
32513 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
32514 | fi | |
32515 | ||
32516 | if test "$wxUSE_STATBMP" = "yes"; then | |
e6cc62c6 | 32517 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32518 | #define wxUSE_STATBMP 1 |
e6cc62c6 | 32519 | _ACEOF |
10f2d63a | 32520 | |
1e6feb95 | 32521 | USES_CONTROLS=1 |
10f2d63a VZ |
32522 | fi |
32523 | ||
32524 | if test "$wxUSE_STATBOX" = "yes"; then | |
e6cc62c6 | 32525 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32526 | #define wxUSE_STATBOX 1 |
e6cc62c6 | 32527 | _ACEOF |
10f2d63a | 32528 | |
1e6feb95 VZ |
32529 | USES_CONTROLS=1 |
32530 | fi | |
32531 | ||
32532 | if test "$wxUSE_STATTEXT" = "yes"; then | |
e6cc62c6 | 32533 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32534 | #define wxUSE_STATTEXT 1 |
e6cc62c6 | 32535 | _ACEOF |
1e6feb95 VZ |
32536 | |
32537 | USES_CONTROLS=1 | |
10f2d63a VZ |
32538 | fi |
32539 | ||
32540 | if test "$wxUSE_STATLINE" = "yes"; then | |
e6cc62c6 | 32541 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32542 | #define wxUSE_STATLINE 1 |
e6cc62c6 | 32543 | _ACEOF |
10f2d63a | 32544 | |
89e6bf6d | 32545 | USES_CONTROLS=1 |
10f2d63a VZ |
32546 | fi |
32547 | ||
32548 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
e6cc62c6 | 32549 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32550 | #define wxUSE_STATUSBAR 1 |
e6cc62c6 | 32551 | _ACEOF |
10f2d63a | 32552 | |
1e6feb95 | 32553 | USES_CONTROLS=1 |
698dcdb6 | 32554 | |
2286341c | 32555 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" |
10f2d63a VZ |
32556 | fi |
32557 | ||
32558 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
e6cc62c6 | 32559 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32560 | #define wxUSE_TAB_DIALOG 1 |
e6cc62c6 | 32561 | _ACEOF |
10f2d63a VZ |
32562 | |
32563 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" | |
32564 | fi | |
32565 | ||
1e6feb95 | 32566 | if test "$wxUSE_TEXTCTRL" = "yes"; then |
e6cc62c6 | 32567 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32568 | #define wxUSE_TEXTCTRL 1 |
e6cc62c6 | 32569 | _ACEOF |
1e6feb95 VZ |
32570 | |
32571 | USES_CONTROLS=1 | |
32572 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text" | |
32573 | fi | |
32574 | ||
1db8dc4a | 32575 | if test "$wxUSE_TOGGLEBTN" = "yes"; then |
ac0c4cc3 | 32576 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then |
e6cc62c6 VS |
32577 | { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5 |
32578 | echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;} | |
156b2523 GD |
32579 | wxUSE_TOGGLEBTN=no |
32580 | fi | |
32581 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
e6cc62c6 VS |
32582 | { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5 |
32583 | echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;} | |
a45d7ab7 GD |
32584 | wxUSE_TOGGLEBTN=no |
32585 | fi | |
32586 | ||
32587 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
e6cc62c6 | 32588 | cat >>confdefs.h <<\_ACEOF |
1db8dc4a | 32589 | #define wxUSE_TOGGLEBTN 1 |
e6cc62c6 | 32590 | _ACEOF |
1db8dc4a | 32591 | |
1e6feb95 | 32592 | USES_CONTROLS=1 |
a45d7ab7 | 32593 | fi |
1db8dc4a VZ |
32594 | fi |
32595 | ||
360d6699 | 32596 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then |
e6cc62c6 | 32597 | cat >>confdefs.h <<\_ACEOF |
360d6699 | 32598 | #define wxUSE_TOOLBAR_SIMPLE 1 |
e6cc62c6 | 32599 | _ACEOF |
360d6699 VZ |
32600 | |
32601 | wxUSE_TOOLBAR="yes" | |
1e6feb95 | 32602 | USES_CONTROLS=1 |
360d6699 VZ |
32603 | fi |
32604 | ||
10f2d63a | 32605 | if test "$wxUSE_TOOLBAR" = "yes"; then |
e6cc62c6 | 32606 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32607 | #define wxUSE_TOOLBAR 1 |
e6cc62c6 | 32608 | _ACEOF |
10f2d63a | 32609 | |
1e6feb95 | 32610 | USES_CONTROLS=1 |
698dcdb6 | 32611 | |
360d6699 VZ |
32612 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then |
32613 | wxUSE_TOOLBAR_NATIVE="yes" | |
32614 | fi | |
32615 | ||
1e6feb95 | 32616 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then |
e6cc62c6 | 32617 | cat >>confdefs.h <<\_ACEOF |
360d6699 | 32618 | #define wxUSE_TOOLBAR_NATIVE 1 |
e6cc62c6 | 32619 | _ACEOF |
360d6699 | 32620 | |
1e6feb95 VZ |
32621 | USES_CONTROLS=1 |
32622 | fi | |
32623 | ||
32624 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" | |
360d6699 VZ |
32625 | fi |
32626 | ||
10f2d63a VZ |
32627 | if test "$wxUSE_TOOLTIPS" = "yes"; then |
32628 | if test "$wxUSE_MOTIF" = 1; then | |
e6cc62c6 VS |
32629 | { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5 |
32630 | echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;} | |
10f2d63a | 32631 | else |
89e6bf6d | 32632 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
e6cc62c6 VS |
32633 | { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5 |
32634 | echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;} | |
10f2d63a | 32635 | else |
e6cc62c6 | 32636 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32637 | #define wxUSE_TOOLTIPS 1 |
e6cc62c6 | 32638 | _ACEOF |
10f2d63a VZ |
32639 | |
32640 | fi | |
32641 | fi | |
32642 | fi | |
32643 | ||
32644 | if test "$wxUSE_TREECTRL" = "yes"; then | |
32645 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
e6cc62c6 | 32646 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32647 | #define wxUSE_TREECTRL 1 |
e6cc62c6 | 32648 | _ACEOF |
10f2d63a | 32649 | |
1e6feb95 | 32650 | USES_CONTROLS=1 |
10f2d63a VZ |
32651 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" |
32652 | else | |
e6cc62c6 VS |
32653 | { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5 |
32654 | echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;} | |
10f2d63a VZ |
32655 | fi |
32656 | fi | |
32657 | ||
9f41d601 | 32658 | if test "$wxUSE_POPUPWIN" = "yes"; then |
ac0c4cc3 | 32659 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then |
e6cc62c6 VS |
32660 | { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5 |
32661 | echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;} | |
6abe4b65 | 32662 | else |
485cf710 | 32663 | if test "$wxUSE_MOTIF" = 1; then |
e6cc62c6 VS |
32664 | { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5 |
32665 | echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;} | |
485cf710 | 32666 | else |
3c011993 | 32667 | if test "$wxUSE_PM" = 1; then |
e6cc62c6 VS |
32668 | { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5 |
32669 | echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;} | |
3bd8fb5f | 32670 | else |
e6cc62c6 | 32671 | cat >>confdefs.h <<\_ACEOF |
9f41d601 | 32672 | #define wxUSE_POPUPWIN 1 |
e6cc62c6 | 32673 | _ACEOF |
9f41d601 | 32674 | |
8284b0c5 | 32675 | |
3c011993 VZ |
32676 | USES_CONTROLS=1 |
32677 | fi | |
485cf710 | 32678 | fi |
6abe4b65 | 32679 | fi |
9f41d601 RR |
32680 | fi |
32681 | ||
dd964dcc | 32682 | if test "$wxUSE_TIPWINDOW" = "yes"; then |
3c011993 | 32683 | if test "$wxUSE_PM" = 1; then |
e6cc62c6 VS |
32684 | { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5 |
32685 | echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;} | |
3bd8fb5f | 32686 | else |
e6cc62c6 | 32687 | cat >>confdefs.h <<\_ACEOF |
dd964dcc | 32688 | #define wxUSE_TIPWINDOW 1 |
e6cc62c6 | 32689 | _ACEOF |
dd964dcc | 32690 | |
3c011993 | 32691 | fi |
dd964dcc VZ |
32692 | fi |
32693 | ||
1e6feb95 | 32694 | if test "$USES_CONTROLS" = 1; then |
e6cc62c6 | 32695 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32696 | #define wxUSE_CONTROLS 1 |
e6cc62c6 | 32697 | _ACEOF |
10f2d63a | 32698 | |
10f2d63a VZ |
32699 | fi |
32700 | ||
8284b0c5 | 32701 | |
1e6feb95 | 32702 | |
24fd6d87 | 32703 | if test "$wxUSE_DRAGIMAGE" = "yes"; then |
e6cc62c6 | 32704 | cat >>confdefs.h <<\_ACEOF |
24fd6d87 | 32705 | #define wxUSE_DRAGIMAGE 1 |
e6cc62c6 | 32706 | _ACEOF |
24fd6d87 VZ |
32707 | |
32708 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag" | |
32709 | fi | |
32710 | ||
7bb2947d | 32711 | if test "$wxUSE_ACCESSIBILITY" = "yes"; then |
e6cc62c6 | 32712 | cat >>confdefs.h <<\_ACEOF |
7bb2947d | 32713 | #define wxUSE_ACCESSIBILITY 1 |
e6cc62c6 | 32714 | _ACEOF |
7bb2947d MB |
32715 | |
32716 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access" | |
32717 | fi | |
32718 | ||
1e6feb95 | 32719 | if test "$wxUSE_MENUS" = "yes"; then |
e6cc62c6 | 32720 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32721 | #define wxUSE_MENUS 1 |
e6cc62c6 | 32722 | _ACEOF |
10f2d63a | 32723 | |
1e6feb95 | 32724 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu" |
10f2d63a VZ |
32725 | fi |
32726 | ||
1e6feb95 | 32727 | if test "$wxUSE_METAFILE" = "yes"; then |
e6cc62c6 | 32728 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32729 | #define wxUSE_METAFILE 1 |
e6cc62c6 | 32730 | _ACEOF |
10f2d63a | 32731 | |
10f2d63a VZ |
32732 | fi |
32733 | ||
1e6feb95 | 32734 | if test "$wxUSE_MIMETYPE" = "yes"; then |
e6cc62c6 | 32735 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32736 | #define wxUSE_MIMETYPE 1 |
e6cc62c6 | 32737 | _ACEOF |
10f2d63a | 32738 | |
10f2d63a VZ |
32739 | fi |
32740 | ||
3e44f09d | 32741 | if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then |
e6cc62c6 | 32742 | cat >>confdefs.h <<\_ACEOF |
3e44f09d | 32743 | #define wxUSE_SYSTEM_OPTIONS 1 |
e6cc62c6 | 32744 | _ACEOF |
3e44f09d | 32745 | |
321d2b14 VZ |
32746 | if test "$TOOLKIT" = "MSW"; then |
32747 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar" | |
32748 | fi | |
32749 | ||
3e44f09d VZ |
32750 | fi |
32751 | ||
4cdb0ab0 | 32752 | if test "$wxUSE_PROTOCOL" = "yes"; then |
3954f9ca | 32753 | if test "$wxUSE_SOCKETS" != "yes"; then |
e6cc62c6 VS |
32754 | { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5 |
32755 | echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;} | |
3954f9ca VS |
32756 | wxUSE_PROTOCOL=no |
32757 | fi | |
32758 | ||
32759 | if test "$wxUSE_PROTOCOL" = "yes"; then | |
e6cc62c6 | 32760 | cat >>confdefs.h <<\_ACEOF |
4cdb0ab0 | 32761 | #define wxUSE_PROTOCOL 1 |
e6cc62c6 | 32762 | _ACEOF |
4cdb0ab0 | 32763 | |
8284b0c5 | 32764 | |
3954f9ca | 32765 | if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then |
e6cc62c6 | 32766 | cat >>confdefs.h <<\_ACEOF |
4cdb0ab0 | 32767 | #define wxUSE_PROTOCOL_HTTP 1 |
e6cc62c6 | 32768 | _ACEOF |
4cdb0ab0 | 32769 | |
3954f9ca VS |
32770 | fi |
32771 | if test "$wxUSE_PROTOCOL_FTP" = "yes"; then | |
e6cc62c6 | 32772 | cat >>confdefs.h <<\_ACEOF |
4cdb0ab0 | 32773 | #define wxUSE_PROTOCOL_FTP 1 |
e6cc62c6 | 32774 | _ACEOF |
4cdb0ab0 | 32775 | |
3954f9ca VS |
32776 | fi |
32777 | if test "$wxUSE_PROTOCOL_FILE" = "yes"; then | |
e6cc62c6 | 32778 | cat >>confdefs.h <<\_ACEOF |
3954f9ca | 32779 | #define wxUSE_PROTOCOL_FILE 1 |
e6cc62c6 | 32780 | _ACEOF |
3954f9ca VS |
32781 | |
32782 | fi | |
4cdb0ab0 | 32783 | fi |
3954f9ca VS |
32784 | fi |
32785 | ||
32786 | if test "$wxUSE_URL" = "yes"; then | |
32787 | if test "$wxUSE_PROTOCOL" != "yes"; then | |
e6cc62c6 VS |
32788 | { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5 |
32789 | echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;} | |
3954f9ca VS |
32790 | wxUSE_URL=no |
32791 | fi | |
32792 | if test "$wxUSE_URL" = "yes"; then | |
e6cc62c6 | 32793 | cat >>confdefs.h <<\_ACEOF |
3954f9ca | 32794 | #define wxUSE_URL 1 |
e6cc62c6 | 32795 | _ACEOF |
4cdb0ab0 VS |
32796 | |
32797 | fi | |
32798 | fi | |
32799 | ||
10f2d63a | 32800 | if test "$wxUSE_MINIFRAME" = "yes"; then |
e6cc62c6 | 32801 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32802 | #define wxUSE_MINIFRAME 1 |
e6cc62c6 | 32803 | _ACEOF |
10f2d63a VZ |
32804 | |
32805 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
32806 | fi | |
32807 | ||
32808 | if test "$wxUSE_HTML" = "yes"; then | |
e6cc62c6 | 32809 | cat >>confdefs.h <<\_ACEOF |
10f2d63a | 32810 | #define wxUSE_HTML 1 |
e6cc62c6 | 32811 | _ACEOF |
10f2d63a | 32812 | |
d2739ea6 | 32813 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html htlbox" |
10f2d63a VZ |
32814 | fi |
32815 | ||
32816 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
e6cc62c6 | 32817 | cat >>confdefs.h <<\_ACEOF |
1e487827 | 32818 | #define wxUSE_VALIDATORS 1 |
e6cc62c6 | 32819 | _ACEOF |
703e0a69 | 32820 | |
698dcdb6 VZ |
32821 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" |
32822 | fi | |
32823 | ||
edae8572 | 32824 | if test "$wxUSE_PALETTE" = "yes" ; then |
e6cc62c6 | 32825 | cat >>confdefs.h <<\_ACEOF |
edae8572 | 32826 | #define wxUSE_PALETTE 1 |
e6cc62c6 | 32827 | _ACEOF |
edae8572 VZ |
32828 | |
32829 | fi | |
32830 | ||
698dcdb6 | 32831 | if test "$wxUSE_IMAGE" = "yes" ; then |
e6cc62c6 | 32832 | cat >>confdefs.h <<\_ACEOF |
698dcdb6 | 32833 | #define wxUSE_IMAGE 1 |
e6cc62c6 | 32834 | _ACEOF |
698dcdb6 VZ |
32835 | |
32836 | fi | |
32837 | ||
32838 | if test "$wxUSE_GIF" = "yes" ; then | |
e6cc62c6 | 32839 | cat >>confdefs.h <<\_ACEOF |
698dcdb6 | 32840 | #define wxUSE_GIF 1 |
e6cc62c6 | 32841 | _ACEOF |
698dcdb6 VZ |
32842 | |
32843 | fi | |
32844 | ||
32845 | if test "$wxUSE_PCX" = "yes" ; then | |
e6cc62c6 | 32846 | cat >>confdefs.h <<\_ACEOF |
698dcdb6 | 32847 | #define wxUSE_PCX 1 |
e6cc62c6 | 32848 | _ACEOF |
698dcdb6 VZ |
32849 | |
32850 | fi | |
32851 | ||
4b6b4dfc | 32852 | if test "$wxUSE_IFF" = "yes" ; then |
e6cc62c6 | 32853 | cat >>confdefs.h <<\_ACEOF |
4b6b4dfc | 32854 | #define wxUSE_IFF 1 |
e6cc62c6 | 32855 | _ACEOF |
4b6b4dfc RR |
32856 | |
32857 | fi | |
32858 | ||
698dcdb6 | 32859 | if test "$wxUSE_PNM" = "yes" ; then |
e6cc62c6 | 32860 | cat >>confdefs.h <<\_ACEOF |
698dcdb6 | 32861 | #define wxUSE_PNM 1 |
e6cc62c6 | 32862 | _ACEOF |
698dcdb6 VZ |
32863 | |
32864 | fi | |
32865 | ||
32866 | if test "$wxUSE_XPM" = "yes" ; then | |
e6cc62c6 | 32867 | cat >>confdefs.h <<\_ACEOF |
698dcdb6 | 32868 | #define wxUSE_XPM 1 |
e6cc62c6 | 32869 | _ACEOF |
698dcdb6 VZ |
32870 | |
32871 | fi | |
32872 | ||
658974ae | 32873 | if test "$wxUSE_ICO_CUR" = "yes" ; then |
e6cc62c6 | 32874 | cat >>confdefs.h <<\_ACEOF |
658974ae | 32875 | #define wxUSE_ICO_CUR 1 |
e6cc62c6 | 32876 | _ACEOF |
658974ae VS |
32877 | |
32878 | fi | |
32879 | ||
a72a4bfa VS |
32880 | if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then |
32881 | LIBS=" -lunicows $LIBS" | |
32882 | fi | |
32883 | ||
8284b0c5 | 32884 | |
1e6feb95 | 32885 | if test "$wxUSE_CHOICEDLG" = "yes"; then |
e6cc62c6 | 32886 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32887 | #define wxUSE_CHOICEDLG 1 |
e6cc62c6 | 32888 | _ACEOF |
1e6feb95 VZ |
32889 | |
32890 | fi | |
32891 | ||
32892 | if test "$wxUSE_COLOURDLG" = "yes"; then | |
e6cc62c6 | 32893 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32894 | #define wxUSE_COLOURDLG 1 |
e6cc62c6 | 32895 | _ACEOF |
1e6feb95 VZ |
32896 | |
32897 | fi | |
32898 | ||
32899 | if test "$wxUSE_FILEDLG" = "yes"; then | |
e6cc62c6 | 32900 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32901 | #define wxUSE_FILEDLG 1 |
e6cc62c6 | 32902 | _ACEOF |
1e6feb95 VZ |
32903 | |
32904 | fi | |
32905 | ||
8db37e06 | 32906 | if test "$wxUSE_FINDREPLDLG" = "yes"; then |
e6cc62c6 | 32907 | cat >>confdefs.h <<\_ACEOF |
8db37e06 | 32908 | #define wxUSE_FINDREPLDLG 1 |
e6cc62c6 | 32909 | _ACEOF |
8db37e06 VZ |
32910 | |
32911 | fi | |
32912 | ||
1e6feb95 | 32913 | if test "$wxUSE_FONTDLG" = "yes"; then |
e6cc62c6 | 32914 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32915 | #define wxUSE_FONTDLG 1 |
e6cc62c6 | 32916 | _ACEOF |
1e6feb95 VZ |
32917 | |
32918 | fi | |
32919 | ||
32920 | if test "$wxUSE_DIRDLG" = "yes"; then | |
ae1daed0 | 32921 | if test "$wxUSE_TREECTRL" != "yes"; then |
e6cc62c6 VS |
32922 | { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5 |
32923 | echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;} | |
1e6feb95 | 32924 | else |
e6cc62c6 | 32925 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32926 | #define wxUSE_DIRDLG 1 |
e6cc62c6 | 32927 | _ACEOF |
1e6feb95 | 32928 | |
1e6feb95 VZ |
32929 | fi |
32930 | fi | |
32931 | ||
32932 | if test "$wxUSE_MSGDLG" = "yes"; then | |
e6cc62c6 | 32933 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32934 | #define wxUSE_MSGDLG 1 |
e6cc62c6 | 32935 | _ACEOF |
1e6feb95 VZ |
32936 | |
32937 | fi | |
32938 | ||
32939 | if test "$wxUSE_NUMBERDLG" = "yes"; then | |
e6cc62c6 | 32940 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32941 | #define wxUSE_NUMBERDLG 1 |
e6cc62c6 | 32942 | _ACEOF |
1e6feb95 VZ |
32943 | |
32944 | fi | |
32945 | ||
32946 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
32947 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
e6cc62c6 VS |
32948 | { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5 |
32949 | echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;} | |
1e6feb95 | 32950 | else |
e6cc62c6 | 32951 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32952 | #define wxUSE_PROGRESSDLG 1 |
e6cc62c6 | 32953 | _ACEOF |
1e6feb95 VZ |
32954 | |
32955 | fi | |
32956 | fi | |
32957 | ||
cbca9943 | 32958 | if test "$wxUSE_SPLASH" = "yes"; then |
e6cc62c6 | 32959 | cat >>confdefs.h <<\_ACEOF |
cbca9943 | 32960 | #define wxUSE_SPLASH 1 |
e6cc62c6 | 32961 | _ACEOF |
cbca9943 VZ |
32962 | |
32963 | fi | |
32964 | ||
1e6feb95 VZ |
32965 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then |
32966 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
e6cc62c6 VS |
32967 | { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5 |
32968 | echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;} | |
1e6feb95 | 32969 | else |
e6cc62c6 | 32970 | cat >>confdefs.h <<\_ACEOF |
1e6feb95 | 32971 | #define wxUSE_STARTUP_TIPS 1 |
e6cc62c6 | 32972 | _ACEOF |
1e6feb95 | 32973 | |
7b4a847f RR |
32974 | fi |
32975 | fi | |
579d8138 | 32976 | |
8284b0c5 | 32977 | if test "$wxUSE_TEXTDLG" = "yes"; then |
e6cc62c6 | 32978 | cat >>confdefs.h <<\_ACEOF |
8284b0c5 | 32979 | #define wxUSE_TEXTDLG 1 |
e6cc62c6 | 32980 | _ACEOF |
8284b0c5 MB |
32981 | |
32982 | fi | |
32983 | ||
32984 | if test "$wxUSE_WIZARDDLG" = "yes"; then | |
e6cc62c6 | 32985 | cat >>confdefs.h <<\_ACEOF |
8284b0c5 | 32986 | #define wxUSE_WIZARDDLG 1 |
e6cc62c6 | 32987 | _ACEOF |
8284b0c5 MB |
32988 | |
32989 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard" | |
32990 | fi | |
32991 | ||
32992 | ||
32993 | if test "$cross_compiling" = "yes"; then | |
32994 | OSINFO="\"$host\"" | |
32995 | else | |
32996 | OSINFO=`uname -s -r -m` | |
32997 | OSINFO="\"$OSINFO\"" | |
32998 | fi | |
32999 | ||
e6cc62c6 | 33000 | cat >>confdefs.h <<_ACEOF |
8284b0c5 | 33001 | #define WXWIN_OS_DESCRIPTION $OSINFO |
e6cc62c6 | 33002 | _ACEOF |
8284b0c5 MB |
33003 | |
33004 | ||
33005 | ||
33006 | if test "x$prefix" != "xNONE"; then | |
33007 | wxPREFIX=$prefix | |
33008 | else | |
33009 | wxPREFIX=$ac_default_prefix | |
33010 | fi | |
33011 | ||
e6cc62c6 | 33012 | cat >>confdefs.h <<_ACEOF |
8284b0c5 | 33013 | #define wxINSTALL_PREFIX "$wxPREFIX" |
e6cc62c6 | 33014 | _ACEOF |
8284b0c5 MB |
33015 | |
33016 | ||
e6cc62c6 | 33017 | top_builddir_wxconfig=`pwd` |
52c71b80 | 33018 | |
8284b0c5 MB |
33019 | |
33020 | ||
33021 | ||
33022 | if test "$wxUSE_MAC" = 1 ; then | |
33023 | LDFLAGS="$LDFLAGS -framework Carbon -framework System" | |
33024 | fi | |
ac0c4cc3 DE |
33025 | if test "$wxUSE_COCOA" = 1 ; then |
33026 | LDFLAGS="$LDFLAGS -framework Cocoa -framework System" | |
33027 | fi | |
8284b0c5 MB |
33028 | |
33029 | ||
2b5f62a0 VZ |
33030 | LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS" |
33031 | ||
33032 | have_cos=0 | |
33033 | have_floor=0 | |
e6cc62c6 | 33034 | |
2b5f62a0 VZ |
33035 | for ac_func in cos |
33036 | do | |
e6cc62c6 VS |
33037 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
33038 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33039 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33040 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33041 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33042 | else | |
33043 | cat >conftest.$ac_ext <<_ACEOF | |
33044 | #line $LINENO "configure" | |
33045 | /* confdefs.h. */ | |
33046 | _ACEOF | |
33047 | cat confdefs.h >>conftest.$ac_ext | |
33048 | cat >>conftest.$ac_ext <<_ACEOF | |
33049 | /* end confdefs.h. */ | |
2b5f62a0 | 33050 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
33051 | which can conflict with char $ac_func (); below. |
33052 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33053 | <limits.h> exists even on freestanding compilers. */ | |
33054 | #ifdef __STDC__ | |
33055 | # include <limits.h> | |
33056 | #else | |
33057 | # include <assert.h> | |
33058 | #endif | |
2b5f62a0 | 33059 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
33060 | #ifdef __cplusplus |
33061 | extern "C" | |
33062 | { | |
33063 | #endif | |
2b5f62a0 | 33064 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
33065 | builtin and then its argument prototype would still apply. */ |
33066 | char $ac_func (); | |
2b5f62a0 VZ |
33067 | /* The GNU C library defines this for functions which it implements |
33068 | to always fail with ENOSYS. Some functions are actually named | |
33069 | something starting with __ and the normal name is an alias. */ | |
33070 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33071 | choke me | |
33072 | #else | |
e6cc62c6 VS |
33073 | char (*f) () = $ac_func; |
33074 | #endif | |
33075 | #ifdef __cplusplus | |
33076 | } | |
2b5f62a0 VZ |
33077 | #endif |
33078 | ||
e6cc62c6 VS |
33079 | int |
33080 | main () | |
33081 | { | |
33082 | return f != $ac_func; | |
33083 | ; | |
33084 | return 0; | |
33085 | } | |
33086 | _ACEOF | |
33087 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33088 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
33089 | (eval $ac_link) 2>&5 | |
33090 | ac_status=$? | |
33091 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33092 | (exit $ac_status); } && | |
33093 | { ac_try='test -s conftest$ac_exeext' | |
33094 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
33095 | (eval $ac_try) 2>&5 | |
33096 | ac_status=$? | |
33097 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33098 | (exit $ac_status); }; }; then | |
33099 | eval "$as_ac_var=yes" | |
33100 | else | |
33101 | echo "$as_me: failed program was:" >&5 | |
33102 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33103 | ||
33104 | eval "$as_ac_var=no" | |
33105 | fi | |
33106 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
33107 | fi | |
33108 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33109 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33110 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33111 | cat >>confdefs.h <<_ACEOF | |
33112 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33113 | _ACEOF | |
2b5f62a0 | 33114 | have_cos=1 |
2b5f62a0 VZ |
33115 | fi |
33116 | done | |
33117 | ||
e6cc62c6 | 33118 | |
2b5f62a0 VZ |
33119 | for ac_func in floor |
33120 | do | |
e6cc62c6 VS |
33121 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
33122 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33123 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33124 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33125 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33126 | else | |
33127 | cat >conftest.$ac_ext <<_ACEOF | |
33128 | #line $LINENO "configure" | |
33129 | /* confdefs.h. */ | |
33130 | _ACEOF | |
33131 | cat confdefs.h >>conftest.$ac_ext | |
33132 | cat >>conftest.$ac_ext <<_ACEOF | |
33133 | /* end confdefs.h. */ | |
2b5f62a0 | 33134 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
33135 | which can conflict with char $ac_func (); below. |
33136 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33137 | <limits.h> exists even on freestanding compilers. */ | |
33138 | #ifdef __STDC__ | |
33139 | # include <limits.h> | |
33140 | #else | |
33141 | # include <assert.h> | |
33142 | #endif | |
2b5f62a0 | 33143 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
33144 | #ifdef __cplusplus |
33145 | extern "C" | |
33146 | { | |
33147 | #endif | |
2b5f62a0 | 33148 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
33149 | builtin and then its argument prototype would still apply. */ |
33150 | char $ac_func (); | |
2b5f62a0 VZ |
33151 | /* The GNU C library defines this for functions which it implements |
33152 | to always fail with ENOSYS. Some functions are actually named | |
33153 | something starting with __ and the normal name is an alias. */ | |
33154 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33155 | choke me | |
33156 | #else | |
e6cc62c6 VS |
33157 | char (*f) () = $ac_func; |
33158 | #endif | |
33159 | #ifdef __cplusplus | |
33160 | } | |
2b5f62a0 VZ |
33161 | #endif |
33162 | ||
e6cc62c6 VS |
33163 | int |
33164 | main () | |
33165 | { | |
33166 | return f != $ac_func; | |
33167 | ; | |
33168 | return 0; | |
33169 | } | |
33170 | _ACEOF | |
33171 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33172 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
33173 | (eval $ac_link) 2>&5 | |
33174 | ac_status=$? | |
33175 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33176 | (exit $ac_status); } && | |
33177 | { ac_try='test -s conftest$ac_exeext' | |
33178 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
33179 | (eval $ac_try) 2>&5 | |
33180 | ac_status=$? | |
33181 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33182 | (exit $ac_status); }; }; then | |
33183 | eval "$as_ac_var=yes" | |
33184 | else | |
33185 | echo "$as_me: failed program was:" >&5 | |
33186 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33187 | ||
33188 | eval "$as_ac_var=no" | |
33189 | fi | |
33190 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
33191 | fi | |
33192 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33193 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33194 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33195 | cat >>confdefs.h <<_ACEOF | |
33196 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33197 | _ACEOF | |
2b5f62a0 | 33198 | have_floor=1 |
2b5f62a0 VZ |
33199 | fi |
33200 | done | |
33201 | ||
e6cc62c6 VS |
33202 | echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5 |
33203 | echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6 | |
2b5f62a0 | 33204 | if test "$have_cos" = 1 -a "$have_floor" = 1; then |
e6cc62c6 VS |
33205 | echo "$as_me:$LINENO: result: yes" >&5 |
33206 | echo "${ECHO_T}yes" >&6 | |
2b5f62a0 | 33207 | else |
e6cc62c6 VS |
33208 | echo "$as_me:$LINENO: result: no" >&5 |
33209 | echo "${ECHO_T}no" >&6 | |
2b5f62a0 VZ |
33210 | LIBS="$LIBS -lm" |
33211 | # use different functions to avoid configure caching | |
33212 | have_sin=0 | |
33213 | have_ceil=0 | |
e6cc62c6 VS |
33214 | |
33215 | for ac_func in sin | |
2b5f62a0 | 33216 | do |
e6cc62c6 VS |
33217 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
33218 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33219 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33220 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33221 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33222 | else | |
33223 | cat >conftest.$ac_ext <<_ACEOF | |
33224 | #line $LINENO "configure" | |
33225 | /* confdefs.h. */ | |
33226 | _ACEOF | |
33227 | cat confdefs.h >>conftest.$ac_ext | |
33228 | cat >>conftest.$ac_ext <<_ACEOF | |
33229 | /* end confdefs.h. */ | |
2b5f62a0 | 33230 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
33231 | which can conflict with char $ac_func (); below. |
33232 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33233 | <limits.h> exists even on freestanding compilers. */ | |
33234 | #ifdef __STDC__ | |
33235 | # include <limits.h> | |
33236 | #else | |
33237 | # include <assert.h> | |
33238 | #endif | |
2b5f62a0 | 33239 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
33240 | #ifdef __cplusplus |
33241 | extern "C" | |
33242 | { | |
33243 | #endif | |
2b5f62a0 | 33244 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
33245 | builtin and then its argument prototype would still apply. */ |
33246 | char $ac_func (); | |
2b5f62a0 VZ |
33247 | /* The GNU C library defines this for functions which it implements |
33248 | to always fail with ENOSYS. Some functions are actually named | |
33249 | something starting with __ and the normal name is an alias. */ | |
33250 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33251 | choke me | |
33252 | #else | |
e6cc62c6 VS |
33253 | char (*f) () = $ac_func; |
33254 | #endif | |
33255 | #ifdef __cplusplus | |
33256 | } | |
2b5f62a0 VZ |
33257 | #endif |
33258 | ||
e6cc62c6 VS |
33259 | int |
33260 | main () | |
33261 | { | |
33262 | return f != $ac_func; | |
33263 | ; | |
33264 | return 0; | |
33265 | } | |
33266 | _ACEOF | |
33267 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33268 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
33269 | (eval $ac_link) 2>&5 | |
33270 | ac_status=$? | |
33271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33272 | (exit $ac_status); } && | |
33273 | { ac_try='test -s conftest$ac_exeext' | |
33274 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
33275 | (eval $ac_try) 2>&5 | |
33276 | ac_status=$? | |
33277 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33278 | (exit $ac_status); }; }; then | |
33279 | eval "$as_ac_var=yes" | |
33280 | else | |
33281 | echo "$as_me: failed program was:" >&5 | |
33282 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33283 | ||
33284 | eval "$as_ac_var=no" | |
33285 | fi | |
33286 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
33287 | fi | |
33288 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33289 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33290 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33291 | cat >>confdefs.h <<_ACEOF | |
33292 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33293 | _ACEOF | |
2b5f62a0 | 33294 | have_sin=1 |
2b5f62a0 VZ |
33295 | fi |
33296 | done | |
33297 | ||
e6cc62c6 VS |
33298 | |
33299 | for ac_func in ceil | |
2b5f62a0 | 33300 | do |
e6cc62c6 VS |
33301 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
33302 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33303 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33304 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33305 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33306 | else | |
33307 | cat >conftest.$ac_ext <<_ACEOF | |
33308 | #line $LINENO "configure" | |
33309 | /* confdefs.h. */ | |
33310 | _ACEOF | |
33311 | cat confdefs.h >>conftest.$ac_ext | |
33312 | cat >>conftest.$ac_ext <<_ACEOF | |
33313 | /* end confdefs.h. */ | |
2b5f62a0 | 33314 | /* System header to define __stub macros and hopefully few prototypes, |
e6cc62c6 VS |
33315 | which can conflict with char $ac_func (); below. |
33316 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33317 | <limits.h> exists even on freestanding compilers. */ | |
33318 | #ifdef __STDC__ | |
33319 | # include <limits.h> | |
33320 | #else | |
33321 | # include <assert.h> | |
33322 | #endif | |
2b5f62a0 | 33323 | /* Override any gcc2 internal prototype to avoid an error. */ |
e6cc62c6 VS |
33324 | #ifdef __cplusplus |
33325 | extern "C" | |
33326 | { | |
33327 | #endif | |
2b5f62a0 | 33328 | /* We use char because int might match the return type of a gcc2 |
e6cc62c6 VS |
33329 | builtin and then its argument prototype would still apply. */ |
33330 | char $ac_func (); | |
2b5f62a0 VZ |
33331 | /* The GNU C library defines this for functions which it implements |
33332 | to always fail with ENOSYS. Some functions are actually named | |
33333 | something starting with __ and the normal name is an alias. */ | |
33334 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33335 | choke me | |
33336 | #else | |
e6cc62c6 VS |
33337 | char (*f) () = $ac_func; |
33338 | #endif | |
33339 | #ifdef __cplusplus | |
33340 | } | |
2b5f62a0 VZ |
33341 | #endif |
33342 | ||
e6cc62c6 VS |
33343 | int |
33344 | main () | |
33345 | { | |
33346 | return f != $ac_func; | |
33347 | ; | |
33348 | return 0; | |
33349 | } | |
33350 | _ACEOF | |
33351 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33352 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
33353 | (eval $ac_link) 2>&5 | |
33354 | ac_status=$? | |
33355 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33356 | (exit $ac_status); } && | |
33357 | { ac_try='test -s conftest$ac_exeext' | |
33358 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
33359 | (eval $ac_try) 2>&5 | |
33360 | ac_status=$? | |
33361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33362 | (exit $ac_status); }; }; then | |
33363 | eval "$as_ac_var=yes" | |
33364 | else | |
33365 | echo "$as_me: failed program was:" >&5 | |
33366 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33367 | ||
33368 | eval "$as_ac_var=no" | |
33369 | fi | |
33370 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |
33371 | fi | |
33372 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33373 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33374 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33375 | cat >>confdefs.h <<_ACEOF | |
33376 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33377 | _ACEOF | |
2b5f62a0 | 33378 | have_ceil=1 |
2b5f62a0 VZ |
33379 | fi |
33380 | done | |
33381 | ||
e6cc62c6 VS |
33382 | echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5 |
33383 | echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6 | |
2b5f62a0 | 33384 | if test "$have_sin" = 1 -a "$have_ceil" = 1; then |
e6cc62c6 VS |
33385 | echo "$as_me:$LINENO: result: yes" >&5 |
33386 | echo "${ECHO_T}yes" >&6 | |
2b5f62a0 | 33387 | else |
e6cc62c6 VS |
33388 | echo "$as_me:$LINENO: result: no" >&5 |
33389 | echo "${ECHO_T}no" >&6 | |
2b5f62a0 VZ |
33390 | # not sure we should warn the user, crash, etc. |
33391 | fi | |
33392 | fi | |
8284b0c5 MB |
33393 | |
33394 | if test "$wxUSE_GUI" = "yes"; then | |
33395 | ||
33396 | LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS" | |
33397 | ||
e6cc62c6 | 33398 | |
8284b0c5 MB |
33399 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ |
33400 | drawing dynamic erase event exec font image \ | |
1542ea39 | 33401 | minimal propsize rotate shaped widgets" |
b625909c VS |
33402 | |
33403 | if test "$wxUSE_MONOLITHIC" != "yes"; then | |
33404 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console" | |
33405 | fi | |
8284b0c5 MB |
33406 | else |
33407 | SAMPLES_SUBDIRS="console" | |
33408 | fi | |
33409 | ||
33410 | ||
e6cc62c6 | 33411 | INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \ |
8284b0c5 MB |
33412 | -I\${top_srcdir}/include \ |
33413 | $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \ | |
33414 | $TOOLKIT_INCLUDE" | |
33415 | ||
fddeb06b VS |
33416 | if test "$GXX" = yes ; then |
33417 | CXXWARNINGS="-Wall" | |
33418 | fi | |
33419 | ||
33420 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE" | |
33421 | ||
33422 | CPPFLAGS=`echo $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'` | |
33423 | CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'` | |
33424 | CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` | |
33425 | LIBS=`echo $LIBS | sed 's/ \+/ /g'` | |
33426 | ||
33427 | LDFLAGS="$LDFLAGS $PROFILE" | |
33428 | ||
8284b0c5 MB |
33429 | if test "$wxUSE_GTK" = 1; then |
33430 | WXCONFIG_INCLUDE= | |
33431 | else | |
33432 | WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE" | |
33433 | fi | |
33434 | ||
fe0895cf VS |
33435 | if test "x$wxUSE_UNIVERSAL" = "xyes" ; then |
33436 | WXUNIV=1 | |
33437 | else | |
33438 | WXUNIV=0 | |
8284b0c5 MB |
33439 | fi |
33440 | ||
8284b0c5 MB |
33441 | |
33442 | ||
33443 | ||
33444 | ||
33445 | ||
33446 | ||
33447 | ||
fe0895cf | 33448 | EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS" |
8284b0c5 | 33449 | |
9747f85d VS |
33450 | if test $wxUSE_MONOLITHIC = "yes" ; then |
33451 | MONOLITHIC=1 | |
33452 | else | |
33453 | MONOLITHIC=0 | |
33454 | fi | |
8284b0c5 | 33455 | |
8ee2dd05 VS |
33456 | VENDOR="custom" |
33457 | OFFICIAL_BUILD=0 | |
33458 | ||
33459 | ||
33460 | ||
8284b0c5 MB |
33461 | |
33462 | ||
33463 | ||
33464 | ||
33465 | ||
33466 | ||
fe0895cf | 33467 | TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr [A-Z] [a-z]` |
8284b0c5 MB |
33468 | |
33469 | ||
33470 | ||
33471 | ||
33472 | ||
fe0895cf | 33473 | if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then |
e6cc62c6 VS |
33474 | |
33475 | if test -n "$ac_tool_prefix"; then | |
33476 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
33477 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
33478 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
33479 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
33480 | if test "${ac_cv_prog_RANLIB+set}" = set; then | |
33481 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10f2d63a | 33482 | else |
fe0895cf VS |
33483 | if test -n "$RANLIB"; then |
33484 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
10f2d63a | 33485 | else |
e6cc62c6 VS |
33486 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
33487 | for as_dir in $PATH | |
33488 | do | |
33489 | IFS=$as_save_IFS | |
33490 | test -z "$as_dir" && as_dir=. | |
33491 | for ac_exec_ext in '' $ac_executable_extensions; do | |
33492 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
33493 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
33494 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
33495 | break 2 | |
33496 | fi | |
33497 | done | |
33498 | done | |
33499 | ||
10f2d63a | 33500 | fi |
10f2d63a | 33501 | fi |
e6cc62c6 | 33502 | RANLIB=$ac_cv_prog_RANLIB |
fe0895cf | 33503 | if test -n "$RANLIB"; then |
e6cc62c6 VS |
33504 | echo "$as_me:$LINENO: result: $RANLIB" >&5 |
33505 | echo "${ECHO_T}$RANLIB" >&6 | |
33506 | else | |
33507 | echo "$as_me:$LINENO: result: no" >&5 | |
33508 | echo "${ECHO_T}no" >&6 | |
33509 | fi | |
33510 | ||
33511 | fi | |
33512 | if test -z "$ac_cv_prog_RANLIB"; then | |
33513 | ac_ct_RANLIB=$RANLIB | |
33514 | # Extract the first word of "ranlib", so it can be a program name with args. | |
33515 | set dummy ranlib; ac_word=$2 | |
33516 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
33517 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
33518 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
33519 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33520 | else | |
33521 | if test -n "$ac_ct_RANLIB"; then | |
33522 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
33523 | else | |
33524 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
33525 | for as_dir in $PATH | |
33526 | do | |
33527 | IFS=$as_save_IFS | |
33528 | test -z "$as_dir" && as_dir=. | |
33529 | for ac_exec_ext in '' $ac_executable_extensions; do | |
33530 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
33531 | ac_cv_prog_ac_ct_RANLIB="ranlib" | |
33532 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
33533 | break 2 | |
33534 | fi | |
33535 | done | |
33536 | done | |
33537 | ||
33538 | test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
33539 | fi | |
33540 | fi | |
33541 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
33542 | if test -n "$ac_ct_RANLIB"; then | |
33543 | echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | |
33544 | echo "${ECHO_T}$ac_ct_RANLIB" >&6 | |
10f2d63a | 33545 | else |
e6cc62c6 VS |
33546 | echo "$as_me:$LINENO: result: no" >&5 |
33547 | echo "${ECHO_T}no" >&6 | |
33548 | fi | |
33549 | ||
33550 | RANLIB=$ac_ct_RANLIB | |
33551 | else | |
33552 | RANLIB="$ac_cv_prog_RANLIB" | |
00cf1208 | 33553 | fi |
665bbe97 | 33554 | |
fe0895cf VS |
33555 | # Find a good install program. We prefer a C program (faster), |
33556 | # so one script is as good as another. But avoid the broken or | |
33557 | # incompatible versions: | |
33558 | # SysV /etc/install, /usr/sbin/install | |
33559 | # SunOS /usr/etc/install | |
33560 | # IRIX /sbin/install | |
33561 | # AIX /bin/install | |
e6cc62c6 | 33562 | # AmigaOS /C/install, which installs bootblocks on floppy discs |
fe0895cf VS |
33563 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
33564 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
33565 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
33566 | # ./install, which can be erroneously created by make from ./install.sh. | |
e6cc62c6 VS |
33567 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
33568 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | |
fe0895cf | 33569 | if test -z "$INSTALL"; then |
e6cc62c6 VS |
33570 | if test "${ac_cv_path_install+set}" = set; then |
33571 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33572 | else | |
33573 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
33574 | for as_dir in $PATH | |
33575 | do | |
33576 | IFS=$as_save_IFS | |
33577 | test -z "$as_dir" && as_dir=. | |
33578 | # Account for people who put trailing slashes in PATH elements. | |
33579 | case $as_dir/ in | |
33580 | ./ | .// | /cC/* | \ | |
33581 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
33582 | /usr/ucb/* ) ;; | |
33583 | *) | |
33584 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
33585 | # Don't use installbsd from OSF since it installs stuff as root | |
33586 | # by default. | |
33587 | for ac_prog in ginstall scoinst install; do | |
33588 | for ac_exec_ext in '' $ac_executable_extensions; do | |
33589 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then | |
33590 | if test $ac_prog = install && | |
33591 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
33592 | # AIX install. It has an incompatible calling convention. | |
33593 | : | |
33594 | elif test $ac_prog = install && | |
33595 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
33596 | # program-specific install script used by HP pwplus--don't use. | |
33597 | : | |
33598 | else | |
33599 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
33600 | break 3 | |
33601 | fi | |
33602 | fi | |
fe0895cf | 33603 | done |
e6cc62c6 VS |
33604 | done |
33605 | ;; | |
33606 | esac | |
33607 | done | |
33608 | ||
fe0895cf VS |
33609 | |
33610 | fi | |
33611 | if test "${ac_cv_path_install+set}" = set; then | |
e6cc62c6 | 33612 | INSTALL=$ac_cv_path_install |
fe0895cf VS |
33613 | else |
33614 | # As a last resort, use the slow shell script. We don't cache a | |
33615 | # path for INSTALL within a source directory, because that will | |
33616 | # break other packages using the cache if that directory is | |
33617 | # removed, or if the path is relative. | |
e6cc62c6 | 33618 | INSTALL=$ac_install_sh |
fe0895cf VS |
33619 | fi |
33620 | fi | |
e6cc62c6 VS |
33621 | echo "$as_me:$LINENO: result: $INSTALL" >&5 |
33622 | echo "${ECHO_T}$INSTALL" >&6 | |
fe0895cf VS |
33623 | |
33624 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
33625 | # It thinks the first close brace ends the variable substitution. | |
33626 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
33627 | ||
e6cc62c6 | 33628 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
fe0895cf VS |
33629 | |
33630 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
33631 | ||
e6cc62c6 VS |
33632 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 |
33633 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | |
33634 | LN_S=$as_ln_s | |
33635 | if test "$LN_S" = "ln -s"; then | |
33636 | echo "$as_me:$LINENO: result: yes" >&5 | |
33637 | echo "${ECHO_T}yes" >&6 | |
fe0895cf | 33638 | else |
e6cc62c6 VS |
33639 | echo "$as_me:$LINENO: result: no, using $LN_S" >&5 |
33640 | echo "${ECHO_T}no, using $LN_S" >&6 | |
fe0895cf VS |
33641 | fi |
33642 | ||
33643 | ||
e6cc62c6 VS |
33644 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
33645 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | |
33646 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | |
33647 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | |
33648 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf | 33649 | else |
e6cc62c6 | 33650 | cat >conftest.make <<\_ACEOF |
fe0895cf | 33651 | all: |
e6cc62c6 VS |
33652 | @echo 'ac_maketemp="$(MAKE)"' |
33653 | _ACEOF | |
fe0895cf | 33654 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
e6cc62c6 | 33655 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
fe0895cf VS |
33656 | if test -n "$ac_maketemp"; then |
33657 | eval ac_cv_prog_make_${ac_make}_set=yes | |
33658 | else | |
33659 | eval ac_cv_prog_make_${ac_make}_set=no | |
33660 | fi | |
e6cc62c6 | 33661 | rm -f conftest.make |
fe0895cf VS |
33662 | fi |
33663 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
e6cc62c6 VS |
33664 | echo "$as_me:$LINENO: result: yes" >&5 |
33665 | echo "${ECHO_T}yes" >&6 | |
fe0895cf VS |
33666 | SET_MAKE= |
33667 | else | |
e6cc62c6 VS |
33668 | echo "$as_me:$LINENO: result: no" >&5 |
33669 | echo "${ECHO_T}no" >&6 | |
fe0895cf VS |
33670 | SET_MAKE="MAKE=${MAKE-make}" |
33671 | fi | |
33672 | ||
e6cc62c6 VS |
33673 | |
33674 | ||
fe0895cf VS |
33675 | if test "$build" != "$host" ; then |
33676 | AR=$host_alias-ar | |
33677 | STRIP=$host_alias-strip | |
33678 | else | |
33679 | # Extract the first word of "ar", so it can be a program name with args. | |
33680 | set dummy ar; ac_word=$2 | |
e6cc62c6 VS |
33681 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
33682 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
33683 | if test "${ac_cv_prog_AR+set}" = set; then | |
33684 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf VS |
33685 | else |
33686 | if test -n "$AR"; then | |
33687 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
33688 | else | |
e6cc62c6 VS |
33689 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
33690 | for as_dir in $PATH | |
33691 | do | |
33692 | IFS=$as_save_IFS | |
33693 | test -z "$as_dir" && as_dir=. | |
33694 | for ac_exec_ext in '' $ac_executable_extensions; do | |
33695 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
33696 | ac_cv_prog_AR="ar" | |
33697 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
33698 | break 2 | |
33699 | fi | |
33700 | done | |
33701 | done | |
33702 | ||
fe0895cf VS |
33703 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" |
33704 | fi | |
33705 | fi | |
e6cc62c6 | 33706 | AR=$ac_cv_prog_AR |
fe0895cf | 33707 | if test -n "$AR"; then |
e6cc62c6 VS |
33708 | echo "$as_me:$LINENO: result: $AR" >&5 |
33709 | echo "${ECHO_T}$AR" >&6 | |
fe0895cf | 33710 | else |
e6cc62c6 VS |
33711 | echo "$as_me:$LINENO: result: no" >&5 |
33712 | echo "${ECHO_T}no" >&6 | |
fe0895cf VS |
33713 | fi |
33714 | ||
33715 | # Extract the first word of "strip", so it can be a program name with args. | |
33716 | set dummy strip; ac_word=$2 | |
e6cc62c6 VS |
33717 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
33718 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
33719 | if test "${ac_cv_prog_STRIP+set}" = set; then | |
33720 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf VS |
33721 | else |
33722 | if test -n "$STRIP"; then | |
33723 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
33724 | else | |
e6cc62c6 VS |
33725 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
33726 | for as_dir in $PATH | |
33727 | do | |
33728 | IFS=$as_save_IFS | |
33729 | test -z "$as_dir" && as_dir=. | |
33730 | for ac_exec_ext in '' $ac_executable_extensions; do | |
33731 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
33732 | ac_cv_prog_STRIP="strip" | |
33733 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
33734 | break 2 | |
33735 | fi | |
33736 | done | |
33737 | done | |
33738 | ||
fe0895cf VS |
33739 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" |
33740 | fi | |
33741 | fi | |
e6cc62c6 | 33742 | STRIP=$ac_cv_prog_STRIP |
fe0895cf | 33743 | if test -n "$STRIP"; then |
e6cc62c6 VS |
33744 | echo "$as_me:$LINENO: result: $STRIP" >&5 |
33745 | echo "${ECHO_T}$STRIP" >&6 | |
fe0895cf | 33746 | else |
e6cc62c6 VS |
33747 | echo "$as_me:$LINENO: result: no" >&5 |
33748 | echo "${ECHO_T}no" >&6 | |
fe0895cf VS |
33749 | fi |
33750 | ||
33751 | fi | |
33752 | ||
33753 | case ${host} in | |
33754 | *-hp-hpux* ) | |
33755 | INSTALL_DIR="mkdir" | |
33756 | ;; | |
33757 | *) INSTALL_DIR="$INSTALL -d" | |
33758 | ;; | |
33759 | esac | |
e6cc62c6 | 33760 | |
fe0895cf | 33761 | |
6b9d41a5 VS |
33762 | LDFLAGS_GUI= |
33763 | case ${host} in | |
33764 | *-*-cygwin* | *-*-mingw32* ) | |
33765 | LDFLAGS_GUI="-Wl,--subsystem,windows -mwindows" | |
33766 | esac | |
33767 | ||
33768 | ||
fe0895cf | 33769 | fi |
e6cc62c6 VS |
33770 | |
33771 | echo "$as_me:$LINENO: checking if make is GNU make" >&5 | |
33772 | echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6 | |
49b0a3aa | 33773 | if test "${bakefile_cv_prog_makeisgnu+set}" = set; then |
e6cc62c6 | 33774 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
fe0895cf | 33775 | else |
e6cc62c6 | 33776 | |
fe0895cf VS |
33777 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | |
33778 | egrep -s GNU > /dev/null); then | |
33779 | bakefile_cv_prog_makeisgnu="yes" | |
33780 | else | |
33781 | bakefile_cv_prog_makeisgnu="no" | |
33782 | fi | |
fe0895cf | 33783 | |
e6cc62c6 | 33784 | fi |
49b0a3aa VS |
33785 | echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5 |
33786 | echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6 | |
fe0895cf VS |
33787 | |
33788 | if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then | |
33789 | IF_GNU_MAKE="" | |
33790 | else | |
33791 | IF_GNU_MAKE="#" | |
33792 | fi | |
fe0895cf | 33793 | |
e6cc62c6 VS |
33794 | |
33795 | ||
fe0895cf VS |
33796 | PLATFORM_UNIX=0 |
33797 | PLATFORM_WIN32=0 | |
33798 | PLATFORM_MSDOS=0 | |
33799 | PLATFORM_MAC=0 | |
33800 | PLATFORM_MACOSX=0 | |
e6cc62c6 | 33801 | |
fe0895cf VS |
33802 | case "${host}" in |
33803 | *-*-cygwin* | *-*-mingw32* ) | |
33804 | PLATFORM_WIN32=1 | |
33805 | ;; | |
33806 | *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx ) | |
33807 | PLATFORM_MSDOS=1 | |
33808 | ;; | |
33809 | powerpc-*-darwin* ) | |
33810 | PLATFORM_MAC=1 | |
33811 | PLATFORM_MACOSX=1 | |
33812 | ;; | |
33813 | * ) | |
33814 | PLATFORM_UNIX=1 | |
33815 | ;; | |
33816 | esac | |
33817 | ||
fe0895cf | 33818 | |
e6cc62c6 VS |
33819 | |
33820 | ||
33821 | ||
33822 | ||
33823 | ||
33824 | ||
fe0895cf VS |
33825 | SO_SUFFIX="so" |
33826 | EXEEXT="" | |
33827 | DLLPREFIX=lib | |
e6cc62c6 | 33828 | |
fe0895cf VS |
33829 | case "${host}" in |
33830 | *-hp-hpux* ) | |
33831 | SO_SUFFIX="sl" | |
33832 | ;; | |
33833 | *-*-aix* ) | |
33834 | SO_SUFFIX="a" | |
33835 | ;; | |
33836 | *-*-cygwin* | *-*-mingw32* ) | |
33837 | SO_SUFFIX="dll" | |
33838 | EXEEXT=".exe" | |
33839 | DLLPREFIX="" | |
33840 | ;; | |
33841 | *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx ) | |
33842 | EXEEXT=".exe" | |
33843 | DLLPREFIX="" | |
33844 | ;; | |
33845 | powerpc-*-darwin* ) | |
33846 | SO_SUFFIX="dylib" | |
33847 | ;; | |
33848 | esac | |
33849 | ||
fe0895cf | 33850 | |
e6cc62c6 VS |
33851 | |
33852 | ||
33853 | ||
33854 | ||
fe0895cf VS |
33855 | SHARED_LD_CC="\$(CC) -shared -o" |
33856 | SHARED_LD_CXX="\$(CXX) -shared -o" | |
33857 | ||
33858 | if test "x$GCC" = "xyes"; then | |
33859 | PIC_FLAG="-fPIC" | |
33860 | fi | |
33861 | ||
33862 | case "${host}" in | |
33863 | *-hp-hpux* ) | |
33864 | if test "x$GCC" = "xyes"; then | |
33865 | SHARED_LD_CC="${CC} -shared ${PIC_FLAG} -o" | |
33866 | SHARED_LD_CXX="${CXX} -shared ${PIC_FLAG} -o" | |
33867 | else | |
33868 | LDFLAGS="$LDFLAGS -L/usr/lib" | |
33869 | ||
33870 | SHARED_LD_CC="${CC} -b -o" | |
33871 | SHARED_LD_CXX="${CXX} -b -o" | |
33872 | PIC_FLAG="+Z" | |
33873 | fi | |
33874 | ;; | |
33875 | ||
33876 | *-*-linux* ) | |
33877 | if test "x$GCC" != "xyes"; then | |
e6cc62c6 VS |
33878 | echo "$as_me:$LINENO: checking for Intel compiler" >&5 |
33879 | echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6 | |
33880 | if test "${bakefile_cv_prog_icc+set}" = set; then | |
33881 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf | 33882 | else |
fe0895cf | 33883 | |
e6cc62c6 VS |
33884 | cat >conftest.$ac_ext <<_ACEOF |
33885 | #line $LINENO "configure" | |
33886 | /* confdefs.h. */ | |
33887 | _ACEOF | |
33888 | cat confdefs.h >>conftest.$ac_ext | |
33889 | cat >>conftest.$ac_ext <<_ACEOF | |
33890 | /* end confdefs.h. */ | |
33891 | ||
33892 | int | |
33893 | main () | |
33894 | { | |
fe0895cf VS |
33895 | |
33896 | #ifndef __INTEL_COMPILER | |
33897 | #error Not icc | |
33898 | #endif | |
e6cc62c6 VS |
33899 | |
33900 | ; | |
33901 | return 0; | |
33902 | } | |
33903 | _ACEOF | |
33904 | rm -f conftest.$ac_objext | |
33905 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
33906 | (eval $ac_compile) 2>&5 | |
33907 | ac_status=$? | |
33908 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33909 | (exit $ac_status); } && | |
33910 | { ac_try='test -s conftest.$ac_objext' | |
33911 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
33912 | (eval $ac_try) 2>&5 | |
33913 | ac_status=$? | |
33914 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33915 | (exit $ac_status); }; }; then | |
fe0895cf VS |
33916 | bakefile_cv_prog_icc=yes |
33917 | else | |
e6cc62c6 VS |
33918 | echo "$as_me: failed program was:" >&5 |
33919 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33920 | ||
33921 | bakefile_cv_prog_icc=no | |
33922 | ||
fe0895cf | 33923 | fi |
e6cc62c6 | 33924 | rm -f conftest.$ac_objext conftest.$ac_ext |
fe0895cf | 33925 | |
e6cc62c6 VS |
33926 | fi |
33927 | echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5 | |
33928 | echo "${ECHO_T}$bakefile_cv_prog_icc" >&6 | |
fe0895cf VS |
33929 | if test "$bakefile_cv_prog_icc" = "yes"; then |
33930 | PIC_FLAG="-KPIC" | |
33931 | fi | |
33932 | fi | |
33933 | ;; | |
33934 | ||
33935 | *-*-solaris2* ) | |
33936 | if test "x$GCC" != xyes ; then | |
33937 | SHARED_LD_CC="${CC} -G -o" | |
33938 | SHARED_LD_CXX="${CXX} -G -o" | |
33939 | PIC_FLAG="-KPIC" | |
33940 | fi | |
33941 | ;; | |
33942 | ||
33943 | *-*-darwin* ) | |
33944 | CFLAGS="$CFLAGS -fno-common" | |
33945 | CXXFLAGS="$CXXFLAGS -fno-common" | |
e6cc62c6 VS |
33946 | |
33947 | ||
fe0895cf VS |
33948 | cat <<EOF >shared-ld-sh |
33949 | #!/bin/sh | |
33950 | #----------------------------------------------------------------------------- | |
33951 | #-- Name: distrib/mac/shared-ld-sh | |
33952 | #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X | |
33953 | #-- Author: Gilles Depeyrot | |
33954 | #-- Copyright: (c) 2002 Gilles Depeyrot | |
33955 | #-- Licence: any use permitted | |
33956 | #----------------------------------------------------------------------------- | |
33957 | ||
33958 | verbose=0 | |
33959 | args="" | |
33960 | objects="" | |
33961 | ||
33962 | while test \${#} -gt 0; do | |
33963 | case \${1} in | |
33964 | ||
33965 | -v) | |
33966 | verbose=1 | |
33967 | ;; | |
33968 | ||
33969 | -o|-compatibility_version|-current_version|-framework|-undefined|-install_name) | |
33970 | # collect these options and values | |
33971 | args="\${args} \${1} \${2}" | |
33972 | shift | |
33973 | ;; | |
33974 | ||
33975 | -l*|-L*|-flat_namespace) | |
33976 | # collect these options | |
33977 | args="\${args} \${1}" | |
33978 | ;; | |
33979 | ||
33980 | -dynamiclib) | |
33981 | # skip these options | |
33982 | ;; | |
33983 | ||
33984 | -*) | |
33985 | echo "shared-ld: unhandled option '\${1}'" | |
33986 | exit 1 | |
33987 | ;; | |
33988 | ||
33989 | *.o | *.a) | |
33990 | # collect object files | |
33991 | objects="\${objects} \${1}" | |
33992 | ;; | |
33993 | ||
33994 | *) | |
33995 | echo "shared-ld: unhandled argument '\${1}'" | |
33996 | exit 1 | |
33997 | ;; | |
33998 | ||
33999 | esac | |
34000 | shift | |
34001 | done | |
34002 | ||
34003 | # | |
34004 | # Link one module containing all the others | |
34005 | # | |
34006 | if test \${verbose} = 1; then | |
34007 | echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o" | |
34008 | fi | |
34009 | c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o | |
34010 | status=\$? | |
34011 | if test \${status} != 0; then | |
34012 | exit \${status} | |
34013 | fi | |
34014 | ||
34015 | # | |
34016 | # Link the shared library from the single module created | |
34017 | # | |
34018 | if test \${verbose} = 1; then | |
34019 | echo "cc -dynamiclib master.\$\$.o \${args}" | |
34020 | fi | |
34021 | c++ -dynamiclib master.\$\$.o \${args} | |
34022 | status=\$? | |
34023 | if test \${status} != 0; then | |
34024 | exit \${status} | |
34025 | fi | |
34026 | ||
34027 | # | |
34028 | # Remove intermediate module | |
34029 | # | |
34030 | rm -f master.\$\$.o | |
34031 | ||
34032 | exit 0 | |
34033 | EOF | |
34034 | chmod +x shared-ld-sh | |
34035 | ||
34036 | SHARED_LD_CC="`pwd`/shared-ld-sh -undefined suppress -flat_namespace -o" | |
34037 | SHARED_LD_CXX="$SHARED_LD_CC" | |
34038 | PIC_FLAG="-dynamic -fPIC" | |
34039 | ;; | |
34040 | ||
34041 | *-*-aix* ) | |
34042 | if test "x$GCC" != "xyes"; then | |
34043 | # Extract the first word of "makeC++SharedLib", so it can be a program name with args. | |
34044 | set dummy makeC++SharedLib; ac_word=$2 | |
e6cc62c6 VS |
34045 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
34046 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
34047 | if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then | |
34048 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf VS |
34049 | else |
34050 | if test -n "$AIX_CXX_LD"; then | |
34051 | ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test. | |
34052 | else | |
e6cc62c6 VS |
34053 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
34054 | for as_dir in $PATH | |
34055 | do | |
34056 | IFS=$as_save_IFS | |
34057 | test -z "$as_dir" && as_dir=. | |
34058 | for ac_exec_ext in '' $ac_executable_extensions; do | |
34059 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
34060 | ac_cv_prog_AIX_CXX_LD="makeC++SharedLib" | |
34061 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
34062 | break 2 | |
34063 | fi | |
34064 | done | |
34065 | done | |
34066 | ||
fe0895cf VS |
34067 | test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib" |
34068 | fi | |
34069 | fi | |
e6cc62c6 | 34070 | AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD |
fe0895cf | 34071 | if test -n "$AIX_CXX_LD"; then |
e6cc62c6 VS |
34072 | echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5 |
34073 | echo "${ECHO_T}$AIX_CXX_LD" >&6 | |
fe0895cf | 34074 | else |
e6cc62c6 VS |
34075 | echo "$as_me:$LINENO: result: no" >&5 |
34076 | echo "${ECHO_T}no" >&6 | |
fe0895cf VS |
34077 | fi |
34078 | ||
34079 | SHARED_LD_CC="$AIX_CC_LD -p 0 -o" | |
34080 | SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o" | |
34081 | fi | |
34082 | ;; | |
34083 | ||
34084 | *-*-beos* ) | |
34085 | SHARED_LD_CC="${LD} -shared -o" | |
34086 | SHARED_LD_CXX="${LD} -shared -o" | |
34087 | ;; | |
34088 | ||
34089 | *-*-irix* ) | |
34090 | if test "x$GCC" != "xyes"; then | |
34091 | PIC_FLAG="-KPIC" | |
34092 | fi | |
34093 | ;; | |
e6cc62c6 | 34094 | |
fe0895cf VS |
34095 | *-*-cygwin* | *-*-mingw32* ) |
34096 | PIC_FLAG="" | |
34097 | ;; | |
e6cc62c6 | 34098 | |
fe0895cf VS |
34099 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ |
34100 | *-*-sunos4* | \ | |
34101 | *-*-osf* | \ | |
34102 | *-*-dgux5* | \ | |
34103 | *-*-sysv5* ) | |
34104 | ;; | |
34105 | ||
34106 | *) | |
e6cc62c6 VS |
34107 | { { echo "$as_me:$LINENO: error: unknown system type $host." >&5 |
34108 | echo "$as_me: error: unknown system type $host." >&2;} | |
34109 | { (exit 1); exit 1; }; } | |
fe0895cf VS |
34110 | esac |
34111 | ||
fe0895cf | 34112 | |
e6cc62c6 VS |
34113 | |
34114 | ||
34115 | ||
34116 | ||
fe0895cf VS |
34117 | USE_SOVERSION=0 |
34118 | USE_SOVERLINUX=0 | |
34119 | USE_SOVERSOLARIS=0 | |
34120 | USE_SOSYMLINKS=0 | |
34121 | USE_MACVERSION=0 | |
34122 | SONAME_FLAG= | |
34123 | ||
34124 | case "${host}" in | |
34125 | *-*-linux* ) | |
34126 | SONAME_FLAG="-Wl,-soname," | |
34127 | USE_SOVERSION=1 | |
34128 | USE_SOVERLINUX=1 | |
34129 | USE_SOSYMLINKS=1 | |
34130 | ;; | |
34131 | ||
34132 | *-*-solaris2* ) | |
34133 | SONAME_FLAG="-h " | |
34134 | USE_SOVERSION=1 | |
34135 | USE_SOVERSOLARIS=1 | |
34136 | USE_SOSYMLINKS=1 | |
34137 | ;; | |
34138 | ||
34139 | *-*-darwin* ) | |
34140 | USE_MACVERSION=1 | |
34141 | USE_SOVERSION=1 | |
34142 | USE_SOSYMLINKS=1 | |
e6cc62c6 | 34143 | ;; |
fe0895cf VS |
34144 | esac |
34145 | ||
fe0895cf | 34146 | |
e6cc62c6 VS |
34147 | |
34148 | ||
34149 | ||
34150 | ||
34151 | ||
34152 | ||
34153 | ||
49b0a3aa VS |
34154 | echo "$as_me:$LINENO: checking for dependency tracking method" >&5 |
34155 | echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6 | |
34156 | DEPS_TRACKING=0 | |
34157 | ||
fe0895cf | 34158 | if test "x$GCC" = "xyes"; then |
49b0a3aa VS |
34159 | DEPSMODE=gcc |
34160 | DEPS_TRACKING=1 | |
34161 | echo "$as_me:$LINENO: result: gcc" >&5 | |
34162 | echo "${ECHO_T}gcc" >&6 | |
34163 | else | |
34164 | echo "$as_me:$LINENO: result: none" >&5 | |
34165 | echo "${ECHO_T}none" >&6 | |
34166 | fi | |
34167 | ||
34168 | if test $DEPS_TRACKING = 1 ; then | |
34169 | cat <<EOF >bk-deps | |
34170 | #!/bin/sh | |
34171 | ||
34172 | # This script is part of Bakefile (http://bakefile.sf.net) autoconf script. | |
34173 | # It is used to track C/C++ files dependencies in portable way. | |
34174 | # | |
34175 | # Permission is given to use this file in any way. | |
34176 | ||
34177 | DEPSMODE=$DEPSMODE | |
34178 | DEPSDIR=.deps | |
34179 | ||
34180 | mkdir -p \$DEPSDIR | |
34181 | ||
34182 | if test \$DEPSMODE = gcc ; then | |
34183 | \${*} -MMD | |
34184 | status=\${?} | |
34185 | if test \${status} != 0 ; then | |
34186 | exit \${status} | |
34187 | fi | |
34188 | # move created file to the location we want it in: | |
34189 | while test \${#} -gt 0; do | |
34190 | case "\${1}" in | |
34191 | -o ) | |
34192 | shift | |
34193 | objfile=\${1} | |
34194 | ;; | |
34195 | -* ) | |
34196 | ;; | |
34197 | * ) | |
34198 | srcfile=\${1} | |
34199 | ;; | |
34200 | esac | |
34201 | shift | |
34202 | done | |
34203 | depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\` | |
34204 | depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\` | |
6b9d41a5 VS |
34205 | if test -f \$depfile ; then |
34206 | sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d | |
34207 | rm -f \$depfile | |
34208 | else | |
34209 | depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\` | |
34210 | if test -f \$depfile ; then | |
4c8b7f4b | 34211 | sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d |
6b9d41a5 VS |
34212 | rm -f \$depfile |
34213 | fi | |
34214 | fi | |
49b0a3aa VS |
34215 | exit 0 |
34216 | else | |
34217 | \${*} | |
34218 | exit \${?} | |
34219 | fi | |
34220 | EOF | |
34221 | chmod +x bk-deps | |
fe0895cf | 34222 | fi |
fe0895cf | 34223 | |
e6cc62c6 VS |
34224 | |
34225 | ||
34226 | ||
fe0895cf VS |
34227 | RESCOMP= |
34228 | SETFILE= | |
34229 | ||
e6cc62c6 | 34230 | case ${host} in |
fe0895cf VS |
34231 | *-*-cygwin* | *-*-mingw32* ) |
34232 | if test "$build" != "$host" ; then | |
34233 | RESCOMP=$host_alias-windres | |
34234 | else | |
34235 | # Extract the first word of "windres", so it can be a program name with args. | |
34236 | set dummy windres; ac_word=$2 | |
e6cc62c6 VS |
34237 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
34238 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
34239 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
34240 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf VS |
34241 | else |
34242 | if test -n "$RESCOMP"; then | |
34243 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
34244 | else | |
e6cc62c6 VS |
34245 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
34246 | for as_dir in $PATH | |
34247 | do | |
34248 | IFS=$as_save_IFS | |
34249 | test -z "$as_dir" && as_dir=. | |
34250 | for ac_exec_ext in '' $ac_executable_extensions; do | |
34251 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
34252 | ac_cv_prog_RESCOMP="windres" | |
34253 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
34254 | break 2 | |
34255 | fi | |
34256 | done | |
34257 | done | |
34258 | ||
fe0895cf VS |
34259 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres" |
34260 | fi | |
34261 | fi | |
e6cc62c6 | 34262 | RESCOMP=$ac_cv_prog_RESCOMP |
fe0895cf | 34263 | if test -n "$RESCOMP"; then |
e6cc62c6 VS |
34264 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 |
34265 | echo "${ECHO_T}$RESCOMP" >&6 | |
fe0895cf | 34266 | else |
e6cc62c6 VS |
34267 | echo "$as_me:$LINENO: result: no" >&5 |
34268 | echo "${ECHO_T}no" >&6 | |
fe0895cf VS |
34269 | fi |
34270 | ||
34271 | fi | |
34272 | ;; | |
e6cc62c6 | 34273 | |
fe0895cf VS |
34274 | *-*-darwin* ) |
34275 | # Extract the first word of "Rez", so it can be a program name with args. | |
34276 | set dummy Rez; ac_word=$2 | |
e6cc62c6 VS |
34277 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
34278 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
34279 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
34280 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf VS |
34281 | else |
34282 | if test -n "$RESCOMP"; then | |
34283 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
34284 | else | |
e6cc62c6 VS |
34285 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
34286 | for as_dir in $PATH | |
34287 | do | |
34288 | IFS=$as_save_IFS | |
34289 | test -z "$as_dir" && as_dir=. | |
34290 | for ac_exec_ext in '' $ac_executable_extensions; do | |
34291 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
34292 | ac_cv_prog_RESCOMP="Rez" | |
34293 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
34294 | break 2 | |
34295 | fi | |
34296 | done | |
34297 | done | |
34298 | ||
fe0895cf VS |
34299 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" |
34300 | fi | |
34301 | fi | |
e6cc62c6 | 34302 | RESCOMP=$ac_cv_prog_RESCOMP |
fe0895cf | 34303 | if test -n "$RESCOMP"; then |
e6cc62c6 VS |
34304 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 |
34305 | echo "${ECHO_T}$RESCOMP" >&6 | |
fe0895cf | 34306 | else |
e6cc62c6 VS |
34307 | echo "$as_me:$LINENO: result: no" >&5 |
34308 | echo "${ECHO_T}no" >&6 | |
fe0895cf VS |
34309 | fi |
34310 | ||
34311 | # Extract the first word of "SetFile", so it can be a program name with args. | |
34312 | set dummy SetFile; ac_word=$2 | |
e6cc62c6 VS |
34313 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
34314 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
34315 | if test "${ac_cv_prog_SETFILE+set}" = set; then | |
34316 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
fe0895cf VS |
34317 | else |
34318 | if test -n "$SETFILE"; then | |
34319 | ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. | |
34320 | else | |
e6cc62c6 VS |
34321 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
34322 | for as_dir in $PATH | |
34323 | do | |
34324 | IFS=$as_save_IFS | |
34325 | test -z "$as_dir" && as_dir=. | |
34326 | for ac_exec_ext in '' $ac_executable_extensions; do | |
34327 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
34328 | ac_cv_prog_SETFILE="SetFile" | |
34329 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
34330 | break 2 | |
34331 | fi | |
34332 | done | |
34333 | done | |
34334 | ||
fe0895cf VS |
34335 | test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" |
34336 | fi | |
34337 | fi | |
e6cc62c6 | 34338 | SETFILE=$ac_cv_prog_SETFILE |
fe0895cf | 34339 | if test -n "$SETFILE"; then |
e6cc62c6 VS |
34340 | echo "$as_me:$LINENO: result: $SETFILE" >&5 |
34341 | echo "${ECHO_T}$SETFILE" >&6 | |
fe0895cf | 34342 | else |
e6cc62c6 VS |
34343 | echo "$as_me:$LINENO: result: no" >&5 |
34344 | echo "${ECHO_T}no" >&6 | |
fe0895cf VS |
34345 | fi |
34346 | ||
34347 | ;; | |
34348 | esac | |
34349 | ||
fe0895cf VS |
34350 | |
34351 | ||
e6cc62c6 VS |
34352 | |
34353 | ||
34354 | ||
34355 | ||
8ee2dd05 VS |
34356 | COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#" |
34357 | if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
34358 | COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="" | |
6b9d41a5 VS |
34359 | fi |
34360 | ||
f95cd8fa VS |
34361 | COND_DEPS_TRACKING_0="#" |
34362 | if test "x$DEPS_TRACKING" = "x0" ; then | |
34363 | COND_DEPS_TRACKING_0="" | |
6b9d41a5 VS |
34364 | fi |
34365 | ||
8ee2dd05 VS |
34366 | COND_DEPS_TRACKING_1="#" |
34367 | if test "x$DEPS_TRACKING" = "x1" ; then | |
34368 | COND_DEPS_TRACKING_1="" | |
34369 | fi | |
34370 | ||
34371 | COND_TOOLKIT_MOTIF_USE_GUI_1="#" | |
34372 | if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then | |
34373 | COND_TOOLKIT_MOTIF_USE_GUI_1="" | |
6b9d41a5 VS |
34374 | fi |
34375 | ||
8ee2dd05 VS |
34376 | COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#" |
34377 | if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
34378 | COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="" | |
34379 | fi | |
34380 | ||
34381 | COND_TOOLKIT_COCOA_USE_GUI_1="#" | |
34382 | if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then | |
34383 | COND_TOOLKIT_COCOA_USE_GUI_1="" | |
6b9d41a5 VS |
34384 | fi |
34385 | ||
34386 | COND_USE_SOVERSOLARIS_1="#" | |
34387 | if test "x$USE_SOVERSOLARIS" = "x1" ; then | |
c7dfb5bb | 34388 | COND_USE_SOVERSOLARIS_1="" |
6b9d41a5 VS |
34389 | fi |
34390 | ||
8ee2dd05 VS |
34391 | COND_MONOLITHIC_1="#" |
34392 | if test "x$MONOLITHIC" = "x1" ; then | |
34393 | COND_MONOLITHIC_1="" | |
fe0895cf | 34394 | fi |
e6cc62c6 | 34395 | |
8ee2dd05 VS |
34396 | COND_UNICODE_1="#" |
34397 | if test "x$UNICODE" = "x1" ; then | |
34398 | COND_UNICODE_1="" | |
f95cd8fa VS |
34399 | fi |
34400 | ||
8ee2dd05 VS |
34401 | COND_MONOLITHIC_0="#" |
34402 | if test "x$MONOLITHIC" = "x0" ; then | |
34403 | COND_MONOLITHIC_0="" | |
34404 | fi | |
34405 | ||
34406 | COND_TOOLKIT_MGL="#" | |
34407 | if test "x$TOOLKIT" = "xMGL" ; then | |
34408 | COND_TOOLKIT_MGL="" | |
34409 | fi | |
34410 | ||
34411 | COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#" | |
34412 | if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
34413 | COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="" | |
34414 | fi | |
34415 | ||
f95cd8fa VS |
34416 | COND_WXUSE_ODBC_BUILTIN="#" |
34417 | if test "x$wxUSE_ODBC" = "xbuiltin" ; then | |
34418 | COND_WXUSE_ODBC_BUILTIN="" | |
34419 | fi | |
34420 | ||
8ee2dd05 VS |
34421 | COND_USE_SOVERSION_0="#" |
34422 | if test "x$USE_SOVERSION" = "x0" ; then | |
34423 | COND_USE_SOVERSION_0="" | |
f95cd8fa VS |
34424 | fi |
34425 | ||
8ee2dd05 VS |
34426 | COND_WXUNIV_1="#" |
34427 | if test "x$WXUNIV" = "x1" ; then | |
34428 | COND_WXUNIV_1="" | |
e6cc62c6 VS |
34429 | fi |
34430 | ||
8ee2dd05 VS |
34431 | COND_PLATFORM_UNIX_1="#" |
34432 | if test "x$PLATFORM_UNIX" = "x1" ; then | |
34433 | COND_PLATFORM_UNIX_1="" | |
fe0895cf | 34434 | fi |
e6cc62c6 | 34435 | |
8ee2dd05 VS |
34436 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#" |
34437 | if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
34438 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="" | |
fe0895cf | 34439 | fi |
e6cc62c6 | 34440 | |
8ee2dd05 VS |
34441 | COND_WXUSE_REGEX_BUILTIN="#" |
34442 | if test "x$wxUSE_REGEX" = "xbuiltin" ; then | |
34443 | COND_WXUSE_REGEX_BUILTIN="" | |
f95cd8fa VS |
34444 | fi |
34445 | ||
8ee2dd05 VS |
34446 | COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1="#" |
34447 | if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then | |
34448 | COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1="" | |
fe0895cf | 34449 | fi |
e6cc62c6 | 34450 | |
8ee2dd05 VS |
34451 | COND_MONOLITHIC_1_SHARED_0="#" |
34452 | if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then | |
34453 | COND_MONOLITHIC_1_SHARED_0="" | |
fe0895cf | 34454 | fi |
e6cc62c6 | 34455 | |
8ee2dd05 VS |
34456 | COND_MONOLITHIC_1_SHARED_1="#" |
34457 | if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then | |
34458 | COND_MONOLITHIC_1_SHARED_1="" | |
34459 | fi | |
34460 | ||
8ee2dd05 VS |
34461 | COND_TOOLKIT_X11="#" |
34462 | if test "x$TOOLKIT" = "xX11" ; then | |
34463 | COND_TOOLKIT_X11="" | |
34464 | fi | |
34465 | ||
34466 | COND_OFFICIAL_BUILD_0="#" | |
34467 | if test "x$OFFICIAL_BUILD" = "x0" ; then | |
34468 | COND_OFFICIAL_BUILD_0="" | |
34469 | fi | |
34470 | ||
34471 | COND_TOOLKIT_OS2="#" | |
34472 | if test "x$TOOLKIT" = "xOS2" ; then | |
34473 | COND_TOOLKIT_OS2="" | |
34474 | fi | |
34475 | ||
34476 | COND_TOOLKIT_MGL_USE_GUI_1="#" | |
34477 | if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then | |
34478 | COND_TOOLKIT_MGL_USE_GUI_1="" | |
34479 | fi | |
34480 | ||
f95cd8fa VS |
34481 | COND_WXUSE_ZLIB_BUILTIN="#" |
34482 | if test "x$wxUSE_ZLIB" = "xbuiltin" ; then | |
34483 | COND_WXUSE_ZLIB_BUILTIN="" | |
34484 | fi | |
34485 | ||
8ee2dd05 VS |
34486 | COND_TOOLKIT_MOTIF="#" |
34487 | if test "x$TOOLKIT" = "xMOTIF" ; then | |
34488 | COND_TOOLKIT_MOTIF="" | |
fe0895cf | 34489 | fi |
e6cc62c6 | 34490 | |
8ee2dd05 VS |
34491 | COND_MONOLITHIC_0_SHARED_1="#" |
34492 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then | |
34493 | COND_MONOLITHIC_0_SHARED_1="" | |
fe0895cf | 34494 | fi |
e6cc62c6 | 34495 | |
8ee2dd05 VS |
34496 | COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#" |
34497 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then | |
34498 | COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="" | |
34499 | fi | |
34500 | ||
34501 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#" | |
34502 | if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
34503 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="" | |
34504 | fi | |
34505 | ||
34506 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1="#" | |
34507 | if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then | |
34508 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1="" | |
34509 | fi | |
34510 | ||
34511 | COND_MONOLITHIC_0_SHARED_0="#" | |
34512 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then | |
34513 | COND_MONOLITHIC_0_SHARED_0="" | |
f95cd8fa VS |
34514 | fi |
34515 | ||
34516 | COND_USE_GUI_1="#" | |
34517 | if test "x$USE_GUI" = "x1" ; then | |
34518 | COND_USE_GUI_1="" | |
34519 | fi | |
34520 | ||
8ee2dd05 VS |
34521 | COND_USE_GUI_0="#" |
34522 | if test "x$USE_GUI" = "x0" ; then | |
34523 | COND_USE_GUI_0="" | |
34524 | fi | |
34525 | ||
8ee2dd05 VS |
34526 | COND_TOOLKIT_MSW="#" |
34527 | if test "x$TOOLKIT" = "xMSW" ; then | |
34528 | COND_TOOLKIT_MSW="" | |
34529 | fi | |
34530 | ||
34531 | COND_TOOLKIT_X11_USE_GUI_1="#" | |
34532 | if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then | |
34533 | COND_TOOLKIT_X11_USE_GUI_1="" | |
34534 | fi | |
34535 | ||
34536 | COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0="#" | |
34537 | if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
34538 | COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0="" | |
34539 | fi | |
34540 | ||
34541 | COND_BUILD_DEBUG="#" | |
34542 | if test "x$BUILD" = "xdebug" ; then | |
34543 | COND_BUILD_DEBUG="" | |
34544 | fi | |
34545 | ||
34546 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1="#" | |
34547 | if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then | |
34548 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1="" | |
34549 | fi | |
34550 | ||
f95cd8fa VS |
34551 | COND_WXUSE_LIBTIFF_BUILTIN="#" |
34552 | if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then | |
34553 | COND_WXUSE_LIBTIFF_BUILTIN="" | |
34554 | fi | |
34555 | ||
8ee2dd05 VS |
34556 | COND_OFFICIAL_BUILD_1="#" |
34557 | if test "x$OFFICIAL_BUILD" = "x1" ; then | |
34558 | COND_OFFICIAL_BUILD_1="" | |
fe0895cf | 34559 | fi |
e6cc62c6 | 34560 | |
8ee2dd05 VS |
34561 | COND_BUILD_RELEASE="#" |
34562 | if test "x$BUILD" = "xrelease" ; then | |
34563 | COND_BUILD_RELEASE="" | |
34564 | fi | |
34565 | ||
8ee2dd05 VS |
34566 | COND_USE_SOVERLINUX_1="#" |
34567 | if test "x$USE_SOVERLINUX" = "x1" ; then | |
34568 | COND_USE_SOVERLINUX_1="" | |
34569 | fi | |
34570 | ||
34571 | COND_USE_SOSYMLINKS_1="#" | |
34572 | if test "x$USE_SOSYMLINKS" = "x1" ; then | |
34573 | COND_USE_SOSYMLINKS_1="" | |
fe0895cf | 34574 | fi |
e6cc62c6 | 34575 | |
9747f85d VS |
34576 | COND_TOOLKIT_COCOA="#" |
34577 | if test "x$TOOLKIT" = "xCOCOA" ; then | |
c7dfb5bb | 34578 | COND_TOOLKIT_COCOA="" |
fe0895cf | 34579 | fi |
e6cc62c6 | 34580 | |
8ee2dd05 VS |
34581 | COND_PLATFORM_MACOSX_1="#" |
34582 | if test "x$PLATFORM_MACOSX" = "x1" ; then | |
34583 | COND_PLATFORM_MACOSX_1="" | |
f95cd8fa VS |
34584 | fi |
34585 | ||
8ee2dd05 VS |
34586 | COND_WXUSE_LIBJPEG_BUILTIN="#" |
34587 | if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then | |
34588 | COND_WXUSE_LIBJPEG_BUILTIN="" | |
9747f85d VS |
34589 | fi |
34590 | ||
f95cd8fa VS |
34591 | COND_WXUSE_LIBPNG_BUILTIN="#" |
34592 | if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then | |
34593 | COND_WXUSE_LIBPNG_BUILTIN="" | |
34594 | fi | |
34595 | ||
8ee2dd05 VS |
34596 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#" |
34597 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then | |
34598 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="" | |
9747f85d VS |
34599 | fi |
34600 | ||
8ee2dd05 VS |
34601 | COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#" |
34602 | if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then | |
34603 | COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="" | |
f95cd8fa VS |
34604 | fi |
34605 | ||
8ee2dd05 VS |
34606 | COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1="#" |
34607 | if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then | |
34608 | COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1="" | |
f95cd8fa VS |
34609 | fi |
34610 | ||
e6cc62c6 | 34611 | COND_USE_GUI_1_WXUNIV_0="#" |
c7dfb5bb VS |
34612 | if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then |
34613 | COND_USE_GUI_1_WXUNIV_0="" | |
fe0895cf | 34614 | fi |
e6cc62c6 VS |
34615 | |
34616 | COND_USE_GUI_1_WXUNIV_1="#" | |
c7dfb5bb VS |
34617 | if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then |
34618 | COND_USE_GUI_1_WXUNIV_1="" | |
e6cc62c6 VS |
34619 | fi |
34620 | ||
8ee2dd05 VS |
34621 | COND_TOOLKIT_GTK="#" |
34622 | if test "x$TOOLKIT" = "xGTK" ; then | |
34623 | COND_TOOLKIT_GTK="" | |
f95cd8fa VS |
34624 | fi |
34625 | ||
8ee2dd05 VS |
34626 | COND_PLATFORM_WIN32_0="#" |
34627 | if test "x$PLATFORM_WIN32" = "x0" ; then | |
34628 | COND_PLATFORM_WIN32_0="" | |
34629 | fi | |
34630 | ||
34631 | COND_PLATFORM_WIN32_1="#" | |
34632 | if test "x$PLATFORM_WIN32" = "x1" ; then | |
34633 | COND_PLATFORM_WIN32_1="" | |
f95cd8fa VS |
34634 | fi |
34635 | ||
8ee2dd05 VS |
34636 | COND_TOOLKIT_GTK_USE_GUI_1="#" |
34637 | if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then | |
34638 | COND_TOOLKIT_GTK_USE_GUI_1="" | |
fe0895cf | 34639 | fi |
e6cc62c6 | 34640 | |
8ee2dd05 VS |
34641 | COND_TOOLKIT_MAC="#" |
34642 | if test "x$TOOLKIT" = "xMAC" ; then | |
34643 | COND_TOOLKIT_MAC="" | |
b625909c VS |
34644 | fi |
34645 | ||
8ee2dd05 VS |
34646 | COND_TOOLKIT_MSW_USE_GUI_1="#" |
34647 | if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then | |
34648 | COND_TOOLKIT_MSW_USE_GUI_1="" | |
b625909c VS |
34649 | fi |
34650 | ||
8ee2dd05 VS |
34651 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#" |
34652 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then | |
34653 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="" | |
b625909c VS |
34654 | fi |
34655 | ||
fddeb06b VS |
34656 | COND_SHARED_1="#" |
34657 | if test "x$SHARED" = "x1" ; then | |
34658 | COND_SHARED_1="" | |
34659 | fi | |
fe0895cf | 34660 | |
fddeb06b VS |
34661 | COND_PLATFORM_MAC_1="#" |
34662 | if test "x$PLATFORM_MAC" = "x1" ; then | |
34663 | COND_PLATFORM_MAC_1="" | |
34664 | fi | |
fe0895cf | 34665 | |
fddeb06b VS |
34666 | COND_SHARED_0="#" |
34667 | if test "x$SHARED" = "x0" ; then | |
34668 | COND_SHARED_0="" | |
34669 | fi | |
fe0895cf | 34670 | |
fe0895cf | 34671 | |
fe0895cf | 34672 | |
fe0895cf | 34673 | |
fe0895cf VS |
34674 | |
34675 | ||
fddeb06b | 34676 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" |
fe0895cf VS |
34677 | |
34678 | ||
34679 | ||
34680 | ||
34681 | ||
34682 | ||
34683 | ||
34684 | ||
34685 | ||
34686 | ||
34687 | ||
34688 | ||
34689 | ||
34690 | ||
34691 | ||
34692 | ||
34693 | ||
34694 | ||
34695 | ||
34696 | ||
34697 | ||
34698 | ||
34699 | ||
34700 | ||
34701 | ||
34702 | ||
34703 | ||
34704 | ||
34705 | ||
34706 | ||
34707 | ||
34708 | ||
34709 | ||
34710 | ||
34711 | ||
34712 | ||
34713 | ||
34714 | ||
34715 | ||
34716 | ||
34717 | ||
34718 | ||
34719 | ||
34720 | ||
34721 | ||
34722 | ||
34723 | ||
34724 | ||
34725 | ||
34726 | ||
34727 | ||
34728 | ||
34729 | ||
34730 | ||
34731 | ||
34732 | ||
34733 | ||
34734 | ||
34735 | ||
34736 | ||
34737 | ||
34738 | ||
34739 | ||
34740 | ||
34741 | ||
34742 | ||
34743 | ||
34744 | ||
34745 | ||
34746 | ||
34747 | ||
34748 | ||
34749 | ||
34750 | ||
34751 | ||
34752 | ||
34753 | ||
34754 | ||
34755 | ||
34756 | ||
34757 | ||
34758 | ||
34759 | ||
34760 | ||
34761 | ||
34762 | ||
34763 | ||
34764 | ||
34765 | ||
34766 | ||
34767 | ||
34768 | ||
34769 | ||
34770 | ||
fe0895cf | 34771 | |
f0290fca VS |
34772 | |
34773 | ||
e6cc62c6 VS |
34774 | |
34775 | ||
34776 | ||
34777 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | |
34778 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | |
34779 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | |
34780 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | |
34781 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34782 | else | |
34783 | cat >conftest.make <<\_ACEOF | |
34784 | all: | |
34785 | @echo 'ac_maketemp="$(MAKE)"' | |
34786 | _ACEOF | |
34787 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
34788 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | |
34789 | if test -n "$ac_maketemp"; then | |
34790 | eval ac_cv_prog_make_${ac_make}_set=yes | |
34791 | else | |
34792 | eval ac_cv_prog_make_${ac_make}_set=no | |
34793 | fi | |
34794 | rm -f conftest.make | |
34795 | fi | |
34796 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
34797 | echo "$as_me:$LINENO: result: yes" >&5 | |
34798 | echo "${ECHO_T}yes" >&6 | |
34799 | SET_MAKE= | |
34800 | else | |
34801 | echo "$as_me:$LINENO: result: no" >&5 | |
34802 | echo "${ECHO_T}no" >&6 | |
34803 | SET_MAKE="MAKE=${MAKE-make}" | |
34804 | fi | |
34805 | ||
34806 | ||
34807 | if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then | |
34808 | mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h | |
34809 | fi | |
34810 | ||
34811 | ac_config_headers="$ac_config_headers setup.h" | |
34812 | ||
34813 | ||
81345eef | 34814 | ac_config_files="$ac_config_files wx-config version-script Makefile" |
e6cc62c6 VS |
34815 | |
34816 | ||
34817 | ac_config_commands="$ac_config_commands default" | |
34818 | ||
34819 | ||
9de9b8f0 | 34820 | |
6c3e36af VZ |
34821 | if test "$wxUSE_GUI" = "yes"; then |
34822 | SUBDIRS="samples demos utils contrib" | |
34823 | else SUBDIRS="samples utils" | |
34824 | fi | |
e6cc62c6 | 34825 | |
166263e6 | 34826 | for subdir in `echo $SUBDIRS`; do |
9747f85d | 34827 | if test -d ${srcdir}/${subdir} ; then |
6c3e36af | 34828 | if test "$wxUSE_GUI" = "yes"; then |
166263e6 VZ |
34829 | if test ${subdir} = "samples"; then |
34830 | for sample in `echo $SAMPLES_SUBDIRS`; do | |
34831 | if test -d $srcdir/samples/$sample; then | |
34832 | makefiles="samples/$sample/Makefile.in $makefiles" | |
34833 | fi | |
34834 | done | |
34835 | else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)` | |
34836 | fi | |
6c3e36af VZ |
34837 | else if test ${subdir} = "samples"; then |
34838 | makefiles="samples/console/Makefile.in" | |
34839 | else makefiles="utils/HelpGen/Makefile.in \ | |
34840 | utils/HelpGen/src/Makefile.in \ | |
34841 | utils/makegen/Makefile.in" | |
34842 | fi | |
34843 | fi | |
34844 | ||
9747f85d VS |
34845 | for mkin in $makefiles ; do |
34846 | mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'` | |
34847 | ac_config_files="$ac_config_files $mk" | |
e6cc62c6 | 34848 | |
9747f85d VS |
34849 | done |
34850 | fi | |
34851 | done | |
e6cc62c6 | 34852 | |
9de9b8f0 | 34853 | |
e6cc62c6 VS |
34854 | cat >confcache <<\_ACEOF |
34855 | # This file is a shell script that caches the results of configure | |
34856 | # tests run on this system so they can be shared between configure | |
34857 | # scripts and configure runs, see configure's option --config-cache. | |
34858 | # It is not useful on other systems. If it contains results you don't | |
34859 | # want to keep, you may remove or edit it. | |
34860 | # | |
34861 | # config.status only pays attention to the cache file if you give it | |
34862 | # the --recheck option to rerun configure. | |
34863 | # | |
34864 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
34865 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
34866 | # following values. | |
34867 | ||
34868 | _ACEOF | |
34869 | ||
34870 | # The following way of writing the cache mishandles newlines in values, | |
34871 | # but we know of no workaround that is simple, portable, and efficient. | |
34872 | # So, don't put newlines in cache variables' values. | |
34873 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
34874 | # and sets the high bit in the cache file unless we assign to the vars. | |
34875 | { | |
34876 | (set) 2>&1 | | |
34877 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
34878 | *ac_space=\ *) | |
34879 | # `set' does not quote correctly, so add quotes (double-quote | |
34880 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
34881 | sed -n \ | |
34882 | "s/'/'\\\\''/g; | |
34883 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
34884 | ;; | |
34885 | *) | |
34886 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
34887 | sed -n \ | |
34888 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | |
34889 | ;; | |
34890 | esac; | |
34891 | } | | |
34892 | sed ' | |
34893 | t clear | |
34894 | : clear | |
34895 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
34896 | t end | |
34897 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
34898 | : end' >>confcache | |
34899 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
34900 | if test -w $cache_file; then | |
34901 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
34902 | cat confcache >$cache_file | |
34903 | else | |
34904 | echo "not updating unwritable cache $cache_file" | |
34905 | fi | |
34906 | fi | |
34907 | rm -f confcache | |
34908 | ||
34909 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
34910 | # Let make expand exec_prefix. | |
34911 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
34912 | ||
34913 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | |
34914 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
34915 | # trailing colons and then remove the whole line if VPATH becomes empty | |
34916 | # (actually we leave an empty line to preserve line numbers). | |
34917 | if test "x$srcdir" = x.; then | |
34918 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | |
34919 | s/:*\$(srcdir):*/:/; | |
34920 | s/:*\${srcdir}:*/:/; | |
34921 | s/:*@srcdir@:*/:/; | |
34922 | s/^\([^=]*=[ ]*\):*/\1/; | |
34923 | s/:*$//; | |
34924 | s/^[^=]*=[ ]*$//; | |
34925 | }' | |
34926 | fi | |
34927 | ||
34928 | DEFS=-DHAVE_CONFIG_H | |
34929 | ||
34930 | ac_libobjs= | |
34931 | ac_ltlibobjs= | |
34932 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
34933 | # 1. Remove the extension, and $U if already installed. | |
34934 | ac_i=`echo "$ac_i" | | |
34935 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` | |
34936 | # 2. Add them. | |
34937 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" | |
34938 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' | |
34939 | done | |
34940 | LIBOBJS=$ac_libobjs | |
34941 | ||
34942 | LTLIBOBJS=$ac_ltlibobjs | |
34943 | ||
34944 | ||
34945 | ||
34946 | : ${CONFIG_STATUS=./config.status} | |
34947 | ac_clean_files_save=$ac_clean_files | |
34948 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
34949 | { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 | |
34950 | echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
34951 | cat >$CONFIG_STATUS <<_ACEOF | |
34952 | #! $SHELL | |
34953 | # Generated by $as_me. | |
34954 | # Run this file to recreate the current configuration. | |
34955 | # Compiler output produced by configure, useful for debugging | |
34956 | # configure, is in config.log if it exists. | |
34957 | ||
34958 | debug=false | |
34959 | ac_cs_recheck=false | |
34960 | ac_cs_silent=false | |
34961 | SHELL=\${CONFIG_SHELL-$SHELL} | |
34962 | _ACEOF | |
34963 | ||
34964 | cat >>$CONFIG_STATUS <<\_ACEOF | |
34965 | ## --------------------- ## | |
34966 | ## M4sh Initialization. ## | |
34967 | ## --------------------- ## | |
34968 | ||
34969 | # Be Bourne compatible | |
34970 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
34971 | emulate sh | |
34972 | NULLCMD=: | |
34973 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
34974 | # is contrary to our usage. Disable this feature. | |
34975 | alias -g '${1+"$@"}'='"$@"' | |
34976 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
34977 | set -o posix | |
34978 | fi | |
34979 | ||
34980 | # Support unset when possible. | |
34981 | if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | |
34982 | as_unset=unset | |
34983 | else | |
34984 | as_unset=false | |
34985 | fi | |
34986 | ||
34987 | ||
34988 | # Work around bugs in pre-3.0 UWIN ksh. | |
34989 | $as_unset ENV MAIL MAILPATH | |
34990 | PS1='$ ' | |
34991 | PS2='> ' | |
34992 | PS4='+ ' | |
34993 | ||
34994 | # NLS nuisances. | |
34995 | for as_var in \ | |
34996 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
34997 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
34998 | LC_TELEPHONE LC_TIME | |
34999 | do | |
35000 | if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then | |
35001 | eval $as_var=C; export $as_var | |
35002 | else | |
35003 | $as_unset $as_var | |
35004 | fi | |
35005 | done | |
35006 | ||
35007 | # Required to use basename. | |
35008 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
35009 | as_expr=expr | |
35010 | else | |
35011 | as_expr=false | |
35012 | fi | |
35013 | ||
35014 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then | |
35015 | as_basename=basename | |
35016 | else | |
35017 | as_basename=false | |
35018 | fi | |
35019 | ||
35020 | ||
35021 | # Name of the executable. | |
35022 | as_me=`$as_basename "$0" || | |
35023 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
35024 | X"$0" : 'X\(//\)$' \| \ | |
35025 | X"$0" : 'X\(/\)$' \| \ | |
35026 | . : '\(.\)' 2>/dev/null || | |
35027 | echo X/"$0" | | |
35028 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | |
35029 | /^X\/\(\/\/\)$/{ s//\1/; q; } | |
35030 | /^X\/\(\/\).*/{ s//\1/; q; } | |
35031 | s/.*/./; q'` | |
35032 | ||
35033 | ||
35034 | # PATH needs CR, and LINENO needs CR and PATH. | |
35035 | # Avoid depending upon Character Ranges. | |
35036 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
35037 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
35038 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
35039 | as_cr_digits='0123456789' | |
35040 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
35041 | ||
35042 | # The user is always right. | |
35043 | if test "${PATH_SEPARATOR+set}" != set; then | |
35044 | echo "#! /bin/sh" >conf$$.sh | |
35045 | echo "exit 0" >>conf$$.sh | |
35046 | chmod +x conf$$.sh | |
35047 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
35048 | PATH_SEPARATOR=';' | |
35049 | else | |
35050 | PATH_SEPARATOR=: | |
35051 | fi | |
35052 | rm -f conf$$.sh | |
35053 | fi | |
35054 | ||
35055 | ||
35056 | as_lineno_1=$LINENO | |
35057 | as_lineno_2=$LINENO | |
35058 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
35059 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
35060 | test "x$as_lineno_3" = "x$as_lineno_2" || { | |
35061 | # Find who we are. Look in the path if we contain no path at all | |
35062 | # relative or not. | |
35063 | case $0 in | |
35064 | *[\\/]* ) as_myself=$0 ;; | |
35065 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
35066 | for as_dir in $PATH | |
35067 | do | |
35068 | IFS=$as_save_IFS | |
35069 | test -z "$as_dir" && as_dir=. | |
35070 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
35071 | done | |
35072 | ||
35073 | ;; | |
35074 | esac | |
35075 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
35076 | # in which case we are not to be found in the path. | |
35077 | if test "x$as_myself" = x; then | |
35078 | as_myself=$0 | |
35079 | fi | |
35080 | if test ! -f "$as_myself"; then | |
35081 | { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 | |
35082 | echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} | |
35083 | { (exit 1); exit 1; }; } | |
35084 | fi | |
35085 | case $CONFIG_SHELL in | |
35086 | '') | |
35087 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
35088 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
35089 | do | |
35090 | IFS=$as_save_IFS | |
35091 | test -z "$as_dir" && as_dir=. | |
35092 | for as_base in sh bash ksh sh5; do | |
35093 | case $as_dir in | |
35094 | /*) | |
35095 | if ("$as_dir/$as_base" -c ' | |
35096 | as_lineno_1=$LINENO | |
35097 | as_lineno_2=$LINENO | |
35098 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
35099 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
35100 | test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then | |
35101 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | |
35102 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | |
35103 | CONFIG_SHELL=$as_dir/$as_base | |
35104 | export CONFIG_SHELL | |
35105 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} | |
35106 | fi;; | |
35107 | esac | |
35108 | done | |
35109 | done | |
35110 | ;; | |
35111 | esac | |
35112 | ||
35113 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
35114 | # uniformly replaced by the line number. The first 'sed' inserts a | |
35115 | # line-number line before each line; the second 'sed' does the real | |
35116 | # work. The second script uses 'N' to pair each line-number line | |
35117 | # with the numbered line, and appends trailing '-' during | |
35118 | # substitution so that $LINENO is not a special case at line end. | |
35119 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | |
35120 | # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) | |
35121 | sed '=' <$as_myself | | |
35122 | sed ' | |
35123 | N | |
35124 | s,$,-, | |
35125 | : loop | |
35126 | s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, | |
35127 | t loop | |
35128 | s,-$,, | |
35129 | s,^['$as_cr_digits']*\n,, | |
35130 | ' >$as_me.lineno && | |
35131 | chmod +x $as_me.lineno || | |
35132 | { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 | |
35133 | echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} | |
35134 | { (exit 1); exit 1; }; } | |
35135 | ||
35136 | # Don't try to exec as it changes $[0], causing all sort of problems | |
35137 | # (the dirname of $[0] is not the place where we might find the | |
35138 | # original and so on. Autoconf is especially sensible to this). | |
35139 | . ./$as_me.lineno | |
35140 | # Exit status is that of the last command. | |
35141 | exit | |
35142 | } | |
35143 | ||
35144 | ||
35145 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | |
35146 | *c*,-n*) ECHO_N= ECHO_C=' | |
35147 | ' ECHO_T=' ' ;; | |
35148 | *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | |
35149 | *) ECHO_N= ECHO_C='\c' ECHO_T= ;; | |
35150 | esac | |
35151 | ||
35152 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
35153 | as_expr=expr | |
35154 | else | |
35155 | as_expr=false | |
35156 | fi | |
35157 | ||
35158 | rm -f conf$$ conf$$.exe conf$$.file | |
35159 | echo >conf$$.file | |
35160 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
35161 | # We could just check for DJGPP; but this test a) works b) is more generic | |
35162 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
35163 | if test -f conf$$.exe; then | |
35164 | # Don't use ln at all; we don't have any links | |
35165 | as_ln_s='cp -p' | |
35166 | else | |
35167 | as_ln_s='ln -s' | |
35168 | fi | |
35169 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
35170 | as_ln_s=ln | |
35171 | else | |
35172 | as_ln_s='cp -p' | |
35173 | fi | |
35174 | rm -f conf$$ conf$$.exe conf$$.file | |
35175 | ||
35176 | if mkdir -p . 2>/dev/null; then | |
35177 | as_mkdir_p=: | |
35178 | else | |
35179 | as_mkdir_p=false | |
35180 | fi | |
35181 | ||
35182 | as_executable_p="test -f" | |
35183 | ||
35184 | # Sed expression to map a string onto a valid CPP name. | |
35185 | as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" | |
35186 | ||
35187 | # Sed expression to map a string onto a valid variable name. | |
35188 | as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" | |
35189 | ||
35190 | ||
35191 | # IFS | |
35192 | # We need space, tab and new line, in precisely that order. | |
35193 | as_nl=' | |
35194 | ' | |
35195 | IFS=" $as_nl" | |
35196 | ||
35197 | # CDPATH. | |
35198 | $as_unset CDPATH | |
35199 | ||
35200 | exec 6>&1 | |
35201 | ||
35202 | # Open the log real soon, to keep \$[0] and so on meaningful, and to | |
35203 | # report actual input values of CONFIG_FILES etc. instead of their | |
35204 | # values after options handling. Logging --version etc. is OK. | |
35205 | exec 5>>config.log | |
35206 | { | |
35207 | echo | |
35208 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
35209 | ## Running $as_me. ## | |
35210 | _ASBOX | |
35211 | } >&5 | |
35212 | cat >&5 <<_CSEOF | |
35213 | ||
35214 | This file was extended by wxWindows $as_me 2.5.0, which was | |
35215 | generated by GNU Autoconf 2.57. Invocation command line was | |
35216 | ||
35217 | CONFIG_FILES = $CONFIG_FILES | |
35218 | CONFIG_HEADERS = $CONFIG_HEADERS | |
35219 | CONFIG_LINKS = $CONFIG_LINKS | |
35220 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
35221 | $ $0 $@ | |
35222 | ||
35223 | _CSEOF | |
35224 | echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 | |
35225 | echo >&5 | |
35226 | _ACEOF | |
35227 | ||
35228 | # Files that config.status was made for. | |
35229 | if test -n "$ac_config_files"; then | |
35230 | echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS | |
35231 | fi | |
35232 | ||
35233 | if test -n "$ac_config_headers"; then | |
35234 | echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS | |
35235 | fi | |
35236 | ||
35237 | if test -n "$ac_config_links"; then | |
35238 | echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS | |
35239 | fi | |
35240 | ||
35241 | if test -n "$ac_config_commands"; then | |
35242 | echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS | |
35243 | fi | |
35244 | ||
35245 | cat >>$CONFIG_STATUS <<\_ACEOF | |
35246 | ||
35247 | ac_cs_usage="\ | |
35248 | \`$as_me' instantiates files from templates according to the | |
35249 | current configuration. | |
35250 | ||
35251 | Usage: $0 [OPTIONS] [FILE]... | |
35252 | ||
35253 | -h, --help print this help, then exit | |
35254 | -V, --version print version number, then exit | |
35255 | -q, --quiet do not print progress messages | |
35256 | -d, --debug don't remove temporary files | |
35257 | --recheck update $as_me by reconfiguring in the same conditions | |
35258 | --file=FILE[:TEMPLATE] | |
35259 | instantiate the configuration file FILE | |
35260 | --header=FILE[:TEMPLATE] | |
35261 | instantiate the configuration header FILE | |
35262 | ||
35263 | Configuration files: | |
35264 | $config_files | |
35265 | ||
35266 | Configuration headers: | |
35267 | $config_headers | |
35268 | ||
35269 | Configuration commands: | |
35270 | $config_commands | |
35271 | ||
35272 | Report bugs to <bug-autoconf@gnu.org>." | |
35273 | _ACEOF | |
35274 | ||
35275 | cat >>$CONFIG_STATUS <<_ACEOF | |
35276 | ac_cs_version="\\ | |
35277 | wxWindows config.status 2.5.0 | |
35278 | configured by $0, generated by GNU Autoconf 2.57, | |
35279 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | |
35280 | ||
35281 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | |
35282 | Free Software Foundation, Inc. | |
35283 | This config.status script is free software; the Free Software Foundation | |
35284 | gives unlimited permission to copy, distribute and modify it." | |
35285 | srcdir=$srcdir | |
35286 | INSTALL="$INSTALL" | |
35287 | _ACEOF | |
35288 | ||
35289 | cat >>$CONFIG_STATUS <<\_ACEOF | |
35290 | # If no file are specified by the user, then we need to provide default | |
35291 | # value. By we need to know if files were specified by the user. | |
35292 | ac_need_defaults=: | |
35293 | while test $# != 0 | |
35294 | do | |
35295 | case $1 in | |
35296 | --*=*) | |
35297 | ac_option=`expr "x$1" : 'x\([^=]*\)='` | |
35298 | ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` | |
35299 | ac_shift=: | |
35300 | ;; | |
35301 | -*) | |
35302 | ac_option=$1 | |
35303 | ac_optarg=$2 | |
35304 | ac_shift=shift | |
35305 | ;; | |
35306 | *) # This is not an option, so the user has probably given explicit | |
35307 | # arguments. | |
35308 | ac_option=$1 | |
35309 | ac_need_defaults=false;; | |
35310 | esac | |
35311 | ||
35312 | case $ac_option in | |
35313 | # Handling of the options. | |
35314 | _ACEOF | |
35315 | cat >>$CONFIG_STATUS <<\_ACEOF | |
35316 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
35317 | ac_cs_recheck=: ;; | |
35318 | --version | --vers* | -V ) | |
35319 | echo "$ac_cs_version"; exit 0 ;; | |
35320 | --he | --h) | |
35321 | # Conflict between --help and --header | |
35322 | { { echo "$as_me:$LINENO: error: ambiguous option: $1 | |
35323 | Try \`$0 --help' for more information." >&5 | |
35324 | echo "$as_me: error: ambiguous option: $1 | |
35325 | Try \`$0 --help' for more information." >&2;} | |
35326 | { (exit 1); exit 1; }; };; | |
35327 | --help | --hel | -h ) | |
35328 | echo "$ac_cs_usage"; exit 0 ;; | |
35329 | --debug | --d* | -d ) | |
35330 | debug=: ;; | |
35331 | --file | --fil | --fi | --f ) | |
35332 | $ac_shift | |
35333 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" | |
35334 | ac_need_defaults=false;; | |
35335 | --header | --heade | --head | --hea ) | |
35336 | $ac_shift | |
35337 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | |
35338 | ac_need_defaults=false;; | |
35339 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
35340 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
35341 | ac_cs_silent=: ;; | |
35342 | ||
35343 | # This is an error. | |
35344 | -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 | |
35345 | Try \`$0 --help' for more information." >&5 | |
35346 | echo "$as_me: error: unrecognized option: $1 | |
35347 | Try \`$0 --help' for more information." >&2;} | |
35348 | { (exit 1); exit 1; }; } ;; | |
35349 | ||
35350 | *) ac_config_targets="$ac_config_targets $1" ;; | |
35351 | ||
35352 | esac | |
35353 | shift | |
35354 | done | |
35355 | ||
35356 | ac_configure_extra_args= | |
35357 | ||
35358 | if $ac_cs_silent; then | |
35359 | exec 6>/dev/null | |
35360 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
fe0895cf VS |
35361 | fi |
35362 | ||
e6cc62c6 VS |
35363 | _ACEOF |
35364 | cat >>$CONFIG_STATUS <<_ACEOF | |
35365 | if \$ac_cs_recheck; then | |
35366 | echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 | |
35367 | exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | |
fe0895cf VS |
35368 | fi |
35369 | ||
e6cc62c6 | 35370 | _ACEOF |
fe0895cf | 35371 | |
e6cc62c6 | 35372 | cat >>$CONFIG_STATUS <<_ACEOF |
10f2d63a | 35373 | # |
e6cc62c6 | 35374 | # INIT-COMMANDS section. |
10f2d63a | 35375 | # |
10f2d63a | 35376 | |
a0b9e27f | 35377 | |
e6cc62c6 VS |
35378 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}" |
35379 | LN_S="${LN_S}" | |
10f2d63a | 35380 | |
10f2d63a | 35381 | |
10f2d63a | 35382 | |
e6cc62c6 | 35383 | _ACEOF |
8284b0c5 | 35384 | |
52127426 | 35385 | |
247f5006 | 35386 | |
e6cc62c6 VS |
35387 | cat >>$CONFIG_STATUS <<\_ACEOF |
35388 | for ac_config_target in $ac_config_targets | |
247f5006 | 35389 | do |
e6cc62c6 VS |
35390 | case "$ac_config_target" in |
35391 | # Handling of arguments. | |
81345eef VZ |
35392 | "wx-config" ) CONFIG_FILES="$CONFIG_FILES wx-config" ;; |
35393 | "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;; | |
35394 | "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
9747f85d | 35395 | "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;; |
e6cc62c6 VS |
35396 | "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; |
35397 | "setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS setup.h" ;; | |
35398 | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 | |
35399 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | |
35400 | { (exit 1); exit 1; }; };; | |
247f5006 VZ |
35401 | esac |
35402 | done | |
35403 | ||
e6cc62c6 VS |
35404 | # If the user did not use the arguments to specify the items to instantiate, |
35405 | # then the envvar interface is used. Set only those that are not. | |
35406 | # We use the long form for the default assignment because of an extremely | |
35407 | # bizarre bug on SunOS 4.1.3. | |
35408 | if $ac_need_defaults; then | |
35409 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
35410 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
35411 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
35412 | fi | |
35413 | ||
35414 | # Have a temporary directory for convenience. Make it in the build tree | |
35415 | # simply because there is no reason to put it here, and in addition, | |
35416 | # creating and moving files from /tmp can sometimes cause problems. | |
35417 | # Create a temporary directory, and hook for its removal unless debugging. | |
35418 | $debug || | |
35419 | { | |
35420 | trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 | |
35421 | trap '{ (exit 1); exit 1; }' 1 2 13 15 | |
35422 | } | |
247f5006 | 35423 | |
e6cc62c6 | 35424 | # Create a (secure) tmp directory for tmp files. |
247f5006 | 35425 | |
e6cc62c6 VS |
35426 | { |
35427 | tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && | |
35428 | test -n "$tmp" && test -d "$tmp" | |
35429 | } || | |
35430 | { | |
35431 | tmp=./confstat$$-$RANDOM | |
35432 | (umask 077 && mkdir $tmp) | |
35433 | } || | |
35434 | { | |
35435 | echo "$me: cannot create a temporary directory in ." >&2 | |
35436 | { (exit 1); exit 1; } | |
35437 | } | |
35438 | ||
35439 | _ACEOF | |
35440 | ||
35441 | cat >>$CONFIG_STATUS <<_ACEOF | |
35442 | ||
35443 | # | |
35444 | # CONFIG_FILES section. | |
35445 | # | |
247f5006 | 35446 | |
e6cc62c6 VS |
35447 | # No need to generate the scripts if there are no CONFIG_FILES. |
35448 | # This happens for instance when ./config.status config.h | |
35449 | if test -n "\$CONFIG_FILES"; then | |
35450 | # Protect against being on the right side of a sed subst in config.status. | |
35451 | sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; | |
35452 | s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF | |
35453 | s,@SHELL@,$SHELL,;t t | |
35454 | s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t | |
35455 | s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t | |
35456 | s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t | |
35457 | s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t | |
35458 | s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t | |
35459 | s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t | |
35460 | s,@exec_prefix@,$exec_prefix,;t t | |
35461 | s,@prefix@,$prefix,;t t | |
35462 | s,@program_transform_name@,$program_transform_name,;t t | |
35463 | s,@bindir@,$bindir,;t t | |
35464 | s,@sbindir@,$sbindir,;t t | |
35465 | s,@libexecdir@,$libexecdir,;t t | |
35466 | s,@datadir@,$datadir,;t t | |
35467 | s,@sysconfdir@,$sysconfdir,;t t | |
35468 | s,@sharedstatedir@,$sharedstatedir,;t t | |
35469 | s,@localstatedir@,$localstatedir,;t t | |
35470 | s,@libdir@,$libdir,;t t | |
35471 | s,@includedir@,$includedir,;t t | |
35472 | s,@oldincludedir@,$oldincludedir,;t t | |
35473 | s,@infodir@,$infodir,;t t | |
35474 | s,@mandir@,$mandir,;t t | |
35475 | s,@build_alias@,$build_alias,;t t | |
35476 | s,@host_alias@,$host_alias,;t t | |
35477 | s,@target_alias@,$target_alias,;t t | |
35478 | s,@DEFS@,$DEFS,;t t | |
35479 | s,@ECHO_C@,$ECHO_C,;t t | |
35480 | s,@ECHO_N@,$ECHO_N,;t t | |
35481 | s,@ECHO_T@,$ECHO_T,;t t | |
35482 | s,@LIBS@,$LIBS,;t t | |
35483 | s,@build@,$build,;t t | |
35484 | s,@build_cpu@,$build_cpu,;t t | |
35485 | s,@build_vendor@,$build_vendor,;t t | |
35486 | s,@build_os@,$build_os,;t t | |
35487 | s,@host@,$host,;t t | |
35488 | s,@host_cpu@,$host_cpu,;t t | |
35489 | s,@host_vendor@,$host_vendor,;t t | |
35490 | s,@host_os@,$host_os,;t t | |
35491 | s,@target@,$target,;t t | |
35492 | s,@target_cpu@,$target_cpu,;t t | |
35493 | s,@target_vendor@,$target_vendor,;t t | |
35494 | s,@target_os@,$target_os,;t t | |
35495 | s,@CC@,$CC,;t t | |
35496 | s,@CFLAGS@,$CFLAGS,;t t | |
35497 | s,@LDFLAGS@,$LDFLAGS,;t t | |
35498 | s,@CPPFLAGS@,$CPPFLAGS,;t t | |
35499 | s,@ac_ct_CC@,$ac_ct_CC,;t t | |
35500 | s,@EXEEXT@,$EXEEXT,;t t | |
35501 | s,@OBJEXT@,$OBJEXT,;t t | |
35502 | s,@CPP@,$CPP,;t t | |
35503 | s,@EGREP@,$EGREP,;t t | |
35504 | s,@CXX@,$CXX,;t t | |
35505 | s,@CXXFLAGS@,$CXXFLAGS,;t t | |
35506 | s,@ac_ct_CXX@,$ac_ct_CXX,;t t | |
35507 | s,@RANLIB@,$RANLIB,;t t | |
35508 | s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t | |
35509 | s,@AR@,$AR,;t t | |
35510 | s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t | |
35511 | s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t | |
35512 | s,@INSTALL_DATA@,$INSTALL_DATA,;t t | |
35513 | s,@STRIP@,$STRIP,;t t | |
35514 | s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t | |
35515 | s,@YACC@,$YACC,;t t | |
35516 | s,@LEX@,$LEX,;t t | |
35517 | s,@LEXLIB@,$LEXLIB,;t t | |
35518 | s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t | |
35519 | s,@LN_S@,$LN_S,;t t | |
35520 | s,@CXXCPP@,$CXXCPP,;t t | |
35521 | s,@PKG_CONFIG@,$PKG_CONFIG,;t t | |
35522 | s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t | |
35523 | s,@GTK_LIBS@,$GTK_LIBS,;t t | |
35524 | s,@GTK_CONFIG@,$GTK_CONFIG,;t t | |
35525 | s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t | |
35526 | s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t | |
35527 | s,@X_CFLAGS@,$X_CFLAGS,;t t | |
35528 | s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t | |
35529 | s,@X_LIBS@,$X_LIBS,;t t | |
35530 | s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t | |
35531 | s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t | |
35532 | s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t | |
35533 | s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t | |
35534 | s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t | |
35535 | s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t | |
35536 | s,@RESCOMP@,$RESCOMP,;t t | |
35537 | s,@DEREZ@,$DEREZ,;t t | |
35538 | s,@SETFILE@,$SETFILE,;t t | |
35539 | s,@LIBICONV@,$LIBICONV,;t t | |
35540 | s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t | |
35541 | s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t | |
35542 | s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t | |
35543 | s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t | |
35544 | s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t | |
35545 | s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t | |
8ee2dd05 VS |
35546 | s,@VENDOR@,$VENDOR,;t t |
35547 | s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t | |
e6cc62c6 VS |
35548 | s,@WXUNIV@,$WXUNIV,;t t |
35549 | s,@MONOLITHIC@,$MONOLITHIC,;t t | |
35550 | s,@EXTRALIBS@,$EXTRALIBS,;t t | |
35551 | s,@UNICODE@,$UNICODE,;t t | |
35552 | s,@BUILD@,$BUILD,;t t | |
35553 | s,@SHARED@,$SHARED,;t t | |
35554 | s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t | |
35555 | s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t | |
35556 | s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t | |
35557 | s,@SET_MAKE@,$SET_MAKE,;t t | |
35558 | s,@MAKE_SET@,$MAKE_SET,;t t | |
35559 | s,@INSTALL_DIR@,$INSTALL_DIR,;t t | |
6b9d41a5 | 35560 | s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t |
e6cc62c6 VS |
35561 | s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t |
35562 | s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t | |
35563 | s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t | |
35564 | s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t | |
35565 | s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t | |
35566 | s,@SO_SUFFIX@,$SO_SUFFIX,;t t | |
35567 | s,@DLLPREFIX@,$DLLPREFIX,;t t | |
35568 | s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t | |
35569 | s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t | |
35570 | s,@PIC_FLAG@,$PIC_FLAG,;t t | |
35571 | s,@USE_SOVERSION@,$USE_SOVERSION,;t t | |
35572 | s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t | |
35573 | s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t | |
35574 | s,@USE_MACVERSION@,$USE_MACVERSION,;t t | |
35575 | s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t | |
35576 | s,@SONAME_FLAG@,$SONAME_FLAG,;t t | |
49b0a3aa | 35577 | s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t |
8ee2dd05 | 35578 | s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t |
f95cd8fa | 35579 | s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t |
8ee2dd05 VS |
35580 | s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t |
35581 | s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t | |
8ee2dd05 VS |
35582 | s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t |
35583 | s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t | |
6b9d41a5 | 35584 | s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t |
8ee2dd05 VS |
35585 | s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t |
35586 | s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t | |
35587 | s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t | |
9747f85d | 35588 | s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t |
8ee2dd05 | 35589 | s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t |
8ee2dd05 | 35590 | s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t |
6b9d41a5 | 35591 | s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t |
8ee2dd05 | 35592 | s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t |
f95cd8fa | 35593 | s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t |
8ee2dd05 | 35594 | s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t |
f95cd8fa | 35595 | s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t |
8ee2dd05 VS |
35596 | s,@COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1,;t t |
35597 | s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t | |
35598 | s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t | |
8ee2dd05 VS |
35599 | s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t |
35600 | s,@COND_OFFICIAL_BUILD_0@,$COND_OFFICIAL_BUILD_0,;t t | |
35601 | s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t | |
35602 | s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t | |
8ee2dd05 | 35603 | s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t |
9747f85d | 35604 | s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t |
8ee2dd05 VS |
35605 | s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t |
35606 | s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t | |
35607 | s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t | |
35608 | s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1,;t t | |
35609 | s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t | |
35610 | s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t | |
35611 | s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t | |
8ee2dd05 VS |
35612 | s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t |
35613 | s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t | |
35614 | s,@COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0,;t t | |
35615 | s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t | |
35616 | s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1,;t t | |
35617 | s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t | |
35618 | s,@COND_OFFICIAL_BUILD_1@,$COND_OFFICIAL_BUILD_1,;t t | |
35619 | s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t | |
8ee2dd05 VS |
35620 | s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t |
35621 | s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t | |
9747f85d | 35622 | s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t |
8ee2dd05 VS |
35623 | s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t |
35624 | s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t | |
f95cd8fa | 35625 | s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t |
8ee2dd05 VS |
35626 | s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t |
35627 | s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t | |
35628 | s,@COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1,;t t | |
9747f85d VS |
35629 | s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t |
35630 | s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t | |
8ee2dd05 | 35631 | s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t |
8ee2dd05 VS |
35632 | s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t |
35633 | s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t | |
35634 | s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t | |
35635 | s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t | |
35636 | s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t | |
35637 | s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t | |
fddeb06b VS |
35638 | s,@COND_SHARED_1@,$COND_SHARED_1,;t t |
35639 | s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t | |
35640 | s,@COND_SHARED_0@,$COND_SHARED_0,;t t | |
e6cc62c6 VS |
35641 | s,@LEX_STEM@,$LEX_STEM,;t t |
35642 | s,@PATH_IFS@,$PATH_IFS,;t t | |
35643 | s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t | |
35644 | s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t | |
35645 | s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t | |
35646 | s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t | |
35647 | s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t | |
35648 | s,@WX_LIBRARY_BASENAME@,$WX_LIBRARY_BASENAME,;t t | |
35649 | s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t | |
35650 | s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t | |
35651 | s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t | |
35652 | s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t | |
35653 | s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t | |
35654 | s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t | |
35655 | s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t | |
35656 | s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t | |
35657 | s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t | |
35658 | s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t | |
35659 | s,@WX_ALL@,$WX_ALL,;t t | |
35660 | s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t | |
35661 | s,@SHARED_LD@,$SHARED_LD,;t t | |
e6cc62c6 VS |
35662 | s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t |
35663 | s,@STATIC_FLAG@,$STATIC_FLAG,;t t | |
35664 | s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t | |
35665 | s,@USE_GUI@,$USE_GUI,;t t | |
35666 | s,@AFMINSTALL@,$AFMINSTALL,;t t | |
35667 | s,@WIN32INSTALL@,$WIN32INSTALL,;t t | |
35668 | s,@TOOLKIT@,$TOOLKIT,;t t | |
35669 | s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t | |
35670 | s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t | |
35671 | s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t | |
35672 | s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t | |
35673 | s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t | |
35674 | s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t | |
35675 | s,@cross_compiling@,$cross_compiling,;t t | |
35676 | s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t | |
35677 | s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t | |
35678 | s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t | |
35679 | s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t | |
35680 | s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t | |
35681 | s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t | |
35682 | s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t | |
f0290fca VS |
35683 | s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t |
35684 | s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t | |
e6cc62c6 VS |
35685 | s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t |
35686 | s,@ALL_HEADERS@,$ALL_HEADERS,;t t | |
35687 | s,@ALL_SOURCES@,$ALL_SOURCES,;t t | |
35688 | s,@GUIDIST@,$GUIDIST,;t t | |
35689 | s,@PORT_FILES@,$PORT_FILES,;t t | |
35690 | s,@DISTDIR@,$DISTDIR,;t t | |
35691 | s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t | |
35692 | s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t | |
35693 | s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t | |
35694 | s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t | |
35695 | s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t | |
35696 | s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t | |
35697 | s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t | |
35698 | s,@RESFLAGS@,$RESFLAGS,;t t | |
35699 | s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t | |
35700 | s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t | |
35701 | s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t | |
35702 | s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t | |
35703 | s,@LIBWXMACRES@,$LIBWXMACRES,;t t | |
35704 | s,@MACRESCOMP@,$MACRESCOMP,;t t | |
35705 | s,@MACSETFILE@,$MACSETFILE,;t t | |
35706 | s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t | |
35707 | s,@GCC@,$GCC,;t t | |
35708 | s,@DLLTOOL@,$DLLTOOL,;t t | |
35709 | s,@AS@,$AS,;t t | |
35710 | s,@NM@,$NM,;t t | |
35711 | s,@LD@,$LD,;t t | |
35712 | s,@MAKEINFO@,$MAKEINFO,;t t | |
35713 | s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t | |
35714 | s,@ESD_LINK@,$ESD_LINK,;t t | |
35715 | s,@LIBOBJS@,$LIBOBJS,;t t | |
35716 | s,@LTLIBOBJS@,$LTLIBOBJS,;t t | |
247f5006 VZ |
35717 | CEOF |
35718 | ||
e6cc62c6 VS |
35719 | _ACEOF |
35720 | ||
35721 | cat >>$CONFIG_STATUS <<\_ACEOF | |
35722 | # Split the substitutions into bite-sized pieces for seds with | |
35723 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
35724 | ac_max_sed_lines=48 | |
35725 | ac_sed_frag=1 # Number of current file. | |
35726 | ac_beg=1 # First line for current file. | |
35727 | ac_end=$ac_max_sed_lines # Line after last line for current file. | |
35728 | ac_more_lines=: | |
35729 | ac_sed_cmds= | |
35730 | while $ac_more_lines; do | |
35731 | if test $ac_beg -gt 1; then | |
35732 | sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | |
247f5006 | 35733 | else |
e6cc62c6 VS |
35734 | sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag |
35735 | fi | |
35736 | if test ! -s $tmp/subs.frag; then | |
35737 | ac_more_lines=false | |
35738 | else | |
35739 | # The purpose of the label and of the branching condition is to | |
35740 | # speed up the sed processing (if there are no `@' at all, there | |
35741 | # is no need to browse any of the substitutions). | |
35742 | # These are the two extra sed commands mentioned above. | |
35743 | (echo ':t | |
35744 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | |
35745 | if test -z "$ac_sed_cmds"; then | |
35746 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" | |
35747 | else | |
35748 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" | |
35749 | fi | |
35750 | ac_sed_frag=`expr $ac_sed_frag + 1` | |
35751 | ac_beg=$ac_end | |
35752 | ac_end=`expr $ac_end + $ac_max_sed_lines` | |
247f5006 | 35753 | fi |
e6cc62c6 VS |
35754 | done |
35755 | if test -z "$ac_sed_cmds"; then | |
35756 | ac_sed_cmds=cat | |
10f2d63a | 35757 | fi |
e6cc62c6 | 35758 | fi # test -n "$CONFIG_FILES" |
10f2d63a | 35759 | |
e6cc62c6 VS |
35760 | _ACEOF |
35761 | cat >>$CONFIG_STATUS <<\_ACEOF | |
35762 | for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | |
a0b9e27f | 35763 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
e6cc62c6 VS |
35764 | case $ac_file in |
35765 | - | *:- | *:-:* ) # input from stdin | |
35766 | cat >$tmp/stdin | |
35767 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
35768 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
35769 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
35770 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
35771 | * ) ac_file_in=$ac_file.in ;; | |
10f2d63a | 35772 | esac |
247f5006 | 35773 | |
e6cc62c6 VS |
35774 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. |
35775 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | |
35776 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
35777 | X"$ac_file" : 'X\(//\)[^/]' \| \ | |
35778 | X"$ac_file" : 'X\(//\)$' \| \ | |
35779 | X"$ac_file" : 'X\(/\)' \| \ | |
35780 | . : '\(.\)' 2>/dev/null || | |
35781 | echo X"$ac_file" | | |
35782 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
35783 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
35784 | /^X\(\/\/\)$/{ s//\1/; q; } | |
35785 | /^X\(\/\).*/{ s//\1/; q; } | |
35786 | s/.*/./; q'` | |
35787 | { if $as_mkdir_p; then | |
35788 | mkdir -p "$ac_dir" | |
a0b9e27f | 35789 | else |
e6cc62c6 VS |
35790 | as_dir="$ac_dir" |
35791 | as_dirs= | |
35792 | while test ! -d "$as_dir"; do | |
35793 | as_dirs="$as_dir $as_dirs" | |
35794 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
35795 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
35796 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
35797 | X"$as_dir" : 'X\(//\)$' \| \ | |
35798 | X"$as_dir" : 'X\(/\)' \| \ | |
35799 | . : '\(.\)' 2>/dev/null || | |
35800 | echo X"$as_dir" | | |
35801 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
35802 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
35803 | /^X\(\/\/\)$/{ s//\1/; q; } | |
35804 | /^X\(\/\).*/{ s//\1/; q; } | |
35805 | s/.*/./; q'` | |
35806 | done | |
35807 | test ! -n "$as_dirs" || mkdir $as_dirs | |
35808 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
35809 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
35810 | { (exit 1); exit 1; }; }; } | |
35811 | ||
35812 | ac_builddir=. | |
35813 | ||
35814 | if test "$ac_dir" != .; then | |
35815 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
35816 | # A "../" for each directory in $ac_dir_suffix. | |
35817 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
35818 | else | |
35819 | ac_dir_suffix= ac_top_builddir= | |
35820 | fi | |
247f5006 | 35821 | |
e6cc62c6 VS |
35822 | case $srcdir in |
35823 | .) # No --srcdir option. We are building in place. | |
35824 | ac_srcdir=. | |
35825 | if test -z "$ac_top_builddir"; then | |
35826 | ac_top_srcdir=. | |
35827 | else | |
35828 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
35829 | fi ;; | |
35830 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
35831 | ac_srcdir=$srcdir$ac_dir_suffix; | |
35832 | ac_top_srcdir=$srcdir ;; | |
247f5006 | 35833 | *) # Relative path. |
e6cc62c6 VS |
35834 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
35835 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
35836 | esac | |
35837 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | |
35838 | # absolute. | |
35839 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | |
35840 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | |
35841 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | |
35842 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | |
10f2d63a | 35843 | |
247f5006 | 35844 | |
e6cc62c6 VS |
35845 | case $INSTALL in |
35846 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
35847 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | |
a0b9e27f | 35848 | esac |
247f5006 | 35849 | |
e6cc62c6 VS |
35850 | if test x"$ac_file" != x-; then |
35851 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
35852 | echo "$as_me: creating $ac_file" >&6;} | |
35853 | rm -f "$ac_file" | |
35854 | fi | |
35855 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
35856 | # use $as_me), people would be surprised to read: | |
35857 | # /* config.h. Generated by config.status. */ | |
35858 | if test x"$ac_file" = x-; then | |
35859 | configure_input= | |
35860 | else | |
35861 | configure_input="$ac_file. " | |
35862 | fi | |
35863 | configure_input=$configure_input"Generated from `echo $ac_file_in | | |
35864 | sed 's,.*/,,'` by configure." | |
35865 | ||
35866 | # First look for the input files in the build tree, otherwise in the | |
35867 | # src tree. | |
35868 | ac_file_inputs=`IFS=: | |
35869 | for f in $ac_file_in; do | |
35870 | case $f in | |
35871 | -) echo $tmp/stdin ;; | |
35872 | [\\/$]*) | |
35873 | # Absolute (can't be DOS-style, as IFS=:) | |
35874 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
35875 | echo "$as_me: error: cannot find input file: $f" >&2;} | |
35876 | { (exit 1); exit 1; }; } | |
35877 | echo $f;; | |
35878 | *) # Relative | |
35879 | if test -f "$f"; then | |
35880 | # Build tree | |
35881 | echo $f | |
35882 | elif test -f "$srcdir/$f"; then | |
35883 | # Source tree | |
35884 | echo $srcdir/$f | |
35885 | else | |
35886 | # /dev/null tree | |
35887 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
35888 | echo "$as_me: error: cannot find input file: $f" >&2;} | |
35889 | { (exit 1); exit 1; }; } | |
35890 | fi;; | |
35891 | esac | |
35892 | done` || { (exit 1); exit 1; } | |
35893 | _ACEOF | |
35894 | cat >>$CONFIG_STATUS <<_ACEOF | |
35895 | sed "$ac_vpsub | |
35896 | $extrasub | |
35897 | _ACEOF | |
35898 | cat >>$CONFIG_STATUS <<\_ACEOF | |
35899 | :t | |
35900 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
35901 | s,@configure_input@,$configure_input,;t t | |
35902 | s,@srcdir@,$ac_srcdir,;t t | |
35903 | s,@abs_srcdir@,$ac_abs_srcdir,;t t | |
35904 | s,@top_srcdir@,$ac_top_srcdir,;t t | |
35905 | s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t | |
35906 | s,@builddir@,$ac_builddir,;t t | |
35907 | s,@abs_builddir@,$ac_abs_builddir,;t t | |
35908 | s,@top_builddir@,$ac_top_builddir,;t t | |
35909 | s,@abs_top_builddir@,$ac_abs_top_builddir,;t t | |
35910 | s,@INSTALL@,$ac_INSTALL,;t t | |
35911 | " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out | |
35912 | rm -f $tmp/stdin | |
35913 | if test x"$ac_file" != x-; then | |
35914 | mv $tmp/out $ac_file | |
35915 | else | |
35916 | cat $tmp/out | |
35917 | rm -f $tmp/out | |
35918 | fi | |
35919 | ||
35920 | done | |
35921 | _ACEOF | |
35922 | cat >>$CONFIG_STATUS <<\_ACEOF | |
35923 | ||
35924 | # | |
35925 | # CONFIG_HEADER section. | |
35926 | # | |
10f2d63a VZ |
35927 | |
35928 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
35929 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
35930 | # | |
35931 | # ac_d sets the value in "#define NAME VALUE" lines. | |
e6cc62c6 VS |
35932 | ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
35933 | ac_dB='[ ].*$,\1#\2' | |
35934 | ac_dC=' ' | |
35935 | ac_dD=',;t' | |
35936 | # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
35937 | ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
35938 | ac_uB='$,\1#\2define\3' | |
10f2d63a | 35939 | ac_uC=' ' |
e6cc62c6 VS |
35940 | ac_uD=',;t' |
35941 | ||
35942 | for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | |
10f2d63a | 35943 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
e6cc62c6 VS |
35944 | case $ac_file in |
35945 | - | *:- | *:-:* ) # input from stdin | |
35946 | cat >$tmp/stdin | |
35947 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
35948 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
35949 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
35950 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
35951 | * ) ac_file_in=$ac_file.in ;; | |
10f2d63a VZ |
35952 | esac |
35953 | ||
e6cc62c6 VS |
35954 | test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 |
35955 | echo "$as_me: creating $ac_file" >&6;} | |
35956 | ||
35957 | # First look for the input files in the build tree, otherwise in the | |
35958 | # src tree. | |
35959 | ac_file_inputs=`IFS=: | |
35960 | for f in $ac_file_in; do | |
35961 | case $f in | |
35962 | -) echo $tmp/stdin ;; | |
35963 | [\\/$]*) | |
35964 | # Absolute (can't be DOS-style, as IFS=:) | |
35965 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
35966 | echo "$as_me: error: cannot find input file: $f" >&2;} | |
35967 | { (exit 1); exit 1; }; } | |
35968 | echo $f;; | |
35969 | *) # Relative | |
35970 | if test -f "$f"; then | |
35971 | # Build tree | |
35972 | echo $f | |
35973 | elif test -f "$srcdir/$f"; then | |
35974 | # Source tree | |
35975 | echo $srcdir/$f | |
35976 | else | |
35977 | # /dev/null tree | |
35978 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
35979 | echo "$as_me: error: cannot find input file: $f" >&2;} | |
35980 | { (exit 1); exit 1; }; } | |
35981 | fi;; | |
35982 | esac | |
35983 | done` || { (exit 1); exit 1; } | |
35984 | # Remove the trailing spaces. | |
35985 | sed 's/[ ]*$//' $ac_file_inputs >$tmp/in | |
35986 | ||
35987 | _ACEOF | |
35988 | ||
35989 | # Transform confdefs.h into two sed scripts, `conftest.defines' and | |
35990 | # `conftest.undefs', that substitutes the proper values into | |
35991 | # config.h.in to produce config.h. The first handles `#define' | |
35992 | # templates, and the second `#undef' templates. | |
35993 | # And first: Protect against being on the right side of a sed subst in | |
35994 | # config.status. Protect against being in an unquoted here document | |
35995 | # in config.status. | |
35996 | rm -f conftest.defines conftest.undefs | |
35997 | # Using a here document instead of a string reduces the quoting nightmare. | |
35998 | # Putting comments in sed scripts is not portable. | |
35999 | # | |
36000 | # `end' is used to avoid that the second main sed command (meant for | |
36001 | # 0-ary CPP macros) applies to n-ary macro definitions. | |
36002 | # See the Autoconf documentation for `clear'. | |
36003 | cat >confdef2sed.sed <<\_ACEOF | |
36004 | s/[\\&,]/\\&/g | |
36005 | s,[\\$`],\\&,g | |
36006 | t clear | |
36007 | : clear | |
36008 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp | |
36009 | t end | |
36010 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp | |
36011 | : end | |
36012 | _ACEOF | |
36013 | # If some macros were called several times there might be several times | |
36014 | # the same #defines, which is useless. Nevertheless, we may not want to | |
36015 | # sort them, since we want the *last* AC-DEFINE to be honored. | |
36016 | uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines | |
36017 | sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs | |
36018 | rm -f confdef2sed.sed | |
10f2d63a VZ |
36019 | |
36020 | # This sed command replaces #undef with comments. This is necessary, for | |
36021 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
36022 | # on some systems where configure will not decide to define it. | |
e6cc62c6 VS |
36023 | cat >>conftest.undefs <<\_ACEOF |
36024 | s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, | |
36025 | _ACEOF | |
36026 | ||
36027 | # Break up conftest.defines because some shells have a limit on the size | |
36028 | # of here documents, and old seds have small limits too (100 cmds). | |
36029 | echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | |
36030 | echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS | |
36031 | echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS | |
36032 | echo ' :' >>$CONFIG_STATUS | |
36033 | rm -f conftest.tail | |
36034 | while grep . conftest.defines >/dev/null | |
36035 | do | |
36036 | # Write a limited-size here document to $tmp/defines.sed. | |
36037 | echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | |
36038 | # Speed up: don't consider the non `#define' lines. | |
36039 | echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS | |
36040 | # Work around the forget-to-reset-the-flag bug. | |
36041 | echo 't clr' >>$CONFIG_STATUS | |
36042 | echo ': clr' >>$CONFIG_STATUS | |
36043 | sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS | |
36044 | echo 'CEOF | |
36045 | sed -f $tmp/defines.sed $tmp/in >$tmp/out | |
36046 | rm -f $tmp/in | |
36047 | mv $tmp/out $tmp/in | |
36048 | ' >>$CONFIG_STATUS | |
36049 | sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail | |
36050 | rm -f conftest.defines | |
36051 | mv conftest.tail conftest.defines | |
36052 | done | |
36053 | rm -f conftest.defines | |
36054 | echo ' fi # grep' >>$CONFIG_STATUS | |
36055 | echo >>$CONFIG_STATUS | |
10f2d63a | 36056 | |
e6cc62c6 VS |
36057 | # Break up conftest.undefs because some shells have a limit on the size |
36058 | # of here documents, and old seds have small limits too (100 cmds). | |
36059 | echo ' # Handle all the #undef templates' >>$CONFIG_STATUS | |
10f2d63a | 36060 | rm -f conftest.tail |
e6cc62c6 | 36061 | while grep . conftest.undefs >/dev/null |
10f2d63a | 36062 | do |
e6cc62c6 VS |
36063 | # Write a limited-size here document to $tmp/undefs.sed. |
36064 | echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | |
36065 | # Speed up: don't consider the non `#undef' | |
36066 | echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS | |
36067 | # Work around the forget-to-reset-the-flag bug. | |
36068 | echo 't clr' >>$CONFIG_STATUS | |
36069 | echo ': clr' >>$CONFIG_STATUS | |
36070 | sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS | |
10f2d63a | 36071 | echo 'CEOF |
e6cc62c6 VS |
36072 | sed -f $tmp/undefs.sed $tmp/in >$tmp/out |
36073 | rm -f $tmp/in | |
36074 | mv $tmp/out $tmp/in | |
36075 | ' >>$CONFIG_STATUS | |
36076 | sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail | |
36077 | rm -f conftest.undefs | |
36078 | mv conftest.tail conftest.undefs | |
10f2d63a | 36079 | done |
e6cc62c6 VS |
36080 | rm -f conftest.undefs |
36081 | ||
36082 | cat >>$CONFIG_STATUS <<\_ACEOF | |
36083 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
36084 | # use $as_me), people would be surprised to read: | |
36085 | # /* config.h. Generated by config.status. */ | |
36086 | if test x"$ac_file" = x-; then | |
36087 | echo "/* Generated by configure. */" >$tmp/config.h | |
10f2d63a | 36088 | else |
e6cc62c6 | 36089 | echo "/* $ac_file. Generated by configure. */" >$tmp/config.h |
247f5006 | 36090 | fi |
e6cc62c6 VS |
36091 | cat $tmp/in >>$tmp/config.h |
36092 | rm -f $tmp/in | |
36093 | if test x"$ac_file" != x-; then | |
36094 | if diff $ac_file $tmp/config.h >/dev/null 2>&1; then | |
36095 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | |
36096 | echo "$as_me: $ac_file is unchanged" >&6;} | |
36097 | else | |
36098 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | |
36099 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
36100 | X"$ac_file" : 'X\(//\)[^/]' \| \ | |
36101 | X"$ac_file" : 'X\(//\)$' \| \ | |
36102 | X"$ac_file" : 'X\(/\)' \| \ | |
36103 | . : '\(.\)' 2>/dev/null || | |
36104 | echo X"$ac_file" | | |
36105 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
36106 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
36107 | /^X\(\/\/\)$/{ s//\1/; q; } | |
36108 | /^X\(\/\).*/{ s//\1/; q; } | |
36109 | s/.*/./; q'` | |
36110 | { if $as_mkdir_p; then | |
36111 | mkdir -p "$ac_dir" | |
36112 | else | |
36113 | as_dir="$ac_dir" | |
36114 | as_dirs= | |
36115 | while test ! -d "$as_dir"; do | |
36116 | as_dirs="$as_dir $as_dirs" | |
36117 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
36118 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
36119 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
36120 | X"$as_dir" : 'X\(//\)$' \| \ | |
36121 | X"$as_dir" : 'X\(/\)' \| \ | |
36122 | . : '\(.\)' 2>/dev/null || | |
36123 | echo X"$as_dir" | | |
36124 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
36125 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
36126 | /^X\(\/\/\)$/{ s//\1/; q; } | |
36127 | /^X\(\/\).*/{ s//\1/; q; } | |
36128 | s/.*/./; q'` | |
36129 | done | |
36130 | test ! -n "$as_dirs" || mkdir $as_dirs | |
36131 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
36132 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
36133 | { (exit 1); exit 1; }; }; } | |
a0b9e27f | 36134 | |
e6cc62c6 VS |
36135 | rm -f $ac_file |
36136 | mv $tmp/config.h $ac_file | |
36137 | fi | |
36138 | else | |
36139 | cat $tmp/config.h | |
36140 | rm -f $tmp/config.h | |
36141 | fi | |
36142 | done | |
36143 | _ACEOF | |
36144 | cat >>$CONFIG_STATUS <<\_ACEOF | |
10f2d63a | 36145 | |
e6cc62c6 VS |
36146 | # |
36147 | # CONFIG_COMMANDS section. | |
36148 | # | |
36149 | for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | |
36150 | ac_dest=`echo "$ac_file" | sed 's,:.*,,'` | |
36151 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
36152 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || | |
36153 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
36154 | X"$ac_dest" : 'X\(//\)[^/]' \| \ | |
36155 | X"$ac_dest" : 'X\(//\)$' \| \ | |
36156 | X"$ac_dest" : 'X\(/\)' \| \ | |
36157 | . : '\(.\)' 2>/dev/null || | |
36158 | echo X"$ac_dest" | | |
36159 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
36160 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
36161 | /^X\(\/\/\)$/{ s//\1/; q; } | |
36162 | /^X\(\/\).*/{ s//\1/; q; } | |
36163 | s/.*/./; q'` | |
36164 | ac_builddir=. | |
36165 | ||
36166 | if test "$ac_dir" != .; then | |
36167 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
36168 | # A "../" for each directory in $ac_dir_suffix. | |
36169 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
36170 | else | |
36171 | ac_dir_suffix= ac_top_builddir= | |
36172 | fi | |
36173 | ||
36174 | case $srcdir in | |
36175 | .) # No --srcdir option. We are building in place. | |
36176 | ac_srcdir=. | |
36177 | if test -z "$ac_top_builddir"; then | |
36178 | ac_top_srcdir=. | |
36179 | else | |
36180 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
36181 | fi ;; | |
36182 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
36183 | ac_srcdir=$srcdir$ac_dir_suffix; | |
36184 | ac_top_srcdir=$srcdir ;; | |
36185 | *) # Relative path. | |
36186 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
36187 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
36188 | esac | |
36189 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | |
36190 | # absolute. | |
36191 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | |
36192 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | |
36193 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | |
36194 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | |
36195 | ||
36196 | ||
36197 | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 | |
36198 | echo "$as_me: executing $ac_dest commands" >&6;} | |
36199 | case $ac_dest in | |
36200 | default ) | |
652d930d | 36201 | if test ! -h wx-config; then |
991a5759 | 36202 | chmod +x wx-config |
3a922bb4 RL |
36203 | mv wx-config wx${TOOLCHAIN_NAME}-config |
36204 | ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config | |
991a5759 | 36205 | fi |
665bbe97 | 36206 | |
00cf1208 RR |
36207 | if test ! -d lib; then |
36208 | mkdir lib | |
36209 | fi | |
36210 | if test ! -d lib/wx; then | |
36211 | mkdir lib/wx | |
36212 | fi | |
36213 | if test ! -d lib/wx/include; then | |
36214 | mkdir lib/wx/include | |
36215 | fi | |
3a922bb4 RL |
36216 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then |
36217 | mkdir lib/wx/include/${TOOLCHAIN_NAME} | |
00cf1208 | 36218 | fi |
3a922bb4 RL |
36219 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then |
36220 | mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx | |
00cf1208 RR |
36221 | fi |
36222 | if test -f setup.h; then | |
3a922bb4 | 36223 | mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h |
00cf1208 | 36224 | fi |
e6cc62c6 VS |
36225 | ;; |
36226 | esac | |
36227 | done | |
36228 | _ACEOF | |
2224580a | 36229 | |
e6cc62c6 | 36230 | cat >>$CONFIG_STATUS <<\_ACEOF |
2224580a | 36231 | |
e6cc62c6 VS |
36232 | { (exit 0); exit 0; } |
36233 | _ACEOF | |
36234 | chmod +x $CONFIG_STATUS | |
36235 | ac_clean_files=$ac_clean_files_save | |
36236 | ||
36237 | ||
36238 | # configure is writing to config.log, and then calls config.status. | |
36239 | # config.status does its own redirection, appending to config.log. | |
36240 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
36241 | # by configure, so config.status won't be able to write to it; its | |
36242 | # output is simply discarded. So we exec the FD to /dev/null, | |
36243 | # effectively closing config.log, so it can be properly (re)opened and | |
36244 | # appended to by config.status. When coming back to configure, we | |
36245 | # need to make the FD available again. | |
36246 | if test "$no_create" != yes; then | |
36247 | ac_cs_success=: | |
36248 | ac_config_status_args= | |
36249 | test "$silent" = yes && | |
36250 | ac_config_status_args="$ac_config_status_args --quiet" | |
36251 | exec 5>/dev/null | |
36252 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
36253 | exec 5>>config.log | |
36254 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
36255 | # would make configure fail if this is the last instruction. | |
36256 | $ac_cs_success || { (exit 1); exit 1; } | |
2224580a VZ |
36257 | fi |
36258 | ||
8284b0c5 | 36259 | |
2b5f62a0 VZ |
36260 | echo |
36261 | echo "Configured wxWindows ${WX_VERSION} for \`${host}'" | |
36262 | echo "" | |
36263 | echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}" | |
9747f85d | 36264 | echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}" |
2b5f62a0 VZ |
36265 | |
36266 | echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}" | |
36267 | echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}" | |
36268 | echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}" | |
36269 | ||
0c98a14e GD |
36270 | echo " What level of wxWindows compatibility should be enabled?" |
36271 | echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}" | |
65d8ef1e VS |
36272 | echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}" |
36273 | echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}" | |
0c98a14e | 36274 | |
2b5f62a0 VZ |
36275 | echo " Which libraries should wxWindows use?" |
36276 | echo " jpeg ${wxUSE_LIBJPEG-none}" | |
36277 | echo " png ${wxUSE_LIBPNG-none}" | |
36278 | echo " regex ${wxUSE_REGEX}" | |
36279 | echo " tiff ${wxUSE_LIBTIFF-none}" | |
36280 | echo " zlib ${wxUSE_ZLIB}" | |
fd3d7534 | 36281 | echo " odbc ${wxUSE_ODBC}" |
2b5f62a0 VZ |
36282 | |
36283 | echo "" | |
36284 |